@font-face {
  src: url("assets/fonts/fontawesome.woff") format("woff");

  font-family: "Font Awesome VCE";
  src: url("assets/fonts/fontawesome.eot?#iefix")
      format("embedded-opentype"), url("../fonts/fontawesome.woff")
      format("woff"),
    url("assets/fonts/fontawesome.ttf") format("truetype"),
    url("https://vda.speccheck.com/assets/fonts/fontawesome.svg#fontawesome")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  src: url("https://vda.speccheck.com/assets/fonts/fontawesome.woff") format("woff");

  font-family: "Font Awesome VCE";
  src: url("https://vda.speccheck.com/assets/fonts/fontawesome.eot?#iefix")
      format("embedded-opentype"), url("https://vda.speccheck.com/assets/fonts/fontawesome.woff")
      format("woff"),
    url("https://vda.speccheck.com/assets/fonts/fontawesome.ttf") format("truetype"),
    url("https://vda.speccheck.com/assets/fonts/fontawesome.svg#fontawesome")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */
			
.volvo-fa {
  font-family: "Font Awesome VCE", san-serif;
  font-size: 20px;
}

.volvo_section div {
	position: relative;
}

.volvo_section hr {
	border: 1px solid #dfdfdf;
    margin-top: 60px;
    border-bottom: 30px;
}

.container.volvo_section {
	padding: 0;
}

.volvo_section .products_group {
	width: 100%;
}

.volvo_section .products_groupName {
	text-align: center;
}

.volvo_section .products_title {
	text-align: center;
}

.volvo_section .products_container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0;
}

.volvo_section .card_item {
	width: calc(25% - 15px);
    border: 1px solid #d3d3d3;
}

.volvo_section .card_item:hover {
    box-shadow: 0px 0px 13px #cfcfcf;
}

.volvo_section .card_item>div {
	padding: 20px;
}

.volvo_section .card_item .card_item_img {
	padding: 0 20px;
}

.volvo_section .card_item_img img {
	width: 100%;
	height: auto;
}

.volvo_section .card_item_name {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.volvo_section .card_item_id {
	font-size: 12px;
	font-weight: 400;
	color: #6c757d;
}

.volvo_section .card_item_strapline {
	font-size: 12px;
	font-weight: 400;
	color: #212529;
}

.volvo_section .card_item_featuredSpecifications {
	margin-top: 20px;
}

.volvo_section .card_item_featuredSpecifications>div {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.volvo_section .card_item_featuredSpecifications>div span {
	margin-right: 10px;
}

.volvo_section .cart_item_label {
	font-size: 12px;
	font-weight: 700;
	color: #212529;
}
 
.volvo_section .cart_item_value {
	font-size: 12px;
	font-weight: 400;
	color: #212529;
}

.volvo_section .category_section {
	width: 100%;
	max-width: 20%;
}

.volvo_section .main_section {
	width: 100%;
	max-width: 80%;
}

.volvo_section .category_section .category_item {
	padding-right: 10px;
	padding-bottom: 5px;
	max-width: 80%;
}

.volvo_section .category_section .category_item a {
	border: 1px solid #c5c5c5;
  color: #000;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  display: block;
  position: relative;
}

/*single product page*/
.volvo_section .single_product_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.volvo_section .single_product_col_2 {
	max-width: 50%;
	width: 100%;
}

.volvo_section .single_product_col_3 {
	max-width: 33.3333%;
	width: 100%;
}

.volvo_section .single_product_col_4 {
	max-width: 25%;
	width: 100%;
}

.volvo_section .single_product_col_6 {
	max-width: 75%;
	width: 100%;
}

.volvo_section .single_product_p {
	padding: 10px;
}

.volvo_section .single_product_title {
	font-weight: 600;
	font-size: 20px;
	color: #212529;
	padding-top: 30px;
  padding-bottom: 15px;
}

.volvo_section .single_product_main_img {
	width: 100%;
}

.volvo_section .single_product_imgs div {
	width: 15%;
}

.volvo_section .single_product_imgs div img {
	width: 100%;
}

.volvo_section .single_product_brochures a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 10px 25px;
  margin-bottom: 10px;
}

.volvo_section .single_product_specs .single_product_row {
	padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.volvo_section .single_product_specs .single_product_title {
	border-bottom: 1px solid #e5e5e5;
}
/*single product page*/

@media screen and (max-width: 1500px) {
	.volvo_section .card_item {
		width: calc(33.333% - 15px);
	}
}

@media screen and (max-width: 1320px) {
	.volvo_section .category_section {
		max-width: 30%;
	}

	.volvo_section .main_section {
		max-width: 70%;
	}
}

@media screen and (max-width: 1024px) {
	.volvo_section .card_item {
		width: calc(50% - 15px);
	}

	.volvo_section .single_product_banner .single_product_col_4, .single_product_banner .single_product_col_6 {
		max-width: 50%;
	}

	.volvo_section .single_product_banner .single_product_col_2 {
		max-width: 100%;
	}

	.volvo_section .single_product_banner .single_product_title {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: -15px;
	}

	.volvo_section .category_section {
		max-width: 30%;
	}

	.volvo_section .main_section {
		max-width: 70%;
	}
}

@media screen and (max-width: 768px) {
	.volvo_section .card_item {
		width: calc(50% - 15px);
	}

	.volvo_section .single_product_banner .single_product_col_4, .single_product_banner .single_product_col_6, .single_product_brochures .single_product_col_2 {
		max-width: 100%;
	}

	.volvo_section .single_product_banner .single_product_imgs {
		display: flex !important;
	}

	.volvo_section .single_product_imgs_section {
		display: none;
	}

	.volvo_section .single_product_imgs div {
		width: 25%;
	}

	.volvo_section .category_section {
		max-width: 100%;
	}

	.volvo_section .category_section .category_item {
		max-width: 100%;
	}

	.volvo_section .main_section {
		max-width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.volvo_section .card_item {
		width: 100%;
	}
}