.clear {
    clear: both;
}

.left {
    float: left;
}
@media screen and (max-width: 768px){
    .left{width: auto !important;}
    .document{overflow: hidden;}
    .col-xs-12{overflow: hidden;}
    }
.right {
    float: right !important;
    text-align: right !important;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}
.white {
    color: white;
}
.red {
    color: red;
}

.blue {
    color: blue;
}

.nopadding,
.no-padding {
    padding: 0;
}
.has_error input {
    border-color: red;
}

#cat-float-basket {
	z-index: 1031;
	position: fixed;
	top: 52px;
	right: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.show-category-float #cat-float-basket{
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1023px){
	#cat-float-basket {
		top: 0;
		right: 0;
	}
}


.learn-more {
	padding: 5px;
	margin: 5px;
	color: #404040;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.learn-more a {
	color: #404040;
}

.product {
	height: 475px;
}

.product .product-name {
	height: 51px;
	max-width: 100%;
	max-height: 51px;
	overflow: hidden;
	color:#000;
}


.product img {
	max-width: 100% !important;
	max-height: 269px;
	height: 269px;
	width: auto;
}

.add-to-cart {
	padding: 2px;
	margin-bottom: -10px;
	margin-left: -15px;
	margin-right: -15px;
}

.add-to-cart a {
	display: inline-block;
	width: 100%;
	background-color: #81ad00;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.add-to-cart a:hover {
	background-color: #fff;
}

.add-to-cart a:hover{
	color: #81ad00;
	background: #A1CF00;
	color: #fff;
}

.add-to-cart a {
	padding: 10px;
	margin-bottom: -10px;
	color: #fff;
}
.carousel-inner .item {
	height: 375px;
}
.carousel-inner .item img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


.slick-slide .slick-inside.categorySlideLink img{
	height: 150px;
	max-height: 150px;
	width: auto;
}

.slick-slide .slick-inside.categorySlideLink .arrow-wrap img{
	height: 17px;
	max-height: 17px;
	width: auto;
}

.history-entry .show-comment {
	position: absolute;
	right: 0;
	height: 32px;
	line-height: 25px;
	vertical-align: middle;
	padding: 5px 10px;
}

.text-right {
	text-align: right;
}

#account_container .sale-reps-customer-orders ._field {
	display: block;
	width: auto;
	padding: 0 20px;
}

.wholesale-contact-form select {
	width: 100% !important;
	border: solid 1px #D9E4E4 !important;
	border-radius: 0px !important;
	padding: 5px 20px !important;
	height: 36px;
	line-height: 36px;
}
.wholesale-contact-form .frm_select {
	height: 36px;
	border: none !important;
}

.shipping-method .box ul>li .price {
	display: block;
	float: right;
	vertical-align: top;
	color: #81ad00;
	font-size: 26px;
	font-weight: 300;
	margin-top: -10px;
}

#account_container ._form ._field {
	width: 100%;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

.toast-success{
	background-color: #81AD00;
}
.image_center {
	position: relative;
	height: 269px;
	width: 165px;
	text-align: center;
	margin: auto;
}

.image_center img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.navbar-static-top.page-has-submenu{
    padding-bottom: 46px;
}

/*bug 1778*/
.sweet-alert p.lead.text-muted{
	margin-top: 10px;
	line-height: 60px;
}


.image_center {
	position: relative;
	height: 120px;
}

.image_center img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.image_center_small {
	height: 50px !important;
}

.fancybox-opened {
	z-index: 999999999 !important;
}

.input_file {
	padding: 0;
	margin: 0;
}

.input_file .input_file_preview {
	width: 150px;
	float: left;
}

.input_file .input_file_preview .image_source {
}

.input_file .input_file_preview img {
}

.input_file .image_preview_wrap {
	border: 1px solid #ccc;
}

.input_file .image_preview_wrap .image_select {
	float: left;
	margin: 10px 0;
}

.input_file .image_select {
}

.input_file .image_select a {
	color: #fff;
	text-decoration: none;
}

.input_file .image_select a:hover {
}

.image-action {
	float: left;
	margin-top: 5px;
	width: 150px;
}

.image-action .delete_image {
	float: right;
}

.image-action .delete_image i {
	font-size: 20px;
	padding-top: 6px;
}

.image_single_input_row {
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 3px;
}

ul.input_multi_file {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.input_multi_file li {
	margin: 4px;
	width: 152px;
	padding: 5px;
	border: 1px solid #ccc;
	cursor: move;
	box-shadow: 3px 3px 3px #ccc;
	background-color: #fff;
	position: relative;
	float: left;
}

ul.input_multi_file li:hover {
	background-color: aliceblue;
}

ul.input_multi_file li:hover .image_select, ul.input_multi_file li:hover .image_remove {
	display: block;
}

ul.input_multi_file li .image_remove {
	display: none;
	position: absolute;
	top: 6px;
	right: 7px;
	padding: 3px 5px;
	border-radius: 15px !important;
}

ul.input_multi_file li .image_preview_wrap {
	border: none;
	overflow: hidden;
	width: 138px;
	height: 143px;
	margin: 0 auto;
}


.image_preview {
	max-width: 50px;
}

.mandatory_fields {
	float: left;
	line-height: 30px;
	border: 1px solid red;
	padding: 0 5px;
}

.mandatory_fields b {
	line-height: 30px;
	float: left;
	margin-right: 5px;
}


.button_delete {
	color: red;
	font-size: 14px;
	background: #eee;
	text-align: center;
	line-height: 26px;
	border-radius: 50% !important;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.button_delete:hover {
	background: #ddd;
}


.padding-top-5 {
	padding-top: 5px
}

.padding-top-10 {
	padding-top: 10px
}

.padding-top-15 {
	padding-top: 15px
}

.padding-top-20 {
	padding-top: 20px
}

.padding-top-25 {
	padding-top: 25px
}

.padding-top-30 {
	padding-top: 30px
}

.padding-right-5 {
	padding-right: 5px
}

.padding-right-10 {
	padding-right: 10px
}

.padding-right-15 {
	padding-right: 15px
}

.padding-right-20 {
	padding-right: 20px
}

.padding-right-25 {
	padding-right: 25px
}

.padding-right-30 {
	padding-right: 30px
}

.padding-bottom-5 {
	padding-bottom: 5px
}

.padding-bottom-10 {
	padding-bottom: 10px
}

.padding-bottom-15 {
	padding-bottom: 15px
}

.padding-bottom-20 {
	padding-bottom: 20px
}

.padding-bottom-25 {
	padding-bottom: 25px
}

.padding-bottom-30 {
	padding-bottom: 30px
}

.padding-left-5 {
	padding-left: 5px
}

.padding-left-10 {
	padding-left: 10px
}

.padding-left-15 {
	padding-left: 15px
}

.padding-left-20 {
	padding-left: 20px
}

.padding-left-25 {
	padding-left: 25px
}

.padding-left-30 {
	padding-left: 30px
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px
}

.margin-top-20 {
	margin-top: 20px
}

.margin-top-25 {
	margin-top: 25px
}

.margin-top-30 {
	margin-top: 30px
}

.margin-right-5 {
	margin-right: 5px
}

.margin-right-10 {
	margin-right: 10px
}

.margin-right-15 {
	margin-right: 15px
}

.margin-right-20 {
	margin-right: 20px
}

.margin-right-25 {
	margin-right: 25px
}

.margin-right-30 {
	margin-right: 30px
}

.margin-bottom-5 {
	margin-bottom: 5px
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.margin-bottom-25 {
	margin-bottom: 25px
}

.margin-bottom-30 {
	margin-bottom: 30px
}

.margin-left-5 {
	margin-left: 5px
}

.margin-left-10 {
	margin-left: 10px
}

.margin-left-15 {
	margin-left: 15px
}

.margin-left-20 {
	margin-left: 20px
}

.margin-left-25 {
	margin-left: 25px
}

.margin-left-30 {
	margin-left: 30px
}


