@charset "UTF-8";
/* CSS Document */
body.tax-maincategory #main,
body.tax-product_categorie #main,
body.single-product #main,
body.post-type-archive #main{
    background-color: #f4f4f4   ;
}
.bg-faded{
    background-color:#ED1C28;
    margin-bottom: 15px;
}
 .navbar h1.navbar-brand,
 .navbar h1.navbar-brand:hover{
        color: #fff;
    }
    
.nav-exo .btn-outline-primary {
color: #fff;
border-color: #f26166;
margin-right: 4px;
}

.nav-exo .btn:focus{
border-color: #fff!important;
background-color: #fff!important;
color: #ed1c24!important;
}
    
.stylish-input-group .btn.btn-outline-primary i.fa.fa-search { color: #3b393b; }
.stylish-input-group .btn.btn-outline-primary:hover i.fa.fa-search { color: #ed1c24; }

.nav-tabs .nav-link {font-family: 'Klavika-Medium';}

.quantity-wrap { float: left;
text-align: center;
 margin: 0 7px 7px 0;
 width: 100px;}

.addtocart-wrap {width: 150px; float: left;}
.add-to-shop {
background: #ed1c24;
color: #fff;
height: 42px;}

.add-to-shop:hover { border-color: #ed1c24!important; }

button { font-family: 'Source Sans Pro';cursor:pointer;}

.shoppingcart-cart {
    position: fixed;
    top: 0px;
    right: -300px;
    bottom: 0;
    transition: .4s;
    overflow: auto;
    font-size: 16px;
    padding: 20px;
	width: 300px;
	z-index: 100011;
	margin-left:290px;
	background: #d8d8d8;
    background: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 3%);
    background: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 3%);
    background: linear-gradient(to right, #d8d8d8 0%, #ffffff 3%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=1 );
	 
}
.shoppingcart-cart.is-closed {
  	right:0px;
}
.Exo-overall,
.Exo-overall2,
.Exo-overall3{
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255, 255, 0.0);	
	display: none;
	transition: .4s;
    z-index:10011;
}
.Exo-overall.is-closed, 
.Exo-overall2.closed,
.Exo-overall3.closed{
	display: block;	
	background-color: rgba(255,255, 255, 0.7);
}

.sidebar-toggle {
  position: fixed;
  z-index: 1;
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  right: 0px;
  top: 200px;
  transition: .4s;
  line-height: 50px;
}
.sidebar-toggle .icon:nth-child(1) {
	display: inline;
	
}
.sidebar-toggle .icon:nth-child(2) {
	display: none;
}

.sidebar-toggle.is-closed  .icon:nth-child(2) {
	display: inline;
	
}
.sidebar-toggle.is-closed  .icon:nth-child(1) {
	display: none;
}



.sidebar-toggle.is-closed {
  right: 300px;
}
.sidebar-toggle .icon {
  font-size: 1.5rem;
  color: #fff;
}

html.is-closed{
	overflow:hidden;
	overflow-y:hidden;
}	

.container-fluid{
    max-width: 1200px;
}

@media (min-width: 650px){
	.shoppingcart-cart {
    	width: 300px;
	}
}

.shoppingcart-cart h3{
	margin:0px;	
}
.shoppingcart-cart h4{
	font-size: 1em;
	text-align: center;
}
.items-list{
		width: 265px;
		list-style: none;
		padding: 0 0 10px;

		
	}
	.items-list li{
		padding: 4px 0px;
		border-bottom: 1px solid #eee;
		margin-bottom: 2px;
        position: relative;
        
	
	}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .items-list li{
        min-height: 145px;
   }
}
	.title-item{
		display: block;
		width: 100%;
        font-size: 14px;
        color:#555;
		padding: 10px 0px;
        text-align: left;
		
	}
	.title-item a{
		text-align: left;
		display: block;
		font-size: 14px;
	}
	.img-item{
		display: block;
		width: 90px;
		height: 90px;
		float: left;
        padding-right:5px;
        background-size: contain;
	}
    .info-item{
        width:175px;
        float:left;
    }
	.img-item img{
		width: 100%;
		height: 100%;
		
	}
	.price-item{
		display: block;
        width:24px;
        height: 24px;
        background-color: #ed1c24;
        color:#fff;
        position:absolute;
        top:10px;
        left:0px;
        border-radius: 50%;
	}
    span.price-item input{
        border:0;
    }
.price-item input{
    border:0px;
    background-color:transparent;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    width: 24px;
    color:#fff;
}
	.price{
		line-height: 36px;
		font-size: 1.3em;
		text-align: left;
		width: 80%;
		float: left;
		display: inline-block;
		
	}
	.delete-item .fa{
		font-size:20px;
        color:red;
	}
	.btn {border-radius: 3px;border-width: 2px;}
	.btn-delete-exo{
		width: 20px;
       	height: 20px;
      	text-align: center;
		padding:0px;
      	font-size: 20px;
      	line-height: 20px;
      	border-radius: 50px;
		display: block;
		color: #999;
        float:right;
	}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}
.quantity,
.quantity-table{
		width: 100px;
  		position: relative;
		float:left;
		border:0px;
		background: #fff;
}
#single-product .quantity,
#single-product .quantity-table{
	float:none;
	margin: 0px auto 20px auto;
	display: block;
    width:100px;
}
.quantityLabel{
	display: block;
	margin: 10px 0;
}
.quantity-bar input,
.quantity input,
.quantity input[type="number"],
.quantity-table input,
.quantity-table input[type="number"]{
  width: 40px;
  height: 40px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
	text-align: center;
  border: 0px solid transparent;
  color:#777;
}
.quantity-bar input:focus,
.quantity input:focus {
  outline: 0;
}

a:focus, a:hover { color: #ed1c24; }
.btn-outline-primary:focus, .btn:focus, .btn.focus { box-shadow: 0!important;}

.btn-group.btn-group-sm a.btn { font-family: 'Klavika-Medium';padding-top: 7px;}
.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0!important;}

.quantity-nav {
  float: left;
  position: relative;
  height: 40px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 29px;
  height: 40px;
  text-align: center;
  color: #999;
  font-size: 13px;
  line-height: 40px;
  float: left;
	background-color: #fefefe;
    user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.quantity-button.quantity-up {
  border-left: 1px solid #ddd;
}

.quantity-button.quantity-down {
	border-right: 1px solid #ddd;	
}
#Exo-total{
	display: block;
	margin-bottom: 16px;
}
   .btn.selected{
        background-color: #ed1c24;
        color:#fff;
        }
   .labelh5{
        margin-bottom: 10px !important;
        }
    .btn-secondary.disabled, 
    .btn-secondary:disabled{
           background-color: #f4f4f4;
     }
                       
    .modules > div:first-child,
    .group > div:first-child{
            display: block;  
           }
     .comboSize, .comboUnit{
           display: none;
            }
.card-product{
	margin: 15px 0px 15px;
    background-color: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

.card-product h4{
	font-size: 16px;
	margin:0.5em 0em 1em 0em;
	min-height: 3.5em;
}
.tax-product_categorie .card-product h4{
   
}
.card-product .product-price{
	min-height: 1em;
}
.card-product .photo-product{
	width: auto;
	min-height: 250px;
	text-align: center;
	position: relative;
    padding: 0px 20px;

}
.card-product .photo-product a{
	  line-height: 250px;
  	
}
.card-product .photo-product a img{
	vertical-align: middle;
		 
}
.card-product .card-block{
	padding: 1em;
}

#accordion .card{
    margin-bottom: 5px;
}
#accordion .card-header {
    padding: 0.2rem 1.25rem;
}
#accordion .card-body{
    padding: 5px  20px 40px;;
    
}
h3.h3_exo{
    margin: 0px;
}

.btn-success {
    color: #fff;
    background-color: #6c757d;
    border-color: #b0b4b7;
}
.btn-ok{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover{
    color:#ddd;
    background-color: #000;
    cursor: pointer;
     border-color: #bbb;
}
.btn-success:focus, .btn-success.focus{
    box-shadow:0 0 0 2px rgba(237, 28, 36, 0.5);
}
.account-cart{
    position: relative;
}
.Exo-loading{
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.account-cart .progress{
     left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
    width: 100%;
    height: 5px;
    background-color: #fff;
}
.account-cart .progress-bar{
    background-color: #ed1c24;
      height: 5px;
}
.header-orders{
    margin-bottom: 20px;
}
/*  S I N G L E   P R O D U C T */
#single-product h1{
	font-size: 2.2em;
	margin-top: 0.75em;
	text-align: left;
}
.display-price{
    font-size:2rem;
     margin-top: 1rem;

}
.display-price .currency{
    font-size:2rem;
    
}
.header-products{
    margin-top: 20px;
}

.header-products h1{
    margin-top: 0px;
}
.space-h-20{
    padding: 40px 0px !important;
}
.social-share{
    margin-top: 32px;
}

#Exo-Product-Gallery{ 
	padding-bottom: 20px;
}
.carousel-single-item,
#Exo-Product-Gallery .carousel-item{
    background-color:#fff;
    /* max-height: 500px; */
}

#Exo-Product-Gallery .carousel-item img, .singleProductImg{
	margin:0px auto;
	object-fit: contain; 
    overflow: hidden;
    /* max-height: 500px; */
}
#Exo-Product-Gallery .carousel-indicators{
	position:static;
    margin-left: 0px;
    margin-right: 0px;
	bottom:0px;
	margin-top: 10px;
    justify-content:flex-start;
}
.carousel-single-item{
    margin-bottom: 20px;
}
.carousel-single-item, 
.carousel-inner{
	border:1px solid #ddd;
}
.carousel-control-next, .carousel-control-prev{
	height: 70%;
}
#Exo-Product-Gallery  .carousel-indicators li{
	max-width: 100px;
	background-color: #fff;
	border:1px solid #ddd;
	height: auto;
	justify-content:center;
}
#Exo-Product-Gallery  .carousel-indicators li img{
	vertical-align: middle;
}
.bck-image{
    position: absolute;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    width: 5em;
    height: 5em;
    margin: auto;
    z-index:-1;
}
.bck-image .fa{
    font-size: 5em;
    color:#ed1c24;
}
@-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 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.header-products .fa-shopping-basket{
    color: #ed1c24;
    font-size: 36px;
    display: none;
    margin: 0px auto;
    text-align: center;   
}
.inthebasket .fa-shopping-basket{
    display: block;
}
.add-to-shop-single .fa-check-circle,
.add-to-shop .fa-check-circle{
    display: none;
    font-size: 16px;
}

.inthebasket .fa-check-circle{
    display: inline;
    color:#fff;
}
 .add-to-shop .fa-shopping-basket{
    display: none;
}
.inthebasket .add-to-shop{
    color:#fff;
    background-color: #ed1c24;
}
.inthebasket .add-to-shop .fa-shopping-basket{
    display: inline;
}
.carousel-control-next-icon {
    background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.tab-content {
    background-color: #fff;
    border:1px solid #ddd;
    border-top:0px;
    margin-bottom: 20px;
}
.tab-content .tab-pane{
    padding:0px 10px;
}
.btn-group-justified {
  display: flex;
  width: 100%;
}
.btn-group-justified .btn,
.btn-group-justified .btn-group {
  flex: 1;
}
.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
  width: 100%;
}
.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
  left: auto;
}
.related{
    margin-top: 60px;
    padding-top: 40px;
    border-top:1px solid rgba(0,0,0,0.1)
}
.related h4{
    margin: 0px;
}

/*  S I D E B A R  C A T S  */
.list-group ul{
    padding: 0px;
}
.list-group ul li {
    margin-bottom: 0px;
}
.list-group ul li a {

}
#sidebar-cats, #sidebar-brands{
  	position:fixed;
	display: block;
    overflow: auto;
	top:0px;
	bottom:0px;
	left:-330px;
	width: 325px;
	z-index: 10011;
	background: #ffffff;
	transition: .4s;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    
}
#sidebar-cats a, 
#sidebar-brands a{
    font-size:14px; 
    height: 44px;
}
#sidebar-brands.is-closed,
#sidebar-cats.is-closed{
	left:0px;
    box-shadow: 10px 0px 35px 0px rgba(0,0,0,0.24);
}
#single-product .carousel-indicators{
    z-index: auto;
    
}
.back-sidecats,
.back-sidebrands{
    float:right; margin-right:10px; margin-top:10px
}
.divisor-panel{
    flex-direction: row;
}
.divisor-panel .btn-group-item-primary{
    width: 25%;
    float:left;
    display: block;
    color: #ed1c24;
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
    border-right: 0px;
}
.divisor-panel .btn-group-item-title{
       border-top-left-radius: 0px;
    border-top-right-radius:0px;
}
#sidebar-cats .list-group{
    
}
#sidebar-cats ul{
    padding:0px;
    width: 100%;
}
#sidebar-brands h4,
#sidebar-cats   h4{
    text-align: center;
    margin:30px 0px;
}
#sidebar-brands .list-group a,
#sidebar-cats .list-group a{
    color:#333;
}
#sidebar-cats .sublinks  a{
    text-transform: uppercase;
    font-size: 13px;
    color:#000;
}
#sidebar-cats .sublinks  a::first-letter{
    text-transform: uppercase;
}
.subcat-link{
    display: flex;
}
/* C A T E G O R I E S */ 
.photo-cat{
                   display: block;
                   width: 100%;
                   height: 250px;
                   font-size: 1.2em;
                   text-align: center;
                   line-height: 250px;
                   background-size: cover;
                    background-position: 50% 50%;
                   position:relative;
               }
    .overlayer {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#000000,#333);
    opacity: .7;
           z-index: 1;
    }
     .photo-cat .name{
                   position: relative;
                   color:#FFF;
                   z-index:2;
               }   
       .photo-cat  .badge{
                   background-color:#ed1c24;
                   
               }

.subcategories{
    position: absolute;
    bottom: 27px;
    left:10px;
    z-index: 4;
}
.title-cat{
    display:inline;
    margin-right: 20px;
}
.jumbotron-promo,
.jumbotron-exo{
    position: relative;
    background-size: cover;
    background-color:#000;
    color:#fff;
    background-position:center;
    padding:16px 0px;
}
.jumbotron-exo h1{
    margin-top: 0px;
    margin-bottom: .5rem;
}
.jumbotron-exo hr{
    border-top:1px solid rgba(255,255,255,0.1);
}
.jumbotron-exo p{
    font-size: 16px;
    }
.jumbotron-exo:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#000000,#02020291);
	opacity: 0.8; 
  }
.jumbotron-promo:before{
    content: '';
    position: absolute;
    top:0px;
    right:0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, #000 0%, #333 90%, #666 100%);
    opacity: .8; 
    
}
jumbotron-promo .title-cat{
    width: 100%;
}
/* H E A D E R   T O O L S */
  .wp-search{
        padding: 10px 20px;
        display: block;
        height: 37px !important;
        margin-right: 0 !important;
        border:0px !important;
    }

.input-group .form-control:not(:first-child) { border-bottom-left-radius: 3px!important; border-top-left-radius: 3px!important;}
.stylish-input-group button { cursor:pointer; border-bottom-left-radius: 0!important; border-top-left-radius: 0!important;}

    .input-group-addon{
        padding:0px !important;
        border:0px;
    }
.stylish-input-group button{
    border:0;
    background:#eee;
    border-radius: 0 0.25em 0.25em 0;
    border: 0px !important;
}


h1.navbar-brand {
    margin-top:0px;
}
.nav-exo li{
    margin-right: 2px;
}

/*   PAGINATION FIX AVADA */ 

.pagination .page-item .current{
	padding: .5rem .75rem;
	margin-left: 0px !important;
    margin-right: 0px !important;
}
.wp-pagenavi.pagination span, .wp-pagenavi.pagination a { 
    border: 0; 
    border-radius: 2px; 
    line-height:1; 
    background-color: #f2f2f2; 
    font-size: 16px; 
    padding: 7px 11px!important; 
    font-family: 'Klavika-Medium'; 
}
.wp-pagenavi.pagination span.current { background-color: #ed1c24; }
/*  C H E C K  O U T */
#mobiletable{
    font-size: 13px; 
    border-collapse: separate; 
    width: 100%
}
#mobiletable .img-cell{
  
}
#mobiletable .description-cell{

}

#mobiletable .value-cell{
   
}

#checkout .row{
    padding-top: 20px;
}
#checkout .table td, 
#checkout .table th{
    padding: .3rem;
}
#checkout .card-header h3,
#checkout .card-header h4,
#checkout .card-header h5{
    margin-top: 0px;
    margin-bottom: 0px;
}
#checkout .quantity input,
#checkout .quantity .quantity-button, #checkout .quantity-nav
{
    height: 28px;
    line-height: 28px;
}
#check-check-check-out td{
    vertical-align:middle !important;
}
#check-check-check-out h5{
    text-align: center;
    margin: 0.5em;
}
 .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#check-check-check-out tr th,
#check-check-check-out tr th a,
#check-check-check-out tr th p{
                    vertical-align:middle;
                    font-weight: 100 !important;
                    font-family: Klavika-Light, Arial, Helvetica, sans-serif;
          }
.empty-cart{
    text-align: center;
}
.bg-warning{
    color:#fff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
    text-align: right;
}

.form-control:focus { border-color: #ed1c24; }

/*   A V A D A    C H A N G E S  */ 
.page-template-checkout .fusion-page-title-bar,
.tax-product_categorie .fusion-page-title-bar,
.single-product .fusion-page-title-bar,
.tax-maincategory .fusion-page-title-bar,
.post-type-archive-product .fusion-page-title-bar{
    display:none !important;
}

.exostore-wrap {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top:15px;
    margin-bottom:15px;
    background: #fff;
    clear: both;
}

.single-product .fusion-row,
.tax-maincategory #main .fusion-row,
.post-type-archive-product #main .fusion-row{
   width: 100%;
    max-width: 100% !important;
}

/*////////////////////////////////////////////////
/*   R E S P O N S I V E   */ 
/*///////////////////////////////////////////////*/

@media only screen and (max-width: 800px) {
 
    .post-type-archive-product #wrapper  #main, 
    .page-template-checkout-php #wrapper  #main {   
        padding: 10px 10px 10px !important;
            }
    .single-product #wrapper  #main,
    .tax-product_categorie #wrapper  #main,
    .tax-maincategory  #wrapper  #main{
        padding: 0 !important;
    }

    .photo-cat .name{
        font-size:1.7rem;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .fusion-mobile-menu-icons a{
        margin-top:10px;
    }
    .exostore-wrap .col-sm-6{
        float:left; 
    }
}




@media only screen and (max-width: 500px) {
    .display-3{
        font-size: 3rem;
    }
    .photo-cat .name{
        font-size:1.8rem;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .fusion-mobile-menu-icons a{
        margin-top:15px;
    }
}

/*////////////////////////////////////////////////
/*   G E N E R A L   H E L P E R S    */ 
/*///////////////////////////////////////////////*/


.uppercase{
    text-transform: uppercase !important;
}
.div-center{
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.indicators-wrap{
                width: 100%;
                overflow-x: auto;
            }


/*////////////////////////////////////////////////
/*   L O G I N   U S E R                         */ 
/*///////////////////////////////////////////////*/
main#main{
    z-index: auto !important;
}
#Exoform{
    
}
#Exoform #wp-submit{
    display: block;
    width: 100%;
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
}


.logout-area{
    
    bottom: 0px;
    width: 260px;
    padding:10px 0px;
    background-color: #fff;
}
.logout-area a{
    display: block;
    width: 100%;
    color: #fff !important;
   /* background-color: #ed1c24;
    border-color: #ed1c24;*/
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
}
.logout-area a:hover{
    color:#fff;
}

.alert.alert-primary {
    color: #ed1c24;
    background-color: #f9e7cd;
    border-color: #ffdaa0;
    margin-bottom: 0px;
    text-align: center;
    padding: 8px;
}

/******** zoom   */

.open-lightbox{
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.lightbox-opened {
  background-color: #333;
  background-color: rgba(0,0,0, 0.9);
  cursor: pointer;
  height: 100%;
  left: 0;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
        z-index: 10011;
}
  .lightbox-opened:before {
  
  }
  
 .lightbox-opened  img {
    box-shadow: 0 0 6px 3px #333;
     max-height: 100vh;
     position: absolute;
     top: 0;
     bottom:0;
     left:0;
     right: 0;
     margin: auto;
  }



html.no-scroll,
html.no-scroll body{
  overflow: hidden !important;
}

clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */





        .delete-item{
            cursor: pointer;
        }
        .loader-exo{
            width: 100%;
            text-align: center;
            margin: auto;
            height: 300px;
        }
        @-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);
  }
}
.loader-exo i {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
    font-size: 50px;
    text-align: center;
    line-height: 300px;
    color:#333333;
}
.loader-exo-order i{
      -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
   
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
        color:transparent !important;
        background-color: transparent !important;
    }
}
        

/* checkout page  */

 #checkout .card-header h3{
              font-size: 18px;
          }
          table{
              border-color:transparent;
          }
          .single-product .quantity{
              width: 100px !important;
          }
          .quantity{
              width: 80px !important;
              display:block;
          }
          #checkout .quantity-button.quantity-down{
              width: 50px !important;
              border:1px solid #ddd;
              height: 30px;
              line-height: 30px;
          }
          #checkout .quantity-button.quantity-up{
              width: 50px !important;
              height: 30px;
              line-height: 30px;
              border:1px solid #ddd;
          }
          .quantity-bar input, .quantity input{
              width: 50px;
              border-right: 1px solid #ddd;
              border-left: 1px solid #ddd;
              height: 24px;
          }
          .btn-outline-primary{
              font-size: 14px;
          }
          .card-block{
              padding: 0.5rem 1.25rem;
          }
          #checkout .row{
              margin-top: 0px;
          }