
body {
	font-family: 'Raleway', sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 0px;
	padding: 0px;
	background: #EAEDED;
}

a, a:hover, a:active, a:focus {
	outline: none !important;
	text-decoration: none !important;
}

* {
	box-sizing: border-box;
}

.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: none !important;
	background: none !important;
	min-height: 0 !important;
}

button {
	outline: none
}

.custom_container {
	width: 90%;
	margin: 0px auto;
}

section {
	padding: 40px 0px 0px;
	margin: 0px;
}

.fixed-position .panel-group {
	min-height: 160px;
	max-height: 500px;
	overflow-y: auto;
	padding: 0px;
	border: 1px solid #e6e6e6;
}

.collapse-main-head {
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background: #dad9d9;
	color: #252525;
}

#category_rst .our_gallery_list {
	margin-bottom: 25px;
}

/*header*/





header {
	padding: 8px 0px 0px;
	margin: 0px;
}

.topheader {
	padding: 0px 0px 7px;
	margin: 0px auto;
	width: 100%;
	display: flex;
}

.topheader p {
	padding: 0px;
	margin: 0px;
	width: 20%;
}

.c_header_search {
	padding: 0px;
	margin: 0px;
	width: 33.3%;
}

.position_search {
	width: 65%;
	margin: 0px;
	position: relative;
	float: right;
}

.topheader input[type="text"] {
	padding: 8px 15px;
	margin: 0px;
	width: 100%;
	border: 1px solid #d3d3d3;
	position: relative;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
}

.topheader button {
	padding: 0px;
	margin: 0px;
	position: absolute;
	background: none;
	border: none;
	font-size: 18px;
	right: 10px;
	color: #252525;
	top: 6px;
}

.tophead-left {
	padding: 0px;
	margin: 0px;
	width: 33.3%;
}

.tophead-left .logo {
	padding: 0px;
	margin: 0px auto;
	width: 300px;
	display: block;
}

.tophead-left .logo img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.tophead_right {
	padding: 0px;
	margin: 0px;
	width: 33.3%;
}
.fst-header .tophead_log_reg {
	padding: 0px;
}
.tophead_log_reg {
	padding: 13px 0px 0px;
	margin: 0px;
	float: right;
}

.tophead_log_reg li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	position: relative;
}
.fst-header .tophead_log_reg li:before{
position: absolute;
top: 0px;
right: 0px;
content: '|';
}
.fst-header .tophead_log_reg li:last-child:before{
display: none;
}
.tophead_log_reg li a {
	padding: 0px 7px;
	margin: 0px;
	display: block;
	font-size: 14px;
	color: #252525;
}

/*banner*/






.c_banner {
	position: relative;
}

.c_banner img {
	width: 100% !important;
}

.banner_head_text {
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 35%;
	left: 9%;
	width: auto;
}

.c_banner_text {
	padding: 20px;
	margin: 0px;
	background: rgba(2, 2, 2, 0.31);
	border-radius: 14px;
}

.c_banner_text h3 {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
}

.c_banner_text p {
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
}

.c_banner_text .c_banner_readmore {
	padding: 10px 30px 10px 20px;
	margin: 0px;
	text-decoration: none;
	display: table;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	float: right;
	border-radius: 50px;
	background: #3C8DEB;
	position: relative;
}

.c_banner_text .c_banner_readmore:after {
	position: absolute;
	content: '\f054';
	font-family: 'FontAwesome';
	top: 11px;
	right: 13px;
	color: #fff;
	font-size: 14px;
}

.c_banner_text .c_banner_readmore:hover:after {
	color: #2569f2;
}

.c_banner_text .c_banner_readmore:hover {
	color: #2569f2;
	background: #fff;
}

.carousel-inner {
	padding: 0px;
	margin: 0px;
}

.carousel-inner .c_banner .banner_head_text {
	display: none;
}

.carousel-inner .c_banner:nth-child(1) .banner_head_text {
	display: block;
}

.glyphicon-chevron-left::before {
	content: "\f053";
	font-family: 'FontAwesome';
}

.glyphicon-chevron-right::before {
	content: "\f054";
	font-family: 'FontAwesome';
}

/* .carousel-indicators li {
	border: 1px solid #898989;
}
.carousel-indicators .active {
	background-color: #898989;
} */





.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	transform: skew(40deg);
	margin: 0px 2px;
	border: 1px solid #2569f2 !important;
	border-radius: 0px;
}

.carousel-indicators .active {
	background-color: #fff;
	border: 2px solid #2569f2 !important;
	width: 16px;
	height: 16px;
}
.show-link{
	display: none !important;
}
 @media (min-width:280px) and (max-width:399px) {

.series-title {
	display: none;
}

.subscribe_input {
	width: 100% !important;
}

.position_search {
	width: 97% !important;
}

.tab-column-list ul li a {
	padding: 0px 5px !important;
	font-size: 12px !important;
}

.cart_item_img img {
	width: 50px !important;
}

.tophead-left .logo {
	margin: auto;
	width: 180px;
	padding-top: 5px;
}
/* .topheader{
						padding: 0px;
					} */
}
@media (min-width:400px) and (max-width:767px) {

.position_search {
	width: 98% !important;
}

.topheader {
	padding: 8px 0px;
}
}
 @media (min-width:280px) and (max-width:767px) {
	.hide-link{
		display: none !important;
	}
	.show-link{
		display: block !important;
	}
.buy-banner {
	width: 100%;
}

.position_search button {
	color: #0c5dbb
}

.topheader {
	display: block;
}

.tophead-left {
	width: 100%;
}

.c_header_search {
	width: 100%;
}

.position_search {
	position: absolute;
	right: 5px;
	border: 1px solid #252525;
	top: 43px;
	z-index: 99;
	display: none
}

.position_search button {
	right: 8px !important
}

.tophead_right {
	position: absolute;
	top: 15px;
	right: 40px;
	width: auto;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
}

.carousel-indicators .active {
	width: 11px;
	height: 11px;
}

.page_header_wrapper {
	height: 0px !important;
}

.carousel-control.left, .carousel-control.right {
	display: none;
}

.banner_head_text {
	display: none;
}

.carousel-inner .c_banner:nth-child(1) .banner_head_text {
	display: none;
}

.two_toner a {
	margin: 0px 0px 30px !important;
}

.toner_left_img {
	padding: 20px 0px !important;
}

.c_freeshipping {
	padding: 20px 0px 0px !important;
}

.single_footer_widget {
	padding: 20px 0px 0px !important;
}

.fixed-position .panel-group {
	min-height: 160px;
	max-height: 300px;
}
}
@media (min-width:768px) and (max-width:1023px) {
	.hide-link{
		display: none !important;
	}
	.show-link{
		display: block !important;
	}
.buy-banner {
	width: 100%;
}

.position_search button {
	color: #0c5dbb
}

.topheader {
	display: block;
	padding: 8px 0px;
}

.tophead-left {
	width: 100%;
}

.c_header_search {
	width: 100%;
}

.position_search {
	width: 55%;
	position: absolute;
	right: 6px;
	border: 1px solid #252525;
	top: 45px;
	z-index: 99;
	display: none;
}

.position_search button {
	right: 10px !important
}

.tophead_right {
	position: absolute;
	top: 17px;
	right: 54px;
	width: auto;
}

.tophead_log_reg {
	top: 25px !important;
	width: 170px !important;/* left: 0px; */
}

.cart_item_img img {
	width: 70px !important;
}

.page_header_wrapper {
	height: 0px !important;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
}

.carousel-indicators .active {
	width: 13px;
	height: 13px;
}

.fixed-position {
	top: 7%;
}

.banner_head_text {
	display: none;
}

.carousel-inner .c_banner:nth-child(1) .banner_head_text {
	display: none;
}
}
@media (min-width:1024px) and (max-width:1199px) {

.c_header_search {
	width: 28%;
}

.position_search {
	width: 95%;
}

.tophead-left {
	width: 26%;
	margin: auto
}

.tophead-left .logo {
	width: 250px
}

.tophead_right {
	width: auto;
	float: right;
}

.fixed-position {
	top: 14%;
}

.clist_drop_icon {
	display: none;
}

.tophead_log_reg li a {
	font-size: 13px;
	padding: 0px 0px 0px 10px;
}

.banner_head_text {
	bottom: 20%;
}
}
@media (min-width:768px) and (max-width:1199px) {

.fixed-position {
	margin: 0;
	padding: 0;
	/* top: 14%; */
	position: -webkit-sticky;
	position: sticky;
}

.c_banner_text {
	width: 100%;
}

.carousel-control.left, .carousel-control.right {
	display: none;
}
}
@media (min-width:1200px) and (max-width:4000px) {

.fixed-position {
	/* margin: 0;
		padding: 0; */
	top: 15%;
	position: -webkit-sticky;
	position: sticky;
}
}

/*Banner*/



/*section*/






.menu_icon {
	display: none;
}

.subpage {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.subpage_contact {
	padding: 20px 0px;
	margin: 0px;
}

.subpage_contact h1 {
	padding: 0px 0px 13px;
	margin: 0px;
	text-align: center;
	font-weight: 500;
	font-size: 26px;
	color: #3c8deb;
}

.subpage_contact p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 27px;
	font-size: 16px;
	color: #898989;
	text-align: justify;
}

.contact_us {
	padding: 50px 0px;
	margin: 0px;
	position: relative;
}

.contact_us img {
	padding: 0px;
	margin: 0px auto;
	width: auto;
	display: table;
	position: relative;
}

.conta_mail {
	padding: 30px;
	margin: 0px auto;
	position: absolute;
	top: 20%;
	width: 450px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.5);
}

.conta_mail h3 {
	padding: 0px 0px 20px;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.conta_mail a {
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: block;
	font-size: 20px;
	color: #fff;
}

.conta_mail a i {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.page_contant {
	min-height: auto;
	max-height: 600px;
	overflow: auto;
}

.mail_id {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	display: block;
	color: #808080;
	font-size: 16px;
	/* font-family: Script MT Bold;
	font-style: italic; */
	font-weight: 500;
}

.mail_id i {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.mail_user {
	padding: 0px 20px;
	margin: 0px;
}

.contant_privacy {
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

.contant_privacy h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #898989;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}

.contact_bottom {
	padding: 20px 0px;
	margin: 0px;
}

.contact_bottom h3 {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	font-size: 26px;
	font-weight: 500;
	color: #636363;
	text-align: center
}

.contact-sub {
	padding: 0px 0px 0px;
	margin: 0px 0px 15px;
	font-size: 18px;
	font-weight: 500;
	color: #252525;
}

.contact_us {
	padding: 20px;
	margin: 0px;
	background: #EEEEEE;
}

.contact_us li {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	list-style: none;
}

.contact_us li label {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
}

.contact_us li input[type="text"] {
	padding: 10px;
	margin: 0px;
	width: 100%;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}

.contact_us li textarea {
	padding: 10px;
	margin: 0px !important;
	width: 100% !important;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}

.contact_us li .submit {
	margin: 0px;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background: #3d8deb;
	color: #fff;
	letter-spacing: 2px;
	padding: 10px 15px;
	border: none;
}

.contact_us li .submit:hover {
	background: #6F6F6F;
}

.coffe_head {
	padding: 15px 0px;
	margin: 0px;
}

.c_pro_grid {
	padding: 0px 0px 25px 0px;
	margin: 0px;
}

.product_list_tab {
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.product_list_tab li {
	padding: 0px;
	margin: 0px 0px;
	list-style: none;
	float: left;
}

.product_list_tab li a {
	padding: 6px 30px;
	margin: 0px 15px 0px 0px;
	border: 1px solid #898989;
	border-radius: 50px;
	display: block;
	font-size: 16px;
	color: #898989;
}

.product_list_tab .active a {
	background-color: #898989;
	color: #fff;
}

#feature_product_buy .owl-nav, #product_buytoner .owl-nav {
	display: block;
}

#feature_product_buy .owl-dots #product_buytoner .owl-dots {
	display: none;
}

#feature_product_buy .owl-nav .owl-prev, #feature_product_buy .owl-nav .owl-next, #product_buytoner .owl-nav .owl-prev, #product_buytoner .owl-nav .owl-next {
	padding: 3px 0px;
	margin-left: 0px;
	color: #252525;
	font-size: 18px;
	position: absolute;
	top: -53px;
	background: #fff;
	right: 0px;
	width: 35px;
	height: 35px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px #d9dce5;
	border-radius: 6px;
	border: 1px solid #e1e1e1;
}

#feature_product_buy .owl-nav .owl-prev, #product_buytoner .owl-nav .owl-prev {
	right: 48px;
}

#feature_product_buy .owl-nav .owl-next, #product_buytoner .owl-nav .owl-next {
	right: 0px;
}

#feature_product_buy .owl-nav .owl-prev:hover, #feature_product_buy .owl-nav .owl-next:hover, #product_buytoner .owl-nav .owl-prev:hover, #product_buytoner .owl-nav .owl-next:hover {
	opacity: 1;
}

/* #feature_product_buy .owl-dots .owl-dot span{
	display: inline-block;
    width: 15px;
    height: 15px;
    transform: skew(40deg);
    margin: 0px 2px;
	border: 1px solid #03308b !important;
	background-color: #fff;
  	border-radius: 0px;
}
#feature_product_buy .owl-dots .owl-dot.active span {
	background-color: #03308b;
	border: 2px solid #03308b !important;
	width: 16px;
    height: 16px;
  } */






.our_gallery_list {
	padding: 15px;
	margin: 0px;
	display: table;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #eef1fa;
	border: 1px solid #e4e4e4;
	border-radius: 7px;
}

.our_gallery_list .pro_img {
	padding: 0px;
	margin: 0px 0px 15px;
	position: relative;
	overflow: hidden;
}

.our_gallery_list .pro_img .c_img {
	padding: 0px;
	margin: 0px auto;
	display: block;
	width: 180px;
}

.buyrelate_img {
	padding: 15px 0px 25px 0px !important;/* width:250px !important; */
}

.our_gallery_list .pro_img .c_img img {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	transition: all 0.7s ease 0s;
}

.our_gallery_list:hover .c_img img {
	transform: scale(1.1);
}

.compare_addto_cart {
	padding: 0px;
	margin: auto;
	display: table;
	width: 100%;
}

.compare_addto_cart li {
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	float: left;
	display: table;
	width: 50%;
}

.compare_addto_cart li .add_icon {
	padding: 7px 6px;
	margin: 0px 0px 0px 10px;
	display: block;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	color: #3c8deb;
	text-align: center;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	transition: all 0.5s ease 0s;
}

.compare_addto_cart li .add_icon:hover {
	transform: scale(1.1);
}

.compare_addto_cart li:nth-of-type(1) .add_icon {
	background: #fff;
	color: #3c8deb;
	margin: 0px;
}

.compare_addto_cart li:nth-of-type(1) .add_icon:hover {
	background: #3c8deb;
	color: #f9f9f9;
}

.compare_addto_cart li .add_icon i {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

.our_gallery_list .pro_img span {
	padding: 6px 20px;
	margin: 0px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #898989;
	border-radius: 16px;
	color: #fff;
	display: none;
}

.related-slider {
	padding: 0px;
	margin: 0px
}

#buyrelated_slider {
	display: block;
	padding: 0px 0px 50px 0px;
}

#buyrelated_slider .owl-dots {
	display: none;
}

#buyrelated_slider .owl-nav {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
}

#buyrelated_slider .owl-nav .owl-prev {
	padding: 10px 7px;
	margin-left: 0px;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 120px;
	background: #c7c7c7;
	border-radius: 0px;
	opacity: 0.8;
	left: -12px
}

#buyrelated_slider .owl-nav .owl-next {
	padding: 10px 7px;
	margin-left: 0px;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 120px;
	background: #c7c7c7;
	border-radius: 0px;
	opacity: 0.8;
	right: -17px
}

#buyrelated_slider .owl-nav .owl-prev:hover, #buyrelated_slider .owl-nav .owl-next:hover {
	opacity: 1;
}

.price_head {
	padding: 0px;
	margin: 0px;
}

.price_head .c_head {
	padding: 0px;
	margin: 0px 0px 10px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #252525;
	font-weight: 500;
	line-height: 24px;
}

.price_head .c_price {
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: center;
	color: #3a89db;
	font-size: 21px;
	font-weight: 500;
}

.list_view_grde .price_head .c_head .list_view_grde .price_head .c_head h3 {
	padding: 0px;
	margin: 0px 0px 10px;
	display: block;
	text-align: left;
	font-size: 15px;
	color: #252525;
	font-weight: 600;
	line-height: 24px;
}

.list_view_grde .price_head .c_head h3 {
	padding: 0px;
	margin: 0px 0px 10px;
	display: block;
	text-align: left;
	font-size: 17px;
	color: #252525;
	font-weight: 600;
	line-height: 24px;
}

.price_head .c_price .old_price {
	padding: 0px;
	margin: 0px;
}

.future_product {
	padding: 0px;
	margin: 0px;
}

/*section*/







.content {
	height: 200px;
}

.nav-fostrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.nav-fostrap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 14;
	color: #def1f0;
}

.nav-fostrap li a {
	padding: 15px 20px;
	font-size: 14px;
	color: #000;
	display: inline-block;
	outline: 0;
	font-weight: 400;
	text-decoration: none !important;
	width: auto;
	text-align: center;
}

.nav-fostrap li:hover ul.dropdown {
	display: block;
}

.nav-fostrap li ul.dropdown {
	position: absolute;
	display: none;
	width: 180px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding-top: 0;
	top: 48px;
	z-index: 9999;
}

.nav-fostrap li ul.dropdown li {
	display: block;
	list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
	padding: 15px 20px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	display: block;
	width: 100%;
	text-align: left;
}

.nav-fostrap li ul.dropdown li:last-child a {
	border-bottom: none;
}

.nav-fostrap li:first-child:hover a {
	border-radius: 3px 0 0 3px;
}

.nav-fostrap li ul.dropdown li:hover a {
	background: rgba(0,0,0, .1);
}

.nav-fostrap li ul.dropdown li:first-child:hover a {
	border-radius: 0;
}

.nav-fostrap li:hover .arrow-down {
	border-top: 5px solid #fff;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position: relative;
	top: 15px;
	right: -5px;
	content: '';
}

.title-mobile {
	display: none;
}
 @media only screen and (max-width:900px) {

.nav-fostrap {
	background: #f5f5f5;
	width: 200px;
	height: 100%;
	display: block;
	position: fixed;
	left: -200px;
	top: 0px;
	-webkit-transition: left 0.25s ease;
	-moz-transition: left 0.25s ease;
	-ms-transition: left 0.25s ease;
	-o-transition: left 0.25s ease;
	transition: left 0.25s ease;
	margin: 0;
	border: 0;
	border-radius: 0;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	box-shadow: 0px 0px 10px 0px #ccc;
	z-index: 9999;
}

.title-mobile {
	position: fixed;
	display: block;
	top: 10px;
	font-size: 20px;
	left: 100px;
	right: 100px;
	text-align: center;
	color: #FFF;
}

.nav-fostrap.visible {
	left: 0px;
	-webkit-transition: left 0.25s ease;
	-moz-transition: left 0.25s ease;
	-ms-transition: left 0.25s ease;
	-o-transition: left 0.25s ease;
	transition: left 0.25s ease;
}

.nav-bg-fostrap {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.navbar-fostrap {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	cursor: pointer;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 15px;
}

.navbar-fostrap span {
	height: 3px;
	background: #898989;
	margin: 5px;
	display: block;
	width: 25px;
}

.navbar-fostrap span:nth-child(2) {
	width: 25px;
}

.navbar-fostrap span:nth-child(3) {
	width: 25px;
}

.nav-fostrap ul {
	padding-top: 30px;
}

.nav-fostrap li {
	display: block;
}

.nav-fostrap li a {
	display: block;
	width: 100%;
	text-align: left;
}

.nav-fostrap li:first-child:hover a {
	border-radius: 0;
}

.nav-fostrap li ul.dropdown {
	position: relative;
	top: 0px;
	width: 100%;
}

.nav-fostrap li ul.dropdown li a {
	background: #efefef !important;
	color: #000 !important;
	border-bottom: 1px solid #dcdcdc;
}

.nav-fostrap li:hover a {
	background: #fff;
	color: #000 !important;
}

.nav-fostrap li ul.dropdown li a {
	padding: 10px 10px 10px 30px;
}

.nav-fostrap li:hover .arrow-down {
	border-top: 5px solid #fff;
}

.arrow-down {
	border-top: 5px solid #505050;
	position: absolute;
	top: 20px;
	right: 10px;
}

.cover-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
}
 @media only screen and (max-width:1199px) {

.container {
	width: 96%;
}
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

.fixed-header {
	position: fixed;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ececec;
	z-index: 9999;
}

.fixed-header a {
	width: 100px;
	padding: 15px 0px 15px;
}

.fixed-header .nav-fostrap li a {
	padding: 8px 20px 12px 20px;
}

.fixed-header .nav-fostrap li ul.dropdown {
	top: 40px;
}

/*---Categories---*/








.ecom_head {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
	font-size: 30px;
}

.list_view_grde {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

/* .panel-heading {
	padding: 0;
	border: 0;
} */
/* .panel-title>a, .panel-title>a:active {
	display: block;
	padding: 15px;
	color: #858585;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-decoration: none;
} */





.panel-heading a:before {
	font-family: 'FontAwesome';
	content: "\f077";
	float: right;
	transition: all 0.5s;
	font-size: 13px;
}

.panel-heading a.collapsed:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.Categories {
	padding: 0px;
	margin: 0px;
}

.Categories li {
	padding: 10px 0px 10px;
	margin: 0px;
	list-style: none;
}

.Categories_check input[type="checkbox"] {
	display: none;
}

.Categories_check label {
	font-size: 15px;
	color: #505050;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	display: block;
}

.Categories_check label:before {
	border: 1px solid #b9b9b9;
	border-radius: 10px;
	color: rgba(0, 0, 0, 0);
	content: "\f00c";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 12px;
	height: 20px;
	line-height: 14px;
	margin: 0 10px 0 0;
	padding: 2px;
	text-align: center;
	width: 20px;
}

.Categories_check input[type="checkbox"]:checked + label:before {
	color: #5488EE;
	border: 1px solid #ccc;
}

.cata_bg {
	background: #f6f6f6;
}

.Categories_check label span {
	color: #aaaaaa;
	margin: 0px 0px 0px 8px;
}

.price_range {
	padding: 0px;
	margin: 0px 0px 20px;
	display: table;
	width: 100%;
}

.price {
	padding: 0px;
	margin: 0px;
}

.price input[type="text"] {
	padding: 10px 20px;
	margin: 0px;
	width: 100%;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: 14px;
	border-radius: 40px;
	box-shadow: 0px 0px 3px 0px #ccc;
	font-weight: 600;
	color: #8c8c8c;
}

.list_grid_container {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.product_list_grid {
	padding: 20px;
	margin: 12px;
	width: 30%;
	float: left;
	box-shadow: 0px 0px 6px 0px #d9d9d9;
}

.product_list_grid:hover {
	box-shadow: 0px 0px 16px 0px #d3d3d3;
}

.product_list_grid .product_img {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.product_list_grid .product_img .orginal_img {
	padding: 0px;
	margin: 0px auto;
	height: 250px;
	text-align: center;
	position: relative;
}

.product_list_grid .product_img .orginal_img img {
	padding: 0px;
	margin: 0px auto;
	height: 100%;
}

.product_list_grid:hover .product_img .thump {
	display: block;
}

.product_list_grid .product_img .thump {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: -10px;
	display: none;
}

.product_list_grid .product_img .thump li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.product_list_grid .product_img .thump li a {
	padding: 4px;
	margin: 5px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 33px;
	border: 2px solid #ececec;
}

.product_list_grid .product_img .thump li a img {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: auto;
}

.product_list_grid .pro_name_head {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.product_list_grid .pro_name_head .brand_head {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.product_list_grid .pro_name_head span {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	display: table;
	width: 100%;
	text-align: center;
	font-style: italic;
}

.product_list_grid .pro_name_head p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.grid_list_icon {
	padding: 10px;
	margin: 0px 0px 20px;
	background: #fff;
	display: table;
	width: 100%;
	border: 1px solid #ebebeb;
}

.grid_list_icon .list_grid_details {
	padding: 0px;
	margin: 0px;
	float: left;
}

.grid_list_icon .list_grid_details li {
	padding: 0px 10px;
	margin: 0px;
	list-style: none;
	float: left;
}

.grid_list_icon .list_grid_details li:nth-of-type(1) {
	border-right: 1px solid #000;
}

.grid_list_icon .list_grid_details li a {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #898989;
	font-size: 18px;
}

.grid_list_icon .list_grid_total {
	padding: 0px;
	margin: 0px;
	float: right;
}

.grid_list_icon .list_grid_total li {
	padding: 0px 10px;
	margin: 0px;
	list-style: none;
	float: left;
}

.grid_list_icon .list_grid_total li p {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #898989;
	font-weight: 600;
}

.grid_list_icon .list_grid_total li label {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}

.grid_list_icon .list_grid_total li select {
	padding: 3px 10px;
	margin: 0px 0px 0px 6px;
	font-size: 14px;
	border: none;
}

.listdetails_container {
	padding: 0px;
	margin: 0px;
}

.product_list_details {
	padding: 20px;
	margin: 20px 0px 0px 0px;
	width: 100%;
	box-shadow: 0px 0px 6px 0px #d9d9d9;
	display: table;
}

.product_list_details:hover {
	background: #f6f6f6;
}

.product_list_details .product_img {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 25%;
	float: left;
}

.product_list_details .product_img .orginal_img {
	padding: 0px;
	margin: 0px auto;
	/* height: 250px; */
	width: 180px;
	text-align: center;
	position: relative;
}

.product_list_details .product_img .orginal_img a {
	padding: 0px;
	margin: 0px;
	display: block
}

.product_list_details .product_img .orginal_img img {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
}

.product_list_details:hover .product_img .thump {
	display: block;
}

.product_list_details .product_img .thump {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: -10px;
	display: none;
}

.product_list_details .product_img .thump li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.product_list_details .product_img .thump li a {
	padding: 4px;
	margin: 5px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 33px;
	border: 2px solid #ececec;
}

.product_list_details .product_img .thump li a img {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: auto;
}

.list_star_details {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	float: left;
	width: 75%;
}

.list_star_details .brand {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	display: table;
	width: 100%;
	color: #6c6c6c;
}

.list_star_details a {
	padding: 0px;
	margin: 0px;
	display: block;
}

.list_star_details h3 {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 18px;
	color: #0c5dbb;
}

.list_star_details .review_star {
	padding: 0px 0px 10px;
	margin: 0px;
	display: table;
	width: 100%;
}

.list_star_details .review_star li {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.list_star_details .review_star li span {
	padding: 0px 3px 0px 0px;
	margin: 0px;
}

.list_star_details .review_star li span i {
	padding: 0px;
	margin: 0px;
	color: #FF9801;
	font-size: 16px;
}

.list_star_details .review_star li .cut_review {
	padding: 0px;
	margin: 0px;
	color: #acacac;
	font-size: 13px;
}

.list_star_details p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 15px;
	color: #252525;
}

.list_star_details h4 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 600;
	color: #252525;
}

.list_star_details .quantity {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.list_star_details .quantity li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.list_star_details .quantity .qut {
	padding: 0px;
	margin: 0px;
	float: left;
}

.list_star_details .quantity li .qut label {
	padding: 0px 5px 0px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 300;
}

.list_star_details .quantity li .qut input[type="text"] {
	padding: 8px 12px;
	margin: 0px;
	border: 1px solid #ccc;
	width: 80px;
	border-radius: 5px;
}

.our_gallery_list .pro_img .quick-btn {
	padding: 7px 10px;
	background: #3a3838;
	border: none;
	outline: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	position: absolute;
	top: 0%;
	text-align: center;
	left: 0%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 5px;
}

.our_gallery_list:hover .pro_img .quick-btn {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.our_gallery_list .pro_img .quick-btn i {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 14px;
}

/* .hvr-shutter-in-horizontal1:hover::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
} */
/* .hvr-shutter-in-horizontal1::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #898989;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 40px;
} */





.hvr-shutter-in-horizontal1:hover {
	color: #f9f9f9;
	background: #3c8deb;
	transform: scale(1.1);
}

.hvr-shutter-in-horizontal1 {
	position: relative;
	margin: 0px 15px 0px 0px !important;
	display: inline-block !important;
	text-align: center;
	padding: 7px 15px !important;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	color: #3c8deb;
	transition: all 0.5s ease 0s;
}

.hvr-shutter-in-horizontal1 i {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.fright {
	float: right;
}

/*---product details---*/







.product_img_slider {
	padding: 20px 0px 40px;
	margin: 0px;
}

.product_thamnail_img {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.product_thamnail_img li {
	padding: 10px;
	margin: 0px 15px 0px 0px;
	list-style: none;
	width: 20%;
	float: left;
	border: 1px solid #efefef;
}

.product_thamnail_img li a {
	padding: 0px;
	margin: 0px;
	display: block;
	height: 80px;
	text-align: center;
}

.product_thamnail_img li a img {
	padding: 0px;
	margin: 0px auto;/* height: 100%; */
}

.align_img {
	padding: 0px;
	margin: 0px;
	border: 1px solid #f0f0f0;
}

.align_img .item {
	padding: 20px;
	margin: 0px;
}

.align_img .item img {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
}

.prevision_icon {
	position: absolute;
	top: 40%;
	left: 5%;
	font-size: 50px;
	color: #bebebe;
	display: none;
}

.next_icon {
	position: absolute;
	top: 40%;
	right: 5%;
	font-size: 50px;
	color: #bebebe;
	display: none;
}

.prevision_icon:hover {
	color: #000;
}

.next_icon:hover {
	color: #000;
}

.carousel:hover .prevision_icon {
	display: block;
}

.carousel:hover .next_icon {
	display: block;
}

.selected img {
	opacity: 0.5;
}

/*image zoom*/





#glass {
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	display: none;
	background-repeat: no-repeat;
}

/*image zoom*/






.product_head {
	padding: 50px 0px;
	margin: 0px;
}

.product_head h1 {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 34px;
	color: #898989;
}

.link_path {
	padding: 0px;
	margin: 0px;
	float: right;
}

.link_path li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

.link_path li a {
	padding: 0px 8px 0px 14px;
	margin: 0px;
	display: block;
	position: relative;
	color: #898989;
	font-size: 15px;
	font-weight: 400;
}

.link_path li a:before {
	content: "/";
	position: absolute;
	color: #fff;
	font-size: 20px;
	left: 0px;
	top: -4px;
}

.link_path li:nth-of-type(1) a:before {
	display: none;
}

.link_path li a:hover {
	text-decoration: underline !important;
}

.single_pro_details {
	padding: 0px;
	margin: 0px;
	width: 70%;
}

.single_pro_details .single_brand {
	padding: 0px 0px 10px;
	margin: 0px;
	color: #acacac;
	display: table;
}

.single_pro_details h2 {
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 20px;
	font-weight: 500;
	color: #606060;
}

.single_pro_rating {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.single_pro_rating .single_rat_star {
	padding: 0px 7px 0px 0px;
	margin: 0px;
	float: left;
}

.single_pro_rating .single_rat_star span {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #A5A5A5;
}

.single_pro_rating .single_rat_star i {
	padding: 5px 0px 0px;
	margin: 0px;
	font-size: 16px;
	color: #FAC348;
}

.single_pro_price {
	padding: 0px 0px 10px;
	margin: 0px;
}

.orginal_price {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	color: #252525;
}

.bg_produxt_details {
	background: #fff;
}

.single_pro_price .orginal_price {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	float: left;
	font-size: 24px;
	font-weight: 600;
}

.single_pro_price .duplacate_price {
	padding: 5px 0px 0px;
	margin: 0px;
	float: left;
	font-size: 18px;
	color: #acacac;
	text-decoration: line-through;
}

.discription {
	padding: 0px 0px 15px;
	margin: 0px;
}

.discription p {
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 15px;
	color: #252525;
}

.add_qut_price {
	padding: 11px 0px 0px;
	margin: 0px;
}

.qut_price {
	padding: 0px 0px 10px;
	margin: 0px;
}

.qut_price h3 {
	padding: 7px 10px 0px 0px;
	margin: 0px;
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #5c5c5c;
}

.qut_price span {
	padding: 6px 13px;
	margin: 0px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 7px;
	float: left;
	font-weight: 600;
	color: #4c4c4c;
	background: #fff;
}

.qty_addtocard {
	padding: 0px;
	margin: 0px;
	float: left;
}

.qty_addtocard li {
	padding: 0px 25px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.qty_addtocard li h3 {
	padding: 0px;
	margin: 0px;
}

.qty_addtocard li span {
	padding: 0px;
	margin: 0px;
}

.qty_addtocard .addto_card_purchase {
	padding: 7px 15px;
	margin: 0px;
	list-style: none;
	background: #fff;
	color: #3c8deb;
	border: 1px solid #e3e3e3;
	display: block;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.5s ease 0s;
}

.qty_addtocard .addto_card_purchase:hover {
	background: #3c8deb;
	color: #f9f9f9;
	transform: scale(1.1);
}

.qty_addtocard .addto_card_purchase_1 {
	padding: 7px 15px;
	margin: 0px;
	list-style: none;
	color: #000;
	border: 1px solid #ccc;
	display: block;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.5s ease 0s;
}

.qty_addtocard .addto_card_purchase_1:hover {
	background: #000;
	color: #fff;
	transform: scale(1.1);
	border: 1px solid #ccc;
}

.qty_addtocard .addto_card_wishlist {
	padding: 0px;
	margin: 0px;
	display: block;
}

.qty_addtocard .addto_card_wishlist i {
	padding: 10px;
	margin: 0px;
	float: none;
	background: #ececec;
	font-size: 20px;
	width: 40px;
	height: 40px;
	color: #000;
	border-radius: 60px;
	font-weight: 600;
	border: 1px solid #e3e3e3;
}

.qty_addtocard .addto_card_wishlist i:hover {
	background: #898989;
	color: #fff;
}

.qty_addtocard .addto_card_compare {
	padding: 0px;
	margin: 0px;
	display: block;
}

.qty_addtocard .addto_card_compare i {
	padding: 10px;
	margin: 0px;
	float: none;
	background: #f9f9f9;
	color: #3c8deb;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 60px;
	font-weight: 300;
	transition: all 0.5s ease 0s;
	border: 1px solid #e3e3e3;
}

.qty_addtocard .addto_card_compare i:hover {
	background: #3c8deb;
	color: #f9f9f9;
	transform: scale(1.1);
}

.stock {
	padding: 9px 0px 0px;
	margin: 0px;
	display: table;
}

.stock i {
	padding: 3px 0px 0px;
	margin: 0px;
	float: left;
	color: #898989;
	font-size: 18px;
	font-weight: 300;
}

.stock p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: left;
	font-size: 15px;
}

.product_privacy_return {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.product_privacy_return li {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	list-style: none;
	display: table;
	width: 100%;
}

.product_privacy_return li i {
	padding: 4px 0px 0px 0px;
	margin: 0px;
	float: left;
	font-size: 16px;
	color: #707070;
}

.product_privacy_return li p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: left;
	font-size: 14px;
	color: #4c4c4c;
}

.nav-tabs {
	border-bottom: 3px solid #F3F3F3;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-width: 0;
}

.nav-tabs > li > a {
	border: none;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	border: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none;
	color: #3c8deb !important;
	background: transparent;
}

.nav-tabs > li > a::after {
	content: "";
	background: #3c8deb;
	height: 3px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}

.tab-nav > li > a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}

.card {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.review_single_product {
	background: #fff;
	padding: 20px;
}

.review_single_product .tab-pane p {
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 14px;
	color: #303030;
}

.single_product_review {
	padding: 0px;
	margin: 0px;
}

.single_product_review li {
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px;
	list-style: none;
	display: table;
	width: 100%;
}

.single_product_review li a {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 9%;
}

.single_product_review li a i {
	padding: 20px 25px;
	margin: 0px;
	width: 80px;
	height: 80px;
	background: #898989;
	font-size: 35px;
	border: 1px solid #e1e1e1;
	border-radius: 120px;
	color: #fff;
}

.single_product_review .review_contant {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 90%;
}

.single_product_review .review_contant h3 {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 20px;
	color: #898989;
}

.single_product_review .review_contant p {
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 15px;
}

.review_tab_part {
	padding: 30px 0px 0px;
	margin: 0px;
}

/*login*/





.remember_check label {
	color: #252525;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
}

/* .new_login_page {
	padding: 50px 0px;
	margin: 0px;
	border-top: 1px solid #eaeaea;
} */





.new_login_page .now_here {
	padding: 30px;
	margin: 0px;
}

.new_login_page .now_here h2 {
	padding: 0px 0px 15px;
	margin: 0px;
	color: #3c8deb !important;
	font-size: 25px;
}

.new_login_page .now_here p {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
}

.new_login_page .now_here h3 {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 18px;
	color: #252525 !important;
}

.float-right {
	float: right !important
}

.new_login_page .now_here .faster_checkout {
	padding: 0px;
	margin: 0px;
}

.new_login_page .now_here .faster_checkout li {
	padding: 5px 0px 5px 25px;
	margin: 0px;
	list-style: none;
	font-size: 14px;
	position: relative;
}

.new_login_page .now_here .faster_checkout li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	font-size: 14px;
	color: #898989;
	font-weight: 300;
	position: absolute;
	left: 0px;
	top: 4px;
}

.new_login_page .now_here .Create_account {
	padding: 10px;
	margin: 15px 0px 0px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	color: #3c8deb;
	border: 2px solid #3c8deb;
}

.new_login_page .now_here .Create_account:hover {
	color: #fff;
	background: #3c8deb;
}

.new_login_page .Login_account {
	padding: 30px;
	margin: 0px;
}

.new_login_page .Login_account h2 {
	padding: 0px 0px 15px;
	margin: 0px;
	color: #3c8deb;
	font-size: 25px;
}

.new_login_page .Login_account .login_form {
	padding: 0px;
	margin: 0px;
}

.new_login_page .Login_account .login_form li {
	padding: 0px 0px 20px;
	margin: 0px;
	list-style: none;
	position: relative;
}

.new_login_page .Login_account .login_form li input[type="text"] {
	padding: 9px 9px 9px 40px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ccc;
	position: relative;
}

.new_login_page .Login_account .login_form li input[type="password"] {
	padding: 9px 9px 9px 40px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ccc;
	position: relative;
}

.new_login_page .Login_account .login_form li span {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 14px;
	top: 10px;
	font-size: 16px;
	color: #898989;
}

.new_login_page .Login_account .login_form li .forgot_password {
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 15px;
	color: #23527c;
}

.new_login_page .Login_account .login_form li input[type="button"] {
	padding: 10px;
	margin: 0px 0px 0px;
	text-decoration: none !important;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	width: 220px;
	text-align: center;
	color: #898989;
	border: 2px solid #898989;
	background: #fff;
}

.new_login_page .Login_account .login_form li input[type="button"]:hover {
	color: #fff;
	background: #898989;
}

/*Register*/





.register_form {
	padding: 0px;
	margin: 0px;
}

.register_form h2 {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	font-size: 25px;
	font-weight: 600;
	color: #5c5c5c;
	border-bottom: 2px dashed #e9e9e9;
}

.register_form p {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 15px;
	line-height: 24px;
	color: #606060;
}

.register_form p a {
	padding: 0px;
	margin: 0px 0px 0px 8px;
	text-decoration: none;
	font-weight: 600;
	color: #898989;
}

.personal_account {
	padding: 0px 0px 20px;
	margin: 0px;
}

.personal_account h3 {
	padding: 10px 0px 10px;
	margin: 0px 0px 10px;
	font-size: 18px;
	color: #252525 !important;
	border-bottom: 1px solid #ececec;
	font-weight: 600;
}

.personal_account .personal_details {
	padding: 0px;
	margin: 0px;
}

.personal_account .personal_details li {
	padding: 10px;
	margin: 0px;
	list-style: none;
	position: relative;
}

.personal_account .personal_details li label {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 16px;
	font-weight: 400;
}

.re_submit, .save_butt_register {
	padding: 10px;
	margin: 0px auto;
	display: table;
	width: 120px;
	text-align: center;
	border: none;
	background: #3c8deb !important;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 2px;
}

.personal_account .personal_details li input[type="text"] {
	padding: 10px 10px 10px 40px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ececec;
	position: relative;
	background: #f2f2f2;
}

.personal_account .personal_details li input[type="password"] {
	padding: 10px 10px 10px 40px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ececec;
	position: relative;
	background: #f2f2f2;
}

.personal_account .personal_details li span {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 25px;
	top: 55px !important;
	font-size: 16px;
	color: #252525 !important;
}

.personal_account .personal_details li select {
	padding: 10px 10px 10px 40px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ececec;
	position: relative;
	background: #f2f2f2;
	font-size: 14px;
}

/*---footer---*/



.about_socialmedia {
	padding: 0px;
	margin: 0px;
}

.about_socialmedia a {
	padding: 0px 0px 10px;
	margin: 0px auto;
	text-decoration: none;
	display: block;
	width: 100px;
}

.about_socialmedia a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.about_socialmedia p {
	padding: 15px 0px;
	margin: 0px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}

.contact_info {
	padding: 0px;
	margin: 0px;
}

.foot_head {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 24px;
	color: #fff;
}

.address_location {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.address_location li {
	padding: 15px 0px 0px;
	margin: 0px;
	list-style: none;
	display: table;
	width: 100%;
}

.address_location li span {
	padding: 0px;
	margin: 0px;
}

.address_location li span {
	padding: 1px;
	margin: 0px;
	width: 10%;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 17px;
}

.address_location li a {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: left;
	width: 90%;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
}

.information {
	padding: 0px;
	margin: 0px;
}

.information_list {
	padding: 0px;
	margin: 0px;
}

.information_list li {
	padding: 15px 0px 0px;
	margin: 0px;
	list-style: none;
}

.information_list li a {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	position: relative;
	color: #fff;
	font-size: 14px;
}

.information_list li a:before {
	font-family: 'FontAwesome';
	content: "\f101";
	font-size: 18px;
	color: #ccc;
	font-weight: 300;
	position: absolute;
	left: 0px;
	top: -5px;
}

.gallery_part {
	padding: 0px;
	margin: 0px;
}

.gallery_part_list {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.gallery_part_list li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 25%;
}

.gallery_part_list li a {
	padding: 0px;
	margin: 4px;
	display: block;
	border: 1px solid #fcfcfc;
	overflow: hidden;
}

.gallery_part_list li a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.gallery_part_list li a:hover img {
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transform: scale(1.2, 1.2) rotate(3deg);
	-moz-transform: scale(1.2, 1.2) rotate(3deg);
	-ms-transform: scale(1.2, 1.2) rotate(3deg);
	-o-transform: scale(1.2, 1.2) rotate(3deg);
	transform: scale(1.2, 1.2) rotate(3deg);
}

.foot_copyright {
	padding: 15px 0px;
	margin: 0px;
	text-align: center;
	background: #1D1D1D;
	font-size: 14px;
	color: #fff;
}

/*product slider*/

/*.c_product_slideer {
	padding: 50px 0px;
	margin: 0px;
}
.free_ship_return {
	padding: 0px 0px 20px;
	margin: 0px 0px;
}
.c_freeshipping {
	padding: 15px;
	margin: 0px;
	background: #F4F4F4;
	display: table;
	width: 100%;
	border: 1px solid #e9e9e9;
}
.c_freeshipping .truck_icon {
	padding: 0px;
	margin: 0px;
	width: 15%;
	float: left;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.c_freeshipping .text-area {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 85%;
}
.c_freeshipping .text-area h3 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 600;
}
.c_freeshipping .text-area p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}*/





.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
}

.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}

.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

.col-item:hover .info {
	background-color: #F5F5DC;
}

.col-item .price {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
}

.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}

.price-text-color {
	color: #219FD1;
}

.col-item .info .rating {
	color: #777;
}

.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}

.col-item .separator {
	border-top: 1px solid #E1E1E1;
}

.clear-left {
	clear: left;
}

.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.col-item .separator p i {
	margin-right: 5px;
}

.col-item .btn-add {
	width: 50%;
	float: left;
}

.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}

.controls {
	margin-top: 20px;
}
[data-slide="prev"] {
 margin-right: 10px;
}

.feature_with {
	width: 100% !important;
	box-shadow: none !important;
}

.home_border_bottom {
	border-bottom: 1px solid #ccc;
}

.c_pro {
	padding: 0px;
	margin: 0px;
}

.home_border_bottom h3 {
	font-size: 18px;
}

.hidden-xs {
	display: block !important;
}

/*my account*/





.product_head {
	padding: 50px 0px;
	margin: 0px;
	fill: #55bbeb;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}

.product_head h1 {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 34px;
	color: #fff;
}

.link_path {
	padding: 0px;
	margin: 0px;
	float: right;
}

.link_path li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

.link_path li a {
	padding: 0px 8px 0px 14px;
	margin: 0px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.link_path li a:before {
	content: "/";
	position: absolute;
	color: #fff;
	font-size: 20px;
	left: 0px;
	top: -4px;
}

.link_path li:nth-of-type(1) a:before {
	display: none;
}

.link_path li a:hover {
	text-decoration: underline !important;
}

.accordion {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.accordion li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #f4f4f4;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px;
	color: #3c8deb;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #EAEAEA;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 14px;
	left: 12px;
	font-size: 18px;
	/* color: #595959; */
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #3c8deb;
}

.accordion li.open i {
	color: #3c8deb;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.submenu {
	display: none;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.submenu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 10px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu_form {
	padding: 0px;
	margin: 0px;
	background: #fff;
}

.submenu_form li {
	padding: 15px 10px 0px 10px;
	margin: 0px;
	list-style: none;
}

.submenu_form li input[type="text"] {
	padding: 10px;
	margin: 0px;
	width: 100%;
	border: 1px solid #e0e0e0;
}

.submenu_form li input[type="password"] {
	padding: 10px;
	margin: 0px;
	width: 100%;
	border: 1px solid #e0e0e0;
}

.submenu_form li input[type="button"] {
	padding: 10px;
	margin: 0px 0px 15px;
	width: 100%;
	background: #898989;
	border: none;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}

.submenu_form li input[type="submit"] {
	padding: 5px 15px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	background: #3c8deb;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
}

.submenu_form li select {
	padding: 10px;
	margin: 0px;
	width: 100%;
	border: 1px solid #e0e0e0;
}

.Settings {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	font-size: 22px;
	font-weight: 500;
	color: #636363;
	border-bottom: 1px solid #dcdcdc;
}

.Settings.title {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	font-size: 22px;
	font-weight: 500;
	color: #636363;
	border-bottom: 1px solid #dcdcdc;
}

.Settings span {
	padding: 0px;
	margin: 0px;
	color: #898989;
}

.account_head {
	padding: 0px 0px 10px;
	margin: 0px 0px 20px;
	font-size: 25px;
	border-bottom: 2px dashed #eeeeee;
}

.drop_down_part {
	margin-bottom: 20px;
}

.personal_account .personal_details li select {
	padding: 10px 10px 10px 40px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ececec;
	position: relative;
	background: #f2f2f2;
	font-size: 14px;
}

.wish_list_part_list {
	padding: 0px;
	margin: 0px;
}

.wish_list_part_list h2 {
	padding: 0px 0px 10px;
	margin: 0px 0px 15px;
	font-size: 28px;
	border-bottom: 2px dashed #ECECEC;
}

.wish_list_part_list h2 span {
	color: #FF6766;
}

.wish_list_tabel_list {
	padding: 0px;
	margin: 10px 0px;
	display: table;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}

.wish_list_tabel_list .table_2 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	background: #F4F4F4;
}

.wish_list_tabel_list tr th {
	padding: 12px;
	margin: 0px;
	font-size: 15px;
	text-align: center;
	width: 20%;
	color: #252525;
	border-right: 1px solid #D8D8D8;
	font-weight: 600;
}

.wish_list_tabel_list tr {
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-bottom: 1px solid #e7e7e7;
}

.wish_list_tabel_list tr td {
	padding: 10px;
	margin: 0px;
	vertical-align: top;
}

.wish_list_tabel_list tr td img {
	padding: 0px;
	margin: 0px auto;
	width: 45px;
	text-align: center;
	display: block;
}

.wish_list_tabel_list tr td h3 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #737373;
}

.wish_list_tabel_list tr td h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #7D7D7D;
	font-weight: 700;
	font-size: 15px;
}

.wish_list_tabel_list tr td p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
}

.wish_list_tabel_list tr td a {
	padding: 16px 0px 0px;
	margin: 0px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #F06160;
	text-decoration: none;
}

.order_id_date {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.order_id_date h3 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #3c8deb;
}

.order_id_date h4 {
	padding: 0px;
	margin: 0px;
	float: right;
	color: #898989;
	font-size: 16px;
}

.wish_list_tabel_list tr td span {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	display: table;
}

.Shipping_Handling {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.Shipping_Handling div {
	padding: 0px 0px 10px;
	margin: 0px 0px 15px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #dedede;
}

.Shipping_Handling div h5 {
	padding: 0px;
	margin: 0px;
	width: 80%;
	float: left;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
}

.Shipping_Handling div h6 {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 20%;
	font-size: 15px;
	font-weight: 700;
	color: #898989;
	text-align: center;
}

.my_order_list_ {
	padding: 10px 0px 30px;
	margin: 0px;
}

.new_login_page {
	padding: 25px 0px;
	margin: 0px;
}

.wish_list_tabel_list tr td:nth-of-type(2n+1) {
	background-color: #f0f0f0;
}

.wish_list_tabel_list tr td:nth-of-type(2n) {
	background-color: #f9f9f9;
}

.f_right {
	float: right;
}

/*my account*/

/*Mycart*/





.product_head {
	padding: 50px 0px;
	margin: 0px;
	fill: #55bbeb;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}

.product_head h1 {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 34px;
	color: #fff;
}

.link_path {
	padding: 0px;
	margin: 0px;
	float: right;
}

.link_path li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

.link_path li a {
	padding: 0px 8px 0px 14px;
	margin: 0px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.link_path li a:before {
	content: "/";
	position: absolute;
	color: #fff;
	font-size: 20px;
	left: 0px;
	top: -4px;
}

.link_path li:nth-of-type(1) a:before {
	display: none;
}

.link_path li a:hover {
	text-decoration: underline !important;
}

.cart_bg {
	background-color: #F1F3F6;
}

.cart_product_details {
	padding: 50px 0px;
	margin: 0px;
}

.my_cart {
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
}

.my_cart h3 {
	padding: 13px;
	margin: 0px;
	font-size: 18px;
}

.cart_product_detail {
	padding: 15px;
	margin: 0px;
	display: table;
	width: 100%;
	border-top: 1px solid #dcdcdc;
}

.cart_product_img {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 10%;
}

.cart_product_img a {
	padding: 0px;
	margin: 0px auto;
	display: block;
	width: 50px;
}

.cart_product_img a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.cart_product_name {
	padding: 0px 15px;
	margin: 0px;
	width: 65%;
	float: left;
}

.cart_product_name a {
	padding: 0px 0px 5px;
	margin: 0px;
	display: block;
	font-size: 17px;
	line-height: 24px;
	color: #898989;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.cart_product_name span {
	padding: 0px 0px 10px;
	margin: 0px;
	display: table;
}

.cart_price {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.cart_price li {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.cart_price li h3 {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 22px;
	font-weight: 600;
}

.cart_price li h3 i {
	padding: 0px;
	margin: 0px;
}

.cart_price li h4 {
	padding: 3px 0px 0px;
	margin: 0px;
	color: #bcbcbc;
	text-decoration: line-through;
	font-size: 17px;
}

.cart_price li h4 i {
	padding: 0px;
	margin: 0px;
}

.cart_price li a {
	padding: 0px;
	margin: 0px;
	color: #898989;
	display: block;
	font-size: 15px;
}

.cart_delivery {
	padding: 0px;
	margin: 0px;
	width: 25%;
	float: left;
}

.cart_delivery h5 {
	padding: 0px 0px 5px;
	margin: 0px;
	font-size: 13px;
}

.cart_delivery p {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

.cart_sidebar {
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
}

.cart_sider_price {
	padding: 0px;
	margin: 0px;
}

.cart_sider_price li {
	padding: 10px;
	margin: 0px;
	list-style: none;
	display: table;
	width: 100%;
}

.cart_sider_price li a {
	padding: 0px;
	margin: 0px;
	float: right;
	color: #898989;
	font-weight: 600;
	font-size: 15px;
}

.cart_sider_price li label {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.cart_sider_price li h4 {
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 16px;
}

.cart_seving_amount {
	margin: 0px;
	padding: 10px;
	display: block;
	color: #898989 !important;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid #ccc;
}

.cart_butt_list {
	padding: 10px 20px 15px;
	margin: 0px;
	display: table;
	width: 100%;
}

.cart_butt_list li {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.cart_butt_list li .add_remove_icon {
	margin: 0px;
	width: 35px;
	display: block;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 40px;
	float: left;
	padding: 7px 11px;
	font-size: 14px;
	color: #8c8c8c;
}

.cart_butt_list li input[type="text"] {
	padding: 6px;
	margin: 0px 15px;
	width: 50px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
}

.cart_butt_list li .wishlist_remove_but {
	margin: 0px;
	display: block;
	padding: 10px 0px 0px;
	font-size: 14px;
	color: #606060;
	text-transform: uppercase;
	font-weight: 600;
}

.countinue_shop_butt {
	padding: 10px 15px;
	margin: 0px;
	display: table;
	width: 100%;
	background: #f5f5f5;
	border-top: 2px solid #e7e7e7;
}

.continue_shopping {
	padding: 9px 20px;
	margin: 0px;
	float: left;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
	background-color: #898989;
	border-radius: 2px;
}

.continue_shopping i {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	font-size: 19px;
}

.place_order {
	padding: 9px 20px;
	margin: 0px;
	float: right;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
	background-color: #898989;
	border-radius: 2px;
}

.place_order i {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 19px;
}

/*my cart*/

/*my wishlist*/





.product_head {
	padding: 50px 0px;
	margin: 0px;
	fill: #55bbeb;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}

.product_head h1 {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 34px;
	color: #fff;
}

.link_path {
	padding: 0px;
	margin: 0px;
	float: right;
}

.link_path li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

.link_path li a {
	padding: 0px 8px 0px 14px;
	margin: 0px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.link_path li a:before {
	content: "/";
	position: absolute;
	color: #fff;
	font-size: 20px;
	left: 0px;
	top: -4px;
}

.link_path li:nth-of-type(1) a:before {
	display: none;
}

.link_path li a:hover {
	text-decoration: underline !important;
}

.wish_list_part {
	padding: 0px 0px;
	margin: 0px;
}

.wish_list_part h2 {
	padding: 0px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	color: #3c8deb;
}

.wish_list_part h2 span {
	color: #252525;
}

.wish_list_tabel {
	padding: 0px;
	margin: 0px;
	display: block;
}

.wish_list_tabel .table_2 {
	padding: 0px;
	margin: 0px;
	border: 1px solid #e7e7e7;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(21, 153, 87), rgb(21, 87, 153)) repeat scroll 0% 0%;
}

.wish_list_tabel tr th {
	padding: 12px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
	width: 20%;
	color: #fff;
}

.wish_list_tabel tr th:nth-of-type(3) {
	width: 30%;
}

.wish_list_tabel tr {
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-bottom: 1px solid #d7d7d7;
}

.wish_list_tabel tr td {
	padding: 10px;
	margin: 0px;
	vertical-align: top;
}

.wish_list_tabel tr td:nth-of-type(2n+1) {
	background-color: #f0f0f0;
}

.wish_list_tabel tr td:nth-of-type(2n) {
	background-color: #f9f9f9;
}

.wish_list_tabel tr td img {
	padding: 0px;
	margin: 0px auto;
	width: 55px;
	text-align: center;
	display: block;
}

.wish_list_tabel tr td h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}

.wish_list_tabel tr td h4 {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #404040;
	font-weight: 700;
	font-size: 15px;
}

.wish_list_tabel tr td p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
}

.wish_list_tabel tr td a {
	padding: 16px 0px 0px;
	margin: 0px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #C03130;
	text-decoration: none;
}

.wishlist {
	padding: 0px;
	margin: 0px;
	overflow-x: auto
}

/*
.panel-title>a, .panel-title>a:active {
display: block;
padding: 15px;
color: #252525;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
word-spacing: 3px;
text-decoration: none;
}

.billing_information {
	padding: 0px 0px 20px;
	margin: 0px;
}

.billing_information .billing_info {
	padding: 0px;
	margin: 0px;
}

.billing_information .billing_info li {
	padding: 10px;
	margin: 0px;
	list-style: none;
	position: relative;
}

.billing_information .billing_info li label {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
}

.billing_information .billing_info li input[type="text"] {
	padding: 10px;
	margin: 0px;
	width: 100%;
	border: 1px solid #d8d8d8;
	position: relative;
	background: #fff;
}

.billing_information .billing_info li span {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 25px;
	top: 50px;
	font-size: 16px;
	color: #F9A72B;
}

.billing_information .billing_info li select {
	padding: 10px;
	margin: 0px;
	width: 100%;
	border: 1px solid #d8d8d8;
	position: relative;
	font-size: 14px;
}

.re_submit {
	padding: 10px;
	margin: 10px 0px 0px 10px;
	display: table;
	width: 130px;
	text-align: center;
	background: #898989;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	border-radius: 2px;
}

.bg_bill {
	background: #fefefe;
}

.bill_head {
	padding: 0px;
	margin: 0px;
}

.cart_bg {
	background-color: #F1F3F6;
}

.cart_product_details {
	padding: 50px 0px;
	margin: 0px;
}

.my_cart {
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
}

.my_cart h3 {
	padding: 13px;
	margin: 0px;
	font-size: 18px;
}

.order_summary {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.order_summary_img {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 10%;
}

.order_summary_img a {
	padding: 0px;
	margin: 0px auto;
	display: block;
	width: 50px;
}

.order_summary_img a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.order_summary_name {
	padding: 0px 15px;
	margin: 0px;
	width: 65%;
	float: left;
}

.order_summary_name a {
	padding: 0px 0px 5px;
	margin: 0px;
	display: block;
	font-size: 17px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.order_summary_name span {
	padding: 0px 0px 10px;
	margin: 0px;
	display: table;
}

.order_summary_namecart_price {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.order_summary_namecart_price li {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.order_summary_namecart_price li h3 {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 22px;
	font-weight: 600;
}

.order_summary_namecart_price li h3 i {
	padding: 0px;
	margin: 0px;
}

.order_summary_namecart_price li h4 {
	padding: 3px 0px 0px;
	margin: 0px;
	color: #bcbcbc;
	text-decoration: line-through;
	font-size: 17px;
}

.order_summary_namecart_price li h4 i {
	padding: 0px;
	margin: 0px;
}

.order_summary_namecart_price li a {
	padding: 0px;
	margin: 0px;
	color: #898989;
	display: block;
	font-size: 15px;
}

.order_summary_delivery {
	padding: 0px;
	margin: 0px;
	width: 25%;
	float: left;
}

.order_summary_delivery h5 {
	padding: 0px 0px 5px;
	margin: 0px;
	font-size: 13px;
}

.order_summary_delivery p {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

.order_summary_list {
	padding: 10px 20px 15px;
	margin: 0px;
	display: table;
	width: 100%;
}

.order_summary_list li {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.order_summary_list li .add_remove_icon {
	margin: 0px;
	width: 35px;
	display: block;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 40px;
	float: left;
	padding: 7px 11px;
	font-size: 14px;
	color: #8c8c8c;
}

.order_summary_list li input[type="text"] {
	padding: 6px;
	margin: 0px 15px;
	width: 50px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
}

.order_summary_list li .wishlist_remove_but {
	margin: 0px;
	display: block;
	padding: 10px 0px 0px;
	font-size: 14px;
	color: #606060;
	text-transform: uppercase;
	font-weight: 600;
}

.cart_sidebar {
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
}

.cart_sidebar h3 {
	padding: 13px;
	margin: 0px;
	font-size: 16px;
	border-bottom: 1px solid #dcdcdc;
	color: #898989;
}

.cart_sider_price {
	padding: 0px;
	margin: 0px;
}

.cart_sider_price li {
	padding: 10px;
	margin: 0px;
	list-style: none;
	display: table;
	width: 100%;
}

.cart_sider_price li a {
	padding: 0px;
	margin: 0px;
	float: right;
	color: #898989 !important;
	font-weight: 600;
	font-size: 15px;
}

.cart_sider_price li label {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.cart_sider_price li h4 {
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 16px;
}

.cart_seving_amount {
	margin: 0px;
	padding: 10px;
	display: block;
	color: #898989 !important;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid #ccc;
}

.payble_cart_details {
	padding: 0px;
	margin: 0px;
}

.payble_cart_details ul {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.payble_cart_details ul li {
	padding: 20px 20px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.payble_cart_details ul li input[type="radio"] {
	padding: 0px;
	margin: 6px 0px 0px;
	float: left;
}

.payble_cart_details ul li label {
	font-size: 17px;
	margin: 0px;
	padding: 0px 0px 0px 9px;
	font-weight: normal;
	display: block;
	float: left;
	color: #898989;
}

.payble_cart_details ul li img {
	padding: 0px;
	margin: 0px;
	width: 60px;
}

.payment_details_sct {
	width: 50%;
	display: none;
}

.Ship_bill_info {
	padding: 15px;
	margin: 20px 0px 20px 0px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
}

.Ship_bill_info .bill {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	position: relative;
}

.Ship_bill_info .bill h4 {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 17px;
	color: #898989;
	font-weight: 600;
	border-bottom: 1px solid #ececec;
}

.Ship_bill_info .bill h5 {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 15px;
	font-weight: 600;
}

.Ship_bill_info .bill p {
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 14px;
}

.bill_ship_change {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	border-radius: 3px;
	letter-spacing: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.place_order_last {
	padding: 12px;
	margin: 0px;
	display: block;
	text-align: center;
	background: #898989;
	color: #fff !important;
	font-weight: 400;
	font-size: 16px;
	border-radius: 2px;
	text-transform: uppercase;
}

.but_left {
	float: left;
}

.coupon_code {
	float: right;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.coupon_code input[type="text"] {
	padding: 11px;
	margin: 0px;
	border: 1px solid #ccc;
	float: left;
}

.coupon_code button {
	padding: 10px 20px;
	margin: 0px;
	border: none;
	background: #898989;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	float: left;
}*/


.foot_bg {
	padding: 0px;
	margin: 0px;
}

.social_media {
	padding: 0px;
	margin: 0px;
	display: table;
	float: right;
}

.social_media li {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.social_media li a {
	padding: 5px;
	margin: 0px;
	background: #ccc;
	width: 30px;
	height: 30px;
	display: table;
	text-align: center;
	border-radius: 135px;
}

.social_media li a i {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 15px;
}

.footer_bottom {
	padding: 10px 0px;
	margin: 0px;
	background: #f4f5f9;
}

.footer_bottom p {
	padding: 0px;
	margin: 0px;
	color: #252525;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer_bottom p a {
	padding: 0px 0px 0px;
	margin: 0px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.widget_title {
	font-size: 18px;
	color: #252525;
	/* display: inline-block; */
	padding: 0px 0px 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
}

.single_footer_widget p {
	color: #000;
	line-height: 24px;
	font-size: 15px;
	padding: 0px 0px 20px;
	margin: 0px;
}

.footer_social {
	padding: 0px;
	margin: 0px;
}

.footer_social li {
	display: inline-block;
	margin: 5px 5px 0px 0px;
}

.footer_social li a {
	display: block;
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	opacity: 1;
	background: #555;
}

.footer_social li a:hover {
	background: #3889e7;
}

footer {
	background: #fff;
	border-top: 1px solid #ececec;
	margin-top: 0px;
}

.foot-top-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
}

.footer_contact {
	padding: 0px;
	margin: 0px;
}

.footer_contact li {
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 100%;
	display: table;
}

.footer_contact li p i {
	padding-right: 9px;
	float: left;
}
.footer_contact li .contact-list span{
width: 25%;
float: left;
font-size: 15px;
font-weight: 600;
display: inline-block;
position: relative;
}
.footer_contact li .contact-list span:before{
	position: absolute;
	right: 0px;
	top: 0px;
	content: ':';
}
.footer_contact li .contact-list p,
.footer_contact li .contact-list a{
	width: 75%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 0px 0px 10px;
	}
.footer_contact li .contact-list a:before{
display: none !important;
}
.foot_logo {
	padding: 0px 0px 15px;
	margin: 0px;
	display: block;
	width: 150px;
}

.foot_logo img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.footer_contact li a {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: table;
	width: 100%;
	color: #000;
	position: relative;
}

.footer_contact li a:hover {
	color: #1c6dcb;
}

.footer_contact li a p {
	padding: 0px;
	margin: 0px;
	float: left;
}

.foot_img_user {
	padding: 0px;
	margin: -20px 0px 0px;
	width: 100%;
}
.signup-foot{
	background: url(/images/map1.png) center no-repeat;
	background-size: cover;
	padding: 40px 0px;
	background-attachment: fixed;
}
.signup-foot .single_footer_widget{
	padding: 0px 0px;
	margin: 0px auto;
    width: 60%;
}
.single_footer_widget {
	padding: 0px 0px;
	margin: 0px;
}

.footer_contact li a:before {
	font-family: 'FontAwesome';
	content: "\f101";
	font-size: 16px;
	color: #000;
	font-weight: 300;
	position: absolute;
	left: 0px;
	top: -2px;
}

.subscribe_input {
	padding: 0px;
	margin: 0px 0px 20px;
	display: table;
	width: 100%;
}

.subscribe_input input[type="text"] {
	padding: 10px;
	margin: 0px 15px 0px 0px;
	border: 2px solid #a0a0a0;
	background: #fff;
	width: 72%;
	float: left;
	color: #000;
}
.text-center{
text-align: center !important;
}
.subscribe_input input[type="submit"] {
	padding: 10px;
	margin: 0px;
	width: 25%;
	float: left;
	background: #3a3838;
	color: #fff;
	border: 2px solid #a0a0a0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.free_ship_return {
	padding: 60px 0px;
	margin: 0px 0px;/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.c_freeshipping {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.c_freeshipping .truck_icon {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	/* width: 15%;
	float: left; */
	text-align: center;
}

.c_freeshipping .truck_icon i {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #03308b;
}

.c_freeshipping .text-area {
	padding: 0px;
	margin: 0px;/* float: left;
	width: 85%; */
}

.c_freeshipping .text-area h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
	color: #03308b;
	text-align: center;
}

.c_freeshipping .text-area p {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #555353;
	text-align: center;
}

.clist_drop_icon {
	color: #252525 !important
}

.quick-overlay .align_img .item {
	height: auto;
}

.quick-overlay .align_img .item img {
	height: auto;
}

.quick-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 250ms;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
}

.quick-overlay.quick-show {
	visibility: visible;
	opacity: 1;
}

.quick-overlay .popup {
	margin: 10% auto 5%;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 48%;
	position: relative;
	transition: all 2s ease-in-out;
}

.quick-overlay .popup .close {
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all 200ms;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: #e80303;
	padding: 6px 8px;
	opacity: 1;
	margin: 0px;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-left-radius: 15px;
	z-index: 9;
}

.quick-overlay .popup .close i {
	padding: 0px;
	margin: 0px;
}

.quick-overlay .popup .quick-content {
	height: auto;
	padding: 0px 25px;
	margin: 0px;
}
 @media screen and (max-width: 700px) {

.quick-overlay .popup {
	width: 70%;
}
}
 @media (min-width:280px) and (max-width:399px) {

.g-recaptcha iframe {
	width: 290px;
}

.wish_list_tabel_list tr th {
	padding: 5px;
	font-size: 12px;
}

.wish_list_tabel_list tr td h3 {
	font-size: 12px;
}

.wish_list_tabel_list tr td h4 {
	font-size: 12px;
}

.wish_list_tabel_list tr td a {
	font-size: 14px;
	padding: 0px;
}

.wish_list_part {
	max-width: 330px;
	min-width: 320px;
	overflow-x: auto;
}

.continue_shope {
	width: 100%;
}

.h_item1 p, .h_item2 p, .h_item3 p, .h_item4 p {
	font-size: 12px;
}

.h_item1, .h_item2, .h_item3, .h_item4 {
	padding: 7px;
}

.cart_item_img {
	overflow: hidden;
}

.cart_item_img p {
	font-size: 10px;
	display: block;
	word-wrap: break-word;
}

.cart_item_img, .cart_price, .cart_quantity, .cart_total, .cart_delete {
	padding: 7px;
}

.cart_price p {
	font-size: 13px;
}

.cart_quantity ul li a {
	padding: 6px 15px;
}

.cart_quantity ul li:nth-of-type(2) a {
	border: none !important;
}

.cart_total p {
	font-size: 11px;
}

.carousel-indicators {
	bottom: -5px;
}

.our_gallery_list .pro_img .quick-btn {
	left: 28%;
}

.quick-overlay .popup .quick-content {
	min-height: 400px;
	max-height: 400px;
	overflow: auto;
}
}
@media (min-width:400px) and (max-width:767px) {

.carousel-indicators {
	bottom: 0px;
}

.cart_quantity ul li a {
	padding: 7px 9px;
}

.cart_item_img {
	overflow: hidden;
}

.cart_quantity ul li a {
	padding: 10px 9px !important;
}

.cart_list {
	padding: 11px 25px 0px 0px;
}

.our_gallery_list .pro_img .quick-btn {
	left: 27%;
}

#category_rst .our_gallery_list .pro_img .quick-btn {
	left: 41%;
}

.quick-overlay .popup {
	max-height: 290px;
	min-height: 190px;
	overflow: auto;
}
}
@media (min-width:280px) and (max-width:767px) {

.quick-overlay .popup {
	width: 95%;
}
.signup-foot .single_footer_widget{
	width: 100%;
}
.our_gallery_list .pro_img .quick-btn {
	bottom: 0px;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.nav>li>a {
	font-size: 14px;
}

.contact-sub {
	padding: 10px 0px 0px;
}

.mobile-search {
	display: block;
	right: 12px !important;
	top: 15px !important;
}

.c_header_search input[type="text"] {
	width: 100%;
	background: #fff;
}

.topheader p {
	display: none !important;
}

.tophead_log_reg {
	padding: 5px 0px 0px !important;
	margin: 0px !important;
	float: none !important;
	position: absolute !important;
	background: #3c8deb !important;
	top: 40px !important;
	right: 0px;
	/* box-shadow: 0px 5px 7px 0px #82818178; */
	display: none;
	z-index: 9999;
	width: 160px;
}
.fst-header .tophead_log_reg li:before{
	display: none;
}
.tophead_log_reg li {
	padding: 0px 10px 10px !important;
	float: none !important;
}

.clist_drop_icon {
	display: block !important;
	font-size: 18px;
	color: #252525 !important
}

.tophead_right {
	float: none;
}

.c_logo_right {
	width: auto;
}

.c_logo_left {
	width: auto;
}

#toTop {
	display: none !important;
}

.head_center {
	padding: 10px 0px !important;
}

.home_logo {
	float: none !important;
	padding: 0px 0px !important;
	width: 200px !important;
}

.search_butt {
	float: right !important;
	padding: 0px 0px 0px 0px;
}

.cart_menu_dropdown {
	left: -200px;
	z-index: 99999999999;
	top: 32px;
}

.search_cart_wish_icon {
	float: left !important;
}

.search_cart_wish_icon li a {
	font-size: 15px !important;
}

.search_cart_wish_icon li a span {
	padding: 4px 9px !important;
	font-size: 10px !important;
}

.search_butt input[type="text"] {
	padding: 7px 10px !important;
}

.search_butt:hover input {
	width: 290px !important;
}

.search_butt button {
	width: 38px !important;
	height: 35px !important;
	font-size: 14px !important;
}

.head_center_right {
	width: 100% !important;
}

.search_cart_wish_icon li {
	padding: 0px 40px 0px 0px !important;
}

.tophead_log_reg li a {
	color: #fff;
}

.eetoils_logo {
	margin: 0px auto 15px;
}

.c_header_search {
	/* float: none; */
	border-radius: 0px;
	margin: 0px;
}

.c_header_search button {
	right: 0px;
	top: 5px;
}

.c_icon {
	padding: 27px 0px 0px 4px;
	margin: 0px;
	float: right;
	width: 10%;
}

.c_header_search input[type="text"] {
	padding: 8px 10px;
}

.social_media {
	padding: 15px 0px 0px;
	float: none;
	display: table;
	margin: 0px auto;
}

.contact_us img {
	width: 100%;
}

.subpage_contact {
	padding: 50px 0px;
}

.subpage_contact h1 {
	font-size: 26px;
}

.subpage {
	height: 100%;
}

.contact_us {
	height: 100%;/* padding: 50px 0px 0px; */
}

.mail_id {
	float: none;/* text-align: center; */
}

.mail_user {
	padding: 0px;
}

.logo a {
	width: 150px;
}

.menu_list {
	margin: 0px auto;
	float: none;
	text-align: center;
	display: table;
}

.menu_list li a {
	font-size: 14px;
}

.contact_bottom {
	padding: 0px 0px 150px 0px !important;
}

.product_list_grid {
	width: 100%;
	margin: 0px 0px 20px;
}

.product_list_details .product_img {
	width: 100%;
	float: none;
}

.list_star_details {
	padding: 0px;
	float: none;
	width: 100%;
}

.list_star_details .quantity .qut {
	margin: 0px 0px 20px;
	float: none;
}

/* .list_star_details .quantity li {
	float: none;
	width: 100%;
	display: table;
} */





.hvr-shutter-in-horizontal1 {
	margin: 0px auto;
	float: none;
}

.grid_list_icon .list_grid_details li {
	padding: 0px 5px;
}

.grid_list_icon .list_grid_total li {
	padding: 0px 4px;
}

.product_head {
	padding: 30px 0px;
}

.link_path {
	display: none;
}

.single_pro_details {
	padding-top: 25px;
}

.qut_price {
	float: none;
}

.qty_addtocard {
	float: none;
	padding: 20px 0px 10px;
}

.product_privacy_return li p {
	padding: 0px 0px 0px 20px;
	width: 97%;
}

.product_privacy_return li i {
	width: 3%;
}

.single_product_review li a {
	float: none;
	width: 100%;
	padding: 0px 0px 10px;
}

.single_product_review .review_contant {
	width: 100%;
	float: none;
}

#glass {
	display: none !important;
}

.footer_social li {
	padding: 0 7px;
}

.contact_info, .information, .gallery_part {
	padding: 30px 0px 0px;
}

.c_product_slideer {
	padding: 30px 0px;
}

.cart_product_detail {
	display: block;
}

.cart_product_img {
	width: 20%;
}

.cart_product_name {
	width: 80%;
}

.cart_delivery {
	padding: 10px 0px 10px;
	width: 100%;
}

.continue_shopping {
	width: 100%;
	text-align: center;
	float: none;
	margin: 0px 0px 15px;
}

.place_order {
	text-align: center;
	width: 100%;
}

.payment_details_sct {
	width: 100%;
}

.product_list_tab li a {
	padding: 5px 16px;
	font-size: 14px;
	margin: 0px 10px 15px 0px;
}

.eetoiles_footer {
	padding: 15px 0px 0px;
}

.footer_menu_list {
	padding: 0px 0px 10px;
	margin: 0px auto;
	float: none;
	display: table;
}

.footer_social_media {
	margin: 0px auto 0px;
	float: none;
	display: table;
}

.search_form_contentainer {
	padding: 15px !important;
	margin-top: 15px !important;
}

.customer-logos .slide {
	width: 28% !important;
}

.add_toner {
	padding: 0px 0px !important;
}
/* #product_buytoner .owl-nav{
display: none
} */
}
@media (min-width:768px) and (max-width:1023px) {

.quick-overlay .popup {
	width: 90%;
}
.signup-foot .single_footer_widget{
	width: 90%;
}
.nav>li>a {
	font-size: 14px;
}

.mobile-search {
	display: block;
	margin: 10px 0px 0px 0px !important;
	right: 17px !important;
	top: 8px !important;
}

/* #product_buytoner .owl-nav{
		display: none
		} */





.tophead-left .logo {
	width: 240px
}

.topheader p {
	display: none !important;
}

.cart_list {
	padding: 12px 23px 0px 0px !important;
}

.tophead_log_reg {
	padding: 5px 0px 0px !important;
	margin: 0px !important;
	float: none !important;
	position: absolute !important;
	background: #03a9f4 !important;
	top: 40px !important;
	right: 0px;
	box-shadow: 0px 5px 7px 0px #82818178;
	display: none;
	z-index: 9999;
	width: 160px;
}
.fst-header .tophead_log_reg li:before{
	display: none;
}
.tophead_log_reg li a {
	color: #fff;
}

.tophead_log_reg li {
	padding: 0px 10px 10px !important;
	float: none !important;
}

/* .topcart_icon_link {
	padding: 0px 0px 0px 40px !important;
} */





.topcart_icon_link::before {
	top: -2px;
}

.clist_drop_icon {
	display: block !important;
	font-size: 20px;
}

.c_logo_right {
	width: auto;
}

.c_logo_left {
	width: auto;
}

/* .toggler_xs_right .toggle_menu {
	top: 19px !important;
	right: 0px;
} */
/* .headfixed .toggler_xs_right .toggle_menu {
	top: -55px;
    left: -10px;
} */





#toTop {
	display: none !important;
}

.head_center {
	padding: 10px 0px !important;
}

.home_logo {
	float: none !important;
	padding: 0px 0px !important;
	width: 200px !important;
}

.search_butt {
	float: right !important;
	padding: 0px 0px 0px 0px;
}

.cart_menu_dropdown {
	left: -190px;
	z-index: 99999999999;
	top: 39px;
}

.search_cart_wish_icon {
	float: left !important;
}

.search_cart_wish_icon li a {
	font-size: 15px !important;
}

.search_cart_wish_icon li a span {
	padding: 4px 9px !important;
	font-size: 10px !important;
}

.search_butt input[type="text"] {
	padding: 7px 10px !important;
}

.search_butt:hover input {
	width: 290px !important;
}

.search_butt button {
	width: 38px !important;
	height: 35px !important;
	font-size: 14px !important;
}

.head_center_right {
	width: 100% !important;
}

.search_cart_wish_icon li {
	padding: 0px 40px 0px 0px !important;
}

.slider_img_position img {
	height: auto !important;
}

.contact_us img {
	width: 100%;
}

.mail_user {
	top: 18px;
	right: 3%;
}

.product_list_grid {
	width: 46%;
	margin: 8px;
}

.product_list_details .product_img .orginal_img img {
	width: 100%;
	height: auto;
}

.contact_info {
	padding: 0px 0px 30px;
}

.cart_product_detail {
	display: block;
}

.cart_product_img {
	width: 20%;
}

.cart_product_name {
	width: 80%;
}

.cart_delivery {
	padding: 10px 0px 10px;
	width: 100%;
}

.cart_item_img {
	overflow: hidden;
}

.cart_quantity ul li a {
	padding: 6px 7px !important;
	font-size: 12px !important;
}

.price_head .c_head {
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 24px;
}

.cart_list {
	padding: 11px 25px 0px 0px;
}

.c_header_search input[type="text"] {
	width: 100%;
	background: #fff;
}

.our_gallery_list .pro_img .quick-btn {
	left: 30%;
}
}
@media (min-width:1024px) and (max-width:1199px) {

.quick-overlay .popup {
	width: 85%;
}

.mobile-search {
	display: none
}

.footer_contact li span {
	width: 24%;
}

.footer_contact li p {
	width: 76%;
}

.cart_menu_dropdown {
	z-index: 99999999999;
}

.slider_img_position img {
	height: auto !important;
}

.contact_us img {
	width: 100%;
}

.contact_us {
	padding: 0px;
}

.mail_user {
	top: 18px;
	right: 3%;
}

.product_list_grid {
	margin: 15px;
	width: 29%;
}

.footer_social li {
	padding: 0 2px;
}

.cart_item_img {
	overflow: hidden;
}

.cart_quantity ul li a {
	padding: 10px 9px !important;
}

.price_head .c_head {
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 24px;
}

.sf-menu > li .mega-menu, .sf-menu li > ul {
	box-shadow: none !important;
}

.our_gallery_list .pro_img .quick-btn {
	left: 28%;
}
}
@media (min-width:768px) and (max-width:1199px) {

.our_gallery_list .pro_img .quick-btn {
	bottom: 0px;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.list_view_grde .compare_addto_cart li .add_icon {
	font-size: 13px;
	margin: 0px 0px 0px 4px;
}

.carousel-indicators {
	bottom: -5px !important;
}

.c_header_search {
	padding: 3px 6px;
	margin: 0px;
}

.c_icon {
	padding: 30px 0px 0px 30px;
	margin: 0px;
	float: left;
}

.slider_img_position img {
	height: auto !important;
}

/* .mail_user {
	padding: 40px;
} */





.compare_addto_cart {
	left: 6%;
}

/* .compare_addto_cart li .add_icon {
	padding: 5px 4px;
	margin: 0px 8px 0px 0px;
	width: 35px;
	height: 35px;
	font-size: 17px;
} */





.cart_item_img, .cart_price, .cart_quantity, .cart_total, .cart_delete {
	padding: 5px !important;
}

.Ship_bill_info .bill p {
	word-wrap: break-word;
	font-size: 13px;
}

.Ship_bill_info .bill h5 {
	font-size: 13px;
}

.c_header_search button {
	right: 7px;
	top: 4px;
}
}
@media (min-width:1200px) and (max-width:4000px) {

.wish_list_tabel_list tr td img {
	width: 90px;
}

.mobile-search {
	display: none
}

.c_review_form {
	width: 70%;
}

.clist_drop_icon {
	display: none;
}
}

#details_list_add {
	display: none;
}

.pagenation {
	padding: 25px 0px 0px;
	margin: 0px auto;
	display: table;
}

.pagenation li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.pagenation li a {
	padding: 11px;
	margin: 0px;
	display: block;
	font-size: 14px;
	border-right: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	color: #898989;
}

.pagenation li:nth-of-type(1) a {
	border-left: 1px solid #ececec;
}

.pagenation .c_active a {
	background: #898989;
	color: #fff !important;
}

.pagenation li a:hover {
	background: #898989;
	color: #fff;
}

/*path way*/






.breadcumb_area {
	padding: 20px 0;
	background: #F7F8F9;
	margin: 20px 0px 0px;
}

.bread_box ul.breadcumb {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.bread_box ul.breadcumb li {
	display: inline-block;
}

.bread_box ul.breadcumb li a {
	color: #999999;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	text-transform: uppercase;
}

.bread_box ul.breadcumb li a:hover, .bread_box ul.breadcumb li.active a {
	color: #212121;
	text-decoration: none;
	font-weight: 600;
}

.breadcumb span {
	margin-left: 10px;
}

/*path way*/






.main_cart_left {
	padding: 0px;
	margin: 0px;
	background: #fff;
}

.cart_heading {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.cart_heading {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #dfdfdf;
}

.h_item1, .h_item2, .h_item3, .h_item4, .h_item5 {
	padding: 10px;
	margin: 0px;
	float: left;
	width: 20%;
	border-right: 1px solid #dfdfdf;
}

.h_item5 {
	border-right: none;
}

.h_item1 p, .h_item2 p, .h_item3 p, .h_item4 p, .h_item5 p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
}

.cart_item {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

.cart_item_img, .cart_price, .cart_quantity, .cart_total, .cart_delete {
	padding: 10px;
	margin: 0px;
	width: 20%;
	float: left;
}

.cart_item_img img {
	padding: 0px 0px 10px;
	margin: 0px auto;
	width: 50px;
	display: table;
}

.cart_item_img p {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

.cart_price p {
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	text-align: center;
}

.cart_quantity ul {
	padding: 0px;
	margin: 0px auto;
	display: table;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

.cart_quantity ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.cart_quantity ul li a {
	padding: 10px 15px;
	margin: 0px;
	display: block;
	font-size: 14px;
	color: #797979;
}

.cart_quantity ul li:nth-of-type(2) a {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.cart_total p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.cart_delete span {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	display: table;
	color: #EE3324;
	cursor: pointer;
}

.continue_shope {
	padding: 10px;
	margin: 20px 0px;
	background: #3c8deb;
	color: #fff !important;
	display: block;
	width: 180px;
	text-align: center;
	border-radius: 3px;
}

.main_cart_area {
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.product_form_total {
	padding: 0px;
	margin: 0px;
	background: #F7F8F9;
	border: 1px solid #dfdfdf;
}

.product_form_total .totals_comm {
	padding: 10px 0px;
	margin: 0px;
	display: block;
	text-align: center;
	font-size: 15px;
	background: #3c8deb;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.c_single_item {
	padding: 10px 0px 10px;
	margin: 0px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}

.c_single_item p {
	float: left;
	width: 60%;
	padding: 2px 0px 0px;
	margin: 0px;
	font-size: 14px;
}

.c_single_item span {
	float: left;
	width: 40%;
	padding: 0px;
	margin: 0px;
	color: #696969;
}

.c_single_item h6 {
	float: left;
	padding: 4px 2px 0px 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	width: 15%;
	display: none;
}

.c_single_item input {
	float: left;
	border: none;
	font-size: 15px;
	background: none;
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 0px 2px;
	width: 100%;
	text-align: right;
}

.c_single_item input:before {
	font-family: 'FontAwesome';
	content: "\f155";
	position: absolute;
	font-size: 22px;
	left: -36px;
	position: absolute;
	top: 4px;
	color: #FC6401;
}

.proceed_check {
	padding: 10px;
	margin: 20px 0px 0px;
	display: block;
	text-align: center;
	border: 1px solid #3c8deb;
	font-size: 14px;
	text-transform: uppercase;
	color: #3c8deb;
	font-weight: 600;
}

.proceed_check:hover {
	background: #3c8deb;
	color: #fff;
	border: 1px solid #3c8deb;
}

.placehoder {
	padding: 13px;
	margin: 0px;
	background: #898989;
	width: 100%;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 16px;
}

#brand_vi {
	padding: 0px;
	margin: 0px;
}

#brand_vi input[type="checkbox"] {
	padding: 0px;
	margin: 4px 0px 0px;
}

#brand_vi label {
	padding: 0px 0px 0px 8px;
	margin: 0px;
	color: #000;
}

.cata_bg input[type="button"] {
	padding: 10px;
	margin: 0px 0px 10px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #898989;
}

.c_review_form {
	padding: 0px;
	margin: 0px;
}

.c_review_form li {
	padding: 10px;
	margin: 0px;
	list-style: none;
}

.c_review_form li input[type="text"], .c_review_form li input[type="email"] {
	padding: 13px;
	margin: 0px;
	border: 1px solid #dcdcdc;
	width: 100%;
	color: #000;
}

.c_review_form li textarea {
	padding: 13px;
	margin: 0px;
	border: 1px solid #dcdcdc;
	width: 100%;
	color: #000;
}

.c_review_form li input[type="submit"] {
	padding: 10px;
	margin: 0px;
	background: #fff;
	border: 1px solid #898989;
	color: #797979;
	font-size: 14px;
	width: 120px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.c_review_form li input[type="submit"]:hover {
	background: #898989;
	color: #fff;
}

.c_rehead {
	padding: 0px 0px 10px 15px;
	margin: 0px;
	font-size: 20px;
	color: #898989;
	font-weight: 600;
	letter-spacing: 1px;
}

.stare_review {
	padding: 0px 0px 10px 15px;
	margin: 0px;
	display: table;
	width: 100%;
}

.stare_review p {
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: left;
	font-size: 17px;
}

.overall-rating {
	font-size: 14px;
	margin-top: 5px;
	color: #8e8d8d;
}

.rating {
	border: none;
	width: 130px;
}

.rating > input {
	display: none;
}

.rating > label:before {
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating > .half:before {
	content: "\f089";
	position: absolute;
}

.rating > label {
	color: #ddd;
	float: right;
}

.rating > input:checked ~ label, /* show gold star when clicked */ .rating:not(:checked) > label:hover, /* hover current star */ .rating:not(:checked) > label:hover ~ label {
	color: #FFD700;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */ .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, /* lighten current selection */ .rating > input:checked ~ label:hover ~ label {
	color: #FFED85;
}

.snap_chat {
	padding: 3px !important;
}

.search_form_contentainer {
	margin: 0px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.8);
}

.search_form_contentainer h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	display: block;
	text-transform: uppercase;
	line-height: 24px;
}

.search_form_content {
	padding: 0px;
	margin: 0px;
}

.search_form_content ul {
	padding: 0px;
	margin-bottom: 0px;
}

.search_form_content ul li {
	margin: 24px 0px 0px 0px;
	list-style: none;
}

.search_form_content ul li select {
	border: none;
	margin: 0px;
	padding: 9px 10px;
	font-size: 14px;
	color: #000;
	outline: none;
	width: 100%;
}

.search_form_content ul li input[type="submit"] {
	background-color: #4287c2;
	border: none;
	margin: 0px;
	padding: 8px 10px;
	font-size: 14px;
	color: #FFFFFF;
	outline: none;
	width: 100%;
}

.customer-logos {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.customer-logos .slide {
	padding: 0px;
	margin: 0px 15px 15px 0px;
	float: left;
	width: 13%;
	border: 1px solid #eeeeee;
	box-shadow: 0px 0px 2px 0px #dcdcdc;
}

.customer-logos .slide:hover {
	border: 1px solid #3C8DEB;
}

.customer-logos .slide a {
	padding: 10px;
	margin: 0px;
	display: block;
	height: 100%;
	background: #fff;
}

.customer-logos .slide a img {
	padding: 0px;
	margin: 0px auto;
	display: table;
	width: 100%;
}

.add_toner {
	padding: 30px 0px;
	margin: 0px;
}

.add_toner a {
	padding: 0px;
	margin: 0px;
	display: block;
}

.add_toner a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.toner_content {
	padding: 40px 0px;
	margin: 0px;
}

.toner_three_img {
	padding: 0px;
	margin: 0px;
}

.toner_three_img a {
	padding: 0px 0px;
	margin: 0px 0px 30px;
	display: block;
}

.toner_three_img a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ccc;
}

.two_toner {
	padding: 0px;
	margin: 0px;
}

.two_toner a {
	padding: 0px;
	margin: 0px;
	display: block;
}

.two_toner a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ccc;
}

.toner_single_img {
	padding: 0px;
	margin: 0px;
}

.toner_single_img a {
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
	position: relative;
}

.toner_img {
	position: relative;
	overflow: hidden;
}

.toner_img img {
	width: 100%;
	border: 1px solid #ccc;
	transition: all 0.7s ease 0s;
}

.toner_img:hover img {
	transform: scale(1.1);
}

.toner_img:before {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 2;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	display: none;
}

.toner_img:hover:before {
	display: block;
}

.toner_long {
	padding: 0px;
	margin: 30px 0px 0px 0px;
	display: block;
	border: 1px solid #ccc;
}

.toner_long img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.list_content {
	padding: 0px;
	margin: 0px;
}

.list_content h3 {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	color: #196AC8;
}

.list_content h4 {
	padding: 0px 0px 7px;
	margin: 0px;
	font-size: 18px;
	color: #D801F0;
}

.list_content p {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.list_content ul {
	padding: 0px;
	margin: 0px;
}

.list_content ul li {
	padding: 3px 0px 10px 25px;
	margin: 0px;
	list-style: none;
	font-size: 14px;
	color: #000;
	position: relative;
}

.list_content ul li:before {
	font-family: 'FontAwesome';
	content: "\f18e";
	position: absolute;
	font-size: 18px;
	left: 0px;
	position: absolute;
	top: 0px;
	color: #196AC8;
}

#toTop {
	display: none !important;
}

.oems {
	padding: 0px;
	margin: 0px 0px 20px !important;
}

.toner_left_img {
	display: block;
	padding: 0px;
	margin: 0px;
}

.toner_left_img img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.glyphicon-chevron-left {
	padding: 13px 9px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background: #3C8DEB;
	font-size: 15px !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 33px;
}

.glyphicon-chevron-right {
	padding: 13px 9px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background: #3C8DEB;
	font-size: 15px !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 33px;
}

.headfixed {
	position: fixed;
	top: 0px;
	background: #fff;
	width: 100%;
	left: 0px;
	z-index: 99;
	box-shadow: 0px 1px 9px 0px #dbdbdb;
}

.seris_gallery_list {
	padding: 0px 0px 30px;
	margin: 0px 0px;
}

.seris_gallery_list a {
	padding: 20px;
	margin: 0px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #0C5DBB;
	background: #f8f8f8;
	border: 1px solid #e9e9e9;
}

.seris_gallery_list a:hover {
	background: #0C5DBB;
	color: #fff;
	border: 1px solid #0C5DBB;
}

.tab-row {
	padding: 20px 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.tab-column {
	float: left;
	padding: 0px;
	margin: 0px;
}

.tab-column h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 19px;
	color: #0C5DBB;
}

.tab-column-list {
	padding: 0px;
	margin: 0px auto;
	float: left;
}

.tab-column-list ul {
	padding: 0px;
	margin: 0px;
}

.tab-column-list ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.tab-column-list ul li:last-child a {
	color: #3c8deb;
}

.tab-column-list ul li a {
	padding: 0px 8px;
	margin: 0px;
	display: block;
	position: relative;
	color: #7c7c7c;
	font-size: 13px;
	font-weight: 500;
}

.tab-column-list ul li a:after {
	content: '/';
	position: absolute;
	left: -4px;
}

.tab-column-list ul li:nth-of-type(1) a:after {
	display: none;
}

/* model popup open page */






#openpage {
	background: #04040470;
}

#openpage .modal-dialog {
	top: 20%;
}

#openpage .modal-body {
	padding: 0px;
	margin: 0px;
}

.popup-img {
	background-image: url("https://www.buytoneronline.com/images/popupbg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 385px;
}

.popup-para {
	font-size: 40px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-weight: 500;
    text-align: center;
    font-family: 'Niconne', cursive;
	color: #0C5DBB;
	line-height: 50px;
}
.popup-para-small{
	font-size: 12px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-weight: 400;
    text-align: center;
}
#popupform {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 30px 20px;
	width: 100%;
}

.popup-heading {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

#openpage .row {
	margin: 0px !important;
}

#openpage .popup-column {
	padding: 0px;
}

#openpage button.close {
	font-size: 56px !important;
	margin: 0px;
	color: #fff;
	opacity: 1;
	font-weight: 200;
	padding: 0px 5px;
}

#popupform input {
    padding: 8px 20px;
    width: 100%;
    font-size: 12px;
    border: 2px solid #252525;
    border-radius: 0px;
    box-sizing: border-box;
	outline: none;
}

.popup-input {
	padding: 10px 0px;
	margin: 0px;
}

/* Mark input boxes that gets an error on validation: */

#popupform input.invalid {
	background-color: #ffdddd;
}

/* Hide all steps by default: */

#popupform .model-tab {
	display: none;
}

#popupform button {
    background-color: #252525;
    color: #ffffff;
    border: none;
    border-style: double;
    border-width: 7px;
    padding: 6px 16px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0;
    width: 100%;
    margin: 4px 0px 0px 0px;
}

#popupform button:hover {
	opacity: 0.8;
}

#openpage .getcode-btn {
	margin: 10px 0px;
	text-align: center;
}

#regForm #prevBtn {
	background-color: #bbbbbb;
}
@media (min-width: 1199px) and (max-width: 4000px) {

#openpage .modal-dialog {
	width: 700px !important;
}
}

.thanks-popup {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.thanks-popup h3 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 21px;
	font-weight: 700;
	color: #656769;
}

.thanks-popup h4 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 30px;
}

.thanks-popup p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 600;
}

.code-cl {
	color: #067dd2;
	text-align: center;
	padding: 8px !important;
	border-radius: 7px;
	font-size: 25px !important;
}

.code-cl span {
	padding: 0px;
	margin: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {

.popup-img {
	display: none;
}

#popupform {
	padding: 12% 20px;
}
}
 @media (min-width: 767px) and (max-width: 1024px) {

#popupform {
	padding: 8% 20px;
}
}

/* end of model popup open page*/







.right {
	float: right;
}

.left {
	float: left;
}

.div-margin-space {
	margin: 30px 0px;
}

.white-bg {
	background: #fff;
}

.white-bg .row {
	margin: 0px;
	padding: 0px;
}

.single-future-img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.single-future-img img {
	padding: 0px;
	margin: 0px auto;
	width: 56%;
	display: table;
}

.single-future-content {
	padding: 0px;
	margin: 4% 0px 0px;
}

.single-cart-btn {
	padding: 0px;
	margin: 0px;
}

.single-cart-btn a {
	padding: 10px 15px;
	margin: 0px 20px 10px 0px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
}

.single-pro-title {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 20px;
	width: 80%;
	line-height: 30px;
}

.single-pro-title a {
	color: #3a3838;
}

.single-pro-title h4 {
	padding: 0px;
	margin: 0px;
}

.single-addcart {
	color: #3a3838;
	border: 1px solid #3a3838;
}

.single-addcart:hover {
	color: #3a3838;
}

.single-buynow {
	background: #3a3838;
	color: #fff;
}

.single-buynow:hover {
	color: #fff;
}

.single-pro-price {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
}

.single-pro-price span {
	padding: 0px;
	margin: 0px;
}

.single-quantity {
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.single-quantity label {
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

.single-option-quantity {
	padding: 5px;
	max-width: 50px;
	margin: 0;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
}
@media (min-width: 299px) and (max-width: 767px) {

.single-pro-title {
	font-size: 16px;
	line-height: 24px;
}

.heading-title {
	font-size: 20px;
}

.single-description-content h4 {
	font-size: 16px !important;
}

.coffe_head h2 {
	font-size: 19px !important;
}

.single-description-content {
	padding: 20px 0px;
	margin: 0px;
}

.pro-blog-image {
	width: 100% !important;
}

.product-blog-list li {
	float: none;
}

.pro-blog-content {
	width: 100% !important;
}
}

/*description section */





.heading-title {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 27px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
}

.text-img-product {
	margin: 30px 0px;
	padding: 0px;
}

.single-description-image {
	padding: 0px;
	margin: 0px auto;
	display: table;
	width: 100%;
}

.single-description-image img {
	padding: 0px;
	margin: 0px auto;
	width: 55% !important;
}

.single-description-content {
	padding: 50px;
	margin: 0px;
}

.single-description-content h4 {
	padding: 0px 0px 30px 0px;
	margin: 0px;
	font-size: 27px;
}

.single-description-content p {
	padding: 0px 0px 30px 0px;
	margin: 0px;
	font-size: 16px;
}

.single-description-content a {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	background: #3a3838;
	color: #fff;
	padding: 10px 15px;
	margin: 0px 20px 10px 0px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
}

.single-description-content a:hover {
	color: #fff;
}

.single-desc-btn {
	padding: 0px;
	margin: 0px;
}

/* end of description section */
/* slider */#brand-slider {
	padding: 0px;
	margin: 0px auto;
}

#brand-slider .owl-item {
	padding: 0px;
	margin: 0px auto;
	display: inline-flex;
}

#brand-slider .item {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	display: block;
}

#brand-slider img {
	padding: 0px;
	margin: 0px auto 10px;
	width: 70%;
	display: table;
}

#brand-slider img:hover {
	opacity: 1;
}

/* fix blank or flashing items on carousel */

/* end fix */







#brand-slider .owl-nav i {
	padding: 15px;
	margin: 0px;
	border-radius: 50%;
	background-color: #cdcbcd;
	font-size: 20px;
	color: #3a3838;
}

#brand-slider .owl-nav i:hover {
	color: #fff;
}

#brand-slider .owl-nav>div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

#brand-slider .owl-nav i {
	font-size: 52px;
}

#brand-slider .owl-nav .owl-prev {
	left: -30px;
}

#brand-slider .owl-nav .owl-next {
	right: -30px;
}

.pro-rating-para {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
	color: #000;
}

.pro-rating {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}

.pro-rating i {
	padding: 0px;
	margin: 0px;
	color: #efbc05;
	font-size: 15px;
}

/* end of slider */



.organic_blog {
	padding: 0px;
	margin: 0px 0px 30px;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.organic_blog .img_video {
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
	height: 270px;
}

.organic_blog .img_video img {
	padding: 0px;
	margin: 0px auto;
	height: 100%;
	display: table;
}

.organic_blog h3 {
	font-size: 18px;
	color: #2e2e2e;
	font-weight: 500;
	padding: 0px;
	margin: 0px 0px 10px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 24px;
}

.organic_blog .date_username {
	padding: 0px 0px 10px;
	margin: 0px;
	display: table;
	width: 100%;
}

.organic_blog .date_username li {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.organic_blog .date_username li p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: 400;
	color: #8c8c8c;
}

.organic_blog .date_username li p i {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.organic_blog p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #1c1c1c;
}

.single_blog_details {
	padding: 15px;
	margin: 0px;
}
.payment{
	width: 100%;
	display: block;
}
.ee_billing_info .payment label{
	width: auto !important;
	float: none !important;
	padding: 0px !important;
	font-weight: 600;
}
.ee_billing_info .payment input[type="radio"]{
	margin: 5px 5px 0px 0px !important;
}
.feature_product {
	padding-bottom: 30px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
}

#single_product_slider {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
}

.review_slide {
	padding: 10px;
	margin: 10px;
	display: block;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
}

.foot_logo_details {
	padding: 0px;
	margin: 0px;
}

.foot_logo_details a {
	padding: 0px 0px 15px;
	margin: 0px;
	display: block;
	width: 110px;
}

.foot_logo_details a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.foot_logo_details p {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 15px;
}

.tab_concept {
	padding: 10px 0px 30px;
	margin: 0px;
}

.footer_social_icon {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.footer_social_icon li {
	padding: 0px 13px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.footer_social_icon li h4 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

.footer_social_icon li a {
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 15px;
	color: #000;
}

/* #accordion .panel .active {
	border-left: 3px solid #7E7E7E !important;
} */


.panel-heading {
	padding: 0;
	border: 0;
}

.panel-title>a, .panel-title>a:active {
	display: block;
	padding: 13px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.billing_information {
	padding: 0px 0px;
	margin: 0px;
}

.billing_information .billing_info {
	padding: 0px;
	margin: 0px;
}

.billing_information .billing_info li {
	margin: 0px;
	list-style: none;
	position: relative;
	padding-top: 15px;
}

.billing_information .billing_info li label {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
}

.billing_information .billing_info li input[type="text"] {
	padding: 10px;
	margin: 0px;
	width: 100%;
	border: 1px solid #d8d8d8;
	position: relative;
	background: #fff;
}

.billing_information .billing_info li span {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 25px;
	top: 50px;
	font-size: 16px;
	color: #F9A72B;
}

.billing_information .billing_info li select {
	padding: 10px;
	margin: 0px;
	width: 100%;
	border: 1px solid #d8d8d8;
	position: relative;
	font-size: 14px;
}

.re_submit {
	padding: 7px 15px;
	margin: 0px;
	text-align: center;
	background: #7e7e7e;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	border-radius: 4px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: none;
	line-height: 24px;
	letter-spacing: 1px;
}

.bg_bill {
	background: #fefefe;
}

.bill_head {
	padding: 0px;
	margin: 0px;
}

.cart_bg {
	background-color: #F1F3F6;
	padding: 0px 15px 15px 15px;
}

.cart_product_details {
	padding: 50px 0px;
	margin: 0px;
}

.my_cart {
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
}

.my_cart h3 {
	padding: 13px;
	margin: 0px;
	font-size: 18px;
}

.order_summary {
	padding: 15px 0px 15px;
	margin: 0px;
	display: table;
	width: 100%;
	border-top: 1px solid #ececec;
}

.order_summary:nth-of-type(1) {
	border-top: none;
}

.order_summary_img {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 15%;
}

.order_summary_img a {
	padding: 0px;
	margin: 0px auto;
	display: block;
	width: 50px;
}

.order_summary_img a img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.order_summary_name {
	padding: 0px 15px;
	margin: 0px;
	width: 60%;
	float: left;
}

.order_summary_name a {
	padding: 0px 0px 5px;
	margin: 0px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}

.order_summary_name p {
	padding: 0px 0px;
	margin: 0px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}

.order_summary_name span {
	padding: 0px 0px 10px;
	margin: 0px;
	display: table;
}

.order_summary_delivery {
	padding: 0px;
	margin: 0px;
	width: 25%;
	float: left;
}

.order_summary_delivery h3 {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.order_summary_delivery a {
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
	font-size: 14px;
}

.payble_cart_details {
	padding: 0px;
	margin: 0px;
}

.card_img {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.card_img li {
	padding: 0px 30px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.card_img li input[type="radio"] {
	display: none;
}

.card_img li label {
	font-size: 15px;
	color: #5488EE;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	display: block;
}

.card_img li label:before {
	border: 1px solid #b9b9b9;
	border-radius: 10px;
	color: rgba(0, 0, 0, 0);
	content: "\f00c";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 12px;
	height: 20px;
	line-height: 14px;
	margin: 0 5px 0 0;
	padding: 2px;
	text-align: center;
	width: 20px;
}

.card_img li input[type="radio"]:checked + label:before {
	background: #F4A226;
	padding: 2px;
}

.card_img li img {
	padding: 0px;
	margin: 0px;
	width: 80px;
}

.payment_details_sct {
	width: 50%;
	display: none;
}

.coupon_code {
	padding: 0px;
	margin: 0px 0px 15px;
	display: table;
	width: 100%;
}

.coupon_code input[type="text"] {
	padding: 9px;
	margin: 0px;
	border: 1px solid #ccc;
	float: left;
	width: 60%;
}

.coupon_code button {
	padding: 10px 20px;
	margin: 0px;
	border: none;
	background: #8F8E8C;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#accordion .panel-default > .panel-heading {
	background-color: #fff;
}

.check_bg_buy {
	padding: 0px;
	margin: 0px;
	min-height: auto;
	max-height: 320px;
	overflow-y: auto;
}

.check_bg_buy1 {
	padding: 10px;
	margin: 0px;
	background: #fff;
	border: 1px solid #dcdcdc;
}

.check_bg_buy1 h4 {
	padding: 0px 0px 8px;
	margin: 0px 0px 10px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #5c5c5c;
	border-bottom: 1px solid #ececec;
}

.preice_details_total {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #eaeaea;
}

.preice_details_total p {
	padding: 10px 0px 0px;
	margin: 0px;
	text-align: right;
	font-size: 15px;
}

.place_order {
	padding: 10px 15px;
	margin: 15px 0px 0px;
	text-align: center;
	background: #3f90d5;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	border-radius: 4px;
	line-height: 24px;
	letter-spacing: 1px;
	border: none;
	width: 100%;
	text-transform: uppercase;
}
 @media (min-width:280px) and (max-width:399px) {
}
@media (min-width:400px) and (max-width:767px) {
}
@media (min-width:280px) and (max-width:767px) {

.payment_details_sct {
	width: 100%;
}

.order_summary_delivery {
	padding: 10px 0px 0px;
	width: 100%;
}

.order_summary_img {
	width: 25%;
}

.order_summary_name {
	width: 75%;
}

.order_summary_img a {
	width: 100%;
}
}
@media (min-width:768px) and (max-width:1023px) {
}
@media (min-width:1024px) and (max-width:1199px) {
}
@media (min-width:768px) and (max-width:1199px) {

.order_summary_img a {
	width: 100%;
}

.order_summary_name {
	width: 57%;
}

.order_summary_delivery {
	width: 28%;
}
}
@media (min-width:1200px) and (max-width:4000px) {
}

/* blog */

.para-text-bold {
	font-size: 16px;
	font-weight: 700;
}

.heading-title {
	text-align: center;
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 30px;
}

.product-blog {
	padding: 30px;
	margin: 0px 0px 30px 0px;
	background: #fff;
}

.blog-category {
	padding: 0px;
	margin: 0px;
}

.blog-category a {
	display: block;
	padding: 10px 15px;
	margin: 0px;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #f1f1f1;
	color: #807e7e;
}

.blog-recent-post h5 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 700;
}

.blog-category h5 {
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 23px;
}

.blog-recent-post {
	padding: 0px;
	margin: 0px;
}

.blog-recent-post p {
	padding: 0px 15px 5px 15px;
	margin: 0px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.post-date {
	border-bottom: 1px solid #e8e8e8;
}

.blog-category .panel-group {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	min-height: 160px;
	max-height: 200px;
	overflow-y: auto;
	border-top: 4px solid #555555;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.post-min-height {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	min-height: 160px;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
}

.tab-content {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	display: block;
	width: 100%;
}

.product-blog-list {
	padding: 0px;
	margin: 0px;
}

.product-blog-list li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

.pro-blog-image {
	padding: 0px;
	margin: 0px;
	width: 18%;
	text-align: center;
}

.pro-blog-image img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.pro-blog-content {
	padding: 0px 0px 0px 20px !important;
	margin: 0px;
	width: 82%;
}

.pro-blog-content h4 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
}

.pro-blog-content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 14px;
}

.product-readmore {
	display: inline-block;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	float: right;
}

.product-readmore:hover {
	color: #000;
}

.product-readmore i {
	color: #000;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.blog-date {
	font-size: 13px !important;
	font-weight: 600 !important;
}

.card {
	font-size: 10px;
	overflow: hidden;
	padding: 0;
	border: none;
	box-shadow: 0 1px 3px 0 #d4d4d582, 0 0 0 1px #d4d4d570;
}

.card-block {
	font-size: 14px;
	position: relative;
	margin: 0;
	padding: 10px 20px;
	border: none;
	border-top: 1px solid rgba(34, 36, 38, .1);
	box-shadow: none;
}

.card-img-top {
	display: block;
	width: 80%;
	height: auto;
	margin: 0px auto;
}

.card-title {
	font-size: 16px;
	font-weight: 700;
}

.card-text {
	clear: both;
	margin-top: 5px;
	color: rgba(0, 0, 0, .68);
}

.card-footer {
	font-size: 14px;
	position: static;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: 10px 20px;
	color: #000;
	border-top: 1px solid rgba(0, 0, 0, .05) !important;
	background: #fff;
}

.div-margin-space {
	margin: 30px 0px;
}

.white-bg {
	background: #fff;
}

.white-bg .row {
	margin: 0px;
	padding: 0px;
}

/* latest post */


.blog_latest_post h3 {
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 23px;
}

.latest_blog_side {
	padding: 0px;
	margin: 0px;
	min-height: 300px;
	max-height: 317px;
	overflow-y: auto;
	border-top: 4px solid #555555;
}

.latest_blog_side li {
	padding: 12px;
	margin: 0px;
	list-style: none;
	background: #f4f4f4;
	border-bottom: 1px solid #e3e3e3;
}

.latest_blog_side li img {
	padding: 0px;
	margin: 0px;
	width: 25%;
	float: left;
}

.latest_post_details {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	float: left;
	width: 75%;
}

.latest_post_details a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.latest_post_details a h4 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	line-height: 24px;
	color: #707070
}

.latest_post_details span {
	padding: 0px;
	margin: 0px;
	font-style: italic;
	font-size: 12px;
	color: #acacac;
}

/* end of latest post*/

.blog-category .panel-body {
	padding: 0px;
	margin: 0px;
}

.blog-category .nav-tabs > li {
	float: none;
}

.blog-category .nav-tabs > li > a::after {
	background: #555555 !important;
	height: 1px;
}

.blog-category .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	color: #555555 !important;
}

.blog-category .nav-tabs > li > a {
	margin: 0px;
}

.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}

.panel:last-child {
	border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
	border-radius: 4px 4px 0 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.panel-heading {
	background-color: #fff;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 0;
}

.panel-title a {
	display: block;
	color: #064f8c;
	padding: 14px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	outline: none;
}

.panel-body a {
	text-decoration: none;
}

.panel-body li {
	list-style: none;
}

.panel-body a:before {
	padding: 0px 5px 0px 0px;
	content: '\f192';
	font-family: 'FontAwesome';
}

.panel-body {
	background: #fff;
	position: relative;
}

.panel:last-child .panel-body {
	border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
	border-radius: 0;
	transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */
      
    
      

.panel-heading.active a:before {
	content: ' ';
	transition: all 0.5s;
	transform: scale(0);
}

/* #accordion rotate icon option */
      

#accordion .panel-heading a:before {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	top: 11px;
	font-size: 24px;
	right: 15px;
	top: 10px;
	transform: rotate(180deg);
	transition: all 0.5s;
}

.detailpost_date_username {
	padding: 0px 0px 10px;
	margin: 0px;
	display: table;
	width: 100%;
}

.detailpost_date_username li {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.detailpost_date_username li a {
	padding: 0px;
	margin: 0px;
	color: #a2a2a2;
	font-size: 14px;
}

#accordion .panel-heading.active a:before {
	transform: rotate(0deg);
	transition: all 0.5s;
}
 @media (min-width:299px) and (max-width:1199px) {

.product-blog {
	padding: 40px 20px;
}
}
 @media (min-width:299px) and (max-width:767px) {

.pro-blog-image {
	width: 100%;
}

.pro-blog-content {
	width: 100%;
}
}
 @media (min-width:767px) and (max-width:1199px) {

.pro-blog-content {
	width: 54%;
}

.pro-blog-image {
	width: 46%;
}
}

.search {
	width: 100%;
	position: relative;
	display: flex;
}

.searchTerm {
	border: 3px solid #555555;
	border-right: none;
	padding: 5px;
	width: 100%;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #ccc;
}

.searchTerm:focus {
	color: #555555;
}

.searchButton {
	width: 40px;
	height: 36px;
	border: 1px solid #555555;
	background: #555555;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}

.search-wrap {
	top: 0;
	position: relative;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog_social {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline-block;
}

.blog_social li {
	display: inline-block;
	margin: 5px 5px 0px 0px;
}

.blog_social li a {
	display: block;
	line-height: 23px;
	height: 23px;
	width: 23px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	opacity: 1;
	background: #555;
	font-size: 13px;
}

/* blog details */

.blog_detail_upload_pic {
	padding: 20px;
	margin: 0px;
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
}

.blog_detail_upload_pic img {
	padding: 0px 0px 15px;
	margin: 0px;
	width: 100%;
}

.blog_detail_upload_pic h2 {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 25px;
	color: #7c7c7c;
	line-height: 34px;
}

.detailpost_date_username {
	padding: 0px 0px 10px;
	margin: 0px;
	display: table;
	width: 100%;
}

.detailpost_date_username li {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.detailpost_date_username li a {
	padding: 0px;
	margin: 0px;
	color: #a2a2a2;
	font-size: 14px;
}

.blog_detail_upload_pic p {
	padding: 0px 0px 15px;
	margin: 0px;
	line-height: 24px;
	font-size: 15px;
}

.blog-detail-img {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.blog-detail-img img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 400px;
	object-fit: cover;
}
 @media (min-width:280px) and (max-width:767px) {

.blog_detail_upload_pic img {
	width: 100%;
}

.blog_detail_upload_pic {
	padding: 15px;
}

.blog_detail_upload_pic h2 {
	line-height: 26px;
	font-size: 18px;
}

.blog_detail_form li {
	padding: 0px 0px 15px;
}

.blog_latest_post {
	padding-top: 20px;
}
}
 @media (min-width:768px) and (max-width:1023px) {

.blog_latest_post {
	padding-top: 30px;
}
}
    /*end of blogdetails*/
    @media (max-width: 4000px) and (min-width: 1200px) {

.aside-fixed-position {
	/* top: 15%; */
	position: -webkit-sticky;
	position: sticky;
}
}

.stock-check {
	padding: 10px 0px 0px;
}

.stock-check i {
	margin: 0px 0px 0px 10px;
	color: #00ce10;
}

/* end of blog */
/* reviews */

.blog_detail_Comments {
	padding: 0px;
	margin: 0px;
}

.blog_detail_Comments h3 {
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 18px;
}

.Comments_user_detail {
	padding: 15px 0px 15px;
	margin: 0px 0px 15px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ccc;
}

.Comments_user_profile {
	padding: 0px;
	margin: 0px;
	width: 10%;
	float: left;
}

.Comments_user_profile img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.comment_userdetail {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	float: left;
	width: 80%;
}

.comment_userdetail p {
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 14px;
}

.replay_comments_user_detail {
	padding: 0px 0px 15px 50px;
	margin: 0px 0px 15px 0px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

.replay_Comments_user_profile {
	padding: 0px;
	margin: 0px;
	width: 10%;
	float: left;
}

.replay_Comments_user_profile img {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.replay_comment_userdetail {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	float: left;
	width: 80%;
}

.replay_comment_userdetail p {
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 14px;
}

/* end of reviews*/
