body {
	width: 100%;
	color			: #282828;
	font-family		: 'Work Sans', sans-serif;
}

/* default font size */
.fa {
	font-size: 14px;
}

a {
	color: #ff6f05;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #ff6f05);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #ff6f05;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}



/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    background: none !important;
    border-radius: 0px !important;
    list-style: outside none none;
    padding:0px !important;
}
.breadcrumb i {
	font-size: 14px;
}
.breadcrumb > li {

	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '\203a';
	  padding-right: 10px;
}
.breadcrumb > li:after {
	content: '';

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 8px 10px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
 	background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #ff6f05);
	background-repeat: repeat-x;
	border-color: #ff6f05 #ff6f05 #ff6f05;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ff6f05;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	 background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #ff6f05);
	background-repeat: repeat-x;
	border-color: #ff6f05 #ff6f05 #ff6f05;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	 background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #ff6f05);
	background-repeat: repeat-x;
	border-color: #ff6f05 #ff6f05 #ff6f05;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #ff6f05;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;

}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/**************************rtsasuk****************************/
.slogan
{
 	font-family			: 'Work Sans', sans-serif;
 	color			    : #282828;
 	font-size			: 14px;
 	float				: left;
 	line-height				: 30px;
	display				: block;
	margin-top			: 4px;
	margin-bottom			: 4px;
}
.soc
{
	float				: left;
	list-style			: none;
	margin				: 0px;
	padding				: 0px;
	margin-top			: 4px;
	margin-bottom			: 4px;
}
.soc li
{
	float				: left;
}
.soc i
{
	width				: 30px;
	height				: 30px;
	line-height				: 30px;
	text-align			: center;
	display				: block;
	background			: #dddddd;
	margin-left			: 10px;
	color				: #4d4d4d;
	font-size			: 18px;
}
.soc i:hover
{
	width				: 30px;
	height				: 30px;
	line-height				: 30px;
	text-align			: center;
	display				: block;
	background			: #ff6f05;
	margin-left			: 10px;
	color				: #fff;
	font-size			: 18px;
}
.line
{
	border-bottom		: 1px solid #dddddd;
}
.line2
{
	border-bottom		: 1px solid #dddddd;
	margin-bottom		: 20px;
}
.email_rigth
{
	list-style			: none;
	margin				: 0px;
	padding				: 0px;
	line-height				: 38px;
}
.email_rigth li
{
	border-right		: 1px solid #dddddd;
	height				: 38px;
	float				: left;
	padding-left			: 10px;
	padding-right		: 10px;

}
.email_rigth a
{
    font-size			: 14px;
    color				: #282828;
}
.email_rigth a:hover
{
    font-size			: 14px;
    color				: #282828;
    text-decoration		: underline;
}
#logo
{
	margin-top			: 20px;
	margin-bottom		: 20px;
}
.slogan2
{

    color				: #282828;
	border-right		: 1px solid #dddddd;
	color: #666;
    font: italic 16px/1.4em Amethysta;
	line-height			: 18px;

	margin-top			: 10px;
}
.slogan2 span
{
	 font-size			: 20px;
    color				: #ddd;
}
.slogan3
{
	color: #c9c9c9;
    font: italic 24px Times New Roman;
    text-align		: right;
    margin-right	: 10px;
    margin-top		: -15px !important;
}
.slogan3 span
{
	color: #5cc300;
	font: italic 24px Times New Roman;
}
.slogan span
{
	font-size			: 14px;
    color				: #282828;
 	font-family			: 'Work Sans', sans-serif;
	line-height			: 22px;
	font-style			: normal;
	font-weight			: bold;
}
.ship span
{
	padding-top			: 20px;
	display				: block;
}
.ship img
{
	 float				: left;
}
.year img
{
	 float				: right;
}
.year span
{
	padding-top			: 20px;
	display				: block;
	text-align			: right;
}
.owl-pagination {
    top: -30px !important;
}
.b1
{
	background		: url("../image/b1.png") no-repeat;
	width			: 270px;
	height			: 70px;
	display			: block;
	padding-left	: 75px;
	font-size			: 16px;
    color				: #666666;
 	font-family			: 'Work Sans', sans-serif;
	line-height			: 20px;
	padding-top			: 15px;
	margin-bottom		: 20px;
}
.b2
{
	background		: url("../image/b2.png") no-repeat;
	width			: 270px;
	height			: 70px;
	display			: block;
	padding-left	: 75px;
	font-size			: 16px;
    color				: #666666;
 	font-family			: 'Work Sans', sans-serif;
	line-height			: 20px;
	padding-top			: 15px;
	margin-bottom		: 20px;
}
.b3
{
	background		: url("../image/b3.png") no-repeat;
	width			: 270px;
	height			: 70px;
	display			: block;
	padding-left	: 75px;
	font-size			: 16px;
    color				: #666666;
 	font-family			: 'Work Sans', sans-serif;
	line-height			: 20px;
	padding-top			: 15px;
	margin-bottom		: 20px;
}
.b4
{
	background		: url("../image/b4.png") no-repeat;
	width			: 270px;
	height			: 70px;
	display			: block;
	padding-left	: 75px;
	font-size			: 16px;
    color				: #666666;
 	font-family			: 'Work Sans', sans-serif;
	line-height			: 20px;
	padding-top			: 15px;
	margin-bottom		: 20px;
}
#nopadding
{
 	padding-left		: 0px;
 	padding-right		: 10px;
}
#nopadding2
{
 	padding-left		: 0px;
 	padding-right		: 0px;
}
#main
{
	margin-top			: 40px;
}
.zag_tovar
{
	font-size			: 16px;
    color				: #666666;
 	font-family			: 'Work Sans', sans-serif;
}
.line_zag
{
	border-bottom		: 1px solid #dddddd;
	width				: 130px;
	margin-bottom		: 20px;
}
#content h1
{
	font-size			: 32px;
    color				: #000000;
 	font-family: 'Poppins', sans-serif;
 	margin-top			: 0px;
}
#content h2
{
	font-size			: 30px;
    color				: #000000;
 	font-family: 'Poppins', sans-serif;
 	margin-top			: 0px;
}
#content h3
{
	font-size			: 28px;
    color				: #000000;
 	font-family: 'Poppins', sans-serif;
 	margin-top			: 0px;
}
.line_left
{
	border-bottom		: 1px solid #dddddd;
	width				: 50px;
	margin-bottom		: 10px;
}
.line_left2
{
	border-bottom		: 1px solid #dddddd;
	width				: 50px;
	margin-bottom		: 10px;
	margin-top		: 10px
}
.zag_stat
{
	font-size			: 28px;
    color				: #000000;
 	font-family: 'Poppins', sans-serif;
  	margin-bottom			: 10px;
}
.left_zag
{
	font-size			: 24px;
    color				: #000000;
 	font-family: 'Poppins', sans-serif;
 	margin-bottom			: 5px;
}
.product-thumb {
	margin-bottom: 20px;
}
.zag_tovar a
{
	font-size			: 14px;
    color				: #000000;
 	font-family			: 'Poppins', sans-serif;
 	font-weight			: bold;
 	line-height			: 18px;
 	display				: block;
 	margin-bottom		: 10px;

}
.zag_tovar a:hover
{
    color				: #ff6f05;
}
.desc_tovar
{
	font-size			: 13px;
    color				: #999999;
 	font-family			: 'Poppins', sans-serif;
 	margin-bottom		: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 150px;
}
.price
{
	font-size			: 20px;
    color				: #444;
 	font-family			: 'Poppins', sans-serif;
 	margin-bottom		: 10px;
}
.butt
{
	width				: 120px;
	height				: 36px;
	line-height			: 36px;
	background			: #ff6f05;
	border				: 0px solid #333;
	font-size			: 18px !important;
	display				: block;
    color				: #ffffff;
    text-align			: center;
 	font-family			: 'Poppins', sans-serif;

}
.butt:hover
{
	width				: 120px;
	height				: 36px;
	line-height			: 36px;
	background			: #ff6f05;
	border				: 0px solid #333;
	font-size			: 18px;
	display				: block;
    color				: #ffffff;
    text-align			: center;
 	font-family			: 'Poppins', sans-serif;
}
.html
{
	font-size			: 14px;
    color				: #000000;
 	font-family			: 'Work Sans', sans-serif;
}
.blog-module
{
	border				: 1px solid #cccccc;
	padding				: 10px;
	width				: 100%;
}
.country_left
{
	border				: 1px solid #cccccc;
	padding				: 10px;
	width				: 100%;
	margin-bottom		: 20px;
}
.apl
{
	border				: 1px solid #cccccc;
	padding				: 10px;
	margin-bottom		: 20px;
}
.country_left select
{
	width				: 100%;
	border				: 1px solid #cccccc;
	height				: 32px;
	margin-top			: 10px;
	margin-bottom		: 10px;
}
.image1
{
	float				: left;
	margin-right		: 10px;
}
.desc_blog
{
	font-size			: 14px;
    color				: #282828;
 	font-family			: 'Work Sans', sans-serif;
 	display				: block;
 	line-height			: 18px;
}
.blog_title a
{
	 font-size			: 14px;
    color				: #000000;
    font-weight			: bold;
 	font-family			: 'Work Sans', sans-serif;
 	display				: block;
 	padding-bottom		: 8px;
 	line-height			: 18px;
}
.blog_title a:hover
{
	 font-size			: 14px;
    color				: #ff6f05;
    font-weight			: bold;
 	font-family			: 'Work Sans', sans-serif;
}

.read_m a
{
	color				: #ff6f05;
	text-decoration		: underline;
}
.read_m a:hover
{
	color				: #282828;
	text-decoration		: none;
}
a.all
{
 	background			: #ff6f05;
 	padding				: 5px;
 	text-align			: center;
 	 font-size			: 14px;
    color				: #fff;
    font-weight			: bold;
 	font-family			: 'Work Sans', sans-serif;

}
.blog_stats
{
	border-bottom		: 1px solid #cccccc !important;
}

#carousel0
{
	margin-top			: 40px;
	margin-bottom		: 20px;
}
footer
{
    border-top		: 1px solid #dddddd;
    border-bottom		: 1px solid #dddddd;
    padding-top		: 20px;
     padding-bottom		: 20px;
      font-size			: 14px;
    color				: #666666 !important;
    line-height			: 24px;
 	font-family			: 'Work Sans', sans-serif;
}
.f_menu1
{
	list-style			: none;
	margin 				: 0px;
	padding				: 0px;
	margin-top			: 45px;
}
.f_menu1 li
{
	float				: left;
	border-right		: 1px solid #cccccc;
	padding-left		: 55px;
	padding-right		: 55px;
	margin-bottom		: 5px;
}
.f_menu1 li:last-child
{
	border-right		: 0px solid #cccccc;
}
.f_menu1 a
{
	 font-size			: 14px;
    color				: #282828;
 	font-family			: 'Work Sans', sans-serif;
 	display				: block;
 	height				: 28px;
 	line-height				: 28px;
}
.copy
{
	text-align			: center;
	margin-top			: 20px;
	margin-bottom		: 20px;
	 font-size			: 14px;
    color				: #666666;
 	font-family			: 'Work Sans', sans-serif;
}
.line_zag_f
{
	border-bottom		: 1px solid #dddddd;
	width				: 50px;
	margin-bottom		: 10px;
}
footer h5
{
	font-size			: 16px;
    color				: #000000;
    font-weight			: 700;
 	font-family			: 'Work Sans', sans-serif;
 	margin-bottom			: 5px;
}
.logo_f
{
	margin-bottom		: 15px;
}
.soc1
{
	list-style			: none;
	margin				: 0px;
	padding			: 0px;

	margin-top			: 15px;
	margin-bottom			: 15px;
}
.soc1 li
{
	float				: left;
}
.soc1 i
{
	width				: 30px;
	height				: 30px;
	line-height				: 30px;
	text-align			: center;
	display				: block;

	margin-right			: 10px;
	color				: #4d4d4d;
	font-size			: 18px;
}
.soc1 i:hover
{
	width				: 30px;
	height				: 30px;
	line-height				: 30px;
	text-align			: center;
	display				: block;
	background			: #dddddd;
	margin-right			: 10px;
	color				: #4d4d4d;
	font-size			: 18px;
}
.list-unstyled li
{
	content: '- ';
}
.list-unstyled a
{
	font-size			: 12px;
    color				: #666666;
 	font-family			: 'Poppins', sans-serif;
}
.list-unstyled a:hover
{
	font-size			: 12px;
    color				: #ff6f05;
 	font-family			: 'Poppins', sans-serif;
}
.panel {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
    margin-bottom: 20px;
}
.noUi-connect {
    background: #cccccc !important;
}
.number-spinner
{
	width			: 80px;
	float			: left;
	margin-right	: 20px;

}
#button-cart
{
	width			: 150px;
	font-size		: 18px;
}
#qt
{
  display			: none;
}
 .sticky-content.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}


.sticky-content.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index		: 1000;
}
.email_rigth li li
{
	border-right	: 0px solid #333 !important;
	width				: 100%;
	text-align		: center;
}
.quote
{
	display			: none;
}
#manuf div:hover .quote
{
	display			: block;
}





/*manuf*/
ul.portfolio-items
{
	padding		:0px;
}
.portfolio-items li
{
	display:inline-block;
	float:left;
	list-style:none;
	position:relative;
}
.portfolio-items li img
{
	display:block;
	width:264px;
	height:89px;

}
.portfolio-items li div.caption8
{
	display:block;
  	position:absolute;
	overflow:hidden;

}
.portfolio-items li div.caption8
{

	height:0;
	background:rgba(0,0,0,0.7);

	text-align		: center;
    font-size			: 14px;
    color				: #fff;
 	font-family			: 'Poppins', sans-serif;
}

.portfolio-items li:hover div.caption8
{
	height:89px;
    cursor	: pointer;
    padding	: 5px;
}
.img_item img
{
	border				: 3px solid #cccccc;
	margin-left			: 10px;
	margin-right		: 10px;
}
.stock span
{
    background-color: #66bb6a;
    color: #fff;
   padding	: 5px;
   font-size	: 16px;
}
.stock span.nostock
{
    background-color: #ff0000 !important;
    color: #fff;
   padding	: 5px;
   font-size	: 16px;
}
.number-spinner button
{
	height		: 40px;
}
.number-spinner input#input-quantity
{
	height		: 40px;
}
.nav-tabs, .tab-content
{
	margin-left		: 15px;
}
.text_opt
{
	font-size			: 12px;
    color				: #fff;
 	font-family			: 'Poppins', sans-serif;
 	background			: #b3b3b3;
 	padding				: 10px;
 	border-radius		: 5px;
}
.text_opt a
{
	color				: #fff;
	text-decoration		: underline;
}
.text_opt a:hover
{
	color				: #fff;
	text-decoration		: none;
}
.cat_desc
{
	border: 1px solid #cccccc;
    padding: 10px;
}
.butttt {
	color: #ffffff;
    height			: 40px;
    line-height		: 40px;
    padding			: 0px !important;
     margin			: 0px !important;
	background-color: #ff6f05;
	background-image: linear-gradient(to bottom, #ff6f05, #ff6f05);
	background-repeat: repeat-x;
	border-color: #ff6f05 #ff6f05 #ff6f05;
	border-radius			: 5px;
	border			: 0px solid #333;
}
.year
{
	margin-top		: 10px;
}
.image
{
	border: 1px solid #cccccc;
	margin-bottom	: 10px;
}
.price-old
{
	text-decoration: line-through;
	font-size		: 18px;
}
.layer {
    overflow: auto;

    height: 480px;
    padding: 5px;

   }
@media (max-width: 767px)
{
	.rev_slider_wrapper
	{
		display			: none !important;
	}
	.slogan
	{
		text-align			: center;
		display				: block;
		float				: none !important;
	}
	.slogan2
	{
		text-align			: center;
		border-right		: 0px solid #333;
	}
	.ship
	{
		text-align			: center;
	}
	.year img
	{
		display				: block;
		width				: 61px;
		margin-left			: auto;
		margin-right		: auto;
		float				: none;
	}
	.year span
	{
		text-align			: center;
		padding-top				: 0px;
		padding-bottom				: 10px;
	}
	.b1, .b2, .b3, .b4
	{
		display				: block;
		width				: 270px;
		margin-left			: auto;
		margin-right		: auto;
	}
	.soc
	{
		display				: block;
		width				: 80px;
		margin-left			: auto;
		margin-right		: auto;
		float				: none;
	}
	.soc1
	{
		display				: block;
		width				: 160px;
		margin-left			: auto;
		margin-right		: auto;
		float				: none;
	}
	.email_rigth li
	{
		float				: none;
		text-align			: center;
		border-right		: 0px solid #333;
	}
	#logo
	{
		display				: block;
		width				: 190px;
		margin-left			: auto;
		margin-right		: auto;
	}
	.logo_f
	{
		display				: block;
		width				: 190px;
		margin-left			: auto;
		margin-right		: auto;
	}
	.img_item
	{
		margin-bottom		: 10px;
	}
	.f_menu1 li {
    border-right: 0px solid #cccccc;
    float: none;
	text-align		: center;
	}
	footer
	{
		text-align		: center;
	}
	.line_zag_f
	{
		display				: block;
		width				: 50px;
		margin-left			: auto;
		margin-right		: auto;
	}
	footer img
	{
		display				: block;
		width				: 241px;
		margin-left			: auto;
		margin-right		: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.email_rigth li
	{
		float				: none;
		text-align			: center;
		border-right		: 0px solid #333;
	}
	.slogan2
	{
		text-align			: center;
		border-right		: 0px solid #333;
		margin-bottom		: 50px;
	}
	.img_item
	{
		margin-bottom		: 10px;
	}
	.f_menu1 li {

    padding-left: 15px;
    padding-right: 15px;
	}
	.list-unstyled
	{
	margin-bottom		: 70px;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{
   .email_rigth li
	{
		float				: none;
		text-align			: center;
		border-right		: 0px solid #333;
	}
	.slogan2
	{
		text-align			: center;
		border-right		: 0px solid #333;
		margin-bottom		: 50px;
	}
	.img_item
	{
		margin-bottom		: 10px;
	}
	.f_menu1 li {

    padding-left: 15px;
    padding-right: 15px;
	}
	.list-unstyled
	{
	margin-bottom		: 70px;
	}
}
.butone
{
	background			: none !important;
	border				: 0px solid #333 !important;
	color				: #000 !important;
	text-align			: left !important;
	font-size			: 13px !important;
	margin-top			: 10px !important;
}
.payment-image
{
	display				: none !important;
}
.qc-checkout-product p.text
{
	color			: #ff0000 !important;
}

#payment_method_list span
{
	color: #ff6f05 !important;
}
#payment_view
{
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #dddddd;
	width: 100%;
	padding: 10px;
}
.ElementsApp input
{
	border: 5px solid#dddddd !important;
}
#d_quickcheckout legend
{
	border: 0px solid #333 !important;
	margin-bottom: 0px !important;
}



/**************************rtsasuk****************************/