.content_container_col {
 padding-left:0px;
 padding-right:0px;
}
.spinner {
 position: fixed;
 left: 50%;
 top: 50%;
 z-index: 1;
 margin: -75px 0 0 -75px;
 border: 16px solid #fff;
 border-radius: 50%;
 border-top: 16px solid #000;
 width: 120px;
 height: 120px;
 -webkit-animation: spin 2s linear infinite;
 animation: spin 2s linear infinite;
 background-color:#000;
}

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

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

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

body.loading .spinner-container {
    overflow: hidden;   
}

body.loading .spinner-container {
    display: block;
}

.spinner-container {
  display: none;
  position: absolute;
  top:0;
  background-color: #000;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

.form-control:focus {
 color: #000;
 /*background-color: #fff;
 border-color: #F00;
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25);*/
}

.last_update_p {
 font-weight:bold;
}

.success_msg {
  color:#2E8B57;
}

.error_msg {
 color:#cf020c;
 margin-bottom:0px;
}

.error_input {
 border-color:#cf020c;
}

.error_input.form-control:focus {
 background-color: #fff;
 border-color: #F00;
 outline: 0;
 box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25);
}

.error_box { 
 border-color:#cf020c;
 border-width:1px;
 border-style:solid; 
 color:#cf020c;
 margin-bottom: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
}

.dark-grey-bg {
  background-color:#333;
  color:#fff;
}

.pale-grey-bg {
  background-color:#ddd;
  color:#000;
}

.blue-bg {
  background-color:#004092;
  color:#fff;
}

.blue-font {
  color:#004092;
}

.red-bg {
  background-color:#cf020c;
  color:#fff;
}

.red-font {
  color:#cf020c;
}

html {
  height:100%;
}

.pasg-body {
  min-height:100%;
  width:100%;
  position:relative;
  line-height: 20.7px;
  font-size: 16px;
}

@media (max-width: 767px) {
 .pasg-body {
  font-size:14px;
 }
}


.no_display {
  display:none;
}

.bold_text {
  font-weight:bold;
}
/*
ul {
  //padding-left:10px;
  padding:0px;
}
*/

.top_menu_row {
 background-color:#004092;
 color:#fff;
 position:fixed;
 top:0;
 width:100%;
 height:30px;
 align-items:center;
 z-index:1000;
}
 
.top_menu_col {
 text-align:right;
}
 
.top_menu_ul {  
 list-style-type: none;
 margin: 0;
 padding: 0;
}
 
.top_menu_ul li {
 display: inline;
}
 
.top_menu_ul a {
 padding-bottom:12px;
 padding-top:12px;
 padding-left:6px;
 padding-right:6px;
 color:#fff;
}
 
.top_menu_ul a:visited {
 color:#fff;
}
 
.top_menu_ul a:hover {
 color:#fff;
 text-decoration:underline;
}
 
.header_logo_row {
 padding-top:35px;
}
 
.header_logo_col {
 vertical-align:middle;
 text-align:center;
}
 
.header_logo_left_col {
}
 
.header_logo_right_col {
 vertical-align:middle;
 text-align: right;
}

.alt_logo_header {
 height: 110px;
 margin-bottom: 5px;
 margin-top: 5px;
}
 
.logo_header {
 width: 341px;
 height: 110px;
 margin-bottom: 5px;
 margin-top: 5px;
}

@media (max-width: 1199px) {
  .logo_header {
    height: 100px;
    width: 310px;
  }
  
  .alt_logo_header {
   height: 90px;
  }
}
@media (max-width: 991px) {
  .logo_header {
    width: 279px;
    height: 90px;
  }
  
  .alt_logo_header {
   height: 80px;
  }
}
@media (max-width: 767px) {
  .logo_header {
    width: 248px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  
  .alt_logo_header {
   height: 70px;
  }
}

@media (max-width: 333px) {
 .logo_header {
    width: 186px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  
  .alt_logo_header {
   height: 50px;
  }
}
 
.main_menu_row {
 background-color:#fff;
 color:#004092;
 border-top-color:#004092;
 border-top-width:1px;
 border-top-style:dotted;
 border-bottom-color:#cf020c;
 border-bottom-style:solid;
 border-bottom-width:3px;
}
 
.main_menu_col {
 text-align:center;
 padding-left:0px !important; 
 padding-right:0px !important;
}
 
 /*.col .main_menu_col{
  padding-left:0px !important; 
  padding-right:0px !important;
 }
 */
.main_menu_ul {
 list-style-type: none;
 margin-bottom: 3px;
 margin-top:3px;
 padding: 0;
 font-size:16px;
}

@media (max-width: 1199px) {
 .main_menu_ul {    
  font-size:15px;
 }
}
@media (max-width: 991px) {
 .main_menu_ul {    
  font-size:14px;
 }
}
@media (max-width: 767px) {
 .main_menu_ul {    
  font-size:13px;
 }
} 
 
 .main_menu_ul li {
  //display: inline-block;
  display: inline;
 }
 
 .main_menu_ul a {
  padding-bottom:6px;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  color:#004092;
 }
 
 .main_menu_ul a:visited {
  color:#004092;
 }
 
 .main_menu_ul a:hover {
  color:#004092;
  text-decoration:underline;
 }
 
 .menu_dd {
  display: inline-block;
  //display: inline;
 }
 
.sub_content_cart {
 margin-top:3px;
 display: none;
 position: absolute;
 right:20px;
 background-color: #f9f9f9;
 color: #000;
 min-width: 260px;
 min-height: 140px;
 max-width: 150px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
 padding-bottom:20px;
}

.sub_content_cart_col {
 padding:0px;
}

.cart_menu_header {
 color:#000;
 text-align:center;
 font-size:20px;
 font-weight:bold;
 padding-top: 15px;
 padding-bottom:15px;
}

.cart_menu_item_count {
 color:#000;
 text-align:left;
}

.cart_menu_subtotal { 
 color:#000;
 text-align:right;
}

.go_to_cart_button,
.start_shopping_button {
 margin-top:15px;
 margin-bottom:15px;
 width:100%;
}

.go_to_cart_button:hover,
.start_shopping_button:hover {
 background-color:#333;
 color:#fff;
}

.go_to_cart_button_link,
.start_shopping_button_link {
 padding:0px!important;
}

.cart_delivery_fee { 
 text-align: center;
 padding-left: 5px;
 padding-right: 5px;
}

.free_delivery { 
 color:#0f6c37;
 font-weight:bold;
 font-size:20px;
}

.paid_delivery {
 color:#cf020c;
 font-weight:bold;
 font-size:18px;
}
 
.menu_dd:hover .sub_content_cart {
  display: block!important;
}

 
 
.sub_content {
 margin-top:3px;
 display: none;
 position: absolute;
 background-color: #f9f9f9;
 min-width: 100%;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
 padding-bottom:20px;
 }

.sub_content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.sub_content a:hover {background-color: #f1f1f1}

.menu_dd:hover .sub_content {
  display: block;
}

.sub_brand a {
 font-weight:bold;
 padding-bottom:3px;
}

.sub_brand .sub_brand_b {
 font-weight:normal;
 padding-top:3px;
 padding-bottom:3px;
}

.catalog_steps_col {
  padding-left:0px;
  padding-right:0px;
  margin-bottom: 15px;
}

.catalog_step_col_enable {
 background-color:#333; 
 border-color:#333 !important;
}

.catalog_step_col_enable span {
 color:#fff;
}

.catalog_step_col_active {
 /*background-color:#333; */
 border-color:#333 !important;
}

.catalog_step_col_active:hover {
 cursor:pointer;
 background-color:#333;
}

.catalog_step_col_active span {
 /*background-color:#333; */
 color:#333; /* !important;*/
}

.catalog_step_col_active:hover span {
 color:#fff;
}

.catalog_step_text {
 /*font-weight:bold;*/
 font-size:18px;
 color:#ddd;
}
/*
.catalog_step_col_active .catalog_step_text:hover {
  color:#FF0000;
  cursor:pointer;
}*/

.catalog_step_title {
 font-weight:bold;
 font-size:24px;
 color:#ddd;
}

.catalog_step_col { 
 padding-top:10px;
 padding-bottom:10px;
 padding-left:10px;
 padding-right:10px;
 border-style:solid;
 border-width:2px;
 border-color:#ddd;
 margin-right:10px;
 text-align:center;
}
/*
.steps_enable {
 color:#fff !important;
}*/

.catalog_step_2_col { 
 padding-top:15px;
 padding-bottom:15px;
 padding-left:10px;
 padding-right:10px;
 border-style:solid;
 border-width:2px;
 border-color:#ddd;
 margin-right:10px;
 margin-left:10px;
 text-align:center;
}

.catalog_step2_text {
 font-weight:bold;
 color:#ddd;
}

.catalog_step2_title {
 font-weight:bold;
 color:#ddd;
}

.catalog_step_3_col { 
 padding-top:15px;
 padding-bottom:15px;
 padding-left:10px;
 padding-right:10px;
 border-style:solid;
 border-width:2px;
 border-color:#ddd;
 margin-left:0px;
 text-align:center;
}

.catalog_step3_text {
 font-weight:bold;
 color:#ddd;
}

.catalog_step3_title {
 font-weight:bold;
 color:#ddd;
}

.catalog_container {
margin-bottom:40px;
}

.browse_catalog_col {
 padding-bottom:10px;
}

.catalog_vehicle_selector_col {
 padding-left:0px;
 padding-right:0px;
}


.vehicle_selected,
.category_selected {
 padding-top:5px;
}

.selected_vehicle,
.selected_categories {
 padding-top:5px;
 font-size:20px;
}

.vehicle_select_year,
.vehicle_select_make,
.vehicle_select_model {
  padding-top:10px;
 }

.select_year {
 width:100%;
 font-weight:500;
 padding:5px;
 border-color:#333;
 border-radius:5px;
}

.select_make {
 width:100%;
 font-weight:500;
 padding:5px;
 border-color:#333;
 border-radius:5px;
}

.select_model {
 width:100%;
 font-weight:500;
 padding:5px;
 border-color:#333;
 border-radius:5px;
} 
 
.select_vehicle {
 width:100%;
 font-weight:500;
 padding:5px;
 border-color:#333;
 border-radius:5px;
}

.select_submodels {
 width:100%;
 font-weight:500;
 padding:5px;
 border-color:#333;
 border-radius:5px;
}

.catalog_categories_selector_col {
 padding-left:0px;
 padding-right:0px;
}

.category_container {

}

.categories_title_col {
 text-align:center;
 background-color:#333;
 color:#fff; 
 font-weight:bold; 
 padding-top:10px;
 padding-bottom:10px;
 font-size:20px;
}

.tmp {
 border-color:#333;
 border-top-width:2px;
 border-top-left-radius:5px;
 border-top-right-radius:5px;
 
}

.categories_list_col {
 background-color:#fff;
 color:#333;
 border-style:solid;
 border-color:#333;
 border-bottom-width:2px;
 border-top-width:0px;
 border-left-width:2px;
 border-right-width:2px;
 border-bottom-left-radius:5px;
 border-bottom-right-radius:0px;
 padding-left:0px;
 padding-right:0px;
}

.categories_jobs_col {
 border-style:solid;
 border-color:#333;
 border-bottom-width:2px;
 border-top-width:0px;
 border-left-width:0px;
 border-right-width:2px;
 border-bottom-right-radius:5px;
}
 
.parts {
 padding-left:0px;
 padding-right:0px;
}

.cat_list {
 border-bottom: 1px solid #333;
 list-style:none;
 padding-top:5px;
 padding-bottom:5px;
 padding-left:10px;
 line-height:30px;
 vertical-align: middle;
}

.cat_list:hover {
 cursor:pointer;
 font-weight:bold;
}

.cat_list_ul { 
  padding:0px;
  overflow: hidden;
}

.expand_more::before {
 font-family: 'Material Icons';
 font-feature-settings: 'liga';
 -webkit-font-feature-settings: 'liga';
 content:"add_circle";
 margin-right:10px;
 font-size: 24px;
 position: relative;
 top: 7px;
}

.expand_less::before {
 font-family: 'Material Icons';
 font-feature-settings: 'liga';
 -webkit-font-feature-settings: 'liga';
 content:"remove_circle_outline";
 margin-right:10px;
 font-size: 24px;
 position: relative;
 top: 7px;
}

.expand_less {
 font-weight:bold;
}

.expand_more {
 font-weight:normal;
}


.sub_list {
 list-style:none;
 margin-left:20px;
}

.sub_list:hover {
 cursor:pointer;
 font-weight:bold;
}

.sub_list_ul { 
  padding-left:0px;
}

.select_type {
 margin-left:80px;
 font-weight:normal;
 line-height:1;
 padding-top:5px;
 padding-bottom:5px;
}

.select_type:hover {
 cursor:pointer;
 text-decoration: underline;
}

.select_type_ul {
 padding-left:0px;
 list-style-type: disc;
 background-color:#333;
 color:#fff;
 margin-left:-30px;
}

.exception_container {
 border-style:solid;
 border-width:2px;
 border-color:#333;
 border-radius:5px;
 //padding-bottom:10px;
 margin-bottom:5px;
}
/*
.position_container {
 //border-left-width:2px;
 border-style:solid;
 border-width:2px;
 border-color:#333;
 border-radius:5px;
 margin-bottom:10px;
}

.position_container_col {
 margin-bottom:5px;
 padding-top:10px;
 padding-bottom:10px;
 background-color:#333;
 color:#fff;
}

.position_container_col h5{
margin-bottom:0px;
}*/

.catalog_products_selector_col {
 padding-left:0px;
 padding-right:0px; 
}

.part_filters_dd_container {
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
 padding-top:0px;
 border-style:solid;
 border-width:1px;
 border-color:#333;
 border-radius:3px; 
 margin-bottom:15px; 
}

.part_filters_dd_container label {
 padding-right:10px;
}

.select_part_filters {
  /*width: 100%;*/
  font-weight: 500;
  padding: 5px;
  border-color: #333;
  border-radius: 5px;
}

.part_filter_dd_title {
 background-color: #333;
 color: #fff;
 font-weight: bold;
 padding-top: 10px;
 padding-bottom: 10px;
 font-size: 18px;
 text-align: left;
 line-height:30px;
}

.part_filter_dd_col {
 padding-top: 10px;
 padding-bottom: 10px; 
}

.sidebar_html {
 padding-right:0px;
}

.sidebar_html_container {
  padding-right:0px;
  padding-left:0px;
}

.sidebar_filters_html {
 align-self: flex-start;
 position: -webkit-sticky; /* Safari */
 position:sticky;
 top:40px; 
}

.part_filters_content {
 padding-left:0px;
 padding-right:0px;
}

.part_filters_container {
 padding-bottom:10px;
 border-style:solid;
 border-width:1px;
 border-color:#333;
 border-radius:3px;
}

.change_vehicle_btn,
.change_category_btn {
 background-color:#333 !important;
 font-size:16px;
 font-weight:bold;
 margin-top:15px;
 border-style:solid;
 border-width:1px;
 border-color:#333;
}

.change_vehicle_btn:hover,
.change_category_btn:hover {
 background-color:#ddd !important;
 color:#333 !important;
 border-style:solid;
 border-width:1px;
 border-color:#333;
}

.category_selected_container,
.vehicle_select_container {
 padding-bottom:10px;
 border-style:solid;
 border-width:1px;
 border-color:#333;
 border-radius:3px;
}

.part_filters_title_col,
.categories_title_col,
.vehicle_select_title {
 background-color:#333;
 color:#fff;
 font-weight:bold; 
 padding-top:10px;
 padding-bottom:10px;
 font-size:20px;
 text-align:center;
}

.part_filters_name_col {
 font-weight:bold;
 font-size:18px;
 padding-top:5px;
 padding-bottom:5px;
 /*border-bottom-style:solid;
 border-bottom-width:2px;
 border-bottom-color:#333;
 border-top-style:solid;
 border-top-width:2px;
 border-top-color:#333;*/
}

.part_lists_container {
 padding-left:10px;
 padding-right:0px;
 border-style:solid;
 border-width:0px;
 border-color:#333;
 border-radius:5px;
  
}

.part_info_col {
 border-style:solid;
 border-width:1px;
 border-color:#ddd;
 border-radius:3px;
 padding-bottom:10px;
 margin-bottom:5px;
}

.exception_title_col {
 background-color:#333;
 color:#fff;
 font-weight:bold; 
 padding-top:10px;
 padding-bottom:10px;
}

.exception_message_col {
 padding-left:0px;
 padding-right:0px;
}

.exception_message_col p{
 margin-bottom:5px;
 text-align:justify;
}

.exception_go_back_col {
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-bottom-color:#004092;
 
}

.exception_question_col {
 font-weight:bold;
 padding-top:10px;
 padding-bottom:10px;
}

.exception_answer_col {
  margin-bottom:10px;
}

.exception_btn {
 border-style:solid;
 border-width:2px;
 border-color:#004092;
 background-color:#004092;
 color:#fff;
 font-weight:bold;
 margin-right:15px;
 font-size:16px;
 line-height:1;
}

.exception_btn:hover {
 background-color:#fff;
 color:#004092;
}
/*
.exception_btn:focus {
 background-color:#eee;
 color:#004092;
}
*/
.exception_gb {
  color:#004092;
  margin:0px;
  padding-top:0px;
  padding-bottom:0px;
  font-weight:bold;
}

.exception_gb:hover {
  color:#cf020c;
  cursor:pointer;
  font-weight:bold;
}

.exception_gb::before {
 font-family: 'Material Icons';
 font-feature-settings: 'liga';
 -webkit-font-feature-settings: 'liga';
 content:"navigate_before";
 margin-right:0px;
 //font-size: 24px;
 position: relative;
 top: 2px;
 text-decoration: none;
}

.exception_info_col {
 padding-left:0px; 
 padding-right:0px; 
 margin-top:10px;
}

.exception_more_title_col {
 border-top-color:#004092;
 border-top-style:dotted;
 border-top-width:1px;
 padding-top:10px;
 color:#004092;
}

.exception_info_title {
 font-weight:bold;
}

/*
.exception_more_link_row {
 //background-color:#00F;
}

.exception_more_link_col {
 background-color:#004092;
 //background-color:#e27a33;
 color:#fff;
 text-align:center;
 border-top-color:#004092;
 border-top-style:solid;
 border-top-width:2px;
}

.exception_more_link_col:hover {
 //background-color:#333;
 cursor:pointer;
 background-color:#fff;
 color:#004092;
}

.exception_info_link {
 padding-top:3px;
 font-weight:bold;
}
*/
.exception_info_btn {
 border-style:solid;
 border-width:2px;
 border-color:#004092;
 background-color:#004092;
 color:#fff;
 font-weight:bold;
 margin-right:15px;
 font-size:16px;
 line-height:1;
}

.exception_info_btn:hover {
 background-color:#fff;
 color:#004092;
}

.exception_more_text_row {
 padding-top:15px;
 padding-bottom:15px;
}

.qty_col.col { 
 padding-left:0px; 
 padding-right:0px; 
 margin:0 auto;
 margin-bottom:10px;
}

.btn {
 color:#fff;
 background-color:#004092;
}

.add_cart_button {
 background-color:#333;
 font-size:16px;
 font-weight:bold;
 max-width:150px;
 margin:0 auto 25px;
} 

.add_cart_btn {
}

.qty_col_select {
 text-align:center;
}

.quantity_dd {
 min-width: 50px;
 margin-bottom:10px;
}

.qty_minus_btn, .qty_plus_btn {
 background-color:#333;
 height:100%;
}

.qty_minus_btn i, .qty_plus_btn i {
 font-size:12px;
}

.qty_plus_btn {
}

.qty_textbox {
 margin-left:10px;
 margin-right:10px;
 height:100%;
 max-width:50px;
 
}

.qty_33 {
 height:33.333333%;
}

.qty_row {
 height:33.333333%;
 vertical-align:bottom;
 display:block;
}

.qty_row_select {
 height:33.333333%;
 vertical-align:bottom;
 /*margin-bottom:15px;*/
 display:none;
}

.part_qty_col {
 margin:0 auto;
 width:100%;
}

.part_price_col h2 {
 font-size:36px;
}

.deposit_span,
.part_deposit_span {
 color:#004092;
}

.web_only_span {
 display:block;
 color:#004092; 
 text-align:center;
 line-height: 18px;
 padding-bottom: 10px;
 font-weight: bold;
}

.part_deposit_col {
 text-align: center!important;
 padding-bottom:15px;
}

.cart_col_container {
 height:100%;
}

.cart_input_group {
 height:100%;
 justify-content:center;
}

.part_block_container {
 padding-left:0px;
 padding-right:0px;
}

.info_code {
 padding-left:0px;
 padding-right:0px;
}

.top_info_unit {
 /*border-bottom-style:solid;
 border-bottom-width:1px;
 border-bottom-color:#333;*/
}

.part_number_col {
 height:100%;
}

/*
.part_type_col span {
 font-weight:bold;
}*/
/*
.min_qty_col span {
 font-weight:bold;
}
*/
.fits_on_col {
 margin-top:10px;
}

.fits_on_col span {
 font-weight:bold;
}

.part_notes_col {
 margin-top:10px;
}

.part_notes_col span {
 font-weight:bold;
}

.fitson_attributes_ul {
 padding-left:20px;
}

.fitson_family_ul {
 padding-left: 10px;
 margin-bottom: 5px;
 list-style-type: none;
}

.fitson_family_ul span {
 /*font-weight:bold;*/
 font-weight:normal;
 text-decoration:underline;
}

/*NEED TO CLEAN BELOW*/

.img_block {
 padding-top:5px;
 padding-left:5px;
 padding-right:0px;
 padding-bottom:5px;
}

.parts_block_unit {
 padding-left:0px;
 padding-right:0px;
}

.image_code {
/*max-width:180px;*/
 text-align:center;
}

.part_image {
 padding-left:0px;
 padding-right:0px;
}

/*
.part_image_col {
 margin:auto;
}
*/

.part_image_col img {
 display:block;
 max-height:180px;
 max-width:170px;
 width:auto;
 height:auto;
 margin-left:auto;
 margin-right:auto;
}

/* Tablets and laptops */
@media (min-width: 768px) and (max-width: 1199px) {
 .part_image_col img {
  max-width:190px;
 }
 .cart_code {
  padding-top:15px;
 }
}

@media (min-width: 641px) and (max-width: 767px) {
 .part_image_col img {
  max-width:120px;
 }
 .cart_code {
  padding-top:0px;
 }
}

@media (min-width: 639px) and (max-width: 667px){
 .part_image_col img {
  max-width:110px;
 }
}

@media (max-width: 639px) {
 .info_code {
  padding-top:15px;
 }
}

.part_logo_col {
 text-align: center;
 width: 100%;
}

.part_no_col {
 background-color:#ddd;
 padding-top:10px;
 border-bottom-style:solid;
 border-bottom-width:2px;
 border-bottom-color:#333;
}

.part_no_col p {
 color:#333;
 font-weight:bold; 
 margin-bottom:auto;
 margin-top:auto;
 /*position:absolute;*/
}

.mfg_label {
 background-color:#555;
 padding-top:10px;
 border-bottom-style:solid;
 border-bottom-width:2px;
 border-bottom-color:#333;
 text-align:right;
}

.mfg_label p {
 color:#fff;
 margin-bottom:auto;
 margin-top:auto;
 /*font-weight:bold;
 position:absolute;*/
}

@media (max-width: 1024px) {
 .part_no_col{
   padding-top:0px;
   border-bottom-style:none;
   border-bottom-width:0px; 
  }
 .mfg_label {
  padding-top:0px;
   border-bottom-style:none;
   border-bottom-width:0px; 
 }
}

@media (max-width: 767px) {
 .part_no_col{
   padding-top:0px;
   border-bottom-style:none;
   border-bottom-width:0px; 
  }
 .mfg_label {
  padding-top:0px;
   border-bottom-style:none;
   border-bottom-width:0px; 
 }
}

.part_position_col {
 /*background-color:#333;
 color:#fff;*/
 margin-top:10px;
}

.part_position_col span {
 font-weight:bold;
}

.part_notes_col span {
 font-weight:bold; 
}

.spacer_col {
 padding-top:10px;
}

.part_type_col {
}

.part_search_txt {
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
}

.part_search_txt_col {
  padding-right:0px;
}

.part_search_button {
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
}

.part_search_button_col {
 padding-left:0px;
}

/*NEED TO CLEAN ABOVE*/

.content_container {
 margin-bottom:40px;
}

.content_container_row {
 /*margin-bottom:25px;*/
}

.footer_legal_menu_ul {
 list-style-type:none;  
 text-align:right;
}

.footer_legal_menu_ul li {
 display:inline;
}

.footer_legal_menu_ul a {
 color:#fff;
}

.footer_container {
 position:absolute;
 bottom:0;
 left:0;
 width:100%;
 height:40px;
 background-color:#333333;
 color:#fff;
 /*box-shadow: 0 50vh 0 50vh #000;*/
}

@media (max-width: 330px) {
 .footer_container {
  height:50px;
 }
 .content_container {
  margin-bottom:50px;
 } 
 .legal_footer_menu_row {
    font-size: 5px;
    line-height: 7px;
 }
}

@media (min-width: 331px) and (max-width: 364px) {
 .footer_container {
  height:140px;
 }
 .content_container {
  margin-bottom:140px;
 }
} 

@media (min-width: 365px) and (max-width: 384px) {
 .footer_container {
  height:110px;
 }
 .content_container {
  margin-bottom:110px;
 }
}

@media (min-width: 385px) and (max-width: 420px) {
 .footer_container {
  height:90px;
 }
 .content_container {
  margin-bottom:90px;
 }
}
 
@media (min-width: 768px) and (max-width: 991px) {
 .footer_container {
  height:60px;
 }
 .content_container {
  margin-bottom:60px;
 }
} 


.legal_footer_container {
 padding-top:10px;
}

.legal_footer_container p {
  margin-bottom:10px;
}

.legal_footer_container ul {
  margin-bottom:10px;
}

.main_footer_menu_row {
}

.legal_footer_menu_row {
  font-size:10px;
}

.legal_menu_col_a {
}

.legal_menu_col_ul {
}

/*
.cart_main {
 padding-left:0px;
 padding-right:0px;
}
*/
.cart_content {
 padding-left:0px;
 padding-right:0px;
}

.cart_content_col {
 padding-left:0px;
}

.cart_main_title_col {
 background-color:#333;
 color:#fff;
 margin-bottom:20px;
}

.display_cart {
 margin-top:20px;
}
/*
.cart_summary_header_row {
 min-height:30px;
 padding-top:10px;
 padding-bottom:10px;
 margin-bottom: 10px;
 background-color:#f1f1f1;
 color:#000;
 display: -webkit-flex; 
 -webkit-align-items: center; 
 display: flex;
 align-items: center;
 font-weight:bold;
}*/

.cart_items_header_row {
 min-height:30px;
 padding-top:10px;
 padding-bottom:10px;
 background-color:#f1f1f1;
 color:#000;
 display: -webkit-flex; /* Safari */
 -webkit-align-items: center; /* Safari 7.0+ */
 display: flex;
 align-items: center;
 font-weight:bold;
}

.cart_header_article_col { }

.cart_header_delete_col,
.cart_header_unit_price_col,
.cart_header_qty_col,
.cart_header_subtotal_col {
 display:block;
 text-align:center;
}

@media (max-width: 414px) {
 
}

.cart_items_row {
 padding-top:10px;
 display: -webkit-flex; /* Safari */
 -webkit-align-items: center; /* Safari 7.0+ */
 display: flex;
 align-items: center;
}

@media (max-width: 992px) {
 .cart_header_delete_col,
 .cart_header_unit_price_col,
 .cart_header_qty_col,
 .cart_header_subtotal_col {
  display:none;
 }
 .article_item_col,
 .delete_item_col,
 .qty_item_col,
 .subtotal_item_col {
  padding-left:5px; 
  padding-right:5px;
 }
 .unit_price_item_col {
  display:none;
 }
}

@media (min-width: 569px) and (max-width: 812px) {
 .cart_header_unit_price_col,
 .unit_price_item_col {
  display:none;
 }
} 

.delete_item { 
 cursor:pointer;
 color:#cf020c;
}

.delete_item:hover {
 cursor:pointer;
 font-weight:bold;
 color:#333; 
}
/*
.delete_item p:before {
 font-family: 'Material Icons';
 font-feature-settings: 'liga';
 -webkit-font-feature-settings: 'liga';
 content:"delete_forever";
 font-style: normal;
 font-weight: normal;
 text-align: center;
 text-transform: none;
 width: auto;
 visibility: inherit;
 display: inline-block;
 font-size: 26px;
 vertical-align: middle;
 text-decoration: none;
}
*/
/* padding-left:5px;
 padding-right:5px;*/

.steps_container {
 margin-top:20px;
 margin-bottom:10px;
}


.order_steps_col {
  padding-left:0px;
  padding-right:0px;
  margin-bottom: 20px;
}

.steps_col_enable {
 background-color:#333; 
 border-color:#333 !important;
}

.steps_col_enable span {
 color:#fff;
}

.steps_col_active {
 /*background-color:#333; */
 border-color:#333 !important;
}

.steps_col_active span {
 /*background-color:#333; */
 color:#333 !important;
}

.order_step_1_col { 
 padding-top:15px;
 padding-bottom:15px;
 padding-left:10px;
 padding-right:10px;
 border-style:solid;
 border-width:2px;
 border-color:#ddd;
 margin-right:10px;
 text-align:center;
}

.steps_enable {
 color:#fff !important;
}

.order_step1 {
 font-weight:bold;
 color:#ddd;
}

.order_step_2_col { 
 padding-top:15px;
 padding-bottom:15px;
 padding-left:10px;
 padding-right:10px;
 border-style:solid;
 border-width:2px;
 border-color:#ddd;
 margin-right:10px;
 margin-left:10px;
 text-align:center;
}

.order_step2 {
 font-weight:bold;
 color:#ddd;
}

.order_step_3_col { 
 padding-top:15px;
 padding-bottom:15px;
 padding-left:10px;
 padding-right:10px;
 border-style:solid;
 border-width:2px;
 border-color:#ddd;
 margin-left:10px;
 text-align:center;
}

.order_step3 {
 font-weight:bold;
 color:#ddd;
}

.cart_main_content_col {
}

.cart_content_col {
/*for testing*/
 border-style:solid;
 border-width:1px;
 border-color:#f1f1f1;
 padding-left: 0px;
 padding-right: 0px;
}
.order_info_col {
/*for testing*/
 border-style:solid;
 border-width:0px;
 padding-left: 0px;
 padding-right: 0px;
}

.step1_info_container {
 padding-left: 0px;
 padding-right: 5px;
}

.step1_info_col {
 //padding-left: 0px;
 //padding-right: 5px;
 margin-bottom:20px;
}

.step1_delivery_address_info_col {
 margin-bottom:20px;
}

.order_info_title_col {
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: #f1f1f1;
 font-weight: bold;
}

.step1_info_forms_col,
.step2_info_forms_col,
.step3_info_forms_col,
.order_info_forms_col {
 margin-top:20px;
 //margin-bottom:20px;
}

.order_summary_col,
.cart_summary_col {
 padding-right:0px;
}

@media (max-width: 768px) {
 .cart_summary h6 {
  font-size:14px;
 }
 .cart_summary h5 {
  font-size:15px;
 }
}

@media (max-width: 767px) {
 .order_summary_col,
 .cart_summary_col {
  padding-left:0px;
  padding-top:15px;
 }
}

.step1_summary,
.step2_summary,
.step3_summary,
.order_summary,
.cart_summary { 
 border-width:1px;
 border-style:solid;
 border-color:#f1f1f1;
 position: -webkit-sticky; /* Safari */
 position:sticky;
 top:40px; 
}

.step1_summary_header_col,
.step2_summary_header_col,
.step3_summary_header_col,
.order_summary_header_col,
.cart_summary_header_col {
 padding-top:10px;
 padding-bottom:10px;
 background-color:#f1f1f1;
 text-align:center;
 font-weight:bold;
}

.step1-order-btn,
.step2-order-btn,
.step3-order-btn,
.order-order-btn,
.cart-order-btn { 
 background-color:#333;
 color:#fff;
 font-weight:bold;
 padding-bottom:10px;
 padding-top:10px;
 margin-bottom:10px;
 margin-top:10px;
}

.step1-order-btn:hover,
.step2-order-btn:hover,
.step3-order-btn:hover,
.order-order-btn:hover,
.cart-order-btn:hover {
 background-color:#f1f1f1;
 color:#333;
}

.paypal-button {
 margin-bottom:10px;
}

.pay_now_col a {
 text-decoration:none;
}

.step1_prod_sum_title_col,
.step2_prod_sum_title_col,
.step3_prod_sum_title_col,
.order_prod_sum_title_col,
.cart_prod_sum_title_col {
 margin-top:10px;
}

.forms_info_container {
 border-style: solid;
 border-width: 2px;
 border-color: #f1f1f1;
 padding-bottom: 20px;
}

.forms_info_title_col {

}

.forms_info_container label {
 font-weight:bold;
}

.forms_info_col { 
 padding-top:15px;
}

.address_same_col {
 
}

.address_same_title {
 margin-top:20px;
 margin-bottom:20px;
 font-weight:bold; 
}
/*
.address_same_control_col {
 border-width:1px;
 border-style:solid;
 padding-left:0px;
 padding-right:0px;
}

.radio_combo_text_input {
 background-color:#333;
 display:inline-block;
 width:40px;
 height:40px;
}

.radio_combo_text_content {
 background-color:#f00;
 display:inline-block;
 width:calc(100% - 40px);
 height:40px;
 vertical-align:middle;
 font-weight:bold;
 padding-left:20px;
}
*/

.radio_text_combo_container { 
}

.radio_text_combo_input {
 border-width:1px;
 border-style:solid;
 border-color:#333;
 display:flex;
 align-items:center;
 -ms-flex: 0 0 40px;
 flex: 0 0 40px;
 background-color:#f1f1f1; 
 height:50px;
 line-height:50px;
 border-right-style:none; 
}

.radio_text_combo_content { 
 border-width:1px;
 border-style:solid;
 border-color:#333;
 display:flex;
 align-items:center;
 height:50px;
 line-height:20px;
 font-size:16px;
}

.delivery_options_info_col {
 font-size:12px;
 line-height:14px;
 padding-top:5px;
 padding-left:45px;
}

.delivery_options_info_col::before {
 font-family: 'Material Icons';
 font-feature-settings: 'liga';
 -webkit-font-feature-settings: 'liga';
 content:"info_outline";
 position:absolute;
 left:15px; 
 top:10px;
 font-size: 24px;
 color:#333;
}
//
/*
.radio_text_combo_input + input::checked {
 background-color:#333;
 color:yellow;
 height:100px;
}*/

.radio_text_combo_input:hover {
 background-color:#333;
 cursor:pointer;
}

.radio_text_checked {
 background-color:#333;
}
/*
.radio_text_combo_input .radio_input:checked {
 background-color:#333;
 color:#333;
}*/

/*
.address_same_yes_input {
 border-width:1px;
 border-style:solid;
 border-color:#333;
 display:flex;
 align-items:center;
 -ms-flex: 0 0 40px;
 flex: 0 0 40px;
 background-color:#f1f1f1; 
 height:50px;
 line-height:50px;
 border-right-style:none;
}

.address_same_yes_content {
 border-width:1px;
 border-style:solid;
 border-color:#333;
 display:flex;
 align-items:center;
 height:50px;
 line-height:50px;
}

.address_same_no_input {
 border-width:1px;
 border-style:solid;
 border-color:#333;
 display:flex;
 align-items:center;
 -ms-flex: 0 0 40px;
 flex: 0 0 40px;
 background-color:#f1f1f1; 
 height:50px;
 line-height:50px;
 border-right-style:none;
}

.address_same_no_content {
 border-width:1px;
 border-style:solid;
 border-color:#333;
 display:flex;
 align-items:center;
 height:50px;
 line-height:50px;
}
*/
.address_same_control_col_yes {
 padding-left:0px;
 padding-right:0px;
 margin-right:5px;
}

.address_same_control_col_no {
 padding-left:0px;
 padding-right:0px;
 margin-left:5px;
}

.delivery_option_instruction_col {
 margin-top:20px;
 margin-bottom:20px;
 font-weight:bold;
}

.delivery_option_forms_col_no_margin { 
 margin-bottom:0px;
 margin-top:0px;
}

.home_delivery_option {
 font-size:14px;
}

.delivery_option_forms_col_margin_top { 
 margin-bottom:0px;
 margin-top:20px;
}

.store_pickup_location_col_margin_top {
 margin-bottom:0px;
 margin-top:10px;
}

.store_pickup_location_chic_container, 
.store_pickup_location_jonq_container,
.store_pickup_location_alma_container,
.store_pickup_location_baie_container {
 padding-left:30px;
}

.store_pickup_option_title_col {
 margin-bottom:0px;
 margin-top:20px;
 font-weight:bold;
 padding-left:30px;
}

.transaction_status_container {
 padding-left:0px;
 padding-right:0px;
}

.transaction_invoice_col {
 padding-left:0px;
 padding-right:0px;

}

.invoice_header_col {
 padding-bottom:0px;
 padding-top:10px;
}

.invoice_col {
 padding-bottom:0px;
 padding-top:10px;
}

.receipts_thank_you_col {
 padding-top:15px;
}

.address_element_container {

}

.address_element_title {

}

.address_element_col {

}

.address_element_title p{
 margin-bottom:5px;
}

.address_element_col p{
 margin-bottom:0px;
 font-size:12px;
}

.invoice_information_col {
 font-size:12px;
}

.merchandise_element_title {
 font-weight:bold;
}

.merchandise_element_title p {
 margin-bottom:0px;
}

.merchandise_element_col {
 font-size:12px;
}

.merchandise_element_center {
 text-align:center;
}

.invoice_summary h6 {
 font-size:12px;
}

.invoice_summary h5 {
 font-size:13px;
}

.receipts_information_container {
 padding-left:0px;
 padding-right:0px;
 margin-top:15px;
}

.receipts_thank_you_row {
}

.receipts_delivery_type_col {
padding-left:0px;
}

.receipts_information_col p {
 margin-bottom:5px;
}

.receipts_details_col {
 margin-top:15px;
}

.payment_method_container {
 padding-left:0px;
 padding-right:0px;
}

.payment_method_container p {
 margin-bottom:0px;
}

.receipts_billing_col {
padding-left:0px;
} 

.receipts_billing_col
.receipts_shipping_col {

}

.no_parts_container {
 width: 675px;
 margin-top: 25px; 
}

.no_parts_chat_info_container {
 width:90%;
 margin-top: 30px;
 border-style: solid;
 border-radius: 5px;
 border-width: 1px;
}

.no_parts_chat_info_title_row {
 padding-top: 10px;
 padding-bottom: 10px;
 background: #333;
 color: #fff;
 border-top-right-radius: 2px;
 border-top-left-radius: 2px;
}

.no_parts_chat_info_hour_row {
 padding-top: 10px;
 padding-bottom: 10px;
}

.story_col {
 padding-left:0px;
 padding-right:0px;
}

.story_col p {
 font-size:16px;
 text-align:justify;
}

.storyimg {
 margin: 10px;
}
.story {
 padding: 10px;
}

.politics_col {
 margin-top:25px;
}

.politics_col p,
.politics_col ul,
.politics_col ol {
 font-size:16px;
 text-align:justify;
}

.politics_col h4 {
 font-size:22px;
 font-weight:bold;
}

.politics_col h6 {
 font-size:18px;
 text-decoration:underline;
}

.politics_col .notes {
 font-size:14px;
 font-style:italic;
}

.our_prods_container {
 margin-top:25px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:15px;
 padding:0px;
}

.our_prods_block_container {
 width:100%;
 height:270px;
}

.our_prods_blocks {
 padding-top:10px;
 padding-bottom:10px;
 padding-left:10px;
 padding-right:10px;
}

.our_prods_blocks:hover {
 background-color:#004092;
 border-style:solid; 
 border-width:1px;
 border-radius:5px;
 background-color:#004092;
}

.our_prods_blocks:hover .our_prods_img {
 display:none;
}

.our_prods_blocks:hover .our_prods_p {
 display:block;
}

.our_prods_blocks:hover .our_prods_btn {
 display:block;
}

.our_prods_blocks_content {
 position:relative;
 border-style:solid; 
 border-width:1px;
 padding-left:5px;
 padding-right:5px;
}

.our_prods_blocks_title {
 background-color:#333;
 margin:0px;
 padding:2px;
 border-radius:5px;
 color:#fff;
 text-align:center;
}
/*@media (max-width: 991px){.additional-class-313399405{line-height:27px;font-size:18px}}*/

.our_prods_title {
 margin-bottom:0px;
 font-size:20px;
 line-height: 28px;
 font-family: Arial;
}

.our_prods_blocks_img {
 margin: 20px 20px 10px;
 vertical-align: middle;
 display: inline-block;
 text-align: center;
 width:100%
}

.our_prods_img {
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 max-width: 100%; 
 height: auto;
}

.our_prods_p {
 display:none;
 color:#fff;
 text-align:justify;
 margin:auto;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 z-index: 1;
 top: 20%;
 left: 50%;
 position: absolute;
 width: 100%;
}

.our_prods_btn {
 display:none;
 color:#333;
 background-color:#fff;
 line-height: 20.00000001px;
 font-size: 14px;
 font-weight:bold;
 position: absolute;
 left: 50%;
 width: 75%;
 z-index: 2;
 bottom: 30px;
 -webkit-transform: translateX(-50%) translateY(0);
 -moz-transform: translateX(-50%) translateY(0);
 -ms-transform: translateX(-50%) translateY(0);
 transform: translateX(-50%) translateY(0);
 border-color:#333;
 border-style:solid;
 border-width:2px;
}

.our_prods_btn:hover {
 color:#fff;
 background-color:#333;
 border-color:#fff;
 border-style:solid;
 border-width:2px;
}

.our_prods_detail_top_container {
 width:100%;
 height:100%;
 padding:0;
}

.our_prods_detail_img_container {
 margin-top: auto;
 margin-bottom: auto;
}

.our_prods_detail_img {
 /*background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;*/
 max-width: 586px; 
 height: auto;
 width:100%;
}

.our_prods_detail_text_container {

}

.our_prods_detail_text {
 text-align:justify;
 line-height:1.3;
}

.our_prods_detail_title {
 margin-bottom:10px;
 font-size:30px;
 line-height: 28px;
 font-family: Arial;
}

.our_prods_detail_top_container {
 margin-top:25px;
 margin-bottom:15px;
 padding:0px;
}

.our_prods_detail_middle_container {
 background-color:#004092;
 border-bottom-color:#fff;
 border-bottom-style:solid;
 border-bottom-width:2px;
}

.our_prods_detail_middle_container h4 {
 margin-top:8px;
 line-height: 28.57142858px;
 text-align: center;
 text-transform: uppercase;
 font-weight: bold;
 color: #fff;
 -webkit-text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 -o-text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 -ms-text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 -moz-text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 -webkit-text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 -o-text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 -ms-text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 -moz-text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 text-shadow: 0px 0px 2px #000000, 0px 0px 6px #000;
 font-size: 20px;
}

.our_prods_detail_bottom_container {
 background-color:#333;
 padding-top:15px;
 padding-bottom:25px;
}

.our_prods_detail_block_container {
 padding-left:0px;
 padding-right:0px;
}

.our_prods_detail_blocks {
 background-color:#fff;
 border-style:solid; 
 border-width:1px;
 border-radius:10px;
 padding-left:10px;
 padding-right:10px;
 padding-top:10px;
 height:270px;
}

.our_prods_detail_blocks:hover {
 background-color:#004092;
 border-style:solid; 
 border-width:1px;
 border-radius:5px;
 background-color:#004092;
}

.our_prods_detail_blocks:hover .our_prods_detail_block_img {
 display:none;
}

.our_prods_detail_blocks:hover .our_prods_detail_blocks_title {
 display:block;
}

.our_prods_detail_blocks:hover .our_prods_detail_block_text {
 display:block;
}

.our_prods_detail_blocks_title {
 display:none;
 text-align:center;
}

.our_prods_detail_blocks_img {
 text-align: center;
}

.our_prods_detail_block_title_img {
 height:38px;
}

.our_prods_detail_block_text {
 display:none;
 color:#fff;
 text-align:justify;
 line-height:16px;
 font-size:15px;
 padding:5px;
 margin-top:auto;
 margin-bottom:auto;
}

.our_prods_detail_block_img {
 max-width: 100%; 
 height: 230px;
}

.our_stores_all {
 padding:0px;
}

.our_stores_big_map_col {
 padding:0px;
}

.find_your_store_col {
 background-color:#ddd;
 font-family:arial
}
.find_your_store_col h5 {
 line-height: 22.85714286px;
 font-size: 16px;
 font-weight: bold;
 margin-bottom:8px;
 margin-top:8px;
}

.all_stores_chic_col,
.all_stores_jonq_col,
.all_stores_alma_col,
.all_stores_baie_col { 
 padding-left:0px;
 padding-right:0px;
 padding-top:20px;
}

.our_stores_btn {
 margin-top: 10%;
}

.our_stores_btn:hover {
 background-color:#333;
 color:#fff;
}

.my_position_btn {
 cursor: pointer;
 border-bottom-right-radius:0px;
 border-top-right-radius:0px;
}

.my_position_btn:hover {
 background-color:#333;
 color:#fff;
}

.my_position_search_btn {
 cursor: pointer;
 border-bottom-left-radius:0px;
 border-top-left-radius:0px;
}

.my_position_search_btn:hover {
 background-color:#333;
 color:#fff;
}

.my_position_col,
.my_address_col,
.search_adresse_col {
 padding-left:0px;
 padding-right:0px;
}

.my_position,
.my_address,
.search_adresse {
 width:100%;
 height:40px;
}

.my_address {
 height: 40px; 
 border: none; 
 border-radius: 0; 
 border-bottom: 1px solid #333; 
 border-top: 1px solid #333;
}

.reg_maps_col {
 padding-left:0px;
 padding-right:0px;
}

.reg_store_info_col {
 margin-top:15px;
 padding-left:0px;
 padding-right:0px;
}

.schedule_normal { 
 text-decoration: line-through;
}

.schedule_temp { 
 color:#cf020c;
}

.home_page_container {
 padding-left:0px;
 padding-right:0px;
}

.home_page_maker_image {
 max-width: 100%;
 vertical-align: middle;
 display: inline-block;
 text-align: center;
}

.home_page_title_row {
 background-color:#004092;
 color:#fff;
 border-top-color:#fff;
 border-top-style:solid;
 border-top-width:2px;
 border-bottom-color:#fff;
 border-bottom-style:solid;
 border-bottom-width:2px;
}

.home_page_title_col {
 text-align:center;
 padding-top:10px;
 padding-bottom:10px
}

.home_page_title_h4 {
 margin:0px;
 line-height: 20px;
 text-align: center;
 text-transform: uppercase;
 font-weight: bold;
 color: #ffffff;
 font-size: 16px;
}

.home_page_addresses_row {
 background-color:#333;
 color:#fff;
}

.home_page_addresses_col {
 text-align:center;
 padding-top:15px;
 padding-bottom:15px;
}
/**/

.icon-phone:before {
 font-family: 'Material Icons';
 font-feature-settings: 'liga';
 -webkit-font-feature-settings: 'liga';
 content:"phone";
 font-style: normal;
 font-weight: normal;
 text-align: center;
 text-transform: none;
 width: auto;
 visibility: inherit;
 display: inline-block;
 font-size: 26px;
 line-height: 26px;
 vertical-align: middle;
 text-decoration: none;
}

.additional-class-3006:before {
 font-family: 'Material Icons';
 font-feature-settings: 'liga';
 -webkit-font-feature-settings: 'liga';
 content:"place";
 font-style: normal;
 font-weight: normal;
 text-align: center;
 text-transform: none;
 width: auto;
 visibility: inherit;
 display: inline-block;
 font-size: 26px;
 line-height: 26px;
 vertical-align: middle;
 text-decoration: none;
}

.additional-class-19925:before {
 font-family: 'Material Icons';
 font-feature-settings: 'liga';
 -webkit-font-feature-settings: 'liga';
 content:"search";
 font-style: normal;
 font-weight: normal;
 text-align: center;
 text-transform: none;
 width: auto;
 visibility: inherit;
 display: inline-block;
 font-size: 26px;
 line-height: 26px;
 vertical-align: middle;
 text-decoration: none;
}

.parallax_inner_text_container {
 color: #fff;
 text-align: center;
 margin-top: auto;
 margin-bottom: auto;
 position: absolute;
 top: 50%;
 left: 50%;
 right: auto;
 bottom: auto;
 background-color: rgba(51, 51, 51, 0.8);
 padding-bottom: 2em;
 padding-top: 1em;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 width: 750px;
 height:70%;
 border-radius: 10px;
}

.parallax_inner_text_container h2 {
 font-size:28px;
 text-transform: uppercase;
 border-bottom-color:#fff;
 border-bottom-style:solid;
 border-bottom-width:2px;
 border-top-color:#fff;
 border-top-style:solid;
 border-top-width:2px;
 margin:0px;
 padding-bottom:5px;
 padding-top:4px;
}

.parallax_inner_cols {
 padding:0px;
}

.parallax_inner_cols p,
.parallax_inner_cols a {
 position: relative;
 top: 30%;
}

.shop_now_btn {
 background-color:#666;
 border-style:solid;
 border-color:#fff;
 border-width:2px;
 width:70%;
 text-transform:uppercase;
 padding-bottom:15px;
 padding-top:15px;
 font-family:arial;
 font-weight:500;
}

.shop_now_btn:hover {
 background-color:#333;
 color:#fff;
}

.store_info_menu_container h5 {
}
.store_info_menu_container p {
}

.price_update_container {
 border-radius: 5px;
 border-style: solid;
 border-color: #333;
 border-width: 1px;
 margin-left: 15px;
 margin-right: 15px;
 margin-top: 15px;
 margin-bottom: 15px;
 padding-left: 0px;
 padding-right: 0px;
}

.price_update_manufacturer_name_col,
.price_update_all_col,
.price_update_instructions_col {
 background-color:#333;
 color:#fff;
 padding-bottom: 5px;
 padding-top: 5px;
}

.price_update_subline_container .row,
.price_update_all_button_col,
.price_update_instructions_txt_col {
 padding-bottom: 5px;
 padding-top: 5px;
 border-style:solid;
 border-color:#333;
 border-width:1px;
}

.price_update_subline_elements_col {
 padding-right: 0px;
 padding-left:0px;
}

.pricing_update_btn,
.pricing_update_all_btn {
 border-style:solid;
 border-color:#333;
 border-width:1px; 
}

.pricing_update_btn:hover,
.pricing_update_all_btn:hover {
 color:#000;
 background-color:#ddd;
}

@media (max-width: 1199px) {
  .parallax_inner_text_container {
    width: 650px;
  }
  .parallax_inner_text_container h2 {
   font-size:24px;
  }
}
@media (max-width: 991px) {
 .parallax_inner_text_container {
  width: 550px;
  height:75%;
 }
 .parallax_inner_text_container h2 {
  font-size:18px;
 }
 .parallax_inner_cols p,
 .parallax_inner_cols a {
  top: 25%;
  font-size: 16px;
 }
 .shop_now_btn {
  width:85%;
  font-size:15px;
 }
 .store_info_menu_container h5 {
 }
 .store_info_menu_container p {
  font-size:13px;
 }
 .part_filters_dd_container {
  display:none;
 }
 .part_lists_container {
  padding-left:0px;
  padding-top:10px;
 }
}
@media (max-width: 767px) {
 .parallax_inner_text_container {
  width: 95%;
  height:75%;
 }
 .parallax_inner_text_container h2 {
  font-size:14px;
 }
 .parallax_inner_cols p,
 .parallax_inner_cols a {
  top: 20%;
  font-size: 12px;
 }
 .shop_now_btn {
  width:85%;
  font-size:15px;
 }
 .home_page_title_h4 {
  line-height: 18px;
  font-size: 14px;
 }
 .store_info_menu_container h5 {
 }
 .store_info_menu_container p {
  display:none;
 }
 .catalog_step_col {
  margin-right:0px;
 }

 .vehicle_select_year,
 .vehicle_select_make {
  padding-bottom:10px;
 }
 .part_filters_dd_container {
  display:none;
 }
 .part_filters_content {
  margin-bottom:10px;
 }
 .part_lists_container {
  padding-left:0px;
 }
 
}



.home_page_parallax_col1 {
  height: 320px;
  background-attachment: fixed;
  background-image: url(https://www.piecesdautosstegenevieve.com/images/4e8a93cfeef64bde9071a8630c97139d_piecesdautosstegenevieve.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}

.home_page_parallax_col1 img {
 height:300px;
}

@media (max-width: 1199px) {
  .home_page_parallax_col1 {
    height: 300px;
    background-image: url(https://www.piecesdautosstegenevieve.com/images/538dd3f7ff72dd3496031052b3a3f4ff_piecesdautosstegenevieve_MD.jpg);
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  .home_page_parallax_col1 {
    height: 290px;
    background-image: url(https://www.piecesdautosstegenevieve.com/images/ba13b84c1fbc3f30064483bfb7226946_piecesdautosstegenevieve_SM.jpg);
  }
}
@media (max-width: 767px) {
  .home_page_parallax_col1 {
    height: 290px;
  }
}
.bd-parallax-bg-effect > .home_page_parallax_col1 {
  background-color: transparent;
  z-index: 0;
}

.carousel {
  line-height: inherit;
}
.carousel.bd-carousel-fade .item {
  left: 0 !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel.bd-carousel-fade .next,
.carousel.bd-carousel-fade .prev {
  opacity: 0;
}
.carousel.bd-carousel-fade .next.left,
.carousel.bd-carousel-fade .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel.bd-carousel-fade .active.left,
.carousel.bd-carousel-fade .active.right {
  opacity: 0;
  z-index: 2;
}
.carousel.bd-carousel-fade .bd-left-button,
.carousel.bd-carousel-fade .bd-right-button,
.carousel.bd-carousel-fade .bd-slider-indicators {
  z-index: 3;
}
.carousel.bd-carousel-right .next {
  left: -100%;
}
.carousel.bd-carousel-right .prev {
  left: 100%;
}
.carousel.bd-carousel-right .next.left,
.carousel.bd-carousel-right .prev.right {
  left: 0;
}
.carousel.bd-carousel-right .active.left {
  left: 100%;
}
.carousel.bd-carousel-right .active.right {
  left: -100%;
}
.carousel.bd-carousel-top .item {
  left: 0;
  -webkit-transition-property: top;
  transition-property: top;
}
.carousel.bd-carousel-top .active {
  top: 0;
}
.carousel.bd-carousel-top .next {
  top: 100%;
}
.carousel.bd-carousel-top .prev {
  top: -100%;
}
.carousel.bd-carousel-top .next.left,
.carousel.bd-carousel-top .prev.right {
  top: 0;
}
.carousel.bd-carousel-top .active.left {
  top: -100%;
}
.carousel.bd-carousel-top .active.right {
  top: 100%;
}
.carousel.bd-carousel-bottom .item {
  left: 0;
  -webkit-transition-property: top;
  transition-property: top;
}
.carousel.bd-carousel-bottom .active {
  top: 0;
}
.carousel.bd-carousel-bottom .next {
  top: -100%;
}
.carousel.bd-carousel-bottom .prev {
  top: 100%;
}
.carousel.bd-carousel-bottom .next.left,
.carousel.bd-carousel-bottom .prev.right {
  top: 0;
}
.carousel.bd-carousel-bottom .active.left {
  top: 100%;
}
.carousel.bd-carousel-bottom .active.right {
  top: -100%;
}
.carousel.bd-vertical-items .bd-left-button,
.carousel.bd-vertical-items .bd-right-button {
  position: relative;
}
.carousel.bd-vertical-items.bd-vertical-arrows .bd-right-button > a {
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -moz-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  -o-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}



/*custom*/
@media (max-width: 332px) {
 .order_steps_col {
  margin-bottom:10px;
  font-size:12px; 
  text-align:justify;
 }
 
 .order_step_1_col {
  margin-right:5px;
 }
 
 .order_step_2_col {
  margin-right:0px;
  margin-left:0px;
 }
 
 .order_step_3_col {
  margin-right:0px;
  margin-left:5px;
  margin-top:0px;  
 }
 
 .address_same_no_input {
  max-width:20px;
  padding-left:4px;
  padding-right:4px;
 }
 
 .address_same_yes_input {
  max-width:20px;
  padding-left:4px;
  padding-right:4px;
 }
}

@media (max-width: 376px) {
 .order_steps_col {
  font-size:13px; 
  text-align:justify;
 }
} 

@media (max-width: 414px) {
 .order_info_title_col {
  text-align:center;
 }
 
 .delivery_option_instruction_col,
 .store_pickup_option_title_col,
 .address_same_title {
  font-size:small;
 }
 
 .radio_text_combo_container {
  line-height:14px;
  font-size:14px;
 }
}

@media (max-width: 333px) {
 .shop_now_btn {
    width: 90%;
    font-size: 10px;
 }
 
 .parallax_inner_cols p, .parallax_inner_cols a {
    top: 20%;
    font-size: 8px;
 }
 
 .store_info_menu_chic_col h5,
 .store_info_menu_jonq_col h5,
 .store_info_menu_alma_col h5,
 .store_info_menu_baie_col h5 {
   font-size: 10px;
   line-height:12px;
 }
}

@media (min-width: 333px) and (max-width: 767px)
{
 .order_step_1_col {
  margin-right:5px;
 }
 
 .order_step_2_col {
  margin-right:5px;
  margin-left:0px;
 }
 
 .order_step_3_col {
  margin:0px;
 }
}
/* Smart phones */
@media (max-width: 767px) {

 /*.logo_header {
  width: 248px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 0px;
 }*/
 
 .radio_text_combo_content {
  line-height:18px;
 }
 
 .steps_container {
  font-size:smaller;
 }
 
 .order_step_1_col,
 .order_step_2_col,
 .order_step_3_col {
  padding-bottom:10px;
  padding-top:10px;
 }
 
 .step1_info_container {
   padding-right:0px;
 }
 
 .forms_info_container label{
  font-size:smaller;
 }
 
 .order_info_title_col {
  font-size:medium;
 }
 
 .order_summary_col {
  padding-left:0px;
  margin-top:20px;
  margin-bottom:20px;
 }
 
 .order_info_forms_col {
  margin-top:10px;
 }
}

/* Tablets and laptops */
@media (min-width: 768px) and (max-width: 1199px) {
 .radio_text_combo_content {
  line-height:18px;
 }
}

@media (max-width: 1199px) {
.qty_row {
  display:none;
 }

 .qty_row_select {
  display:block;
 }
}

@media (max-width: 991px) {
 .qty_row {
  display:none;
 }

 .qty_row_select {
  display:block;
 }
}

@media screen and (max-height: 768px) and (min-width: 1024px) and (max-width: 1024px) {
}

@media screen and (max-device-height: 900px) {}

/*
.qty_row {
 display:block;
}

.qty_row_select {
 display:none;
}*/