/* START table section */
.products_technical_specs_tab {
  overflow-x: auto;
}
.text-center {
  text-align: center !important;
}
table {
  margin-bottom: 5px !important;
  border-collapse: separate !important;
  box-sizing: border-box;
}
.text-center-without-1-col table tbody tr td .pp-table-cell-content {
  justify-content: center !important;
}
/*.text-center-without-1-col table tbody tr td:first-child{text-align: left !important;}*/
.text-center-without-1-col table tbody tr td:first-child .pp-table-cell-content,
.text-center-without-1-col
  table
  thead
  tr
  th:first-child
  .pp-table-cell-content {
  align-items: left !important;
  justify-content: left !important;
  flex-direction: column;
}
/* END table section*/
.elementor-button-wrapper .elementor-button {
  cursor: pointer;
}

/*START Installation video PAGE*/
.installation_video_page form {
  flex-direction: row;
  flex-wrap: wrap;
}
.installation_video_page .filter-field {
  justify-content: center;
}
.installation_video_page
  .filter-field
  .multiselect-native-select
  .btn-group
  .multiselect {
  color: #000;
  background-color: transparent;
  border: 2px solid #dddddd;
  padding: 10px;
}
.installation_video_page
  .filter-field
  .multiselect-native-select
  .dropdown-menu
  input[type="checkbox"] {
  position: relative;
  opacity: 1;
  cursor: pointer;
  height: auto;
  width: auto;
}
.installation_video_page
  .filter-field
  .multiselect-native-select
  .btn-group
  .multiselect
  b {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 3px solid #dddddd;
  border-right: 3px solid #dddddd;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  pointer-events: none;
}
.installation_video_page
  .filter-field
  .multiselect-native-select
  .btn-group
  .multiselect:focus {
  border: 2px solid #989898 !important;
}
.installation_video_page .filter-field.custom-select {
  position: relative;
}
.installation_video_page .filter-field.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 35px 16px 10px;
  background-color: transparent;
  border: 2px solid #dddddd;
}
.installation_video_page .filter-field.custom-select select::-ms-expand {
  display: none;
}
.installation_video_page .filter-field select:focus {
  border: 2px solid #989898 !important;
}
.installation_video_page .filter-field.custom-select:after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 3px solid #dddddd;
  border-right: 3px solid #dddddd;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  pointer-events: none;
}
.installation_video_page .filter-field label {
  font-size: 16px;
  color: #565656;
  font-weight: 700;
  line-height: 25px;
}
.installation_video_page .pro_item .vdo {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.installation_video_page .pro_item .vdo img {
  width: auto;
}
.installation_video_page .dropdown-menu > li > a {
  padding: 5px 20px;
}
.installation_video_page .btn.blue {
  background-color: #3395d0;
  color: #fff;
  font-family: "Poppins", Poppins;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  background-color: #03bffe;
  color: #fff;
  border-radius: 28px 28px 28px 28px !important;
  padding: 15px 30px 15px 30px;
  min-width: 180px;
  line-height: 1.6 !important;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #03bffe),
    color-stop(100%, #1770e3)
  );
  background: -webkit-linear-gradient(left, #03bffe 0, #1770e3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03bffe),
    to(#1770e3)
  );
  background: linear-gradient(to right, #03bffe 0, #1770e3 100%);
  transition: all 0.4s ease-in-out;
  border: none;
}
.installation_video_page .btn.blue:hover {
  box-shadow: 0 5px 7px 0 rgba(9, 165, 245, 0.5);
}
.installation_video_page .thumb_img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.installation_video_page *:focus {
  outline: 0 !important;
}
.installation_video_page .multiselect-container > li > a > label {
  padding-left: 0;
}
.installation_video_page .filter-field:nth-child(4) {
  flex: 1;
}
.installation_video_page .filter-field {
  flex: 2;
}
.elementor-111909 ul.pp-advanced-menu {
  z-index: 3;
}
.elementor-widget-text-editor
  .elementor-text-editor
  .installation_video_page
  ul {
  margin-left: 0;
  max-height: 400px !important;
  overflow: auto;
}
.elementor-widget-text-editor
  .elementor-text-editor
  .installation_video_page
  ul
  li {
  padding-left: 0px;
}
.elementor-widget-text-editor
  .elementor-text-editor
  .installation_video_page
  ul
  li:before {
  display: none;
}
/*END Installation video PAGE*/

/* START SINGLE POST PAGE DESIGN */
.post-img-vid .elementor-shortcode img {
  position: relative;
  width: 100%;
}
.post-img-vid .elementor-shortcode .vdo {
  position: absolute;
  display: block;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50px, -50px);
  transform: translate(-50px, -50px);
  font-size: 60px;
}
.post-img-vid .elementor-shortcode .vdo i {
  display: inline-block;
  color: #ff0000;
  font-size: 55px;
  background-color: #fff;
  line-height: 25px;
  border-radius: 12px;
}
/* END SINGLE POST PAGE DESIGN */

/* START PRODUCT PAGE DESIGN */
.woocommerce .quantity1 input[type="button"] {
  padding: 0;
  color: #333;
}
.woocommerce .quantity {
  position: relative;
  padding: 0;
  min-width: 80px;
  height: 37px;
  border: 1px solid #ddd;
  border-radius: 50px;
  box-shadow: none;
}
.woocommerce .quantity input.qty {
  float: none;
  margin: auto;
  display: inline-block;
  border: 0;
  width: 45px !important;
  max-width: inherit;
}
.woocommerce .quantity .minus,
.woocommerce .woocommerce-cart-form .quantity .minus,
.minus1 {
  height: 100%;
  color: #333;
  border: 1px solid transparent !important;
  border-right: 1px solid #ddd !important;
  background-color: transparent !important;
  z-index: 1;
  width: 32px !important;
  padding: 0px 0px 0px !important;
  top: 0px;
  line-height: 10px !important;
  margin: 0px 0px !important;
  vertical-align: middle;
  margin-top: 0px !important;
  position: relative;
}
.woocommerce .quantity .plus,
.woocommerce .woocommerce-cart-form .quantity .plus,
.plus1 {
  color: #333;
  height: 100%;
  border: 1px solid transparent !important;
  border-left: 1px solid #ddd !important;
  background-color: transparent !important;
  z-index: 1;
  width: 32px !important;
  text-align: center;
  margin-right: 0 !important;
  padding: 0px 0px 0px !important;
  top: 0px;
  line-height: 10px !important;
  margin: 0px 0px !important;
  vertical-align: middle;
  margin-top: 0px !important;
  position: relative;
}
.single-product.woocommerce .elementor-widget-woocommerce-product-price .price {
  color: #1770e3;
  font-size: 26px;
}
.single-product.woocommerce .elementor-widget:not(:last-child) {
  margin-bottom: 5px;
}
.single-product.woocommerce div.product .product_title {
  margin: 0;
}
.single-product.woocommerce div.product form.cart .variations {
  border-bottom: none;
}
.single-product.woocommerce
  div.product.elementor
  form.cart
  table.variations
  td.value {
  position: relative;
  width: 40%;
  margin-top: 10px;
  margin-left: -4px;
}
.single-product.woocommerce
  div.product.elementor
  form.cart
  table.variations
  td.value
  select {
  border-bottom: 1px solid #dddddd;
}
.single-product.woocommerce
  div.product.elementor
  form.cart
  table.variations
  td.value:before {
  width: 60%;
}
.single-product.woocommerce
  .tm-extra-product-options
  ul.tmcp-elements
  li.tmcp-field-wrap {
  width: 44%;
}
.single-product.woocommerce select.tm-epo-field.tmcp-select {
  border: 0;
  position: absolute;
  top: 0;
  padding: 0;
  padding: 0 30px 0 0;
  border-bottom: 1px solid #dddddd;
  margin-top: 10px;
  height: 2em;
  margin-top: 15px;
  margin-left: -4px;
}
.single-product.woocommerce
  .tc-extra-product-options
  .tmcp-field-wrap
  .price.tc-price
  .amount {
  line-height: 4.3;
  margin-left: 0;
}
.single-product.woocommerce div.product .product_meta {
  border-top: none;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
.single-product.woocommerce div.product .product_meta .detail-content a {
  color: #898989;
}
.single-product.woocommerce div.product .product_meta > span {
  margin-bottom: 15px;
  color: #898989;
}
.single-product.woocommerce button.aj_cart.button.alt {
  background: #000000 !important;
  border-radius: 0 !important;
  min-width: calc(40% - 16px);
  padding: 20px !important;
  margin: 0 7px;
}
.single-product.woocommerce button.button.alt:hover {
  box-shadow: 0 5px 7px 0 rgba(86, 86, 86, 0.5);
}
.single-product.woocommerce .product_type_external.button.alt,
button#buy_now.button.alt {
  background: #1770e3 !important;
  border-radius: 0 !important;
}
.single-product.woocommerce button#buy_now.button.alt:hover {
  box-shadow: 0 5px 7px 0 rgba(23, 112, 227, 0.5);
}
.single-product.woocommerce
  .cart_popup_data
  .bv-header-title
  .elementor-heading-title {
  margin: 20px 0 40px 31px !important;
}
.single-product.woocommerce
  .cart_popup_data
  .bv-header-title
  .elementor-widget-container::after {
  left: 10px;
  margin-top: -37px;
}
.single-product.woocommerce .product-details .compare,
.single-product.woocommerce
  .product-details
  .wishlist_compare_section
  .yith-wcwl-add-button
  a,
.single-product.woocommerce .product-details .yith-wcwl-add-to-wishlist a {
  border-radius: 0 !important;
  background: #f5f5ff !important;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-transform: none;
  font-weight: normal !important;
  padding: 15px 30px 15px 30px !important;
  margin: 0px !important;
}
.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
}
/*.single-product.woocommerce .yith-wcwl-add-button a.add_to_wishlist {background: #F5F5FF !important;border-radius: 0 !important;width: auto;height: auto;display: inline-block;
color: #000;padding: 10px 20px;}*/
.single-product.woocommerce
  .tm-extra-product-options-container
  .tmcp-field-wrap
  .tc-inline-description {
  display: none;
}
.single-product.woocommerce .product_type_external.button.alt {
  min-width: calc(40% - 16px);
  padding: 20px !important;
  margin: 0 7px;
}

/*.single-product.woocommerce .up-sells.upsells.products .compare{padding: 10px 15px!important;}*/
/* END PRODUCT PAGE DESIGN */

/*Start Common Gravity Form Design */
.pp-gravity-form .gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 30px;
}
.pp-gravity-form .gform_wrapper .gform_body ul li h2 {
  font-size: 32px;
  font-weight: 600;
}
.pp-gravity-form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_label {
  font-size: 16px;
  color: #565656;
  font-weight: 700;
  line-height: 25px;
}
.pp-gravity-form
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_label
  .gfield_required {
  color: #ef3a3a;
}
.pp-gravity-form .gform_wrapper .ginput_container input[type="text"],
.pp-gravity-form .gform_wrapper .ginput_container input[type="number"],
.pp-gravity-form .gform_wrapper .ginput_container input[type="date"],
.pp-gravity-form .gform_wrapper .ginput_container input[type="email"],
.pp-gravity-form .gform_wrapper .ginput_container input[type="tel"],
.pp-gravity-form .gform_wrapper .ginput_container select,
.pp-gravity-form .gform_wrapper .ginput_container textarea {
  background-color: #fff !important;
  height: 50px !important;
  border: 2px solid #dddddd !important;
  width: 100%;
}
.pp-gravity-form .gform_wrapper .ginput_container input[type="text"]:focus,
.pp-gravity-form .gform_wrapper .ginput_container input[type="number"]:focus,
.pp-gravity-form .gform_wrapper .ginput_container input[type="date"]:focus,
.pp-gravity-form .gform_wrapper .ginput_container input[type="email"]:focus,
.pp-gravity-form .gform_wrapper .ginput_container input[type="tel"]:focus,
.pp-gravity-form .gform_wrapper .ginput_container select:focus,
.pp-gravity-form .gform_wrapper .ginput_container textarea:focus {
  border: 2px solid #989898 !important;
}
.pp-gravity-form .gform_wrapper .ginput_container textarea {
  height: 230px !important;
}
.b2b_gravity_form .pp-gravity-form .gform_wrapper .ginput_container textarea {
  height: 150px !important;
}
.pp-gravity-form .gform_wrapper .ginput_container.ginput_container_consent {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pp-gravity-form
  .gform_wrapper
  .ginput_container.ginput_container_consent
  input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pp-gravity-form
  .gform_wrapper
  .ginput_container.ginput_container_consent
  input[type="checkbox"]:checked
  ~ label:before {
  display: block;
  background-color: #1770e3;
  border-color: #1770e3;
}
.pp-gravity-form
  .gform_wrapper
  .ginput_container.ginput_container_consent
  input[type="checkbox"]:checked
  ~ label:after {
  display: block;
}
.pp-gravity-form
  .gform_wrapper
  .ginput_container.ginput_container_consent
  label:before {
  position: absolute;
  top: 6px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #707070;
  content: "";
  display: inline-block;
  border-radius: 2px;
}
.pp-gravity-form .gform_wrapper li.hidden_label input {
  margin-top: -10px;
}
.pp-gravity-form
  .gform_wrapper
  .ginput_container.ginput_container_consent
  label:after {
  left: 6px;
  top: 8px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
.pp-gravity-form .gform_wrapper .ginput_container_select .large.gfield_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
}
.pp-gravity-form
  .gform_wrapper
  .ginput_container_select
  .large.gfield_select::-ms-expand {
  display: none;
}
.pp-gravity-form .gfmc-column {
  display: inline-block !important;
}
.pp-gravity-form .gform_wrapper .ginput_container_select {
  position: relative;
}
.pp-gravity-form .gform_wrapper .ginput_container_select:after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 3px solid #dddddd;
  border-right: 3px solid #dddddd;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  pointer-events: none;
}
input[type="radio"] {
  position: absolute;
  opacity: 0;
}
input[type="radio"] + label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #707070;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 0px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
input[type="radio"]:checked + label:before {
  background-color: #1770e3;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border: 2px solid #1770e3;
}

.pp-gravity-form .gform_wrapper .gform_body .gfield_checkbox li > label {
  padding-left: 35px;
}
.pp-gravity-form .gform_wrapper .chosen-container-multi .chosen-choices {
  background-image: none !important;
  height: 50px !important;
  border: 2px solid #dddddd !important;
  margin-left: 0px !important;
}
.pp-gravity-form .gform_wrapper .chosen-container-active .chosen-choices {
  box-shadow: none;
}
.pp-gravity-form .gform_wrapper .gform_footer {
  margin-top: 50px !important;
  text-align: center;
}
.pp-gravity-form .gform_wrapper .gform_footer .blank-btn {
  font-size: 16px;
  font-weight: 500;
  color: #565656;
  border: 2px solid #707070;
  padding: 15px 30px 15px 30px;
  border-radius: 28px 28px 28px 28px;
  margin-left: 20px;
}
.pp-gravity-form .gform_wrapper .gform_footer input[type="submit"] {
  font-family: "Poppins", Poppins;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  background-color: #03bffe;
  color: #fff;
  border-radius: 28px 28px 28px 28px !important;
  padding: 15px 30px 15px 30px;
  min-width: 180px;
  line-height: 1.6 !important;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #03bffe),
    color-stop(100%, #1770e3)
  );
  background: -webkit-linear-gradient(left, #03bffe 0, #1770e3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03bffe),
    to(#1770e3)
  );
  background: linear-gradient(to right, #03bffe 0, #1770e3 100%);
  transition: all 0.4s ease-in-out;
}
.pp-gravity-form .gform_wrapper .gform_footer input[type="submit"]:hover {
  box-shadow: 0 5px 7px 0 rgba(9, 165, 245, 0.5);
}
.pp-gravity-form .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}
.pp-gravity-form .gform_wrapper li.gfield.gfield_error {
  padding-top: 0px;
}
.pp-gravity-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 0px;
}
.b2b_gravity_form .pp-gravity-form .gform_wrapper ul {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.b2b_gravity_form .pp-gravity-form .gform_wrapper form li,
.b2b_gravity_form .pp-gravity-form .gform_wrapper li {
  padding: 0px 30px !important;
}
.b2b_gravity_form .gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0 !important;
  padding: 0 !important;
}
.b2b_gravity_form
  .gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice {
  padding: 3px 20px 3px 5px !important;
}
.b2b_gravity_form .gform_wrapper ul li.gfield {
  margin-top: 0px;
  margin-bottom: 45px !important;
}
.pp-gravity-form .gform_wrapper div.validation_error {
  color: #ef3a3a;
  border-top: none;
  border-bottom: none;
}
.pp-gravity-form .gform_wrapper li.gfield.gfield_error,
.pp-gravity-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
}
.pp-gravity-form .gform_wrapper .validation_message {
  color: #ef3a3a;
}
/*End  Common Gravity Form Design */

.w3eden .media .pull-left img {
  width: 70px;
  height: 70px;
}
.w3eden .row {
  display: flex;
  flex-wrap: wrap;
}
.w3eden .media .media-body .media-heading {
  margin-bottom: 8px;
  line-height: 0.8;
}
.w3eden .media .media-body .media-heading a {
  color: #1770e3;
  font-size: 20px;
}
.w3eden .media .media-body .text-small {
  font-size: 18px;
  font-weight: 400;
}
.w3eden .media .media-body .text-small i {
  padding: 0 10px;
}
.w3eden .media .ml-3 {
  position: relative;
}
.w3eden .media .ml-3 .wpdm-download-link.btn {
  font-family: "Poppins", Poppins !important;
  padding-left: 0px;
  /* position: relative;*/
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1770e3 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  background-color: transparent !important;
  position: absolute;
  left: 75px;
  bottom: -40px;
}
.w3eden .media .ml-3 .wpdm-download-link.btn:hover {
  box-shadow: none;
}
.pp-video-play-icon {
  color: #fa0208;
}
.pp-video-player .pp-video-play-icon.pp-icon:before {
  background: #fff;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}
.pp-info-list-container .pp-list-items a {
  color: #1770e3 !important;
}
.app-download-btn {
  display: flex;
}
.app-download-btn > div {
  margin: 15px 15px 0px 0px;
}
.elementor-widget-container .elementor-image > a::-ms-expand {
  display: block;
}

/* End fleet-tracking Page Design*/

/*Specification tab view Css */
.elementor-widget-eael-adv-tabs
  .eael-tabs-vertical
  .eael-tabs-content
  ul
  li:before {
  content: "";
  position: relative;
  left: 3px;
  top: 0;
  font-size: 1rem;
  margin-left: -20px;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  display: inline-block;
  background-color: #565656;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px #565656;
  border-radius: 50%;
}
.elementor-widget-eael-adv-tabs
  .eael-tabs-vertical
  .eael-tabs-content
  ul
  .amazingcarousel-item:before {
  display: none;
}
/*End Specification Tab CSS*/

/*Slider Space Between Video*/
.amazingcarousel-item-container {
  margin: 0 25px !important;
}
/*End Slider*/
.fixed-compare-table #yith-woocompare table.compare-list tfoot th:first-child {
  height: 0 !important;
}
#yith-woocompare table.dataTable.compare-list tbody td {
  border-color: #dddddd;
  padding: 10px;
  vertical-align: middle;
}
#yith-woocompare table.dataTable.compare-list {
  box-sizing: border-box;
}
#yith-woocompare table.dataTable.compare-list tbody th,
#yith-woocompare table.dataTable.compare-list tbody td {
  border-bottom: 1px solid #dddddd;
  border-top: 0;
}
#yith-woocompare table.dataTable.compare-list tbody tr:first-child th,
#yith-woocompare table.dataTable.compare-list tbody tr:first-child td {
  border-top: 1px solid #dddddd;
}
#yith-woocompare table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
.fixed-compare-table table {
  width: 80% !important;
  float: right;
  overflow-x: scroll;
  display: inline-block;
  cursor: all-scroll;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  border-width: 1px 1px 0 0;
}
.fixed-compare-table table tr td a {
  color: #1770e3;
}
.fixed-compare-table table tr td a:hover {
  color: #333333;
}
.fixed-compare-table table tr th {
  position: absolute;
  height: 100%;
  display: inline-block;
  left: 0;
  z-index: 990;
  width: 20%;
  background-color: #f5f5ff;
  border-width: 1px 1px 1px 1px;
  margin-top: -1px;
}
.fixed-compare-table #yith-woocompare table.compare-list tbody,
.fixed-compare-table #yith-woocompare table.compare-list thead,
.fixed-compare-table #yith-woocompare table.compare-list tfoot {
  width: 100% !important;
}
.fixed-compare-table #yith-woocompare table {
  width: 80% !important;
  border-width: 0;
}
.fixed-compare-table
  #yith-woocompare
  table.compare-list
  tbody
  tr:first-child
  th {
  min-height: 50% !important;
  margin-top: 0 !important;
  height: -webkit-fill-available !important;
}
.fixed-compare-table #yith-woocompare table.compare-list tbody th {
  width: 20% !important;
  max-width: none;
  min-width: auto;
  height: 100%;
  border: 1px solid #dddddd;
}
/*#yith-woocompare table.compare-list th,
#yith-woocompare table.compare-list td {
  width: auto !important;
  max-width: none !important;
  min-width: auto !important;
  }*/
/*.pp-table.tablesaw .tbl-btn{
  text-align: center;
}*/

#yith-woocompare-table .pro-select {
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background: url(../image/down-arrow.png) no-repeat 97%;
  background-size: 17px 17px;
}

#yith-woocompare-table thead,
#yith-woocompare-table tfoot {
  display: none;
}
/*.DTFC_LeftHeadWrapper,
 .DTFC_LeftBodyLiner thead,
.DTFC_LeftHeadWrapper thead{
  display: none !important;
}
.DTFC_LeftWrapper,
.DTFC_LeftBodyLiner{
  width: auto !important;
}
#yith-woocompare table.DTFC_LeftBodyLiner tbody tr:first-child th,
 #yith-woocompare table.DTFC_LeftBodyLiner tbody tr:first-child td {
  border-top: 0px solid #DDDDDD !important;
}*/
/*START AFFILATED FORM */
.affwp-form {
  float: left;
  padding: 40px;
}
.affwp-form legend {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
.affwp-form label {
  font-weight: 700;
  color: #565656;
  vertical-align: top;
}
.affwp-form a {
  font-weight: 500;
}
.affwp-form input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
.affwp-form textarea {
  background-color: #fff;
  border: 2px solid #dddddd;
  margin-top: 10px;
  margin-bottom: 15px;
}

.affwp-form input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 2px solid #989898;
}

#affwp-register-form {
  width: 60%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  margin: 0px 45px 0 0;
}
.affwp-form:nth-of-type(2) {
  width: 35%;
  background-color: #f5f5ff;
}
.affwp-form .button {
  padding: 15px;
  margin-top: 20px;
}
.affwp-form .button:hover {
  box-shadow: 0 5px 7px 0 rgba(9, 165, 245, 0.5);
}
/*END AFFILATED FORM */

/* START Store Finder Page Design */
.ssf-main-content .ssf-content-section .store-locator-section {
  background-color: transparent !important;
}
.ssf-main-content
  .ssf-content-section
  .store-locator-section
  .store-locator-map-holder
  .store-locator-map {
  width: 70%;
  left: 28%;
}
.ssf-main-content .ssf-row {
  padding: 0;
  max-width: 100% !important;
}
.ssf-main-content .ssf-row .ssf-column {
  float: none;
}
.ssf-main-content .ssf-row .ssf-column .ssf-panel.shadowed {
  background-color: #f5f5ff;
  box-shadow: none;
}
.ssf-main-content .ssf-row .large-9 {
  width: 25%;
}
.ssf-main-content .ssf-row .ssf-column .store-locator__actions-bar table {
  border: 0;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .store-locator__actions-bar
  table
  .searchbar_tr
  .searchbar_td
  .field-holder
  input[type="text"] {
  color: #1770e3;
  padding-right: 45px;
  border-width: 2px;
  border-color: #1770e3;
  background: #fff;
  border-radius: 50px;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .store-locator__actions-bar
  table
  .searchbar_tr
  .searchbar_td
  .field-holder
  .field-holder__icon {
  right: -36px;
}
.ssf-main-content
  .store-locator__actions-bar
  table
  .searchbar_tr
  .store-locator__geolocator-cell {
  padding-left: 0;
}
.ssf-main-content
  .store-locator__actions-bar
  table
  .searchbar_tr
  .store-locator__geolocator-cell
  .store-locator__geolocator
  span {
  color: #000;
}
.ssf-main-content .ssf-row .ssf-column .store-locator__actions-bar {
  width: 100%;
  position: absolute;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .store-locator__actions-bar
  .store-locator__map-status.is-shown.is-transitionable {
  min-height: 65px;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .store-locator__actions-bar
  .store-locator__map-status.is-shown.is-transitionable
  .store-locator__map-status__inner {
  padding-right: 0;
  padding: 6px;
}
.ssf-main-content .ssf-row .ssf-column .filter-popup--medium-down {
  position: absolute;
  top: 210px;
  width: 100%;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .filter-popup--medium-down
  .filter__items-counter {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.ssf-main-content .ssf-row .ssf-column .filter-popup--medium-down a {
  font-size: 16px;
  font-weight: 500;
  color: #1770e3;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .filter-popup--medium-down
  .filter__row
  .filter__toggler {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .filter-popup--medium-down
  .filter__row:nth-child(2) {
  border-top-width: 0;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .filter-popup--medium-down
  .filter__row.filter__row--cta
  .small-6 {
  margin: 10px auto;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .filter-popup--medium-down
  .filter__row.filter__row--cta
  .small-6
  .ssf-button,
.show-for-medium-down {
  font-family: "Poppins", Poppins !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  text-decoration: none !important;
  background-color: #03bffe !important;
  color: #fff !important;
  border-radius: 28px 28px 28px 28px !important;
  padding: 15px 30px 15px 30px !important;
  min-width: 180px !important;
  line-height: 1.6 !important;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #03bffe),
    color-stop(100%, #1770e3)
  ) !important;
  background: -webkit-linear-gradient(left, #03bffe 0, #1770e3 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03bffe),
    to(#1770e3)
  ) !important;
  background: linear-gradient(to right, #03bffe 0, #1770e3 100%) !important;
  transition: all 0.4s ease-in-out !important;
  box-shadow: none !important;
}

.ssf-main-content
  .ssf-row
  .ssf-column
  .filter-popup--medium-down
  .filter__row.filter__row--cta
  .small-6
  .ssf-button:hover,
.show-for-medium-down:hover {
  box-shadow: 0 5px 7px 0 rgba(9, 165, 245, 0.5) !important;
  cursor: pointer;
}
.ssf-main-content
  .ssf-row
  .ssf-column
  .filter-popup--medium-down
  .filter__row
  .arrow-toggler:after {
  content: "\f067";
  color: #000;
  font-size: 20px;
}

.ssf-main-content
  .ssf-row
  .ssf-column
  .filter-popup--medium-down
  .filter__row
  .arrow-toggler.is-toggled:after {
  content: "\f068";
  color: #000;
  font-size: 20px;
}
.ssf-main-content .store-locator-bottom-half .ssf-column h2 {
  position: relative !important;
  margin: 50px 0 50px 0 !important;
  color: #333 !important;
  font-size: 38px !important;
  line-height: 1.3 !important;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
}
.ssf-main-content .store-locator-bottom-half .ssf-column h2:after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #f5f5ff;
  border-radius: 50%;
  left: -22px;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.ssf-main-content .store-locator__store-list .store-locator__infobox {
  background-color: #fff;
  border: 1px solid #dddddd;
  text-align: center;
  margin-bottom: 0px;
  padding: 40px;
}
.ssf-main-content .store-locator__store-list .store-locator__infobox:hover {
  border-color: transparent !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16) !important;
  cursor: pointer !important;
}
.ssf-main-content
  .store-locator__store-list
  .store-locator__infobox
  .infobox__body
  .infobox__title {
  font-family: "Poppins", Poppins !important;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}
.ssf-main-content .store-locator__store-list .medium-4 {
  padding: 15px;
}
.ssf-main-content .store-locator__store-list .medium-4.medium-clear-left,
.medium-up-clear-left {
  clear: none;
}
.ssf-main-content
  .store-locator__store-list
  .store-locator__infobox
  .infobox__marker {
  display: none;
}
.ssf-main-content
  .store-locator__store-list
  .medium-4
  .infobox__row.infobox__cta {
  font-family: "Poppins", Poppins !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  text-decoration: none !important;
  background-color: #03bffe !important;
  color: #fff !important;
  border-radius: 28px 28px 28px 28px !important;
  padding: 15px 30px 15px 30px !important;
  max-width: 200px !important;
  margin: 0 auto;
  line-height: 1.6 !important;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #03bffe),
    color-stop(100%, #1770e3)
  ) !important;
  background: -webkit-linear-gradient(left, #03bffe 0, #1770e3 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03bffe),
    to(#1770e3)
  ) !important;
  background: linear-gradient(to right, #03bffe 0, #1770e3 100%) !important;
  transition: all 0.4s ease-in-out !important;
  box-shadow: none !important;
  border: 0px;
}

.ssf-main-content .ssf-row .icon.icon--radio-btn {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #707070;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.ssf-main-content .ssf-row .icon--radio-btn.is-checked {
  background-position: none;
  background-color: #1770e3;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border: 2px solid #1770e3;
  background-image: none;
}

.ssf-main-content
  .ssf-content-section
  .store-locator-section
  .store-locator-top-half {
  display: flex !important;
  justify-content: flex-end;
  flex-direction: column-reverse;
}

.ssf-main-content .store-locator-bottom-half #page_navigation a {
  border: 1px solid #dddddd !important;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin: 0 5px 5px !important;
  color: #000;
  text-transform: capitalize;
}
.ssf-main-content .store-locator-bottom-half .paginationgrey {
  background-color: #fff;
}

.ssf-main-content .store-locator-bottom-half .paginationgrey:hover {
  background-color: #dddddd !important;
  color: #333 !important;
  border-color: #dddddd !important;
}
.ssf-main-content
  .store-locator-bottom-half
  .pagination-btn
  #applyFilterOptions.ssf-button {
  background: center center no-repeat #1770e3 !important;
}
.ssf-main-content .store-locator-top-half div.ssf-panel:before {
  content: "";
  position: absolute;
  width: 128px;
  background: #222222;
  height: 5px;
  top: 0;
  bottom: auto;
  left: 50px;
  z-index: 2;
}
/*End Store Fonder Page Design */

/* START DESIGN Blackvue-dashcams-comparison-table-excel */
.blackvue-download-single article header.entry-header {
  display: none;
}
.blackvue-download-single .ast-single-post-order h1 {
  position: relative !important;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.blackvue-download-single .ast-single-post-order h1:after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #f5f5ff;
  border-radius: 50%;
  left: -22px;
  top: 50%;
  margin-top: -40px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.blackvue-download-single .single-col-flat {
  overflow: auto;
}
.blackvue-download-single .single-col-flat .table {
  margin-bottom: 15px !important;
}
.blackvue-download-single .single-col-flat .table tr td {
  border-top: 0 !important;
  padding: 13px 20px;
}
.blackvue-download-single .single-col-flat .table tr td:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
}
.blackvue-download-single .single-col-flat .table tr td:nth-child(2) {
  font-weight: 500;
  text-align: center;
}
.blackvue-download-single .single-col-flat .table tr td .wpdm-download-link {
  font-family: "Poppins", Poppins;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  background-color: #03bffe;
  color: #fff;
  border-radius: 28px 28px 28px 28px !important;
  padding: 11px 25px 11px 25px;
  min-width: 180px;
  line-height: 1.6 !important;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #03bffe),
    color-stop(100%, #1770e3)
  );
  background: -webkit-linear-gradient(left, #03bffe 0, #1770e3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03bffe),
    to(#1770e3)
  );
  background: linear-gradient(to right, #03bffe 0, #1770e3 100%);
  transition: all 0.4s ease-in-out;
}
.blackvue-download-single
  .single-col-flat
  .table
  tr
  td
  .wpdm-download-link:hover {
  box-shadow: 0 5px 7px 0 rgba(9, 165, 245, 0.5);
}
.wpdmpro-template-default.single.single-wpdmpro
  .blackvue-download-single
  td:first-child:empty {
  display: none;
}
.blackvue-download-single .border-top,
.border-vertical {
  border-top: 0px;
}
.blackvue-download-single .elementor-124348 {
  margin-top: 55px;
}
.blackvue-download-single .elementor-column {
  width: 100%;
}
.blackvue-download-single .w3eden .row {
  display: block;
}
/* END DESIGN Blackvue-dashcams-comparison-table-excel */

#bvProductTab_4 h2 {
  font-size: 38px;
  font-family: "Poppins", Poppins;
  font-weight: 700;
  position: relative !important;
  margin: 70px 0 40px 20px !important;
  color: #333 !important;
  line-height: 1.3 !important;
  z-index: 2;
}
#bvProductTab_4 h2::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  background-color: #f5f5ff;
  border-radius: 50%;
  left: -20px;
  margin-top: -32px;
  top: 50%;
  z-index: -2;
}

/* Start IE Css Related to Page */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gfmc-column {
    display: inline-block;
  }
  .fixed-compare-table {
    overflow-y: hidden;
    -ms-scroll-limit: 0 0 0 0;
    position: relative;
  }
  .fixed-compare-table table {
    margin-bottom: 0 !important;
  }
  .fixed-compare-table table td {
    vertical-align: top;
  }
  .fixed-compare-table table tr {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
}
/* IE Css Related to Page */

@media (max-width: 1024px) {
  .w3eden .media .media-body .text-small i {
    padding: 0;
  }
  .pp-gravity-form .gform_wrapper .gform_body ul li h2 {
    font-size: 20px;
  }
  .installation_video_page .filter-field:nth-child(4) {
    margin: 25px 0;
    padding: 0;
  }
  .installation_video_page
    .elementor-section
    .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 50%;
  }
  .installation_video_page .filter-field {
    display: block;
  }
  .installation_video_page .filter-field.custom-select:after {
    top: 66%;
    right: 14px;
  }
  .installation_video_page .filter-field label {
    font-size: 15px;
  }
  .installation_video_page .pro_item .vdo img {
    width: 20%;
  }
  .ssf-main-content
    .ssf-content-section
    .store-locator-section
    .store-locator-map-holder
    .store-locator-map {
    width: 100%;
    left: 0;
  }
  .ssf-main-content .ssf-row .large-9 {
    width: 100%;
  }
  .ssf-main-content .ssf-row .ssf-column .store-locator__actions-bar {
    top: -100px;
    left: 0;
  }
  .ssf-main-content .ssf-row .ssf-column {
    padding: 0;
  }
  .ssf-main-content .ssf-row .ssf-column .filter-popup--medium-down {
    position: sticky;
    top: 0;
  }
  .ssf-main-content
    .ssf-row
    .ssf-column
    .store-locator__actions-bar
    .store-locator__map-status.is-shown.is-transitionable
    .store-locator__map-status__inner {
    padding: 0;
    width: 85%;
  }
  .ssf-main-content
    .ssf-column#filter_left_panel
    .filter__row.filter__row--cta
    .ssf-row {
    width: 50% !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 auto !important;
  }
  .ssf-main-content
    .ssf-column#filter_left_panel
    .filter__row.filter__row--cta
    .ssf-row
    .small-6.large-offset-6
    a {
    margin: 40px 10px;
  }
  .pad-bottom-2x,
  .pad-vertical-2x {
    padding-bottom: 100px !important;
  }
  .ssf-main-content .store-locator__store-list .store-locator__infobox {
    padding: 0 0 30px 0;
    margin: 3px;
  }
  .ssf-main-content
    .store-locator__store-list
    .store-locator__infobox
    .infobox__body {
    min-height: 250px;
  }
  #ssf_adress_input_box td {
    background: 0;
    border-width: 0;
  }
  .ssf-main-content
    .ssf-row
    .ssf-column
    .filter-popup--medium-down
    .filter__row:nth-child(2) {
    border-top-width: 0;
  }
  .affwp-form {
    padding: 30px 22px;
  }
  #affwp-register-form {
    width: 54%;
    margin: 0px 29px 0 0;
  }
  #yith-woocompare table.dataTable.compare-list {
    border-right: 1px solid #dddddd;
  }
  .fixed-compare-table #yith-woocompare table.compare-list tbody th {
    width: 20% !important;
  }
  #yith-woocompare table.dataTable.compare-list tbody th {
    font-size: 14px;
    padding: 10px;
  }
  #yith-woocompare
    table.dataTable.compare-list
    .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
  .button.product_type_variable.add_to_cart_button {
    font-size: 14px !important;
    padding: 10px !important;
    min-width: 130px;
  }
  .DTFC_LeftHeadWrapper,
  .DTFC_LeftBodyLiner thead,
  .DTFC_LeftHeadWrapper thead {
    display: none !important;
  }
  .DTFC_LeftWrapper,
  .DTFC_LeftBodyLiner {
    width: auto !important;
  }
  #yith-woocompare table.DTFC_LeftBodyLiner tbody tr:first-child th,
  #yith-woocompare table.DTFC_LeftBodyLiner tbody tr:first-child td {
    border-top: 0px solid #dddddd !important;
  }
  #bvProductTab_4 h2 {
    margin: 70px 0 40px 20px !important;
  }
}

@media (max-width: 768px) {
  .installation_video_page .filter-field label {
    font-size: 14px;
  }
  .installation_video_page .btn.blue {
    min-width: 100px;
  }
  .w3eden .media .media-body .text-small i {
    padding: 0;
    margin-left: 0;
  }
  .pp-info-list-icon-left.pp-info-list-icon-vertical-middle
    .pp-info-list-item-inner {
    align-items: flex-start !important;
  }
  .wonderplugincarousel .amazingcarousel-prev {
    margin-left: -20px !important;
  }
  .wonderplugincarousel .amazingcarousel-next {
    margin-right: -20px !important;
  }
  .pp-gravity-form
    .gform_wrapper
    .ginput_container_select
    .large.gfield_select {
    padding: 0 38px 0 8px;
  }
  .pp-gravity-form .gform_wrapper .ginput_container_select:after {
    right: 16px;
  }
  .installation_video_page .pro_item .vdo img {
    width: 20%;
  }
  #affwp-register-form {
    width: 100%;
    margin: 0;
  }
  .affwp-form:nth-of-type(2) {
    width: 100%;
    margin-top: 40px;
  }
  .affwp-form {
    padding: 10px;
  }
  .affwp-errors {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    right: auto;
    display: inline-block;
    margin: 40px 0px 0;
  }
  .single-product.woocommerce
    .elementor-widget-container
    .products
    .yith-wcwl-add-to-wishlist {
    margin-right: 0;
  }
  .single-product.woocommerce-page[class*="columns-"]
    ul.products
    li.product:nth-child(n),
  single-product.woocommerce
    .woocommerce[class*="columns-"]
    ul.products
    li.product:nth-child(n) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .icon-list .pp-infolist-icon-wrapper::after {
    display: none;
  }
  .icon-list .pp-infolist-icon-wrapper::before {
    display: none;
  }
  .single-product.woocommerce .product_type_external.button.alt {
    width: 100%;
  }
  #bvProductTab_4 h2 {
    font-size: 20px;
  }
  #bvProductTab_4 h2:after {
    width: 32px;
    height: 32px;
    left: -10px;
    margin-top: -16px;
  }
  .single-product.woocommerce .product-details .compare,
  .single-product.woocommerce
    .product-details
    .wishlist_compare_section
    .yith-wcwl-add-button
    a,
  .single-product.woocommerce .product-details .yith-wcwl-add-to-wishlist a {
    padding: 15px 20px 15px 20px !important;
  }
}
@media (max-width: 1600px) {
  .single-product.woocommerce
    .elementor-widget-container
    .products
    .yith-wcwl-add-to-wishlist {
    margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .w3eden .media .media-body .text-small {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .w3eden .media {
    margin-bottom: 0px;
    padding-bottom: 25px;
  }
  .w3eden .media .ml-3 .wpdm-download-link.btn {
    top: -14px;
  }
  .pp-gravity-form .gform_wrapper .ginput_container_select:after {
    right: 16px;
  }
  #affwp-register-form {
    width: 100%;
    margin: 0;
  }
  .affwp-form:nth-of-type(2) {
    width: 100%;
    margin-top: 40px;
  }
  .affwp-form {
    padding: 10px;
  }
  .affwp-errors {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    right: auto;
    display: inline-block;
    margin: 40px 0px 0;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .w3eden .media {
    padding-bottom: 35px;
  }
  .w3eden .media .media-body .media-heading {
    margin-bottom: 8px;
  }
  .w3eden .media .media-body .text-small {
    font-size: 16px;
  }
  .w3eden .media .ml-3 .wpdm-download-link.btn {
    top: -13px;
  }
  .woocommerce ul.products li.product {
    padding: 0px 0px 20px !important;
  }
}
@media (max-width: 640px) {
   .single-product.woocommerce button.aj_cart.button.alt {
    margin: 7px 0;
    background: #000 !important;
  }
}

@media (max-width: 576px) {
  .fixed-compare-table table tr th {
    width: 35%;
  }
  .fixed-compare-table table {
    width: 66% !important;
  }
  .w3eden .media .ml-3 .wpdm-download-link.btn {
    bottom: -8px;
  }
  .pp-gravity-form .gform_wrapper .gform_body ul li h2 {
    font-size: 16px;
  }
  .eael-advance-tabs .eael-tabs-content > div {
    margin: 0 !important;
  }
  .installation_video_page
    .elementor-section
    .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 100%;
  }
  .installation_video_page .filter-field:nth-child(4) {
    margin: 0 0 30px 12px;
  }
  .installation_video_page form {
    flex-direction: column;
  }
  .single-product.woocommerce select.tm-epo-field.tmcp-select {
    padding: 0px 25px 0px 0px;
  }
  .w3eden .media .media-body .media-heading {
    line-height: 0.9;
  }
  .w3eden .media .media-body .media-heading a {
    font-size: 16px;
  }
  .w3eden .media .media-body .text-small {
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 33px;
  }
  .w3eden .media {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .wonderplugincarousel .amazingcarousel-prev {
    margin-left: -15px !important;
  }
  .wonderplugincarousel .amazingcarousel-next {
    margin-right: -15px !important;
  }
  .pp-gravity-form .gform_wrapper .gform_footer .blank-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 11px 20px;
    font-size: 12px;
    text-align: center;
    margin-left: 0;
  }
  .ssf-main-content
    .ssf-column#filter_left_panel
    .filter__row.filter__row--cta
    .ssf-row {
    display: block !important;
    width: auto;
  }
  .pad-bottom-2x,
  .pad-vertical-2x {
    padding-bottom: 150px !important;
  }
  .ssf-main-content .store-locator__store-list .store-locator__infobox {
    padding: 0 0 30px 0;
    margin: 10px;
  }
  .ssf-main-content
    .store-locator__store-list
    .store-locator__infobox
    .infobox__body {
    min-height: 150px;
  }
  .ssf-main-content
    .ssf-row
    .ssf-column
    .filter-popup--medium-down
    .filter__row.filter__row--cta
    .small-6 {
    margin: 0;
  }
  .ssf-main-content
    .ssf-column#filter_left_panel
    .filter__row.filter__row--cta
    .ssf-row
    .small-6.large-offset-6
    a {
    margin: 15px 0;
  }
  #ssf_adress_input_box td {
    display: inline-block;
    border: 0;
  }
  .ssf-main-content
    .ssf-column#filter_left_panel
    .filter__row.filter__row--cta
    .ssf-row {
    width: 60% !important;
  }
  .blackvue-download-single .single-col-flat .table tr td .wpdm-download-link {
    font-size: 12px !important;
  }
  .fixed-compare-table #yith-woocompare table.compare-list tbody th {
    width: 35% !important;
  }
  .fixed-compare-table #yith-woocompare table {
    width: 66% !important;
  }
}
@media (max-width: 480px) {
  .ssf-main-content
    .ssf-column#filter_left_panel
    .filter__row.filter__row--cta
    .ssf-row {
    width: 70% !important;
  }
}

/*Start Bootstrap 3*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/*End*/

/*===================== Slider Home page  ==================*/

.hero-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 134px);
  position: relative;
  width: 100%;
}

.hero-item .hero-video video {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: -6px;
}

.hero-text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0px 30px;
}

.hero-text h2 {
  font-size: 50px;
  margin: 0px 0px 20px;
  color: #ffffff;
}

.hero-text p {
  font-size: 22px;
  margin-bottom: 40px !important;
  margin-top: 0px;
}

.hero-text .btn-white {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  color: #000000;
  padding: 17px 30px;
  min-width: 300px;
  line-height: 30px;
  display: inline-block;
}
.hero-text img.play-icon {
  display: inline-block;
}

.hero-slider .slick-next {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0px;
  border: none;
  background-color: transparent;
  z-index: 9;
}
.hero-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 0px;
  border: none;
  background-color: transparent;
  z-index: 9;
}
.hero-slider .slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 26px;
  height: 26px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, 0.75);
  border-right: 3px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
  right: 0px;
}

.hero-slider .slick-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 26px;
  height: 26px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, 0.75);
  border-left: 3px solid rgba(255, 255, 255, 0.75);
  transform: rotate(-45deg);
  left: 0px;
}

.hero-item {
  position: relative;
}

.hero-slider .slick-slider {
  overflow: hidden;
}
.hero-item.slick-active .hero-image {
  -webkit-animation: myMove 2.5s ease-in-out;
  -moz-animation: myMove 2.5s ease-in-out;
  -o-animation: myMove 2.5s ease-in-out;
  -ms-animation: myMove 2.5s ease-in-out;
  animation: myMove 2.5s ease-in-out;
}

@keyframes myMove {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.1, 1.1);
    transform-origin: 50% 0%;
  }
}
@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transform-origin: 50% 0%;
  }
}
@-o-keyframes myMove {
  from {
    -o-transform: scale(1, 1);
    -o-transform-origin: 50% 50%;
  }
  to {
    -o-transform: scale(1.1, 1.1);
    -o-transform-origin: 50% 0%;
  }
}
@-moz-keyframes myMove {
  from {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 50% 50%;
  }
  to {
    -moz-transform: scale(1.1, 1.1);
    -moz-transform-origin: 50% 0%;
  }
}
@-ms-keyframes myMove {
  from {
    -ms-transform: scale(1, 1);
    -ms-transform-origin: 50% 50%;
  }
  to {
    -ms-transform: scale(1.1, 1.1);
    -ms-transform-origin: 50% 0%;
  }
}

@media (max-width: 767px) {
  .hero-image {
    height: calc(100vh - 205px);
  }
  .hero-text {
    width: 100%;
    padding: 0px 30px;
  }
  .hero-text img.play-icon {
    max-width: 50px;
  }
  .hero-text h2 {
    font-size: 24px;
  }
  .hero-text p {
    font-size: 16px;
  }
  .hero-text .btn-white {
    padding: 7px 20px;
    font-size: 16px;
  }
}

.left-sidebar ol li a {
  font-size: 18px;
  background-color: #f5f5ff;
  color: #333;
}
.left-sidebar ol li a:hover,
.left-sidebar ol li a:hover:before,
.left-sidebar ol li a.active,
.left-sidebar ol li a.active:before {
  color: #1770e3;
}
.left-sidebar {
  max-width: 470px;
}
/*.left-sidebar.bv-sticky-block { max-width:300px; }*/
.left-sidebar ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
}
.left-sidebar ol li {
  margin-bottom: 0px;
}
.left-sidebar ol li a {
  counter-increment: my-awesome-counter;
  padding: 15px 40px 15px 40px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}
.left-sidebar ol li a::before {
  content: counter(my-awesome-counter) ". ";
  color: #333;
}

@media (max-width: 992px) {
  .left-sidebar ol li a {
    padding: 15px 20px 15px 20px;
  }
  .left-sidebar {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .left-sidebar {
    max-width: 100%;
  }
  .left-sidebar ol li a {
    font-size: 14px;
    padding: 10px 10px 10px 20px;
  }
}
@media screen and (max-width: 1400px) {
  .left-sidebar {
    max-width: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .left-sidebar {
    max-width: 300px;
  }
  .wishlist-items-wrapper td.product-name dl.variation dd {
    display: block !important;
  }
}
.wishlist-items-wrapper td.product-name dl.variation dd {
  display: inline-block;
  width: 60%;
  font-weight: normal;
}
.wishlist-items-wrapper td.product-name dl.variation dt {
  display: inline-block;
  width: auto;
}
.woocommerce table.wishlist_table tbody td.product-name {
  max-width: 500px;
  min-width: 320px;
}
@media (max-width: 992px) {
  .wishlist-items-wrapper td.product-name dl.variation dd {
    display: inline-block;
    width: 60%;
  }
  .wishlist-items-wrapper td.product-name dl.variation dt {
    display: inline-block;
    width: 40%;
  }
}
.pp-contact-form.pp-gravity-form .gform_wrapper .pp-gf-select-custom:after {
  display: none;
}
.elementor-element.elementor-element-6eedbf4.elementor-widget.elementor-widget-shortcode {
  display: none;
}

.languageeditor .elementor-shortcode {
  display: flex;
  align-items: center;
}

.languageeditor .elementor-shortcode .wpml-ls-legacy-dropdown {
  width: 100px;
  max-width: 100%;
}

/* 23.08.21 */
/* tw shop layout 이슈 수정 */
@media (min-width: 922px) {
  .ast-woo-shop-archive .site-content > .ast-container {
    max-width: 100% !important;
  }
}
