/*======CSS by SHABIR=====*/
.icon-transition {
    font-size: 24px; 
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.icon-hidden {
    opacity: 0;
    transform: scale(0.5);
}
/*======CSS by SHABIR=====*/
.motozzle_container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.onely_on_mobile {
  display: none;
}
.section-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.motozzle_transparen_btn {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  min-width: 140px;
}
.motozzle_header {
  background-color: #fff;
  padding: 16px 0 24px 0;
}
.motozzle_header_content {
  padding: 0;
}
nav.motozzle_nav.mobile_header {
  display: none;
}
.motozzle_nav {
  text-align: center;
}
.motozzle_logo {
  display: inline-block;
}
.motozzle_logo img {
  max-width: 155px;
}
.motozzle_dubai_header .motozzle_logo img {
  max-width: 100px;
}
.motozzle_dubai_header .motozzle_logo {
  padding: 10px 0;
}
/* header verifecation bar */
.verifecation_bar {
  background-color: #3a88ef;
  padding: 10px 0px;
  position: relative;
}
.verifecation_bar p {
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 2px 4px rgb(0 0 0 / 35%);
}
.verifecation_bar_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.verifecation_bar_content .dubizzle_transparen_btn {
  margin-left: 20px;
}
.close_verifecation_btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  border-radius: 100%;
}
.close_verifecation_btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.top_listings,
.top_bar_btns_wrap {
  display: flex;
  justify-content: space-between;
}
.top_bar_btns_wrap {
  justify-content: end;
  gap: 24px;
}

/* header topbar is start from here */
.motozzle_topbar,
.motozzle_header_bottom {
  border-bottom: 1px solid #eef0f1;
}
.top_bar_btns_wrap .top_bar_btn {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #666b72;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.top_bar_btn.login_button {
  color: #2b2d2e;
  padding: 0 13px;
  font-size: 14px;
}
.motozzle_banner {
  padding: 8px 0;
}
.login_button:hover {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
  border-left: 1px #eef0f1 solid;
  border-right: 1px #eef0f1 solid;
}
.top_bar_btns_wrap .add_place_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 20px;
  height: 36px;
  border-radius: 6px;
  background: #e00000;
  border: 1px solid #e00000;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  white-space: nowrap;
  margin: 0;
}
.motozzle-navigation > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.motozzle-navigation > ul li > a {
  color: #2b2d2e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 52px;
}
.motozzle-navigation > ul li {
  position: relative;
}
.motozzle-navigation > ul > li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 3px;
  background-color: #23262a;
  width: 100%;
  opacity: 0;
}
.motozzle-navigation > ul > li:hover::before {
  opacity: 1;
}
.single_mega_dropdown {
  display: flex;
  align-items: stretch;
  position: absolute;
  top: 53px;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.mega_dropdown_hover:hover .single_mega_dropdown {
  visibility: visible;
  opacity: 1;
}
.single_mega_dropdown .motozzle_dropdown_list {
  min-width: 230px;
  background-color: #fff;
  padding-top: 8px;
  position: relative;
  z-index: 2;
}

.single_mega_dropdown .mega_dropdown_content_wrap {
  background-color: #f6f7f8;
  min-width: 400px;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.mega_dropdown_content_wrap .dbz_drp_list_item {
  display: none;
}
.mega_dropdown_content_wrap .dbz_drp_list_item:nth-child(1) {
  display: block;
}
.mega_dropdown_content_footer {
  font-size: 12px;
  color: #2b2d2e;
  font-weight: 400;
  line-height: 1.3;
}
.mega_dropdown_content_footer ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
.mega_dropdown_content_footer {
  padding-top: 15px;
}
.mega_dropdown_content_footer ul li a {
  color: #0f5dc4;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: relative;
  min-height: unset;
}
/* mega drop down css is start */
.motozzle_dropdown_list > ul li {
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding: 8px 16px 8px 32px;
  cursor: pointer;
}
.motozzle_dropdown_list > ul li:hover {
  font-weight: 600;
  background-color: #f6f7f8;
}
.motozzle_dropdown_list > ul li a {
  color: #0f5dc4;
  font-weight: 700;
  text-align: center;
  position: relative;
  min-height: unset;
}

.motozzle_dropdown_list > ul .dbz_drp_link {
  margin-top: 20px;
  position: relative;
}
.motozzle_dropdown_list > ul .dbz_drp_link::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10px;
  right: 10px;
  border-top: 1px solid #00000057;
}
.mega_dropdown_content {
  padding: 16px;
}
.mega_dropdown_content_wrap a {
  min-height: auto !important;
}
.mega_dropdown_content_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.mega_dropdown_content_header h5 {
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.mega_dropdown_content_header a {
  color: #e00000;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
.mega_dropdown_content_header a i {
  margin-left: 3px;
  transition: 0.3s;
  position: relative;
  left: 0;
}
.mega_dropdown_content_header a:hover i {
  left: 5px;
}
.mega_dropdown_content_header a:hover {
  color: #23262a;
}
.mega_dropdown_content_body ul {
  column-count: 2;
  padding: 15px 0 10px 0;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}
.mega_dropdown_content_body ul li a {
  color: #424242;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}
.mega_dropdown_content_body ul li {
  margin: 0 9px 12px 0;
}
.mega_dropdown_content_body ul li a:hover {
  text-decoration: underline;
  color: #1270ec;
}
/*======header css is end here=====*/
/*======home banner css=====*/
.motozzle_banner {
	padding: 120px 0;
}
.motozzle_header_content {
	margin: 0 auto;
	text-align: center;
	min-height:250px;
	padding-top:35px;
	border-radius:6px;
}
.motozzle_header_content h1,
.motozzle_header_content p {
	font-size: 48px;
	line-height: 1.3;
	font-weight: 300;
	color: #fff;
}
.motozzle_header_content p {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
.motozzle-states-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 840px;
	margin: -70px auto 0 auto;
}
.motozzle-state-link {
	background-color: #fff;
	width: 194px;
	height: 100px;
	border: 1px solid #eee;
	color: #2b2d2e;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	border-radius: 6px;
	transition: 0.2s;
}
.motozzle-state-link:hover {
  border: 1px solid #e00000;
  color: #e00000;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}
.bd_li_content h2,
.motozzle-list_heading a {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  color: #2b2d2e;
  text-align: center;
}
.motozzle-list_heading a {
  font-size: 16px;
  font-weight: 600;
  transition: 0.1s;
  text-transform: capitalize;
}
.motozzle-list_heading a:hover,
.motozzle_list li a:hover {
  color: #337ab7;
  text-decoration: underline;
}
.motozzle_list li {
  margin: 10px 0;
}
.motozzle_list li a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #107dd6;
  transition: 0.1s;
}
.motozzle-list_section {
  padding: 80px 0;
}
.motozzle_list_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.motozzle_list_row {
  margin: 70px 0;
}
/*======page footer css is start from here=====*/
.motozzle_footer {
  background-color: #f6f7f8;
  padding: 48px 0;
}
.motozzle_footer .dubizel_list_row {
  margin: 0;
}
.motozzle_footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.motozzle_footer_logo a {
  display: flex;
  max-width: 128px;
}
.motozzle_footer_logo p {
  color: #626465;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
.motozzle_footer_badg {
  max-width: 136px;
}
/*======Motozzle home section is stary from here=====*/
.motozzle_banner_content {
  padding: 24px 24px 34px 24px;
  border-radius: 6px;
}
.motozzle_banner_content h1 {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 4px rgb(0 0 0 / 35%);
}
.motozzle_search {
  background-color: rgba(33, 34, 35, 0.6);
  padding: 8px 16px;
  max-width: 988px;
  margin: 26px auto 0 auto;
  border-radius: 8px;
}
.motozzle_search_btns,
.motozzle_search_btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.motozzle_search_btns h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 0 2px 4px rgb(0 0 0 / 35%);
  color: #fff;
  margin: 0;
}
.motozzle_search_btns ul {
  padding: 0;
  margin: 0;
  width: 80%;
  list-style: none;
}
.motozzle_banner_btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}
.motozzle_banner_btn:hover {
  background-color: #e00000;
}
.motozzle_banner_btn.active {
  background-color: #e00000;
}
.motozzle_form_grp input {
  background-color: #fff;
  min-height: 56px;
  line-height: 1;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #23262a;
  padding: 0 16px;
}
.motozzle-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.motozzle_form_grp {
  width: 100%;
}
.motozzle_form_btn_grp button {
  background-color: #e00000;
  width: 151px;
  height: 56px;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
/*======add section is start from here=====*/
.motozzle-add-box {
	background-color: #eef6fc;
	border-radius: 6px;
	padding: 16px;
}
.motozzle-add-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.motozzle-add-box .add_image {
  max-width: 135px;
  object-fit: cover;
  margin: unset;
}
.motozzle-add-box .add-content h4 {
  color: #2b2d2e;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.motozzle-add-box .add-content p {
  color: #2b2d2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0;
}
.motozzle-add-box .add-content a {
  color: #2b2d2e;
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  width: 212px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.motozzle_banner_content {
  display: none;
}
.motozzle_banner_content.active {
  display: block;
}
/* catagoury section css */
.motozzle_categories_section {
  padding: 16px 0;
}
.motozzle_categories_block h4 {
  font-size: 16px;
  color: #2b2d2e;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.motozzle_categories_block img{
	max-height:32px;
	max-width:32px;
}
.motozzle_categories_block h4 img {
  width: 16px;
  object-fit: cover;
}
.motozzle_categories_block ul li {
  margin: 4px 0;
  list-style:none;
}
.motozzle_categories_block ul li a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
}
.motozzle_categories_block ul li .motozzle_categories_all_links {
  color: #f23d3d;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.3s;
}
.motozzle_categories_block ul li .motozzle_categories_all_links img {
  width: 15px;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.motozzle_categories_block ul li .motozzle_categories_all_links:hover img {
  left: 4px;
}

.motozzle_categories_wrap {
	display: grid;
	grid-template-columns: repeat(5, 1fr); /* 4 equal columns */
	gap: 20px;
}
.motozzle_categories_content h2 {
	font-size: 27px;
	line-height: 1.3;
	color: #23262a;
	font-weight: 700;
}
.motozzle_categories_block {
	margin: 8px 0;
}
/* cta section css */
.motozzle_cta_wrap {
  background: linear-gradient(
    90deg,
    rgb(243, 248, 255) 0%,
    rgb(225, 238, 255) 100%
  );
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 10px;
}
.motozzle_cta_wrap .cta_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  min-width: 160px;
  height: 36px;
  color: rgb(35, 38, 42);
  background-color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid rgb(194, 196, 199);
  cursor: pointer;
  margin-left: auto;
}
.motozzle_cta_wrap h4 {
  font-size: 16px;
  color: #23262a;
  line-height: 1.3;
  font-weight: 700;
}
.motozzle_cta_wrap p {
  font-size: 14px;
  color: #84888e;
  line-height: 1.3;
  font-weight: 400;
  margin-left: 20px;
}
.motozzle_product_box {
	padding: 8px;
	border-radius: 6px;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 10px 0;
	transition: 0.3s;
	min-width:235px;
}
.motozzle_product_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.motozzle_product_box a {
  display: inline-block;
}
.motozzle_product_box a > img {
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
	min-height:150px;
	min-width:220px;
}
.motozzle_product_box_content h4 {
  color: #e00000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.motozzle_product_box_content .info {
  color: #2b2d2e;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  margin: 3px 0;
}
.motozzle_product_box_content .extra_info {
  color: #626465;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
.motozzle_roduct-slides_sec {
  padding: 15px 0;
}
.motozzle_bottom_cta_content h4 {
  color: #2b2d2e;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}
.motozzle_bottom_cta_content h4 span {
  color: #e00000;
}
.motozzle_bottom_cta_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #fff 0, #f7f7f7 100%);
  padding: 0 10px;
}
.motozzle_product_box_content {
  padding-top: 8px;
}
.motozzle_box {
  padding: 10px 0;
  text-align: center;
}
.add_image {
  max-width: 970px;
  margin: 0 auto;
  display: inline-block;
}
.product_owner {
  display: flex;
  align-items: start;
  gap: 14px;
}
.owner_button {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product_owner > img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgb(234, 235, 237);
}
.owner_button button {
  border: none;
  background-color: #fff6f4;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #23262a;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
}
.owner_button .chat_btn {
  background-color: #f0f6fe;
}
.owner_button {
  margin-top: 10px;
}
.onscroll_header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_owner_cntent .name,
.onscroll_header_content h4,
.onscroll_header_content .pr_name,
.onscroll_header_content .varients {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #23262a;
}

.onscroll_header_content .pr_name {
  font-weight: 400;
  margin: 5px 0;
}
.onscroll_header_content .varients {
  font-weight: 400;
  font-size: 16px;
}
.onscroll_header_content h4 {
  margin-bottom: 5;
}
.product_owner_cntent p,
.product_owner_cntent a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #3a3f47;
}
.product_owner_cntent a {
  color: #3a88ef;
}
.motozzle_bread_crumg_back_btn,
.motozzle_bread_crumg_back_btn ul,
.motozzle_bread_crumg_back_btn button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.motozzle_bread_crumg_back_btn button {
  border: none;
  background-color: transparent;
  cursor: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  color: #267cee;
  gap: 5px;
  border-radius: 10px;
  padding: 2px 10px;
  cursor: pointer;
  transition: 0.3s;
}
.motozzle_bread_crumg_back_btn button i {
  font-size: 18px;
}
.motozzle_bread_crumg_back_btn button:hover {
  background-color: #267cee;
  color: #fff;
}
.motozzle_bread_crumg_back_btn ul li a {
  position: relative;
  font-size: 14px;
  color: #23262a;
  font-weight: 500;
}
.motozzle_bread_crumg_back_btn ul li a::before {
  content: "\f105";
  position: absolute;
  left: -10px;
  top: 2px;
  font: normal normal normal 14px / 1 FontAwesome;
}
.grid-images {
  display: grid;
  gap: 10px;
  background-color: white;
  grid-template-columns: auto auto auto;
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
}

.dbz_image_wrap_one {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}
.grid-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.motozzle_bread_crumg_back_btn {
  margin-bottom: 15px;
}
.mobile_dubai_search {
  display: none;
}
.mobile_dubai_search .form_group {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  position: relative;
}
.mobile_dubai_search .form_group input {
  padding: 9px 16px 9px 40px;
  min-height: 56px;
  color: #23262a;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  border: 1px solid #c4c4c4;
  border-radius: 100px;
}
.mobile_dubai_search .form_group img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  transform: translate(0px, -50%);
}
.mobile_dubai_search .form_group i#categoryFAIcon {
	position: absolute;
	top: 35%;
	left: 10px;
	font-size: 20px;	
}
.mobile_dubai_search .form_group i.motozzle_search_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  transform: translate(0px, -50%);
  font-size: 20px;
  color: #23262a;
}

.mobile_staes_box {
  align-items: center;
  padding: 15px 5px 9px 5px;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 4%);
  min-height: 109px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 30%;
  gap: 2px;
}
.mobile_staes_box img {
  width: 20px;
  height: 20px;
}
.mobile_staes_box h4 {
  font-size: 12px;
  color: #23262a;
}
.mob_menue_wrap ul {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.mob_menue_clickable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #23262a;
  cursor: pointer;
  text-transform: capitalize;
}
.mob_menue_clickable i {
  font-size: 19px;
}
.post_an_add i {
  background-color: red;
  color: #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed_bottom_mobile_menu {
  box-shadow: 0px 6px 29px -8px rgba(0, 0, 0, 0.75);
  padding: 20px;
  display: none;
}
.onscroll_header_content .varients span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 13px;
  color: #23262a;
}
.onscroll_header {
  padding: 24px 0;
  box-shadow: 0px 23px 21px -25px rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  transform: translate(0px, -112%);
  transition: 0.3s;
}
.header_active {
  transform: translate(0px, 0%);
}
.aed_aside_wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.prd_aed_content {
  width: 66%;
}
.prd_aed_aside {
  width: 33%;
}
.product_owner_asid {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.02),
    0px 3px 8px rgba(0, 0, 0, 0.02), 0px 1px 10px rgba(0, 0, 0, 0.04);
}
.product_overview {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 24px;
  padding: 24px 0;
}
.product_overview_heading {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #2b2d2e;
}
.product_overview ul li {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #2b2d2e;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_overview_flex {
  display: flex;
  align-items: start;
  justify-content: start;
}
.product_overview_flex ul {
  padding: 32px;
}
.product_overview_flex ul:nth-child(1) {
  border-right: 1px solid #ddd;
}
/*======Responsive CSS=====*/
@media screen and (max-width: 992px) {
	.desk_to_header,
	.motozzle_header_content,
	.onely_on_desk_top,
	.motozzle_footer,
	.motozzle_bottom_cta {
		display: none;
	}
	nav.motozzle_nav.mobile_header,
	.mobile_header,
	.mobile_dubai_search,
	.fixed_bottom_mobile_menu {
		display: block;
	}
	.add_image {
		margin: unset;
	}
	.motozzle_categories_content h2 {
		font-size: 16px;
	}
	.mobile_staes_box_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.motozzle-add-box .add-content h4 {
		font-size: 16px;
	}
	.motozzle-add-box .add-content a {
		font-size: 14px;
	}
}
@media screen and (max-width: 568px) {
	.item .motozzle-add-box .add_image {
		display: none;
	}
	.motozzle_cta_wrap {
		flex-direction: column;
	}
	.motozzle_cta_wrap {
		flex-direction: column;
		padding: 12px;
	}
	.motozzle_cta_wrap .cta_button {
		margin: 4px auto 0 auto;
	}
	section.fixed_bottom_mobile_menu {
		padding: 20px 0px;
	}
}