.our_store_text {
  margin-right: 50px;
  font-size: 32px;
  font-weight: 500;
}

.top_logos {
  display: inline-block;
  vertical-align: middle;
}
.our_store_amazon {
  width: 155px;
  height: auto;
  padding: 22px 0 0 0;
}

.pagination > .active > a,
.pagination > .active > span {
  border-color: #0e2652;
  background-color: #0e2652;
}

.our_store_ebay {
  width: 155px;
  height: auto;
  padding: 0px 10px 0px 10px;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1400px !important;
}
li.sp-menu-item.current-item.active {
  background: #0e2652;
}

#sp-header {
  background: #0e2652e6;
}
#sp-menu .justify-content-end {
  justify-content: unset !important;
}
#sp-header .sp-megamenu-parent > li > a {
  padding: 0px 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.1px;
  color: #fff;
}
#sp-header .sp-megamenu-parent > li > a:hover,
#sp-header .sp-megamenu-parent > li > a:focus {
  color: #e58e26;
}

/* Footer */
.footer-logo {
  max-width: 150px;
}

#sp-bottom .sp-module .sp-module-title {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#sp-bottom .sp-module ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

#sp-bottom .sp-module .menu li {
  margin-bottom: 0;
}

.bottom-contact li a {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 15px !important;
}

.bottom-contact li a:hover {
  color: #e58e26 !important;
}

.bottom-social {
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.bottom-social i {
  font-size: 30px;
}

.bottom-contact .fas,
.bottom-contact .far {
  font-size: 16px;
}

.jshop_menu_level_0 {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 7px;
  transition: all 0.3s;
}

.jshop_menu_level_0:hover {
  border-color: #ff8b00;
}

.jshop_menu_level_0 a {
  color: #888;
}

.jshop_menu_level_0 img {
  max-width: 70%;
  margin: 0 auto;
}

.block_product .name {
  padding: 0 15px;
  font-size: 16px !important;
 min-height: 75px;
}

.block_product .name a {
  color: #1e1e1e !important;
}

.jshop_list_product .product .jshop_price {
  color: #0e2652;
  font-weight: 600;
  font-size: 30px;
}

.jshop_list_product .image_block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.jshop_list_product .block_product .product {
  display: flex;
  flex-direction: column;
}

.jshop_list_product .block_product .product .image {
  order: -1;
}

.block_product .btn-success {
  background: #ff8b00 !important;
  border-radius: 0px !important;
  padding: 5px 20px !important;
  border: 1px solid #ff8b00 !important;
}

.product-buttons .btn-success {
  background: #ff8b00 !important;
  border-radius: 4px;
  padding: 5px 20px !important;
  border: 1px solid #ff8b00 !important;
  min-height: 38px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 180px;
}

.block_product .btn-primary {
  border-radius: 0px !important;
  padding: 7px 20px !important;
  background: #e3e3e3 !important;
  border: 1px solid #cdcdcd !important;
  color: #1e1e1e;
}

.jshop_list_product .block_product {
  border-radius: 0px !important;
  border: 1px solid#f4f4f4 !important;
  padding: 0 !important;
}
.jshop h1 {
  font-size: 36px !important;
  color: #0e2652 !important;
}

.pagination {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}

.jshop_code_prod {
  display: block;
  color: #0e2652;
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

#product_code {
  font-weight: 600;
}

b,
strong {
  font-weight: bolder;
}
.extra_fields_el {
  padding: 10px 10px;
}

.extra_fields_el:nth-child(odd) {
  background-color: #fff;
}

.extra_fields_el:nth-child(even) {
  background-color: #f9f9f9;
}

.extra_fields .extra_fields_group {
  padding-top: 0;
  font-weight: 400;
}
.extra_fields_el,
.extra_fields_name,
.prod_qty {
  font-size: 14px;
  color: #787878;
}
.extra_fields_value {
  font-size: 18px;
  color: #0e2652;
}

.extra_fields {
  margin-bottom: 24px !important;
  margin-top: 20px !important;
}

.productfull .prod_price {
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #787878;
}
.product_description {
  display: none;
}

.jshop_prod_description::before {
  display: none;
}

.productfull #block_price {
  color: #ff8c02;
  font-size: 36px;
  font-weight: 600;
}

.productfull .prod_qty_input {
  max-width: 80px;
}

.product_contact {
  padding: 20px 40px;
  border: 1px solid #e6ebf3;
  background: #f4f8ff;
  display: grid;
  align-items: center;
  row-gap: 15px;
}

.let_us_know {
  font-size: 22px;
  font-weight: 500;
  display: block;
}

.jshop_prod_description h2,
.jshop_prod_description h3,
.jshop_prod_description h4,
.jshop_prod_description h5,
.jshop_prod_description h6 {
  color: #0e2652;
}

#sp-footer #sp-footer2 {
  text-align: left;
}

.jshop_img_description_center img {
  max-width: 110px;
  margin: 0 auto;
}

.cart_block_discount {
  display: none;
}

.contact_link {
  display: contents;
}
.contact_link a {
  min-height: 42px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #263b63;
  border-radius: 4px;
}

.other_info_inside {
  padding-top: 70px;
  margin-bottom: 35px;
}
.other_info_inside ul {
  list-style: none;
  margin-top: 0px;
  padding: 0px;
}

.other_info_inside ul li {
  margin-bottom: 20px !important;
}

.other_info_inside ul li img,
.Shipping_free ul li img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle !important;
  width: 28px;
}

.delivery_days span,
.Shipping_free span {
  font-weight: 600;
}

.jshop_prod_description {
  margin-top: 30px;
  position: relative;
}

.jshop_prod_description::before {
  content: ' ';
  width: 100%;
  height: 1px;
  background: #0e2652;
  position: absolute;
  top: 39px;
}

.cart th {
  text-align: center;
  background-color: transparent !important;
  padding: 1px;
  color: #0e2652;
  border: unset !important;
}

.jshop_img_description_center,
.product_name,
.single_price,
.quantity,
.total_price,
.remove {
  padding-bottom: 10px !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}

.odd {
  border-bottom: 1px solid #0e2652 !important;
  border-top: 1px solid #0e2652 !important;
}

.cart td {
  border: unset !important;
  padding: 29px 5px !important;
}

.cart .odd td {
  background: transparent !important;
}

.prodname {
  color: #e58e26 !important;
  font-size: 16px !important;
}

.cart .cart_reload {
  vertical-align: middle !important;
}

.cart .quantity .inputbox {
  width: 81px !important;
}
.quantity .data input {
  border: 1px solid #0e2652 !important;

  padding: 10px 15px !important;
  background: transparent;
  display: inline-block;
}

.remove .btn-danger {
  width: 100% !important;
  display: block !important;
  color: #0e2652 !important;
  background: transparent !important;
  border: 1px solid #0e2652 !important;
  padding: 12px 15px !important;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 15px !important;
}

.remove .btn-danger:hover {
  background-color: #639688 !important;
  border: 1px solid #639688 !important;
  color: #fff !important;
}

.cart_buttons .pull-right .btn {
  width: 100% !important;
  display: block !important;
  color: #fff !important;
  background-color: #e58e26 !important;
  border: 1px solid #e58e26 !important;

  padding: 12px 35px !important;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 15px !important;
}

.cart_buttons .pull-left .btn-secondary {
  width: 100% !important;
  display: block !important;
  color: #0e2652 !important;
  background: transparent !important;
  border: 1px solid #0e2652 !important;

  padding: 12px 30px !important;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 15px !important;
}

.cart_block_discount .jshop .span12 .inputbox {
  border: 1px solid #0e2652 !important;

  padding: 12px 20px 15px 33px !important;
  background: transparent !important;
  display: inline-block;
  width: fit-content;
  vertical-align: super;
}

.cart_block_discount .jshop .span12 .btn-primary {
  width: fit-content !important;
  color: #fff !important;
  background: #0e2652 !important;
  border: 1px solid #0e2652 !important;

  padding: 12px 30px !important;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 15px !important;
  display: inline-block !important;
}

.max-500 .jshop_register .controls input {
  border: 1px solid #0e2652 !important;
  padding: 12px 20px 15px 33px !important;
  background: transparent !important;
  display: inline-block;
  width: fit-content;
  vertical-align: super;
}

.max-500 .jshop_register select {
  border: 1px solid #0e2652 !important;
  padding: 15px 20px 15px 33px !important;
  background: transparent !important;
  display: inline-block;
  width: 239px;
  vertical-align: super;
  height: 54px;
}

.jshop_list_product .product .buttons a {
  margin-top: 0;
  width: 100%;
}

.jshop_list_product .product .buttons {
  display: grid;
  gap: 10px 0;
}

#jshop_menu_order {
  background-color: transparent !important;
  border: unset !important;
  border-bottom: 1px solid #0e2652 !important;
  border-radius: 0px;
}

#comjshop .jshop_order_step {
  width: 100%;
  text-align: center !important;
  padding: 15px 0px;
}

.jshop_order_step.active {
  background: #0e2652;
  color: #fff;
}

.max-500 .btn {
  width: fit-content !important;
  background: #0e2652 !important;
  color: #fff !important;
  padding: 15px 30px !important;
}

.jshop_order_step.prev {
  background: #e58e26;
}

.not_active_step a {
  color: #fff !important;
}

.productfull .prod_buttons {
  margin-top: 0;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.productfull .prod_buttons .buttons {
  padding: 0;
}

.pfinish_comment_block .btn-success {
  width: 100% !important;
  display: block !important;
  color: #fff !important;
  background-color: #e58e26 !important;
  border: 1px solid #e58e26 !important;
  padding: 12px 35px !important;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 15px !important;
}

.checkout_payment_block .btn-success,
.checkout_shipping_block .btn-success {
  width: fit-content !important;
  display: block !important;
  color: #fff !important;
  background-color: #e58e26 !important;
  border: 1px solid #e58e26 !important;

  padding: 12px 35px !important;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 15px !important;
}

#sp-main-body {
  padding: 50px 0px !important;
}

.main_page_s #sp-main-body {
  padding: 0px !important;
}

.shop_brands .sppb-addon-content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
a#jshop_module_cart123 {
  color: #fff !important;
}
#jshop_module_cart123 .bg-danger {
  background-color: #ff8b00 !important;
}
div#sp-cart {
  padding-top: 15px;
}

/** Social **/
#sp-top-buttons {
  align-items: center;
}

#sp-top-buttons .sp-column {
  display: contents;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 20%;
  font-size: 20px;
}

.social--watshapp {
  background: #25d366;
}

.social--telegram {
  background: #179cde;
}

.social--viber {
  background: #7b519d;
}

.social-box {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: flex-end;
}
.social-box > *,
.social-box > * > * {
  display: contents;
}

#sp-bottom .sp-module .bottom-contact {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

#sp-bottom .sp-module .bottom-contact > li {
  margin: 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 10px;
}

.footer-policy .mod-custom {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.sppb-section-brands,
.sppb-section-faq {
  padding: 60px 0;
  box-shadow: none !important;
}

.sppb-section-brands .sppb-addon-title,
.sppb-section-faq .sppb-addon-title {
  font-size: 50px;
  margin-bottom: 40px;
}

.sppb-section-brands {
  background-color: #f6f9ff;
}

.sppb-section-brands .sppb-addon-title {
  color: #2f497a;
}

.sppb-section-faq .sppb-addon-title {
  color: #fff;
  text-align: center;
}

.primary {
  padding: 20vh 0;
}

.primary__title .sppb-addon-title {
  font-size: 80px;
}

.primary__title .sppb-addon-title span {
  color: #fff6b0;
}

.primary__desc {
  margin: 20px 0 40px;
  font-size: 20px;
  color: #fff;
}

.primary .jshop_filters {
  max-width: 980px;
  margin: 0 auto;
}

#sp-filters {
  margin-top: 40px;
  padding: 20px 20px 30px;
  background-color: #ededed;
  border-radius: 4px;
}

.home-filter .clear_filter_mod {
  display: none;
}

.jshop_filters .horizontal-list {
  display: grid;
  align-items: flex-end;
  gap: 10px 20px;
  margin: 0;
}

.jshop_filters .btn {
  border-color: transparent;
  min-height: 50px;
  min-width: 70px;
  margin: 0 !important;
}
.jshop_filters .clear_filter_mod,
.jshop_filters .clear_filter_mod:hover,
.jshop_filters .clear_filter_mod:focus {
  background-color: #0e2652;
  border-color: transparent;
}

.jshop_filters .btn-success,
.jshop_filters .btn-success:hover,
.jshop_filters .btn-success:focus {
  background-color: #ff8b00;
  border-color: transparent;
}

.home-filter .btn-success {
  width: 100%;
}

.jshop_filters .horizontal-list .fblock.controls {
  margin: 0 !important;
  padding: 0 !important;
}

.jshop_filters .fblock {
  margin: 0 !important;
  padding: 0 !important;
}

.jshop_filters .head,
.jshop_filters .head_group {
  padding: 0 15px;
  font-weight: 300 !important;
  font-size: 16px;
  color: #263b63;
}

.home-filter .head {
  color: #fff;
}

.jshop_filters .filter_item {
  min-height: 50px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
}

.jshop_filters .filter_item select {
  border-radius: 0;
  padding: 0 !important;
  border: none;
}

.block_sorting_count_to_page {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
}

.block_sorting_count_to_page::after {
  display: none !important;
}

.form-horizontal .block_sorting_count_to_page .control-label {
  padding: 0;
  width: max-content;
  margin: auto 10px auto 0 !important;
  float: none;
}
.form-horizontal .block_sorting_count_to_page .control-group {
  float: none !important;
  margin: 0;
}
.form-horizontal .form_sort_count .control-group .controls {
  margin-left: 0;
  margin-right: 0;
}

.jshop_list_product .list_product {
  margin-top: 40px;
}

.jshop .image_middle {
  border: 1px solid #ededed;
}

.jshop .image_middle .text_zoom {
  color: #7c7c7c;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
}

#sp-main-bottom .container {
  padding: 60px 15px;
}

#nevigenJShopQuickOrderModal .modal-dialog {
  margin-top: 80px;
}

#nevigenJShopQuickOrderModal .modal-dialog .btn-primary {
  min-height: 40x;
  min-width: 180px;
  padding: 5px 20px;
  background: #ff8b00;
  border-radius: 4px;
  border: 1px solid #ff8b00;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-info.quickorder {
  min-height: 38px;
  min-width: 180px;
  padding: 5px 20px;
  background: #263b63;
  border-radius: 4px;
  border: 1px solid #263b63;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.q-order_price,
.q-order_price-sum {
  font-size: 20px !important;
  font-weight: 600;
}

.q-order_price-sum {
  color: #ff8c02 !important;
}

.q-order .input-group {
  max-width: 130px;
  margin: 0 auto;
}

#nevigenOneStepCheckout .payment_wrapper.active,
#nevigenOneStepCheckout .shipping_wrapper.active {
  border-color: transparent !important;
  background: transparent !important;
}

.card-body {
  margin: 10px 0;
}

@media (min-width: 380px) {
  .jshop_list_product .product .buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 519px) {
  .product-buttons .btn-success,
  .btn-info.quickorder {
    font-size: 12px;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: max-content;
  }
  .q-order_price,
  .q-order_price-sum {
    margin: 10px auto;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .home-filter .btn-success {
    margin-top: 20px !important;
  }
  .logo-image-phone {
    width: 100% !important;
    height: auto !important;
  }
  .our_store_text {
    font-size: 26px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .our_store_amazon,
  .our_store_ebay {
    width: 100%;
  }
  .our_store_amazon a,
  .our_store_ebay a {
    max-width: 180px;
    display: block;
    margin: 20px auto 0;
  }
  .home-filter .horizontal-list {
    grid-template-columns: 1fr;
  }
  .burger-icon > span {
    background-color: #fff !important;
  }
  #sp-header {
    height: 60px !important;
  }

  .max-500 .jshop_register .control-label {
    display: block !important;
  }
  .form-horizontal .control-label {
    padding-top: 6px !important;
    margin-top: 0px !important;
    float: unset !important;
  }
  .form-horizontal .controls {
    margin-left: 0px !important;
    margin: 0 auto;
  }

  .prod_buttons {
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -5px 10px #00000029;
    padding-bottom: 8px;
    background-color: #fff;
    z-index: 999;
    padding: 8px;
  }

  .productfull .prod_buttons .buttons {
    padding-left: 0px !important;
    display: flex;
    column-gap: 5px;
  }

  .jshop_prod_cart .jshop_img_description_center {
    display: inline-block !important;
    width: 35% !important;
    padding-bottom: 5px !important;
  }

  .jshop_prod_cart .product_name {
    display: inline-block !important;
    width: 60% !important;
    text-align: left !important;
  }

  .jshop_prod_cart .product_name .data {
    text-align: left !important;
  }

  .jshop_prod_cart .single_price {
    text-align: left;
    padding: 0px !important;
  }

  .prodname {
    color: #0e2652 !important;
  }
  .jshop_prod_cart .quantity {
    width: 70% !important;
    display: inline-block !important;
    font-size: 16px !important;
  }
  .jshop_prod_cart .remove {
    width: 25% !important;
    display: inline-block !important;
  }

  .jshop_prod_cart .quantity .data {
    text-align: left !important;
  }

  .jshop h1 {
    font-size: 24px !important;
  }
  #sp-bottom2 {
    text-align: left !important;
  }

  .footer-logos-social {
    display: flex;
    align-items: center;
  }
  .social {
    width: 30px;
    height: 30px;
    padding: 4px;
  }
}

@media (max-width: 479px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 3px 6px;
  }
  .shop_brands .sppb-addon-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .sppb-section-brands,
  .sppb-section-faq {
    padding: 40px 0;
  }

  .sppb-section-brands .sppb-addon-title,
  .sppb-section-faq .sppb-addon-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .productfull .prod_qty {
    display: none;
  }
  .productfull .prod_qty_input {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  #sp-header .sp-module {
    margin-left: auto;
    margin-right: 10px;
  }
  .footer-policy .mod-custom {
    margin-top: 20px;
  }
  .primary .jshop_filters {
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .shop_brands .sppb-addon-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .controls_bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
  }
  .let_us_know {
    text-align: center;
  }
  .list_product .sblock4 {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .jshop_filters .horizontal-list {
    grid-template-columns: repeat(4, 1fr);
  }

  #sp-filters .list_fblock {
    grid-template-columns: repeat(3, 1fr) 190px;
  }

  .product_contact {
    grid-template-columns: 1fr 180px;
  }

  .our_store_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shop_brands .sppb-addon-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .shop_brands .sppb-addon-content {
    grid-template-columns: repeat(6, 1fr);
  }
  #sp-header .sp-megamenu-parent > li > a {
    padding: 0px 15px;
  }
}

#mxcpr {
    display: none !important;
}
