body {
  background: #fff !important;
  position: relative;
}
h2 {
  margin: 15px 0;
}

section {
  width: 100%;
}
.product-page-header, .product-info, .product_extra h2, .tags {
  padding-inline: 10px;
}

#button-cart .btn-cart-bg, #button-cart .btn-cart-outstock, #btn-sticky-cart .btn-cart-bg {
  width: 55px;
  font-size: 22px;
}
.route-product-product:not(.popup) .product-info .button-group-page .btn-cart .btn-text, .product-info .button-group-page .btn-wishlist .btn-text {
  font-size: 16px;
}
.product-page-header  .btn-wishlist {
  background-color: #fff;
}
.product-details-bottom .btn-wishlist:before {
  width: 55px;
  position: absolute;
  left: 0;
  font-size: 22px;
  height: 100%;
  line-height: 50px;
}
.product-details-top {
  padding-bottom: 10px;
}
.load-stepper span {
  font-size: 12px;
}
.load-stepper span:after {
  content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 4px;
    font-size: 15px;
    line-height: 1.3;
}
.product-info .product-details .stepper {
  overflow: hidden;
}

.rating .fa-star, .rating .fa-star-o,  .rating .fa-star+.fa-star-o {
  font-size: 16px;
}
.review-links {
  border-bottom: 2px dotted var(--bnn-color-grey);
}
.positive-rating {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-block: 8px;
}
.product-info .product-options .push-option > div label {
  overflow: hidden;
  
  border: 1px solid #333;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.product-info .product-options .push-option > div .radio:not(.option-has-img) label {
  min-width: 70px;
}
.product-info .product-options .push-option > div .radio.option-has-img label {
  padding: 0;
  border: 2px solid #0000;
  background-color: #eee;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.product-info .product-options .push-option > div label:hover {
 -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
         box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
}
.product-info .product-options .push-option .radio.option-has-img.active>label {
  -webkit-box-shadow: var(--bnn-shadow-regular);
          box-shadow: var(--bnn-shadow-regular);
          border: 2px solid var(--bnn-color-grey);
          
}
.product-info .product-options .push-option .active>label {
  -webkit-box-shadow: var(--bnn-shadow-regular);
          box-shadow: var(--bnn-shadow-regular);
          border: 1px solid #0960bb;
          background-color: #0960bb;
          
}
.product-info .product-options .push-option > div .option-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}
.option-value {
  line-height: 1.5;
}
/* .option-price {
  font-size: 12px;
} */
.option-price-old {
  text-decoration: line-through;
}
.option-price-new {
  color: var(--bnn-color-red);
}
.option-pricetag {
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.option-pricetag > div {
  font-weight: 600;
}
.option-price-tag {
  position: absolute;
  z-index: 10;
  top: -12px;
  left: -2px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  padding-inline: 2px;
  background: #066A68;
  color: #fff;
  border-radius: 5px 5px 5px 0;
}
.radio.option-has-img .option-price-tag {
  left: -14px;
}
.product-info .product-options .push-option .radio:not(.option-has-img).option-out_of_stock label {
  pointer-events: none;
  background-color: #eee;
  background-image: -o-repeating-linear-gradient(286deg, #0000 0%, #0000 46%, var(--bnn-color-grey) 49%, #0000 51%, #0000 100%);
  background-image: repeating-linear-gradient(164deg, #0000 0%, #0000 46%, var(--bnn-color-grey) 49%, #0000 51%, #0000 100%);
}
#tab-specification .table>tbody>tr>td:first-child {
  color: #676767;
}
.product-page-header-actions {
  min-width: 145px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.product_extra-386, .product_extra-388 {
  background-color: var(--bnn-bg-color-grey);
  padding-block: 20px;
}
.product_extra.product_blocks > div {
  padding-block: 10px;
}
.form-group .control-label+div {
  padding: 10px;
}

.checkbox.compare-checkbox {
    padding-right: 0;
}
.compare-button-wrapper {
  background: var(--bnn-bg-color-grey);
  padding: 4px;
    border-radius: 4px;
}
.compare-button-wrapper label {
  font-size: 13px;
  font-weight: 600;
}
.variation-title {
  margin-bottom: 5px;
}

.product-variations li {
  margin-right: 10px;
}
.product-variation-name {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background-color: #eee;
  line-height: 1.6;
}
.variation-list a {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  border: 2px solid #0000;
  color: var(--bnn-body-color);
  border-radius: 8px;
}
.product-variation-active a {
  -webkit-box-shadow: var(--bnn-shadow-regular);
          box-shadow: var(--bnn-shadow-regular);
          border: 2px solid var(--bnn-color-grey);
}
.product-variation-disabled > a {
  opacity: 0.7;
}
.variation-list>li:not(.product-variation-disabled) a:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
          box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
}
.product-variation-disabled a {
  position: relative;
    background: #f2f2f2;
    overflow: hidden;
}
.product-variation-disabled a:before, .product-info .product-options .push-option .radio.option-has-img.option-out_of_stock label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: #0000;
  background-image: -o-repeating-linear-gradient(322deg, #0000 0%, #0000 48%, var(--bnn-color-grey) 49%, #0000 51%, #0000 100%);
  background-image: repeating-linear-gradient(128deg, #0000 0%, #0000 48%, var(--bnn-color-grey) 49%, #0000 51%, #0000 100%);
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
          box-shadow: inset 0px 0px 0px 2px #ffffff;
  border-radius: 8px;
  pointer-events: none;
}
.product-info .product-options .push-option .radio.option-has-img.option-out_of_stock label {
  pointer-events: none;
}
.product-options {
  margin-bottom: 15px;
  background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: var(--bnn-shadow-regular);
    box-shadow: var(--bnn-shadow-regular);
}
.product-options .form-group .control-label {
  padding: 10px;
}


.push-option .radio:not(.option-has-img):nth-child(n+6):nth-child(n) {
  margin-top: 20px;
}
.push-option .radio.option-has-img:nth-child(n+7):nth-child(n) {
  margin-top: 20px;
}
.product-options .form-group .control-label {
  display: inline-block;
}
.compare-checkbox.disabled {
  opacity: 0.4;
}
.product-extras li::before, .product-details-bottom  .product-stats li::before {
  content: '\e409' !important;
  font-family: icomoon !important;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: middle;
}
.product-extras-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}
.product-info .product-stats ul {
  width: 100%;
}
.product-extras {
  margin-top: 10px;
}
.product-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  background-color: #fff;
  -webkit-transform: translate(0,-100%);
      -ms-transform: translate(0,-100%);
          transform: translate(0,-100%);
  transition: transform 0.15s ease-in,-webkit-transform 0.15s ease-in;
  opacity: 0;
}
.product-nav-active {
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  opacity: 1;
  
}
.product-nav-inner.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.nav-el {
  padding-inline: 10px;
}
.nav-name {
  font-size: 16px;
}
.nav-el.nav-thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-rating .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
}
.nav-rating-total {
  padding-left: 4px;
}
.nav-price .product-price-new {
  font-size: 16px;
  font-weight: 600;
  color: #dd0e1c;
}
.nav-price .product-price-old {
  color: #696973;
    text-decoration: line-through;
}
.nav-actions .btn-wishlist {
  border: 1px solid var(--bnn-color-accent);
  padding: 10px;
  margin-left: 10px;
  color: var(--bnn-color-accent);
}
.nav-actions .btn-wishlist::before {
  font-size: 22px;
}
#product-nav-btn-cart {
  min-height: 44px;
  min-width: 260px;
  padding: 10px 14px;
  font-size: 15px;
  color: #fff;
  background: #0259b6;
  background: -o-linear-gradient(left, #0259b6 40%, #5fb6f8 150%);
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #0259b6), color-stop(150%, #5fb6f8));
  background: linear-gradient(90deg, #0259b6 40%, #5fb6f8 150%);
  -webkit-box-shadow: none;
  border-radius: 5px !important;
  box-shadow: none;

}
#product-nav-btn-cart span.btn-text {
  -webkit-transform: translateX(14px);
      -ms-transform: translateX(14px);
          transform: translateX(14px);
}

.product-nav:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0px 9px 9px -5px #00000015;
  box-shadow: 0px 9px 9px -5px #00000015;
}
.nav-el.nav-price {
  color: var(--bnn-color-red);
  font-weight: 600;
  font-size: 18px;
}
.product_extra.product_blocks .product_extra-389 {
  padding: 0;
}
.product_extra-389.active {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  left: 0;
  width: 100%;
  z-index: 99;
}
#product-desc-navbar{
  height: 46px;
}
#product-desc-navbar > ul {
  height: 100%;
  padding-block: 6px;
}
#product-desc-navbar>ul>li:not(:last-child) {
  margin-right: 6px;
}

section#seo_links {
  border-top: 20px solid #f1f3f5;
}
.seo_link {
  border-radius: 15px;
  background-color: var(--bnn-color-sky);
  margin-bottom: 10px;
  color: var(--bnn-color-links);
  pointer-events: auto;
  padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
}
.additional-images .swiper-container {
  min-height: 85px;
}

.variation-list {
  overflow-x: auto;
}
.customers-online {
  color: #db5d00;
    background-color: #ffa50024;
    padding: 6px;
    border-radius: 4px;
}
.product-option-radio .radio {
  padding: 10px;
  border-radius: 6px;
}
.product-option-radio .radio.active {
  background: rgb(239 248 255);
  border: 1px solid var(--bnn-color-accent);
}
.download-icon-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 35px;
  background: #ededed;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-icon-outer i {
  padding: 8px;
  font-size: 18px;
}
.product-download-item a {
  border-bottom: 2px solid;
  font-weight: 600;
}
#product-download-tab {
  cursor: pointer;
  white-space: nowrap;
}
.product-video-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1025px) {


  #product-desc-navbar>ul>li {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #product-desc-navbar > ul > li a, 
  #product-download-tab {
    color: #fff;
    font-weight: 600;
    padding: 0;
    padding-inline: 6px;
  }
  #product-desc-navbar>ul>li a:hover,
  #product-download-tab:hover {
    background-color: rgba(255, 255, 255, 0.30);
  }
  #product-desc-navbar>ul>li.active {
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  #product-desc-navbar>ul>li.active a,
  #product-desc-navbar>ul>li.active #product-download-tab {
    color: var(--bnn-body-color) !important;
  }
  
  .product-details {
    padding: 30px 20px;
      background-color: #fff;
      border-radius: 8px;
      -webkit-box-shadow: var(--bnn-shadow-regular);
      box-shadow: var(--bnn-shadow-regular);
  }

  .credit-trigger {
    border-bottom: 2px dotted;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: -5px;
  }
  span.credit-price {
    font-size: 22px;
    font-weight: 700;
  }
  .stepper-group {
    margin-top: 5px;
  }
  .product-info .product-stats li {
    padding-bottom: 5px;
    gap: 2px;
  }
}

@media (max-width: 1024px) {
  body h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .product-right .col-sm-12 {
    padding-inline: 0;
  }
  .product-price-details .product-price {
    color: var(--bnn-color-accent);
    font-size: 22px;
    font-weight: 700;
  }
  .product-price-details .product-stock.in-stock::before {
    content: '\eb1b' !important;
    font-family: icomoon !important;
    font-size: 16px;
    color: var(--bnn-color-success);
    margin-right: 2px;
    vertical-align: middle;
  }
  .product-price-details .in-stock span {
    color: var(--bnn-color-success);
    font-weight: 600;
  }
  .product-price-group {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .credit-trigger {
    width: 24px;
    padding: 10px 4px 10px;
    text-align: right;
    font-size: 20px;
  }
  span.credit-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--bnn-color-red);
  }
  .product-info .product-options .push-option>div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    min-height: 59px;
  }
  .product-info .product-details .buttons-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .route-product-product:not(.popup) .product-info .button-group-page .wishlist-compare .btn-wishlist {
    min-width: 50px;
  }
  .load-stepper {
    margin-bottom: 5px;
  }
 
  #product-desc-navbar > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
  }
  #product-desc-navbar > ul >li {
    border: 1px solid var(--bnn-color-grey);
    border-radius: 20px;
    padding: 2px;
  }

  #product-desc-navbar > ul > li a,
  #product-download-tab {
    min-width: 85px;
    color: #000;
    font-weight: 600;
    padding: 0;
    background-color: rgb(241 243 245 / 70%);
  }
  #product-desc-navbar > ul > li a span,
  #product-download-tab span {
    padding: 0 6px;
  }
  #product-desc-navbar>ul>li a:hover,
  #product-download-tab:hover {
    background-color: rgba(255, 255, 255, 0.30);
  }
  #product-desc-navbar>ul>li.active {
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  #product-desc-navbar>ul>li.active a,
  #product-desc-navbar>ul>li.active #product-download-tab {
    color: var(--bnn-body-color) !important;
  }
  .product_extra-386, .product_extra-388 {
    padding-block: 0;
  }
  .btn-wishlist {
    font-size: 22px;
  }
  .product-image .main-image .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
  }
  .product-left .btn-compare {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 4px;
    background-color: #f6f6f6;
  }
  .btn-cart-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    will-change: top,bottom,transform;
    -webkit-perspective: 20000;
    perspective: 20000;
    -webkit-backface-visibility: none;
    backface-visibility: none;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: var(--bnn-shadow-top);
    box-shadow: var(--bnn-shadow-top);
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}
.ios .btn-cart-wrapper {
  padding-bottom: 15px;
}
  .btn-cart-wrapper .btn-wishlist {
    border: 1px solid;
    padding: 8px;
    margin-right: 10px;
    min-width: 50px;
  }
  .btn-cart-wrapper .btn-cart {
    width: 100%;
    color: #fff;
    min-height: 50px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 5px !important;
    font-size: 16px;
  }
  .sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .product-details-bottom {
    padding-block: 10px;
  }
  .product-details-bottom > div {
    border: 1px solid var(--bnn-border-color-g);
    border-radius: 8px;
    padding: 8px;
  }
  .customers-online {
    display: block;
  }
}

/* TBI Styles Theme 3 */

.tbi_body{
	padding: 0px 10px 0px 10px !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	color: #696969 !important;
}
.tbicredit_banner{
	background-color: white !important;
	max-width:1200px !important;
	max-height:140px !important;
	float:right !important;
}
.tbicredit_footer{
	padding: 5px 0px 5px 0px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.tbicredit_banner_image{
	vertical-align:bottom;
	width:100%;
	height:100%;
}
.tbicredit_table{
	border: 0px none white !important;
	padding-top: 10px !important;
}
.tbicredit_table, .tbicredit_table th, .tbicredit_table td{
	background-color: white !important;
}
.tbicredit_bodytable{
	padding-top: 5px !important;
}
.tbicredit_bodytable, .tbicredit_table th, .tbicredit_table td{
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px !important;
	height:22px !important;
}
.tbicredit_row_title{
	font-size:14px !important;
	width:60% !important;
	padding:2px !important;
	background:transparent !important;
}
.tbicredit_row_input{
	width:40% !important;
	padding:2px !important;
	background:transparent !important;
}
.tbicredit_input{
	font-size:14px !important;
	color: black !important;
	background-color: #F5F5F5 !important;
	line-height:14px !important;
	width:100% !important;
	border: 1px solid #696969 !important;
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px !important;
	height:22px !important;
}
.passive{
	background:#F5F5F5 !important;
}
.tbicredit_btn_pre{
	cursor:pointer !important;
	text-align:center !important;
	border: 1px solid #708090 !important;
	background: #EE7423 !important;
	color:white !important;
	width:100px !important;
}
#uslovia1, #uslovia2, #uslovia3, #uslovia, #tbi_parva_chec{
	display: inline-block !important;
	position: relative !important;
	left: 0px !important;
}
.tbicredit_btn_primary{
	cursor:pointer !important;
	text-align:center !important;
	border: 1px solid #708090 !important;
	background: #EE7423 !important;
	color:white !important;
	width:100% !important;
	font-size:14px !important;
	padding-top:10px !important;
	height:44px !important;
}
.tbicredit_btn_seccondary{
	cursor:pointer !important;
	text-align:center !important;
	border: 1px solid #708090 !important;
	background: #848789 !important;
	color:white !important;
	width:100% !important;
	font-size:14px !important;
	padding-top:10px !important;
	height:44px !important;
}
.tbicredit_atxt{
	color:blue !important;
	text-decoration: underline !important;
	font-size:12px !important;
	text-align:left !important;
	padding-top:3px !important;
	padding-bottom:0px !important;
}
.tbicredit_buytxt{
	width:100% !important;
	padding:2px !important;
}
.tbicredit_buyinput{
	border: 2px solid #e55a00 !important;
	width:100% !important;
	padding:4px !important;
}
.tbicredit_buytexarea{
	border: 2px solid silver !important;
	width:100% !important;
	padding:4px !important;
}
.tbicredit_hr{
	border-top:0px solid white !important;
	border-right:0px solid white !important;
	border-bottom:1px solid #DCDCDC !important;
	border-left:0px solid white !important;
}
.tbicredit_row_ver{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.tbicredit_text_cc{
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 !important;
	        flex: 1 !important;
	text-align:right !important;
	font-size:11px !important;
}
.tbicredit_title{
	background:#F5F5F5 !important;
	padding: 2px 4px 2px 4px !important;
	margin-top:2px !important;
	color:#EE7423 !important;
	font-size:16px !important;
	font-weight:bold !important;
}
.tbicredit_product_title{
	background:white !important;
	padding: 4px 4px 4px 4px !important;
	margin-top:4px !important;
	color:#EE7423 !important;
	font-size:16px !important;
	font-weight:bold !important;
	text-align: center !important;
}

@media (max-width: 1199px) 
{
	.modal-content {
		max-width: 100% !important;
	}
	.modal-content_wp {
		max-width: 100% !important;
	}
}
/* End TBI Styles */