@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url(hover.css);
@font-face {
	font-family: 'Fonts Awesome';
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
	font-weight: 400;
	font-style: normal
}
body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #212121;
	word-break: break-word;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
		font-family: 'Roboto', sans-serif;

}
h1 {
	font-size: 39px;
	line-height: 45px;
	margin: 0;
	color: #000;
	font-weight: 600;
}
h2 {
	font-size: 50px;
	line-height: 55px;
	margin: 0;
}
h3 {
	font-size: 38px;
	line-height: 43px;
	margin: 0;
}
h4 {
	font-size: 30px;
	line-height: 35px;
	margin: 0;
}
h5 {
	font-size: 20px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
h6 {
	font-size: 18px;
	line-height: 23px;
	margin: 0;
}
p {
	font-size: 13px;
	font-weight: 400;
	color: #606060;
	line-height: 24px;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #7e7c7c;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #7e7c7c;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #7e7c7c;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #7e7c7c;
}
.no-margin {
	margin: 0;
	padding: 0;
}
.center {
	margin: 0 auto;
	display: table;
	float: none;
}
.no-pad-left {
	padding-left: 0;
}
.no-pad-right {
	padding-right: 0;
}
.flexRow {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 100%;
}
.flexCol {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	align-items: center;
}
.carousel-caption {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: left;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 100%;
	-webkit-animation: zoom 20s;
	-moz-animation: zoom 20s;
	animation: zoom 20s;
}
.carousel-control.right, .carousel-control.left {
	background: none;
	opacity: 1;
	width: 50px;
	height: 50px;
	top: initial;
	top: 40%;
	background: rgba(255, 255, 255, 0.1);
	text-shadow: none;
}
.carousel-control.right:hover, .carousel-control.left:hover {
	background: rgba(255, 27, 27, 0.6);
	color: #fff;
}
.carousel-control.right .fa, .carousel-control.left .fa {
	position: relative;
	top: 12px;
	font-size: 20px;
	color: #fff;
	opacity: 0.5;
}
.carousel-control.right {
	right: 0px;
}
.carousel-control.left {
	left: 0px;
}
.carousel-indicators {}
.carousel-indicators li {
	border: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #d8d4cf;
	width: 12px;
	height: 12px;
	margin: 0;
}
.carousel-indicators .active {
	margin: 0;
	background-color: #62000f;
	width: 12px;
	height: 12px;
}
.top_bar {
	background: #529dba;
	padding: 10px 0;
}
.top_bar p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
}
.top_bar .textcenter p{
    text-align: center;
    display: block;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    width: 60%;
    margin: 0px auto;
    line-height: 35px;
}
.call_icon {
	float: left;
	width: 10%;
	margin: 5px 0 0;
}
.call_text {
	float: left;
	width: 90%;
}
.cart_icon a {
	background: #eeb48f;
	color: #fff;
	height: 35px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	float: left;
}
.cart_icon {
	float: left;
	margin: 0px 20px 0 0;
}
.cart_icon span {
	border: 1px solid #cccccc;
	border-left: 0;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	float: left;
}
.call_text p {
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	color: #272727;
	font-weight: 400;
}
.call_text a {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	color: #272727;
}
.call_icon i {
	font-size: 32px;
	color: #ff9419;
	line-height: 25px;
}
.login_text {
	float: right;
	margin: 3px 0 0;
}
.login_text a {
	font-size: 14px;
	color: #272727;
	line-height: 19px;
	font-weight: 400;
	text-transform: capitalize;
}
.cart_div {
	float: right;
}
.login_text a i {
	color: #eeb48f;
}
.logo_bar .row {
	padding: 2% 0;
}
.logo_bar {
	padding: 0;
}
.main_logo a {
	padding: 26px 0 0;
	display: inline-block;
}
.menuSec {
	text-align: center;
	border-top: 1px solid #cccccc;
}
.menuSec ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menuSec ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menuSec li ul {
	display: none;
}
.menuSec ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	padding: 20px 24px;
	color: #000;
	font-size: 12px!important;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 25px;
}
.menuSec ul li a:hover, .menuSec ul li a.active {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	color: #529dba;
}
.menuSec ul li a:hover:before, .menuSec ul li a.active:before {
	opacity: 1;
}
.menuSec li:hover>ul, .menuSec li:hover>ul>li:hover>ul {
	display: block;
	position: absolute;
	z-index: 1000;
	background-color: #ffffff;
	left: 0px;
	width: 230px;
	text-align: left;
	top: 156px;
}
.menuSec li:hover>ul>li:hover>ul {
	left: 230px;
	top: 0;
}
.menuSec li>ul>li>a {
	border: none;
	padding: 10px 20px;
	color: #0060b4;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	text-transform: capitalize;
}
.menuSec li>ul>li, .menuSec li>ul>li>a {
	display: block;
	margin: 0;
}
.menuSec li>ul>li>a:before, .menuSec li>ul>li>a:after {
	display: none;
}
.menuSec li:hover li {
	float: none;
}
.menuSec li:hover a {}
.menuSec li:hover li a:hover {
	background-color: #0060b4;
	color: #fff;
}
.menuSec ul ul ul {
	left: 100%;
	top: 0;
}
.menuSec ul:before, .menuSec ul:after {
	content: " ";
	display: table;
}
.menuSec ul:after {
	clear: both;
}
.menuSec li>ul>li:hover>ul {
	left: 230px;
	top: 0px;
	width: 270px;
}
header {
	position: relative;
	width: 100%;
}
.main_header {
	background: #fff;
	width: 100%;
	padding: 0;
}
.main_header.affix {
	position: fixed;
	background: #061c0f;
	top: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	animation: slide-down 0.7s;
	z-index: 999;
}
.main_header .container {
	position: relative;
	z-index: 1;
}
.main_header:after {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	height: 100%;
}
.menuSec ul li:last-child a {
	padding-right: 0;
}
.menuSec ul li:first-child a {
	padding-left: 0;
}
.slider_text h4 {
	color: #fff;
}
.slider_text {
	text-shadow: none;
}
.slider_text h1 {
	line-height: 143px;
	color: #2a2a2a;
	padding: 0px 0 40px;
	font-size: 138px;

}
.slider_text h1 span {
	display: block;
}
.slider_text h3 {
	color: #2a2a2a;

	margin: 0 0 20px;
}

.slider_text p {
    color: #2a2a2a;
    font-style: italic;
    margin: 0 0 20px;
    font-size: 20px;
}
.btn_blue {
	background: #529dba;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 24px 61px;
	text-transform: uppercase;
}
.btn_blue:hover {
	background: #2a2a2a;
	color: #fff;
}
.catagory_img {
	width: 100%;
	position: relative;
}
.catagory_img:before {
	content: "";
	border: 4px solid #fff;
	position: absolute;
	left: 18px;
	top: 25px;
	height: 90%;
	width: 90%;
}
.catagory_box {
	position: relative;
}
.catagory_text {
	position: absolute;
	top: 50px;
	left: 50px;
}
.catagory_text h4 {
	color: #000;

	margin: 0 0 10px;
}
.catagory_text h4 span {
	display: block;
}
.black_btn {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #000;
	padding: 4px 31px;
	display: inline-block;
	font-weight: 700;
}
.featured_section {
	padding: 7% 0;
}
.featured_head h2 {
	text-align: center;
	margin: 0 0 90px;
	color: #529dba;

}
.feature_box img {
	width: 100%;
    
}
.feature_box h6 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 0;
	font-weight: 400;
	height: 23px;
    overflow: hidden;
}
.feature_box h6 span {
	display: block;
}
.feature_box p {
	font-size: 13px;
	line-height: 23px;
	color: #2b2b2b;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 10px 0 10px;
	height: 55px;
}
.feature_box h3, .feature_box2 h3 {
	color: #529dba;

	text-align: center;
}
.feature_box a, .feature_box2 a {
	font-size: 18px;
	line-height: 23px;
	color: #000;

	text-align: center;
	display: block;
	margin: 20px 0 0;
}
.feature_box2 p {
	font-size: 13px;
	line-height: 23px;
	color: #2b2b2b;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 10px 0 0px;
}
.feature_box2 {
	position: relative;
}
.feature_box_text {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100%;
}
.featured_section .row:nth-child(3) {
	padding: 8% 0 0;
}
.selling_section {
	background-image: url(../images/selling_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 11% 0;
}
.selling_text h2 {
	font-size: 57px;
	line-height: 62px;
	color: #010101;
	margin: 0 0 40px;
	padding: 0 0 40px;
	position: relative;
}
.selling_text h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #010101;
	width: 60px;
	height: 2px;
	margin: 0 auto;
}
.selling_text h5 {
	font-size: 25px;
	line-height: 30px;
	color: #010101;

	margin: 0 0 40px;
}
.selling_text {
	text-align: center;
}
.bigest_box img {
	/* width: 100%; */
}
.bigest_box {
	position: relative;
}
.bigest_boxText {
	position: relative;
}
.bigest_boxText {
	position: absolute;
	top: 38px;
	left: 42px;
	width: 645px;
	height: 590px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.bigest_boxText h2 {
	font-size: 49px;
	line-height: 60px;
	color: #2b2b2b;

}
.bigest_boxText h2 span {
	display: block;
}
.bigest_boxText h6 {
	color: #2b2b2b;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 20px 0;
}
.bigest_boxText h4 {
	font-size: 100px;
	line-height: 105px;
	color: #2b2b2b;

}
.bigest_boxText a {
	font-size: 18px;
	color: #2b2b2b;


	margin: 20px 0 0px;
}
.bigest_boxText:before {
	content: "";
	border: 2px solid #ccc;
	position: absolute;
	left: 24px;
	top: 20px;
	height: 595px;
	width: 540px;
}
.bigest_section .container-fluid {
	margin: 0;
	padding: 0;
}
.bestSeller_section {
	position: relative;
}
.bestSeller_section:before {
	content: "";
	background: #f8f8f8;
	width: 100%;
	height: 372px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 110px;
}
.btn_white {
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #fff;
	padding: 6px 76px;
	display: inline-block;
	font-weight: 700;
	border-radius: 50px;
}
.special_section {
	background: #eeb48f;
	padding: 5% 0;
}
.special_section h2 {
	color: #fff;
	line-height: 50px;
}
.special_section input[type="text"] {
	border: 0;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #f3cbb1;
	background: transparent;
	color: #fff;
	outline: none;
	padding: 3px 15px;
}
.special_section ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.special_section ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.special_section :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.special_section :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
.main_footer {
	padding: 5% 0 0;
}
.footer_box1 h5 {
	font-size: 24px;
	color: #000;
	line-height: 29px;

	font-weight: 400;
	margin: 0 0 30px;
}
.footer_box1 ul li a {
	font-size: 13px;
	color: #000;
	font-weight: 400;
}
.footer_box3 h5 {
	font-size: 24px;
	color: #000;
	line-height: 29px;

	font-weight: 400;
	margin: 0 0 30px;
}
.footer_box3 ul li {
	display: inline-block;
}
.featured_section .feature_box p + p {display : none;}
.footer_box3 ul li a {
	font-size: 25px;
	color: #000;
	margin: 0 25px 30px 0px;
	display: block;
}
.copy_right p {
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #222222;
}
.copy_right {
	border-top: 1px solid #c4c4c4;
	margin: 5% 0 0;
}
.Inner_banner {
	background: url(../images/slider_img1.jpg);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	padding: 16% 0;
	height: 500px;
}
.Inner_banner h1 {
	font-size: 121px;
	line-height: 126px;
	color: #2a2a2a;
    margin-top: -70px;
}
.Inner_banner:after {
    position: absolute;top: 0; left: 0;width: 100%; height: 100%;background: #ffffff4d !important;content: "";
    
}
.terms_section {
	padding: 0% 0 7%;
}
.term_text {
	text-align: center;
}
.term_text h2 {
	font-size: 90px;
	line-height: 95px;
	color: #2a2a2a;
	margin: 0 0 60px;

}
.term_text p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin: 0 0 25px;
}
.account_form h3 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 60px;
	font-weight: 400;
}
.account_form p.text-center {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin: 0 0 20px;
}
.account_form input[type="text"], .account_form input[type="email"], .account_form input[type="password"] {
	border-width: 3px;
	border-color: rgb(194, 194, 194);
	border-style: solid;
	width: 100%;
	height: 42px;
	outline: none;
	padding: 3px 15px;
	border-radius: 0;
	margin: 0 0 10px;
}
.f-button button.btn_blue {
	padding: 14px 78px;
	border:none;
}
.f-button {
	text-align: center;
}
.log-in {
	padding: 2% 0 7%;
}
.Inner_banner span {
	display: block;
}
a@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
	font-family: 'Fonts Awesome';
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
	font-weight: 400;
	font-style: normal
}
body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #212121;
	word-break: break-word;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
/*
*/}
h1 {
	font-size: 39px;
	line-height: 45px;
	margin: 0;
	color: #000;
	font-weight: 600;
}
h2 {
    font-size: 40px;
	line-height: 55px;
	margin: 0;
}
h3 {
	font-size: 38px;
	line-height: 43px;
	margin: 0;
}
h4 {
	font-size: 30px;
	line-height: 35px;
	margin: 0;
}
h5 {
	font-size: 20px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
h6 {
	font-size: 18px;
	line-height: 23px;
	margin: 0;
}
p {
	font-size: 13px;
	font-weight: 400;
	color: #606060;
	line-height: 24px;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #7e7c7c;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #7e7c7c;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #7e7c7c;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #7e7c7c;
}
.no-margin {
	margin: 0;
	padding: 0;
}
.center {
	margin: 0 auto;
	display: table;
	float: none;
}
.no-pad-left {
	padding-left: 0;
}
.no-pad-right {
	padding-right: 0;
}
.flexRow {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 100%;
}
.flexCol {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	align-items: center;
}
.carousel-caption {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	/* display: -webkit-box; */
	display: -moz-box;
	display: -ms-flexbox;
	/* display: -webkit-flex; */
	/* display: flex; */
	/* align-items: center; */
	/* text-align: left; */
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 100%;
	-webkit-animation: zoom 20s;
	-moz-animation: zoom 20s;
	animation: zoom 20s;
}
.carousel-control.right, .carousel-control.left {
	background: none;
	opacity: 1;
	width: 50px;
	height: 50px;
	top: initial;
	top: 40%;
	background: rgba(255, 255, 255, 0.1);
	text-shadow: none;
}
.carousel-control.right:hover, .carousel-control.left:hover {
	background: rgba(255, 27, 27, 0.6);
	color: #fff;
}
.carousel-control.right .fa, .carousel-control.left .fa {
	position: relative;
	top: 12px;
	font-size: 20px;
	color: #fff;
	opacity: 0.5;
}
.carousel-control.right {
	right: 0px;
}
.carousel-control.left {
	left: 0px;
}
.carousel-indicators {}
.carousel-indicators li {
	border: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #d8d4cf;
	width: 12px;
	height: 12px;
	margin: 0;
}
.carousel-indicators .active {
	margin: 0;
	background-color: #62000f;
	width: 12px;
	height: 12px;
}
.top_bar {
    background: #e6e6e6;
    padding: 10px 0;
}
.top_bar p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
}
.call_icon {
	float: left;
	width: 10%;
	margin: 5px 0 0;
}
.call_text {
	float: left;
	width: 90%;
}
.cart_icon a {
	background: #ff9419;
	color: #fff;
	height: 35px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	float: left;
}
.cart_icon {
	float: left;
	margin: 0px 15px 0 0;
}
.cart_icon span {
	border: 1px solid #cccccc;
	border-left: 0;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	float: left;
    color: #000;
}
.call_text p {
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	color: #272727;
	font-weight: 400;
}
.call_text a {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	color: #272727;
}
.call_icon i {
	font-size: 32px;
	color: #ff9419;
	line-height: 25px;
}
.login_text {
	float: right;
	margin: 3px 0 0;
}
.login_text a {
	font-size: 14px;
    color: #000;
	line-height: 19px;
	font-weight: 400;
	text-transform: capitalize;
}

.bordtf{
  position: relative;
}

.bordtf:after{
  content: '';
  position: absolute;
  right: -18px;
  width: 1px;
  height:25px;
  background: #959595;
  top: 10px;
}

.ps2{
	padding-left: 37px !important;
}

.cart_div {
	float: right;
}
.login_text a i {
	color: #ff9419;
}
.logo_bar .row {
    padding: 2% 0;
}
.logo_bar {
	padding: 0;
}
.main_logo a {
	padding: 26px 0 0;
	display: inline-block;
}
.menuSec {
	text-align: center;
	border-top: 0;
}
.menuSec ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menuSec ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 13px 0;
}
.menuSec li ul {
	display: none;
}
.menuSec ul li:first-child a{border-left: 0}
.menuSec ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 15px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 16px;
	border-left: 1px solid #959595;
	margin: 0px 0;
}
.menuSec ul li a:hover, .menuSec ul li a.active {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	color: #529dba;
}
.menuSec ul li a:hover:before, .menuSec ul li a.active:before {
	opacity: 1;
}
.menuSec li:hover>ul, .menuSec li:hover>ul>li:hover>ul {
	display: block;
	position: absolute;
	z-index: 1000;
	background-color: #ffffff;
	left: 0px;
	width: 230px;
	text-align: left;
	top: 156px;
}
.menuSec li:hover>ul>li:hover>ul {
	left: 230px;
	top: 0;
}
.menuSec li>ul>li>a {
	border: none;
	padding: 10px 20px;
	color: #0060b4;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	text-transform: capitalize;
}
.menuSec li>ul>li, .menuSec li>ul>li>a {
	display: block;
	margin: 0;
}
.menuSec li>ul>li>a:before, .menuSec li>ul>li>a:after {
	display: none;
}
.menuSec li:hover li {
	float: none;
}
.menuSec li:hover a {}
.menuSec li:hover li a:hover {
	background-color: #0060b4;
	color: #fff;
}
.menuSec ul ul ul {
	left: 100%;
	top: 0;
}
.menuSec ul:before, .menuSec ul:after {
	content: " ";
	display: table;
}
.menuSec ul:after {
	clear: both;
}
.menuSec li>ul>li:hover>ul {
	left: 230px;
	top: 0px;
	width: 270px;
}
header {
	position: relative;
	width: 100%;
}
.main_header {
	background: #f8f8f8;
	width: 100%;
	padding: 0;
	border: 1px solid #cccccc;
}
.main_header.affix {
	position: fixed;
	background: #061c0f;
	top: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	animation: slide-down 0.7s;
	z-index: 999;
}
.main_header .container {
	position: relative;
	z-index: 1;
}
.main_header:after {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	height: 100%;
}
.menuSec ul li:last-child a {
	padding-right: 0;
}
.menuSec ul li:first-child a {
	padding-left: 0;
}
.slider_text h4 {
	color: #fff;
}
.slider_text {
	text-shadow: none;
}
.slider_text h1 {
line-height: 105px;
    color: #2a2a2a;
    padding: 0px 0 40px;
    font-size: 100px;
}
.slider_text h1 span {
	display: block;
}
.slider_text h3 {
	color: #2a2a2a;
	margin: 0 0 20px;
}
.btn_blue {
	background: #ff9419;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 24px 61px;
	text-transform: uppercase;
}
.btn_blue:hover {
	background: #2a2a2a;
	color: #fff;
}
.catagory_img {
	width: 100%;
	position: relative;transition:1s;
}
.catagory_img img {
    width: 100%;
    position: relative;
    transition: 1s;
    height: 48vh;
    object-fit: cover;
}
.catagory_img:before {
	content: "";
	border: 4px solid #fff;
	position: absolute;
	left: 18px;
	top: 25px;
	height: 90%;
	width: 90%;z-index:1
}
.catagory_box {
	position: relative;
}
.catagory_box:hover .catagory_img:before {border: 4px solid #f3f3f3; transition:1s}
.catagory_box:hover img{ transition:1s; transform:scale(1.1); opacity:0.7}
.catagory_box .black_btn {
    margin: 0px auto;
    display: table;    
}
.catagory_box .black_btn:hover, .catagory_box .black_btn:focus { background:#000; color:#fff}
 .catagory_text {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: block;
    width: 100%;
}
.catagory_text h4 {
    color: #000;
    margin: 0 0 10px;
    text-align: left;
}
.catagory_text h4 span {
	display: block;
}
.black_btn {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #000;
	padding: 4px 31px;
	display: inline-block;
	font-weight: 700;
}
.featured_section {
    padding: 4% 0;
}
.featured_head h2 {
	text-align: center;
	margin: 0 0 50px;
	color: #529dba;
}
.feature_box img {
	width: 100%;
	height: 263px;
    object-fit: cover;
}
.feature_box h6 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 0;
	font-weight: 400;
}
.feature_box h6 span {
	display: block;
}
.feature_box p {
	font-size: 13px;
	line-height: 23px;
	color: #2b2b2b;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 10px 0 10px;
}
.feature_box h3, .feature_box2 h3 {
	color: #529dba;

	text-align: center;
}
.feature_box a, .feature_box2 a {
	font-size: 18px;
	line-height: 23px;
	color: #000;

	text-align: center;
	display: block;
	margin: 20px 0 0;

}
.feature_box2 p {
	font-size: 13px;
	line-height: 23px;
	color: #2b2b2b;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 10px 0 0px;
}
.feature_box2 {
	position: relative;
}
.feature_box_text {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100%;
}
.featured_section .row:nth-child(3) {
	padding: 8% 0 0;
}
.selling_section {
	background-image: url(../images/selling_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0% 0;
	background-attachment: fixed;
}
selling_section img {width: 100%;}
.selling_section .content
{
  height: 100vh;
  width: 100%;
  background-color: gray;
  display: flex;
  justify-content:center;
  align-items: center;
}
.selling_section .visible
{
  height: 80vh;
  width: 95%;
/*   background-color:red; */
  display: flex;
  justify-content:center;
  align-items: center;
  overflow: hidden;
  position:relative;
}
.selling_section .fondo
{
  position:absolute;
  background-image: url("https://s-media-cache-ak0.pinimg.com/originals/f7/4e/a6/f74ea6dc8d7f3346e69ab347b3b6e05e.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 110%;
/*   transform: translate(21px,21px); */
}

.selling_text h2 {
	font-size: 47px;
	line-height: 62px;
	color: #010101;
	margin: 0 0 30px;
	padding: 0 0 30px;
	position: relative;
}
.selling_text p {
    font-size: 17px;
    margin-bottom: 30px;
}
.selling_text h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #010101;
	width: 60px;
	height: 2px;
	margin: 0 auto;
}
.selling_text h5 {
	font-size: 25px;
	line-height: 30px;
	color: #010101;

	margin: 0 0 40px;
}
.selling_text {
	text-align: center;
	padding: 15% 0;
}
.bigest_box img {
	height: 600px;
	width: 100%;
	object-fit: cover;
}
.bigest_box {
	position: relative;
}
.bigest_boxText {
	position: relative;
}
.bigest_boxText {
	position: absolute;
	top: 30px;
	left: 34px;
	right: 20px;
	bottom: 20px;
	width: 80%;
	height: 80%;
	background: #529dba;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 0 auto;
}
.bigest_boxText h2 {
	font-size: 39px;
	line-height: 50px;
	    color: #fff;
    text-shadow: 0 1px 2px #333;
}
.bigest_boxText h2 span {
	display: block;
}
.bigest_boxText h6 {
	color: #2b2b2b;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 10px 0;
	font-size: 14px;
}
.bigest_boxText h4 {
	font-size: 80px;
	line-height: 85px;
	color: #2b2b2b;
}
.bigest_boxText p {
    color: #fff;
    text-shadow: 0 1px 2px #333;
    font-size: 13px;
    line-height:20px;
    width: 60%;
}
.bigest_boxText a {
	font-size: 18px;
    color: #fff;
    margin: 20px 0 0px;
    text-shadow: 0 1px 2px #000;
}
.bigest_boxText:before {
	content: "";
	border: 2px solid #ccc;
	position: absolute;
	left: 0;
	height: 87%;
	width: 80%;
	margin: 0 auto;
	right: 0;
	top: 30px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bigest_section .container-fluid {
	margin: 0;
	padding: 0;
}
.bestSeller_section {
	position: relative;
}
.bestSeller_section:before {
	    content: "";
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.btn_white {
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #fff;
	padding: 6px 76px;
	display: inline-block;
	font-weight: 700;
	border-radius: 50px;
}
.special_section {
    background: #529dba;
    padding: 3% 0 2% 0;
}
.special_section h2 {
	color: #fff;
	line-height: 50px;
}
.special_section input[type="text"] {
	border: 0;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #f3cbb1;
	background: transparent;
	color: #fff;
	outline: none;
	padding: 3px 15px;
}
.special_section ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.special_section ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.special_section :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.special_section :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
.special_section .btn_white {
    background: #ff9419;
}
.main_footer {
	padding: 5% 0 0;
}
.footer_box1 h5 {
	font-size: 24px;
	color: #000;
	line-height: 29px;

	font-weight: 400;
	margin: 0 0 30px;
}
.footer_box1 ul li a {
	font-size: 13px;
	color: #000;
	font-weight: 400;
}
.footer_box3 h5 {
	font-size: 24px;
	color: #000;
	line-height: 29px;

	font-weight: 400;
	margin: 0 0 30px;
}
.footer_box3 ul li {
	display: inline-block;
}
.footer_box3 ul li a {
	font-size: 25px;
	color: #000;
	margin: 0 25px 30px 0px;
	display: block;
}
.copy_right p {
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #222222;
}
.copy_right {
	border-top: 1px solid #c4c4c4;
	margin: 5% 0 0;
}
.Inner_banner {
	background: url(../images/slider_img1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 16% 0;
	position: relative;
	overflow: hidden;
}
.Inner_banner .container {
    position: relative;
    z-index: 22;
}
.Inner_banner h1 {
font-size: 90px;
    line-height: 95px;
    color: #2a2a2a;
}
.terms_section {
	padding: 0% 0 7%;
}
.term_text {
	text-align: center;
}
.term_text h2 {
	font-size: 90px;
	line-height: 95px;
	color: #2a2a2a;
	margin: 0 0 60px;

}
.term_text p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin: 0 0 25px;
}
.account_form h3 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 60px;
	font-weight: 400;
}
.account_form p.text-center {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin: 0 0 20px;
}
.account_form input[type="text"], .account_form input[type="email"], .account_form input[type="password"] {
	border-width: 3px;
	border-color: rgb(194, 194, 194);
	border-style: solid;
	width: 100%;
	height: 42px;
	outline: none;
	padding: 3px 15px;
	border-radius: 0;
	margin: 0 0 10px;
}
.f-button button.btn_blue {
	padding: 14px 78px;
	font-size: 18px;
	letter-spacing: 1px;
}
.f-button {
	text-align: center;
}
.log-in {
	padding: 2% 0 9%;
}
.Inner_banner span {
	display: block;
}
.ls h4 {
	color: #1b1b1b;
	font-size: 22px;
	margin: 0;
	font-weight: 500;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 29px;
    padding-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.Inner_content .Row_colm h4 {
    float: none;
    display: inline-block;
}
.Inner_content .slect-opt{
	padding: 0 30px;
	float: left !important;
}
.ls ul {
	margin: 0px 0px 29px 0px;
	padding: 0px;
	list-style: none;
}
.ls ul li {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	margin: 0px 0px 12px 0px;
	position: relative;
	padding: 0px;
}
.Row_colm h4 {
	color: #000;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	display: inline-block;
	font-weight: 400;
	float: left;
}
.slect-opt {
	width: auto;
	border-radius: inherit;
	margin: 0 0px 0 10px;
	height: 36px;
	box-shadow: inherit;
	background: transparent;
	color: #000;
	font-size: 13px;
	padding-right: 20px;
	float: left;
}
.pro .pagination {
	display: block;
	background: transparent;
	margin: 0;
}
.Inner_content ul li {
	color: #1d1d1d;
	font-size: 14px;
	padding: 0;
	line-height: 24px;
	font-weight: 500;
	vertical-align: top;
}
.pro .pagination>li>a, .pagination>li>span {
	border: none;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	float: right;
	background: transparent;
}
i.fa.fa-caret-right {
	color: #4b71b6;
	padding-left: 10px;
}
li.categ {
	font-size: 20px!important;
	line-height: 25px!important;
	margin: 0 0 30px!important;
}
.Row_colm {
	margin: 0 0 50px;
}
.pro {
	padding: 2% 0 7%;
}
/*  Checkout Page  */

.return-custmer .herelog {
	height: 51px;
	width: 100%;
	background-color: #e1e1e1;
	font-size: 15px;
	color: #333333;
	display: block;
	font-weight: 500;
	text-align: left;
	padding: 15px 20px;
	border-radius: 5px;
}
.check-form input {
	height: 51px;
	border-radius: 0!important;
	background-color: transparent;
	border: 3px solid #ccc;
	font-family: 'Nexa';
	font-size: 15px;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	border-radius: 5px;
	box-shadow: none;
}

.check-form select {
    height: 51px;
    border-radius: 0!important;
    background-color: transparent;
    border: 3px solid #ccc;
    font-family: 'Nexa';
    font-size: 15px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    box-shadow: none;
}
.check_detail h3 span {
	float: right;
	text-transform: uppercase;
}
.check-form textarea {
	height: 141px;
	border: 3px solid #ccc;
	background-color: transparent;
	border-radius: 0;
	resize: none;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	box-shadow: none;
}
.check-form .checkbox-inline {
	font-size: 14px;
	color: #686868;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.checkbox-inline input {
	height: auto;
}
.check_detail {
	padding: 14px 25px 30px;
	border-radius: 0;
	background: #f7f7f7;
}
.check_detail .first {
	padding-bottom: 40px;
}
.check_detail .first h3 {
	display: block;
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 18px;
	border: 0;
	color: #525252;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	/* margin: 0; */
	padding: 16px 0 5px;
}
form.round-one img {
	display: inline-block;
	padding-left: 10px;
}
.check_detail .first h4 {
	display: block;
	text-transform: capitalize;
	font-size: 15px;
	color: #666666;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.check_detail h3 {
	display: block;
	border-top: 1px dashed #555555;
	padding: 25px 0;
	margin: 0;
	text-transform: capitalize;
	font-size: 18px;
	color: #666666;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.round-one input {
	height: auto;
}
.round-two {
	margin-top: 30px;
	border-bottom: 1px dashed #555555;
	padding-bottom: 18px;
}
.read-agre .form-group {
	margin-bottom: 0;
	margin-top: 30px;
}
.check_detail button {
	background: #529dba;
	display: inline-block;
	color: #fff;
	margin-top: 30px;
	padding: 16px 59px;
	border-radius: 0px;
	border: 0;
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
}
.check_detail button:hover {
	background: #2a2a2a;
	color: #FFF !important;
}
.read-agre .checkbox-inline {
	color: #333333;
	font-weight: 400;
	font-size: 15px;
}
.t-price {
	color: #000;
}
.Inner_content {
	padding: 2% 0 8%;
}
.InnerBanner2 {
	padding: 21% 0;
	overflow: hidden;
}
/* Checkout css end */

/*  Begin: Cart Css */

.Cart_sec .table>thead>tr>th {
	vertical-align: bottom;
}
.Cart_sec .cartimage {
	width: 100px;
	margin-right: 20px;
}
.Cart_sec .carttable th {
	color: #333333;
	font-weight: 500;
	text-transform: none;
	background: transparent;
	padding: 16px !important;
	font-size: 14px;
}
.cartimage img {
	margin: 0 auto;
	float: none;
}
.Cart_sec .carttable h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	line-height: 19px;
}
.Cart_sec .shipping {
	margin-top: 0;
	padding: 0;
	float: right;
	width: 100%;
	border: none;
}
.Cart_sec .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 32px 17px 0 21px;
	color: #858585;
	vertical-align: middle;
}
.Cart_sec .shipping h4 {
	font-weight: 600;
	margin: 0;
	font-size: 18px;
	color: #05070b;
}
.Inner_content.Cart_sec {
	padding: 6% 0 3%;
	background: #ffffff;
}
.call:hover {
	color: 696969;
}
thead {
	background: #ebebeb;
	border: 0;
}
.table>thead>tr>th {
	vertical-align: bottom;
}
.carttable {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.Cart_sec .table>thead tr {
	border-radius: 50px;
}
.update {
	margin-right: 30px;
}
.Cart_sec .login-title {
	margin-bottom: 30px;
}
.update {
	background-color: #529dba;
	padding: 16px 30px;
	color: #fff !important;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #529dba;
}
.con-shop {
	background-color: #529dba;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 30px;
	/*display: inline-block;*/
}
.con-shop:hover {
    color: #fff;
}
.con-chk {
	background-color: #529dba;
	color: #fff !important;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px;
    border: 1px solid #529dba;
}
.right_box {
	background: #ebebeb;
	padding: 20px;
	margin-bottom: 25px;
	border: 0;
}
.right_box h5 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	font-family: 'gadugi';
}
.right_box p {
	font-size: 13px;
	color: #696969;
	line-height: 23px;
	padding-top: 10px;
	width: 79%;
}
.call {
	font-size: 14px;
	color: #696969;
	padding: 2px 0;
	display: inline-block;
}
.right_box p {
	font-size: 13px;
	color: #696969;
	line-height: 23px;
	padding-top: 10px;
	width: 79%;
}
.cartimage img {
	margin: 0 auto;
	float: none;
}
.edit li a {
	font-size: 14px;
	padding: 0 14px 0 0;
	color: #8f8f8f;
	width: 100%;
	text-transform: uppercase;
	text-decoration: underline !important;
	display: block;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.edit li a:before {
	position: absolute;
	content: '';
	border-right: 2px solid #8f8f8f;
	left: 29px;
	right: 4px;
	height: 12px;
	top: 6px;
}
.Inner_content ul li {
	color: #1d1d1d;
	font-size: 14px;
	padding: 0;
	line-height: 24px;
	font-weight: 500;
	    border: 1px solid #999;
    padding: 10px 12px;
}
.Inner_content ul .categ{
border: 0;
padding: 0;
}
.Inner_content ul li a {
    color: #333;
}
.edit li:last-child a {
	border: none;
}
.edit li:last-child a:before {
	border: none;
}
.sub-total-sec .list-group-item:first-child {
	border-radius: inherit;
}
.sub-total-sec .list-group-item {
	position: relative;
	display: block;
	padding: 20px 15px;
	margin-bottom: -1px;
	background-color: transparent;
	border: 1px solid #d9d9d9;
	border-left: none;
	border-right: none;
	font-size: 15px;
	color: #a3a3a3;
	font-family: 'gadugi';
}
.edit li {
	display: inline-block;
}
.sub-total-sec .list-group-item a {
	font-size: 15px;
	color: #949393;
	font-family: 'gadugi';
}
.counter .form-control {
	padding: 16px;
	border: none;
	outline: none;
	box-shadow: none;
	text-align: center;
	background: transparent;
	color: #858585;
}
.counter .input-group {
	width: 140px;
}
.input-group {
	margin-top: 0;
	margin-bottom: 0;
}
.sub-total-sec {
	padding: 5% 0;
}
/*  Cart Css ENd */

.prd-detail {
	padding: 4% 0 3%;
}
.prd-detail  .slick-initialized .slick-slide {
    display: block;
    padding: 7px 7px;
}

.imgsec {
	border: 0;
	padding: 0px 0px 0;
	width: 100%;
}
.imgsec img {
	margin: 0 auto;
}
.prddes {
	margin-bottom: 43px;
}
.prddes h3 {
	font-size: 28px;
	color: #101216;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.prddes h4 {
	font-size: 15px;
	color: #FF9800;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.prddes h4 a {
    color: #b1b1b1;
}
.prddes p {
	font-size: 17px;
	margin-bottom: 16px;
}
.prddes ul {
	padding-left: 10px;
	font-size: 18px;
	line-height: 35px;
	color: #000;
}
.inputbox {
	display: flex;
	margin: 0 0 20px;
}
.inputbox .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 0;
    float: left;
}
.inputbox .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px;
	position: relative;
	left: -154px;
	border-radius: 23px;
}
.vehicle ul li p {
	display: inline-block;
	padding-left: 13px;
}
.cartbt {
	margin-top: 20px;
	margin-bottom: 10px;
}
.cartbt button {
	background: #529dba;
	color: #fff;
	padding: 14px 41px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
    border: #529dba;
}
p.lremtext {
	font-size: 20px !important;
	margin-bottom: 21px;
	line-height: 30px;
	color: #000;
}
.slider-for img {
    width: 100%;
    max-height: 600px;
}
.slider-nav img {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 0;
    height: 130px;
}
.prddes ul {
	padding-left: 10px;
	font-size: 19px;
	line-height: 35px;
}
.prddes p {
	font-size: 15px!important;
	margin-bottom: 16px;
	line-height: 22px;
	color: #666;
}
.prddes p span {
	font-size: 15px!important;
	margin-bottom: 16px;
	line-height: 22px;
	color: #529dba;
}
.textdin p {
	font-size: 23px;
	padding-right: 17px;
}
.input-group {
	margin-top: 0;
	margin-bottom: 0;
}
.inputbox .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: 7px;
	border-radius: 35px;
	border-radius: 0;
}
.inputbox .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 50px;
	margin-bottom: 0;
	padding: 0 0;
	text-align: center;
}
.inputbox .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px;
	position: relative;
	left: 12px;
	border-radius: 23px;
	border-radius: 0;
}
.description_text {
	padding: 5% 0 0%;
}
.description_text h3 {
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.description_text p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.bigest_section {
	padding: 4% 0 0;
}

.call_div img {
	width: 60%;
	display: block;
    margin: 15px 0 0;
}

.sliderOverly {position: absolute;bottom: 0;left: 0;width: 10000px;content: '';height: 580px;background: url(../images/smokeSlider.png) repeat-x;animation: change 100s infinite linear;}

}
.sliderOverly img {width: 100%;}
@keyframes change {
  0%      {margin-left:0}

  100%    { margin-left:-9000px}
}

a.wishListBtn {
    font-size: 14px;
    padding: 0 30px;
    background: #ffffff;
    display: block;
    color: #333;
    margin: 0 10px;
}
a.wishListBtn .fa {margin: 0 5px 0 0px;color: #529dba;}

a.soldBtn {
    font-size: 14px;
    padding: 5px 30px;
    background: #d8d8d8;
    display: block;
    color: #000;
    margin: 0 10px 0 0;
    display: inline-block;
    border-radius: 5px;
}

a.reportBtn {
    font-size: 14px;
    padding: 5px 30px;
    background: #ffe1cf;
    display: block;
    color: #000;
    margin: 10px 10px 0 0;
    display: inline-block;
    border-radius: 5px;
    }

.socialPro {}
.socialPro ul{
    margin: 10px 0 0 0;
    overflow: hidden;
}
.socialPro ul li{float:left;padding: 0 6px 0 0;color: #999;font-size: 17px;}
.socialPro ul li a {padding: 0 1px 0 0px;color: #d6d6d6;}
.socialPro ul li a:hover {color:#529dba}

.description_text-head {}
.description_text-head ul{
    margin: 9px 0 0 0;
}
.description_text-head ul li{float:left;padding: 0 6px 0 0;color: #999;font-size: 17px;}
.description_text-head ul li a {
    padding: 0 1px 0 0px;
    color: #000;
    padding: 13px 30px;
    display: block;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
}
.description_text-head ul li a:hover, .description_text-head ul li a:focus {    background: #ff9419;
    color: #fff;
}
.description_text-head ul li.active a { background: #ff9419;
    color: #fff; }
.description_text .tab-content {
    padding: 30px;
    border: 1px solid #dedede;
    background: #eaeaea;
}
.vendorBox {}
.vendorBox h3 {
	font-size: 28px;
	color: #101216;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.vendorBox h4 {
	font-size: 15px;
	color: #FF9800;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.vendorBox h4 a {
    color: #b1b1b1;
}
.vendorBox p {
	font-size: 17px;
	margin-bottom: 16px;
}
.categoryDiv {
    padding-top: 25px;
    font-size: 14px;
    color: #999;
}
.categoryDiv span {
    border: 1px dashed #ccc;
    padding: 6px 10px;
}


.commentsMain {
  margin: 0 0 55px 0;
}
 .commentsMain h1 {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
  word-wrap: break-word;
  text-transform: uppercase;
  background: #71bfc5;
  float: left;
  padding: 7px 15px;
}
 .commentsMain hr {
  margin-top: 0;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px solid #000;
}
 .commentsMain input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  font-family: 'Raleway', sans-serif;
}
 .comments {
  margin: 25px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

 .comments .rating .stars{width:auto;border:0;color: #999;}
 .comments .rating{  border:0; }
 .leavereply .rating{padding:20px 0;margin-bottom: 0px;}
 .leavereply .rating{ padding:20px 0; border:0; }
 .rating span.checked {
    color: #e79e04;
}


 .comments h2 {
  font-size: 21px;
  text-align: left;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  padding: 3px 0 5px;
  font-weight: 400;
  color: #333;
  margin: 0;
}
 .comments a {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 15px 0 12px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
 .comments p {
  font-size: 15px;
  color: #333;
  text-align: left;
  line-height: 22px;
  text-transform: unset;
  letter-spacing: 0px;
  padding: 0px 0 0;
  font-weight: 400;
}
 .comments h2 span {
  font-size: 16px;
  color: #e2702c;
}
 .leftpost {
  position: relative;
  margin: 30px 0;
}
 .leftpost img {
  position: relative;
}
 .leftpost h2 {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 26px;
  text-transform: unset;
  letter-spacing: 0.2px;
  padding: 10px 20px 0;
  font-weight: 700;
  margin: 0px auto;
  display: table;
  float: none;
  width: 100%;
  text-shadow: none;
  position: absolute;
  bottom: 14px;
}

 .leavereply {
  margin: 20px 0;
}
 .leavereply h1 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    position: relative;
    word-wrap: break-word;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
}

.form-listing input {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    margin-bottom: 30px;
    font-size: 15px;
}

.form-listing textarea{
    height: 150px;
    resize: none;
    border-radius: 0;
    padding-top: 20px;
    font-size: 14px;
}

.btn-submit {
    padding-top: 20px;
}

.btn-submit input {
    background: #529dba;
    color: #fff;
    border: 0;
    padding: 10px 50px;
    height: auto;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.rating-review-star {
    text-align: left;
    padding-top: 8px;
    display: inline-block;
}

.cp-rating .fa.checked {
    color: #e79e04;
}
.cp-rating .fa {
    font-size: 15px;
}
.cp-rating .fa {
    color: #FFF;
    background: #000000;
    padding: 5px;
}

.thumb_listing_img {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}

.thumb_listing_img img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
    padding: 8px;
}

.vendorBox {}
.vendorBox h2 {font-size: 36px;}
.vendorBox p {
    font-size: 14px;
    margin-bottom: 16px;
}
.policiesBox {

}
.policiesBox h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.policiesBox p {
    font-size: 14px;
    margin-bottom: 16px;
}

.questionAnsBox {}
.questionAnsBox h3{    font-size: 30px;}
.questionAnsBox input {width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 20px; }
   .questionAnsBox a {
    margin: 0px auto;
    display: table;
    color: #000;
    font-size: 15px;
}


.venderProfileBox {
    position: relative;
}
.venderProfileMain {
    position: relative;
}



.venderProfileMain p {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    line-height: 24px;
    border: 2px dashed #ccc;
    padding: 20px;
    line-height: 27px; margin:30px 0;
}
.venderProfileOverly {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to right top, #ffffff00, #ffffff00, #ffffffb8, #ffffff00, #ffffff00);
}

.venderProfileDetail {
    bottom: 0;
    position: absolute;
    width: 100%;
    top: 0;
}
.venderProfileBox img {height: 300px;width: 100%;object-fit: cover;}

.venderProfileDetailLeft {
    padding: 50px;
}
.venderProfileDetailLeft h2 {
    font-size: 32px;
}
.venderProfileDetailLeft ul {
    list-style: none;
}
.venderProfileDetailLeft ul li {
    margin: 0 0 8px 0;
    position: relative;
    padding-left: 29px;
}
.venderProfileDetailLeft ul li a {
    color: #529dba;
}
.venderProfileDetailLeft ul li span {
    position: absolute;
    left: 0;
}
.venderProfileDetailLeft ul li span .fa {color: #000;}
.venderProfileDetailLeft ul li .fa {
    padding: 0 1px;
    color: #FF5722;
}
.rangeSlider {
    padding: 5px 0 55px;
}
.rangeSlider_box {}
.rangeSlider h4 {
    font-size: 14px;
    line-height: 35px;
    margin: 0 0 10px 0;
    font-family: roboto,sans-serif;
}
.rangeSlider h4 span {    border: 1px dashed #ccc;
    padding: 6px 10px;}


/*Sidebar my account*/
.padding-80{
    padding: 80px 0;
}

.left-menu-profile {
    background-color: #fff;
    padding: 40px 0;
}

.avatar-upload {
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 10px;
    z-index: 1;
    bottom: 0px;
}
.avatar-upload .avatar-edit button {
    display: none;
}
.avatar-upload .avatar-edit button {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit button:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit button:after {
    content: "\f067";
    font-family: 'FontAwesome';
    color: #1a1a1a;
    position: absolute;
    top: 7px;
    left: 4px;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 112px;
    height: 112px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #1a1a1a;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-position: center;
    object-fit: cover;
}

.name-profile-author {
    text-align: center;
}

.name-profile-author h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.name-profile-author {
    text-align: center;
}

.name-profile-author h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
}

.name-profile-author h3 span {
    color: #1a1a1a;
    font-weight: 600;
}
.menu-profile-list{
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu-profile-list ul li a{
    color: #333333;
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 15px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}

.menu-profile-list ul li a:hover {
    color: #1a1a1a;
}

.menu-profile-list .active{
    color: #337ab7;
    text-decoration: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #f0f2f5;
    text-align: left;
    border-radius: 50px;
    margin-right: 10px;
}

.upload-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 180px;
    display: inline-block;
    padding: 6px 15px 7px;
    background: #ec942f;
}

.upload-btn span{
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 8px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/*End Sidebar My Account*/

.sub-price >span,.invoice-price-right >span,.product-name {
    color:black;
}

/*Contact*/
.contact-form {
    padding: 6% 0;
}

.contact-form form h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 36px;
}

.contact-form form h5 {
    font-family: 'Roboto', sans-serif;
    color: #989898;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-form form label{
    font-weight: 400;
    color: #000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;

}

.contact-form form input[type="text"], input[type="email"], input[type="number"],input[type="tel"]{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 10px;
    height: 40px;


}

.contact-form form textarea{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 10px;
    resize: none;
}

.contact-form form button {
    /*background-color: #337ab7;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border: none;
    padding: 7px 35px;
    margin-top: 13px;*/
    border: 1px solid #529dba;
}

/*contact*/

/* Faq Page css Start */

.faqsec .panel-title>a.collapsed:before {
    content: "\f067";
    position: absolute;
    right: 20px;
}
.faqsec .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 0;
    color: #eeb48f;
    font-size: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
}
.faqsec .panel .panel-heading {
    background: #eeb48f;
    padding: 5px 0px;
    border-radius: 0;
    margin-bottom: 0px;
}
.faqsec .panel-body {
    padding: 15px 20px 20px;
    border-top: none !important;
    border: 1px solid #ccc;
}
.faqsec .panel-heading a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 45px 5px 10px;
    display: inline-block;
    width: 100%;
}

.faqsec {
    padding: 80px 0px;
}

.faqsec .panel-heading a span {
    padding: 7px;
    display: inline-block;
}
.faqsec .panel-body p {
    font-size: 17px;
    color: #555555;
    /* opacity: 0.8; */
    padding: 12px 30px 0 0px;
    width: 96%;
    font-weight: 400;
    line-height: 26px;
}
.faqsec .panel-heading a[aria-expanded=true] {
    padding: 5px 45px 5px 10px;
    display: inline-block;
    width: 100%;
}
.faqsec .panel-title [aria-expanded=true]:before {
    color: #eeb48f !important;
    position: absolute;
    top: 11px;
    right: 20px;
}
.faqsec .panel {
    box-shadow: none;
    border-color: transparent;
    margin-bottom: 15px;
}
.faqsec .collapse.show {
    display: block;
    margin-bottom: 30px;
}
/* Faq Page css End */


/*Searchbar*/
.searchbar {
    height: 58px !important;
    position: relative;
    border: 1px solid #959595;
    border-radius: 4px;
    display: inline-block;
     width: 80%;
    vertical-align: middle;
    margin-top: 20px !important;
    padding: 0px !important;
    margin-left: 0px;
}
.searchbar select {
    border-left: 0;
    border-right: 0;
    padding: 0 18px;
    border-right: 1px solid #959595;
}
.searchbar .form-control {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    font-size: 12px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    padding: 0 15px;
    transition: border-color .5s ease;
    border: 0;
    -webkit-transition: border-color .5s ease;
    height: 46px;
}
.searchbar .form-group {
    position: relative;
    margin: 0;
    display: block;
}
.searchbar .btn {
    border-radius: 0;
    font-size: 18px;
    color: #eeb48f;
    position: absolute;
    top: 2px;
    background: transparent;
    outline: none !important;
    box-shadow: none;
}
.no-margin {
    margin: 0;
    padding: 0;
}
/*End Searchbar*/

.footer_link{
    margin-top: 12px;
}
.footer_link >a{
    color: black;
    text-decoration: underline;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    padding: 20px 0;
}

.logo_bar .navbar-form {
    float: none !important;
    margin-top: 0;
    margin-bottom: 0;
        padding: 0;
}
.logo_bar .searchbar{
    height: auto !important;
}

.logo_bar .searchbar .btn{
   background: #ff9419;
    outline: none !important;
    box-shadow: none;
    right: 0;
    padding-bottom: 13px;
    line-height: 25px;
    padding: 10px 45px;
    top: 0;
    color: #fff;
}
.logo_bar .searchbar .form-group{
		overflow: hidden;
}

.feature_box .tc-image-effect-circle{
	    border: 2px solid #333;
    padding: 8px 20px;
    background: transparent;
    color: #fff;
    border-radius: 4px;
    background: #ff9419;
}

.bigest_box .tc-image-effect-circle{
	    border: 2px solid #333;
    padding: 8px 20px;
    background: transparent;
    color: #fff;
    border-radius: 4px;
    background: #ff9419;
}

.featured_section .feature_box .newsty {
	 border: 2px solid #333;
    padding: 8px 20px;
    background: transparent;
    color: #fff;
    border-radius: 4px;
    background: #ff9419;
}
.featured_section .feature_box{
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.featured_section .feature_box p{
	  height: 70px;
	  overflow:hidden;
}

.feature_box .newsty {
	 border: 2px solid #333;
    padding: 8px 20px;
    background: transparent;
    color: #fff;
    border-radius: 4px;
    background: #ff9419;
}


/* MSQ Responsive Start */

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	  .slider_text h1 {
    line-height: 93px;
    font-size: 88px;
	}
	.featured_head h2 {
	    margin: 0 0 20px;
	}
	.selling_text h2 {
	    font-size: 37px;
	    line-height: 40px;
	    color: #010101;
	    margin: 0 0 10px;
	    padding: 0 0 10px;
	}


		.bigest_boxText h2 {
	    font-size: 20px;
	    line-height: 45px;
	}
	.bigest_boxText h4 {
	    font-size: 50px;
	    line-height: 55px;
	    color: #2b2b2b;
	}
	.bigest_boxText h6 {
	    width: 70%;
	    margin: 0 auto 10px;
	}

	.bigest_boxText {
	    width: 80%;
	    margin: 0 auto;
	}
	.bigest_boxText:before {
	    width: 80%;
	}
	.special_section h2 {
	    font-size: 35px;
	}
	.btn_white {
	    padding: 6px 56px;
	}
	.footer_box3 ul li a {
	    font-size: 25px;
	    color: #000;
	    margin: -4px 5px 20px 0px;
	    display: block;
	}
	.featured_section .row > .row {
	    margin: 0 !important;
	}
		.bigest_section .row {
	    margin: 0 !important;
	}
	
	.Inner_banner h1 {
	    font-size: 70px;
	    line-height: 76px;
	    color: #2a2a2a;
	}
	.feature_box h6 {
	    font-size: 16px;
	}
	.term_text h2 {
		font-size: 70px;
		line-height: 95px;
		color: #2a2a2a;
		margin: 30px 0 60px;
	}
	.featured_section .row {
	    margin: 0;
	}
		.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	.menuSec ul li a {
	    padding: 0px 4px;
	    font-size: 12px;
	    border-left: 1px solid #000;
	}
	.feature_box h3, .feature_box2 h3 {

	    font-size: 30px;
	}
	.catagory_img img {
	    height: 25vh;
	    object-fit: cover;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .slider_text h1 {
    line-height: 93px;
    font-size: 88px;
	}
	.featured_head h2 {
	    margin: 0 0 20px;
	}
	.selling_text h2 {
	    font-size: 37px;
	    line-height: 40px;
	    color: #010101;
	    margin: 0 0 10px;
	    padding: 0 0 10px;
	}


		.bigest_boxText h2 {
	    font-size: 20px;
	    line-height: 45px;
	}
	.bigest_boxText h4 {
	    font-size: 50px;
	    line-height: 55px;
	    color: #2b2b2b;
	}
	.bigest_boxText h6 {
	    width: 70%;
	    margin: 0 auto 10px;
	}

	.bigest_boxText {
	    width: 80%;
	    margin: 0 auto;
	}
	.bigest_boxText:before {
	    width: 80%;
	}
	.special_section h2 {
	    font-size: 35px;
	}
	.btn_white {
    padding: 6px 49px;
	}
	.footer_box3 ul li a {
	    font-size: 25px;
	    color: #000;
	    margin: -4px 5px 20px 0px;
	    display: block;
	}
	.featured_section .row > .row {
	    margin: 0 !important;
	}
		.bigest_section .row {
	    margin: 0 !important;
	}
	.slicknav_menu {
    	display: block;
	}
	.Inner_banner h1 {
	    font-size: 70px;
	    line-height: 76px;
	    color: #2a2a2a;
	}
	.feature_box h6 {
	    font-size: 16px;
	}
	.term_text h2 {
		font-size: 70px;
		line-height: 95px;
		color: #2a2a2a;
		margin: 30px 0 60px;
	}
	.featured_section .row {
	    margin: 0;
	}
		.row {
	    margin-right: 0;
	    margin-left: 0;
	}
    .catagory_img img {
	    height: 25vh;
	    object-fit: cover;
	}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
   .call_div img {
    width: 50%;
    margin: 0 auto 20px;
 }
  .slider_text h1 {
    line-height: 37px;
    font-size: 38px;
	}
	.slider_text h3 {
	    color: #2a2a2a;
	    margin: 0 0 20px;
	    font-size: 38px;
	    line-height: 3px;
	    margin: 20px 0 20px !important;
	    display: block;
	}
	.catagory_box {
	    margin-bottom: 30px;
	}


	.featured_head h2 {
	    margin: 0 0 0px;
	    font-size: 30px;
	}
	.bigest_boxText {
	    position: absolute;
	    top: 30px;
	    left: 0;
	    right: 0;
	    bottom: 20px;
	    width: 86%;
	    height: 90%;
	    background: #fff;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    text-align: center;
	    margin: 0 auto;
	}
	.bigest_boxText h2 {
	    font-size: 20px;
	    line-height: 45px;
	}
	.bigest_boxText h4 {
	    font-size: 50px;
	    line-height: 55px;
	    color: #2b2b2b;
	}
	.bigest_boxText h6 {
	    width: 70%;
	    margin: 0 auto 10px;
	}
	.bigest_boxText:before {
	    content: "";
	    border: 2px solid #ccc;
	    position: absolute;
	    left: 30px;
	    top: 25px;
	    height: 90%;
	    width: 80%;
	}
	.special_section h2 {
	    line-height: 40px;
	    font-size: 35px;
	    text-align: center;
	    margin: 0 0 10px;
	}
	.special_section input[type="text"] {
	    margin: 0 0 20px;
	}
	.btn_white {
	    border-radius: 50px;
	    display: block;
	    text-align: center;
	}
	.selling_text h2 {
	    font-size: 30px;
	    line-height: 62px;
	    color: #010101;
	    margin: 0 0 10px;
	    padding: 0px 0 0px;
	    position: relative;
	}
	.Inner_banner h1 {
	    font-size: 50px;
	    line-height: 65px;
	    color: #2a2a2a;
	}
	.featured_section .row > .row {
	    margin: 0 !important;
	}
	.feature_box a, .feature_box2 a {
  	  margin: 20px 10px 0;
	}
	.pull-right.footer_link {
	    float: none !important;
	    text-align: center;
	}
	.term_text h2 {
	    font-size: 47px;
	    line-height: 45px;
	    color: #2a2a2a;
	    margin: 0 0 20px;
	}
	.term_text p {
	    font-size: 14px;
	    line-height: 25px;
	    color: #000;
	    margin: 0 0 25px;
	}
		.bigest_section .row {
	    margin: 0 !important;
	}
	.description_text-head ul li a {
	    padding: 13px 5px;
	}
	.catagory_img img {
	    height: auto;
	    object-fit: cover;
	}
    .update {
	    width: 100%;
	    display: block;
	    margin: 30px auto;
	}
	.con-shop {
	    display: block;
	    text-align: center;
	}
		.con-chk {
	    text-align: center;
	    display: block;
	    width: 100%;
	}
	.cart_div {
	    float: none;
	    margin: 0 auto;
	    
	}


}
@media only screen and (min-width: 300px) and (max-width: 519px){
 .call_div img {
    width: 50%;
    margin: 0 auto 20px;
 }
  .slider_text h1 {
    line-height: 37px;
    font-size: 38px;
	}
	.slider_text h3 {
	    color: #2a2a2a;
	    margin: 0 0 20px;
	    font-size: 38px;
	    line-height: 3px;
	    margin: 20px 0 20px !important;
	    display: block;
	}
	.catagory_box {
	    margin-bottom: 30px;
	}


	.featured_head h2 {
	    margin: 0 0 0px;
	    font-size: 30px;
	}
	.bigest_boxText {
	    position: absolute;
	    top: 30px;
	    left: 0;
	    right: 0;
	    bottom: 20px;
	    width: 100%;
	    height: 100%;
	    background: #fff;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    text-align: center;
	    margin: 0 auto;
	}
	.bigest_boxText h2 {
	    font-size: 20px;
	    line-height: 45px;
	}
	.bigest_boxText h4 {
	    font-size: 50px;
	    line-height: 55px;
	    color: #2b2b2b;
	}
	.bigest_boxText h6 {
	    width: 70%;
	    margin: 0 auto 10px;
	}
	.bigest_boxText:before {
	    /* content: ""; */
	    /* border: 2px solid #ccc; */
	    /* position: absolute; */
	    /* left: 30px; */
	    /* top: 25px; */
	    /* height: 90%; */
	    /* width: 80%; */
	    /* margin: 0 auto; */
	}
	.special_section h2 {
	    line-height: 40px;
	    font-size: 35px;
	    text-align: center;
	    margin: 0 0 10px;
	}
	.special_section input[type="text"] {
	    margin: 0 0 20px;
	}
	.btn_white {
	    border-radius: 50px;
	    display: block;
	    text-align: center;
	}
	.selling_text h2 {
	    font-size: 30px;
	    line-height: 62px;
	    color: #010101;
	    margin: 0 0 10px;
	    padding: 0px 0 0px;
	    position: relative;
	}
	.Inner_banner h1 {
	    font-size: 50px;
	    line-height: 65px;
	    color: #2a2a2a;
	}
	.featured_section .row > .row {
	    margin: 0 !important;
	}
	.bigest_section .row {
	    margin: 0 !important;
	}
	.feature_box a, .feature_box2 a {
  	  margin: 20px 10px 0;
	}
	.pull-right.footer_link {
	    float: none !important;
	    text-align: center;
	}
	.term_text h2 {
	    font-size: 47px;
	    line-height: 45px;
	    color: #2a2a2a;
	    margin: 0 0 20px;
	}
	.term_text p {
	    font-size: 14px;
	    line-height: 25px;
	    color: #000;
	    margin: 0 0 25px;
	}
	.hvr-curl-top-right {
	    display: block;
	}
	.description_text-head ul li a {
	    padding: 13px 5px;
	}
	.catagory_img img {
	    height: auto;
	    object-fit: cover;
	}
	.update {
	    width: 100%;
	    display: block;
	    margin: 30px auto;
	}
	.con-shop {
	    display: block;
	    text-align: center;
	}
	.con-chk {
	    text-align: center;
	    display: block;
	    width: 100%;
	}
	.cart_div {
	    float: none;
	    margin: 0 auto;
	    
	}
}

.sp_menu {
    background: #ff9419;
}
.sp_menu_link{
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: white !important;
}



.offer-tp-bar {
    background: #f7f8f9;
    padding: 25px 0;
    text-align: center;
    border: 2px solid #eeb48f;
    margin-bottom: 30px;
}

.offer-tp-bar ul li {
    display: inline-block;
    font-size: 24px;
    padding-right: 20px;
    position: relative;
}

.offer-tp-bar ul li:after {
    content: ''
;position: absolute;
    border: 1px solid #ccc;
    width: 2px;
    height: 25px;
    right: 7px;}

.offer-tp-bar ul li:nth-last-child(1):after {
    border: 0;
}


.offer-tp-bar ul li span {
    color: #529dba;
}

.heading-detail-sec h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.print-sec-tab ul li {
    display: inline-block;
    font-size: 17px;
    padding-right: 30px;
    font-style: italic;
}

.breadcrumb-sec-link ul li {
    display: inline-block;
    padding-right: 40px;
    font-size: 17px;
    color: #000;
    position: relative;
}

.breadcrumb-sec-link {
    padding-top: 20px;
}

.breadcrumb-sec-link ul li a {
    color: #000;
    transition: 0.5s ease-in-out;
}

.breadcrumb-sec-link ul li a:hover {
    color: #eeb48f;
}
.breadcrumb-sec-link ul li:before {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: 10px;
    font-size: 20px;}

.breadcrumb-sec-link ul li:nth-last-child(1):before{
    display: none;
}

.detail-slider-sec {
    display: inline-block;
    width: 100%;
    background: #f9f9f9;
    padding: 50px 20px 0;
    border-radius: 10px;
}

.detail-tab-sec {
    margin-top: 50px;
    display: inline-block;
    width: 100%;}

.large-detail-thumb {
    border: 1px solid #ccc;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 580px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.19);
    padding: 12px;
    margin: 10px;
    flex-direction: column;
    background: #f9f9f9;
}

.detail-thumb-img {
    border: 1px solid #ccc !important;
    padding: 2px;
    margin: 10px 3px;
    height: 110px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.19);
}

.large-overlay-sec {
    position: absolute;
    bottom: 20px;
    left: 20px;
}


.large-overlay-sec a {
    display: inline-block;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.large-overlay-sec a span {
    font-size: 24px;
    padding-right: 10px;
    color: #eeb48f;
}
.detail-thumb-img img {
    width: 90%;
    height: 75px;
    object-fit: cover;
}

.detail-description-sec p {
    font-size: 15px;
    line-height: 28px;
}

.detail-description-sec h2 {
    color: #529dba;
    font-size: 32px;
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.detail-description-sec {
    padding-top: 30px;
}

.product-filter-sec h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    padding-bottom: 10px;
}

.filter-sec-main {
    padding-left: 15px;
}

.canvas-filter-sec ul li {
    width: 110px;
    padding: 7px 3px 5px;
    border: 1px solid #529dba;
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    margin-bottom: 10px;
    height: 110px;
    align-items: center;
    /* margin-right: 4px; */
    display: inline-block;
    cursor: pointer;
}

.canvas-filter-sec ul li span {
    font-size: 12px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: initial;
    padding-top: 6px;
}

li.border-frame img {
    border: 3px solid #000;
}

li.pieces-1 img {
    margin: auto;
    width: 70px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.canvas-filter-sec ul li.active {
    background: #529dba;
    color: #fff;
}

/*.canvas-filter-sec ul li.active.pieces-1.active img {
    filter: brightness(0) invert(1);
}*/

.canvas-filter-sec.size-filter li {
    width: 76px;
    padding: 10px 0 15px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    height: auto;
    text-align: center;
}

.canvas-filter-sec.size-filter li span {
    font-size: 15px;
}

.canvas-filter-sec.thickness-frame li {
    width: 160px;
    height: 140px;
}

.price-tab-sec {
    background: #f8f8f8;
    padding: 10px 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.49);
    border-radius: 5px;
}

.price-sec-main {
    padding-left: 15px;
}

.price-tab-sec h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    display: inline-block;
}

.price-tab-sec h3 span {
    text-decoration: line-through;
    color: #000;
}

.price-old {
    display: inline-block;
}

/*.price-new {
    display: inline-block;
    float: right;
}*/

.price-new h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    display: inline-block;
    line-height: 34px;
    color: #eeb48f;
}

.flash-deal-box {
    display: inline-block;
    font-size: 16px;
    text-align: right;
    float: right;
    padding-top: 10px;
    font-weight: 500;
    color: #529dba;
}

.cart-btn a,button {
    background: #529dba;
    padding: 15px 6px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid #529dba;
    text-align: center;
}

.cart-btn {
    padding: 10px 0;
}

.pay-install-text {
    background: #fff;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #529dba;
    margin-bottom: 10px;
}

.pay-install-text p {
    margin-bottom: 0;
    font-size: 15px;
}

.sale-end-text {
    background: #fff;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #529dba;
    margin-bottom: 10px;
}

.sale-end-text p {
    margin: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

.sale-end-text p span {
    color: #529dba;
    font-weight: 600;
}

.shipping-box h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: initial;
}

.shipping-box img {
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
}

.shipping-box {
    text-align: center;
}

.Shipping-sec-tab {
    padding-top: 10px;
    padding-bottom: 20px;
}

.shipping-box p {
    font-size: 13px;
    margin-bottom: 0;
}

.shipping-box a {
    color: #529dba;
    font-size: 12px;
}

.canvas-filter-sec ul li img {
    height: 67px !important;
    width: 100px !important;
}


@media only screen and (min-width: 967px)and (max-width: 1200px)
{
.bigest_boxText p {font-size: 13px;line-height: 20px;}
.bigest_boxText h2 {font-size: 16px;line-height: 20px;}
.bigest_boxText a {margin-top:10px !important;}
.canvas-filter-sec ul li {width:85px;vertical-align: top;}
.canvas-filter-sec.thickness-frame li {width: 132px;}
.Inner_content ul li {margin:0 0 10px;}
.feature_box img {height:280px;}
.call_icon i {left: -10px;position: relative;}
}


@media only screen and (min-width: 768px) and (max-width: 966px)
{
.top_bar p {text-align: center;}
.cart_div {float:none;text-align: center;}
.cart_icon, .login_text {display:inline-block;float:none;}
.login_text {position: relative;top: -12px;}
.logo_bar .col-sm-4, .logo_bar .col-sm-6 {width:100%;text-align:center;}
.call_div img {width:30%;display:table;margin:0 auto;}
.call_div {display:table;margin:0 auto;}
.slider_text h1 {line-height: 55px;font-size: 50px;margin:0 0 10px;}
.slider_text h3 {line-height: 30px;font-size: 25px;margin:0 0 10px;}
.bigest_boxText p {line-height: 20px;font-size: 13px;}
.bigest_boxText h2 {line-height: 20px;font-size: 16px;}
.bigest_boxText:before {width: 92%;top: 12px;height: 96%;}
.bigest_boxText a {margin-top:0 !important;}
.feature_box img {height:136px;}
.Inner_banner h1 {line-height: 55px;font-size: 50px;}
.feature_box h3 {line-height: 30px;font-size: 25px;}
.detail-tab-sec .col-sm-8, .detail-tab-sec .col-sm-4 {width:100%;}
.term_text h2 {line-height: 55px;font-size: 50px;margin:30px 0 10px;}
.footer_box3 ul li a {font-size: 22px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
.top_bar p {text-align: center;}
.cart_div {float:none;text-align: center;}
.cart_icon, .login_text {display:inline-block;float:none;}
.login_text {position: relative;top: -12px;}
.logo_bar .col-sm-4, .logo_bar .col-sm-6 {width:100%;text-align:center;}
.call_div img {width:30%;display:table;margin:0 auto;}
.call_div {display:table;margin:0 auto;}
.slider_text h1 {line-height: 55px;font-size: 50px;margin:0 0 10px;}
.slider_text h3 {line-height: 30px;font-size: 25px;margin:0 0 10px;}
.bigest_boxText p {line-height: 20px;font-size: 13px;}
.bigest_boxText h2 {line-height: 20px;font-size: 16px;}
.bigest_boxText:before {display:none;}
.bigest_boxText a {margin-top:0 !important;}
.feature_box img {height:auto;width: 50%;margin: 0 auto;}
.Inner_banner h1 {line-height: 55px;font-size: 50px;}
.feature_box h3 {line-height: 30px;font-size: 25px;}
.detail-tab-sec .col-sm-8, .detail-tab-sec .col-sm-4 {width:100%;}
.term_text h2 {line-height: 55px;font-size: 50px;margin:30px 0 10px;}
.footer_box3 ul li a {font-size: 22px;}	
.logo_bar .searchbar .btn {right:15px;}
.bigest_boxText {background: #529dba;position: relative;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;padding: 30px 0;margin: 40px 0;}
.copy_right p {float:none !important;}
.footer_box1 h5, .footer_box3 h5 {margin:30px 0 10px !important;}
.account_form {margin-top:30px;}
.detail-thumb-img {height:335px !important;}
.detail-thumb-img img {width:50% !important;height:335px !important;}
.large-detail-thumb {height:500px !important;}
}

@media only screen and (min-width: 300px) and (max-width: 479px)
{
.top_bar p {text-align: center;}
.cart_div {float:none;text-align: center;}
.cart_icon, .login_text {display:inline-block;float:none;}
.login_text {position: relative;top: -12px;}
.logo_bar .col-sm-4, .logo_bar .col-sm-6 {width:100%;text-align:center;}
.call_div img {width:auto;display:table;margin:0 auto;}
.call_div {display:table;margin:0 auto;}
.slider_text h1 {line-height: 25px;font-size: 20px;margin:0 0 10px;padding:0;}
.slider_text h3 {line-height: 20px;font-size: 16px;margin:0 0 10px !important;padding:0;}
.slider_text p {font-size:14px;line-height:20px;}
.bigest_boxText p {line-height: 20px;font-size: 13px;}
.bigest_boxText h2 {line-height: 20px;font-size: 16px;}
.bigest_boxText:before {display:none;}
.bigest_boxText a {margin-top:0 !important;}
.feature_box img {height:auto;width: auto;margin: 0 auto;}
.Inner_banner h1 {line-height: 35px;font-size: 30px;}
.feature_box h3 {line-height: 30px;font-size: 25px;}
.detail-tab-sec .col-sm-8, .detail-tab-sec .col-sm-4 {width:100%;}
.term_text h2 {line-height: 35px;font-size: 30px;margin:30px 0 10px;}
.footer_box3 ul li a {font-size: 22px;}	
.logo_bar .searchbar .btn {right:15px;}
.bigest_boxText {background: #529dba;}
.copy_right p {float:none !important;}
.footer_box1 h5, .footer_box3 h5 {margin:30px 0 10px !important;}
.account_form {margin-top:30px;}	
.logo_bar .searchbar {display:none;}
.catagory_text h4 {line-height: 25px;font-size: 20px;}
.selling_text h2 {line-height:35px;padding-bottom: 8px;}
.bigest_box img {width:100%;height:auto;}
.bigest_boxText {position:relative;top:0;padding: 10px 0;margin: 20px 0;}
.canvas-filter-sec ul li {width:88px;vertical-align: top;}
.canvas-filter-sec.thickness-frame li {width:130px;vertical-align: top;}
.return-custmer .herelog {height:auto;}
.detail-thumb-img {height:200px !important;}
.detail-thumb-img img {width:50% !important;height:200px !important;}
.large-detail-thumb {height:300px !important;}
}

.main_slider .item img {
    height: 500px;
    object-fit: cover;
}