body{
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	width: 100%;
	color: #000;
	font-size: 13px;
	background: #F7F7F7;
}
#top {
    background-color: #F47A14;
    padding: 4px 0px 3px 0;
    margin: 0 0 35px 0;
    min-height: 15px;
    position: relative;
}
#top .nav > .list-inline > .list-inline-item, 
#top .nav > .list-inline .list-inline-item > a, 
#top .nav > .list-inline .list-inline-item .dropdown > a {
    color: #fff;
    text-shadow: none;
}
#top .float-start ul{
	margin:0;	
}
header {
    clear: both;
	padding: 10px 0;
}
#cart_hd .btn-inverse,
#header-cart .btn-inverse {
    border-radius: 0;
	padding: 8px 12px;
	box-shadow:none;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    border-color: #F47A14;
    color: #fff;
	background-image:none;
    background-color: #F47A14;
}
#header-cart button {
	margin: 0 !important;
	height: auto !important;
}
#logo img {
	max-width: 100%;
}
.product-thumb .description p {
    min-height: 80px;
    padding: 10px;
    margin: 0;
}
.pgrid{
	min-height:auto;
}
.triangle-down{
    width: 0;
    height: 0;
    border-top: 40px solid #F47A14;
    display: inline-block;
    border-left: 35px solid transparent;
    position: relative;
}
.cart_hd .btn-inverse:hover,
#header-cart .btn-inverse:hover{
	color:#fff;
}
#search .btn-lg {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    text-shadow: none;
    text-transform: uppercase;
    height: 42px;
    border-radius: 0;
}
#search .form-control-lg {
    height: 38px;
    line-height: 20px;
    padding: 1px 10px;
    border-radius: 0;
    font-size: 13px;
    border-color: #f47a14;
}
.top-links{
	margin-bottom:10px;
}
.top-links a {
    color: #000;
    text-decoration: none;
}
.top-links li {
	margin: 0 !important;
}
.top-links li+li {
	margin-left: 2px !important;
}
#menu {
    background-color: #2C2C2C !important;
    border-color: #2C2C2C;
    min-height: 40px;
	background-image:none;
	border-radius:4px;
}
#menu .home .fa-home {
    font-size: 25px;
}
#menu.navbar {
    padding: 0;
    margin-bottom:15px;
}
#menu .home a i{
	line-height:39px;
}
#menu .home a {
	height:48px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: none;
    padding: 17px 15px;
    line-height: 14px;
    background-color: transparent;
    font-size: 13px;
    border-right: 1px solid #3C3C3C;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #F47A14;
}
#menu .dropdown-inner ul li a:hover {
    color: #ffffff;
    background-image: none !important;
	background-color: #F47A14 !important;
}
#menu .see-all{
    display: inline-block;
    padding: 10px;
	color: #333;
}
#menu .see-all:hover, #menu .see-all:focus{
    text-decoration: none;
    color: #F47A14;
    background-color: transparent !important;
    background-image:  none !important;
}
footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent;
    border-top: none !important;
}
.footer-bg {
    background: #fff;
    box-shadow: 0 0 9px 1px rgb(0 0 0 / 20%);
}
.shadow_top {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    height: 30px;
}
.footer-bg .shadow_top + .row{
	margin: 0 !important;
	padding:10px 15px 35px;
}
footer h5 {
    color: #000000;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}
footer a {
    color: #888;
}
footer a:hover {
    color: #000;
}
.powered {
    background: #2c2c2c;
    text-align: center;
    color: #fff;
}
.powered p {
    padding: 10px 0px;
	margin-bottom:0;
}
.powered a {
    color: #fff;
}

#product-info{
	background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    margin-bottom: 2px;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 100%, #cbebff 100%, #f0f9ff 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(100%,#ffffff), color-stop(100%,#cbebff), color-stop(100%,#f0f9ff));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: radial-gradient(ellipse at center, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f9ff',GradientType=1 );
	padding:20px;
}
.box{
    background: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    margin-top: 0px;
    margin-bottom: 20px;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 100%, #cbebff 100%, #f0f9ff 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(100%,#ffffff), color-stop(100%,#cbebff), color-stop(100%,#f0f9ff));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: radial-gradient(ellipse at center, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f9ff',GradientType=1 );
}
#content .box {
	margin-top: 20px;
}
.sliders {
	margin: 15px 0 15px;
    background: #FFFFFF;
    padding: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sliders .col{
	padding: 0;
}
.sliders #banner-right{
	padding: 0;
}
.carousel {
    position: relative;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
}
#carousel-banner-3 .row.justify-content-center .col-4{
	padding:0px;
	border:1px solid #fff;
}
.box .row {
    padding: 0 20px 20px;
    row-gap: 20px;
}
.box h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 20px 20px 7px;
    text-transform: uppercase;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}
.product-thumb h4{
	padding:8px 5px;
	font-weight:normal;
	margin:0;
}
.product-thumb h4 a {
    color: #2c2c2c;
    font-size: 16px;
}
.product-thumb .description{
	padding: 0;
    margin: 0;
}
.product-thumb .description .price{
    margin: 0px;
    text-align: center;
    padding: 8px 9px;
    background: #333;
    color: #fff;
    font-size: 15px;
    margin: 0px;
}
.product-thumb .description .price .price-new {
    font-weight: normal;
}
.price-tax{
	display: block;
	color: #ddd;
}
.product-thumb .button button,
.product-thumb .button-group button {
	flex: auto;
    background-color: #333;
    color: #fff;
}
.product-thumb .button button:hover,
.product-thumb .button-group button:hover {
    color: #FFF;
    background-color: #f47a15;
    text-decoration: none;
    cursor: pointer;
}
.product-thumb .button-group{
	border-top:none;
}
header .dropdown-item.active,header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F47A14;
}
.welcome a{
	color: #F47A14;
}
.welcome{
	margin-bottom:5px;
	color:#444;
}
.breadcrumb a,.modal-link,a{
	color:#000;
}
.btn-primary{
	background-color:#f47a14;
	background-image:none;
	border-color:#f47a14;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2c2c2c;
    border-color:#2c2c2c;
}
.btn-primary:active:focus, .btn-primary.active:focus{
	box-shadow: 0 0 0 0.25rem rgb(44 44 44 / 50%);
}
.heading{
	background-color:#2c2c2c;
	border-color:#2c2c2c;
	text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 12px;
	color:#fff;
    text-transform: uppercase;
}
.list-group-item:hover,
.list-group-item.active {
	background-color: #F47A14;
	border-color: #F47A14;
	color:#fff;
}
.list-group-item{
	border-bottom:1px solid #f6f6f6;
	border-left:none;
	border-right:none;
	border-top:none;
	background:#fff;
	padding:7px 10px;
}
.list-group-item i{
	padding-right:5px;
}
a:hover {
    color: #f47a14;
}
.plist,.product-list .pgrid{
	display:none;
}
.product-list .plist{
	display:block;
	padding-left:0px;
	padding-top:15px;
}
.product-list .product-thumb {
    margin: 0 0 20px;
    background: #f5f5f5;
    align-items: center;
}
.product-list .product-thumb .content{
	margin-left:15px;
}
.product-list .product-thumb .description p{
	padding:0px;
	margin:5px 0 15px;
	font-size: 14px;
    line-height: 22px;
	min-height: auto;
}
.product-list .product-thumb .description .price{
	background: transparent;
    color: #000;
	text-align: left;
	padding:0;
}
.product-list .product-thumb .price-tax{
	color:#333;
}
#display-control .btn-light {
	background: #333;
	border-color: #333;
	color: #fff;
}
#display-control .btn-light.active{
	background: #f47a14;
	border-color: #f47a14;
	color:#fff;
}
.product-list .product-thumb .button-group button{
	flex: 0 0 auto;
	padding: 0 14px;
}
.product-list .product-thumb .button-group{
	position:relative;
	margin-top:15px;
	border-left: none;
	background-color: transparent;
}
.rel {
    background: #333;
    color: #fff;
    padding: 10px;
}
.pro-heading{
	color:#636E75;
}
.pricebox .price-new{
	margin:0 5px;
}
.pricebox {
    background: #f5f5f5;
    padding: 10px;
}
.qtybox{
	display:flex;
}
#button-cart{
	line-height: 1.2;
	padding: 7px 12px;
    background: #faa61c;
    background: -moz-linear-gradient(top, #faa61c 0%, #f48f1d 50%, #ef771e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa61c), color-stop(50%,#f48f1d), color-stop(100%,#ef771e));
    background: -webkit-linear-gradient(top, #faa61c 0%,#f48f1d 50%,#ef771e 100%);
    background: -o-linear-gradient(top, #faa61c 0%,#f48f1d 50%,#ef771e 100%);
    background: -ms-linear-gradient(top, #faa61c 0%,#f48f1d 50%,#ef771e 100%);
    background: linear-gradient(to bottom, #faa61c 0%,#f48f1d 50%,#ef771e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa61c', endColorstr='#ef771e',GradientType=0 );
    color: #fff;
    border: none;
    font-size: 22px;
	flex: 0 0 40%;
	margin-right:10px;
}
.qtybox .btn-group button{
	margin-right:10px;
	border-radius: 0.3rem !important;
	background:#2C2C2C;
	color:#fff;
	padding: 0 15px;
	height: 100%;
}
.qtybox .form-control{
	width:auto;
	margin-right:10px;
}
.qtybox .btn-group button:hover{
	background:#F47A14;
}
.qtybox label {
	font-size: 16px;
	color:#000;
	padding-right: 10px;
    margin: 0;
}
.nav-tabs{
	margin-bottom:0;
}
.nav-link.active{
	box-shadow: 0px 1px 2px -2px rgb(0 0 0 / 20%);
}
.tab-content{
	background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 100%, #cbebff 100%, #f0f9ff 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(100%,#ffffff), color-stop(100%,#cbebff), color-stop(100%,#f0f9ff));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    background: radial-gradient(ellipse at center, #ffffff 100%,#cbebff 100%,#f0f9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f9ff',GradientType=1 );
	padding:15px;
}
.nav-link{
	color:#333;
}
.d-inline-block .btn-primary,#checkout-payment{
	margin-bottom:10px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.pagination {
    margin: 0 0 20px;
}
.sliders .carousel-indicators {
	bottom:10px;
}

.product-list .product-thumb h4 {
	padding: 10px 0 5px;
}
#compare-total i {
    display: none;
}
#menu .navbar-toggler {
    background: transparent;
    border: 0;
    box-shadow: none;
}
#shopping-cart table tr td form .input-group{
	min-width: 130px;
}
.footer_wrapper {
    border: 0 !important;
    position: unset !important;
}
#content, #column-left, #column-right {
    padding-bottom: unset;
}
.cart_hd .btn {
    background-color: #f47a14;
    border-radius: 0;
}
.product-thumb .button {
    position: unset !important;
}
.product-thumb .description h4 {
    font-weight: normal;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.phone-btn-cart {
    display: flex;
    width: 100%;
}
.magnific-popup .img-thumbnail {
    margin-bottom: 8px;
}
#shopping-cart {
    margin-bottom: 20px;
}
.product-list .product-thumb .button button {
    flex: 0 0 auto;
    width: auto;
    padding: 0 14px;
    color: #fff;
    background-color: #333;
}
.product-list .product-thumb .button {
    margin: 15px 0 0;
    border-left: 0;
}
#common-success,
#product-list {
    margin-bottom: 20px;
}
#alert {
    padding: 0 !important;
}
.for_grid .price {
    display: none;
}
.product-list .for_list {
    display: none;
}
.product-list .for_grid .price {
    display: block;
}
.all-product {
    margin-bottom: 20px;
}
.pagination .page-link {
    color: #333333;
}
.product-list .product-thumb .for_grid p {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin: 20px 0 0;
}
.product-list .product-thumb 
 .for_grid .description h4 {
    border-bottom: 0;
    border-top: 0;
    padding-left: 0;
    padding-bottom: 8px;
}
#display-control .btn-group {
    gap: 5px;
}
#display-control .btn-group button {
    border-radius: 4px;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    opacity: 1 !important;
    font-size: 20px;
    width: 25px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    position: absolute;
    top: 40%;
    transition: all .5s ease;
}
.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:hover {
    background: #f47a14;
    color: #fff;
}
.carousel .carousel-control-next {
    right: 0px !important;
}
.carousel .carousel-control-prev {
    left: 0 !important;
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
    width: 20px;
    height: 30px;
    font-size: 14px;
}
img {
    max-width: 100%;
}
.nav-tabs li a, .nav-tabs li:hover a {
    color: #fff;
    padding: 10px 16px;
    font-size: 15px;
    background: #000;
    border-color: #000;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #F47A14 !important;
    border-color: #F47A14 !important;
    color: #fff !important;
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.breadcrumb > li.breadcrumb-item:after {
    width: 12px;
    height: 12px;
    top: 5px;
}
#ourbrands .carousel-inner {
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
}
.carousel-indicators [data-bs-target] {
    background: #ed6b00;
}
.contact_list {
    overflow: hidden;
    background: #F47A14;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}
#contact_wrap {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
}
.contact_list .btn-info {
    width: 100%;
    background-color: #2C2C2C !important;
    color: #fff !important;
    padding: 8.5px 16px;
    font-size: 13px;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-color: #000000 !important;
    border-radius: 0 !important;
    transition: all .5s ease;
}
.contact_list div > span {
    background: #ffffff;
    color: #F47A14;
    border-radius: 50px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.contact_list .contact_text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_list .contact_text p,
.contact_list .contact_text address {
    margin: 0;
}
.contact_list .contact_text p strong,
.contact_list .contact_text address strong {
    display: block;
}
#contact_wrap .submit-btn {
    text-align: end;
}











/*=================== responsive code start here ===================*/

@media (max-width: 768px){
	header .text-end{
		text-align:center !important;
	}
	header .float-end {
		float: none !important;
		text-align: center;
	}
	#header-cart .dropdown-menu li {
		min-width: auto;
	}
	#menu.navbar {
		padding:0 10px;
	}
	#menu .nav > li > a{
		border-right:none !important;
	}
	#menu .see-all {
		color: #fff;
	}
	.product-thumb .description .price,
	.product-thumb h4 a	{
		font-size: 15px;
	}
	#logo {
		text-align: center;
		margin: 15px 0;
	}
	#alert .alert {
		min-width: auto;
	}
}

@media (max-width: 680px){
	.qtybox {
		display: block;
	}
	.qtybox .btn-group button {
		padding: 7px 15px;
	}
	#header-cart .dropdown-menu {
		width: 100% !important;
		min-width: 300px;
		right: 0 !important;
		left: auto !important;
		transform: initial !important;
		top: 100% !important;
	}
    .carousel .carousel-control-next, .carousel .carousel-control-prev {
        width: 20px;
        height: 30px;
        font-size: 14px;
    }
    #button-cart {
        font-size: 18px;
        white-space: nowrap;
    }
    .contact_list {
        padding: 15px;
    }
}
