::selection {
  color: #fff;
  background: #1453c7;
}


.small-text
{
	font-weight: 500;
	font-size: .8em;
}
.medium-text
{
	font-weight: 500;
	font-size: .9em;
}
.btn-container
{
	display: inline-block;
	margin-top: 20px;
}
.para-text
{
	font-size: 1.05em;
	color:#757575;
	line-height: 2;
	max-width: 90%;
	margin-top: 20px;
	font-weight: 400;
}
.white-text
{
	color: #fff!important;
}


#cta-header
{
	text-align: left;
	font-size: 2.5em;
	font-weight: 800;
	color: #333;
}

#search-bar
{

}
#search-bar-list
{
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.25);
	position: absolute;
	top:85%;
	z-index: 99;
	width: 100%;
	max-height: 400px;
	overflow-y: auto;
	display: none;
}
.search-list-placeholder
{
	font-size: .75em;
	color: rgba(0,0,0,0.35);
}
.search-bar-list-active
{
	display: block!important;
}
#search-bar-list:last-child
{
	border-bottom: 0;
}
.search-bar-list-item
{
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
.search-bar-list-item a
{
	font-size: .85em;
	text-decoration: none;
	color: rgba(0,0,0,0.95);
	text-transform: capitalize;
	text-align: left;
	display: block;
	font-weight: 500;
	padding: 10px 20px;
}




*
{
	font-family: 'Manrope';
	box-sizing: border-box;
	border: 0;
	margin: 0;
}

input:focus,select:focus
{
	outline: none;
}
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	overflow-y: scroll;
}
.compact-section
{
	max-width: 100%;
	margin: auto;
	/*background: linear-gradient(to top,#f3f6f9,#f3f6f9);*/
	padding: 100px 10%;
}
main
{
}
nav
{
	position:fixed;
	width: 100%;
	left: 0;
	top: 0; 
	/*background: linear-gradient(90deg,#6a60a9 5%,#9055A2 65%);*/
	background-color: #fff;
	/*box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.05);*/
	box-shadow: 0;
	transition: all .35s ease-in;
	z-index: 9;
}

.nav-fixed
{
	box-shadow: 0px 1px 30px 5px rgba(0,0,0,0.05);
}

nav a
{
	font-size: .9em;
	font-weight: 500;
	padding: 0px 20px;
	color: #111;
	margin: auto;
	text-decoration: none;

	transition: all .2s ease-in;
}
option,select
{
	text-transform: capitalize;
}
nav a:hover
{
	color:0f46ab;
}
#nav-normal
{
	display:block!important;
}
#nav-mobile
{
	display: none!important;
}

#small-nav
{
	min-height: 10px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: auto;
	margin-right: 0;
	display: flex;
	justify-content: flex-end;
	padding: 0 20px;
	margin: auto;
	align-items: stretch;
}
#small-nav a
{
	color: #111;
	font-size: .7em;
	margin: 4px 0;
	padding: 2px;
	font-weight: 500;
	text-transform: uppercase;
}

#nav-flex
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10%;
	
}

#nav-flex img
{
	height: 60px;
	width: auto;
}
.btn
{
	margin: 10px 0;
	border: 0;
	background-color: #1453c7;
	width: 100%;
	border-radius: 4px;
	padding: 15px 20px;
	color: #fff;
	font-size: .85em;
	display: inline-block!important;
	margin: auto;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
}

.small-btn
{
	margin: 5px 0;
	border: 1px solid #1453c7;
	background-color:transparent;
	width: 100%;
	border-radius: 2px;
	padding: 8px 16px;
	color: #1453c7;
	font-size: .85em;
	display: inline-block!important;
	margin: auto;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 500;
}
.small-btn:hover
{
	background-color: rgba(47, 128, 237, .1);
}

.disabled-btn
{
    background-color:rgba(0,0,0,0.2)!important;
}
.common-view
{
	box-shadow:0px 2px 5px -1px rgba(0,0,0,0.075);
	background-color: #fff;
	border-radius: 4px;
}
.input-group
{
	margin: 15px 0;
	padding: 15px 0;
}

input,select
{
	width: 100%;
	padding: 15px 12px;
	border-radius: 3px;
	background-color:#f3f6f9;
}


label
{
	display: block;
	font-size: .8em;
	color: #333;
	padding-bottom:4px;
	font-weight: 500;
}


.loader {
  border: 4px solid #f4f6f7;
  border-radius: 50%;
  border-top: 4px solid #2d77e2;
  border-left: 4px solid #2d77e2;
  border-bottom: 4px solid #2d77e2;
  width: 30px;
  height: 30px;
  right: 10px;
  top:10px;
  -webkit-animation: spin .95s linear infinite;
  animation: spin .95s linear infinite;
  position: absolute!important;
  display: block;
  z-index: 1;
}

.loader_hidden
{
  -webkit-transform: scale(0)!important;
      -ms-transform: scale(0)!important;
          transform: scale(0)!important;
  display: none!important;
  position: absolute;
}



@-webkit-keyframes spin 
{
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}



@-webkit-keyframes showPopup {
  0% {opacity: 0;}
  100% {opacity: 1; }
}
@keyframes showPopup {
  0% {opacity: 0;}
  100% {opacity: 1; }
}
@-webkit-keyframes slidePopup {
  0% {-webkit-transform: translateY(100%);transform: translateY(100%);}
  100% {-webkit-transform: translateY(0%);transform: translateY(0%);}
}
@keyframes slidePopup {
  0% {-webkit-transform: translateX(-100%);transform: translateX(100%);}
  100% {-webkit-transform: translateY(0%);transform: translateY(0%);}
}
@-webkit-keyframes topSlidePopup{
  0% {opacity:0;}
  100% {opacity:1; }
}
@keyframes topSlidePopup{
  0% {opacity:0;}
  100% {opacity:1; }
}



body
{
	background-color:#ffffff;
	z-index: 0;
	max-width: 100%;
}

input,select
{
	border-radius: 4px;
	background-color: #f3f3f3;
	width: 100%;
	font-size: .95em;
	transition: all .3s ease-in-out;
	padding: 15px 18px;
}

button
{
	cursor: pointer;
	background-color: transparent;
}	

input:focus,input:active,select:focus,select:active,button:focus,button:active
{
	outline: none;
	border: 0;
}


input[type='submit']
{	
	outline: none;
	border: 0;
}


.input-group
{
	padding: 10px 0;
	margin: 10px 0;
}

.input-group-divided
{
	display: grid;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
	padding: 10px 0;
	margin: 10px 0;
}


.order-status-text
{
	padding:8px 10px;
	display:inline-block;
	border-radius: 4px;
	margin-left:5px;
}

.accepted
{
	background-color:rgba(140, 215, 144, .35);
	color:rgba(40, 145, 44, 1);
}

.cancelled
{
	background-color:rgba(229, 58, 64, .25);
	color:rgba(229, 58, 64, 1);
}
.returned
{
	background-color: rgba(255, 140, 0,.25);
	color: darkorange;
}

.pending
{
	background-color:rgba(110, 119, 131, .15);
	color:rgba(51,51,51,0.5);
}
section
{
	min-height: 300px;
	padding: 0px 0;
}

.section-title
{
	font-weight: 700;
	font-size: 1.75em;
	display: inline-block;
	text-transform: none;
	color: 0f46ab;
	border-radius: 4px;
	text-align: left;
	line-height: 1.55;
	color: #252525;

}
.section-small-title
{
	font-weight: 700;
	font-size: .95em;
	display: block;
	text-transform:capitalize;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 4px;
}



/* Landing Section */
#landing-section
{
	max-width: 100%;
	padding: 0;
	margin: 0;
	padding: 0px;
	position: relative;
	margin-top: 100px;
}
#landing-section-inner-container
{
	min-height: 620px;
	padding: 50px 10%;
	/*display: flex;*/
	z-index: 9;
	align-content: center;
}
#quick-check-container
{
	background-color: #ffffff;
	margin:auto;
	display: block;
	height: 520px;
	width: 280px;
	border-radius: 10px;
	padding:40px 40px;
	margin: auto;
	/*padding-top: 40px;*/
	border-radius: 60px;
	z-index: 0;
	position: relative;
	/*overflow: hidden;*/
	/*box-shadow: 0px 10px 25px 5px rgba(0,0,0,0.075);*/
	/*border-image: url('../images/mobile.png') 30 round;*/
	/*border-image: url(border.png) ;*/
	/*border:10px ;*/

/*box-shadow:  10px 10px 30px #d9d9d9, -20px -20px 30px #ffffff;*/
	/*position: absolute;*/

}
#quick-parent
{
	margin:auto 0;
	position: relative;
}

#quick-parent:before
{
	content: '';
	background-color: #00d05b;
	height: 480px;
	width: 480px;
	opacity: .15;
	/*margin-left: auto;*/
	z-index: -1;
	position: absolute;
	left: 11%;
	/*right: auto;*/
	top: 5%;
	border-radius: 50%;
}

#quick-check-container .section-small-title
{
	padding-bottom: 20px;
}
#quick-check-container select
{
	margin: 0;
}
#quick-check-container:after
{
	content: '';
	background-image:url('../images/mobile.png');
	position: absolute;
	background-size:100% 100%;
	background-repeat: no-repeat; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#quick-check-container select
{
    font-size:.75em;
    width: 100%;
    margin: 0 ;
    text-transform:uppercase;
    font-weight:500;
}
#quick-check-container option
{
    text-transform:uppercase;
}
#quick-result-container
{
	display: block;
	/*border-top: 1px solid rgba(0,0,150,0.05);*/
	background-color: ;
	border-radius: 2px;
	min-height: 70px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: space-between;
	padding: 15px 30px;
}
#landing-image
{
	position: absolute;
	right: 40px;
	bottom: 100px;
	z-index: 1;
}


	/* Branch Section Starts */
#brand-section-flex
{
	display: flex;
	flex-wrap: wrap;
}
#branch-section-left-container
{
	flex: 1;
	width: 100%;
}
#branch-section-right-container
{
	flex:1;
	width: 100%;
}
.brand-container
{
	display: flex;
	/*grid-template-columns: 33.3% 33.3% 33.3%;*/
	justify-content: space-around;
}
.brand-container div
{
	width: 100%;
	height: 200px;
	-ms-flex:1;
	flex:auto;
	/*margin: 15px 5%;*/
	display: flex;
	align-items: center;
	justify-content: center;
	/*background-color: #fff;*/
	/*border:1px solid rgba(0,0,0,0.1);*/
	/*box-shadow: 0px 10px 35px 10px rgba(0,0,0,0.045);*/
	border-radius: 10px;
	padding: 0px;
}
.brand-container img
{
	height: auto;
	width: 40%;
	opacity: .75
}


/* Feature Section */

.feature-container
{
	transform: translateY(0px);
	text-align: center;
	padding: 40px 20px;
	transition: all .3s ease-in;
	border-radius: 4px;
	flex:1;
	margin: 10px;
	background-color: #fff;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.075);
}

.feature-container img
{
	height: 50px;
	margin: 20px auto;
}
.feature-container h5
{
	font-weight: 500;
	color: 0f46ab;
	color: #111;
	font-size: .9em;
	margin: 20px 0;
}
.feature-container p
{
	font-weight: 400;
	color:rgba(0,0,0,0.6);
	font-size: .85em;
}
.feature-container:hover
{
	transform: translateY(-5px);
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
}
#feature-grid
{
	display: flex;
	margin: 40px 0;
}
/* Contact Style */

.section-head-container
{
	text-align: center;
	text-transform: uppercase;
}
#contact-email-container
{
	display: grid;
	grid-template-columns: 1fr 1fr ;
	max-width: 80%;
	margin: auto;
}
.text_center
{
	text-align: center;
}

.input_group
{
	margin: 15px 0;
	padding: 15px 0;
}

.input-group-xs
{
	margin: 5px 0;
	padding: 5px 0;
}

.input_group_divided
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	margin: 15px 0;
	padding: 15px 0;
}

.underline
{
	text-decoration: underline;
}

.secondary-head
{
	font-size: 1.2em;
}


/* Footer */

footer
{
	background-color: #1453c7;
	max-width: 100%;
	min-height: 200px;
	margin: auto;
	display: flex;
	padding: 20px 10%;
	justify-content: space-between;
}
.footer-individual-grid
{
	padding: 5px;
	width: 30%;
	flex:1;
	margin: 0;
	padding: 0 5%;
}

footer h4
{
	font-size: .7em;
	font-weight: 500;
	padding: 5px 10px;
	border: 1px dashed rgba(255,255,255,0.8);
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 1px;
	color: #fff;
	text-transform: uppercase;
}

address
{
	font-style: normal;
}

footer a
{
	display: block;
	font-weight: 300;
	font-size: .85em;
	margin: 5px 0;
}

footer .small-text
{
	line-height: 18px;
	text-align: left;
	font-weight: 300;
	color:#fff;
	font-size: .79em;
}



/* Search Page */
#search-section
{
	max-width: 90%;
	margin: 150px auto;
	text-align: center;
}
#product-sort-container
{
	min-height: 50px;
	min-width: 100%;
	margin-bottom: 20px;
	border-radius: 4px;
	display: flex;
}

#product-sort-container .input-group
{
	display: inline-block;
	margin: 0 10px;
}
#product-sort-container select
{
	width: auto;
	min-width: 150px;
	display: block;
}
#product-sort-container input
{
	margin-bottom: 0;
	margin-top: 25px;
}
#product-list-container
{
	display: flex;
	flex-wrap: wrap;
}

.product-container
{
	min-height: 250px;
	width: 18%;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	border:1px solid rgba(0,0,0,0.1);
	padding:20px 10px;
	flex:1/4;
	margin: 1%;
	justify-content: flex-start;
	align-self: flex-start;
	/*margin:1%;*/
}
.product-image-container
{
	width:100%;
	height:140px;
	padding:10px;
	position:relative;
	background-color:#fff;
}
.product-image-container img
{
	height:100%;
	margin: auto;
	top:0;
	left:0;
	margin:auto;
	margin-bottom: 10px;
	text-align:center;
}

.product-container .product-text
{
	font-size: .9em;
	color: #111;
	font-weight: 700;
	margin-top:10px;
	text-align:left;
	text-transform:capitalize;
	text-align:center;
}
.product-container .brand-name
{
	font-size:.85em;
	color:rgba(0,0,0,0.75);
	text-align:left;
	text-transform:capitalize;
	margin-top:5px;
	text-align:center;
}
.product-container .button-container
{
	display:inline-block;
	margin: 10px auto;
	margin-top: 20px;
}

.product-container .small-btn
{
	display:inline-block;
	margin: auto;
	padding:6px 20px;
}


/* Accessories Page */
#accessories-section
{
	margin: 50px auto;
	margin-top: 150px;
	display: flex;
	max-width: 80%;
	box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.05);
	border-radius: 6px;
	min-height: 500px;
	padding: 40px;
	background-color: #fff;
}
.accessory-title
{
    margin: 5px 0;
    font-size: 1.2em;
    font-weight: 500;
    text-transform:capitalize;
}
#accessories-left-container
{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	margin: auto 5%;
	text-align: center;
	flex:1;
}

#accessories-left-container img
{
    max-height:350px;   
}
#accessories-right-container
{
	padding: 0;
	flex:1;
}
.accessory-item
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 5px 20px;
    display: flex;
    justify-content:space-between;
    max-width:80%;
}
.accessory-item-name-container
{
    display: flex;
    align-items: center;
    align-content: center;
}
.accessory-item-name
{
    padding-left: 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: .9em;
}
.accessory-item-price-container
{
    margin: auto 0;
}
.accessory-item-price
{
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
}
.accessory-item-price-span
{
    font-size:.85em!important;
    text-align:center;
}
/* Contact Section */

#contact-section
{
	margin: auto;
	margin-top: 120px;
	max-width: 90%; 	
}
#contact-head-container
{
	margin:40px auto;
	text-align: center;
}
#contact-inner-container
{
	display: flex;
	justify-content: space-around;
	display: -ms-flex;
	width: 100%;
	margin: 50px;
	align-items: center;
	flex-wrap: wrap;
}
#contact-address-container
{
	flex:1;
	width: 100%;
}
#map-view
{
	position: relative;
	display: block;
	width: 100%;
	min-height: 400px;
	min-width:500px;
	max-width: 400px;
	background-image: url('../images/map.png');
	max-height: 400px;
	overflow: hidden;
	border-radius: 4px;
}
#map-view-overlay
{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	left: 0;
	top: 0;
	z-index: 1;
}
.submit-input-group
{
	display: flex;
	margin: auto;
	text-align: center;
	justify-content: center;
}
.submit-input-group input
{
	margin: auto;
	display: inline-block;
	max-width: 150px;
}
@media only screen and (max-width: 600px) 
{
.label_active
{	
	font-size: .7em;
}
.input-group
{	
	padding: 5px 0;
	margin: 5px 0;
}
.btn
{
	display: inline-block;
	margin: auto;
	padding: 8px 10px;
}
select
{
	padding: 8px 10px;
}
/* Mobile navigation */
#nav-normal
{
	display: none!important;
}
#nav-mobile
{
	display: block!important;
	padding: 0;
	position: relative;
}
#mobile-small-nav
{
	display: flex;
	justify-content: space-between;
	padding: 5px 5%;
	border-bottom: 1px solid rgba(0,0,0,0.075);
}
#mobile-small-nav p
{
	font-size: .7em;
}
#nav-mobile-header
{
	display: flex;
	justify-content: center;
	padding: 10px 5%;
	position: relative;
}
#mobile-menu-trigger
{
	position: absolute;
	left: 10%;
	top: 35%;
}
#mobile-menu-trigger img
{
	height: 20px;
	width: auto;
	cursor: pointer;
}
#nav-mobile-header a img
{
	height: 40px;
	width: auto;
	margin: auto;
}
#nav-mobile-overlay
{
	height: 100vh;
	width: 100%;
	left: -100%;
	padding:70px 0;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .2s ease-in;
}
.nav-mobile-overlay-active
{
	left: 0!important;
	opacity: 1!important;
}
#mobile-menu-cancel
{
	display: block;
	position: absolute;
	top: 5%;
	right: 10%;
}
#mobile-menu-cancel img
{
	height: 20px;
	width: auto;
	cursor: pointer;
}
#nav-mobile-overlay a
{
	display: block;
	text-align: left;
	padding: 20px 15%;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	transition: all .2s ease-in;
}
#nav-mobile-overlay a:hover
{
	background-color: rgba(47, 128, 237, .1);
	border-bottom: 1px solid rgba(47, 128, 237, 0);
}
#nav-mobile-overlay-info
{
	padding: 20px 0;
}
#nav-mobile-overlay-company-name
{
	text-transform: uppercase;
	text-align:center;
	font-weight: 500;
	padding: 20px 0;
	font-size: .7em;
}
#nav-mobile-overlay-info p
{
	font-size: .8em;
	padding: 10px 0;
}



/* Mobile Landing Page */


#landing-section
{
	margin-top: 70px;
}
#landing-section-inner-container
{
	min-height: 100%;
	height: 100%;
	padding: 50px 5%;
	display: flex;
	z-index: 9;
	align-content: center;
}
#quick-check-container
{
	background-color: #fff;
	min-height: 300px;
	display: inline-block;
	min-width: 90%;
	border-radius: 4px;
	padding:20px;
	padding-bottom: 80px;
	position: relative;
}
#quick-result-container
{
	display: block;
	border-top: 1px solid rgba(0,0,150,0.05);
	background-color: #f3f6f9;
	border-radius: 2px;
	min-height: 70px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: space-between;
	padding: 15px 30px;
}
#landing-image
{
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: -1;
}


	/* Mobile Brand Section */

#brand-section-flex
{
	display: block;
	flex-wrap: wrap;
}
#branch-section-left-container
{
	width: 100%;
}
#branch-section-right-container
{
	width: 100%;
}
.brand-container
{
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
	margin-top: 40px;
	justify-content: space-between;
}
.brand-container div
{
	width: 25%;
	height: 75px;
	-ms-flex:1;
	flex:auto;
	margin: 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.05);
	border-radius: 4px;
	padding: 25px;
}
.brand-container img
{
	height: 100%;
	width: auto;
}

/* Mobile Feature Section */

#feature-grid
{
	display:block;
	margin: 40px 0;
}


.feature-container
{
	transform: translateY(0px);
	text-align: center;
	padding: 20px 20px;
	transition: all .3s ease-in;
	border-radius: 4px;
	flex:1;
	width: 100%;
	margin: 10px;
	background-color: #fff;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.075);
}

.feature-container img
{
	height: 50px;
	margin: 20px auto;
}
.feature-container h5
{
	font-weight: 500;
	color: 0f46ab;
	color: #111;
	font-size: .9em;
	margin: 20px 0;
}
.feature-container p
{
	font-weight: 400;
	color:rgba(0,0,0,0.6);
	font-size: .85em;
}
.feature-container:hover
{
	transform: translateY(-5px);
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
}


/* Mobile Footer Section */

footer
{
	background-color: #1453c7;
	max-width: 100%;
	min-height: 200px;
	margin: auto;
	display: block;
	padding: 20px 5%;
	justify-content: space-between;
}
.footer-individual-grid
{
	padding: 5px;
	float: none;
	padding-right:5%;
	width: 100%;
}

footer h4
{
	font-size: .7em;
	font-weight: 500;
	padding: 5px 10px;
	border: 1px dashed rgba(255,255,255,0.8);
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 1px;
	color: #fff;
	text-transform: uppercase;
}

address
{
	font-style: normal;
}

footer a
{
	display: block;
	font-weight: 300;
	font-size: .85em;
	margin: 5px 0;
}

footer .small-text
{
	line-height: 18px;
	text-align: left;
	font-weight: 300;
	color:#fff;
	font-size: .79em;
}

/* Mobile Search Page */

#search-section
{
	margin-top: 120px;
}
#accessories-section
{
    display:block;
}
#product-list-container
{
	display: flex;
	flex-wrap: wrap;
}

#accessories-left-container img
{
    max-height:150px;   
}
.accessory-item
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 6px 20px;
    display: flex;
    justify-content:space-between;
    max-width:100%;
}

#accessories-right-container
{
    margin-top:30px;
}
#accessories-section 
{
    margin: 50px auto;
    margin-top: 100px;
    display: flex;
    max-width: 100%;
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0);
    border-radius: 0;
    min-height: 500px;
    padding: 20px;
    background-color: #fff;
}
.product-container
{
	min-height: 250px;
	width: 48%;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	border:1px solid rgba(0,0,0,0.1);
	padding:20px 10px;
	flex:1/4;
	margin: 1%;
	justify-content: flex-start;
	align-self: flex-start;
	/*margin:1%;*/
}

/* Accessories Page*/

#accessories-section
{
	display: block;
	flex-wrap: wrap;
}
#accessories-left-container
{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	margin: 1%;
	text-align: center;
	flex:1;
}

#accessories-right-container
{
	padding: 0;
	flex:1;
}




}