
/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}
@media (max-width: 767px) {
	legend {
		font-size: 16px;
	}
}
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;
}
/* 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;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0px 20px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	background-image: url('../../../../../image/catalog/footer/bg.png');
  
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

/* 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 {
	border: 1px solid #ddd;
	margin-bottom: 20px;

}
.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;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

@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{
	display: flex;
}

.product-thumb .button-group button {
	width: 100%;
	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 {
	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 > img {
	width: 100%;
}
@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;
}

.owl-nav > *{
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: center;
	
	width: 24px;
	height: 100%;
}

.owl-nav > * > i{
	align-self: center;
	font-size: 18px;
}

.owl-nav > *:nth-child(1){
	left: 0px;
}
.owl-nav > *:nth-child(2){
	right: 0px;
}

.owl-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.owl-dots > *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.owl-dots > *:hover, 
.owl-dots > *.active:hover,
.owl-dots > *.active{ 
	background: #999;
}

html .live-search .result-text{ 
	line-height: 34px; 
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap > div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed;bottom: 20px;right: 20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left -51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed;bottom: 20px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbVFb5ZIZDwNIYKGhigIkhCgDERFeqjNVowalWw6DhW7TiObX3X1kdja6K2tL6mtWOnRcVHrcUHKtVSRC0vDSqvIFYRTCBpi5GHRgiQhMRz5FvZuTn37u7dzePMfENm///f3W/vPed859y7ZJSXl6uUrBfhcMKRhMGEgYRsQk9CBqGN0ELYQ/iMUE+oI2zFMScrKyv7+u8eCQkcQhhJyCcMB4EoNjTw9xeELYT1hI2EJtebcSWTSRhPKMJoJLF+eBiM7YTVhFWExs4gM45wEmGQSt8OI5xGKCYsI6wktHYEmQGE7xKOiXmD++Evca7H1zoTo/UK/Cs1MuzUMyL4BDtyLRy7Hv6wD083A0GCp1UuIQ++09dyPvbDSwnzCB+lQYZH4nu4EZNVE9YSNoFAmH2If7Nxw+x/owie8F3+zoUYoXeTkCkEEc/wOd/8UkKNo4+wk78PHEGYQhgrfI+vX4oHutyFzBgLkV2ERYQ1KTr//whzCaMJZxByhO+UIHS/E4cM+8i5BiKbCS8SdqiOsQ/hc6WGYDOV8DlhgzR8uvUnXGDwkUrCEx1IxLfdhL8TXjNMufOgMkLJnInQqNsKwgJIks6ypZjOuvUmnK3PLJ1MPuasbiw3FqqusWUIELpxwJhkIsOC8NuGIZ+H5OdqOcgzrvYSpI5uUyoqKvpJZMZDTujGI7IzwY1wHrmCcHqCc+wl/COgJHzLCo6OF1C/kyzJMAmRmbjoCQitrsb3UiUcn0ijkx0kM0IQjvwU/p3g4t9E5u4dODYZ+s7VFhOatWN9/BDukykw5JPNCYiYwvvxCQjtMASDAp9MJgos3VY7XnCEhUiQ0Hcczy/dVx5NtQEeiqv+gsNtdLgQJ7LpIUR8+xamXVyrE5I2R+KhnlbCBvPKbocRuRhzOKqVOIxQCwSubsM8Q9lb6+jsptpkmxBWgyMU14e2CMcGeYaC69MYJx4FH8m0lAl/IfwzxIemxrjmduHhZHsofnT7IuJJjw5x9o8gGLnafBsFlskmQRdGFaJ6iM704Dx6zb43IpEZwu9924D6JNg6YkIvW85ZHJHQPoHMIZ6gmVot8zsOkWeECyoUVkkJtQldmwypBMgIEYVhRDZZiAQJLUxAKEMqXzxpuCzOPDqEyH8Jz4UQ8e1NwpIIhKRquKdwvMVT7fu8GWgHSRXo+SFEnlLxOpGvRyBUKBzvKzzwJg/1tG65hgj3isGf6kAkbqL1CS02fLbeoMUOFVxhL5P5RPjyUIPTrcE0atJ8xJWIb28QXtUeFGuw5w2RVbq/bT0M2X4YpLt0ovcwNWeixpibUl9gOc5bimafKSd5UBztVAGT2Yqn2kerEVhr/ccSsR6B4EuzwbEK6qPO8p0hQu3FubHWw9OX6paJIRf+P5JX2lYbkucmCP7C97LTj9XrDOJxsOpexlF2nBQoysrK2rzAtPlMyDcndzMyk7Uy3Jc264Nlc5OSO+zHION3B2NfKRKOr6NRadBbTSsNanmqQVl3pvVAlNOzfjOURLu+2R5D8uIEdXYXk+FVgSOF4ytoVHZIZPzQKFVxY1ARdoVNhKyRCrSlegLS5f98Ja/Lc60+pQuIlBr6APP11OAZSubnlLzKexq6L1md4CPTCOcgqurG9VCNJA0k22iRE9xwu9wgKdIw9o0fEI4zfL7Y0DuzLgO+i9pe6g8PQltpDTTVthRIDEBjo9hyX5UQpSouGV/8NaMV5Al1D8/pfMj0tZAicbQan5PXWcbjPLYUsNhGJAoZvwnBNc+5QvZVKJImABxhPgYp/nsXnLQN5DMhYnMg40eo8O0qLZjyq6I4WhTjRdPHUMbmWb53GFAcUBbNCCYertcrxsh9CiLVUaNGVGNlOgf9rRNVtDZspqWfENZK4qbHsohtr9hk/CFfDpV9HOZ6vxQj2R4UfytcgorrFi0WdrwK/BbUQT6mn8sotGDU/Z0anydJTklsNwQqY6A6uLlnECJTLyQ9fyfgfvjRHjx5f9PQ9rQybVrWhBvPQUIdAoJZcP5W+EIDRiIDJXtzWjeQlExPRK4S1BpDIv6uEEpYYYRWY9q+qRLs13Qlk4UwzU3BUQkfSC4eRgkUO+/LecHFd1zI8BP9oZLXQZMat7iuVgdawI9ZBG9iMtzcuEHJuzhs1hzotmTGuNbPodJnQVWkRoZD76+ho8JCdhXAN1CPiLcfQaAPIt1wqG/TrhDfjiX8mXB7sDxOQuZUwq9CMr6/5lIZIdlxY3FJQCkXwf8mG2oXjoj3E36LaedMhgukXxouopCpH0GecTF28teAsahjpNVnvv4teKCPu5A5xUKEmwh/QOmalr0PP+E909cruTl+DUL3M6Z6QjJ+SuUGIqsQzearjrElOP/rhs9vMjVXJDLfwPyUCqW/EX6i4u8TiGs88j8j/NFwzxVKaE5KZG5Wco+Zl8DvVQlePHCwRwkPCsd55ewXeqjXyZRgzuq2FhGlK2yOkjeesivMNJHhkvgq4Ue8C7BMJVuHyVPJtjXeqeTm5KUVFRW5EplpkBO6PaAObKB2tWMRTq9PcA7ugd8tSJv+wdHxAup3piUZJiFyDy56EUKrq3HrS9p/cw7vNQuSKRKEYxukhKtxr+A+ray+BPrO1WYLPYFDfb3oBZSwbquV+25AJvI7gwTiEbrR8by1hvxzhk8mW8mt0BccL1gEIraGHu9N+7Hj+aX7KqCpNpjJHIVEqTtcpcOFjoajRlmcugzTLq69JyRtjsSFnpK3c6xV8V9eKIZey4nxm2scRqgJAle3CZ6S1yyrHHzkXkttstlSMV7m4EPSezsjPUMTYlOME58Y4iMrMJ3uCfGhm2Jcc4tqv1fgq63A0uslUfdoTrGIUrbluEmuNufiuyb7PnRhFNsuhOiv9mhmCTX7rohEfqPklQG2ZahPglu25uI3JpsekVCjQKanaVtjawpEblZy0/vZFAi1qvavwBi3NXoJiFRaiAQJPZCAkHFbY7vhsvjASSFEuPS9TUVbhniS8HAEQlJ7Kku4h2YP7SGdda6hAr0zhMh1Kl4n8qEIhKTN2znCfTQyma3Cl4cLx7YhBLcasvJ1yu0twYcgICV71aDF8oRp1sAHpHeGCw1ONx/laqPmI9eqZK87/onwey13vISiUNrPM144VuMZsv1EZV4RW4hmwz5ErRtUggWigD2OabwfIbzcUN3yPR8vSTDum23AU83RaoRiS7unEu2g2pQbHLwCUI1pa7IxghtwbqzyMIxS3XJWyIU/UMl2zJqsKiTPnSX4C99LnX/wX8KPTlDdZ+OcbxxlpXdtFgW3Nb4lNC14Cl7RzchcIvjybkS9r4eL+7dSh/1U1fnbskw2GnlHtwU0KvV6q2meQS1z5BrYxURYBdwqqAFWGk9IfbMGQ/I6AvG+K417bvnC8adpVOokMv7oSFUcbwm+vIuI8P7QGYYC7VE9AelZ/i5Br7H9SB1YDOpsIrcY+gB36alBkvrVUL7SK/NXo/vSvxN8hH31diW/r8PKfaUkDSTjUD3L8Nnp8K1JHURkLLTaBYbPZ0O3tTPbMiC/u9JXyf1hbuU+COHJmqomBRK8JnQRwq9pif0pEFVxyfjij8PfT5W8rZHnNK/p8PrJy+i3xdFqHqLUNIz4AMt3Z9uIRCHjNyG45rnDoKS56isFOMK8DX1Vgy5Kozq4EzBLHdzSyG9bcFv4qAhNv1kQoSopGTZeNL0K3ZZxlu8NA6YHuij71MFNDb1VvPcKqtGeeifKl+NsN2FleqU6sI5zsYrWhs1Wbi9FNGJGzInY9opNxh9y9qMFiDalhn6BqzVAwT+tHP6XCNctWvWIZn+FGOUNOwWOo9CEUV+EQPKJ65NIunluJ0L489BwBegfjIQ47aPa/weHjRiBGkS/dUpefI1tXwowAKeGqGOaRl1lAAAAAElFTkSuQmCC) no-repeat left top;
}

@media (min-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
}

@media (min-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
}

@media (min-width: 768px){
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}
}

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


@media (max-width: 768px){
	.text-danger {
	    width: 250px;
	}
}
	.pd-t10 {
		padding-top: 10px;
  }
  .pd-t15 {
	padding-top: 15px;
  }
  .pd-b10 {
		padding-bottom: 10px;
	}
  .pd-b15 {
	padding-bottom: 15px;
  }
  
  .pd-l15 {
	padding-left: 15px;
  }
  
  .pd-r15 {
	padding-right: 15px;
  }
  
  .pd-30 {
	padding: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-30 {
	  padding: 20px;
	}
  }
  
  .pd-t30, .pagination {
	padding-top: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-t30, .pagination {
	  padding-top: 20px;
	}
  }
  
  .pd-b30 {
	padding-bottom: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-b30 {
	  padding-bottom: 20px;
	}
  }
  
  .pd-l30 {
	padding-left: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-l30 {
	  padding-left: 20px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
	}
	.pd-t80 {
		padding-top: 80px;
	}
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
	.pd-t80 {
		padding-top: 40px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

/* fix flex-group on firefox and other browser */
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
/* fix flex-group on firefox and other browser */

/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}

@media screen and (max-width: 540px){
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */

/* refer bootstrap 4 */
.input-group-b4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}
.input-group-b4 > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/* refer from bootstrap 4 */

/* recaptcha horizontal center */
#google_recaptcha .g-recaptcha {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

/* for mobile */
@media (max-width: 767px) {
	#google_recaptcha {
		max-width: 300px;
		transform: none !important;
		transform-origin: 0 !important;
		margin: auto;
	}
}

/* to scale recatpcha to smaller size in bigger screen */
@media (min-width: 768px) {
	#google_recaptcha .g-recaptcha {
		transform: scale(0.75) !important;
		transform-origin: 0 0 !important;
	}
}
@media (min-width: 768px)  and (max-width: 990px){
	.paddingright85px{
		padding-right:28px;
	}
}
/* recaptcha horizontal center */

/* remove x button of certain inputs in IE */
.form-control::-ms-clear {
    display: none;
}
/* remove x button of certain inputs in IE */

/* custom css */
.fontsize120 { font-size: 120px; }
.fontsize100 { font-size: 100px; }
.fontsize60 { font-size: 60px; }
.fontsize48 { font-size: 48px; }
.fontsize40 { font-size: 40px; }
.fontsize36 { font-size: 36px; }
.fontsize35 { font-size: 35px; }
.fontsize30 { font-size: 30px; }
.fontsize25 { font-size: 25px; }
.fontsize20 { font-size: 20px; }
.fontsize18 { font-size: 18px; }
.fontsize16 { font-size: 16px; }
.fontsize15 { font-size: 15px; }
.fontsize14 { font-size: 14px; }
.fontsize13 { font-size: 13px; }
.fontsize12 { font-size: 12px; }
.fontsize10 { font-size: 10px; }

.fontweightbold{
	font-weight: bold;
}

.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.text_left{
	text-align:left;
}
.text-transform-uppercase{
	text-transform: uppercase;
}
.colorwhite{
	color:#FFFFFF;
}
.colororange{
	color:#FF7A20;
}
.sub-arrow{
	display:none;
}
@media (min-width: 991px){
	/* .container {
		width: calc(100% - 150px);
	} */
	.container_footer {
		width: 970px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.paddingright85px{
		padding-right:85px;
	}
}
@media (min-width: 1920px){
    .container_footer {
        width:100%;
		max-width: 66%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 991px){
	.container_header {
		width: 991px;
		margin-right: auto;
		margin-left: auto;
	}
	#main-menu li {
		font-size:11px;
	}
}
@media (min-width: 1100px){
	.container_header {
		width: calc(100% - 120px);
		margin-right: auto;
		margin-left: auto;
		/* padding-bottom: 5px; */
	}
	
}

@media (min-width: 1920px){
	.container_header {
		width: 100%;
		max-width:66%;
		margin-right: auto;
		margin-left: auto;
		/* padding-bottom: 5px; */
	}
	
}

.footer-upper-contet>*:last-child {
	flex: 1 !important;
}

.flex_1{
	flex:1;
}

.contact-body-footer>.form-group{
	min-width: calc(50% - 15px) !important;
	margin-top: 7.5px;
	margin-bottom: 7.5px;
	flex: 1 1 auto;
}

.borderradius5px{
	border-radius: 5px !important;
}

.btn-footer-submit{
	background-color: transparent;
	padding: unset !important;
	font-size: 12px;
	text-align: right !important;
	text-transform: unset !important;
}

.maxwidth80percent{
	max-width:93% !important;
}

.colorblack{
	color:black;
}

.footer-upper-contet .alert{
	margin-bottom: unset !important;
	display: flex;
	padding: 0px 14px 0px 14px !important;
}

.footer-upper-contet .fa{
	display: flex;
	align-items: center;
}
.btn-login{
	color: #000;
	background-color: white;
	border-color: #000;
	/* min-width: unset !important; */
	min-width: 72px !important;
	width: 72px !important;
	padding: unset !important;
	height: 25px !important;
	min-height: 25px !important;
	font-size:12px;
	border-radius: 5px !important;
	outline: unset !important;
}
.btn-register{
	color: #FFF;
	background-color: #FF6D01;
	border-color: #FF6D01;
	min-width: 72px !important;
	width: 72px !important;
	padding: unset !important;
	height: 25px !important;
	min-height: 25px !important;
	font-size:12px;
	border-radius: 5px !important;
	outline: unset !important;
}
.btn-cart{
	color: #FFF;
	background-color: #777777;
	border-color: #777777;
	min-width: 72px !important;
	width: 72px !important;
	padding: unset !important;
	height: 25px !important;
	min-height: 25px !important;
	font-size:12px;
	border-radius: 5px !important;
	outline: unset !important;
}
.desktop-search {
	/* padding-left: 25px; */
	padding-bottom: 5px;
}

.search_container, .menu_bar{
	animation:fadeIn .5s ease-in both;
}

.header-container #cart>a {
	padding-top: unset !important;
}

/* #main-menu .active span {
	border-bottom: 2px solid #FF7500;
	padding-bottom: 20px;
	color:#FF7500;
} */

#main-menu span {
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FF7500;
	letter-spacing: 1px;
}

#main-menu span:hover {
	color: #000;
	/* border-bottom: 2px solid #000; */
}
/*#main-menu span:hover::before {*/
/*	-webkit-transform-origin: center top;*/
/*	transform-origin: center top;*/
/*	-webkit-transform: scale(1, 1);*/
/*	transform: scale(1, 1);*/
/*}*/

/*#main-menu span::before {*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	bottom: -10px;*/
/*	left: 0;*/
/*	right: 0;*/
/*	top: 44px;*/
/*	margin: auto;*/
/*	height: 3px;*/
/*	width: 100%;*/
/*	background-color: #000;*/
/*	background-position: center center;*/
/*	-webkit-transform-origin: right top;*/
/*	transform-origin: right top;*/
/*	-webkit-transform: scale(0, 1);*/
/*	transform: scale(0, 1);*/
/*	-webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;*/
/*	transition: color 0.1s,-webkit-transform 0.2s ease-out;*/
/*	transition: color 0.1s,transform 0.2s ease-out;*/
/*	transition: color 0.1s,transform 0.2s ease-out,-webkit-transform 0.2s ease-out;*/
	
/*}*/
#main-menu .has-submenu span::after {
	content: '\f107';
	font-family: FontAwesome;
	/* top: 12px;
	right: 0px; */
	padding-left: 5px;
}

.header-container .header-menu #main-menu>li>a {
	padding-left: unset !important;
	padding-right: unset !important;
	padding: 13px !important;
}

.sm-blue ul li {
	width: auto !important;
	height: auto;
	/* padding: 20px !important; */
	padding-bottom: 15px !important;
	/*padding-top: 15px !important;*/
	/*padding-top: 12px !important;*/
	/*padding-bottom: 3px !important;*/
	font-size: 14px !important;
}

.sm-blue ul li:hover::before {
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.sm-blue ul li:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	/*top: 44px;*/
	top: 28px;
	margin: auto;
	height: 3px;
	width: 100%;
	background-color: #000;
	background-position: center center;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;
	transition: color 0.1s,-webkit-transform 0.2s ease-out;
	transition: color 0.1s,transform 0.2s ease-out;
	transition: color 0.1s,transform 0.2s ease-out,-webkit-transform 0.2s ease-out;
}

/* .sm-blue ul li:hover{
	border-bottom: 2px solid #FF7500;
} */

.header-container .header-menu #main-menu a {
	color: #FF7500 !important;
	font-weight: bold !important;
	letter-spacing: 1px;
	font-size:13px;
}
.header-container .header-menu #main-menu a:hover {
	color: #000 !important;
}
.sub-arrow{
	border-color:#FF7500 transparent transparent !important;
}
#main-menu li a{
	padding-bottom: unset !important;
}

#main-menu{
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb{
	display: none;
}

.position-center-center{
	top: 35% !important;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
}

.position-center-bottom{
	top: 60%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	line-height: 35px;
}
.container-page-banner{
	width: 1070px !important;
}

@media (max-width: 767px) {
	.position-center-center{
		top: 25% !important;
		font-size: 20px !important;
		left: 50%;
		right: auto;
		bottom: auto;
		transform: translate(-50%, -50%);
	}
	
	.position-center-bottom{
		top: 60%;
		left: 50%;
		right: auto;
		bottom: auto;
		transform: translate(-50%, -50%);
		line-height: 12px;
		font-size: 10px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px)  {
	.position-center-center{
		top: 30% !important;
		font-size: 40px !important;
		left: 50%;
		right: auto;
		bottom: auto;
		transform: translate(-50%, -50%);
	}
	
	.position-center-bottom{
		top: 68%;
		left: 50%;
		right: auto;
		bottom: auto;
		transform: translate(-50%, -50%);
		line-height: 24px;
		font-size: 20px !important;
	}
}

/* list-group-item */

.list-group-item {
	border: unset !important;
}
/*
#side-categories .side-categories-level-1+.side-categories-level-1 {
	border-top: unset !important;
}

#side-categories .group .item .toggle {
	border-left: unset !important;
}

.list-group-item:first-child {
	padding: 15px 8px !important;
}
.level-1 {
	background-color: #464646;
	border-radius: 5px;
}

#side-categories .group .item.active+.sub {
	border-top: unset !important;
}

.side-categories-level-1{
	padding-bottom: 10px;
} */

.product-category #side-categories .side-categories-level-1+.side-categories-level-1 {
	border-top: 0;
}
#side-categories .group .item.active+.sub {
	border-top: 0!important;
}
#side-categories .group .item .toggle {
	border-left: 0!important;
}
#side-categories .group:not(:last-child) {
	border-bottom: 0!important;
}
.product-category .side-categories-level-1{
	margin: 10px 10px;
}
.product-category .level-1{
	background-color: transparent;
	border-radius: 20px;
}
.product-category .level-1 a{
	padding: 10px 35px !important;
	color: #000;
	font-size: 16px;
	/* text-transform: uppercase; */
}
.product-category #side-categories .group .item a:hover, .product-category #side-categories .group .item.active a{
	background: transparent!important;
	color: #38AB8A!important;
}
.product-category #side-categories .level-1:hover a, .product-category #side-categories .level-1.active a{
	color: #fff!important;
}
.product-category #side-categories .group .item.level-1 a:hover, .product-category #side-categories .group .item.level-1.active a{
	color: #fff!important;
	border-radius: 5px;
	background-color: #FF7A20!important;
}
.product-category #side-categories .level-1:hover .toggle, .product-category #side-categories .level-1.active .toggle{
	color: #fff!important;
	background-color: #38AB8A!important;
}
.product-category #side-categories .level-1:hover, .product-category #side-categories .level-1.active{
	color: #fff!important;
	background-color: #38AB8A!important;
}
.product-category #side-categories .level-1 .caret{
	color: #fff;
}
.product-category #side-categories .level-2 a{
	color: #888888;
}
.product-category #side-categories .group .item.level-2:hover .toggle, .product-category #side-categories .group .item.level-2.active .toggle{
	color: #f19ab5;
}
.product-category #side-categories .group .item .toggle.level-2:hover, .product-category #side-categories .group .item .toggle.level-2.active{ 
	background: transparent!important;
	color: #f19ab5;
}
.product-category #side-categories .sub.level-3{
	padding-left:15px;
}
.product-category #side-categories .group .item.level-3:hover .toggle, .product-category #side-categories .group .item.level-3.active .toggle{
	color: #f19ab5;
}
.product-category #side-categories .group .item .toggle.level-3:hover, .product-category #side-categories .group .item .toggle.level-3.active {
	background: transparent!important;
	color: #f19ab5;
}
.product-category #side-categories .sub.level-4{
	padding-left:15px;
}
.product-category .list-group-item {
	background-color: transparent;
}
.product-category #max, .product-category #min{
	top:0!important;
	/* color: #f19ab5; */
	/* font-weight: 600; */
}

#side-categories .group .level-2 a {
	padding: 7px 20px !important;
}

/* checkmark */
.product-category .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #0000002e;
}
.product-category .color_checkmark {
  top: -42px;
  height: 40px;
  width: 40px;
  background-color:transparent;
}

.product-category .container:hover input ~ .checkmark {
  background-color: #fff;
}
.product-category .container:hover input ~ .color_checkmark {
  background-color: transparent;
}

.product-category .container input:checked ~ .checkmark {
  background-color: #FF7A20;
}
.product-category .container input:checked ~ .color_checkmark {
  background-color: transparent;
}

.product-category .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product-category .container input:checked ~ .checkmark:after {
  display: block;
}

.product-category .container .checkmark:after {
  left:7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-category .container .color_checkmark:after {
    width: 10px;
    height: 20px;
    left: 13px;
    top: 7px;
}
/* product-special */
.product-special .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #000;
}
.product-special .color_checkmark {
  top: -42px;
  height: 40px;
  width: 40px;
  background-color:transparent;
}

.product-special .container:hover input ~ .checkmark {
  background-color: #fff;
}
.product-special .container:hover input ~ .color_checkmark {
  background-color: transparent;
}

.product-special .container input:checked ~ .checkmark {
  background-color: #A98A53;
}
.product-special .container input:checked ~ .color_checkmark {
  background-color: transparent;
}

.product-special .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product-special .container input:checked ~ .checkmark:after {
  display: block;
}

.product-special .container .checkmark:after {
  left:7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-special .container .color_checkmark:after {
    width: 10px;
    height: 20px;
    left: 13px;
    top: 7px;
}
/* end of checkmark */

#side-manufacturer label {
	font-size: 13px;
	color: #000;
}

/* price */
.product-block .product-details .price {
	color:#FF7A20;	
	font-weight: bold;
	font-size: 14px !important;
	font-weight: bold;
}

.product-block .product-details .price .price-old {
	text-decoration: line-through;
	font-size: 14px;
	opacity: 0.5 !important;
	color: black;
	padding-left: 5px;
}

.price-container .input-group-addon{
	padding: unset !important;
	font-size: 16px !important;
}

.current_price{
	font-size: 40px;
	color: #C92B35;
	font-weight: bold;
}

.last_price{
	font-size: 25px;
	color: #464646;
	font-weight: bold;
}
/* end of price */

#side-price .ui-slider-handle {
	background: #FFF !important;
	width: 18px !important;
	height: 18px !important;
	border:1px solid #FF7A20;
}

#side-price .ui-slider-range {
	background: #FF7A20 !important;
}

.product-category select {
	height: 50px!important;
	font-size: 14px!important;
	padding: 15px!important;
	background: url(../../../../../image/catalog/icon_prod-down.png) no-repeat scroll right center;
	background-origin: content-box;
}

.product-category select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#product select {
	height: 50px!important;
	font-size: 14px!important;
	padding: 15px!important;
	background: url(../../../../../image/catalog/icon_prod-down.png) no-repeat scroll right center;
	background-origin: content-box;
}

#product select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.product-view>* {
	border: unset !important;
}
.product-name a{
	color: #000;
}
.product-block img {
	width: unset !important;
}

/* pagination */

.product-category .pagination li a, .product-category .pagination li span,
.product-search .pagination li a, .product-search .pagination li span,
.testimonial-testimonial .pagination li a, .testimonial-testimonial .pagination li span{
    /* border-radius: 30px; */
    /* width: 38px; */
		/* height: 35px; */
		/* padding: 6px 20px; */
    background-color:transparent;
    /* margin:0px 5px; */
    color: black;
		border: unset !important;
		padding-left: 10px;
		padding-right: 10px;
}
.product-category .pagination li a:hover, .product-category .pagination li span:hover,
.product-search .pagination li a:hover, .product-search .pagination li span:hover,
.testimonial-testimonial .pagination li a:hover, .testimonial-testimonial .pagination li span:hover{
    background-color:transparent;
    border: unset !important;
    color:#FF7A20;
}
.product-category .pagination li.active span,
.product-search .pagination li span,
.testimonial-testimonial .pagination li span{
		padding: 6px 20px;
    border: unset !important;
		color:#FF7A20;
		border-bottom: 2px solid #FF7A20 !important;
		border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
.product-category .pagination li span,
.product-search .pagination li span,
.testimonial-testimonial .pagination li span{
		padding: 6px 20px;
    border: unset !important;
		color:#FF7A20;
		border-bottom: 2px solid #929292 !important;
		border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
/* pagination */

/* .pagination>li:first-child>a {
	display: none;
}

.pagination>li:last-child>a {
	display: none;
} */

/* .pagination>li:nth-child(2)>a {
	font-weight: bold
}

.pagination>li:nth-last-child(2)>a {
	font-weight: bold
} */

.product-block .product-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	display: flex;
	flex-wrap: nowrap;
	transition: opacity 0.3s;
}

.sticker{
	top: -12px !important;
	right: 20px !important;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

/* .product-image-column img{
	width: 400px !important;
	float: right;
} */

.product-product #product {
	max-width: 100% !important;
}

/* #product div.required .control-label:before {
	display: none;
} */

.width50percent{
	width: 50%;
}

@media (max-width: 767px) {
	.width50percent{
		width: 100%;
	}
}

.input-group-btn>.btn {
	/* height: 100%; */
	background-color: #FF7A20;
	color: #FFF;
	font-size: 8px;

}

.btn-submit{
	color: #fff;
	background-color: #FF7A20;
	border-color: #FF7A20;
	border-radius: 5px !important;
}

.product-image-additional-container{
	display: none;
}

.nav-tabs {
	border-bottom: unset !important;
}

.nav-tabs>li {
	padding-right: 10px;
}
.nav-tabs>li>a {
	color: black;
	border-bottom-color:#929292 ;
}
.nav-tabs>li.active>a {
	color: black;
	border: 1px solid transparent !important;
	border-bottom-color: #FF7A20 !important;
}

.featured-module .product-block {
	border: unset !important;
}

.desktop-search .fa{
	color:black;
}

/* subscription_list_checkbox */
/* The container */
.subscription_list_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.subscription_list_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
	background-color: #fff;
	border : 1px solid #017FD6
}

/* On mouse-over, add a grey background color */
.subscription_list_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.subscription_list_checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.subscription_list_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.subscription_list_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #017FD6;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* subscription_list_checkbox */

.subscription_list div{
	padding:20px;

}

.first_div{
	width:5%
}
.second_div{
	width:20%
}
.third_div{
	width:20%
}
.fourth_div{
	width:35%
}
.fifth_div{
	width:5%
}
.sixth_div{
	width:15%
}

.qty_text_center{
	text-align:center;
}
@media (max-width: 467px) {
	.subscription_list div{
		padding:10px;
	}
	.first_div{
		width:20%
	}
	.second_div{
		width:100%
	}
	.third_div{
		width:100%
	}
	.fourth_div{
		width:100%
	}
	.fifth_div{
		width:50%
	}
	.sixth_div{
		width:50%
	}
	.subscription_list{
		flex-wrap:wrap;
	}
	.qty_text_center{
		text-align:unset;
	}
}

.top-header{
	background-color: #414142;
}

.top-header-orange{
	background-color: #f17534;
}

.top-header #et-info {
	display: block;
	float: none;
	text-align: right;
	line-height: 1em;
}

#et-info-email, #et-info-phone, .et-cart-info span {
	position: relative;
	text-align: right;
}

#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, a.et_pb_more_button:after {
	text-shadow: 0 0;
	font-family: FontAwesome !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
}

#et-info-phone:before {
	position: relative;
	top: 2px;
	margin-right: 2px;
	content: "\f095";
	color: white;
}
#top-header a {
	color: #fff;
}
#et-info-email:before {
	margin-right: 4px;
	content: "\f003";
}

#top-header .container {
	font-weight: 600;
	width: 80% !important;
}
@media (min-width: 1920px){
    #top-header .container {
        width: 100%;
        max-width: 66%;
    }
}
#et-info-phone {
	margin-right: 40px;
}

.btn-primary{		
	color: #fff;		
	background-color: #FF7A20;		
	border-color: #FF7A20;		
	border-radius: 5px !important;		
}		
.btn-primary:hover {		
    color: #fff;		
    background-color: #FF7A20 !important;		
    border-color: #FF7A20 !important;		
}

.btn-default{
    border-radius: 5px !important;		
}

.float-button {
	position: fixed;
	right: 0;
	top: 44%;
	z-index: 10;
	text-align: right;
}
.left0{
	left: 0px !important;
}
.floatright{
	float: right !important;
}
.tab-content{
	/*padding-left: 15px;*/
}
.featured_related_products_ .product-block{
	padding: 15px;
}
.tab-content{
    border: 1px solid #E2E2E2;
    padding: 20px;
}

.colortheme{
	color:#FF7A20;
}

#clear_options{
	color: #FF7A20 !important;
	float: right;
}

.header-container .header-menu #main-menu ul {
	width: 240px !important;
}

.footer-social-icons>*+a {
    margin-left: 20px !important;
}

footer a {
    color: #FFF;
    font-weight: bold;
    text-decoration: unset !important;
    font-size:15px;
}

#main-menu li ul li:first-child{
    padding-top:10px;
}
/* */
