@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
body{
	overflow-x:hidden !important;
	font-family: 'Oswald', sans-serif !important;
	background: #fff ;
}
.rims-percentage-text{
	position:absolute;
	left:20px;
	padding:5px;
	padding-top:7px;
	text-align:center;
	display:block;
	height:40px;
	width:40px;
	border-radius:100%;
	background:green;
	color:#fff;
	z-index:2;
	margin:10px 0 0 10px;
	top:20px;
}
.selected-options{ margin-left:2px;}
.selected-options{display:inline-block; padding:4px; margin-left:6px; cursor:pointer; background:#ffffff; font-weight:bold;}
.remove-option{display:inline-block; padding:4px; margin-left:6px; cursor:pointer;}
.selected-options .badge{background:#ccc !important;}
.selected-options .badge:hover{background:red !important;}
.rims-store-name a{
	text-decoration:none;
}
.selected-options{
    border-radius: 3px;
    border:1px solid #ccc;
	min-width:15px;
	min-height: 15px;
    margin:0;
    background-color: #fff;
}
.preview-canvas .rims-percentage-text{
	margin:20px 0 0 30px;
}
.rims-sale-group{
	color:red;
	font-size:12px;
	display:none;
}
.show-inline{
	display:inline-block;
}
.sel-price,.copy-right{
    color:#000 !important;
}
.price-head {
	color: #000;
	font-size: 1.3em;
}
.sel-price {
	font-size: 1.3em;
}
.front-body{
	background-color:#fff !important;
}
.item-name {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #000;
	font-size: 2em;
}
.item_info {
	font-family: 'Spinnaker', sans-serif;
	font-weight: 300;
	color: #888;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.product-desc {
	font-family: 'Spinnaker', sans-serif;
	font-weight: 300;
	color: #444;
	font-size: 12px;
}
.descr-heading h4 {
	font-size: 10px;
	color: #555;
	font-family: 'Spinnaker', sans-serif;
	text-align: left;
	text-transform: uppercase;
}
.descr-heading .line {
	width: 200px;
	height: 1px;
	margin-top: .4rem;
	margin-left: .5rem;
	margin-right: .3rem;
	background: rgba(0, 0, 0, 0.2);
}
.descr-heading a {
	font-size: 12px;
	color: #555;
	text-align: left;
	text-decoration: none;
	padding: 0 10px !important;
}
.descr-heading a i {
	font-size: 12px;
}
.descr-body p {
font-size: 13px;
color: #999;
font-family: 'Spinnaker', sans-serif;
text-align: left;
}

.option-wraps,.option-filter-wraps{
    margin:5px;
    margin-bottom: 5px;
    margin-left:0px;
    width:100%;
    float: left;
}
.option-head{
	margin:0;
	font-size: 11px;
	color: #888;
	font-family: 'Spinnaker', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-right:10px;
}
.cookie-box{
    position:fixed;
    padding-top:20px;
    background:#666;
    color:#fff;
    bottom:0;
    z-index:500;
}
.filter-btn_ {
	background: #000;
	color: #fff;
	border-radius: 0;
	transition: all .5s ease-in-out;
	border: 2px solid #000;
}
.clear-filter-btn_ {
	background: #fff;
	color: #000;
	border: 2px solid #000;
	border-radius: 0;
	transition: all .5s ease-in-out;
}
.filter-btn_:hover {
	background: #fff;
	color: #000;
}
.clear-filter-btn_:hover {
	background: #000;
	color: #fff;
}
.option-wraps .option-box, .item-option-list .option-box,.option-filter-wraps .option-box{
    min-width: 55px;
    display: inline-flex;
    height: 32px !important;
    position: relative;
    background: #f7f7f7;
    padding-top: 0;
    margin-right: 10px;
    margin-top: 5px;
    padding: 4px;
    border-radius: 0px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    gap: 5px !important;
    /*justify-content: center;*/
    align-items: center;
}
.targeted-option,.option-btn{
    margin:0;
}
.targeted-option {
	position: absolute;
	left: 5px;
	top: 10px;
}
.prev-add-to-cart {
	background: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 0;
}
.option-wraps .option-box input, .item-option-list .option-wraps input, .option-filter-wraps input{
display: inline-block;
height: 30px;
position: absolute;
top:0;
margin-top: 0px;
margin-right:10px;
}

.option-wraps .option-btn, .item-option-list .option-btn, .option-filter-wraps .filter-btn{
display:inline-block;
background:#fff;
color:#666;
font-size: 10px;
margin-left: 20px;
border-radius:0px;
height: 20px;
width: 35px;
text-align: center;
padding-top: 0px;
border:#ccc 1px solid;
cursor:pointer;
margin-bottom:0;
}
.rims-color_preview{
    margin:0;
    margin-left:5px;
    display:inline-flex;
    height:25px;
    align-items:center;
    gap:2px;
}
.option-wraps .option-btn:hover, .item-option-list .option-btn:hover{
    background-color:#f1f3ed;
}
.rims-filter-list{
    width: 100%;
    padding:0;
    list-style: none;
}
.rims-filter-list li{
    width:30%;
    float:left;
    margin-top:5px;
}

.option-filter-wraps .filter-btn{
    margin-top:0px;
}
.hidden{
    display: none !important;
}

.rims-color-preview{
    border:#666 1px solid;
     margin-left:2px;
     height:10px;
    width:10px;
    border-radius:100%;
    display:inline-block;
}


/** other styles **/
.desktop-search-links{
	display:block;
	padding:0;
	float:left;
	list-style:none;
	width:100%;
}
.desktop-search-links li{
	width:100%;
	padding:7px;
	background:#ccc;
	border:1px solid #f2f2f2;
	cursor:pointer;
}
.search-links:hover{
    background:#df0987;
    color:#fff;
    cursor:pointer;
}
.top-nav{
	height:60px;
	/* background:rgba(0,0,0,0); */
	background:#ffffff;
	/* position:fixed; */
	width:100%;
	z-index:100;
	top:0;
	border-bottom:1px solid #dddddd !important;
	
}
.navbar .form-inline input {
    background: #f2f2f2;
    font-family: 'Spinnaker', sans-serif;
    border-radius: 18px;
    width: 300px;
    border: none;
}
.navbar .form-inline input::placeholder {
  font-size: 13px;
    font-family: 'Spinnaker', sans-serif;
}
.top-nav a,.top-nav .nav-item a{
	color:#666 !important;
}
.rims-mobile-menu-btn{
	position:absolute;
	display:block;
	width:50px;
	height:28px;
	right:0;
	margin-right:10px;
	margin-top:70px;
	z-index:601;
	border:1px solid #f2f2f2;
	border-radius:5px;
	padding:5px;
	padding-top:1px;
	text-align:center;
	color:#666;
	cursor:pointer;
	background:#fff;
}
.rims-mobile-menu-btn:hover{
background:#df0987;
color:#fff;
border:1px solid #ccc;	
}
.rims-mobile-nav{
	position:absolute;
	z-index:600;
	background:#fff;
	width:100%;
	margin-top:56px;
	display:none;
}
.rims-mobile-nav .navbar-nav{
	display:block;
	padding:0;
	margin:0 !important;
	width:100%;	
}
.rims-mobile-nav .navbar-nav .nav-item{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #f2f2f2;
}
.rims-tracker-holder{
	padding:0;
}
.cart-main-body .badge{
	color:#fff !important;
}
.rims-tracker-holder i{
	color:#999;
}
.rims-tracker-holder li{
	margin-top:10px;
	border:1px solid #ccc;
}

.front-nav a,.front-nav .nav-item a{
	color:#000 !important;
}

.item-desc-wrap a{
	color:#000 !important;
}


.big-head{
	margin:100px 0 50px 0;
	text-align:center;
}
.mid-side-head{
	margin-top:200px;
}
.mid-side .btn{
	color:#000;
	border:1px solid #ccc;
}
.arrivals-hero,.arrivals-hero .row,.latest-scrubs{
	height:90vh;
	padding:0;
	background:#fff;
	text-align:left;
	width:100%;
	overflow:hidden;
}
.latest-scrubs{
	margin-top:100px;
}
.hero-head{
	/* text-align:center; */
	z-index:100 !important;
	font-family: 'Oswald', sans-serif !important;
}
.h4{
	font-family: 'Oswald', sans-serif !important;
}
.intro{
	
}
.hero-buy-now{
	/* border:1px solid #fff; */
	color:#000;
}
.hero-buy-now:hover{
	text-decoration:none;
	color:#df0987;
}
.hero-buy-now:after{
	display:block;
	content:'';
	height:2px;
	width:20px;
	background:#000;
}
.navbar-anchor{
	display:inline-block !important;
	padding-right:0 !important;
	min-width:30px;
	color:#666;
	padding-left:10px;
}
.front-nav{
	background-color:rgba(0,0,0,0.2);
	margin:0;
}
.navbar-anchor:hover{
text-decoration:none;
color:#df0987;
}
.account-a{
	/* border-left:1px solid #666 !important; */
	padding-left:10px;
}
.rims-search-wrap{
	position:fixed;
	background:#fff;
	width:100%;
	z-index:100;
	max-height:90vh !important; 
	padding:0;
	display:none;
	border-top:1px solid #ccc;
}
.front-search-wrap{
	margin-top:0px;
}.page-search-wrap{
	margin-top:80px;
}

.search-categories{
	width:100%;
	padding:10px;
	max-height:80vh;
	/* overflow-y:scroll; */
}
.close-search{
position:absolute;
	display:block;
	right:0;
	font-size:30px;
	margin-right:20px;
	margin-top:0px;
	height:40px;
	width:40px;
	background:#fff;
	border:1px solid #990808;
	text-align:center;
	border-radius:100%;
	z-index:20;
	padding-top:5px;
	cursor:pointer;
}
.mobile-search-result-wrap{
 max-height:80vh;
padding:0; 
}
.rims-bread-crumbs .badge{
	color:#fff;
}
.rims-loader{
	margin:0 auto;
	height:30px;
	width:max-content;
}
.rims-alert{
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	width:200px;
	padding:10px;
	box-shadow:2px 2px 4px #ccc;
	margin-top:400px;
	z-index:999;
}
.rims-search-head,.rims-recommended-head{
width:100%;
 float: left;
 max-height:70vh;
 overflow-y: auto;
display:none;
padding-top:20px !important;
padding-bottom:100px !important;
margin:0 auto !important;
}
.rims-recommended-head{
	display:block;
}	
.rims-search-wrap a{
	text-decoration:none;
	color:#000;
}
.rims-search-wrap a:hover{
	text-decoration:none;
}
.search-image{
	background-position:center;
	background-size:cover;
	height:300px;
}
.search-itm .img-box {
	width: 100%;
	height: 300px;
	border: 10px solid #f6f6f6;
	padding: 10px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.search-itm .img-box img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.search-icon{
    cursor:pointer;
}
.strike-price{
	text-decoration:line-through;
}
.rims-sale-text{
	font-size:17px;
}
@media screen and (max-width:950px){
	.search-image{
		background-position:center;
		background-size:cover;
		height:100px;
	}
	.search-itm .img-box {
		width: 100%;
		height: 120px;
		border: 5px solid #f6f6f6;
		padding: 5px;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	}
	.search-itm .img-box img {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.rims-search-wrap{
		position:fixed;
		background:#fff;
		width:100%;
		left: 0;
		z-index:100;
		max-height:90vh !important; 
		padding:0;
		display:none;
		top: 80px;
		border: none;
	}
	.close-search{
		position:absolute;
		display:block;
		right:0;
		font-size:24px;
		margin-right:5px;
		margin-top:0px;
		height:30px;
		width:30px;
		background:#fff;
		border:none;
		text-align:center;
		border-radius:100%;
		z-index:999999999;
		padding-top:5px;
		cursor:pointer;
	}
	.close {
		color: #990808 !important;
	}
}
.search-price {
    	color:#333;
	margin:0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
.view_items{
	/*max-height:50vh;*/
	/*overflow-y:scroll;*/
}
.search-text{
	display:block;
	color:#000;
	margin:0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
}
.search-category{
color:#666;	
display: none;
}
.search-link:hover{
	text-decoration:none;
}
.inner-item p{
	margin:0 auto;
	border:1px solid #ccc;
	color:#fff;
	background:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin-bottom:15px;
	width:80%;
}
.inner-item a{
	display:block;
	height:100%;
	width:100%;
	position:absolute;
}
.mobile{
	display:none;
}
.top-search{
	width:100%;
	float:left;
	height:70px;
	padding:6px;
	display:none;
	background:#ccc;
	position:relative;
}
.close-search{
	position:absolute;
	right:0;
	top:0;
}
.top-search form{
	margin-top:12px;
}
.inner-item{
	position:relative;
	height:350px;
	background-position:top;
	background-size:cover;
	text-align:center;
	border-right:1px solid #fff;
}
.inner-item-section{
	position:relative;
	height:400px;
	background-position:center;
	background-size:cover;
	text-align:center;
	border-right:1px solid #fff;
}
.color-details {
	margin-bottom: 0;
}
.price-details {
	margin-bottom: 0;
}
.rims-page-result .inner-item-section{
	height:400px;
}
.item-box{
	margin-top:20px;
}
.item-wrapper{
	background:#ffffff;
	position:relative;
	min-height:180px;
	box-shadow:0 !important;
}
	.rims-price-slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  background: #000; 
  height:4px !important;
  width:95%;
  outline: none;
  opacity: 1; 
  margin-top:10px;
}


.rims-price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px !important;
  height: 25px !important;
  background-color:#6666;
	background-position:center;
	background-size:cover;
  cursor: pointer;
  border-radius:50%;
  border:1px solid #fafafa;
}

.rims-price-slider::-moz-range-thumb {
  width: 25px; 
  height: 25px;
  background: #666;
  cursor: pointer;
  border-radius:50%;
  background-position:center;
	background-size:cover;
  margin-left:10px;
  border:2px solid #fafafa;
}
.rims-wishlist-btn,.rims-remove-wishlist-btn{
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:0;
	bottom:0;
	margin-bottom:10px;
	margin-right:5px;
	z-index:1;
	font-size:20px;
	color:#666;
	background:rgba(255,255,255,0);
	height:30px;
	width:30px;
	padding:5px;
	border-radius:100%;	
}

.rims-wishlist-btn i{
	font-size:16px;
}

.fav-icon {
	font-size: 20px;
}
.rims-wishlist-btn:hover,.rims-remove-wishlist-btn:hover{
	color:#df0987;
	cursor:pointer;
}
.rims-wish-active{
	color:#df0987;
}
.item-desc-wrap{
	padding:10px;
	margin-top:5px;
}
.store-left-pane .toplink{
display: block;
color: #000;
text-decoration: none !important;
font-weight: bold;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-size: 1.4em;
transition: all .5s ease-in-out;
/*border-bottom: 1px solid rgba(0,0,0,.2);*/
display:flex;
align-items:center;
width:100%;
height:40px;
justify-content:space-between;
padding-left: 1rem !important;
}
.category-link-wrap{
 display:flex;
 width:100%;
 border-bottom: 1px solid rgba(0,0,0,.2);
}
.rims-next-categories{
    display:block;
    height:39px;
    width:40px;
    background:rgba(204,204,204,0.08);
    display:flex;
align-items:center;
justify-content:center;
font-size: 13px !important;
cursor:pointer;
}
.rims-next-categories:hover,.rims-history-btn:hover,.category-link-wrap:hover{
    background:#000;
    color:#fff !important;
    transition:0.5s;
}
.category-link-wrap:hover{
    background:#000;
    color:#fff !important;
    transition:0.5s;
    width:100%;
}
.rims-history-btn{
display:flex;
align-items:center;
gap:20px;
width:100%;
height:40px;
font-size: 13px !important;
background:#f2f2f2;
padding:0 10px;
cursor:pointer;
}

.rims-history-btn:hover i{
color:#fff;
}

.rims-history-btn .rims-current-category{
font-size: 20px !important;
}

.rims-history-btn i{
font-size: 16px !important;
}

.store-left-pane .toplink:hover {
	color: #fff !important;
	background:#000;
	cursor:pointer;
}
.sublink{
	padding:0;
	margin-top:20px;
}
.sublink li{
	display:block;
	text-decoration:none;
	list-style:none;
}
.sublink li a{
	display:block;
	text-decoration:none;
	color:#666;
}
.sides{
	height:100%;
	background-position:center;
	background-size:cover;
	/* box-shadow:2px 2px 4px #ccc; */
}
.inner-sides{
	height:80%;
	background-position:center;
	background-size:cover;
	box-shadow:2px 2px 4px #ccc;
}
.section-wraps{
	margin-top:100px;
}
.rims-bread-crumbs,.rims-bread-crumbs a{
	color:#666;
}
.after-hero{
	 float:left;
	 margin-top:100px;
}
.after-hero .rims-collections{
	padding:10px;
	border-radius:10px;
}
.after-hero .rims-item-container{
	padding:0;
}
.arrivals-hero-wrap{
	margin-top:100px;
}
.shop-btn{
	background:#666666;
	position:absolute;
	bottom:0;
	right:0;
	margin-right:20px !important;
	margin-bottom:20px !important;
}
.a-link{
	color:#666;
	display:block;
	text-decoration:none;
	font-size:18px;
	margin-top:10px;
	text-align:left;
}
.a-link:hover{
	color:#df0987;
	text-decoration:none;
}
.a-link:after{
	display:block;
	content:'';
	width:40px;
	height:5px;
	background:#666;
	margin-top:12px;
}
.scrubs-item-name{
	color:#666;
}
.section-links{
	margin-top:70px;
}

.preview_image{
	background-size: cover;
	background-position:center;
	max-height:auto; 
	width:100%; 
}
.preview-wraps{
	margin-top:40px !important;
}
/* .preview-canvas{ */
	/* background-size: cover; */
	/* background-position:top; */
	/* height:100vh;  */
	/* width:350px;  */
/* } */

.rims-image-preview ul{
list-style: none;
padding:0;
}
.preview-headers{
	font-weight:bold;
	color: #888;
	font-family: 'Spinnaker', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
}
.rims-image-preview ul li{
height: 150px !important;
width:100%;
overflow: hidden  !important;
background:#fff;
background-size: cover;
background-position:center;
/**border:10px solid #f6f6f6;
padding: 30px !important;**/
display: block;
padding:0;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.rims-preview-img-wrap{
	width:100%;
}
.rims-preview-img-wrap img{
	margin:0 auto;
}
.preview_image img, .rims-image-preview  ul li img{
	padding: 5px;
    background-color: #fff;
    border: 10px solid #f6f6f6;
	border-radius: 0;
	height: 100%;
	width:100%;
	object-fit:cover;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.photo-tabs{
	padding:0;
}
.photo-tabs ul li {
	/* float:left; */
	margin-bottom:10px !important;
}
.active-option{
	border:1px solid #666 !important;
	box-shadow:2px 2px 4px #ccc;
}
.rims-active-photo{
	border:10px solid #f2f2f2 !important;
	box-shadow:0px 5px 5px rgba(0, 0, 0, 0.2);
}
.type-box{
	border:1px solid rgba(0,0,0,0.1);
	text-align:center;
	cursor: pointer;
}
.item-features{
	position:relative;
}
.footer{
	/* background:#fff;
	min-height:200px;
	border-top:1px solid #ccc;
	padding-top:30px; */
}
.social-list{
	display:block;
	padding:0;
	list-style:none;
	width:100% !important;
	height:50px;
	float:left;
}

.social-list li{
	float:left !important;
	list-style:none;
	padding:10px;
	display:inline-block;
}
.social-list li i{
font-size:20px;
}

.copy-right{
	float:left;
	margin-top:50px;
}
.footer-list{
	padding:0;
	list-style:none;
	width:100%;
}
.footer-list li{
	padding:3px;
}
.footer-list li a{
	color:#666;
	font-size:13px;
	font-weight:normal !important;
}
#settings-tab,#wrap-all{width:100%;
				height:auto; padding:0px 10px;
			}
#settings-tab ul{padding:0;}
#settings-tab ul li{list-style:none;}
#settings-tab ul li .fa-plus,#settings-tab ul li .fa-minus{float:right;}
.tab-head{cursor:pointer; width:100%; background:#f1f3ed; padding:10px; border-bottom:1px solid #cccccc; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.tab-head span{font-weight:bold;}
#settings-tab .details{display:none;  border-bottom:1px solid #cccccc; border-left:1px solid #cccccc; border-right:1px solid #cccccc; padding:10px; width:100%;}
.update-button{width:100%; margin-top:10px;}
.required-field{color:red; font-size:12px; padding-top:5px;}
#settings-tab{padding:10px; width:100%;}
#settings-tab table{width:100%;}
#settings-tab input{font-size:12px; padding:5px; width:100% !important;}
.sender-email,.take-msg-name,.input-subject{max-width:300px; height:auto; padding:10px; border:1px solid #cccccc; background:#f1f3ed; border-radius:3px;}
.primary-email{float:left; width:100%; height:auto;}
.primary-email p{float:left; display:block; max-width:300px; height:auto; padding:10px; border:1px solid #cccccc; background:#f1f3ed; border-radius:3px; margin-bottom:20px;}
.sender-email,.take-msg-name{height:15px; font-size:13px; font-weight:bold; color:#666666;}
.take-msg-name{padding:5px !important;}
.msgtxt{border:1px solid #cccccc;}
.user-home-info ul li{
	padding:0;
}
.user-home-info ul li a{
	display:block;
	height:100%;
	width:100%;
	color:#666;
	padding:10px;
}
.user-home-info ul li a:hover,.tab-head:hover{
	background:#df0987;
	color:#fff;
	text-decoration:none;
}
.hero-header{
	float:left;
	width:200px;
	color:#df0987;
	margin:0 auto;
	margin-left:70px;
	margin-top:150px;
}
.hero-intro-text{
	float:left;
	width:400px;
	font-size:19px;
	margin-left:60px;
}
.discover-btn{
	display:block;
	width:120px;
	height:40px;
	border-bottom:1px solid #000;
	color:#000;
	margin-top:60px;
	margin-left:60px;
}
.sub-after-hero{
margin-top:50px;	
}
.discover-btn:hover{
	text-decoration:none;
	color:#df0987;
	border-bottom:1px solid #df0987;
}
@media (min-width:280px) and (max-width:769px){
	.mobile{
		display:block;
	}
	.rims-search-head,.rims-recommended-head{
 max-height:78vh;
}

.item-name {
	font-size: 1.5em;
}
.rims-sale-text{
	font-size:13px;
}
.price-head, .sel-price {
	font-size: .85em;
}
.price-details {
	margin-bottom: 0;
}
.fav-icon {
	font-size: 15px;
	margin-right: 5px;
}
.rims-color-preview {
	width: 12px !important;
	height: 12px !important;
}
.rims-image-preview ul li{
	height: 70px !important;
	width:70px;
	border: 3px solid #f6f6f6;
	display: inline-block;
	margin-left: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	}
	.rims-active-photo{
		border:3px solid #f2f2f2 !important;
		box-shadow:0px 5px 5px rgba(0, 0, 0, 0.2);
	}
	.photo-tabs ul  {
		margin-bottom:0px;
	}
	.preview_image img, .rims-image-preview  ul li img{
		padding: 3px;
		background-color: #fff;
		border: 5px solid #f6f6f6;
		border-radius: 0;
		box-shadow: none;
	}
	.mobile-search-categories{
		padding:0;
		display:none;
		width:100%;
		height:30px;
		margin:0;
	}
	.top-search{
		height:100px;
		float:left;
		margin-top:0px;
	}
	.top-search form{
		height:100px;
	}
	.rims-percentage-text{
		height:30px;
		width:30px;
		font-size: 10px;
	}
	.item-box {
		margin-top: 0;
	}
	.mobile-search-categories li{
		list-style:none;
		float:left;
		color:#666;
		border:1px solid #666;
		padding:2px;
		border-radius:5px;
		margin-right:10px;
	}
	.front-search-wrap{
		margin-top:5px;
	}.search-itm,.mobile-search-result-wrap{
		padding:2px !important;
	}
.inner-item-section{
	height:150px !important;
	margin: 10px 10px;
}
.item-wrapper {
	margin: 0 10px;
}
.front-item-container{
	padding:5px !important;
}.item-desc-wrap{
	padding:5px !important;
}
.item-desc-wrap a{
	font-size:13px;
	line-height: 10px;
	color:#000 !important;
}
 .row{
	/* float:left; */
	margin:0 auto;
	/* width:100%; */
}
.item-cat {
	padding: 0px 0px !important;
  }
.item-box{
	padding:1px !important;
}	
.section-links{
	padding:5px !important;
}
.rims-collections{
	padding:5px !important;
}
.color-details {
	margin-bottom: 0;
}
.latest-scrubs{
	height:auto;
	margin-top:50px;
}
.arrivals-hero{
	height:70vh !important;
}
.inner-sides{
	height:50%;
}
.desktop{
	display:none;
}
.arrivals-hero .sides{
	padding:0;
}.arrivals-hero-wrap{
	padding:1px !important;
}

.reinxs-hero-text{
	width:100%;
	margin-left:0;
	padding:20px;
	margin-top:400px;
}
.reinxs-hero-center{
	width:100%;
	margin-right:0;
	height:100vh;
	margin-top:0;
}
.mobile-hero{
	padding-top:0 !important;
	margin-top:0 !important;
	float:left !important;
}
.mobile-menu{
	width:100%;
}
.mobile-menu-icons{
	margin-top:10px;
	float:right;
}

.after-hero,.sub-after-hero{
padding:0 !important;
margin-top:0px !important;		
}

.after-hero{
margin-top:20px !important;	
}
.page-top{
	margin-top:0px;
	padding:2px  !important;
}

.page-top .rims-bread-crumbs{
	background:#666;
	height:40px;
	padding:8px;
	padding-left:17px;
	color:#fff;
	margin:0 auto;
	margin-top:0px;
	float:left;
	width:100%;
}
.page-top .rims-bread-crumbs a{
	color:#fff;
}
.page-container{
	padding:0;
}
.filter-button{
	margin-right:10px;
	margin-top:10px;
}
.filter-wrap{
	position:fixed;
	z-index:400;
	background:#fff;
	padding-bottom:10px;
	bottom:0px;
	z-index:999999;
}
.rims-image-preview,.preview-wraps,.preview-canvas,.photo-tabs,.item-features,.related-products{
	padding:0 !important;
}
.preview-wraps{
	margin-top:15px !important;
}
.rims-show-item-img{
	margin-top:5px !important;
}
.item-features{
	margin-top:50px !important;
}
.total-cost-mobile h2{
	font-size:20px !important;
}
.item-summary{
	margin-top:10px;
	float:left;
}
}

@media (min-width:280px) and (max-width:480px){
	.a-link{
		font-size:14px;
	}
	.sides{
		padding:5px !important;
	}
}