body #primary-menu ul ul li:hover > a {
  background-color: var(--submenu_background_color) !important;
  color: var(--submenu_hover_color) !important;
}
body #top-search a {
  color: var(--primary_menu_color) !important;
}
body #top-search a:hover {
  color: var(--primary_menu_hover_color) !important;
}
body .sidebar_grid {
  box-shadow: 0 0 10px 5px #ddd;
  border-radius: 10px;
  padding: 20px;
}
body .sidebar_grid h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 15px;
}
body .sidebar_grid ul {
  margin: 0;
  padding: 0;
}
body .sidebar_grid ul li {
  list-style: none;
  text-align: left;
  padding-left: 5px;
}
body .sidebar_grid ul li a {
  color: var(--main_background_text_color);
  display: block;
  padding-left: 10px;
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .sidebar_grid ul li a:hover {
  color: var(--site_primary_color);
}
body input.srch_list_of_model.form-control {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f2f2f2 !important;
  box-shadow: 0 0 10px 5px #ddd;
  width: 480px !important;
}
@media (max-width: 767px) {
  body input.srch_list_of_model.form-control {
    width: 100% !important;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  body #primary-menu ul ul.sub-menu.category-box-sub-menu {
    width: 500px;
    margin: 0;
    padding: 15px;
    list-style: none;
    background: #fff !important;
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category {
    width: 25%;
    float: left;
    margin: 0px;
  }
}
body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a {
  display: block;
  margin: 3px;
  text-align: center;
  padding: 10px;
  box-shadow: none;
  border: 1px solid #f1f1f1;
}
body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a .img img {
  width: auto;
  max-height: 60px;
}
body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a .img img.main_hover_img {
  display: none;
}
@media (max-width: 767px) {
  body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a .img img {
    display: none;
  }
}
body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a .img:hover img {
  display: none;
}
body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a .img:hover img.main_hover_img {
  display: inline-block;
}
body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a h4 {
  font-size: 12px;
  padding-top: 10px;
  font-weight: 700;
  line-height: 14px;
  margin: 0px;
}
@media (min-width: 768px) {
  body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a h4 {
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a {
    background: none;
    text-align: left;
    box-shadow: none;
    padding: 5px;
  }
  body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category a h4 {
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
  }
}
body #primary-menu ul ul.sub-menu.category-box-sub-menu .device_category:hover a h4 {
  color: #fff;
}
@media (min-width: 768px) {
  body #gotoTop {
    right: auto;
    left: 30px;
  }
}
@media (max-width: 767px) {
  body #primary-menu {
    background-color: var(--mobile_menu_panel_background_color);
    color: var(--mobile_menu_text_color);
    margin: 0 -15px;
  }
  body #primary-menu ul li > a,
  body #primary-menu > ul > li.sub-menu > a,
  body #primary-menu > .container > ul > li.sub-menu > a {
    color: var(--mobile_menu_text_color) !important;
    padding: 15px !important;
  }
  body #primary-menu ul ul:not(.mega-menu-column),
  body #primary-menu ul li .mega-menu-content {
    background-color: var(--mobile_menu_panel_background_color) !important;
  }
  body #primary-menu-trigger {
    color: var(--header_bar_link_color);
  }
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a {
    color: var(--mobile_menu_text_color) !important;
  }
  body #primary-menu-trigger:hover {
    color: var(--header_bar_link_color);
  }
  body #top-search a {
    color: var(--mobile_menu_text_color) !important;
  }
  body #top-search a:hover {
    color: var(--mobile_menu_text_color) !important;
  }
}
body .custom-icon-tiktok {
  background-color: #FE2C55;
  position: relative;
  transition: all 0.3s ease;
}
body .custom-icon-tiktok svg {
  width: 12px;
  height: auto;
  fill: #fff;
  position: relative;
}
body .social-icon.si-small:hover div:first-child {
  margin-top: -30px;
}

.version_three_section .accordion .model-details-panel .acc_content {
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .version_three_section .accordion .model-details-panel .acc_content {
    margin: 0;
  }
}
.version_three_section .accordion .model-details-panel .acc_content .radio_select_buttons,
.version_three_section .accordion .model-details-panel .acc_content .checkboxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.version_three_section .accordion .model-details-panel .acc_content .radio_select_buttons label,
.version_three_section .accordion .model-details-panel .acc_content .checkboxes label {
  width: calc(33.3333333333% - 5px);
  margin: 2.5px !important;
}
@media (max-width: 767px) {
  .version_three_section .accordion .model-details-panel .acc_content .radio_select_buttons label,
  .version_three_section .accordion .model-details-panel .acc_content .checkboxes label {
    width: 100%;
    margin: 2.5px 0 !important;
  }
}

.iti-mobile.menu-active header, .inner.iti-mobile.menu-active header {
  background: linear-gradient(to right, var(--sub_menu_background_color), var(--sub_menu_background_color));
}

#model .clients-grid li a:hover,
body .brand_section_category a:hover,
body .portfolio-item .inner:hover {
  background: none !important;
  transform: scale(1);
}

body .brand_section_category a {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 20px !important;
}

body .portfolio-item .inner {
  width: 170px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

body .brand_section_category a h4,
body .brand_section_category a:hover h4,
body .portfolio-item .inner .portfolio-desc span,
body .portfolio-item .inner:hover .portfolio-desc span {
  color: var(--primary_menu_color);
}

#model .clients-grid li a img,
body .brand_section_category a img,
body .portfolio-item .inner .portfolio-image a img {
  transition: transform 0.25s ease-in;
}

.brand .device-brands.clients-grid li a:hover .inner img {
  filter: none;
}

#model .clients-grid li a:hover img,
body .brand_section_category a:hover img,
body .portfolio-item .inner:hover .portfolio-image a img {
  transform: scale(1.1);
  transition: transform 0.25s ease-in;
}

body .portfolio-item .portfolio-image {
  overflow: inherit;
}

body .brand_section_category .card {
  min-height: 200px;
}

body article.portfolio-item.pf-media.pf-icons {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body article.portfolio-item.pf-media.pf-icons {
    width: 50%;
    padding: 0px;
  }
  body article.portfolio-item.pf-media.pf-icons .inner {
    width: auto;
  }
}

body .brand_section_category a:hover .main_img {
  display: block;
}

body .brand_section_category a:hover .main_hover_img {
  display: none;
}

.iti-mobile.menu-active header, .inner.iti-mobile.menu-active header {
  background: linear-gradient(to right, var(--sub_menu_background_color), var(--sub_menu_background_color));
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-menu ul li {
  flex: auto;
}

.footer-menu ul li a {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  display: block;
  color: var(--submenu_background_color);
  text-transform: uppercase;
}

.social-new ul {
  display: table;
  margin: 0 auto;
}

.social-new ul li a {
  padding: 0 10px;
}

.social-new ul li a i {
  font-size: 30px;
}

.footer-logo img {
  max-width: 200px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
@media (max-width: 767px) {
  .select-brand-steps {
    display: none !important;
  }
}

.select-brand-steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-brand-steps ul li {
  flex: auto;
  text-align: center;
  position: relative;
}

.select-brand-steps ul li a {
  text-decoration: none;
}

.select-brand-steps ul li span {
  display: block;
}

.select-brand-steps ul li span.image {
  background: #d3d3d4;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  margin: 0 auto;
  line-height: 44px;
}

.select-brand-steps ul li span.image img {
  width: 70%;
}

.select-brand-steps ul li span.step-text {
  color: #9b9b9f;
  font-weight: 700;
  padding-top: 10px;
}

.select-brand-steps ul li.active span.image {
  background: linear-gradient(to right, #00c8eb 0%, #6b23ed 100%);
}

.select-brand-steps ul li.active span.step-text {
  color: #6b23ed;
}

.select-brand-steps ul li:after {
  content: " ";
  background-color: #9b9b9f;
  width: 35%;
  height: 3px;
  top: 30%;
  left: 80%;
  position: absolute;
  border-radius: 3px;
}

.select-brand-steps ul li:last-child:after {
  display: none;
}

.select-brand-steps ul li.active:after {
  background-color: #6b23ed;
}

.select-brand-steps ul li.active a svg {
  fill: #fff;
}

.select-brand-steps ul li a svg {
  font-size: 24px;
  color: #000;
}

.choose_option_section .shipping_method_div .shipping_method_a_tag {
  border: 1px solid transparent;
  padding: 15px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: block;
}
.choose_option_section .shipping_method_div .shipping_method_a_tag label {
  color: var(--primary_menu_hover_color);
  font-size: 18px;
  font-weight: 700;
  font-family: Lato, sans-serif;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .choose_option_section .shipping_method_div .shipping_method_a_tag label {
    font-size: 17px;
  }
}
.choose_option_section .shipping_method_div .shipping_method_a_tag label p {
  color: var(--primary_menu_hover_color) !important;
  font-size: 13px !important;
  font-style: italic;
}
@media (max-width: 767px) {
  .choose_option_section .shipping_method_div .shipping_method_a_tag label p {
    font-size: 13px !important;
  }
}
.choose_option_section .shipping_method_div .shipping_method_a_tag.active {
  border-color: var(--primary_menu_hover_color);
  cursor: pointer;
}
.choose_option_section .shipping_method_div + .shipping_method_div {
  margin-top: 10px;
}

.appt-time-list,
.appt-date-list {
  margin: 0 -15px;
}
.appt-time-list .date_radio,
.appt-date-list .date_radio {
  float: left;
  margin: 5px;
}

.date_radio .custom-control.custom-radio {
  padding-left: 0px;
}
.date_radio .custom-control-label {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  text-align: center;
  min-width: 100px;
  border-radius: 10px;
  position: relative;
  border: 1px solid transparent;
}
.date_radio .custom-control-label svg {
  font-size: 30px !important;
}
.date_radio .custom-control-label p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 14px;
}
.date_radio .custom-control-label p.day-name {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 17px;
}
.date_radio .custom-control-label p.tomorrow, .date_radio .custom-control-label p.today {
  position: absolute;
  top: -10px;
  right: 10px;
  left: 10px;
  background-color: #6b23ed;
  color: #fff !important;
  font-size: 11px !important;
  padding: 0px;
  border-radius: 3px;
  line-height: 16px !important;
  font-weight: 700;
}
.date_radio .custom-control-label p.tomorrow {
  background-color: #333;
}
.date_radio .custom-control-label:after, .date_radio .custom-control-label:before {
  display: none;
}
.date_radio .custom-control-input:checked ~ .custom-control-label {
  border-color: #6b23ed;
}
.date_radio.date-disable {
  opacity: 0.5;
}
.date_radio.date-disable .custom-control-label {
  background-color: #d3d3d4;
  border-color: #333 !important;
}
.date_radio.date-disable .custom-control-label p.tomorrow, .date_radio.date-disable .custom-control-label p.today {
  background-color: #9b9b9f;
}

.appt-time-list .date_radio .custom-control-label {
  padding: 10px 0;
}
.appt-time-list .date_radio .custom-control-label p {
  font-size: 15px !important;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
  .container.box-container {
    max-width: 1150px;
  }
}
#booking-form button.button.request-repair-button {
  border-radius: 5px;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2,
.brand .heading-block h3 {
  color: var(--primary_menu_color);
}

.portfolio-item .portfolio-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100px;
  display: table;
  margin: 0 auto;
}

.version_three_section .model-details-panel .btn-group-toggle .font-body.radio_btn.active {
  max-height: initial;
}
.version_three_section .model-details-panel .btn-group-toggle .font-body.radio_btn.active h5 {
  float: none;
}
.version_three_section .model-details-panel .btn-group-toggle .font-body.radio_btn.active .images {
  float: none;
  width: auto;
  text-align: left;
}
.version_three_section .model-details-panel .btn-group-toggle .font-body.radio_btn.active .inner {
  text-align: left;
  padding: 0 6px;
}
.version_three_section .model-details-panel .btn-group-toggle .font-body.radio_btn.active p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: initial;
}

.version_three_section .model-details-panel .btn-group-toggle .font-body .remove_item {
  bottom: auto;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .version_three_section .model-details-panel .btn-group-toggle .font-body .remove_item {
    bottom: auto;
    top: 10px !important;
  }
}

#primary-menu {
  float: none;
}

.main_menu_v_center_section {
  justify-content: center;
}

#primary-menu ul li > a {
  font-size: 18px;
  padding: 15px;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
  padding: 15px;
}

.fields-as-ar-brn .model-details-panel .btn-group-toggle .font-body.radio_btn .images {
  text-align: center !important;
}

.fields-as-ar-brn .model-details-panel .btn-group-toggle .font-body.radio_btn .images img {
  width: auto;
  height: auto;
  max-width: 100px;
  margin: 0 auto;
  padding-bottom: 10px;
  transform: scale(1);
  transition: all 0.3s;
}
.fields-as-ar-brn .model-details-panel .btn-group-toggle .font-body.radio_btn .images img:hover {
  transform: scale(1.03);
  transition: all 0.3s;
}

.version_three_section .model-details-panel .btn-group-toggle .font-body .radio_add_item,
.version_three_section .model-details-panel .btn-group-toggle .font-body .radio_remove_item {
  top: 10px;
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .version_three_section .model-details-panel .btn-group-toggle .font-body .radio_add_item,
  .version_three_section .model-details-panel .btn-group-toggle .font-body .radio_remove_item {
    bottom: auto;
    top: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bottommargin-sm {
    margin-bottom: 0px;
  }
}

.version_three_section .item_price.h5 {
  position: absolute;
  top: 5px;
  right: 10px;
}

.version_three_section .m_detail_section .btn.btn-change-modal {
  max-width: 100%;
  color: #6b23ed;
  padding: 0px;
  margin: 0;
}
.version_three_section .m_detail_section .btn.btn-change-modal .icon-refresh {
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .heading-block span {
    font-size: 13px !important;
  }
}

.heading-block h3,
.heading-block h1,
.brand .heading-block h3 {
  font-size: 20px;
}
.heading-block h3 + span,
.heading-block h1 + span,
.brand .heading-block h3 + span {
  font-size: 16px;
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .heading-block h3,
  .heading-block h1,
  .brand .heading-block h3 {
    font-size: 17px;
  }
}

.step-content h3 {
  font-size: 19px;
  margin-bottom: 0px;
}

#primary-menu .main_menu_section {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#logo img {
  min-height: 70px;
}

@media (max-width: 767px) {
  .version_three_section .m_detail_section img {
    max-height: 60px !important;
  }
}

@media (max-width: 767px) {
  .version_three_section .m_detail_section h4 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .version_three_section .m_detail_section p {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  body .sidebar_grid {
    padding: 7px;
  }
  body .sidebar_grid ul {
    display: flex;
    flex-wrap: wrap;
  }
  body .sidebar_grid ul li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 33.33%;
  }
}/*# sourceMappingURL=new-style.css.map */

@media only screen and (max-width : 767px) {
    .version_three_section .item_price.h5 {
        margin: 18px 38px 0 0;
        font-size: 11px;
        font-weight: 600;
		line-height: 25px;
    }
}