

body {min-height: 100vh; display: flex; flex-direction: column; font-size: 15px;}
body > .content {flex: 1 0 auto;}
.bold {
  font-weight: 500;
}

[data-cover], .banner-slider {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.zoom-hover {
  overflow: hidden;
}


h1, .h1 {
  font-size: 2.3em;
}

h2, .h2 {
  font-size: 1.9em;
}

h3, .h3 {
  font-size: 1.6em;
}

h4, .h4 {
  font-size: 1.4em;
}

h5, .h5 {
  font-size: 1.2em;
}

h6, .h6 {
  font-size: 1em;
}
.btn {font-size: 1em;}
.new-content h2.h3 {font-weight: 500 !important; font-size: 2.5em  !important;}
.zoom-hover img, .zoom-hover [data-cover] {
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}

.zoom-hover:hover img, .zoom-hover:hover [data-cover] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-slider-small {
  margin-top: 1rem;
}

.product-slider-small .swiper-slide {
  opacity: .5;
  transition: opacity .1s;
  cursor: pointer;
}

.product-slider-small .swiper-slide.active {
  opacity: 1;
}

.gutters-1 {
  margin-right: -.125rem;
  margin-left: -.125rem;
}

.gutters-1 > .col,
.gutters-1 > [class*="col-"] {
  padding-right: .125rem;
  padding-left: .125rem;
}

.gutters-2 {
  margin-right: -.25rem;
  margin-left: -.25rem;
}

.gutters-2 > .col,
.gutters-2 > [class*="col-"] {
  padding-right: .25rem;
  padding-left: .25rem;
}

.gutters-3 {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.gutters-3 > .col,
.gutters-3 > [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-col-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-col-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-col-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-col-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-col-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 450px) {
  .grid-col-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 576px) {
  .grid-col-sm-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-col-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-col-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1200px) {
  .grid-col-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid-gap-0 {
  grid-gap: 0;
}

.row-gap-0 {
  row-gap: 0;
}

.column-gap-0 {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.grid-gap-1 {
  grid-gap: 0.25rem;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.grid-gap-2 {
  grid-gap: 0.5rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.grid-gap-3 {
  grid-gap: 1rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.column-gap-3 {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.grid-gap-4 {
  grid-gap: 1.5rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.grid-gap-5 {
  grid-gap: 3rem;
}

.row-gap-5 {
  row-gap: 3rem;
}

.column-gap-5 {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@supports (-moz-appearance: meterbar) {
  .form-check-input {
    margin-top: .22rem;
  }
}

.form-style-1 .form-group:not(.form-check) > label, .form-style-2 .form-group:not(.form-check) > label {
  font-weight: bold;
}

.form-style-1 .form-control, .form-style-2 .form-control {
  border-radius: 0.25rem;
	font-size: 1.1em;
}

.form-style-1 .form-control:not(:focus):not([disabled]):not([readonly]), .form-style-2 .form-control:not(:focus):not([disabled]):not([readonly]) {
  background-color: #f8f9fa;
}

.form-style-1 .btn, .form-style-2 .btn {
  border-radius: 0.25rem;
}

.form-style-2 .form-control {
  border-radius: 10rem;
}

.form-style-2 .btn {
  border-radius: 10rem;
}

.input-icon {
  position: relative;
  display: block;
}

.input-icon > svg {
  position: absolute;
  top: 10px;
  left: 0.5rem;
}

.input-icon > .form-control {
  padding-left: 1.75rem;
}

.input-icon.input-icon-sm > svg {
  top: 8px;
  left: 0.25rem;
  width: 13px;
  height: 13px;
}

.input-icon.input-icon-sm > .form-control-sm {
  padding-left: 1.25rem;
}

.input-icon.input-icon-lg > svg {
  top: 11px;
  left: 0.75rem;
  width: 24px;
  height: 24px;
}

.input-icon.input-icon-lg > .form-control-lg {
  padding-left: 2.5rem;
}

.btn-icon {
  width: 35px;
  height: 35px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon.btn-sm {
  width: 28px;
  height: 28px;
}

.btn-icon.btn-lg {
  width: 44px;
  height: 44px;
}

.wishlist,
.zoom,
.quickview,
.compare {
  border: 0;
  color: #ced4da;
  position: absolute;
  top: .3rem;
  right: .3rem;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: .3rem 0;
  border-radius: 50%;
  transition: color .2s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.wishlist.active,
.zoom.active,
.quickview.active,
.compare.active {
  color: #c60c17;
}

.wishlist:focus,
.zoom:focus,
.quickview:focus,
.compare:focus {
  outline: 0;
}

.zoom,
.quickview {
  left: auto;
  right: .5rem;
  color: #2b2b2b;
}

.quickview {
  color: #adb5bd;
  box-shadow: none;
}

.quickview:hover {
  color: #6c757d;
}
.wishlist:hover,
.compare:hover {
  color: #b2b2b2; 
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
.compare { 
	left: .5rem;
	right: auto;
}
.compare-box { 
	left: 1.5rem;
	text-align: left;
	top: .5rem;
	position: absolute;
	color: #6c757d !important;
	padding-left:.5rem;
	z-index: 10;
}
#product-slider .compare-box { 
	left: .7rem;
	top: 0rem;
}
.compare-box .custom-control-label { cursor: pointer;}
.compare-box .custom-control-label::before, .compare-box .custom-control-label::after {
    left: -1.2rem;
	border-color: #6c757d !important;
}
.compare-box .custom-control-label::before {
	border: #6c757d solid 1px;
}

.compare-box  .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #6c757d;
	background-color: #6c757d;	
}
@media (max-width: 575.98px) {
	.compare-box { 
		left: 1.2rem;
		top: .3rem;
	}
}
@media (max-width: 991.98px) {
  .quickview {
    display: none;
  }
}

.dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.show .dropdown-menu {
  -webkit-animation-name: dropdownAnimate;
  animation-name: dropdownAnimate;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

@-webkit-keyframes dropdownAnimate {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes dropdownAnimate {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .dropdown-hover .dropdown-menu {
    margin: 0;
  }
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-hover > .dropdown-toggle:not(.forwardable):active {
    pointer-events: none;
  }
}

.dropdown-item.has-icon > .feather {
  margin-right: .75rem;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

.dropdown-submenu > .dropdown-menu {
  top: -2px;
  left: calc(100% - 2px);
  overflow: hidden;
  min-width: 150px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.btn-group-scatter {
  float: left;
}

.btn-group-scatter .btn {
  float: left;
  margin: 0 5px 5px 0;
}

@supports (-webkit-appearance: none) {
  .custom-control-label::before, .custom-control-label::after {
    top: 0.14625rem;
  }
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

.custom-control-input:not(:disabled):not(:checked):hover ~ .custom-control-label::before, .custom-control-input:not(:disabled):not(:checked):focus ~ .custom-control-label::before {
  border-color: #006d95;
}

.custom-control-nolabel {
  display: inline-block;
  width: 16px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.custom-control-nolabel > .custom-control-label {
  float: left;
}

.custom-control-nolabel > .custom-control-label::before, .custom-control-nolabel > .custom-control-label::after {
  left: 0;
}

.custom-radio-color {
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
}

.custom-radio-color .custom-control-label {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 0;
}

.custom-radio-color .custom-control-label::before {
  display: none;
}

.custom-radio-color .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  left: 2px;
  top: 2px;
}

.nav-link:not(:hover) {
  color: #2b2b2b;
}

.nav-icon {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
	.nav-icon {
	  width: 35px;
	  height: 35px;
	}
}
.nav-icon:hover {
  background-color: #e9ecef;
}

.nav-icon .badge, .nav-link .badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.show > .nav-icon {
  color: #006d95;
  background-color: #e9ecef;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  box-shadow: 0 1px 0 0 #006d95;
}

.main-nav-pills {
  font-weight: bold;
}

.main-nav-pills .nav-link:not(.disabled) {
  padding: 1rem;
}

.main-nav-pills .disabled {
  padding: 1rem 0;
}

.card {
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.075);
	border: 1px solid #e3e3e3;
	
	
}
.accordion .card {border-radius: 0rem;}
.card-img-overlay-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

.card-2col .card-title {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 991.98px) {
  .card-2col .card-title {
    font-size: 1.3125rem;
  }
}

@media (max-width: 575.98px) {
  .card-2col .card-title {
    font-size: 1.09375rem;
  }
}

.card-2col-body, .card-4col-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
}
.card-4col-img { vertical-align: middle;}
@media (min-width: 768px) {
  .card-2col-body {
    width: 50%;
  }
  .card-4col-body {
    width: 75%;
  }
}

@media (max-width: 575.98px) {
  .card-2col-body {
    padding: .5rem;
  }
}

@media (min-width: 768px) {
  .card-2col-img {
    width: 50%;
  }
.card-4-img {
    width: 25%;
  }
}
.card-2col-img a[data-cover] {
    background-size: contain;
  }
.list-product {
  flex-direction: row !important;	
}
.list-product .product-content {width: calc(100% - 275px); margin: 0 15px}
.list-product .product-content .title a {color: #2b2b2b;}
.list-product .product-content .title a:hover {color: #006d95;}
.list-product .product-action { width: 215px;  margin: 0 15px;  }
.list-product .product-action .price span { font-size:1.75rem !important; color: #d00000 !important; text-align: left;}
.list-product .product-action .price span.del { font-size:.8rem !important; color: #adb5bd !important; display: table-cell;}
.list-product .compare-box {  position: static; !important; text-align: center; left:0px; top:0}
.list-product .badge {margin-bottom: .5rem;}
.list-product .spec-box { font-size: 0.9rem;}
.list-product .price-box { margin: 0 !important}
@media (max-width: 767.98px) {
	.list-product .price-box { margin-top:.5rem !important;}
	.list-product .product-content {width: 100%; margin: 0 15px}
	.list-product .product-action { width: 100%;  margin: 0 15px;  }
	.list-product .product-content .title h2 {font-size: 1.5rem;}
	.list-product .product-action .price, .list-product .product-action .text-lowest-price, .list-product .price-box  {  text-align: center;}
	.list-product .product-action .price span.del {  display: inline;}
}
 
.card-product {
  text-align: center;	
	border: 1px solid #e3e3e3;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card-product:hover {
	box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.3);
}
.card-product.promotion {
    border: 1px solid #f7ada8;
	box-shadow: 0 0.0625rem 0.25rem rgba(244, 67, 54, 0.2);
}
.swiper-slide .card-product {height:100%;}
.card-product:not(.card-product-list) .card-img-top {
  margin-bottom: 2rem;
}

.card-product:not(.card-product-list) .color-options {
  margin-top: .5rem;
}

.card-product:not(.card-product-list) .rating {
  display: block;
  margin-bottom: .5rem;
}

.card-product:not(.card-product-list) .badge {
  margin-bottom: .5rem;
}
.card-product .item-link { display: contents; flex-direction: column;}
.card-product .image {
height: 250px;
width: 100%;
position: relative;
 /*overflow: hidden; */

}
.card-product.reference .image {
height: 180px;
width: 100%;
position: relative;
 /*overflow: hidden; */

}
.grid-cart .card-product .image {
	height: 200px;
}
.card-product .image img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 0;	
width: auto;
height: auto;
max-width: 99%;
max-height: 95%;
}
.card-product .avail-product { 
	border-bottom:1px solid #e3e3e3; 
	position: absolute; 
	bottom:0px; 
	left:-1rem; 
	right:-1rem;
	background-color: rgba(255, 255, 255, .8);
	color: #2b2b2b;
	text-align: center;
	z-index: 2;
	padding: 0 1rem 0.2rem 1rem;
}

.card-product .card-title {
  font-weight: 400;
  display: block;
  font-size: 1.2em;
}

.card-product .card-title:not(:hover), .dark-link {
  color: #2b2b2b;
}
.card-product .card-title:hover {
  color: #006d95;
}
.card-product .badge, .product-detail .badge, .list-product .badge {
	padding: .3rem .5rem;
  border-radius: .5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.gift-box a:first-child { padding-left:0px;}
@media (min-width: 576px) {
  .card-product .badge, .product-detail .badge, .list-product .badge {
    font-size: 90%;
  }
}

.card-product .card-footer {
  padding: 0 1rem 1rem;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .card-product .card-body {
    padding: .5rem;
  }
  .card-product .border-product { left:-.5rem; right:-.5rem;}
  .card-product .avail-product { left:-.5rem; right:-.5rem; padding: 0 .5rem; }
}

@media (max-width: 575.98px) {
  .card-product .price span.del {
    font-size: 0.7rem;
  }
  .grid-cart .card-product .image {
	height: 150px;
  }
}
.card-product.sold-out .btn.btn-primary, .sold-out .btn.btn-primary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.card-product.sold-out .wishlist {
	display:none;
}
.card-product.sold-out .rating > svg {
	fill: #6c757d;
}
.card-product-list {
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-product-list > a {
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .card-product-list > a {
    width: 40%;
  }
  .card-product .image {
	height: 220px;
  }
  .grid-cart .card-product .image {
	height: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-product-list > a {
    width: 35%;
  }
  .card-product .image {
	height: 220px;
  }
}
@media (min-width: 1200px) {
  .card-product-list > a {
    width: 25%;
  }
}

.card-product-list .card-title {
  font-size: 1.09375rem;
}

.card-product-list .card-body {
  text-align: left;
}

@media (max-width: 991.98px) {
  .card-product-list .card-body {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-product-list .card-body {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .card-product-list .card-body {
    width: 75%;
  }
}

.card-product-list .badge,
.card-product-list .rating {
  margin-left: .5rem;
}

.card-product-list .color-options {
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: .5rem;
}

.card-product-list .attr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .5rem;
}

.card-pagination .card-body {
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.card-pagination .btn {
  font-weight: bold;
	margin-left: .25rem;
	margin-right: .25rem;
}
.card-pagination .dropdown-hover .btn {font-weight: normal !important;}
@media (min-width: 576px) {
  .card-pagination .dropdown-hover { position: absolute !important;  right: 10px;} 
}
.badge {
  line-height: 1.1;
}

.has-badge {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}

.has-badge .badge {
  margin-left: auto;
}

.alert-primary {
  border-left-width: 3px;
}

.alert-primary .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #d2d6f5;
  border-radius: 50%;
  background-color: #515cba;
  -ms-flex: 0 0 21px;
  flex: 0 0 21px;
}

.alert-success {
  border-left-width: 3px;
}

.alert-success .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #cde9ce;
  border-radius: 50%;
  background-color: #409343;
  -ms-flex: 0 0 21px;
  flex: 0 0 21px;
}

.alert-info {
  border-left-width: 3px;
}

.alert-info .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #bee5eb;
  border-radius: 50%;
  background-color: #13889b;
  -ms-flex: 0 0 21px;
  flex: 0 0 21px;
}

.alert-warning {
  border-left-width: 3px;
}

.alert-warning .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #ffeeba;
  border-radius: 50%;
  background-color: #d6a206;
  -ms-flex: 0 0 21px;
  flex: 0 0 21px;
}

.alert-danger {
  border-left-width: 3px;
}

.alert-danger .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #fccac7;
  border-radius: 50%;
  background-color: #cd382d;
  -ms-flex: 0 0 21px;
  flex: 0 0 21px;
}

.alert-dark {
  border-left-width: 3px;
}

.alert-dark .alert-icon {
  height: 21px;
  margin-right: .5rem;
  text-align: center;
  color: #c6c8ca;
  border-radius: 50%;
  background-color: #2c3136;
  -ms-flex: 0 0 21px;
  flex: 0 0 21px;
}

.list-group-no-border .list-group-item {
  margin-bottom: 0;
  border: 0;
}
.list-group-no-border .list-group-item a {
  color: #2b2b2b;
}
.list-group-sm .list-group-item {
  padding: 0.25rem 0.75rem;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal.show .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal-right .modal-dialog,
.modal-left .modal-dialog {
  margin: 0;
}

.modal-right .modal-dialog,
.modal-right .modal-content,
.modal-left .modal-dialog,
.modal-left .modal-content {
  height: 100%;
}

.modal-right .modal-content,
.modal-left .modal-content {
  border: 0;
}

.modal-right .modal-header,
.modal-right .modal-footer,
.modal-left .modal-header,
.modal-left .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-right {
  padding-right: 0 !important;
}

.modal-right .modal-dialog {
  margin-left: auto;
}

.modal-right.fade .modal-dialog {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal-right.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal-left.fade .modal-dialog {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.modal-left.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tooltip-inner {
  border-radius: 0.25rem;
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.mt-gutter {
  margin-top: 30px;
}

.mb-gutter {
  margin-bottom: 30px;
}

.ml-ni {
  margin-left: -.657rem;
}

.mr-ni {
  margin-right: -.657rem;
}

.rounded-pill {
	border-radius: 0.25rem!important;
}
.rounded-pill-left {
  border-radius: 10rem 0rem 0 10rem !important;
}
.rounded-pill-right {
  border-radius: 0rem 10rem 10rem 0rem !important;
}

.roboto-condensed, .main-nav-pills, .price, .price span, .counter, .dropdown-cart .dropdown-menu .media-body > .qty,
.dropdown-cart .dropdown-menu .media-body > .price, .categories-grid, .swiper-overlay *:not(.btn), .or-divider {
  /* font-family: 'Roboto Condensed', sans-serif; */
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}
.price div {display: flex}
.price span {
  font-weight: bold;
	color: #000000;
	/*
  color: #c60c17;
  */
}

.price .del {	
  position: relative;
  margin: 0 .5rem;
  color: #adb5bd;
  font-size: 0.9rem;
  font-weight: normal
}
 .price .del span {color: #adb5bd; font-weight: normal;}
.price .del::after {
  position: absolute;
  top: calc(50% - 2px);
  left: -5px;
  width: calc(100% + 1px);
  height: 4px;
  content: '';
  #border-top: 1px solid #adb5bd;
  border-bottom: 1px solid #adb5bd;
}
.badge-price {font-size: 1rem; display: inline-flex !important; vertical-align: top; }
.badge-price > * { color: #ffffff !important; }
.counter, .dropdown-cart .dropdown-menu .media-body > .qty,
.dropdown-cart .dropdown-menu .media-body > .price {
  color: #adb5bd;
}

.nostretch {
  width: 1%;
  white-space: nowrap;
}

.rating > svg {
  margin-bottom: 3px;
  fill: #0986ba;
}

.minw-0 {
  min-width: 0 !important;
}

.minh-0 {
  min-height: 0 !important;
}

.size50x50 {
  width: 50px;
  height: 50px;
}

.input-group-search {
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  overflow: hidden;
}

/* Size */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar:horizontal {
  height: 9px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f2f2;
}

::-webkit-scrollbar-track:vertical {
  border-left: 1px solid #d9d9d9;
}

::-webkit-scrollbar-track:horizontal {
  border-top: 1px solid #d9d9d9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c2c2c2;
}

::-webkit-scrollbar-thumb:vertical {
  border-left: 1px solid #9c9c9c;
}

::-webkit-scrollbar-thumb:horizontal {
  border-top: 1px solid #9c9c9c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #919191;
}

::-webkit-scrollbar-thumb:hover:vertical {
  border-left: 1px solid #6a6a6a;
}

::-webkit-scrollbar-thumb:hover:horizontal {
  border-top: 1px solid #6a6a6a;
}

.ps__rail-x {
  height: 7px;
}

.ps__rail-y {
  width: 7px;
}

.ps__rail-x,
.ps__rail-y {
  z-index: 2;
}

.ps__thumb-x {
  height: 3px;
}

.ps__thumb-y {
  width: 3px;
}

.ps__thumb-x,
.ps__thumb-y {
  border-radius: 0;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background: rgba(51, 51, 51, 0.1);
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover {
  height: 10px;
}

.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  width: 10px;
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  height: 6px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  width: 6px;
}

.feather {
  vertical-align: sub;
}

.feather[width="24"] {
  width: 15px;
  height: 15px;
}

.btn-sm > .feather[width="24"] {
  width: .875rem;
  height: .875rem;
}

.btn-lg > .feather[width="24"] {
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 767.98px) {
.feather[width="24"] {
  width: 17px;
  height: 17px;
}
}
.badge .feather[width="24"] {
  width: 1em;
  height: 1em;
  vertical-align: top;
}

.topbar {
  position: relative;
  z-index: 1031;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
}

.topbar .nav-link {
  padding: .25rem 1rem;
  color: #006d95 !important;
}

header .nav-link {
  padding: .5rem;
}
header.header-order .nav-link {
  padding: .1rem .5rem;
}
.nav-lang .nav-link {
  font-weight: bold;
  padding: .25rem;
  color: #2b2b2b;
}

.nav-lang .nav-link.active {
  color: #006d95;
}

.nav-lang .nav-link.pipe {
  font-weight: normal;
  line-height: 1.4;
}

header {
  position: relative;
  z-index: 1030;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  background-color: #fff;
	font-size:1rem;
}
header.header-order {background-color: #f8f8f8;}
header .container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.menu {
  position: relative;
  z-index: 1000;
  display: -ms-block;
  display: block;
  background-color: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.fixed-top {
  -webkit-animation-name: headerAnimation;
  animation-name: headerAnimation;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes headerAnimation {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes headerAnimation {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.nav-logo {
  font-size: 1.09375rem;
  max-width: 180px !important;
  padding-left: 0;
	
}

.nav-logo:hover, .nav-logo:focus {
  color: inherit;
}

.nav-logo img {
  vertical-align: text-top;
	max-width:100% !important;
	max-height:50px !important;
}

.nav-toggler:focus {
  outline: 0;
}
.nav-main .nav-link {
  font-weight: 500;
  position: relative;
  font-size:1.2em;
}
.nav-main .nav-link.active { color:#006d95; }
.nav-main .nav-link.active::after, .nav-main .nav-link:hover::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #006d95;
}

.nav-main .show > .nav-link {
  color: #006d95;
}

.nav-main .dropdown-item {
  padding: 0.35rem 1rem;
}

.nav-main .dropdown-item.active {
  font-weight: bold;
  color: #006d95;
  background-color: #fff;
}
.form-search  {
    width: 35%;
  }
  .form-search .input-group-prepend button {
  	padding-top:0.5rem;
  }
@media (max-width: 767.98px) {
  .form-search {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    background-color: #fff;
  }
	.nav-logo img {
	  max-width: 84px !important;
		max-height: 25px !important;
	}
	.form-search  {
    width: 100%;
  }
  header {
  	height:55px;
  }
}

.form-search .input-group {
  height: auto;
}

@media (max-width: 767.98px) {
  .form-search .input-group {
    width: 100%;
  }
}

.dropdown-mega {
  position: static;
}

.dropdown-mega > .dropdown-menu {
  right: 15px;
  left: 15px;
  margin-top: -9px !important;
  padding: 1rem;
}

.modal-menu .modal-dialog {
  width: 200px;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.modal-menu .modal-body {
  padding: 0;
  background-color: #fff;
}

body.transparent-backdrop .modal-backdrop {
  opacity: 0;
}
.menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.menu ul {
  padding-left: 0;
  list-style: none;
}

.menu a {
  display: block;
}

.menu .feather {
  width: 17px;
  height: 17px;
  margin-right: .5rem;
}

.menu > li > a {
  font-weight: bold;
  padding: .75rem 1rem;
  color: #828282;
}

.menu > li > a:hover {
  color: #151515;
  background-color: #f8f8f8;
}

.menu > li.mm-active {
  background-color: #f8f8f8;
  box-shadow: 4px 0px 0px 0px #006d95 inset;
}

.menu > li.mm-active > a {
  color: #151515;
  background-color: #f8f8f8;
  box-shadow: 4px 0px 0px 0px #006d95 inset;
}

.menu > li > ul > li > a {
  padding: .5rem 1rem .5rem 25px;
  color: #151515;
}

.menu > li > ul > li > a:hover {
  color: #006d95;
}

.menu > li > ul > li.mm-active > a {
  position: relative;
  color: #006d95;
}
.menu > li > ul > li > ul > li > a {
  padding: .5rem 1rem .5rem 4rem;
  color: #151515;
}

.menu > li > ul > li > ul > li > a:hover {
  color: #006d95;
}

.menu > li > ul > li > ul > li.mm-active > a {
  color: #006d95;
}
.bookstore .menu .container {position: relative;}
.bookstore .menu .container .dropdown-menu {width:auto; min-width:50%}
.bookstore.nav-main .nav-link {
  font-size:1rem
}
@media (min-width: 1200px) {
	.bookstore .menu .container .dropdown-menu {width:50%}
}
.dropdown-cart .dropdown-menu {
  width: 300px;
  padding: .5rem .75rem;
}

.dropdown-cart .dropdown-menu .media {
  position: relative;
  padding: .5rem 0;
}

.dropdown-cart .dropdown-menu .media > a {
  margin-right: .5rem;
}

.dropdown-cart .dropdown-menu .media:not(:last-child) {
  border-bottom: 1px dotted #dee2e6;
}

.dropdown-cart .dropdown-menu .media-body > a, .dropdown-cart .dropdown-menu .media-body > .author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 215px;
  margin-bottom: 2px;
  display: block;
  font-weight: 500;
}

.dropdown-cart .dropdown-menu .media-body > a:not(:hover) {
  color: #2b2b2b;
}

.dropdown-cart .dropdown-menu .media-body > .qty {
  width: 25px;
  display: inline-block;
  text-align: center;
}

.dropdown-cart .dropdown-menu .media-body > .price {
  margin-left: .5rem;
}

.dropdown-cart .dropdown-menu .media-body .close {
  position: absolute;
  top: calc(50% - 12px);
  right: 2px;
  color: #f44336;
}

.dropdown-cart .dropdown-menu .media-body .close:hover {
  color: #f44336;
}

.dropdown-cart .dropdown-menu .media-body .close > .feather {
  width: 1.25rem;
  height: 1.25rem;
}

.color-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-options label {
  margin: 0 .5rem 0 0;
}

.size-options > label {
  width: 35px;
  border-radius: 50% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.size-options > label:not(:first-child) {
  margin-left: .25rem !important;
}

.size-options.btn-group-sm > label {
  width: 28px;
}

.size-options.btn-group-lg > label {
  width: 44px;
}

.categories-grid {
  position: relative;
}

.categories-grid .card-title {
  text-align: center;
  color: #fff;
}

.categories-grid .sa-btn {
  position: absolute;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 36px;
  margin-left: -45px;
  border: 0;
  border-radius: 1rem;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
.topbar .nav.justify-content-center {justify-content: left !important;}
  .categories-grid .sa-btn {
    bottom: 90px;
  }
  .categories-grid h3.card-title {font-size:1.3rem }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .categories-grid .sa-btn {
    bottom: 118px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .categories-grid .sa-btn {
    bottom: 105px;
    left: 494px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .categories-grid .sa-btn {
    bottom: 144px;
    left: 641px;
  }
}

@media (min-width: 1200px) {
  .categories-grid .sa-btn {
    bottom: 182px;
    left: 783px;
  }
}

.categories-grid .card-img-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion .card {
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .card-header {
  display: block;
  padding: 0;
  background-color: #fff;
}

.accordion .card-header > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem 1rem;
  margin-bottom: 0;
  font-weight: bold;
}

.accordion .card-header > a:hover, .accordion .card-header > a[aria-expanded="true"] {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
  color: #2b2b2b;
}

.accordion .collapse.show,
.accordion .collapsing {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.125) inset;
}

.accordion.accordion-caret .card-header > a {
  padding-right: 2rem;
}

.accordion.accordion-caret .card-header > a::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  right: .75rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .35s;
  margin-top: -2px;
}

.accordion.accordion-caret .card-header > a[aria-expanded="true"]::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 2px;
}

.accordion-sidebar {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e3e3e3;
}

.accordion-sidebar .card {
  border-left: 0;
  border-right: 0;
}

@media (min-width: 768px) {
  .accordion-sidebar .card:first-of-type {
    border-top: 0;
  }
}

.accordion-sidebar .card-header > a[aria-expanded="true"], .accordion-sidebar .card-header > a:hover {
  background-color: #fff;
}

.accordion-sidebar .card-body {
  padding-top: 0;
}

.accordion-sidebar .color-options {
  -ms-flex-pack: start;
  justify-content: start;
}

.accordion-sidebar .collapse.show,
.accordion-sidebar .collapsing {
  box-shadow: none;
}

.table-cart tr {
  border-bottom: 1px solid #dee2e6;
}

.table-cart td {
  vertical-align: middle;
}

td.cart-img img {
  width: 50px;
  height: auto;
}

@media (max-width: 767.98px) {
  td.cart-img {
    vertical-align: top;
  }
}

@media (max-width: 575.98px) {
  td.cart-img,
  td.cart-title,
  td.cart-qty,
  td.cart-subtotal {
    display: inline-block;
  }
  td.cart-price {
    display: none;
  }
  td.cart-img {
    width: 60px;
  }
  td.cart-title {
    width: calc(100% - 64px);
  }
  td.cart-qty {
    width: 166px;
    text-align: right !important;
  }
  td.cart-subtotal {
    text-align: left !important;
  }
  td.cart-action {
    vertical-align: top;
  }
  td.cart-img,
  td.cart-title {
    padding-top: 1rem;
  }
  td.cart-qty,
  td.cart-subtotal {
    padding-bottom: 1rem;
  }
}

.noty_theme__mint.noty_bar {
  position: relative;
  overflow: hidden;
  margin: 4px 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__mint.noty_bar .noty_progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: .2;
  background-color: #000;
  filter: alpha(opacity=20);
}

.noty_theme__mint.noty_bar .noty_body {
  font-size: 13px;
  padding: 1.25em;
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 0 10px .5em 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  color: #2b2b2b;
  background-color: rgba(255, 255, 255, 0.8);
}

.noty_theme__mint.noty_type__warning {
  color: #fff;
  background-color: rgba(255, 193, 7, 0.8);
}

.noty_theme__mint.noty_type__error {
  color: #FFF;
  background-color: rgba(244, 67, 54, 0.8);
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  color: #FFF;
  background-color: rgba(23, 162, 184, 0.8);
}

.noty_theme__mint.noty_type__success {
  color: #fff;
  background-color: rgba(76, 175, 80, 0.8);
}

.noty_theme__mint.noty_type__pink {
  color: #fff;
  background-color: rgba(232, 62, 140, 0.8);
}

#noty_layout__topRight {
  width: 310px;
}

.noUi-target {
  border: 0;
  background: #dbdbdb;
  box-shadow: none;
}

.noUi-connects {
  border-radius: 0;
}

.noUi-connect {
  background: #006d95;
  box-shadow: none;
}

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  right: -8.5px !important;
  width: 17px;
  height: 17px;
}

.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  content: none;
}

.noUi-vertical {
  width: 5px;
}

.noUi-vertical .noUi-handle {
  top: -9px;
  left: -6px;
  width: 17px;
  height: 17px;
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  content: none;
}

.noUi-handle {
  border-radius: 50%;
}

.noUi-handle:focus {
  outline: 0;
}

.brands-list {
  position: relative;
  max-height: 250px;
  overflow: auto;
  padding-right: 15px;
}

.brands-list .custom-checkbox:not(:first-child) {
  margin-top: 5px;
}

.brands-list label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.list-tree {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list-tree a {
  display: block;
  padding: .25rem .75rem .25rem 1.5rem;
}

.list-tree a:not(:hover) {
  color: #2b2b2b;
}

.list-tree a:hover {
  font-weight: bold;
}

.list-tree .has-arrow::after {
  left: 0;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

.list-tree .mm-active > a {
  color: #006d95;
  font-weight: bold;
}

.list-tree .mm-active > a.has-arrow::after {
  -webkit-transform: rotate(225deg) translateY(0);
  transform: rotate(225deg) translateY(0);
}

.list-tree ul {
  padding-left: 0;
  list-style: none;
  margin-left: 1.5rem;
  box-shadow: 1px 0 0 0 #dee2e6 inset;
}

.list-tree ul > li > a {
  position: relative;
  padding-left: 1.25rem;
}

.list-tree ul > li > a::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #dee2e6;
  left: 0;
  top: 49%;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.spinner {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.spinner input[type="number"] {
  font-weight: bold;
  width: 55px;
  text-align: center;
  border: 0;
}

.spinner .btn {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  color: #868a8f;
}

.spinner .btn:hover {
  background-color: #006d95;
	color: #fff;
}

.spinner.spinner-sm input[type="number"] {
  width: 40px;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
}

.spinner.spinner-sm .btn {
  width: 28px;
  height: 28px;
}

.spinner.spinner-sm .btn > .feather {
  width: .875rem;
  height: .875rem;
}

.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 5px 0 #333;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
}

.swiper-button-next-sm,
.swiper-button-prev-sm {
  width: 26px;
  height: 26px;
  margin-top: -13px;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: none;
}

.swiper-button-next > .feather,
.swiper-button-prev > .feather,
.swiper-container-rtl .swiper-button-next > .feather,
.swiper-container-rtl .swiper-button-prev > .feather {
  width: 100%;
  height: 100%;
  color: #868a8f;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  stroke-width: 1;
}

.swiper-button-next.swiper-button-disabled > .feather,
.swiper-button-prev.swiper-button-disabled > .feather {
  box-shadow: none;
}
/*
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
} */
@media (min-width: 992px) {
  .swiper-button-next.autohide,
  .swiper-button-prev.autohide,
  .swiper-container-rtl .swiper-button-next.autohide,
  .swiper-container-rtl .swiper-button-prev.autohide {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  .swiper-container:hover .swiper-button-next.autohide, .swiper-container:hover
  .swiper-button-prev.autohide, .swiper-container:hover
  .swiper-container-rtl .swiper-button-next.autohide, .swiper-container:hover
  .swiper-container-rtl .swiper-button-prev.autohide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.swiper-button-next.autohide,
.swiper-container-rtl .swiper-button-prev.autohide {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.swiper-button-prev.autohide,
.swiper-container-rtl .swiper-button-next.autohide {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 10%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-overlay.left {
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-overlay.right {
  -ms-flex-align: end;
  align-items: flex-end;
}

.swiper-overlay *:not(.btn) {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .swiper-overlay .h1 {
    font-size: 160%;
  }
.swiper-overlay .display-5 {
    font-size: 160%;
  }
}
}

@media (max-width: 575.98px) {
  .swiper-overlay h1 {
    font-size: 120%;
  }
}

@media (max-width: 767.98px) {
  .swiper-overlay .display-4 {
    font-size: 300%;
  }
}

@media (max-width: 575.98px) {
  .swiper-overlay .display-4 {
    font-size: 200%;
  }
}

.swiper-overlay .animated {
  visibility: hidden;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-overlay .animated:nth-child(2) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.swiper-overlay .animated:nth-child(3) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

.fadeDown {
  -webkit-animation-name: fadeDown;
  animation-name: fadeDown;
}

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.form-checkout {
  max-width: 500px;
}

@media (min-width: 576px) {
  .shipping-group {
    font-size: 1.09375rem;
  }
  .shipping-group .custom-control {
    padding-left: 2rem;
  }
  .shipping-group .custom-control-label::before,
  .shipping-group .custom-control-label::after {
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.jp-card {
  min-width: auto !important;
}

.jp-card-container {
  width: 100% !important;
}

.or-divider {
  position: absolute;
  left: 50%;
  margin-left: -17.5px;
  z-index: 1;
  top: 50%;
  margin-top: -17.5px;
  font-weight: bold;
  color: #212529;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  width: 35px;
  height: 35px;
}

.card-login::before {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #dee2e6;
  left: 50%;
}

@media (min-width: 768px) {
  .col-login {
    padding-right: 30px;
  }
  .col-register {
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .or-divider {
    position: static;
    margin: 30px auto;
  }
  .or-divider::before {
    content: '';
  }
  .card-login::before {
    width: auto;
    height: 1px;
    right: 0;
    left: 0;
    top: 50%;
    bottom: auto;
    margin-top: -1px;
  }
}
.box-hover {
	border: 1px solid #e3e3e3;
}
.box-hover:hover, .box-hover.active {
	box-shadow: 0 0.0625rem 0.25rem #fb9400;
	border: 1px solid #fb9400;
}
.card-blog img {
  width: 100%;
}

.card-blog .title {
  display: block;
  margin-bottom: .75rem;
  font-weight: bold;
}

.card-blog .title:not(:hover) {
  color: #2b2b2b;
}
.card-blog .title:hover {
	color: #006d95;
}
.card-blog .card-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.card-blog-list {
	overflow: hidden;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .card-blog-list > a {
    width: 45%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-blog-list > a {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .card-blog-list > a {
    width: 25%;
  }
}

@media (max-width: 991.98px) {
  .card-blog-list .card-body {
    width: 55%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-blog-list .card-body {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .card-blog-list .card-body {
    width: 75%;
  }
}

.embed-map {
  height: 345px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .embed-map {
    height: 419px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .summary-card .px-3rem {padding-right: 3rem; padding-left:3rem;}
}
.subscrible {	
	background-color: #006d95;
	color:#ffffff;	
}
.subscrible .form-control {
  border: 0px solid #ced4da;
}
#subscr-form .check-regulation {
  color: #6c757d;
	font-size: .8rem
}
.footer {
  background-color: #fff;
  border-top: 1px solid #0986ba;
  padding-top: 1rem;
	flex-shrink: 0;
}
.footer h6 {font-size: 1.1rem;}
.footer .row > [class*="col-"] {
  margin-bottom: 1.5rem;
}

.footer .list-group-sm .list-group-item {
  background-color: #fff;
  padding-left: 0;
}

.footer .list-group-sm .list-group-item a:hover, .footer .list-group-sm .list-group-item a:focus {
  background-color: inherit;
  color: #2b2b2b;
  font-weight: bold;
}
.footer .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}
.footer .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.footer .list-group-item {padding: 0.5rem 0.75rem;}
.footer .list-group-item > .feather {float:right;}
.copyright {
  text-align: center;
  padding: .5rem 0;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  font-size: 90%;
}
.big-2 > * {font-size: 1.1rem}
/*# sourceMappingURL=style.css.map */
.grecaptcha-badge {display: none !important;}
.filter-selected .btn { 
	margin-top: .15rem;
	margin-bottom: .15rem;
 }

#comparison-box {
	width: 250px;
	max-height:320px;
	top: 10%;	
	right: 0;
	padding: 0;
	background-color: #FFF;
	z-index: 1041;
	position: fixed;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.comparison-toggle {
	opacity: 0.7;
	position: absolute;
	top: 2rem;
	width: 44px;
	height: 40px;
	left: -44px;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	color: #ffffff;
}
.comparison-toggle:hover {color: #ffffff;} 
.comparison-toggle i {width:20px;} 
.comparison-visible {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
#comparison-box .media > img { 
	max-width:40px;
	max-height: 70px;
}
#comparison-box .close { 
	color: #f44336;
}
#filterModal h5.mb-3 { margin-bottom:0rem !important;}
.text-normal {font-size: 1.1em;}
.variants > .variant img { max-height:70px; width: auto; padding:5px; }
.variants > .variant img { max-height:70px; width: auto; padding:5px; }
.special-box img.image-100 { max-height:100px; width: auto;}
.special-box img.image-mini { max-height:80px; width: auto;}
.card-body.modern { padding: 1rem 0rem ; }
.card-body.modern .spec-tech { padding: 0rem 1rem; }
#product-slider {max-height:600px;}
#product-slider .swiper-slide {text-align: center; vertical-align: middle; line-height:500px;}
#product-slider .swiper-slide img {max-height:500px; width:auto; }
#product-slider-small .swiper-slide { width:85px; height: 85px; border: 1px solid #dee2e6; text-align: center; vertical-align: middle;  line-height: 85px;} 
#product-slider-small .swiper-slide img.thumbnail {max-height: 80px; width: auto; padding: .25rem;} 
#promo-countdown { }
#promo-countdown > div { display: inline-block; margin: 5px 7px; text-align: center;}
#promo-countdown > div > span { display: block; background: #0986ba; color: #fff; min-width: 50px; text-align: center; padding: 7px 0px;}
#description-content img { 
	display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 480px) {
	.save-sb-box { display: block !important; }
	.save-sb-box p { display: inline !important; margin-bottom: 10px; }
	.save-sb-box form { margin-top: 10px; }
}
.save-sb-box-lg {width:30%;}
.form-style-1 p.error {color: #f44336;}
#description-content p, #tinymce p, #description-content ul {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.4;
    text-align: justify;
}
#description-content img[style*="float: left"], #tinymce img[data-mce-style*="float: left"] {
    padding-right: 20px;
}
#description-content img[style*="float: right"], #tinymce img[data-mce-style*="float: right"] {
    padding-left: 20px;
}
#description-content .box-modern { padding: 1rem; }
.new-content .boox-color {color: #bf735b;}
.new-content .h4 {font-size: 1.3125rem; font-weight: 500;}
.new-content .box.bg-grey {background-color: #e6e6e6;  padding-top: 1rem; padding-bottom: 1rem;}
.new-content .box.bg-grey .features p > * {display: inline !important;}
.new-content .box.bg-grey .features p img {padding-right:10px;}
.new-content .box.bg-black {background-color: #1E2B21; color: #fff; padding-top: 1rem;}
.new-content .box.bg-black .text-center > * { text-align:center !important;}
.new-content .box.bg-black .text-center img { display:inline !important;}
.new-content h2, .new-content .h2 { font-size: 3.5em !important;  margin-bottom: 0px; }
.new-content p.x2 { font-size: 2em !important;  }
.new-content h3, .new-content h2 { font-weight: 500; font-size: 2.5em;  }
.new-content p { font-weight: 400 !important;  }
.new-content .box-words > div { display:flex; align-items: stretch !important;}
.new-content .box-words > div > div { background-color: #ececec;  width: 100%; display:flex; align-items:center;}
.new-content .box-words > div > div.blue { background-color: #e3eef2; }
.new-content .box-words p { text-align:center !important; padding: 15px; margin-bottom: 0px; display: flex; justify-content: center; flex: 1 auto;}
.new-content .img-radius img { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.new-content .box-ease { position: relative; }
.new-content .box-ease:hover .content { opacity:0; }
.new-content .box-ease:hover .content h3 {  transform: translateY(-40px) scale(0.8); transition-duration: 400ms; }
.new-content .box-ease:hover .content p {  transform: translateY(40px) scale(0.8); transition-duration: 400ms;}
.new-content .box-ease .content p, .new-content .box-ease .content h3 { transition-duration: 400ms; text-align: center !important; font-size: 1.8rem; }
.new-content .box-ease .content { position: absolute; top:1rem; bottom:1rem; left:1rem; right:1rem; color: #fff; background-color: rgba(30, 43, 33, 0.7); 
	transform: translateY(0) scale(1); transition-duration: 400ms;  transition-property: transform, opacity; }
.new-content .box-ease .content .content-text { position: absolute; top: 50%; bottom: auto; 
	-webkit-transform: translateY(-50%); transform: translateY(-50%); padding-left:3rem; padding-right:3rem; }
.new-content .box.bg-dark-grey { background-color: #152218;}
.new-content .bg-full-black {background-color:#000;}
.new-content .bg-full-black > * {color: #fff;}
.new-content .size-85 {font-size: 1rem !important;}
.new-content h5.h4 {font-size:2rem; font-weight:700;}
.new-content img.radius-20, .tab-content img.radius-20 {border-radius: 20px}
.new-content img.radius-10, .tab-content img.radius-10 {border-radius: 10px}
.new-content .size-90 {font-size: 0.9rem !important;}
.new-content .size-80 {font-size: 0.8rem !important;}
.new-content .size-65 {font-size: 0.65rem !important;}
.text-lowest-price {font-size: 12px !important; margin-top:.5rem; margin-bottom:0px; color: #adb5bd; }
.new-content .text-center > * { text-align: center !important;}
.new-content h4.font-size-150 { font-size: 1.5rem !important;}
.size-small {font-size: 0.8rem !important;}
.new-content .bg-air-blue {background-color: #363959;  }
.new-content .bg-greyEF {background-color: #efefef; }
.new-content .bg-air-grey {background-color: #474747; }
.new-content .bg-air-lite-grey {background-color: #F2F2F2; }
.new-content .bg-air-grey p, .new-content.note-air .table.comparison td {font-size: 1.1rem !important; }
.new-content .white {color: #fff;}
.new-content .size2x {font-size: 2rem !important;}
.new-content.note-air h3 {font-weight: 400 !important; font-size: 2rem !important;}
.new-content.note-air .height200 {font-weight: 200 !important;}
.new-content .nova3-box-grey {background-color: #e5e5e5; padding: 10px; border-radius: 1rem; }
.new-content .nova3-box-grey p {color: #000; font-size: 1.1rem !important;}
.new-content.note-air .bg-boox-color {background-color: #bf735b;}
.new-content.note-air .table.comparison {font-size: 1.2rem; color: #2b2b2b; }
.new-content.note-air .table.comparison td { padding: 10px; border: 10px solid #fff;}
.new-content.note-air .bg-boox-color {color: #fff !important; }
.new-content.note-air .bg-grey {background-color: #E6E6E6; }
.new-content.new-air .color-blue {color: #2273cc; }
.new-content .new-box-grey {background-color: #e5e5e5;}
.new-content .box-border-blue {border: #2273cc 1px solid; margin:10px; padding:30px; border-radius: 10px; display: inline-block;}
.new-content .box-border-blue span.h2 {font-size: 2.5em !important;}
.new-content .font-size-150 { font-size: 1.5rem !important;}
.new-content .font-size-180 { font-size: 1.8rem !important;}
.new-content span.font-size-120, .new-content p.font-size-120 { font-size: 1.2rem !important;}
.tab-content #carousel1 .carousel-caption, .new-content #carousel1 .carousel-caption, .new-content #carousel2 .carousel-caption, .new-content #carousel3 .carousel-caption { position: revert; z-index:1; margin-left: auto; margin-right: auto;}
.tab-content #carousel1 .carousel-item, .new-content #carousel1 .carousel-item, .new-content #carousel2 .carousel-item, .new-content #carousel3 .carousel-item, .tab-content #carousel2 .carousel-item {
    width:100%;
    min-height: 400px;
	position: relative;
	float:left;
}
.novaAir2 .carousel-item {
	position: relative;
	min-height: auto !important;
}
.novaAir2 .carousel-caption {
    position: absolute !important;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/* poke 5 */
.box2 svg {
    width: 65px;
    height: 65px;
    fill: #000;
}
.box2-list_svg {
    width: 87px;
    height: 87px;
    background: #F2F2F2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
	stroke: currentColor;
}
/* PB Era*/
.new-content .bg-pb-era {background-color: #6C345E; color:#fff;}
/* PB InkPad Color 2*/
.new-content .bg-pb-inkpad-color2 {background-color: #073763; color:#fff;}
/* Black BG*/
.tab-ultra-c-color .bg-black { background-color: #000 !important; }
/* PB Era*/
.new-content .bg-pb-basic-lux4 {background-color: #FFC56D; color:#2b2b2b;}
/* PB Verse Pro*/
.new-content .bg-pb-verse-pro {background-color: rgb(108, 52, 94); color:#fff;}
.new-content .bg-pb-verse {background-color: rgb(234, 104, 82); color:#fff;}
/* PB Color Note */
.new-content .bg-pb-color-note {background-color: #6C345E; color:#fff;}

/* nova air color */
.new-content .icon-nova-c {display:inline; width: 40px; height:40px;; vertical-align: middle;}
.new-content.nova-air-color .bg-black { background-color: #000; }
.new-content.nova-air-color .nav-item > a:before { height:0px; }
.new-content.nova-air-color .nav-item > a { color: #8c8c8c !important; text-decoration: none; }
.new-content.nova-air-color .nav-item > a.active { color: #ffffff !important; text-decoration: none; }
.new-content .accordion .card .card-header .btn-link:after {
  content: "\2B9F";
  font-weight: 900;
  float: right;
  margin-right: -20px;
}
.new-content .accordion .card .card-header .btn-link.collapsed:after {
  content: "\2B9D";
}

.carousel.arrow-new .carousel-control-prev { justify-content: left !important;}
.carousel.arrow-new .carousel-control-next { justify-content: right !important;}
.new-content .carousel-indicators li, .tab-content .carousel-indicators li {background-color: #bf735b;}
.carousel-lumi2 .carousel-control-prev {left: -50px;}
.carousel-lumi2 .carousel-control-next {right: -50px;}
.new-content .bg-grey-light-f4 {background-color: #F4F4F4;  padding-top: 1rem; padding-bottom: 1rem;}
.new-content .bg-new-kaleido {background-color: #D1C8B6;  padding-top: 1rem; padding-bottom: 1rem;}
.content img.rounded-10, .new-content img.rounded-10 {border-radius: 10px;}
.content img.rounded-20, .new-content img.rounded-20, .new-content video.rounded-20 {border-radius: 20px;}
.rounded-30 {border-radius: 30px;}
.new-content img {
    display: inline-block !important;
    max-width: 100%;
    height: auto; }
	
.banner-nova-air2 { padding-top: 25%; text-align: center;}
	
@media (min-width: 768px) {
	
	.new-content .box-words { display:flex; width: 100%; align-items: stretch !important;}
}
@media (max-width: 767.98px) {
	.banner-nova-air2 {text-align: right !important;}
	.new-content .h2 { font-size: 1.7em !important;  }
	.carousel-lumi2 .carousel-control-prev {left: 0px;}
	.carousel-lumi2 .carousel-control-next {right: 0px;}
	.onyx .text-center > *, .onyx .text-center, .onyx .text-left {text-align: justify !important;}
	#description > .container { padding-left: 0px; padding-right:0px; overflow: hidden}
	.new-content .box-ease .content .content-text { padding-left:1rem; padding-right:1rem; }
	.new-content .box-ease .content h3 { font-size: 1.3rem !important;}
	.new-content .box-ease .content p { font-size: 0.9rem !important;}
}
@media (max-width: 500px) {
	.new-content h2 { font-size: 2.5em !important;  }
	.new-content p.x2 { font-size: 1.5em !important;  }
	.new-content h3, .new-content h2 { font-size: 2em;  }
}
.team .member {
  width: 100%;
  max-width: 263px;
  text-align: center;
  margin: 16px auto 36px auto;
}
.team .member .mask {
  border: 1px solid #e3e3e3;
  background-color: #F8F8F8;
  padding: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 28.8px;
}
.team .member .mask img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.order-header-step {width: 25% !important; flex-basis: auto}
.order-step {
	position: relative;
	z-index:2;
	width:40px;
	height: 40px;
	line-height: 40px;
	padding:0px;
}
.order-stepline {
    position: relative;
}
.order-stepline .btn-primary:hover, .order-stepline .btn-primary:focus { background-color: #fb9400 !important; border-color: #fb9400 !important; color: #fff !important; }
.order-stepline .btn-outline-primary:hover, .order-stepline .btn-outline-primary:focus { background-color: inherit !important; border-color: #fb9400 !important; color: inherit !important; }
.order-stepline::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #ced4da;
    margin: -2px 0px 0px;
	z-index:1
}
.order-stepline .border-white {
	border: 3px solid #fff; 
	display:inline; 
	position: relative;
	z-index:2;
	background-color:#fff;
}
.order-header-step:first-child .order-stepline::before {
    width: 50%;
    right: 0;
}
.order-header-step:last-child .order-stepline::before {
    width: 50%;
    left: 0;
}
.order-header-step .step-title, .comment-product-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.order-success-map .order-header-step {width: 50% !important; flex-basis: auto}
}
.order-header-step .step-content { padding: 1rem}
.order-success-map .step-title { font-weight: bold; margin-top:0.5rem}
.order-success-map .order-stepline::before { background-color: #0986ba; height: 1px; }
.order-success-map .btn-outline-info { border-color: #0986ba; }
.order-success-map .btn-outline-info:hover { background-color: #0986ba; border-color: #0986ba; }
.comment-product-name {width:100% !important;}
.feather-16{
    width: 16px;
    height: 16px;
}
.feather-24{
    width: 24px !important;
    height: 24px !important;
}
.feather-32{
    width: 32px !important;;
    height: 32px !important;;
}
.review-rating svg { cursor: pointer; stroke-width: 1px; transition: all .2s;}
.review-rating svg:hover, .review-rating svg.active { color: #ffc107; fill: #ffc107; transition: all .2s; }
.review-rating svg.preview { color: #ffc107; transition: all .2s; }
@media (max-width: 575.98px) {
  .h3 {
    font-size: 1.2em;
  }
  .container.mt-3, .container.my-3 { margin-top: 0.5rem !important; }
  .container.mt-3 > .row.gutters-3 > .col-md-12.mb-3 { margin-bottom: 0.5rem !important; }
	#product-slider { max-height: 300px;}
	#product-slider .swiper-slide {text-align: center; vertical-align: middle; line-height:300px;}
	#product-slider .swiper-slide img {max-height:300px; }
}
@media (max-width: 767.98px) {
	.card-header-pills { margin-left:0px; margin-right:0px;}
	
}

.card-header {
  overflow-x: hidden;
} 
.card-header.sticky { position:sticky; top:0px; z-index: 10; }
.product-menu-container {
	width:100%;
	overflow-x: auto; 
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.product-menu-container::-webkit-scrollbar {
	display: none; 
}
.product-menu {width:100%; position: relative; z-index:1000; top: 0px;}

.product-menu.nav { flex-wrap: nowrap;  }
.product-menu a.nav-link {text-align: center; display: flex;justify-content: center;flex-direction: column; font-size: 1.2rem;}
.product-menu a.nav-link.active {
	box-shadow: inset 0 1px 0 0 #006d95;
	border-bottom: 1px solid #006d95;
}
@media (max-width: 991.98px) {
  .product-menu a.nav-link {font-size: 1rem; }
}
.scrolling-width { width: 100%; overflow-x: auto; scrollbar-width: none; scroll}
.extra-labels > button {font-size: 1.1rem; border-color: #b5b5b5; color: #686767}

.ekko-lightbox-nav-overlay a {color:#000000;}
.ekko-lightbox .modal-header { height: 1px; padding:0px 1rem; border:0px solid;}
.ekko-lightbox .modal-header .close { top:16px; position: relative; z-index: 2;}
#scrollTop-btn {
	opacity: 0.7;
	position: fixed;
	bottom: 0;
	right: 0px;	
	width: 44px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	color: #ffffff;
	z-index:200;
}
#scrollTop-btn.hidden {
	opacity: 0;
    display:none;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
}
.text-black {color: #2b2b2b !important; font-weight: normal !important;}
.bookstore .grid .card-product .card-title { 
	font-size:0.9rem !important;
}
.bookstore .grid .card-product .card-author { 
	font-size:0.8rem;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bookstore .list-tree ul > li > a.has-arrow::before {display:none !important;}
.bookstore .list-tree ul {margin-left: 1rem; box-shadow:0px 0 0 0 #dee2e6 inset;}
.bookstore .list-tree ul li.li-border {box-shadow:1px 0 0 0 #dee2e6 inset;}
.bookstore .list-tree .has-arrow::after {left: -0.2rem;}
.bookstore .list-tree a {padding: .25rem .75rem .25rem 1rem;}
.bookstore .price.h2 span.h5 {font-size: 1.75rem !important;}
.bookstore .price.h2 span.del.h5 {font-size: 1rem !important;}
.table.table-spec td {padding: .25rem .5rem}
.dropdown-cart .dropdown-menu .media-body > .author { font-weight: normal !important;}
#cookies {
	font-size: .8rem;
    position: fixed;
    bottom: 5px;
    right: 1%;
    left: 1%;
    max-width: 500px;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, .95);
    padding: 10px;
	border-radius: 0.25rem !important;
	z-index: 1000 !important;
}
#cookies button.close { font-size: 1.7rem; padding: 1px 7px; margin-right:-5px;}
.row2 {
    margin-right: 0;
  	margin-left: 0;
  }
@media (max-width: 768.98px) {
	.container-product, .container-order { padding-left: 0px; padding-right: 0px; }
	.container-product .card-body.basic-info, .container-order .basic-info { padding-left: 0rem !important; padding-right:0rem !important;; }
 	.container-product .product-detail, .container-order .order-detail { border-left-width: 0px; border-right-width: 0px;}	
	.container-product .row, .container-order .row {
	    margin-right: 0px;
	  	margin-left: 0px;
	  }
	  
}

.video-container {
    overflow: hidden;
    position: relative;
    width:60%;
	margin: 20px auto;
}
.video-container-100 {
    overflow: hidden;
    position: relative;
    width:100%;
	margin: 20px auto;
}
@media (max-width: 768.98px) {
	.video-container { width: 100%; }
}
.video-container::after, .video-container-100::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe, .video-container-100 iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 575.98px) {
	.d-xs-none {
	  display: none !important;
	}
}
@supports (-webkit-overflow-scrolling: touch) {
  	body {
	    width: 100%;
	    max-width: 100%;
	    will-change: position;
	}
	
	body.modal-open {
	    position: fixed;
	    top:    0;
	    right:  0;
	    bottom: 0;
	    left:   0;
	}
}

.modal.show {
    padding-right: 0 !important;
}
.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 375.98px) {
	#checkCode { margin-left: 0px !important; margin-top: .5rem}
}
@media (max-width: 1199.98px) {
	.modal-load .modal-dialog.modal-xl { max-width: 100%; margin: 1.75rem 1rem;}

}
.popover {
	border-radius: 0.25rem;
	max-width: 600px;	
	border-color: #dee2e6;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	
}
.popover .popover-header {
	background-color: transparent;
	border-bottom: 1px solid #dee2e6;
	font-size:1rem;
}
.popover .popover-body {
	color: #2b2b2b;
	font-size:0.9rem;
}
.popover .popover-body p {
	margin-top: 0rem;
	margin-bottom: 0.5rem;
}
.bg-white-opacity6 {background: rgba(255, 255, 255, 0.8);  padding:3px 10px; box-decoration-break: clone; }

.swiper-slide .text-banner {font-size: 1.6em; font-weight: 500;}
.swiper-slide .text-banner a { color: #343a40;}

#home-slider {height: 350px;}

@media (max-width: 991.98px) {
	#home-slider {height: 320px;}
}
@media (max-width: 991.98px) {
	#home-slider {height: 300px;}
}
@media (max-width: 768.98px) {
	#home-slider {height: 250px;}
	.swiper-overlay :not(.btn) { font-weight: 500;}
	.bg-white-opacity6 { padding:2px 10px; }
	.swiper-slide .text-banner {font-size: 1.3rem; font-weight: 300;}
}
@media (max-width: 575.98px) {
	#home-slider {height: 220px;}
	.d-xs-none {
	  display: none !important;
	}
}
.discount-info {text-align: center; padding:10px; display: inline-block; border: 1px dotted #cecece; float: right; margin-top:-45px;}
@media (max-width: 1199px) {
.discount-info { float: none; margin-top:0px; display: block;}
}
.discount-info p {margin-bottom: 4px;}
.discount-info .code { background:#f1eff1; padding: 5px 30px; font-size: 1.2em; border: 1px dashed #cecece; color:#ff0000; display: inline-block;}
.discount-info p > span {  font-size: 1.1em; font-weight: bold; }
.discount-info p.info {  font-size: 0.7em; margin:0px; }
.card.answer { background-color:#f8f9fa; border: 1px solid #ced4da; position: relative}
.card.answer .arrow {
    top: calc((0.5rem + 1px) * -1);
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}
.card.answer .arrow::before {				
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
}
.card.answer .arrow::before {
    top: 0;
	left:0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #ced4da;
	
}
.card.answer .arrow::after {
		border-bottom-color: #fff;
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;		
}
.card.answer .arrow::after {
    top: 1px;
	left:0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #f8f9fa;	
}
.color-orange {color: #FC9B01 !important;}
.custom-file { width: auto; margin:5px auto; display:block;  }
.custom-file .custom-file-label { border-radius: .25rem;}
.custom-file-label::after {
    content: "Przeglądaj";
}
.new-content p.bold-500 {font-weight: 500 !important;}
.payment-method .delivery-date { margin-left:1rem; font-size:0.85rem; display: none;}

.bg-poke5 { 
	color:#fff;
	background-image:url("../../images/602/www/onyx-boox-poke5-main.webp");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:900px;
}
.bg-poke5-func { 
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-image:url("../../images/602/www/onyx-boox-poke5-banner2.webp");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:800px;
}
.bg-poke5-updates { 
	background-color: #F4F2F0;
}
.bg-poke5-apps { 
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-image:url("../../images/602/www/onyx-boox-poke5-apps.webp");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:750px;
}
.bg-poke4-lite { 
	color:#fff;
	background-image:url("../../images/539/www/onyx-boox-poke-4-lite-main.webp");
	background-size: inherit;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:900px;
}
@media (max-width: 991.98px) {
	.bg-poke5-func { 
		background-image:url("../../images/602/www/onyx-boox-poke5-banner2-sm.webp");
		background-size: cover;
		justify-content: flex-start;
	}
	.bg-poke5-apps > div {justify-content: flex-start !important;}	
	.bg-poke5-updates > div > div > div {text-align: center !important}	
	.bg-poke5-apps { 		
		background-image:url("../../images/602/www/onyx-boox-poke5-apps.webp");
		background-color: #000000 !important;
		background-position: 40% 140px;
	}
	.bg-poke5-func > div {justify-content: flex-start !important;}
	.bg-poke4-lite { 
		background-image:url("../../images/539/www/onyx-boox-poke-4-lite-main-sm.webp");
		background-size: cover;
	}
}
#changeColor .nav-link.active { color:#2b2b2b }
#changeColor .nav-link.active {padding-bottom:5px;  color: #006d95;}

.bg-tab-ultra { background-color: #eee; color: #272727; }
.workAnyTime {margin-top:-70px;} /** obrazek dla Tab Ultra **/
/* ultra slidery*/
.screen-slider1 {  width:100%; height:273px; background-image:url(https://onyxboox.pl/upload_files/tab_ultra/onyx-boox-tab-ultra-screens1.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.screen-slider2 {  width:100%; height:273px; background-image:url(https://onyxboox.pl/upload_files/tab_ultra/onyx-boox-tab-ultra-screens2a.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
@media (max-width: 767.98px) {
	.screen-slider1, .screen-slider2 { height: 200px; background-size: auto 100%;}
	.workAnyTime {margin-top:0px;}
.tab-x-position .position-absolute {position: relative !important;}
}
.width-100p {width:95%}
.bg-black-rounded {background: #1A1919;
    border-radius: 20px;
    height: 562px;
    position: relative;
	overflow: hidden;}
.bg-black-rounded.height-icon {height:100px;}
.bg-black-rounded .box-image-stylus {position: absolute;
    top: 180px;
    left: 0;
    z-index: 9;
    width: 100%; }
.bg-black-rounded .box-image-stylus >img {margin: auto; display: block !important;}
.position-absolute.text-center > * { text-align: center !important; }
.position-absolute.text-center span { display: block;}
.box6-conten-r {
	padding-left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box6-conten-r li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1a1919;
    min-height: 150px;
    justify-content: center;
    border-radius: 25px;
}
.box6-conten-r li img {
    width: 60px;
    margin-bottom: 20px;
}
.box6-conten-r li span {
    font-size: 24px;
    font-weight: 600;
    color: #f2f2f2;
    line-height: 1.2;
}
.tab-ultra-c-margin-minus-text { margin-top: 0px;}
.tab-ultra-c-margin-minus { margin-top: -270px;}

.android-box .tab-ultra-c-margin-top {margin-top: -170px;}
.android-box .tab-ultra-c-margin-bottom {margin-top: -200px;}
@media (max-width: 991.98px) {
	.tab-ultra-c-margin-minus {margin-top: -170px;}
	.android-box .tab-ultra-c-margin-top, .android-box .tab-ultra-c-margin-bottom {margin-top: 20px  !important; }
	.tab-x-position .position-absolute.size-medium {position: relative !important;}
	.box6-conten-r li {
	    min-height: 70px;
	    margin-bottom: 10px;
	    flex-direction: row;
	}
	.box6-conten-r li img {
		
	    width: 40px;
	    margin-bottom: 0;
	    margin-right: 18px;
	}
	.box6-conten-r li span {
	    font-size: 20px;
	}
}
.view-box a { padding: 3px; margin:0 1px; color: #c0c0c0;}
.view-box a.active { color: #2b2b2b;}
.view-box .feather.feather-list {width: 1.35rem;
  height: 1.35rem;}
.view-box .feather {
  width: 1.25rem;
  height: 1.25rem;
}
.tab-mini-c .box1-content-text, .go-color-7 .box1-content-text, .go-6.box1-content-text { position: absoliute; top:30%; left:10%;} 
.tab-mini-c .tab-mini-c-color { background-color:#b8c4c0; }
.tab-mini-c-margin-minus-text { margin-top: 100px !important;}
.tab-mini-c-margin-minus { margin-top: -170px;}
.splide-item-h  { text-align:center;}
.splide-item-h img {
    width: calc(100% / 1.3);
}

.splide .splide__slide span {
    position: absolute;
    right: 20%;
    bottom: 2%;
    font-size: 12px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.3;
}
.onyx-tab .box1-content-text { position: absoliute; top:30%; left:50%;}
.onyx-tab .onyx-page-minus-box {  margin-top: -100px !important;}
.onyx-tab .onyx-boox-minut-spec {  margin-top: -200px !important; text-align:left !important;font-size: 0.7em; }
.onyx-tab .onyx-page-minus-translator {  margin-top: -200px !important; text-align:left !important;font-size: 0.7em; }

.onyx-palma  { background-color: #F8F8F8;}
.onyx-palma .bg-palma-grey  { background-color: #E7E7E7;}

.onyx-palma .palma-navigation, .onyx-palma .palma-navigation-h  { position:relative; }
.onyx-palma .palma-navigation img {   max-width: 80% !important; }
.onyx-palma .palma-navigation .nav-text { position: absolute;}
.onyx-palma .palma-navigation .info-text1 { top: 36%; left: 2%; text-align: left !important;}
.onyx-palma .palma-navigation .text-hr1 { position: absolute; top: 39%; left: 14%; background: #636363; height: 1px;width:10%; }
.onyx-palma .palma-navigation .info-text2 { top: 29%; right: 2%; text-align: right !important;}
.onyx-palma .palma-navigation .text-hr2 { position: absolute; top: 30%; right: 11%; background: #636363; height: 1px; width:5%; }
.onyx-palma .palma-navigation .info-text3 { top: 39%; right: 2%; text-align: right !important;}
.onyx-palma .palma-navigation .text-hr3 { position: absolute; top: 40%; right: 11%; background: #636363; height: 1px; width:7%; }

.onyx-palma .palma-navigation-h img {   max-width: 80% !important; margin-top:70px; margin-bottom: 40px;}
.onyx-palma .palma-navigation-h .nav-text { position: absolute;}
.onyx-palma .palma-navigation-h .info-text1 { top: 0%; left: 18%; text-align: left !important;}
.onyx-palma .palma-navigation-h .text-hr1 { position: absolute; top: 7%; left: 28%; background: #636363; width: 1px; height:13%; }
.onyx-palma .palma-navigation-h .info-text2 { top: 29%; right: 3%; text-align: right !important;}
.onyx-palma .palma-navigation-h .text-hr2 { position: absolute; top: 33%; right: 16%; background: #636363; width: 1px; height:27%; }
.onyx-palma .palma-navigation-h .info-text3 { bottom: 0%; right: 2%; text-align: left !important;}
.onyx-palma .palma-navigation-h .text-hr3 { position: absolute; bottom: 10%; right: 19%; background: #636363; width: 1px; height:22%; }

.onyx-palma .box1-content-text { position: absoliute; top:30%; left:10%;}
.onyx-palma .bg-black { background-color:#000; color:#fff;}

.onyx-palma .param1 { display: flex; gap: 16px; clear:both; width:100%; }
.onyx-palma .param1_col1 {width: 44%; display: flex; flex-direction: column;  gap: 16px;}
.onyx-palma .param1_col2 {width: 28%; display: flex; flex-direction: column;  gap: 16px;}
.onyx-palma .param1_col3 { height: 646px; background: #1A1A1A; border: 1px solid #262626; border-radius: 15px; display: flex; align-items: flex-end; overflow: hidden; }
.onyx-palma .param1_item1 { width: 100%; height: 345px; background: #fff; border: 1px solid #262626; border-radius: 15px; overflow: hidden; position: relative; display: flex; align-items: flex-end; 
justify-content: flex-end; }
.onyx-palma .param1_item1_text { position: absolute; top: 50%; left: 0; padding: 20px; transform: translateY(-50%); text-align:left !important; }
.onyx-palma .param1_item1 img { height: 100%; object-fit: cover;}

.onyx-palma .param1_item1 .text1 { font-size: 26px; margin-bottom: 10px; color: #1a1a1a; }
.onyx-palma .param1_item1 .text2 { font-size: 36px; font-weight: 600; line-height: 1.1; color: #1a1a1a; }
.onyx-palma .param1_item2 { background: #fff; border: 1px solid #262626; border-radius: 15px; overflow: hidden; height: 285px; display: flex; align-items: flex-end; position: relative;}
    
.onyx-palma .param1_item2_text { position: absolute; top: 0; left: 0; color: #1a1a1a; padding: 12px 20px; text-align:left !important;}
.onyx-palma .param1_item2 .text1 { font-size: 22px; margin-bottom: 10px; color: #1a1a1a; }
.onyx-palma .param1_item2 .text2 { font-size: 30px; font-weight: 600; line-height: 1.1; color: #1a1a1a; }

.onyx-palma .param1_item3 { height: 239px; background: #1A1A1A; border: 1px solid #262626; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.param1_item3 .param-icon { display: flex; align-items: center; gap: 15px;}
.param1_item3 .param-icon img { width: 46px; height: 46px;}
.param1_item3 .param-icon-text { font-size: 62px; font-weight: 600; color: #fff; line-height: 1.2;}
.onyx-palma .param1_item3_text { font-size: 35px; font-weight: 600; color: #fff; line-height: 1.2;}

.onyx-palma .param1_item4 {	height: 391px; background: #1A1A1A; border: 1px solid #262626; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 48px; 
text-align:left !important;}
.param1_item4 .box1:nth-child(1) { padding-right: 38px;}
.param1_item4 .box1 { max-width: 178px; }
.param1_item4 .box1 .param-icon, .param1_item4 .box2 .param-icon { display: flex; align-items: flex-end; gap: 14px;}
.param1_item4 .box1 .param-icon img, .param1_item4 .box2 .param-icon img  { width: 46px; height: 46px;}
.param1_item4 .box1 .param-icon-text, .param1_item4 .box2 .param-icon-text { font-size: 30px;  font-weight: 300; color: #e6e6e6; line-height: 1.1;}

.onyx-palma .param1_item4_text { font-size: 55px; font-weight: 600; color: #fff; line-height: 1.2;}
.onyx-palma .param1_item5 { height: 658px;    background: #1A1A1A;    border: 1px solid #262626;    border-radius: 15px;    display: flex;    align-items: flex-end;    overflow: hidden;	position:relative;}
.onyx-palma .param1_item5_text { text-align:left !important; position: absolute; top: 0; left: 0; width: 100%; padding: 30px 40px; font-size: 30px; font-weight: 500; color: #fff; line-height: 1.1; }
.onyx-palma .param1_item5 img {    height: 100%; object-fit: cover;}

.onyx-palma .param5_item1 .text1 { font-size: 26px; margin-bottom: 10px; color: #1a1a1a; }

.onyx-palma .param2 { display: flex; gap: 16px; margin-top: 16px; }
.param2 .param2_item { 	position:relative;flex: 1;  border: 1px solid #262626; border-radius: 15px; overflow: hidden; background: #1A1A1A; display: flex; justify-content: center; align-items: center; max-height: 260px;}
.param2 .param2_item img { height: auto; }

.param2 .param2_item .param2_item2 {  position: absolute; top: 0; left: 0; font-size: 22px; font-weight: 500; color: #fff; line-height: 1.1;  width: 100%; padding: 25px 30px; text-align:left !important;}
.param2_skip1 img {max-width: 80% !important;}
.param2_skip2 img, .param2_skip3 img {  width: 100%;    height: 100% !important;    object-fit: cover;}
.param2 .param2_item .param2_item3 { position: absolute; bottom: 0;right: 0; font-weight: 500; color: #1a1a1a; line-height: 1.1; font-size: 22px; padding: 18px; text-align:left !important;}

.onyx-palma  #carousel2 .carousel-item { min-height:200px !important;}
.onyx-page-nav > a { font-dsize: 1em; padding:1rem 0; margin-bottom:0.5rem; border-bottom: 1px solid #c0c0c0; text-align:left; }
.onyx-page-nav > a h3 { font-size: 1.6em;  }
.onyx-page-nav > a img { width:53px !important; max-width: inherit !important; }
.onyx-page-nav > a p { text-align: left !important; font-size: 0.8rem }
.onyx-page-nav > a.active { color: #2b2b2b !important; border-bottom: 1px solid #2b2b2b; }

.onyx-note-air3c .position-absolute { position: absoliute; top:1%; text-align:center; }
.onyx-note-air3c .bg-grey { background-color: #F8F8F8 !important; }
.onyx-note-air3c .bg-dark { background-color: #181A1C !important; color: #fff; }
.onyx-note-air3c .bg-dark2 { background-color: #2F3A3E !important; color: #fff !important; }
.onyx-note-air3c .bg-card { background-color: #E6E6E6 !important; border-radius: 10px; padding:30px; color: #2b2b2b; text-align: center; }
.onyx-note-air3c .bg-brown { background-color: #876E4A !important; color: #fff; } 
.onyx-note-air3c .bg-movies { background-color: #2E3A40 !important; color: #fff; border-radius: 10px 10px 0 0; } 
.onyx-note-air3c .bg-movies p { padding: 20px 0; } 
.onyx-note-air3c .bg-movies video {  border-radius: 10px 10px 0 0;  } 

.onyx-note-air3c .tab-content > .active {display: flex;}
.onyx-note-air3c .onyx-note-air3c-nav { position: absolute; top:00px; right:0px; z-index:1;}
.onyx-note-air3c .onyx-note-air3c-nav a.active svg, .onyx-note-air3c .onyx-note-air3c-nav a.active, .onyx-note-air3c .onyx-note-air3c-nav a.active:hover {fill: #fff !important; color:#fff; } 
.onyx-note-air3c .onyx-note-air3c-nav a:hover {color:#2b2b2b }
.onyx-note-air3c .onyx-note-air3c-nav a:hover {color:#2b2b2b }
.onyx-note-air3c .onyx-note-air3c-nav svg { height: 30px; width: auto;}
.onyx-note-air3c .tab-content h4 {font-size: 1.5rem;}


.note-air3c-tab > a { font-size: 1.3rem !important;  margin-bottom:0.5rem; border-bottom: 1px solid #c0c0c0; flex-basis: 0; flex-grow: 1; color: #f2f2f2 !important; text-align:center;}
.note-air3c-tab > a.active { color: #fff !important; border-bottom: 1px solid #CE643D; }
.onyx-note-air3c .tab-content.tab2 > .active {display: block;}

.onyx-note-air3c .accordion .card {border:0px solid !important; background-color: inherit; }
.onyx-note-air3c .accordion .card-header {border:0px solid !important; background-color: inherit;}
.onyx-note-air3c .accordion .card-header .btn-link { color: inherit; font-size: 1.5rem !important;}
.onyx-note-air3c .accordion .card .card-header .btn-link::after {
  content: "-";
  font-weight: 500; 
  float: none;
  margin-right: -20px;
}
.onyx-note-air3c .accordion .card .card-header .btn-link.collapsed::after {content: "+";}
.onyx-note-air3c .accordion .collapse.show, .onyx-note-air3c .accordion .collapsing { box-shadow: inherit;}
.onyx-note-air3c .accordion .card-body { padding: 0rem; }
.onyx-note-air3c .accordion .card-body ul { padding: 0 2rem; font-size: 1.1em !important; }
.onyx-note-air3c .accordion .collapse.show, .onyx-note-air3c .accordion .collapsing { border:0px solid !important; background-color: inherit;}

.onyx-note-air3c .onyx-note-air3-nav { position: absolute; top:0px; right:0px; z-index:1;}
.onyx-note-air3c .onyx-note-air3-nav .nav-link { padding: 0.5rem 0.6rem;}
.onyx-note-air3c .onyx-note-air3-nav a.active svg, .onyx-note-air3c .onyx-note-air3-nav a.active, .onyx-note-air3c .onyx-note-air3-nav a.active:hover {fill: #000 !important; color:#000; } 
.onyx-note-air3c .onyx-note-air3-nav a:hover, .onyx-note-air3c .onyx-note-air3-nav a {color: #b2b2b2; } 
.onyx-note-air3c .onyx-note-air3-nav svg { height: 30px; width: auto; color: #b2b2b2 !important; fill: #b2b2b2 !important;}


.onyx-tab-ultra-c-pro .text-left { text-align: left; }
.onyx-tab-ultra-c-pro .box-screen { text-align: left; }
.onyx-tab-ultra-c-pro .position-absolute { position: absoliute; top:1%; text-align:center; }
.onyx-tab-ultra-c-pro .bg-black  { background-color: #0C0E10 !important; color: #fff; }
.onyx-tab-ultra-c-pro .h1  { font-size: 4rem; color: #b3b3b3; }
.onyx-tab-ultra-c-pro .margin-bsr  { margin-top:-25%;}
.onyx-tab-ultra-c-pro .bg-grey  { background-color: #D9D9D9 !important; }
.onyx-tab-ultra-c-pro .pogo-pin  { margin-top: -7%}
.onyx-tab-ultra-c-pro .box-text-pogo-pin1  { position: absolute; right: -16%; top: 22.4%; font-size: 20px; color: #0f0f0f; line-height: 1.5; display: flex; gap: 10px; }
.onyx-tab-ultra-c-pro .box-text-pogo-pin1 .item-line { display: flex;  justify-content: center; flex-direction: column; align-items: center; }
.onyx-tab-ultra-c-pro .box-text-pogo-pin1 .item-line::after { width: 17vw; content: " "; height: 1px; background: #848484; display: block; transition: all .2s ease-in-out;}

.onyx-tab-ultra-c-pro .box-text-pogo-pin2  { position: absolute; left: 43%; bottom: -8%; font-size: 20px; color: #0f0f0f; line-height: 1.5; display: flex; gap: 10px; flex-direction: column;}
.onyx-tab-ultra-c-pro .box-text-pogo-pin2 .item-line { display: flex;  justify-content: center; flex-direction: column; align-items: center; }
.onyx-tab-ultra-c-pro .box-text-pogo-pin2 .item-line::after { width: 1px; content: " "; height: 7vw; background: #848484; display: block; transition: all .2s ease-in-out;}
.onyx-tab-ultra-c-pro .mtop-50 { margin-top: 100px; }
.onyx-tab-ultra-c-pro .box-trackpad { padding:4px; width:100%; text-align: center !important; margin-top:10px}
.onyx-tab-ultra-c-pro .box-trackpad p { line-height: 1.5; text-align: center !important; padding: 15px 10px; margin:0px; font-size:16px !important; }
.onyx-tab-ultra-c-pro .text-like-pc { position: absolute; top:10%; right:50px; width:30% }
.onyx-tab-ultra-c-pro .box-thin > h3 { font-size: 300px; color: #b3b3b3;  }
.onyx-tab-ultra-c-pro .box-thin span { font-size: 80px; }
.onyx-tab-ultra-c-pro .bg-movies { background-color: #775D4A !important; color: #f8f8f8;  } 
.onyx-tab-ultra-c-pro .bg-movies p { padding: 15px 0; } 
.spec-ultra-c-pro .col-12.col-lg-6 { padding: 0px !important; } 
.spec-ultra-c-pro .box-col-1 { padding: 0 10px; margin-bottom: 18px; } 
.spec-ultra-c-pro .box-col-1-top {
    width: 100%;
    height: 531px;
    text-align: center;
    margin-bottom: 18px;
    background: #191919;
    border-radius: 10px;
    position: relative;
}
.spec-ultra-c-pro .box-col-1-top>img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.spec-ultra-c-pro .box-col-1-bottom { display: flex;  height: 298px; margin-top: } 
.spec-ultra-c-pro .box-col-1-bottom .item1 {width: 54%;  padding: 0 10px;}
.spec-ultra-c-pro .box-col-1-bottom .item3 {width: 46%; padding: 0 10px;}
.spec-ultra-c-pro .bg-3 {height: 100%; width: 100%;    display: flex;    justify-content: center;    align-items: center;    background: #161616;    border-radius: 10px;    font-size: 20px;    line-height: 1.2;    text-align: center !important;    font-weight: 700; font-size: 30px!important;  } 
.spec-ultra-c-pro .item3-info {background-color: #000; color: #272727; display: flex; flex-direction: column; justify-content: space-between;}

.spec-ultra-c-pro .item3-info_t { height: 100%; background: #62768A; border-radius: 10px; width: 100%; color: #fff; display: flex; flex-direction: column; justify-content: center; margin-bottom:10px;}
.spec-ultra-c-pro .item3-info_t p {font-size: 25px !important; margin: 0px !important; text-align: center !important; }
.spec-ultra-c-pro .item3-info_b { width: 100%; height: 151px; background: #191919; border-radius: 10px; color: #fff; display: flex; flex-direction: column; justify-content: center;}
.spec-ultra-c-pro .item3-info_b p {font-size: 25px !important; margin: 0px !important; text-align: center !important;  }
.box8 p {margin: 0px !important; text-align: center !important;}
.box8 .box8-c-r .box8-c-r-list1 { display: flex; height: 254px;}
.box8 .box8-c-r .box8-c-r-list1 .item1 { width: 25%; padding: 0 10px;}
.box8 .box8-c-r .box8-c-r-list1 .item1 p {    font-size: 18px !important;}
.box8 .box8-c-r .box8-c-r-list1 .item1 p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2A333A !important;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 600;
    color: #fff!important;
    line-height: 1.2;
	flex-direction: column;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 {
    width: 25%;
    padding: 0 10px;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #775D4A;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.2;
    flex-direction: column;
    text-align: center;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p1 {
    font-size: 26px;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p2 {
    color: #7f7f7f;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .hr {
    height: 1px;
    width: 80%;
    background-color: #fff;
    margin: 20px 0;
}
.box8 .box8-c-r .box8-c-r-list1 .item3 {
    width: 50%;
    padding: 0 10px;
}
.box8 .box8-c-r .box8-c-r-list1 .item3 p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191919;
    border-radius: 10px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
}
.box8 .box8-c-r .box8-c-r-list1 .item3 p {
    font-size: 32px !important;
	text-align: left !important;
}

.box8 .box8-c-r .box8-c-r-list2 {
    display: flex;
    height: 254px;
    margin: 20px 0;
}
.box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item {
    width: 25%;
    padding: 0 10px;
}

.box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191919;
    border-radius: 10px;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
}
.box8 .box8-c-r .box8-c-r-list2 .b480g p {
    padding-top: 20px;
    align-items: revert;
    background: url(../../images/652/lifestyle/icon9-bg.webp) center center no-repeat!important;
}
.box8 .box8-c-r .box8-c-r-list3 {
    display: flex;
    height: 298px;
}
.box8 .box8-c-r .box8-c-r-list3 .item1 {
    width: 75%;
    padding: 0 10px;
}
.box8 .box8-c-r .box8-c-r-list3 .item1 p {
	text-align: left !important;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 50%;
    padding-top: 10%;
}
.box8 .box8-c-r .box8-c-r-list3 .three-fold-Case p {
    background: url(../../images/652/lifestyle/icon10-bg.webp) left center no-repeat;  background-size: cover !important;
}
.item3-info_t, .item3-info_b, .box8 .box8-c-r .box8-c-r-list3 .item1 p { font-size: 25px; }
.box8 .box8-c-r .box8-c-r-list3 .three-fold-Case p span { font-size: 14px; }
.box8 .box8-c-r .box8-c-r-list3 .item2 { width: 25%; padding: 0 10px; }
.box8 .box8-c-r .box8-c-r-list3 .item2 p {
    font-weight: 700;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #161616;
    border-radius: 10px;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
}
.box8 .box8-c-r .box8-c-r-list3 .item2 p { font-size: 18px;}
.box8 .box8-c-b {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.box8 .box8-c-b .item-1 {
    font-size: 30px;
    line-height: 1.2;
    padding: 0 10px;
}
.box8 .box8-c-b .box8-c-b_item:nth-child(1) {
    width: 32.5%;
    color: #fff; 
}
.box8 .box8-c-b .box8-c-b_item {
    height: 200px;
}
.box8 .box8-c-b .item-1 p {
    padding-left: 6%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 10px;
}
.box8-c-b .tf-card-slot p {
    background: url(../../images/652/lifestyle/icon11-bg.webp) left center no-repeat;
}
.box8 .box8-c-b .box8-c-b_item:nth-child(2) {
    width: 17.5%;
    color: #fff;
}
.box8 .box8-c-b .item-2 {
    font-size: 35px;
    line-height: 1.2;
    padding: 0 10px;
}
.box8 .box8-c-b .item-2 {
    font-size: 20px;
}

.box8 .box8-c-b .item-2 p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7C93A5;
    color: #191919;
    border-radius: 10px;
    font-weight: 600;
}

.box8 .box8-c-b .item-3 {
    font-size: 40px;
    line-height: 1.2;
    padding: 0 10px;
}
.box8 .box8-c-b .box8-c-b_item:nth-child(3) {
    width: 20.4%;
    color: #fff;
}
.box8 .box8-c-b .item-3 .item-3-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.box8 .box8-c-b .box8-c-b_item {
    height: 200px;
}

.item-3 .item-3-img img {
    object-fit: cover;
    width: 100%; 
    height: 100% !important;
}
.box8 .box8-c-b .item-3 .item-3-img p {
    position: absolute;
    top: 18%;
    right: 10%; 
    font-size: 25px !important;
    color: #191919;
    font-weight: 600;
}
.box8 .box8-c-b .box8-c-b_item:nth-child(4) {
    width: 29.6%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.box8 .box8-c-b .item-4 .img-info {
    background: #191919;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 10px;
    justify-content: center;
}
.item-4 .img-info img {
    object-fit: contain;
    width: 80%;
}
 
.go-color-7 .bg-grey { background-color: #dcdcde !important; }
.go-color-7 .bg-litegrey { background-color: #e6e9eb !important; }
.go-color-7 .bg-grey2 { background-color: #f8f8f8 !important; }
.go-color-7 .bg-grey3 { background-color: #d2d7d9 !important; }
.go-color-7 .bg-grey4 { background: linear-gradient(0deg,#ebebeb,#c7ced1) !important; }

.go-6 .bg-grey { background-color: #ececec !important; }
.go-6 .bg-litegrey { background-color: #f8f8f8 !important; }
.go-6 .bg-grey2 { background-color: #f8f8f8 !important; }
.go-6 .bg-grey3 { background-color: #d2d7d9 !important; }
.go-6 .bg-grey4 { background: linear-gradient(0deg,#ebebeb,#c7ced1) !important; }
.go-6 .box1-content-text { position: absolute !important; top:30%;} 
.go-6 h3.list {font-size: 2em;}

.go-10 .bg-grey { background: linear-gradient(#eff3f6,#fff) !important; }
.go-10 .bg-grey2 { background-color: #eff3f6 !important; }
.go-10 .bg-grey3 { background-color: #e6e6e6 !important; }
.go-10 .box1-content-text { position: absolute; top:30%;}

.go-10 .blockquote-czytio { position:relative; display: inline; }
.go-10 .dcomma { color: #FD5F01; font-size:6rem; padding-top:30px;}

.go-10 #carousel1 .carousel-item {
    min-height: auto;
}
.go-10 .bg-movie {
    width: 100%;
    height: 100vh;
    position: relative;
}
.go-10 .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .2; z-index: 1; }
.go-10 #box2-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.go-10 .box2-content-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.go-10 .box2-content-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
} 
.go-10 .box2-content-text .text-div div {
        font-size: 36px;
        margin-bottom: 20px;
    }
.note-max  {background-color: #f7f6f4 !important; }    
.note-max .box1-content-text { position: absolute; top:30%;}
.note-max .bg-brown { background-color: #d4c8bc !important; }  
.note-max .bg-brown2 { background-color: #ece7e2 !important; }  
.note-max .bg-brown3 { background-color: #d2c7bd !important; }  
.note-max .bg-lightgrey { background-color: #f7f6f4 !important; }  
.note-max .bg-brown4 { background-color: #c79279 !important; }  
.note-max .bg-brown5 { background-color: #d1c8bd !important; }  
.note-max .explore1 { top: 11%; left: 58.5%; width: 30%; }  
.note-max .explore2 { bottom: 10%; left: 5.5%; width: 40%; }  
.note-max .explore1 p, .note-max .explore2 p {text-align: left !important; }
.note-max .review-icons img { margin-right:30px; }
.note-max .border-radius video { border: 1px solid #000000; border-radius: 30px;}
.note-max #carousel2 .carousel-caption { padding-bottom: 0px;}
.note-max #carousel2 .carousel-indicators {bottom: -45px;}
.note-max #carousel2 .carousel-indicators {bottom: -45px;}
.note-max #carousel2.arrow-white .carousel-control-prev svg, .note-max #carousel2.arrow-white .carousel-control-next svg { fill: #fff;} 

.note-max .item-text {position: absolute; z-index:0; top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;display: flex;
  align-items: center;
} 
.note-max .item-text .text {opacity: 0; transition: all .5s; }
.note-max .item-text .text.is {opacity: 1;}
.note-max .item-text .text1 {max-width: 370px; margin-left: 7%;}
.note-max .item-text .text1 h3 {font-size:2em}
.note-max .item-text .text2 {max-width: 690px; padding-top: 32px; margin-inline: auto; text-align: center;}
.note-max .box-grey { background: #eeece9; box-shadow: 6px 7px 9px #0000001a; border-radius: 20px;}
.note-max .splide-gallery .splide__pagination { bottom:-25px !important;} 
.note-max .splide-gallery .splide__pagination__page {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
	border-radius:0px
    }
.note-max .splide-gallery .splide__pagination__page.is-active { transform: inherit;}    
.onyx-note-air4c .position-absolute { position: absoliute; top:1%; text-align:center; }
.onyx-note-air4c .bg-brown { background-color: #ccc0b4 !important; }  
.onyx-note-air4c .bg-brown2 { background-color: #cbbeb5 !important; } 
.onyx-note-air4c .bg-brown3 { background-color: #c9bfb6 !important; } 
.onyx-note-air4c .bg-lightbrown { background-color: #e4e0d7 !important; }
.onyx-note-air4c .bg-lightbrown2 { background-color: #f3f2ee !important; }
.onyx-note-air4c .bg-lightbrown3 { background-color: #e5e1d8 !important; }
.onyx-note-air4c .bg-darkbrown { background-color: #9a8a7b !important; }
.onyx-note-air4c .bg-darkbrown2 { background-color: #726054 !important; }
.onyx-note-air4c .banner-bottom { width:80%; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
    

.onyx-note-air4c .right-t{position: relative;border-radius: 15px;overflow: hidden;cursor: pointer;}
.onyx-note-air4c .right-t img{transition: all 0.3s;}
.onyx-note-air4c .right-t:hover img{transform: scale(1.1);}
.onyx-note-air4c .right-t img{position: absolute; top: 0; left: 0; opacity: 0;transition: all 0.3s;}
.onyx-note-air4c .right-t img.active{position: relative; top: 0; left: 0;opacity: 1;}
        
.onyx-note-air4c .right-b{display: flex;justify-content: flex-end; align-items: flex-end;gap: 40px;margin-top: 20px;}
.onyx-note-air4c .right-b>div{cursor: pointer;}
.onyx-note-air4c .right-b svg{width: 58px; height: auto; fill: #9f938a; transition: all 0.3s;}
.onyx-note-air4c .right-b .active svg{fill: #2e2e2e;}
.tab-content #carousel4 .carousel-item { min-height:450px !important; z-index:2}
    
.box3{background: #E6E1D6; padding-bottom: 120px;}
.box3-info h2{text-align: center;color: #2E2E2E; margin-bottom: 63px;}
.box3-div .item1 .s2.right.box-pc{display: flex;}
.box3-div .item1 .s2.right.box-m{display: none;}
.box3-div{display: flex;gap: 12px;}
.box3-div .item1{flex: auto; display: flex; flex-direction: column; gap: 12px;}
.box3-div .item1 .left{width: 54.55%; flex-shrink: 0;}
.box3-div .item1 .right{flex: auto; }
.box3-div .item1>div{display: flex; gap: 12px;}
.box3-div .item1 .s1{cursor: pointer; position: relative; border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s1.left span{position: absolute;z-index: 1; left: 8.8888%;top: 17.2413%;max-width: 80%;font-size: 26px;color: #2E2E2E;font-weight: 600;line-height: 1.1;}
.box3-div .item1 .s1.left img{transition: all 0.3s;}
.box3-div .item1 .s1.left:hover img{transform: scale(1.1);}
.box3-div .item1 .s1.right{display: flex; flex-direction: column; justify-content: center; padding: 0 45px; background: linear-gradient(45deg, #B19485, #AB8876); border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s1.right p{text-wrap: balance;margin-bottom: 73px;font-size: 26px;font-weight: 600;color: #F8F8F8;line-height: 1.2;}
.box3-div .item1 .s1.right>div{display: flex; align-items: center;} 
.box3-div .item1 .s1.right>div img{width: 76px;margin-right: 30px;}
.box3-div .item1 .s1.right>div span{font-weight: 600;font-size: 28px;color: #F8F8F8;line-height: 1;}

.box3-div .item1 .s2{cursor: pointer; position: relative; border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s2.left span{position: absolute;z-index: 1;left: 8.8888%;top: 17.2413%;font-size: 26px;color: #2E2E2E;font-weight: 600;line-height: 1;}
.box3-div .item1 .s2.left img{transition: all 0.3s;}
.box3-div .item1 .s2.left:hover img{transform: scale(1.1);}
.box3-div .item1 .s2.right{display: flex; gap: 12px;}
.box3-div .item1 .s2.right>div{flex: 1;border-radius: 30px;overflow: hidden;}
.box3-div .item1 .s2.right>div:nth-child(1){display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(45deg, #B55C3B, #AB4F2C);}
.box3-div .item1 .s2.right>div:nth-child(2){display: flex; flex-direction: column; justify-content: center; align-items: center; background: #5F473D;}
.box3-div .item1 .s2.right>div:nth-child(1) img{width: 65px;}
.box3-div .item1 .s2.right>div:nth-child(2) img{width: 54px;}
.box3-div .item1 .s2.right>div p{margin-top: 24px; color: #F8F8F8; text-align: center;}
.box3-div .item1 .s2.right>div p .t1{font-size: 50px;font-weight: 600;line-height: 1;}
.box3-div .item1 .s2.right>div p .t2{font-size: 24px;line-height: 1;}

.box3-div .item1 .s3{cursor: pointer;}
.box3-div .item1 .s3.left{background: #2E2E2E; border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s3.left img{transition: all 0.3s;}
.box3-div .item1 .s3.left:hover img{transform: scale(1.1);}
.box3-div .item1 .s3.right{display: flex; flex-direction: column; justify-content: center; align-items: center; background: #F3F2EE; border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s3.right .t1{font-size: 30px;font-weight: 600;color: #2E2E2E;line-height: 1;margin-bottom: 18px;}
.box3-div .item1 .s3.right .t2{display: flex; align-items: flex-end;gap: 14px;}
.box3-div .item1 .s3.right .t2 img{width: 73px;position: relative;top: -7px;}
.box3-div .item1 .s3.right .t2 span{font-size: 50px;font-weight: 600;color: #2E2E2E;line-height: 1;}

.box3-div .item2 .box-m {display: none;}
.box3-div .item2 {flex: 24.65%;flex-shrink: 0;display: flex; flex-direction: column; justify-content: space-between;}
.box3-div .item2 .s1{cursor: pointer; position: relative;border-radius: 30px; overflow: hidden;}
.box3-div .item2 .s1 img{transition: all 0.3s;}
.box3-div .item2 .s1:nth-child(1):hover img{transform: scale(1.1);}
.box3-div .item2 .s2{transition: all 0.3s;cursor: pointer; position: relative;border-radius: 30px; overflow: hidden;} 
.box3-div .item2 .s2 img{transition: all 0.3s;}
.box3-div .item2 .s2:nth-child(1):hover img{transform: scale(1.1);}
.box3-div .item2 .s2 .t-box{position: absolute;z-index: 1;left: 12.5%;top: 8%;line-height: 1.3;}
.box3-div .item2 .s2 .t-box .t1{font-size: 20px;color: #E2E2E4;}
.box3-div .item2 .s2 .t-box .t2{color: #E2E2E4;font-size: 26px;font-weight: 600;}
.icon1{display: flex;gap: 15px;margin-top: 40px;}
.icon1>div{width: 120px; height: 50px; border-radius: 5px; border: 1px solid #000; display: flex; justify-content: center; align-items: center;gap: 10px;}
.icon1>div img{width: auto;border-radius: 0;}
    
.onyx-palma2 .position-absolute { position: absoliute; top:1%; text-align:center; }
.onyx-palma2 .bg-grey { background: linear-gradient(0deg,#e7e7e7,#d9d8d5); }  
.onyx-palma2 .bg-grey2 { background: #f3f4f4; }  
.onyx-palma2 .bg-grey3 { background: #d9d8d5; }  
.onyx-palma2 .bg-grey4 { background: #b8b4b1; }  
.onyx-palma2 .text-bold { font-weight: 600; }  
.onyx-palma2 .text-wrap { text-wrap: balance; }  
.onyx-palma2 .font-size-110 { font-size: 1.1em !important; }  
.onyx-palma2 .button-palma .nav-item { width:25%; margin-top:20px; }  
.onyx-palma2 .button-palma .nav-item a { color: #696969; font-weight: 400; }  
.onyx-palma2 .button-palma .nav-item a.active { color: #2e2e2e !important; box-shadow: 0 2px 0 0 #ce643d; }  
.onyx-palma2 .content-palma > div { padding:20px 50px;  }  
.onyx-palma2 .content-palma > div p {  text-align:center !important; }  
.onyx-palma2 .bg-paralax1 { background: url(../../images/699/lifestyle/onyx-boox-palma2-paralax1.webp); background-size: cover; background-position-x: center }  
.onyx-palma2 .box-mobility-top  {    display: flex;
    flex-direction: column;
    gap: 55px;
    position: relative;
    bottom: -55px;}
.onyx-palma2 .box-mobility-top  {display: flex; flex-direction: row;
        gap: 26px;
        bottom: -28px;
        padding-left: 40px;}
.onyx-palma2 .box-mobility-top .t1 {font-weight: 600; color: #ce643d; font-size: 36px !important; } 
.onyx-palma2 .box-mobility  {position: relative;}
.onyx-palma2 .box-mobility img  {position: relative;}
.onyx-palma2 .box-mobility:before {
    content: " ";
    border-radius: 30px;
    width: 100%;
    height: 77%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #e9e9e9, #cecdc9);
}
.onyx-palma2 .bg-grey-round {border-radius: 15px; background-color: #f3f4f4; padding: 40px 20px; margin:20px; width:100%; flex:auto; } 

.onyx-palma2 .item h3{font-weight: 600;font-size: 40px;color: #272727; line-height: 1;margin-bottom: 20px;}
.onyx-palma2 .item p{font-weight: 500;}
.onyx-palma2 .item-ul-icon{display: flex;gap: 60px;margin-bottom: 27px; padding: 0; margin: 0; list-style: none;}
.onyx-palma2 .item-ul-icon li{cursor: pointer;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.onyx-palma2 .item-ul-icon li span{font-weight: 600;font-size: 24px;color: #A3A2A0;margin-top: 19px;}
.onyx-palma2 .item-ul-icon li.active span{color: #272727;} 
.onyx-palma2 .item-ul-icon li svg{width: 46px;height: 46px;stroke: unset; fill: #D9D8D5; transition: all 0.3s;}
.onyx-palma2 .item-ul-icon li svg .st1{fill: #a3a2a0; transition: all 0.3s;}
.onyx-palma2 .item-ul-icon li.active svg{transform: scale(1.1); fill: #2C2E2E;}
.onyx-palma2 .item-ul-icon li.active svg .st1.box4-st1{fill: #2C2E2E;}
.onyx-palma2 .item-ul-icon li.active svg .st1.box4-st2{fill: #CE643D;}
.onyx-palma2 .item-ul-icon li.active svg .st1.box4-st3{fill: #ffffff;}
.onyx-palma2 .item-ul-text {padding: 0; margin: 20px 0 0 0; list-style: none; position: relative; font-size: 1.1em !important; }
.onyx-palma2 .item-ul-text li {
    background: #d9d8d5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.onyx-palma2 .item-ul-text li.active {
    opacity: 1;
}

.onyx-palma2 .ul-image img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;}
.onyx-palma2 .ul-image img.active {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}
.onyx-palma2 .ul-icon{display: flex;gap: 45px;margin-top: 42px;}
.onyx-palma2 .ul-icon li{cursor: pointer;display: flex;flex-direction: column;align-items: center;gap: 6px;}
.onyx-palma2 .ul-icon li.active::after{content: ' '; display: block; width: 10px; height: 10px;background: #2E2E2E; border-radius: 50%;}
.onyx-palma2 .ul-icon li span{font-size: 16px;font-weight: 600;color: #a3a2a0;transition: all 0.3s;}
.onyx-palma2 .ul-icon li.active span{color: #272727;}

.onyx-palma2 .ul-icon svg{width: 34px; height: 34px; stroke: unset;}
.onyx-palma2 .ul-icon svg .cls-no{fill: none;}
.onyx-palma2 .ul-icon svg .cls-1 {fill: #979795;transition: all 0.3s;}
.onyx-palma2 .ul-icon svg .cls-2{fill: #979795;transition: all 0.3s;}
.onyx-palma2 .ul-icon li:nth-child(1) svg .cls-2{fill: none;}
.onyx-palma2 .ul-icon svg .cls-3 {color: #979795;fill: #D9D8D5;transition: all 0.3s;}
.onyx-palma2 .ul-icon li.active .cls-1 {fill: #2E2E2E;}
.onyx-palma2 .ul-icon li.active .cls-2{fill: #CE643D;}
.onyx-palma2 .ul-icon li.active:nth-child(1) svg .cls-2{fill: #CE643D;}
.onyx-palma2 .ul-icon li.active .cls-3 {color: #CE643D;fill: #CE643D;}
.onyx-palma2 .li-box .li-item {position:relative; margin-bottom:20px}
.onyx-palma2 .li-box .li-item .text {position:absolute; bottom:0px; right:25px; left:25px; text-align:right !important; }
.onyx-palma2 .li-box .li-item .text h3 {font-size: 20px; }
.onyx-palma2 .li-box .li-item .text p {font-size: 16px !important;  text-align:right !important; }



.box-waves {position: relative;}
.box-waves img{position: relative;}
.box-waves .text {font-weight: 600;font-size: 22px;color: #272727;line-height: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 8px;}
.box-waves .text img{max-width: 42px;} 
.box-waves .t1{position: absolute; top: 36%;left: 2%;}
.box-waves .t2{position: absolute; top: 62%;left: 8%;}
.box-waves .t3{position: absolute; top: 36%; right: 2%;}
.box-waves .t4{position: absolute; top: 62%; right: 8%;}
.box-waves .text{font-size: 22px;}
.box-waves .text img {max-width: 42px !important;}

.listen-waveWrapper {
  position: absolute;
  width: 720px;
  height: 720px;
  top: 50%;left: 50%; transform: translate(-50%,-50%)
}
.listen-waveWrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 1.04167vw solid #cdcbc9;
  -webkit-transform-origin: 50% 45%;
          transform-origin: 50% 45%;
}
.listen-waveWrapper > div.wave1 {
  -webkit-animation: cwave 6s ease-out infinite 0;
          animation: cwave 6s ease-out infinite 0;
}
.listen-waveWrapper > div.wave2 {
  -webkit-animation: cwave 6s ease-out infinite 0.9s;
          animation: cwave 6s ease-out infinite 0.9s;
}
.listen-waveWrapper > div.wave3 {
  -webkit-animation: cwave 6s ease-out infinite 1.8s;
          animation: cwave 6s ease-out infinite 1.8s;
}
.listen-waveWrapper > div.wave4 {
  -webkit-animation: cwave 6s ease-out infinite 2.7s;
          animation: cwave 6s ease-out infinite 2.7s;
}
.listen-waveWrapper > div.wave5 {
  -webkit-animation: cwave 6s ease-out infinite 3.6s;
          animation: cwave 6s ease-out infinite 3.6s;
}
.listen-waveWrapper > div.wave6 {
  -webkit-animation: cwave 6s ease-out infinite 4.5s;
          animation: cwave 6s ease-out infinite 4.5s;
}
.listen-waveWrapper > div.wave7 {
  -webkit-animation: cwave 6s ease-out infinite 5.4s;
          animation: cwave 6s ease-out infinite 5.4s;
}
.listen-waveWrapper > div.wave8 {
  -webkit-animation: cwave 6s ease-out infinite 6.1s;
          animation: cwave 6s ease-out infinite 6.1s;
}
@-webkit-keyframes cwave {
  from {
    opacity: 1;
    border-width: 4.16667vw;
    -webkit-transform: scale(0) scaleY(0.5);
            transform: scale(0) scaleY(0.5);
  }
  to {
    opacity: 0.1;
    border-width: 0.05208vw;
    -webkit-transform: scale(1) scaleY(1);
            transform: scale(1) scaleY(1);
  }
}

@keyframes cwave {
  from {
    opacity: 1;
    border-width: 4.16667vw;
    -webkit-transform: scale(0) scaleY(0.5);
            transform: scale(0) scaleY(0.5);
  }
  to {
    opacity: 0.1;
    border-width: 0.05208vw;
    -webkit-transform: scale(1) scaleY(1);
            transform: scale(1) scaleY(1);
  }
}
.box11{padding-top: 120px;padding-bottom: 110px;background: #B8B4B1;}
.box11-info{text-align: center;}
.box11-info h2{margin-bottom: 55px;}
.box11-div{display: flex;gap: 25px;}
.box11-div img{border-radius: 30px;}
.box11-div .left{flex: 69%;display: flex; flex-direction: column;justify-content: space-between;}
.box11-div .left .l-bottom{display: flex;gap: 25px;}
.box11-div .left .l-bottom .item2{ display: flex;flex-direction: column;justify-content: space-between;}
.box11-div .right{flex: 29%;display: block;}
.box11-div .left .l-bottom .item1 .img-m{display: none;}


.go-7 .bg-gradient1 { background: linear-gradient(180deg,#9fb3be,#f4f5f5);}
.go-7 .bg-grey { background-color: #f4f5f5 !important;}
.go-7 .bg-grey2 { background-color: #dde1e4 !important; } 
.go-7 .bg-grey3 { background-color: #c4ced7 !important; }
.go-7 .bg-inksense { background-color: #c4ced7 !important; background: url(../images/719/lifestyle/inksense-stylus-bg-czytio.webp) center center no-repeat; background-size: auto ;}
.go-7 .bg-grey4 { background: #aebac1 !important; }
.radius-30 { border-radius: 30px; }
.go-7 .onyx-page-nav > a, .mira-pro-color .onyx-page-nav > a { font-size: 0.8em !important; border-bottom:0px; color: #b1b1b1; padding: .5rem 0;}
.go-7 .onyx-page-nav > a svg, .mira-pro-color .onyx-page-nav > a svg { fill: currentColor;}
.go-7 .onyx-page-nav > a.active, .mira-pro-color .onyx-page-nav > a.active { color: #ce643d !important;}
.go-7 .text-svg { width: 25px; height: 25px; display:inline-block; margin-right:15px;}
.go-7 .splide__pagination{ bottom: -1.5em;}

.tab-x-c .bg-banner {background-color: #160602; color: #fff;} 
.tab-x-c .bg-grey {background-color: #d7d7d7;} 
.tab-x-c .bg-grey1a {background: linear-gradient(180deg,#d7d7d7,#ffffff);} 
.tab-x-c .bg-grey2 {background-color: #c2c1be;} 
.tab-x-c .bg-black {background-color: #2e231e; color: #fff; } 
.tab-x-c .bg-black2 {background-color: #201a15; color: #fff; } 
.tab-x-c .bg-black2 h3 {font-size: 2em !important; } 
.tab-x-c .bg-black2 #box6-video {max-width:900px;} 
.tab-x-c .bg-black2 .margin-top-100 {margin-top:-150px; margin-bottom:5rem} 
.tab-x-c .bg-black .mask {  width: 100%;  height: 100%;  position: absolute;  top: 0;  left: 0;  z-index: 1;  background: linear-gradient(to left,#201a15,#201a1500 50%);}
.tab-x-c .box2-content { width: 100%; height: 100vh; position: relative; }
.tab-x-c .box2-content .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .4; z-index: 1; }
#box2-video {  width: 100%;  height: 100%;  object-fit: cover;  position: absolute;  top: 0;  left: 0;}
.tab-x-c .box2-content-text { margin-top: 190px; color: #fff;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: flex;  flex-direction: column;  align-items: center;  z-index: 2; }
.tab-x-c .button-palma .nav-item { width:25%; margin-top:20px; font-size: .86em; }  
.tab-x-c .button-palma .nav-item a { color: #696969; font-weight: 400; box-shadow: 0 2px 0 0 #9f9f9f;  }  
.tab-x-c .button-palma .nav-item a.active { color: #2e2e2e !important; box-shadow: 0 3px 0 0 #ce643d; margin-top:-1px}  
.tab-x-c .padding-15 { padding-left: 15%; padding-right: 15%;}  
.tab-x-c .onyx-page-nav > a h3, .tab-x-c .onyx-page-nav > a:hover h3 { font-size: 1.1em; color: #919191;}  
.tab-x-c .onyx-page-nav > a.active { font-size: 1.15em; border-bottom: 0px solid #2b2b2b;}  
.tab-x-c .onyx-page-nav > a.active h3 {  color: #2b2b2b; }  
.box3-parameters {display: flex;gap: 22px;justify-content: center;}
.box3-parameters .box-l{display: flex;flex-direction: column;gap: 22px; max-width: 868px;}
.box3-parameters .box-l .item1{cursor: pointer; position: relative; height: 322px;background: #C1BFB9;border-radius: 30px; overflow: hidden;}
.box3-parameters .box-l .item1 .text{color: #F8F8F8;display: flex;flex-direction: column; justify-content: center; width: 100%; height: 100%;padding: 0 80px;}
.box3-parameters .box-l .item1 .text .t1{font-weight: 600;font-size: 34px;line-height: 1.3;max-width: 268px;margin-bottom: 36px;  text-align:left !important;}
.box3-parameters .box-l .item1 .text .t2{font-weight: 500;font-size: 24px;line-height: 1;  text-align:left !important;}
.box3-parameters .box-l .item1 div{position: absolute;  top: 0; left: 0;}
.box3-parameters .box-l .item1 img{object-fit: cover; width: 100%;height: 100%;}
.box3-parameters .box-l .item2{cursor: pointer; height: 192px;display: flex;gap: 22px;border-radius: 30px; overflow: hidden;}
.box3-parameters .box-l .item2 .c1{background: #C1BFB9;max-width: 369px;width: 100%;border-radius: 30px; overflow: hidden;}
.box3-parameters .box-l .item2 .c1 img{width: 100%;height: 100%;object-fit: cover;}
.box3-parameters .box-l .item2 .c2{background: #C1BFB9;max-width: 227px;width: 100%;height: 100%;border-radius: 30px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.box3-parameters .box-l .item2 .c3{background: #C1BFB9;max-width: 227px;width: 100%;height: 100%;border-radius: 30px; overflow: hidden;display: flex; flex-direction: column; justify-content: center; align-items: center;}
.box3-parameters .box-l .item2 .icon {max-width: 47px;margin-bottom: 12px;}
.box3-parameters .box-l .item2 .t1{font-size: 40px;color: #272727;font-weight: 600;line-height: 1;margin-bottom: 10px;}
.box3-parameters .box-l .item2 .t2{font-size: 24px;color: #272727;font-weight: 500;line-height: 1;}
.box3-parameters .box-l .item3{cursor: pointer; padding: 0 60px; height: 200px;background: #C1BFB9;border-radius: 30px; overflow: hidden;display: flex;justify-content: center;align-items: center;gap: 60px;}
.box3-parameters .box-l .item3 img{max-width: 105px;}
.box3-parameters .box-l .item3 span{font-size: 34px;color: #272727;font-weight: 600;line-height: 1.4;}
.box3-parameters .box-r{display: flex;flex-direction: column;gap: inherit;max-width: 550px;}
.box3-parameters .box-r .icon{max-width: 60px;}
.box3-parameters .box-r .t1{max-width: 338px;font-size: 34px;color: #272727;font-weight: 600;line-height: 1.4;}
.box3-parameters .box-r .item1{height: 176px;background: #C1BFB9;border-radius: 30px; overflow: hidden;display: flex;justify-content: center;align-items: center;gap:30px;padding:0 20px;}
.box3-parameters .box-r .item2{cursor: pointer; height: 176px;background: #C1BFB9;border-radius: 30px; overflow: hidden;display: flex;justify-content: center;align-items: center;gap:30px;padding:0 20px;}
.box3-parameters .box-r .item3{cursor: pointer; position: relative; height: 363px;background: #000;border-radius: 30px; overflow: hidden;}
.box3-parameters .box-r .item3 img{object-fit: cover; width: 100%;height: 100%;}
.box3-parameters .box-r .item3 span{position: absolute;  top: 50px; left: 50px;color: #F8F8F8;font-size: 28px;font-weight: 600;line-height: 1.4;max-width: 300px;}
.box3-parameters .box-r .box-r-t{display: flex;flex-direction: column;gap: 22px;}

.mira-pro-color .position-absolute { position: absolute; top:5%; color: #fff !important; }
.mira-pro-color .bg-grey { background: #e5e5e5; }  
.mira-pro-color .bg-grey2 { background: #f1f1f1; }
.mira-pro-color .border-right { border-right: 1px solid #a5a5a5 !important; }
.mira-pro-color .text-svg { width: 34px; height: 34px; display:inline-block; margin-right:15px;}
.mira-pro-color .onyx-page-nav > a svg > g { fill: currentColor !important;}
.mira-pro-color .d-flex-box { margin:0 15px 0 0; gap:15px}
.mira-pro-color .position-absolute-bk { position: absolute; top:5%; padding: 0px 35px 0 20px; }

@media (max-width: 1920px) { 
 .box3-info h2{margin-bottom: 50px;}
  .box3-parameters{gap: 15px;}
  .box3-parameters .box-l{gap: 15px;max-width: 758px;}
  .box3-parameters .box-l .item1{height: 254px;}
  .box3-parameters .box-l .item1 .text{padding: 0 60px;}
  .box3-parameters .box-l .item1 .text .t1{font-size: 32px;}
  .box3-parameters .box-l .item1 .text .t2{font-size: 18px;}
  .box3-parameters .box-l .item2{height: 192px;gap: 15px;}
  .box3-parameters .box-l .item2 .t1{font-size: 38px;}
  .box3-parameters .box-l .item2 .t2{font-size: 18px;}
  .box3-parameters .box-l .item2 .c1{max-width: 328px;}
  .box3-parameters .box-l .item2 .c2{max-width: 201px;}
  .box3-parameters .box-l .item2 .c3{max-width: 201px;}
  .box3-parameters .box-l .item3{height: 196px;padding: 0 40px;gap: 40px;}
  .box3-parameters .box-l .item3 span{font-size: 31px;}
  .box3-parameters .box-r{gap: 15px; max-width: 447px;}
  .box3-parameters .box-r .t1{font-size: 30px; max-width: 300px;}
  .box3-parameters .box-r .item1{height: 176px;gap: 22px;}
  .box3-parameters .box-r .item2{height: 176px;gap: 22px;}
  .box3-parameters .box-r .item3{height: 290px;}
  .box3-parameters .box-r .item3 span{font-size: 24px; top: 30px;left: 38px;}
  .box3-parameters .box-r .item3 img {margin-top: 50px;}
  .box3-parameters .box-r .box-r-t{gap: 15px;}
}
@media (max-width: 1920px) {
	.box11{padding-top: 80px;padding-bottom: 80px;}
  .box11-info h2{margin-bottom: 30px;}
  .box11-div{gap: 18px;}
  .box11-div .left .l-bottom{gap: 18px;}
	.box3{padding-top: 40px; padding-bottom: 80px;}
  .box3-info h2{margin-bottom: 42px;}
  .box3-div{gap: 10px;}
  .box3-div .item1{gap: 10px;}
  .box3-div .item1>div{gap: 10px;}
  .box3-div .item1 .s1.left{border-radius: 15px;}
  .box3-div .item1 .s1.left span{font-size: 24px; top: 14%;}
  .box3-div .item1 .s1.right{border-radius: 15px;}
  .box3-div .item1 .s1.right p{font-size: 28px;margin-bottom: 60px;}
  .box3-div .item1 .s1.right>div span{font-size: 26px;}
  .box3-div .item1 .s1.right>div img{width: 51px;margin-right: 18px;}
  .box3-div .item1 .s2.left span{font-size: 24px;}
  .box3-div .item1 .s2.left{border-radius: 15px;}
  .box3-div .item1 .s2.right{border-radius: 15px;}
  .box3-div .item1 .s2.right>div{border-radius: 15px;}
  .box3-div .item1 .s2.right>div p{margin-top: 18px;}
  .box3-div .item1 .s2.right>div p .t1{font-size: 36px;}
  .box3-div .item1 .s2.right>div p .t2{font-size: 20px;}
  .box3-div .item1 .s2.right>div:nth-child(1) img{width: 45px;}
  .box3-div .item1 .s2.right>div:nth-child(2) img{width: 41px;}
  
  .box3-div .item1 .s3.left{border-radius: 15px;}
  .box3-div .item1 .s3.right{border-radius: 15px;}
  .box3-div .item1 .s3.right .t1{font-size: 24px;}
  .box3-div .item1 .s3.right .t2 span{font-size: 43px;}
  .box3-div .item1 .s3.right .t2 img{width: 63px;}
  .box3-div .item2 .s1{border-radius: 15px;}
  .box3-div .item2 .s2{border-radius: 15px;}
  .box3-div .item2 .s2 .t-box .t1{font-size: 20px;}
  .box3-div .item2 .s2 .t-box .t2{font-size: 28px;}
	
  
}
@media (max-width: 1199.98px) {
	.onyx-tab-ultra-c-pro .box-text-pogo-pin1  { top: 21%;  }
	.onyx-tab-ultra-c-pro .box-text-pogo-pin2  { bottom: -7%;  }
  .box3-parameters .box-l .item1 .text .t1 {font-size: 16px;}
  .box3-parameters .box-l .item1 .text .t2{ font-size: 14px; }
  .box3-parameters .box-l .item2 .t1{ font-size: 25px;}
  .box3-parameters .box-l .item2 .t2{ font-size: 12px;}
  .box3-parameters .box-l .item3 span{ font-size: 16px;}
  .box3-parameters .box-r .t1{font-size: 16px;}
  .box3-parameters .box-r .item3 span{font-size: 16px;}
  .box3-parameters .box-l .item2 .c1{flex-shrink: 0;}
}
@media (max-width: 1100px) {
	.tab-x-c .bg-black2 #box6-video {max-width:100%;} 
	.onyx-tab-ultra-c-pro .box-text-pogo-pin2  { bottom: 2%;  }
	.note-max .explore2 { bottom:7%} 
}
@media (max-width: 991.98px) {
	.mira-pro-color .border-right {border-right:0px solid}
	.tab-x-c .button-palma .nav-item a {font-size: 1.1rem;}
.tab-x-c .button-palma .nav-link { padding: 0.5rem;}
	.tab-mini-c .box-content-text h3.mb-4 { font-size: 2.2em; margin-bottom:0rem; }
	.onyx-tab .box1-content-text {top:10%; }
	.onyx-palma .palma-navigation img { width: 65% !important; }
	.onyx-palma .palma-navigation .text-hr1 { left: 16%; }
	.onyx-palma .palma-navigation .text-hr2 { top: 31%; right: 14%; width:5%; }
	.onyx-palma .palma-navigation .text-hr3 { top: 40%; right: 14.5%;  width:7%; }
	.param1_col3, .param2 { display: none !important;}
	.onyx-palma .param1_col1 {width: 60%; display: flex; flex-direction: column;  gap: 7px;}
	.onyx-palma .param1_col2 {width: 40%; display: flex; flex-direction: column;  gap: 7px;}
	
	.onyx-tab-ultra-c-pro .pogo-pin  { margin-top: 10%}
	.onyx-tab-ultra-c-pro .box-text-pogo-pin1  { position: absolute; left: 50%; top: -7%; right: 50%; font-size: 20px; flex-direction: column-reverse; align-items: center; }
	.onyx-tab-ultra-c-pro .box-text-pogo-pin2  { bottom: -8%;  }
	.onyx-tab-ultra-c-pro .box-text-pogo-pin1 .item-line::after { width: 1px; height: 21vw; }
	.onyx-tab-ultra-c-pro .mtop-50 { margin-top: 20px; }
	.onyx-tab-ultra-c-pro .box-like-pc img { margin-top:20%}
	.onyx-tab-ultra-c-pro .text-like-pc { right:20px; width:40% }

	.spec-ultra-c-pro .box-col-1-top {height: 600px;}
	.tab-content #carousel4 .carousel-item { min-height:350px !important;}
	.note-max .explore1 { font-size: 0.7em; top: 15%;} 
	.note-max .explore2 {font-size: 0.7em; left: 6%; bottom:4.5% } 
	
	.box3{padding: 70px 0;}
  .box3-info h2{margin-bottom: 22px;}
  .box3-parameters{flex-direction: column;gap: 12px;}
  .box3-parameters .box-l{gap: 12px;}
  .box3-parameters .box-l .item1{border-radius: 22.5px;height: auto;}
  .box3-parameters .box-l .item1 .text{padding: 0 35px; margin-top: 45px;justify-content: flex-start;}
  .box3-parameters .box-l .item1 .text .t1{font-size: 16px;margin-bottom: 16px;}
  .box3-parameters .box-l .item1 .text .t2{font-size: 14px;}
  .box3-parameters .box-l .item2{gap: 12px;}
  .box3-parameters .box-l .item2 .icon{max-width: 35px;}
  .box3-parameters .box-l .item2 .c1{border-radius: 22.5px;}
  .box3-parameters .box-l .item2 .c2{flex: 1; border-radius: 22.5px;padding: 30px 0;}
  .box3-parameters .box-l .item2 .c3{flex: 1; border-radius: 22.5px;padding: 30px 0;}
  .box3-parameters .box-l .item2 .t1{font-size: 25px;}
  .box3-parameters .box-l .item2 .t2{font-size: 12px;}
  .box3-parameters .box-l .item3{gap: 22px;height: 111px;border-radius: 22.5px;}
  .box3-parameters .box-l .item3 img{max-width: 60px;}
  .box3-parameters .box-l .item3 span{font-size: 16px;}
  .box3-parameters .box-r{flex-direction: row;max-width: 100%;gap: 12px;}
  .box3-parameters .box-r>div{flex: 1;}
  .box3-parameters .box-r .t1{font-size: 16px;max-width: 190px;}
  .box3-parameters .box-r .icon{max-width: 45px;}
  .box3-parameters .box-r .box-r-t{gap: 12px;}
  .box3-parameters .box-r .item1{height: 111px;gap: 36px;border-radius: 22.5px;}
  .box3-parameters .box-r .item2{height: 111px;gap: 36px;border-radius: 22.5px;}
  .box3-parameters .box-r .item3{border-radius: 22.5px;height: auto;}
  .box3-parameters .box-r .item3 span{font-size: 16px;top: 50px;left: 33px;max-width: 165px;}
	
}
@media (max-width: 767.98px) {
	.mira-pro-color .d-flex-box {    display: flex;    flex-wrap: wrap;}
	.tab-x-c .button-palma .nav-item a {font-size: 0.9rem;}
	.tab-x-c .button-palma .nav-link { padding: 0.5rem;}
	.padding-mobile0, .padding-mobile0 .col-md-6, .padding-mobile0 .col-md-12, .padding-mobile0 .col-md-4 {padding-left:0px !important; padding-right:0px !important; }
	.tab-ultra-c-margin-minus {margin-top: -100px;} 
	.tab-ultra-c-margin-minus-text {margin-top: -200px !important;}
	.tab-mini-c .box1-content-text, .go-color-7 .box1-content-text, .go-6 .box1-content-text { position: absolute; top:3%; left:auto; right:auto;} 
	.go-10 .box1-content-text { position: absoliute; top:3%; left:auto; right:auto; text-align: center !important;}
	.note-max .box1-content-text { position: absolute; top:3%; left:auto; right:auto; text-align: center !important; color: #fff;}
	.tab-mini-c .box-content-text h3.mb-4 { font-size: 1.9em; margin-bottom:0rem !important; }
	.tab-mini-c .box-content-text h3:last-child {  padding-bottom:0rem !important; }
	.tab-mini-c-margin-minus { margin-top: -90px;}
	.onyx-tab .onyx-boox-minut-spec { margin-top: 0px !important;}
	.onyx-tab .onyx-page-minus-translator { margin-top: 0px !important;}
	.onyx-tab .box1-content-text { position: absoliute; top:3%; left:auto; right:auto}	
	.onyx-palma .box1-content-text { position: absoliute; top:3%; left:auto; right:auto;}	
	.onyx-palma .box1-content-text > * {text-align: center}
	
	.onyx-palma .param1_item1 { border-radius: 8px; height: 107px; }
	.onyx-palma .param1_item1_text { padding: 16px; font-size: 12px;}
	.onyx-palma .param1_item1_text .text1 { font-size: 12px;}
	.onyx-palma .param1_item1_text .text2 { font-size: 18px;}
	.onyx-palma .param1_item2 { border-radius: 8px; height: 100px; }
	.onyx-palma .param1_item2_text {     padding: 10px 8px;}
	.onyx-palma .param1_item2_text .text1 { font-size: 12px; font-weight: 500;}
	.onyx-palma .param1_item2_text .text2 { font-size: 12px;}
	
	.onyx-palma .param1_item3 { border-radius: 8px; height: 84px; }
	.param1_item3 .param-icon { gap: 5px;}
	.param1_item3 .param-icon img { width: 18px; height: 18px;}
	.param1_item3 .param-icon-text { font-size: 24px;}
	.onyx-palma .param1_item3_text { font-size: 14px;}
	
	.onyx-palma .param1_item4 { border-radius: 8px; height: 123px; gap: 7px;}
	.param1_item4 .box1:nth-child(1) { padding-right: 8px;}
	.param1_item4 .box1 .param-icon img, .param1_item4 .box2 .param-icon img  { width: 15px; height: 15px;}
	.param1_item4 .box1 .param-icon-text, .param1_item4 .box2 .param-icon-text { font-size: 12px; }
	.onyx-palma .param1_item4_text { font-size: 19px;}
	.palma-grey-absolute h3 { text-align: left !important; font-size:1.5rem;}
	.palma-grey-absolute h3.py-3 { padding-bottom:0rem !important;}
	.palma-grey-absolute p {  font-size:1rem !important;}
	.palma-grey-absolute .mt-5 {  margin-top:0px !important;}
	.onyx-note-air3c .tab-content .col-md-6 { padding-right: 0px; padding-left: 0px; } 
	.onyx-note-air3c .onyx-note-air3c-nav { position: absolute; top:25%; right:-20px; z-index:1; -ms-flex-direction: column !important; flex-direction: column !important; }
	.onyx-note-air3c .onyx-note-air3c-nav svg { height: 30px; width: auto;}
	.onyx-note-air3c .icon { width:40px !important; max-width: inherit !important; }
	.onyx-note-air3c .col-md-12.mt-3.d-flex.flex-row { padding-right: 0px; padding-left: 0px;}
	.new-content .onyx-note-air3c #carousel1 .carousel-item, .onyx-note-air3c #carousel2 .carousel-item, .new-content .onyx-note-air3c #carousel3 .carousel-item {min-height: 100px;}
	.onyx-note-air3c .accordion .card-body ul { padding: 0 1rem; }
	.onyx-note-air3c .accordion .card-header .btn-link { padding: 0.375rem 0rem; font-size:1.2rem}
	
	.onyx-tab-ultra-c-pro .margin-bsr.first-bsr{ margin-top: -15%; z-index:100; position:relative;  }
	.onyx-tab-ultra-c-pro .margin-bsr  { margin-top: 5%; }
	.onyx-tab-ultra-c-pro .h1  { font-size: 2.5rem; }
	.onyx-tab-ultra-c-pro .box-like-pc img { margin-top:50%}
	.onyx-tab-ultra-c-pro .text-like-pc h3 { font-size: 1.7em; }
	.onyx-tab-ultra-c-pro .text-like-pc p { font-size:1.2em}
	.onyx-tab-ultra-c-pro .text-like-pc  { right:20px; width:90%; font-size:0.9rem !important; }
	.onyx-tab-ultra-c-pro .box-thin > h3 { font-size: 150px; color: #b3b3b3;  }
	.onyx-tab-ultra-c-pro .box-thin span { font-size: 50px; }
	.spec-ultra-c-pro .box-col-1-top {height: 640px;}
	.spec-ultra-c-pro .box-col-1-bottom { height: 250px;}
	.spec-ultra-c-pro .item3-info { font-size: 14px !important; gap: 10px; }	
	.spec-ultra-c-pro .item3-info_t {height: 100%; padding: 10px; }
	.spec-ultra-c-pro .item3-info_t p, .spec-ultra-c-pro .item3-info_b p {font-size: 18px !important;}
	.spec-ultra-c-pro .item3-info_b { height: 100%; padding: 10px; } 
	.box8 .box8-c-r .box8-c-r-list1, .box8 .box8-c-r .box8-c-r-list2 { height: 150px; }
	.box8 .box8-c-r .box8-c-r-list1 .item1 p, .box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p1, .box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p2, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .item3-info_t-font, .item3-info_t, .item3-info_b, .box8-c-r-list3 .item1 p, .box8 .box8-c-r .box8-c-r-list3 .item2 p { font-size: 16px !important; }
	.box8 .box8-c-r .box8-c-r-list1 .item2, .box8 .box8-c-b .item-3 { padding: 0 5px; }
	.box8 .box8-c-r .box8-c-r-list1 .item3 p { font-size: 20px !important; }
	.box8 .box8-c-r .box8-c-r-list2 .b480g p { background-size: cover!important; }
	.box8 .box8-c-r .box8-c-r-list3 .item1 p { padding-left: 45%; padding-top: 4%; }
	.box8 .box8-c-r .box8-c-r-list3 {  height: 150px; }
	.box8 .box8-c-r .box8-c-r-list3 .item1 p { padding-left: 45%; padding-top: 4%; }
	.box8 .box8-c-r .box8-c-r-list3 .three-fold-Case p {
	    background: url(../../images/652/lifestyle/icon10-bg.webp) left center;  background-size: cover !important; 
	}
	.box8 .box8-c-b { padding: 10px!important; margin-top: 0; flex-wrap: wrap;	}
	.box8 .box8-c-b .box8-c-b_item:nth-child(1) {
	    width: 57.5%;
	    margin-bottom: 20px;
	}
	.box8 .box8-c-b .item-1 p {
	    justify-content: start;
	    padding-right: 0;
	}
	.box8-c-b .tf-card-slot p { background-size: cover;}
	.box8 .box8-c-b .item-2, .box8 .box8-c-b .item-1 { font-size: 16px; }
	.box8 .box8-c-b .box8-c-b_item {
	    height: 100px;
	    padding: 0 5px;
	}
	.box8 .box8-c-b .box8-c-b_item:nth-child(2) {
	    width: 42.5%;
	    margin-bottom: 20px;
	}
	.box8 .box8-c-b .box8-c-b_item:nth-child(3) {
	    width: 45.4%;
	}
	.box8-c-b_item .item-3-img img {
	    width: 100%;
	}
	.box8 .box8-c-b .box8-c-b_item {
	    height: 100px;
	    padding: 0 5px;
	}
	.box8 .box8-c-b .box8-c-b_item:nth-child(4) {
	    width: 54.6%;
	}
	.box8 .box8-c-b .box8-c-b_item {
	    height: 100px;
	    padding: 0 5px;
	}
	.onyx-tab-ultra-c-pro .box-screen { display: flex; flex-wrap: wrap; }
	.onyx-tab-ultra-c-pro .box-screen p { flex: 0 0 50%; max-width: 50%; }
	
  .box3{padding-top: 35px;padding-bottom: 35px;}
  .box3-info h2{margin-bottom: 26px;}
  .box3-div .item1 .s2.right.box-pc{display: none;}
  .box3-div .item1 .s2.right.box-m{display: flex; flex-direction: column; border-radius: 15px; overflow: hidden; gap: 10px; background: linear-gradient(45deg, #B55C3B, #AB4F2C);}
  .box3-div{flex-direction: column;}
  .box3-div .item1 .s1.left span{font-size: 14px;max-width: 120px;line-height: 1.3;}
  .box3-div .item1 .s1.right{padding: 0 18px;justify-content: space-evenly;}
  .box3-div .item1 .s1.right p{font-size: 14px;margin-bottom: 0px;}
  .box3-div .item1 .s1.right>div img{margin-right: 0;width: 42px;margin-bottom: 10px;}
  .box3-div .item1 .s1.right>div{flex-direction: column;}
  .box3-div .item1 .s1.right>div span{font-size: 18px;}
  .box3-div .item1 .s2.left span{font-size: 14px;max-width: 120px;line-height: 1.3;}
  
  .box3-div .item1 .div2 .left{width: 68%;}
  .box3-div .item1 .div2 .right{width: 32%; gap: 0px;}
  .box3-div .item1 .s2.right>div{border-radius: 0;}
  .box3-div .item1 .s2.right>div p{margin-top: 6px;}
  .box3-div .item1 .s2.right>div p .t1{font-size: 18px;}
  .box3-div .item1 .s2.right>div:nth-child(1){background: none;justify-content: flex-end;}
  .box3-div .item1 .s2.right>div:nth-child(1) img{width: 18px; position: relative;top: -2px;}
  .box3-div .item1 .s2.right>div:nth-child(1) span{width: 12px;color: #f8f8f8;}
  .box3-div .item1 .s2.right>div:nth-child(2){background: none;justify-content: flex-start;}
  .box3-div .item1 .s2.right>div:nth-child(2) img{width: 15px; position: relative;top: -2px;}
  .box3-div .item1 .s2.right>div:nth-child(2) span{width: 12px;color: #f8f8f8;}
  .box3-div .item1 .div3{display: none;}
  
  .box3-div .item2 .box-m{display: block;margin-top: 10px;}
  .box3-div .item2{flex-direction: row-reverse;gap: 10px; flex: 1;}
  .box3-div .item2 .s1{width: 45%; border-radius: 0px;}
  .box3-div .item2 .s1>div{border-radius: 15px; overflow: hidden;}
  .box3-div .item2 .s2{width: 54.55%; border-radius: 0px;display: flex;flex-direction: column;}
  .box3-div .item2 .s2>div{border-radius: 15px; overflow: hidden;}
  .box3-div .item2 .s2>div:nth-child(1){flex-shrink: 0;}
  .box3-div .item2 .s2 .t-box .t1{font-size: 12px;}
  .box3-div .item2 .s2 .t-box .t2{font-size: 14px;}
  .box3-div .item2 .s2 .box-m {background: #F3F2EE; display: flex; flex-direction: column; justify-content: center;align-items: center; height: 100%;}
  .box3-div .item2 .s2 .box-m .t1{font-size: 12px;font-weight: 600;color: #272727;margin-bottom: 7px;}
  .box3-div .item2 .s2 .box-m .t2{font-size: 18px;font-weight: 600;color: #272727;}
  .box3-div .item2 .s2 .box-m .t2 img{width: 32px;margin-right: 10px;position: relative; top: -4px;}
  .box3-div .item2 .s2 .box-m .t2 span{width: 32px;line-height: 1;}
.tab-content #carousel4 .carousel-item { min-height:300px !important;}

	.onyx-palma2 .bg-paralax1 { background: url(../../images/699/lifestyle/onyx-boox-palma2-paralax1-mini.webp); background-size: cover; background-position: top center; padding-bottom:100px; }	
	.onyx-palma2 .bg-paralax1 div {  padding-bottom:350px; }	
	.onyx-palma2 .button-palma .nav-item a { font-size: 15px !important; }  
	 .box11{padding-top: 45px; padding-bottom: 45px;}
  .box11-info h2{margin-bottom: 25px;}
  .box11-div{flex-direction: column;}
  .box11-div img{border-radius: 15px;}
  .box11-div .right{display: none;}
  .box11-div .left{flex: 1; gap: 12px;}
  .box11-div .left .l-bottom{flex-direction: column;gap: 12px;}
  .box11-div .left .l-bottom .item1{display: flex;gap: 12px;}
  .box11-div .left .l-bottom .item1 .img-m{display: block;}
  .box11-div .left .l-bottom .item2{display: flex; gap: 12px;}
	.note-max .explore1 { font-size: 0.7em; top: 15%; width:40%; } 
	.note-max .explore2 {font-size: 0.7em; left: 7.5%; bottom:0%; width:40%; } 
	.note-max .item-text {position: relative;} 
	.note-max #carousel1 .row {background-color:#ece7e2; border-radius: 30px;}
.box3-parameters .box-l .item2{flex-wrap: wrap;height: auto;}
  .box3-parameters .box-l .item2 .c1{max-width: 100%;}
  .box3-parameters .box-r{flex-direction: column-reverse;}
}
@media (max-width: 600px) {
.tab-content #carousel4 .carousel-item { min-height:250px !important;}
	.spec-ultra-c-pro .box-col-1-top {height: 340px;}
	.box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item {width: 50%;}
	.box8 .box8-c-b .item-2, .box8 .box8-c-b .item-1 { font-size: 16px; }
.box8 .box8-c-r .box8-c-r-list1 .item1 p, .box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p1, .box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p2, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .item3-info_t-font, .item3-info_t, .item3-info_b, .box8-c-r-list3 .item1 p, .box8 .box8-c-r .box8-c-r-list3 .item2 p { font-size: 14px !important; }
}
.inkpad4 h3 {font-size: 2rem}
.margin16minus {margin: auto -17px;}
.outlet-box p {margin-bottom:0.2rem;}
.outlet-box .outlet-images { margin-bottom:1rem;}
.outlet-box .outlet-images img { margin-right: 1rem;}

.kobo { margin-top: -16px;}
.kobo .row-m-0, .kobo-clara2e .row-m-0 {margin:0px;}
.kobo .col-p-0, .kobo-clara2e .col-p-0 {padding:0px;}
.kobo-padding { padding: 3rem !important; }
/* libra */
.kobo .libra-bg-1 { background-image:url('../../images/613/lifestyle/kobo-libra-2.webp'); background-size: cover; background-position: center; }
.kobo .libra-bg-yoga { background-image:url('../../images/613/lifestyle/kobo-libra-2-yoga.webp'); background-size: cover; background-position: center; }
.kobo .libra-bg-audio { background-image:url('../../images/613/lifestyle/kobo-libra-2-audio.webp'); background-size: cover; background-position: center; }
.kobo .libra-bg-waterproof { background-image:url('../../images/613/lifestyle/kobo-libra-2-waterproof.webp'); background-size: cover; background-position: center; }
.kobo .libra-bg-library { background-image:url('../../images/613/lifestyle/kobo-libra-2-library.webp'); background-size: cover; background-position: center; }
.kobo .libra-bg-frontlight { background-image:url('../../images/613/lifestyle/kobo-libra-2-frontlight.webp'); background-size: cover; background-position: center; }
.kobo .libra-bg-battery { background-image:url('../../images/613/lifestyle/kobo-libra-2-battery.webp'); background-size: cover; background-position: center; }

.kobo .kobo-padding.align p {  text-align: left !important; }
.kobo .kobo-bg-darkblue { background-color: #305ca3; color:#fff; }
.kobo .kobo-bg-blue { background-color: #88b7e1; color:#fff; }
.kobo .kobo-bg-blue2 { background-color: #bed9f5; color:#2b2b2b; }
.kobo .kobo-bg-lightblue { background-color: #8dbbdf; color:#fff; }
/** Clara 2E **/
.kobo-clara2e .header-text {color: #37598b; font-size: 1.6rem; }
.kobo-clara2e .header-text img {padding: 1rem 0 1.5rem 0; }
.kobo-clara2e .radius {border-radius: 65px;}
.kobo-clara2e .clara-bg-1 { background-image:url('../../images/612/lifestyle/kobo-clara-2e-eco.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo-clara2e .clara-bg-ipx8 { background-image:url('../../images/612/lifestyle/kobo-clara-2e-ipx8.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo-clara2e .clara-bg-frontlight { background-image:url('../../images/612/lifestyle/kobo-clara-2e-frontlight.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo-clara2e .clara-bg-library{ background-image:url('../../images/612/lifestyle/kobo-clara-2e-library.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo-clara2e .clara-bg-audio { background-image:url('../../images/612/lifestyle/kobo-clara-2e-audio.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo-clara2e .clara-bg-store { background-image:url('../../images/612/lifestyle/kobo-clara-2e-store.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo-clara2e .clara-bg-box { background-image:url('../../images/612/lifestyle/kobo-clara-2e-box.webp'); background-size: cover; background-position: center; width: 100%; }

.kobo-clara2e .kobo-bg-blue { background-color: #37598b; color:#fff; }
.kobo-clara2e .kobo-bg-grey { background-color: #dbd2ca; color:#2b2b2b; }

/** Sage **/
.kobo .kobo-bg-sage { background-color: #1d393c; color:#fff; }

.kobo .sage-bg-1 { background-image:url('../../images/615/lifestyle/kobo-sage.jpg'); background-size: cover; background-position: center; width: 100%; }
.kobo .sage-bg-waterproof { background-image:url('../../images/615/lifestyle/kobo-sage-waterproof.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo .sage-bg-audio { background-image:url('../../images/615/lifestyle/kobo-sage-audio.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo .sage-bg-stylus{ background-image:url('../../images/615/lifestyle/kobo-sage-stylus.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo .sage-bg-dropbox { background-image:url('../../images/615/lifestyle/kobo-sage-dropbox.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo .sage-bg-frontlight { background-image:url('../../images/615/lifestyle/kobo-sage-frontlight.webp'); background-size: cover; background-position: center; width: 100%; }
.kobo .sage-bg-library { background-image:url('../../images/615/lifestyle/kobo-sage-library.webp'); background-size: cover; background-position: center; width: 100%; }

.kobo p.text-center { text-align: center !important; }
.kobo .nia-bg-frontlight { background-image:url('../../images/611/lifestyle/kobo-nia-frontlight.webp'); background-size: cover; background-position: center; width: 100%; color:#fff;}

/** Elipsa 2E **/
.kobo .kobo-elipsa-bg-green { background-color: #A8BAA2; color:#2b2b2b; }
.kobo .kobo-elipsa-bg-lightgreen { background-color: #DDDCBE; color:#2b2b2b; }
.kobo .kobo-elipsa-bg-dark { background-color: #262C35; color:#FFEDD7; }
.kobo .kobo-elipsa-bg-beige { background-color: #F3E9D7; color:#2b2b2b; }
.kobo .kobo-elipsa-bg-dirtygreen { background-color: #BDC1AE; color:#2b2b2b; }
.kobo .kobo-padding.kobo-elipsa {padding-top:0px !important;}
.kobo .kobo-elipsa-stylus { padding-right:3rem; }
.kobo .elipsa-bottom.green { margin-top:-100px; margin-bottom:50px; }
.kobo .elipsa-nav > a { font-size: 1.15em; padding:1rem; margin-bottom:0.5rem }
.kobo .elipsa-nav > a.active {  background-color:#eeeeee; color: #2b2b2b!important; }
.kobo .kobo-tab-content  {  margin-right:3rem }
.kobo .kobo-elipsa-padding-left { padding-left:3rem }
.kobo .kobo-elipsa-eco { position: absolute; left: 3rem; width: 90%; }
.kobo .kobo-elipsa-frontlight { position: absolute; left:3rem; right: 3rem; left: 50%; transform: translate(-50%, 0); width:80%}
.kobo .kobo-elipsa-bg-dirtygreen .kobo-padding.align p { text-align: center !important;}
@media (max-width: 991.98px) {
	.kobo .kobo-bg-darkblue, .kobo .kobo-bg-blue, .kobo .kobo-bg-blue2, .kobo .kobo-bg-lightblue, .kobo-clara2e .kobo-bg-blue, .kobo-clara2e .kobo-bg-grey, .kobo .kobo-bg-sage {background-color: #fff; color: #2b2b2b; text-align: center !important;  }
	.kobo .kobo-padding.align p, .kobo .kobo-padding.align h3 {  text-align: center !important; }
	.kobo  .kobo-elipsa-stylus, .kobo .kobo-tab-content { padding: 0 3rem !important; margin-right: 0rem; }
	.kobo .elipsa-bottom.green { margin-top:-50px; margin-bottom:50px; }
	.kobo .kobo-elipsa-eco { position: static; !important; left: 0  !important; width: 100%  !important; padding-right: 3rem; }
	.kobo .kobo-elipsa-frontlight { position: absolute; width: 100%  !important; padding: 0 3rem; }
	.kobo .elipsa-nav > a { font-size: 1rem; padding:0.5rem; margin-bottom:0.2rem }
}
.dropdown-cart .media img {max-height: 50px; width:inherit;}
.input-blik {margin: 0 calc((100% - 200px)/2);}
.input-blik input {letter-spacing: 1px}
.era-color .green {background-color: #93C47D; color:#fff;}
.era-color .box-words p { text-align:left !important;}
.kobo .size-2 {font-size: 2em !important}

.rp .rp-bg {background-image:url('../../upload_files2/rp/rp-bg.webp') !important; background-size: auto !important; background-position: top center; background-repeat: no-repeat;}
.rp .rp-bg .img-title {width:320px; height:auto; }
.rp .rp-bg img { max-width:100% !important; height: auto !important; min-width: inherit; !important;}
.rp .rp-bg .h3 { line-height: 1.4 !important}
.rp .rp-bg li { font-size: 1.4rem }
.remark-gallery-desc {position:absolute; bottom:10px; padding:15px; color:#fff;}
.remark-gallery-desc p {font-size: 1.1em !important;}
@media (max-width: 767.98px) {
	.rp .rp-bg .img-title {width:250px; height:auto;}
	.remark-gallery-desc p {font-size: .8em !important;  text-align: left !important;}
}

.input-blik {margin: 0 calc((100% - 200px)/2);}
.input-blik input {letter-spacing: 1px}
#payment-form input[type="radio"]  {margin-right:10px;}
.payment-type div{ padding:5px; margin:7px 0;}
.payment-method > div{ padding:5px;  margin:7px 0;}
.payment-method > div:has( label.d-none) { padding:0px; }
.payment-type label, .payment-method label  {margin-bottom: 0; display:block}
.payment-type > div:has(input:checked), .payment-method > div:has(input:checked) {border:1px dashed; padding:6px; border-radius:5px; background-color: #F8F8F8}

.payment-icons { min-width:75px !important;}
.payment-input,.payment-icons,.payment-info {margin-bottom: auto !important; margin-top: auto !important;}

.act_eaa { position: absolute; right:10px; top:0px; }
.topbar .act_eaa .nav-link {  padding: 0 .25rem; cursor:pointer;}
.topbar .act_eaa .nav-link.active {font-weight:bold;}
.topbar .act_eaa .nav-link.font1_0 {  font-size: 14px; }
.topbar .act_eaa .nav-link.font1_2 {  font-size: 18px; }
.topbar .act_eaa .nav-link.font1_4 {  font-size: 22px; }

body.font1_2 {font-size: 19px !important;}
body.font1_2 .feather[width="24"] {width: 19px; height: 19px;}
body.font1_4 {font-size: 23px !important;}
body.font1_4 .feather[width="24"] {width: 22px; height: 22px;}

