/*breadcrumb*/
.breadcrumb
{
  background-color: transparent;
  padding: 0;
  margin-bottom: 40px;
}
.breadcrumb > li > a
{
  padding: 0 3px;
  color: #808080;
  font-size: 12px;
}
.breadcrumb > li:first-child > a {
  padding-inline-start: 0;
}
.breadcrumb > li > a:hover
{
  color: var(--secondery-color);
}
.cust_bread
{
  border-top: 1px solid #f2f2f2;
}
.cust-listgroup
{
  border: 1px solid #e5e5e5;
  padding: 10px 23px 13px 23px ;
}
.cust-listgroup > a
{
  border: none;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}
.cust-listgroup a:hover,.cust-listgroup > a:focus
{
  background-color: transparent;
}
.cust-listgroup a.active,.cust-listgroup a.active:hover
{
  background-color: transparent;
  color: var(--secondery-color);
}
.list-group a.active ~ a.active,.list-group a.active ~ a.active:hover
{
  background-color: transparent;
}

.cust-listgroup .lv3listitem 
{
  line-height: 30px;
}
#column-left .tf-filter.panel-default>.panel-heading
{
  background-color: var(--secondery-color);
}
#column-left .tf-filter.panel-default>.panel-heading .panel-title
{
  font-size: 14px;
  font-weight: 700;
}
#column-left .tf-filter-group-content .ui-widget .ui-widget-header
{
  background-color: var(--secondery-color);
}

#column-left .tf-filter-group-content .ui-slider .ui-slider-handle {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#column-left .tf-filter-group-content .price-filter-inputs .price-filter-input .form-control {
  font-size: 14px;
  text-align: center;
  background-color: #f5f5f5;
  color: #8c8c8c;
}
#column-left .tf-filter-group-content .price-filter-inputs {
  gap: 8px;
}
#column-left .tf-filter-group-content .price-filter-inputs .price-filter-input .form-control:focus {
  border-color: var(--secondery-color);
}
#column-left .tf-filter .tf-filter-group-content .rating i {
  color: #d0d0d0;
  font-size: 12px;
}
#column-left .tf-filter .tf-filter-group-content .rating i.active {
  color: var(--secondery-color);
}

#column-left .tf-filter-value.form-check input + .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 13px;
}
#column-left .tf-filter-value.form-check input + .checkmark::before {
  color: transparent;
  font-size: 14px;
  transition: 0.3s;
}
#column-left .tf-filter-value.form-check input:checked + .checkmark:before
{
  color: #fff;
}
#column-left .tf-filter-value.form-check input:checked + .checkmark {
  border-color: transparent;
  background-color: var(--secondery-color);
}
.categorypage_title > h1,.product-allproduct h1,.product-special h1
{
  margin-top: 0;
  font-size: 20px;
  font-weight: 800;
}
.view-ico {
  font-size: 30px;
  color: #cccccc;
}

.view-ico:hover,
.view-ico.active {
  color: var(--secondery-color);

}
a.comparelink
{
  color: var(--primary-color);
}
a.comparelink:hover
{
  color: var(--secondery-color);
}
.fltrs .selectlabel
{
  font-weight: 700;
}
.list .add-to-btn
{
  display: none;
}
.list .product {
  display: flex;
  /* align-items: center; */
  flex-direction: row;
  border: 2px solid #e8e9eb;
}
.list .product .product-content {
  text-align: start;
  height: 100%;
  border: none;
  width: 100%;
  padding: 20px 15px 15px 15px;
}
.list .product .btn_qtyadd
{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.list .product .product-name
{
  text-align: start;
}
.list .price-box
{
  justify-content: flex-start;
}
.list .product-item .add {
  margin: 0;
  max-width: 175px;
  border-radius: 25px;
  width: 175px;
  padding: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: var(--secondery-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  transition: all linear 0.2s;
  border: none;
}
.list .product-item .add:hover
{
  background-color: var(--primary-color);
}
.list .product-item .add i {
  font-size: 24px;
  color: #ffffff;
}
.product-item .btn_qtyadd {
  display: none;
}
/*search header*/
.nav-header .search-form.active input
{
    border-radius: 20px 20px 0 0;
    -webkit-text-fill-color: #0a081c; 
}
/*product page */
.main-img .fancy-link
{
  padding: 60px;
}
.main-img .fancy-link:hover
{
  border-color: var(--secondery-color);
}
.main-imgs .swiper-btn
{
  color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
}
.main-imgs .swiper-btn.swiper-button-prev
{
    right: 11px;
    left: auto;
}
.main-imgs .swiper-btn.swiper-button-next
{
    left: 11px;
}
#product-product h1
{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--primary-color);
}
.rating i.las
{
  font-size: 16px;
  color: #bdbdbd;
}
.rating i.las.active
{
  color: var(--secondery-color);
}
.rating > p
{
  display: flex;
}
.rating .pro_rev
{
  font-size: 14px;
  font-weight: 600;
  display: flex;
  color: var(--primary-color);
}
.rating .add_rev
{
  color: var(--secondery-color);
  text-decoration: underline!important;
  margin-inline-start: 4px;
}
ul.list-unstyled.list-inline.prodprices {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.prodprices h2
{
  font-weight: 700;
  font-size: 22px;
  color: var(--secondery-color);
}
.prodprices h3
{
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 200;
}
.prodprices .hint {
  color: #fff;
  background-color: var(--secondery-color);
  width: 69px;
  height: 23px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}
.product_options > h3
{
  text-decoration: underline;
  color: var(--primary-color);
}
.product_data > li
{
  font-size: 16px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.product_data .prdata_tit
{
    display: inline-block;
    width: 115px;
    font-weight: 700;
    color: var(--text-color);
}
.product_data .prdata_detail
{
      color: #808080;
      font-weight: 400;
}
.product_data .prdata_detail:hover
{
  color: var(--primary-color);
}
.product_options
{
  border: none;
  margin-top: 40px;
}
#product .control-label
{
  font-weight: 600;
  color: var(--text-color);
}
.quantity_cart
{
  justify-content: flex-start;
}
#product .quantity_cart .control-label
{
  font-weight: 700;
  font-size: 16px;
}
#input-quantity {
  border: 1px solid #e5e5e5;
  width: 140px;
  min-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
  -webkit-text-fill-color: var(--text-color);
}
.quantity_control {
  font-size: 22px;
  color: #858585;
  padding: 0;
}
.quantity_control:hover
{
  color: var(--secondery-color);
}
#button-cart {
  width: 180px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--secondery-color);
  margin-inline-start: 8px;
}
#button-cart:hover
{
  background-color: var(--primary-color);
}
#button-cart i, #xs-button-cart i {
  font-size: 24px;
}
.wishlist_compare.xs-wishlist_compare
{
  display: block;
}
#button-wishlist,#button-compare {
    font-size: 24px;
    background-color: #f2f5f2;
    color: #8b8b8b;
}
#button-wishlist:hover,#button-compare:hover {
  background-color: var(--secondery-color);
  color: #fff;
}
.product_taps {
  background-color: #f7f7f7;
  padding: 40px 35px 60px 35px;
  margin-top: 36px;
}
.product-tabs {
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.product-tabs > li {
  padding: 0 20px;
  position: relative;
}

.product-tabs > li > a {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #a5a5a5;
  padding: 0;
  position: relative;
  margin: 0 !important;
  min-width: auto;
}

.product-tabs > li > a:hover,
.product-tabs > li:hover > a {
  background-color: transparent;
  color: var(--secondery-color);
  border: none;
}
.product-tabs > li.active > a:after
{
  content: " ";
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: var(--secondery-color);
  position: absolute;
  inset-inline-start: 0;
    /* -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); */
    /* right: auto;
    left: 50%; */
    top: calc(100% + 9px);

}
.product-tabs > li.active > a,
.product-tabs > li.active > a:hover,
.product-tabs > li.active > a:focus {
  background-color: transparent;
  color: var(--primary-color);
  border: none;
}

#tab-description * {
  font-family: inherit !important;
  color: var(--text-color) !important;
  font-size: 16px !important;
  line-height: 2 !important;
}
.tab-content.proddtls {
  margin: 0;
  padding: 40px 0 0;
  border: none;
}
.post-navs
{
  display: none;
}
.relatedTitle {
  margin-top: 75px;
  margin-bottom: 33px;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .product-tabs > li > a 
  {
    font-size: 14px;
  }
  .product-tabs {
   
    justify-content: center;
    
  }
  .productpage-head > h1
  {
    max-width: 90%;
    line-height: 1.6;
  }
  #product-product h1
  {
    font-size: 16px;
    max-width: 70%;
  }
  .product-tabs > li
  {
    padding: 0 9px;
  }
}
@media (max-width: 991px) {
  .product-imgs
  {
      margin-top: 15px;
  }
  .quantity_cart
  {
    justify-content: center;
  }
}
/* ///////////// contact */
.contact-title
{
  font-weight: 800;
  color: var(--primary-color);
}
.contact-title ~ p
{
  font-size: 16px;
}
html[dir="ltr"] .contact-form {
  padding-right: 0;
}

html[dir="rtl"] .contact-form {
  padding-left: 0;
}
.contact-list li i {
  font-size: 24px;
  width: 35px;
  color: var(--secondery-color);;
}
.contact-list li {
  font-size: 14px;
}
.contact-list li span,
.contact-list li a {
  margin: 0 35px;
  font-weight: 400;
  font-size: 14px;
}
.method-head strong
{
  font-weight: 800!important;
  font-size: 14px
}
#information-contact .form-horizontal .control-label
{
  font-weight: 700;
  font-size: 14px;
  padding: 0px 35px 7px;
}
.contact-list a
{
  color: var(--primary-color);
}
.contact-list a:hover
{
  color: var(--primary-color);
}
.contact-list .map_view
{
  text-decoration: underline!important;
}
/* ///////////Search page */
.search-page-flex {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.flex-item {
  display: flex;
  align-items: center;
}

.flex-item ~ .flex-item {
  margin-inline-start: 30px;
}
.flex-item > .form-control {
  margin: 0;
  height: 40px;
  min-height: 40px;
  width: 181px;
  border: none;
  background-color: #f2f2f2;
  color: #8e8e8e;
  font-size: 14px;
}
.flex-item > .control-label {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--text-color);
  margin-inline-end: 11px;
}

@media (max-width: 991px) {
  .search-page-flex {
    flex-wrap: wrap;
  }
  .flex-item {
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - 7.5px);
  }
  .flex-item:first-of-type {
    margin-inline-end: 15px;
  }
  .flex-item:last-of-type {
    width: 100%;
  }
  .flex-item ~ .flex-item {
    margin-inline-start: 0;
  }
  .flex-item > .form-control {
    width: 100%;
  }
  .flex-item > .control-label {
    margin-bottom: 11px;
  }
  .flex-item #button-search {
    width: 100%;
    margin-top: 15px;
  }
}
.sea_txt,.search_tit
{
  font-size: 16px;
  font-weight: 800;
}
.search_tit
{
  margin-top: 0;
  margin-bottom: 25px;
}
/* //////////// cart */
.cartprod .cartprodimg {
  padding: 0;
}
.cartproddtls small {
  color: #515151;
}
.cartprod .cartprodimg img {
  max-width: 50px;
}
.removebtn {
  color: #b8b8b8;
  font-size: 22px;
}
.removebtn:hover {
  color: #f37373;
}
.cart-table > h3 {
  background-color: var(--secondery-color);
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  padding: 0 26px;
  border-radius: var(--border-radius);
}
.cart-table > form {
  padding: 12px 16px 15px;
}
@media (max-width: 767px) {
  .cart-table > form {
    padding: 10px 10px 15px;
  }
}
.product-line:last-of-type {
  margin: 0;
}
.product-line-img {
  border: 2px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 78px;
  height: 78px;
  flex-shrink: 0;
}
.product-line-img img {
  max-width: 100%;
}
.product-line-name {
  margin: 0;
  margin-inline-start: 20px;
  padding-inline-end: 15px;
}
.product-line-name > a {
  font-size: 14px;
  color: var(--text-color);
}
.product-line-name > div {
  color: #515151;
}
.product-line .cart_quantity {
  max-width: 140px;
}

.product-line .cart_quantity input {
  font-family: var(--font-normal);
  text-align: center;
  -webkit-text-fill-color: var(--text-color);
  color: var(--text-color);
  background-color: #fff;
  border: 1px solid #e9e9e9;
  min-width: 100%;
  width: 140px;
  font-size: 16px;
  min-height: 40px;
}
.product-line .cart_quantity .qty-ctrl {
  font-size: 22px;
}
.product-line-totals .button-remove {
  color: #b8b8b8;
  font-size: 22px;
}
.product-line-totals .button-remove:hover {
  color: #f37373;
}
.product-line .product-line-prices {
  width: 150px;
  justify-content: flex-end;
}
.product-line .price1 {
  margin: 0;
  font-size: 18px;
}
.checkout-cart .cart-modules {
  margin-top: 55px;
}
.checkout-cart .cart-modules h2 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 800;
}
.checkout-cart .cart-modules > p {
  font-size: 14px;
  margin: 0 0 20px;
}
.checkout-cart .panel-default > .panel-heading {
  padding: 0;
  border: none;
  background-color: transparent;
  overflow: hidden;
  border-radius: var(--border-radius);
}
html[dir="ltr"] .checkout-cart .panel-default > .panel-heading {
  border: none;
}
html[dir="rtl"] .checkout-cart .panel-default > .panel-heading {
  border: none;
}
.checkout-cart .panel-default > .panel-heading .panel-title {
  line-height: unset;
}
.checkout-cart .panel-default > .panel-heading a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--secondery-color);
  font-size: 16px;
  font-weight: 800;
  padding: 0 26px;
  position: relative;
}
.checkout-cart .panel-default > .panel-heading a:hover {
  color: #fff;
}
.checkout-cart .panel-default > .panel-heading a:not(.collapsed) {
  background-color: var(--secondery-color);
}
.checkout-cart .panel-default .panel-body {
  border: none;
  padding: 22px 20px 18px;
  display: flex;
  align-items: center;
}
.checkout-cart .panel-default .panel-body label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--text-color);
  padding: 0 10px;
  width: 215px;
  flex-shrink: 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .checkout-cart .panel-default .panel-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
  }
  .panel-default .panel-body label {
    padding: 0 0 10px;
    width: auto;
  }
}
.checkout-cart .panel-default .panel-body input {
  margin: 0;
}
.checkout-cart .panel-default .module-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout-cart .module-group:not(.btn-group) > .btn:not(.btn_sm) {
  min-height: 40px;
  margin-inline-start: 4px;
  background-color: #fff;
  color: var(--secondery-color);
  border: 2px solid var(--secondery-color);
  width: 139px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}
.checkout-cart .module-group:not(.btn-group) > .btn:not(.btn_sm):hover {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
@media (max-width: 767px) {
  .checkout-cart .module-group:not(.btn-group) > .btn:not(.btn_sm) {
    width: 110px;
  }
}
.checkout-cart .panel.panel-default {
  margin-bottom: 15px;
}
.checkout-cart .panel.panel-default:last-of-type {
  margin-bottom: 0;
}
.table-totals {
  margin: 36px 0 0;
  font-size: 14px;
  table-layout: fixed;
}
.table-totals td:last-of-type {
  padding: 9px 25px;
  font-size: 14px;
  font-weight: 700;
}

.table-totals td:first-of-type {
  padding: 9px 20px;
  font-weight: 400;
}
.table-totals tr:last-of-type > td {
  font-weight: 400;
}
.buttons {
  margin: 40px 0 0;
}
#cart-btn {
  width: 182px;
  height: 48px;
  border-radius: 25px;
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
  font-size: 16px;
  font-weight: 700;
}
#cart-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.checkout-cart .table-bordered > tbody > tr > td {
  border-color: #e5e5e5;
  color: #0a081c;
}
.checkout-cart .table-bordered > tbody > tr > td.text-left
{
  font-weight: 700;
}
.checkout-cart .table-bordered > tbody > tr > td.text-right
{
  font-weight: 400;
}
html[dir="rtl"] .checkout-cart .pull-right {
  float: left !important;
}

html[dir="rtl"] .checkout-cart .pull-left {
  float: right !important;
}

html[dir="rtl"] .checkout-cart .text-right {
  text-align: right !important;
}

html[dir="rtl"] .checkout-cart .text-left {
  text-align: left !important;
}
/*checkout page*/
.chpage_title
{
  font-size: 20px;
  font-weight: 800;
  color: var(--text-color);
}
.chpg_subtitle
{
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 37px;
}
.chpg_subtitle .chpgtl_anc
{
  color: var(--secondery-color);
  cursor: pointer;
  transition: all 0.3s;
}
.chpg_subtitle .chpgtl_anc:hover
{
  text-decoration: underline;
}
#content .control-label, #content label.col-sm-12
{
  font-size: 14px;
  font-family: var(--font-bold);;
}
#content .quickcheckout-heading
{
  color: var(--primary-color);
}
.checkout-radio input:checked ~ .checkout-radio-info {
  border-color: var(--secondery-color);
  color: var(--primary-color);
}
textarea[name="comment"] {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  textarea[name="comment"] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  textarea[name="comment"] {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  textarea[name="comment"] {
    width: 1130px;
  }
}
#content .quickcheckout-content strong
{
  margin-top: 35px;
}
#content .quickcheckout-content
{
  overflow: inherit;
}
.extension-quickcheckout-checkout .cont_check {
  display: none;
}
.checkout-radio-info .mark:after {
  background-color: var(--secondery-color);
}
.extension-quickcheckout-checkout .product-line {
  display: none;
}
.extension-quickcheckout-checkout .tatals-cont {
  border: 1px solid #e6e6e6;
  padding: 0;
  position: relative;
}
.extension-quickcheckout-checkout .tatals-cont::after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  left: 50%;
  top: 0;
}
.extension-quickcheckout-checkout .quickcheckoutleft #cart1 {
  display: none;
}
.extension-quickcheckout-checkout .quickcheckoutleft.extra-width #cart1 {
  display: block;
}
.extension-quickcheckout-checkout .total.primary-colored {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  font-family: var(--font-bold);
  color: var(--text-color);
}
.extension-quickcheckout-checkout .mo-totals {
  margin-bottom: 0;
  padding: 10px 17px;
  background-color: #fff;
}
.checkout-radio-info .mark {
  background-color: #e7e7e7;
}
.mo-totals h6.totalTitle {
  width: 100%;
  font-size: 14px;
  font-family: var(--font-normal);
  padding-inline-start: 0;
}
.mo-totals span
{
  padding-inline-end: 0;
}
.extension-quickcheckout-checkout .quickcheckoutmid {
  margin-top: 8px;
}
html[dir="rtl"] .extension-quickcheckout-checkout .text-right {
  text-align: right !important;
}

html[dir="rtl"] .extension-quickcheckout-checkout .text-left {
  text-align: left !important;
}
.agree
{
  color: var(--secondery-color);
}
#button-payment-method
{
  height: 40px;
  font-size: 16px;
}
/* //////// login otp */
@media (min-width: 768px) {
  .modal-dialog {
    width: 555px;
    margin: 30px auto;
  }
}
.modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.modal-body {
  padding: 45px 15px;
}
#modal-loginotp .modal-close {
  font-size: 18px;
  color: #808080;
  top: 14px;
}
#modal-loginotp .modal-close:hover {
  color: var(--primary-color);
}
html[dir="ltr"] #modal-loginotp .modal-close {
  right: 14px;
}
html[dir="rtl"] #modal-loginotp .modal-close {
  left: 14px;
}
#loginotp-content .login_title {
  margin: 0 0 12px;
  font-size: 18px;
  font-family: var(--font-bold);
}
#loginotp-content .login_title i {
  color: #cccccc;
  font-size: 48px;
  margin: 0 0 10px;
}
.login_desc {
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 27px;
}
.login-method-btns {
  margin: 0 0 27px;
}
#loginotp-content .login-method-btns button.btn-default {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f5f2;
  width: 150px;
  height: 45px;
  color: #808080;
  font-size: 14px;
  font-weight: 700;
}
#loginotp-content .login-method-btns button span {
  font-size: 24px;
}
#loginotp-content .login-method-btns button.btn-default.active {
  color: #fff;
  background-color: var(--primary-color);
}
.login-form label {
  margin: 0;
  text-align: start;
  justify-content: flex-start;
  padding: 0 18px 7px;
  font-size: 14px;
  font-weight: 700;
}
.login-form label:after {
  content: "*";
  color: #ff0000;
}
.login-form {
  max-width: 100%;
  width: 360px;
  margin: auto;
}
#send_otp
{
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
  font-weight: 600;
}
#send_otp:hover
{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.login-hint {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 600;
}
.login-hint a {
  color: var(--secondery-color);
  text-decoration: underline !important;
  transition: all 0.3s;
}
.login-hint a:hover {
  color: var(--secondery-color);
}
.terms #button-payment-method
{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.terms #button-payment-method:hover
{
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
}
.otp_methods_parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.otp_methods span {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f5f2;
  width: 150px;
  height: 45px;
  color: #808080;
  font-size: 14px;
  border-radius: 25px;
  font-weight: 700;
}
.register_desc a {
  color: var(--secondery-color);
  text-decoration: underline !important;
}

.otp_methods input:checked+span
{
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 700;
}
.input-autologin .checkbox-custom
{
  display: none;
}
#input-autologin
{
  margin-inline-end: 5px;
  margin-block-start: 0;
}
#register-form .buttons:not(.btn-group)>.btn:not(.btn_sm)
{
  font-weight: 600;
}