.no-corners {
	border-radius: 0;
  }
  
  .cart-asset {
	transform: scale(0);
	transform-origin: top right;
	position: relative;
	display: inline-block;
	width: 100%;
	transition: transform 0.3s ease-out, height 0.3s linear;
  }
  .cart-asset.expanded {
	transform: scale(1);
	transition: transform 0.4s ease-in, height 0.4s linear;
  }
  .cart-asset.expanded .cart-item {
	transform: translateX(0);
	transition-delay: 0s;
  }
  .cart-asset.expanded .cart-item.removing {
	transition-delay: 0s !important;
  }
  .cart-asset.expanded .cart-item:nth-last-child(2n+1):not(.template) {
	background: #f7f7f7 !important;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
    padding-top: 5px;
  }

  .cart-asset .panel-heading h3 {
	font-size: 18px;
	margin: 0;
  }
  .cart-asset .cart-item {
	clear: left;
	opacity: 1;
	display: inline-block;
	transform: translateX(224px);
	transition: transform 0.3s ease-out,  opacity 0.4s ease-out,  height 0.3s linear;
  }
  .cart-item .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
}
  .cart-asset .cart-item.template {
	display: none;
  }
  .cart-asset .cart-item.toggling {
	height: 0;
	transform: translateX(-300px);
	opacity: 0;
  }
  .cart-item {
	  width: 100%;
	  margin-left: 0px;
  }
.cart-item h4 {
    margin: 0px;
    font-size: 12px;
    color: #0168fa;
    font-weight: bold;
}
.cart-item h5 {
    margin: 5px 0px;
    font-size: 11px;
}

.assetRequest {
    width: 100%;
    overflow: auto;
    max-height: 220px;
}

/* .assetSendRequest {
    border: 0px;
    background-color: #2096f3;
	border-radius: 4px;
    width: 100%;
    color: #fff;
    padding: 5px;
} */
  .requestBtn {
    font-size: 13px;
    color: #ff0000;
}
.modifyAssetBtn{
	font-size: 13px;
	color: #666;
	margin: 0px 10px;
}
/*	Reset & General
---------------------------------------------------------------------- */
#wrapper{
	height: auto;
	width: 100%;
	/* background:#fff; */
}
#header-asset {
    /* padding: 10px 15px; */
    /* padding: 10px 15px;
    border-bottom: 1px solid #eee;
    position: absolute;
    top: 0px;
    width: 100%;
    right: 0;
    right: 0; */
    z-index: 999;
}

#header-asset h1 {
	margin-bottom:0;
}


#header-asset .title_area {
    display: inline-block;
	position: relative;
	padding-left: 10px;
}
#header-asset .title_area h3 {
    margin-top: 5px;
    font-weight: bold;
    color: #666666;
    font-size: 18px;
}

#header-asset .cart_area {
    display: inline-block;
	padding-right: 20px;
}
#header-asset .badge {
    text-shadow: none;
    font-weight: 600;
    background-color: #FF5722;
    font-size: 11px;
    padding-right: 6px;
    padding-bottom: 4px;
    color: #fff;
    margin-bottom: 4px;
    position: relative;
    top: -3px;
}

#header-asset li a{
	font-weight:700;
	color:#333;
	font-size:14px;	
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}
#header-asset li a:hover{
	color:#000;
	cursor:pointer;
}

.cartdropup .dropdown-menu {
    background-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 300px;
    left: -260px;
    top: 30px;
    height: auto;
    z-index: 9999999999999999;
    border: solid 1px #ddd;
	color: #666;
	padding: 10px;
}

.cartdropup .dropdown-menu .divider {
	background: none;
}
.cartdropup .dropdown-menu ul li{
	display: inline-block !important;
}
.cartdropup .dropdown-menu>li>a {
	color: #f5f5f5;
}
.cartdropup .dropdown-menu>li>a:focus, .cartdropup .dropdown-menu>li>a:hover {
    background-image: none;
    background-color: #007de0;
}
.cartdropup .dropdown-menu {
	margin-bottom: 10px;
}
.cartdropup .dropdown-toggle {
	box-shadow: none !important;
}
.cartdropup .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -11px;
    left: 82%;
    margin-left: 11px;
    z-index: 10;
}
.cartdropup .fa-shopping-bag{
	font-size: 20px;
	color: #2096f3;
}
.cartdropup .btn{
	background-color: #fff;
}
#grid-selector {
    padding: 10px 10px 4px 10px;
    height: 34px;
    float: left;
    color: #5d5f68;
    width: calc(100% - 267px);
    position: absolute;
    top: 50px;
    left: 267px;
    border-bottom: solid 1px #eee;
}
#grid-menu {
    float: right;
    display: flex;
}

#grid-menu ul{
  width: 100px;
  float: right;
  position: relative;
  top: -1px;}

#grid-menu li{	 
	 float:right;
	 width:25px;
	 height:25px;
	 list-style:none;
}
#grid-menu li a{	 
  	 display:block;
	 width:25px;	
	 height:25px
}
#grid-menu li.smallGrid{margin-right:7px;}
#grid-menu li.smallGrid a{background-position:0 -33px;}
#grid-menu li.largeGrid a{background-position:-37px 0;}

#grid-menu li.smallGrid a.active{background-position:0 0;}
#grid-menu li.largeGrid a.active{background-position:-37px -33px;}

#sidebar-asset {
    /* background: #fff; */
    width: 240px;
    padding: 0px;
    height: calc(100vh - 163px);
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    overflow: auto;
    position: absolute;
    top: 48px;
    bottom: 0;
    left: 0;
}

#sidebar-asset {
	overflow: hidden;
}
#sidebar-asset:hover {
	overflow: auto !important;
}
#sidebar-asset h3 {
    color: #262626;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 0 0px 16px;
    letter-spacing: 1px;
    clear: both;
	border-top: solid 1px #eee;
	margin: 5px 0px 10px 0px;
}
#sidebar-asset h3:nth-child(1) {
    border-top: solid 0px #eee;
  }

#cart{padding:0px;}
#cart .empty{
	font-style:italic;
	color:#a0a3ab;
	font-size:14px;
	letter-spacing:1px;	
}
#sidebar-asset .filteroptions ul {
    margin: 0px;
    padding: 0px 25px 10px 25px;
}
#sidebar-asset .checklist{
	padding: 10px 0px;
}
#sidebar-asset .assetCheck {
	display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-top: 2px;
	margin: 0px;
}

#sidebar-asset .assetCheck i {
	font-size: 14px;
	line-height: 0;
}

#sidebar-asset .assetCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#sidebar-asset .assetCheck .checkmark {
	position: absolute;
    top: 3px;
    left: 0px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    z-index: 99;
    border-radius: 0px;
    border: solid 1px #bfbfbf;
}
#sidebar-asset .assetCheck input:checked~.checkmark {
    background-color: #0168fa;
    border: solid 1px #0168fa;
}
#sidebar-asset .assetCheck .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sidebar-asset .assetCheck input:checked~.checkmark:after {
    display: block;
}
#sidebar-asset .assetCheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#sidebar-asset .checklist ul li{	
	font-size:14px;
	font-weight:400;
	list-style:none;
    padding: 0px 0 0px 0px;
    font-size: 12px;
}
#sidebar-asset .checklist li span{
	float:left;
	width:11px;
	height:11px;
	margin-left:-23px;
	margin-top:4px;
	border: 1px solid #d1d3d7;
	position:relative;	
}
.sizes li span, .categories .sizes li{
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}
#sidebar-asset .checklist li a{
	color:#676a74;
	text-decoration:none;	
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}
#sidebar-asset .checklist li a:hover{	
	color:#222;
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}
#sidebar-asset .checklist a:hover span{ 	
	border-color:#a6aab3;	
}
.sizes a:hover span, .categories a:hover span{	
	border-color:#a6aab3;
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}
#sidebar-asset .checklist a span span{border:none;margin:0;float:none; position:absolute;top:0;left:0;}
#sidebar-asset .checklist a .x{
	display:block;
	width:0;	 
	height:2px;
	background:#5ff7d2;
	top:6px;
	left:2px;	
	-ms-transform: rotate(45deg); 
   	-webkit-transform: rotate(45deg); 
    transform: rotate(45deg);	
	-webkit-transition: all 50ms ease-out;
}
#sidebar-asset .checklist a .x.animate{
	width:4px;
	-webkit-transition: all 100ms ease-in;
	   -moz-transition: all 100ms ease-in;
	    -ms-transition: all 100ms ease-in;
	     -o-transition: all 100ms ease-in;
	        transition: all 100ms ease-in;
}
#sidebar-asset .checklist a .y{
	display:block;
	width:0px; 
	height:2px;
	background:#5ff7d2;
	top:4px;
	left:3px;	
	-ms-transform: rotate(13deg); 
   	-webkit-transform: rotate(135deg); 
    transform: rotate(135deg);	
	-webkit-transition: all 50ms ease-out;
}
#sidebar-asset .checklist a .y.animate{
	width:8px;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
	    -ms-transition: all 100ms ease-out;
	     -o-transition: all 100ms ease-out;
	        transition: all 100ms ease-out;
}
#sidebar-asset .checklist .checked span{
	border-color:#8d939f;
}
.colors ul, .sizes ul{
	float:left; width:130px;	
}
.colors ul li{padding-left:0px;}
.colors a span{
	border:none;
	position:relative;
	border-radius:100%;
	background-color:#eae3d3;
	width:13px;
	height:13px;
	margin-left:-20px;
}
.colors a:hover span{
	width:15px;
	height:15px;
	margin-top:3px;
	margin-left:-21px;
}
#sidebar-asset img{
	margin-top:0px;
}


/* Report an issue tab */
#modifyRequestTab h3 {
    font-size: 15px;
    font-weight: bold;
    color: #2096f3;
    margin: 0px 0px 10px 0px;
    border-bottom: solid 2px #e5e5e5;
    padding: 0px 0px 10px 0px;
}

#modifyRequestTab .tabs-left {
	border-bottom: none;
	border-right: 1px solid #ddd;
  }
  
  #modifyRequestTab .tabs-left>li {
	float: none;
   margin:0px;
	
  }
  
  #modifyRequestTab .tabs-left>li.active>a,
  #modifyRequestTab .tabs-left>li.active>a:hover,
  #modifyRequestTab .tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
	background:#2096f3;
	color: #fff;
	border:none;
	border-radius:0px;
	margin:0px;
  }
  #modifyRequestTab .nav-tabs>li>a:hover {
	  line-height: 1.42857143;
	  border: 1px solid transparent;
  }

/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	margin-right: 0px;
  }
  
  .custom-select-wrapper select {
	display: none;
  }
  
/* .custom-select {
    position: relative;
    display: inline-block;
    border: 0px;
    margin-top: -8px;
    background: no-repeat;
    background-color: transparent;
} */
.custom-select-trigger {
    display: block;
    min-width: 130px;
    font-size: 12px;
    font-weight: 300;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}
  
  .custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
  }
  
  .custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
  }
  
  .custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: 10px 0;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	z-index: 9;
  }
  
  .custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
  }
  
  .custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -2px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
  }
  
  .option-hover:before {
	background: #f9f9f9;
  }
  
  .custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 37px;
	cursor: pointer;
	transition: all .4s ease-in-out;
  }
  
  .custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
  }
  
  .custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
  }
  
  .custom-option:hover,
  .custom-option.selection {
	background: #f9f9f9;
  }
  