/* **************** GLOBAL **************** */

html {
    height: 100%
}

body {
    height: 100%;
	}

#content-body{
	background-color:#ffffff;
	padding:10px 0px;
	min-height:60%;
}

h1 {
    font-size: 2rem;
}

/* **************** HEADER **************** */

#header-top {
	padding: 8px 0px;
	position:relative;
	font-size: 10pt;
	z-index:10;
}

#toggle-menu {
	padding-top:12px;
}

#brand-logo {
	max-height:56px;
	margin:0px 10vw 0px 15px;
}

#client-menu span:not(:first-child) {
	border-left:1px solid #aaaaaa;
}

#client-menu span {
	padding:0px 15px;
	
}

#client-menu {
	padding:0px;
}
#client-menu-phone {
	padding-top:10px;
}

#client-menu-phone a {
	font-size: 24px;
	padding:0px 10px;
}

@media all and (min-width : 768px) {
	.menu-row{
		display: -ms-flexbox;
		display: flex;
		margin-right: -15px;
		margin-left: -15px;
		justify-content: space-between;
	}
}

#menu {
	z-index: 11;
    position: relative;
}

#menu a{
	/*text-transform: uppercase;*/
}

#menu a:hover{
	text-decoration:none;
}



@media all and (min-width : 768px) {
	#searchbox-mobile{
		display:none;
	}
}
@media all and (max-width : 768px) {
	#menu {
		display:none;
	}
	#searchbox {
		display:none;
	}
	
	#client-menu-phone a {
		font-size: 20px;
		padding:0px;
	}
	
	
	.availability-row {	
		margin-top: 10px;
	}
}

.total-cart-items{
	padding:0px !important;
}

.total-cart-items-xs{
	font-size: 16px;
}




#searchbox-mobile{
	width:100%;
}

#searchbox input, #searchbox-mobile input{
    padding: 8px 50px 8px 25px;
    width: 90%;
    border: 0px;
	border-radius:20px;
    background: #f4f4f4;
}

#searchbox input:hover, #searchbox-mobile input:hover{
    background: #eeeeee;
}

@media all and (max-width : 768px) {
	#searchbox-mobile input, #searchbox input{

	}
}

.form-searchbox{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
}




#breadcrumbs {
	background-color:#ffffff;
	padding:8px 0px;
	border-bottom:1px solid #cccccc;
	text-transform: uppercase;
	font-size:20px;
}

#breadcrumbs i{
	padding:3px 7px 0px 7px;
	
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  font-size: 32px;
  padding:10px 20px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.home-video {
		position:relative;
		z-index:0;
}


@media all and (min-width : 768px) {
	.home-video {
		margin-top:-120px;
	}
}



/* **************** CATEGORIES **************** */
.category-slider-row {
	padding-top:20px;
}

.bx-wrapper  {
	max-height:595px;
	/*overflow:hidden;*/
}


@media all and (max-width : 768px) {
	.category-slider-row {
		display:none;
	}
}

.category-box {
	text-align:center;

}

.category-box img{
	max-width:100%
}

.category-box-title {
	font-size: 24px;
	font-weight:bold;
	padding:10px 0px;
	margin:0px 0px 20px 0px;
}

.category-box-img a img{
	border: 4px solid transparent;
}

/* **************** NEWS HOME **************** */

.news-image{
	width:100%;
}

.news-title {
	min-height:100px;
	padding:15px 0px 10px 0px;
}

.news-title a{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color: #000;
}

.news-description{
	color:#666666;
	min-height:65px;
}

.news-date{
	background-color:#F2F2F2;
	padding:3px 10px;
	margin:10px 0px;
}

/* **************** NEWS DETAILS **************** */

@media all and (min-width : 768px) {
	.news-main-photo{
		max-width:33%;
		float: left;
		padding: 10px 10px 10px 0px;
	}
}
@media all and (max-width : 576px) {
	.news-main-photo{
		width:100%;
		display:block;
		padding: 10px 0px;	
	}
}
@media all and (max-width : 768px) {
	.news-main-photo{
		max-width:40%;
		float: left;
		padding: 10px 10px 10px 0px;
	}
}





/* **************** PRODUCTS LISTING **************** */
.filter-column{
	padding-top:30px;
	border-right: 1px solid #cccccc;
	font-size:16px;
	
}

.filter-column.cart{
	padding-top:0px;
}
.filter-column-control
{
	display:none !important;
}

@media all and (max-width : 768px) {
	.filter-column-control
	{
		display:block !important;
	}
	
	.filter-column{
		font-size:20px;
		padding-top: 30px;
		border-right: 1px solid #cccccc;
		position: absolute;
		z-index: 5000;
		background-color: white;
		width: 80vw;
		padding: 20px 20px;
		display: none;
		margin-top: 7px;
		-webkit-box-shadow: 0px 12px 31px 0px rgba(0,0,0,0.38);
		-moz-box-shadow: 0px 12px 31px 0px rgba(0,0,0,0.38);
		box-shadow: 0px 12px 31px 0px rgba(0,0,0,0.38);
	}
}


.filter_title{
	font-size: 18px;
	padding:10px 0px 5px 0px;
	font-weight:bold;
}


.products-column{
	padding-top:30px;
}
.product-image{
	max-height:165px;
}

.product-image img{
	max-height:165px;
}

@media screen and (min-width : 768px) {
	.product-box{
		float:left;
		width: 15%;
		margin: 5px;
		text-align:center;
		height:310px;
	}
	
	.product-box.in-cart {
		border: 1px solid #999;
	}
	
	.product-name{
		font-size: 18px;
	}
	.product-price, .product-retailer-price{
		font-size: 20px;	
	}

}

@media screen and (max-width : 768px) and (min-width : 430px) {
	.product-box{
		float:left;
		width: 33%;
		text-align:center;
		height:280px;
	}
	.product-name{
		font-size: 18px;
		padding:5px;
		background-color:rgba(255,255,255,0.5)
	}
	.product-price, .product-retailer-price{
		font-size: 18px;	
	}
	
}

@media screen and (max-width : 430px) {
	.product-box{
		float:left;
		width: 50%;
		text-align:center;
		height:290px;
	}
	.product-name{
		font-size: 18px;
		padding:5px;
		background-color:rgba(255,255,255,0.5)
	}
	.product-price{
		font-size: 18px;	
	}
	
}

.product-box{
	position:relative;
}
.prod_not_in_cart{
    border:2px solid transparent;
}
.product-box img{
	max-width: 100%;
}

.product-name{
	position:absolute;
	width:calc(100% - 10px);
	bottom: 70px;
    height: 74px;
	padding:5px 5px;
	font-weight: bold;
	line-height:22px;
	overflow:hidden;
}

.product-price {
	width:100%;
	position:absolute;
	top:230px;	
	font-weight: bold;
	background:#ffffff;
	padding-top:3px;
}


/* **************** PRODUCT DETAILS **************** */

.related-product-box{
	position:relative;
	width:19%;
	height:134px;
	display:inline-block;
}

.related-product-box-total-look{
	position:relative;
	width:12%;
	height:124px;
	display:inline-block;
}

@media all and (max-width : 768px) {
	.related-product-box-total-look{
		width:49%;
	}
}




.related-product-image{
	/*height:120px;*/
	width:100%;
	top:0px;
	
}


.related-product-name{
	height:0px;
	text-align:center;
	font-size:10px;
}



.product-thumb-image{

}

@media all and (min-width : 768px) {
	
	.gallery-thumbs-container {
		max-width:140px; margin:auto;
	}
}

.product-main-image{
	max-width:100%;
}


.product-retailer-price{
	color:#0090ff;
}

#product-price{
	font-size:30px;
}


.price-crossout {
	color:#123456;
}



#product-availability{
	padding: 30px 0px;
	background-color:#F1F1F1;
}

.availability-table {
	padding:15px 0px;
	border-top: 1px solid #cccccc;
}
	
.availability-table .availability-date{
	padding:5px 5px;
}
	
.availability-table input{
	width:100%;
	padding:0px 0px 0px 5px;
}	
.availability-table .availability-item{
	display:inline-block;
    width: 49px;
    margin: 2px;
}


.availability-table .top-row{
	height:35px;
	font-size:13px;
	text-transform: uppercase;
	line-height:15px;
	white-space: nowrap;
	
}
.availability-table .middle-row{
	height:30px;
	text-transform: uppercase;
}
.availability-table .bottom-row { 
	height:30px;
	/*text-transform: uppercase;*/
}

input:-moz-read-only { /* For Firefox */
	background-color:#EEEEEE;
	border:1px solid #cccccc;
}

input:read-only { 
	background-color:#EEEEEE;
	border:1px solid #cccccc;
}


#buynow {
	display:none;
	z-index:999;
	position:fixed;
	top:0px;
	width:100%;
	background:#ffffff;
	border-bottom:1px solid #AAAAAA;
	padding:2px 0px;
	
	-webkit-box-shadow: 0px 10px 26px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 26px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 26px -13px rgba(0,0,0,0.75);
}

.buy-now-button{
	padding-top:25px;
}
#buynow h1 {
    margin-bottom: -0.5rem;
}

@media all and (max-width : 768px) {
	.buy-now-button{
		padding-top:0px;
		padding-bottom: 15px;
	}		

	#buynow  {
		text-align:center;
	}	
	#buynow h1 {
		font-size:18px;
		margin-bottom: 0.5rem;
	}
	.buy-button{
		display:none;
	}
}

#additional-info {
	padding: 30px 0px;
}

#nav-tab a {
	font-size: 24px;
	padding: 10px 20px;
	font-weight:bold;
}

.tab-content {
	padding-top:20px;
}

.date_product {
    background-color: #e31836 !important;
    border: none !important;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #e31836;
	border: #e31836;
}


.total-product-info {
	text-align: left;
}

.bold {
	font-weight:bold;
}
/* **************** CART **************** */


.cart-item-price{
    font-size:18px;
}

.cart-item-qty{
    font-size:18px;
}

.cart-item-qty-total{
    font-size:18px;
}

.cart-item-name{
    font-size:24px;
	font-weight:bold;
}

.cart-item-name a{
    color: #212529;
}

.cart-item-name a:hover{
    text-decoration: none;
}

.cart-content-row{
	background-color:#F3F3F3;
	padding:10px 0px;
}

.cart-header-row {
	margin:10px 0px;
	/*border-bottom:1px solid #AAAAAA;*/
	font-size:20px;
}

.cart-product-image{
	max-height:150px;
	max-width:100%;
}
.cart-product-date{
	font-style: italic;
	font-weight: bold;
	padding:2px 10px;
}
	
.cart-total-row {
	margin:10px -15px;
	font-size:24px;
	font-weight:bold;
}
.cart-header-row div, .client-order-header-row div{
    margin-top: auto;
    margin-bottom: auto;
}
	
.confirm-delete-cart-item{
	
}	

.cart-item-combination {
	width:15%;
	display:inline-block;
}

#services .availability-table .availability-item {
    display: inline-block;
    width: 52px;
    margin: 2px;
}

.discount_categories {
	border-bottom: 2px solid #51cbce;
	margin-bottom: 10px;
}

.discount_categories .discount_category_link {    
	font-size: 25px;
    padding: 10px 20px;
	color: #333;
}

.discount_categories .discount_category_link:hover {
	text-decoration: none;
	cursor: pointer;
}

.discount_categories .discount_category_link.selected {
	font-weight: 600;
	color: #51cbce;
}

.delete_service_button {
    padding: 3px 5px !important;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    float: right;
    width: 23%;
}

.edit_service_button {
    padding: 3px 5px !important;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 2%;
    float: left;
    width: 23%;
}

.copy_service_button {
    padding: 3px 5px !important;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 2%;
    float: left;
    width: 23%;
    
}
.fa-magnet:before, .fa-magnet:hover{
    color:#fff;
}
.paste_service_button {
    padding: 3px 5px !important;
	display: none;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 2%;
    float: left;
    width: 23%;
}


@media all and (max-width : 768px) {
	.cart-item-name{
		font-size:20px;
	}

	.cart-item-price{
		font-size:14px;
	}

	.cart-item-qty{
		font-size:14px;
	}

	.cart-item-qty-total{
		font-size:14px;
	}
}

@media all and (max-width : 576px) {
	.cart-item-combination {
		width:24%;

	}
}
/* **************** RETURN REQUESTS **************** */
.return-form label{
	display:block;
	margin:10px 0px 2px 0px;
	padding:0px;
	font-weight:bold;
}
.return-form input, .return-form textarea{
	width:100%;
}

.download-return-products-label a{
	color:#dd0000;
	font-weight:bold;
	text-decoration:underline;
	font-size: 18px;
}

.download-return-products-label {
	text-align:center;
}


/* **************** ADMIN CLIENT **************** */
.client-box {
	text-align:center;
}

.admin-account {
	padding-top: 30px;
}

.client-box-title{
	font-size: 20px;
	line-height:20px;
}

.big-icon{
	font-size: 80px;
	vertical-align:middle;
}

.medium-icon{
	font-size: 72px;
	vertical-align:middle;
}


/* **************** ADMIN CLIENT ORDER LIST **************** */
.client-order-product-name{
	font-size:24px;
	font-weight:bold;
}

.client-order-tags{
	font-size:14px;
}

.client-order-combination-item{
	width:7%;
	display:inline-block;
}
	.client-order-header-row {
		margin:10px 0px;
		font-size:20px;
	}


@media all and (max-width : 768px) {
	.client-order-combination-item{
		width:15%;
		display:inline-block;
	}
	
	.client-order-tags{
		font-size:14px;
	}

	.client-order-product-name{
		font-size:18px;
		font-weight:bold;
	}
	.client-order-header-row {
		margin:10px 0px;
		font-size:16px;
	}
}

/* **************** FOOTER **************** */
.login-body {
    background-image:url("../img/assets/bg-login.jpg");
    background-repeat: no-repeat;
    background-size:auto 100%;
}

.login-header {
	margin-top: 60px;
	margin-bottom: 60px;
}

.login-box{
	padding: 5%;
}
@media all and (min-width : 768px) and   (max-width : 1200px){
	.login-box{
		padding: 70px 15px !important;
	}
}

@media all and (max-width : 768px) {
	.login-box{
		padding: 70px 15px !important;
	}
}

.login-footer  {
	text-align:center;
	margin-top: 60px !important;
}

@media all and (max-width : 768px) {
	.footer-legal-items{
		display:block;
	}
}
/* **************** GENERAL **************** */

.center-text {
	text-align:center;
}

.left-text {
	text-align:left;
}

.right-text {
	text-align:right;
}

/* **************** FOOTER **************** */
#footer-login  {
	position:relative;
	margin-top: 50px;
}

#footer-login a {
	color:#aaaaaa;
}

.footer-wide{
	margin-top: 50px;
	padding: 30px 0px 0px 0px;
}

footer a {
	padding: 0px 15px;
}

footer #legal {
	padding: 30px 0px;
}


/* **************** SWITCH **************** */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

 
 .table_discount_header_column{
    border-top:none !important;
 }
 .table td, .table th{
    vertical-align: middle;
 }
 
 /* Effects */
 @-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
/* Tooltips */

.tooltip_style {
	-webkit-box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.75) !important;
	box-shadow: -1px 3px 15px 0px rgba(0,0,0,0.75) !important;
 
  padding: 0px 5px !important;
  margin: 0px 0px 0px 0px !important;
  width:400px !important;
  max-width:100% !important;
 
}

.tooltip_style .promotion-title {
	background-color:#000000;
	color:#FFFFFF;
	padding: 5px 20px;
	margin: 5px 0px;
}


.tooltip_style * {
	max-width:100%;
	
}

@media all and (min-width : 768px) {
	#product-info .bx-viewport.bx-viewport { min-height: 515px !important; }
}

.star-checked {
  color: orange;
}