/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDz8Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlEA.ttf) format('truetype');
}
body {
  color: #555555;
  font-family: 'Poppins', sans-serif;
}
a {
  color: #d2404d;
}
.top-container {
  height: 40px;
  background: #122d45;
}
.navbar {
  height: 100px;
  background: #fff;
  border: none;
  margin-bottom: 0;
  padding-top: 15px;
}
.tag-status {
  background-color: #2aabd2;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.tag-status.status-4 {
  background-color: red;
}
.tag-status.status-2 {
  background-color: #398439;
}
.tag-status.status-3 {
  background-color: #d2404d;
}
#hero {
  background: url(../img/hero_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 85vh;
  width: 100%;
  overflow: hidden;
}
/*
#hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(18, 45, 69, 0.3);
}*/
.envelopes-features {
  margin: 100px 0 0 0;
  position: relative;
}
.produkt-gallery-item {
  margin-top: 60px;
}
.envelopes-features h2 {
  position: absolute;
  right: 5%;
  width: 22%;
  -webkit-animation: fadeInRight 1s ease-out 1.5s forwards;
  -moz-animation: fadeInRight 1s ease-out 1.5s forwards;
  -ms-animation: fadeInRight 1s ease-out 1.5s forwards;
  -o-animation: fadeInRight 1s ease-out 1.5s forwards;
  animation: fadeInRight 1s ease-out 1.5s forwards;
}
.envelopes-features img {
  position: relative;
  z-index: -1;
}
.envelopes-features img.start {
  -webkit-animation: fadeInUp 0.5s ease-out 0.5s forwards;
  -moz-animation: fadeInUp 0.5s ease-out 0.5s forwards;
  -ms-animation: fadeInUp 0.5s ease-out 0.5s forwards;
  -o-animation: fadeInUp 0.5s ease-out 0.5s forwards;
  animation: fadeInUp 0.5s ease-out 0.5s forwards;
}
.hint-box {
  border-top: 2px solid #cf3442;
  border-radius: 3px;
  max-width: 180px;
  -webkit-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  position: absolute;
  top: 0;
  right: -190px;
  opacity: 0;
}
.hint-box-dot {
  content: "+";
  height: 20px;
  width: 20px;
  background-color: #d2404d;
  display: block;
  color: #fff;
  position: absolute;
  border-radius: 20px;
  line-height: 23px;
  text-align: center;
  font-size: 17px;
  bottom: 39%;
  right: 18%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hint-box-dot:hover .hint-box {
  opacity: 1;
  -webkit-animation: fadeInLeft 0.3s ease-out forwards;
  -moz-animation: fadeInLeft 0.3s ease-out forwards;
  -ms-animation: fadeInLeft 0.3s ease-out forwards;
  -o-animation: fadeInLeft 0.3s ease-out forwards;
  animation: fadeInLeft 0.3s ease-out forwards;
}
.hint-box-dot.feature-2 {
  right: 50%;
}
.hint-box-dot.feature-3 {
  right: 76%;
  top: 40%;
}
.hint-box h4 {
  font-size: 13px;
  color: #3b444f;
  text-transform: uppercase;
  font-weight: 700;
}
.hint-box p {
  font-size: 12px;
  color: #777777;
}
.envelopes-bg {
  height: 460px;
  background: url(../img/envelopes.jpg) no-repeat center bottom;
}
ul.nav-pills {
  margin-top: 15px;
}
ul.nav-pills > li > a {
  color: #3b444f;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
}
.grey-section {
  background-color: #fafafa;
  padding: 40px 0;
}
.section {
  padding: 40px 0;
}
h2 {
  color: #3b444f;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
h2:before {
  content: "";
  height: 4px;
  background: #cf3442;
  position: absolute;
  width: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
h2.header-center:before {
  left: 0;
  right: 0;
  margin: auto auto;
}
ul.list {
  list-style: none;
  padding-left: 0;
}
ul.list > li {
  position: relative;
  padding: 7px 10px 7px 20px;
}
ul.list > li:before {
  content: "";
  background: url(../img/li_ico.png) no-repeat left center;
  position: absolute;
  width: 10px;
  height: 8px;
  display: block;
  left: 0;
  top: 12px;
}
.login-link {
  margin-top: 18px;
  display: inline-block;
  background-color: #d2404d;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.signin-link {
  display: inline-block;
  background-color: transparent;
  color: #3b444f;
  padding: 8px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.top-container {
  line-height: 40px;
  color: #7a8a9e;
  font-size: 12px;
  text-align: right;
}
.top-container a {
  color: #fff;
}
.top-container .separator {
  display: inline-block;
  margin: 0 15px;
}
#hero {
  position: relative;
}
#hero h1 {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
  width: 40%;
  position: absolute;
  top: 50%;
  line-height: 70px;
  padding-bottom: 40px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.4s ease-out 1s forwards;
  -moz-animation: fadeInLeft 0.4s ease-out 1s forwards;
  -ms-animation: fadeInLeft 0.4s ease-out 1s forwards;
  -o-animation: fadeInLeft 0.4s ease-out 1s forwards;
  animation: fadeInLeft 0.4s ease-out 1s forwards;
}
#hero a {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  opacity: 0;
  -webkit-animation: fadeInUp 0.4s ease-out 1.4s forwards;
  -moz-animation: fadeInUp 0.4s ease-out 1.4s forwards;
  -ms-animation: fadeInUp 0.4s ease-out 1.4s forwards;
  -o-animation: fadeInUp 0.4s ease-out 1.4s forwards;
  animation: fadeInUp 0.4s ease-out 1.4s forwards;
}
#hero a:after {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  right: -15px;
  top: 6px;
}
.products-box {
  overflow: hidden;
}
.products-box img {
  max-width: 100%;
}
.add-client-form {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.order-shipping-row > div {
  padding: 10px 15px;
}
#nip-confirm {
  background-color: #cf3442;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 29px;
}
.langs {
  list-style: none;
  position: absolute;
  top: -10px;
  right: 0;
}
.langs > li {
  display: inline-block;
}
.hiding {
  /*opacity:0;*/
}
.showing {
  opacity: 1;
}
.price-row {
  font-weight: 700;
  color: #cf3442;
}
.add-client-form.active {
  opacity: 1;
  visibility: visible;
}
.remove-icon {
  cursor: pointer;
}
.correct {
  border: 1px solid green;
  outline: green;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 181, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 181, 25, 0.6);
}
.products-box > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}
.products-box > div:hover > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(18, 45, 69, 0.2);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.products-box img {
  max-width: 100%;
}
.product-cover {
  max-height: 145px;
}
.product-cover img {
  max-height: 150px;
  width: auto;
}
.products-box > div {
  /*padding: 0;*/
  margin-bottom: 30px;
}
.price {
  display: block;
  color: #cf3442;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
.product-pcs {
  display: block;
}
.products-box h2 {
  /*position: absolute;*/
  /*top: 60%;*/
  height: 70px;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
  margin-bottom: 15px;
  color: #122d45;
  transition: all 0.3s ease;
  z-index: 5;
}
.product-list-item {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
}
.products-box p {
  margin-top: 15px;
  padding: 20px;
  position: absolute;
  z-index: 5;
  top: 110%;
  color: #fff;
  font-size: 12px;
  transition: top 0.3s ease, opacity 0.6s ease;
  opacity: 0;
}
.products-box > div:hover h2 {
  top: 25%;
}
.products-box > div:hover p {
  top: 35%;
  opacity: 1;
}
#hero h1:after {
  content: "";
  height: 2px;
  background-color: #cf3442;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section p {
  line-height: 25px;
}
.section.eco-bg {
  background: url(../img/eco_bg.jpg) no-repeat left bottom;
  background-size: 45% auto;
  height: 450px;
  background-color: #ebebeb;
}
.eco-text {
  margin-top: 5%;
}
.our-team > div {
  text-align: center;
}
.our-team p {
  text-align: left;
  padding: 1px 30px;
  margin: 0;
}
.our-team p:nth-child(2) {
  margin-top: 15px;
}
.our-team p:nth-child(n+4) {
  color: #cf3442;
  padding-left: 55px;
}
.our-team p:nth-child(-n+3) {
  color: #3b444f;
}
.our-team p:nth-child(3) {
  font-weight: 700;
  margin-bottom: 10px;
}
.our-team p:nth-child(4) {
  background: url(../img/phone_ico_red.jpg) no-repeat left 30px center;
}
.our-team p:nth-child(5) {
  background: url(../img/email_ico_red.jpg) no-repeat left 30px center;
}
h2.header-center {
  text-align: center;
}
ul.animate.start {
  -webkit-animation: fadeInRight 0.4s ease-out 0.6s forwards;
  -moz-animation: fadeInRight 0.4s ease-out 1s forwards;
  -ms-animation: fadeInRight 0.4s ease-out 1s forwards;
  -o-animation: fadeInRight 0.4s ease-out 1s forwards;
  animation: fadeInRight 0.4s ease-out 0.9s forwards;
}
.product-adv h2.start {
  -webkit-animation: fadeInDown 0.3s ease-out 0.3s forwards;
  -moz-animation: fadeInDown 0.3s ease-out 0.3s forwards;
  -ms-animation: fadeInDown 0.3s ease-out 0.3s forwards;
  -o-animation: fadeInDown 0.3s ease-out 0.3s forwards;
  animation: fadeInDown 0.3s ease-out 0.3s forwards;
}
.product-adv p.start {
  -webkit-animation: fadeInDown 0.4s ease-out 0.5s forwards;
  -moz-animation: fadeInDown 0.4s ease-out 0.5s forwards;
  -ms-animation: fadeInDown 0.4s ease-out 0.5s forwards;
  -o-animation: fadeInDown 0.4s ease-out 0.5s forwards;
  animation: fadeInDown 0.4s ease-out 0.5s forwards;
}
.page-section {
  margin: 30px 0;
}
.produkt-gallery-item > div img {
  max-width: 100%;
  height: auto;
}
.order-info {
  padding: 15px;
  background-color: #122d45;
  color: #fff;
  border-top: 3px solid #cf3442;
  margin-top: 30px;
  margin-bottom: 30px;
}
.i-phone {
  font-size: 30px;
  font-weight: 700;
}
.tab-content {
  border: 1px solid #eeeeee;
  border-top: transparent;
  padding: 20px 15px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #eee;
  border-bottom: 1px solid transparent;
}
.tab-content ul {
  padding-left: 15px;
  font-size: 13px;
  color: #72777e;
}
.tab-content ul > li {
  padding: 5px 0;
}
.price-table > div > .row,
.cart-table-row,
.table-row > div {
  border: 1px solid #ececec;
  padding: 20px 0;
}
.cart-table-row .old-price {
  font-size: 11px;
}
.table-row > div {
  text-align: center;
}
.price-table > div > .row:hover {
  background: rgba(18, 46, 69, 0.2);
}
.price-table > div > .row:nth-child(n+2) {
  border-top: none;
}
.table-header {
  font-weight: 700;
}
.order-products {
  padding: 0 !important;
  /*padding: 0;*/
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.table-row.expanded .order-products {
  height: auto;
}
.table-row:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}
.order-products > .row-product {
  display: block;
  width: 100%;
  clear: both;
}
.order-products > .row-product > div {
  padding: 8px;
  border-bottom: 1px solid #eeeeee;
}
.cart-table {
  width: 100%;
}
.cart-table-header {
  font-weight: 700;
}
.cart-table-row {
  display: flex;
  align-items: center;
}
.cart-table-row > div {
  display: table-cell;
}
.justify-content-center {
  justify-content: center;
}
.btn.btn-primary {
  background: #d2404d;
  border-radius: 0;
  border: none;
}
.btn-red-border {
  border: 1px solid #d2404d;
  color: #d2404d;
  padding: 1px 10px;
  transition: all 0.3s ease;
}
.btn-red-border:hover {
  background-color: #d2404d;
  color: #fff;
}
.user-box {
  position: fixed;
  height: 100vh;
  width: 100%;
  border-top: 5px solid #cf3442;
  background-color: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  top: 0;
  right: -110%;
  z-index: 99999;
  height: 5px;
  transition: all 0.4s ease-out, height 0.3s ease-in 0.4s;
}
.user-box .container {
  padding: 7% 15%;
}
.user-box.active {
  right: 0;
  height: 100%;
}
.close-user-box {
  position: absolute;
  top: 15px;
  right: -100px;
  color: #d2404d;
  font-size: 50px;
  transform: rotate(-45deg);
  transition: all 0.4s ease 0.8s;
  cursor: pointer;
}
.product-item img {
  max-width: 100%;
}
.product-box > div {
  position: relative;
}
.products-box a {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 99;
  top: 0;
  left: 0;
}
.page-section .products-box h2 {
  top: 30%;
}
.page-section .products-box > div:hover h2 {
  /*top: 0;*/
  /*margin-top: 5px;*/
}
.page-section .products-box > div:hover p {
  top: 40%;
}
.home-products h2 {
  text-align: center;
}
.price-table input[type=number] {
  text-align: center;
}
.price-table input[type=submit] {
  background: transparent;
  transition: all 0.4s ease;
}
.price-table input[type=submit]:hover {
  background: #cf3442;
  color: #fff;
}
#other-combinations-container {
  display: flex;
  align-items: center;
}
#otherCombinationsSelect {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  height: 40px;
}
#otherCombinationsSelect:hover ul li {
  visibility: visible;
  opacity: 1;
  display: block;
  width: 100%;
}
#otherCombinationsSelect ul {
  list-style: none;
  position: absolute;
  background: #FFF;
  padding: 0;
  margin: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
#otherCombinationsSelect ul li {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  display: none;
}
#otherCombinationsSelect a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #000;
}
#otherCombinationsSelect i {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  height: 20px;
}
#otherCombinationsSelect a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#otherCombinationsSelect ul > li:first-child {
  visibility: visible;
  display: block;
  opacity: 1;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem !important;
}
.product-info h2 {
  text-align: left;
}
.product-info .price {
  text-align: left;
}
.product-quantity-box {
  padding: 5px 0 10px;
}
.product-quantity-box .number-box input {
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid #a6a6a6;
  text-align: center;
  width: 90px;
}
.product-quantity-box .number-box {
  float: left;
  margin-right: 15px;
}
.product-quantity-box input[type=submit] {
  /*float: right;*/
  background: #cf3442;
  color: #fff;
  border-radius: 20px;
  padding: 10px 35px;
}
.prd-des {
  line-height: 29px;
  font-size: 16px;
}
.description-box {
  margin: 30px 0;
}
#specification ul {
  padding-left: 20px;
}
#specification ul li {
  font-size: 16px;
  padding: 5px 0;
}
.user-box.active .close-user-box {
  right: 30px;
  transform: rotate(45deg);
}
.breadcrumb > li + li:before {
  content: "";
  display: block;
}
.item-qty {
  width: 40px;
  text-align: center;
}
.text-green {
  color: green;
}
.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.payment-methods label {
  width: 100%;
  display: flex;
  gap: 7px;
  align-items: center;
}
.payment-methods img {
  max-width: 45px;
  height: auto;
}
#sidebar-cart {
  position: fixed;
  right: -300px;
  top: 0;
  height: 100%;
  width: 300px;
  border-left: 1px solid #eeeeee;
  background-color: #fff;
  transition: all 0.5s ease-out;
  padding: 0 20px;
  z-index: 99;
}
#sidebar-cart.active {
  right: 0;
}
#sidebar-cart h4 {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #f6f6f6;
}
.cart-content h3 {
  color: #333333;
  font-size: 14px;
}
.cart-content {
  color: #a6a6a6;
  max-height: 64vh;
  overflow-y: scroll;
}
.cart-content::-webkit-scrollbar {
  width: 2px;
  background: #eeeeee;
}
.cart-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.cart-item {
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}
.remove-item {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  background: url(../img/remove_ico.png) no-repeat center center;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.cart-shipping {
  background-color: #f6f6f6;
  padding-left: 30%;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.shipping-item {
  padding: 5px;
}
.product-name,
.cart-size {
  font-size: 14px;
  color: #3b444f;
  font-weight: 700;
}
.cart-price {
  color: #cf3442;
  font-weight: 700;
}
ul li,
ol li {
  padding: 5px 0;
}
.close-cart {
  background-color: #d2404d;
  color: #fff;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}
.cart-account,
.cart-shipping-box,
.rules-box {
  border: 1px solid #ececec;
  padding: 0 25px 20px;
  margin-top: 30px;
}
footer {
  padding: 30px 0;
  background: #122d45;
  color: #fff;
  margin-top: 40px;
}
footer a {
  color: rgba(255, 255, 255, 0.9);
}
footer .h4 {
  color: #FFF;
  margin-bottom: 20px;
  display: block;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
.rules-box {
  padding-top: 20px;
}
#ajax_cart_total {
  font-size: 20px;
}
.switch-account {
  height: 50px;
  border: 1px solid #ececec;
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
}
.btn-cart {
  padding: 10px 25px;
  font-size: 17px;
}
.cart-total-shipping {
  border-top: #fff;
}
.cart-total-without-shipping {
  border-bottom: #fff;
  padding-bottom: 0;
}
.cart-total-shipping {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cart-total-payment {
  padding-top: 0;
  /*padding-bottom: 0;*/
  border-top: none;
  border-bottom: none;
}
/*.switch-account:before {
    content: "";
    width: 50%;
    height: 50px;
    background-color: #d2404d;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1;
    transition: all 0.3s ease;
}*/
.switch-account > div {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cart-choose .form-control {
  border: none;
  box-shadow: none;
}
.switch-account .active {
  color: #fff;
}
.cart-account label {
  display: block;
}
.cart-account input {
  width: 100%;
  padding: 7px 10px;
}
#hide-cart span {
  transform: rotate(45deg);
  display: block;
}
#hide-cart {
  content: "+";
  height: 30px;
  width: 30px;
  display: block;
  background-color: #cf3442;
  color: #fff;
  position: absolute;
  right: 300px;
  top: 0;
  cursor: pointer;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
#sidebar-cart #hide-cart {
  opacity: 0;
}
#sidebar-cart.active #hide-cart {
  opacity: 1;
}
#show-cart {
  /*height: 30px;*/
  width: auto;
  display: block;
  background-color: #cf3442;
  color: #fff;
  position: absolute;
  right: 257px;
  padding: 5px 15px 3px;
  top: 80px;
  cursor: pointer;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  transform: rotate(90deg);
  opacity: 1;
}
.payments-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.payments-list > div {
  flex: 0 0 20%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payments-list > div img {
  max-width: 100%;
  max-height: 60px;
}
#sidebar-cart.active #show-cart {
  opacity: 0;
}
.red-text {
  color: #cf3442;
}
.cart-total {
  text-align: center;
  padding: 15px;
}
#password_valid {
  color: #cf3442;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 700;
}
.line {
  height: 1px;
  display: block;
  background-color: #eeeeee;
  margin: 20px 0;
}
.tesimonial-text p {
  padding-left: 45px;
  line-height: 23px;
}
.required {
  color: #cf3442;
}
.tesimonial-text:before {
  content: '"';
  position: absolute;
  font-size: 110px;
  top: 0;
  color: #cf3442;
  opacity: 0.3;
  display: block;
}
.products-aside {
  background: #122d45;
  padding: 25px 15px;
}
.products-aside a {
  color: #fff;
  padding: 10px 10px;
  display: block;
}
.products-aside ul {
  list-style: none;
  padding: 0;
}
.products-aside ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.form-btn {
  margin: 15px 0;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.mobile-pcs {
  display: none;
}
.client-name {
  border-bottom: 3px solid #cf3442;
  font-size: 16px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.button {
  display: none;
}
@media screen and (max-width: 1000px) {
  .no-price {
    display: none;
  }
  .navbar-toggle {
    background: #d2404d;
    border: none;
  }
  .mobile-pcs {
    display: inline;
  }
  .prodct-table-price,
  .product-table-cart {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .prodct-table-price {
    font-weight: 700;
    font-size: 18px;
    color: #d2404d;
  }
  .account-links {
    position: absolute;
    top: -54px;
    left: 10px;
  }
  .signin-link {
    color: #fff;
  }
}
.old-price {
  font-weight: 400;
  text-decoration: line-through;
  color: #777;
}
.product-price-row {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  html,
  body {
    height: 100%;
    margin: 0;
  }
  #hero h1 {
    font-size: 27px;
    line-height: 29px;
    top: 30%;
  }
  #hero {
    height: 42vh;
  }
  .product-quantity-box {
    flex-direction: column;
    gap: 10px;
  }
  .product-quantity-box .number-box {
    float: left;
    margin-right: 15px;
    width: 100%;
  }
  .product-quantity-box input[type=submit] {
    float: right;
    background: #cf3442;
    color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
    margin-top: 10px;
  }
  .product-quantity-box .number-box input {
    border-radius: 0;
    padding: 14px 15px;
    border: 1px solid #a6a6a6;
    text-align: center;
    width: calc(100% - 100px);
    margin-left: 50px;
  }
  .top-container {
    font-size: 9px;
  }
  .langs {
    list-style: none;
    position: absolute;
    top: 17px;
    right: 0;
    left: -20PX;
    display: flex;
    gap: 3px;
  }
  #other-combinations-container {
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
  }
  #other-combinations-container > div {
    flex: 0 0 100%;
  }
  .envelopes-dimensions {
    display: none;
  }
  .product-price-container {
    text-align: center;
  }
  .product-info .price {
    text-align: center;
  }
  .product-info .price b {
    font-size: 28px;
  }
  #navbar {
    position: fixed;
    height: 100vh;
    width: 100vw;
    border-top: 5px solid #cf3442;
    background-color: rgba(255, 255, 255, 0.98);
    overflow: hidden;
    top: 100px;
    right: -110%;
    z-index: 99999;
    height: 5px;
    transition: all 0.4s ease-out, height 0.3s ease-in 0.4s;
  }
  #navbar.in {
    right: 0;
    height: 100vh;
  }
  ul.nav-pills > li > a {
    font-size: 22px;
  }
  .navbar .col-md-3 .signin-link {
    display: none;
  }
  .navbar .col-md-3 .login-link {
    position: absolute;
    top: -59px;
    right: 70px;
    background-color: #7a8a9e;
  }
  .navbar {
    height: 80px;
  }
  .navbar-brand {
    padding-top: 5px;
  }
  #hero a {
    font-size: 14px;
    bottom: 18%;
  }
  .envelopes-bg {
    height: 135px;
    background-size: 100% auto;
  }
  .envelopes-features h2 {
    right: 5%;
    width: 90%;
    top: -73%;
  }
  .no-price {
    display: none;
  }
  .navbar-toggle {
    background: #d2404d;
    border: none;
  }
  .mobile-pcs {
    display: inline;
  }
  .prodct-table-price,
  .product-table-cart {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .prodct-table-price {
    font-weight: 700;
    font-size: 18px;
    color: #d2404d;
  }
  #show-cart {
    top: 162px;
  }
  .cart-price {
    font-size: 16px;
  }
  .cart-pieces {
    text-align: center;
    margin-top: 10px;
  }
  .cart-price-netto {
    clear: both;
  }
  .cart-quantity {
    display: none;
  }
  .cart-table-row > div:nth-child(n+5) {
    margin-top: 10px;
  }
  .cart-quantity span {
    font-size: 10px;
  }
  .cart-price {
    color: #cf3442;
    font-weight: 700;
    text-align: right;
  }
  .login-link {
    padding: 6px 17px;
    font-size: 11px;
  }
  .navbar-inverse .navbar-toggle {
    margin-right: -5px;
  }
  .product-name {
    font-size: 14px;
    color: #3b444f;
    font-weight: 700;
  }
  #sidebar-cart {
    z-index: 999;
  }
  .envelopes-features {
    overflow: hidden;
  }
  .cart-price-unit {
    display: none !important;
  }
  #sidebar-cart {
    position: fixed;
    right: 0;
    left: 0;
    top: calc(100vh - 50px);
    height: 100%;
    width: 100%;
    border-left: 1px solid #eeeeee;
    background-color: #fff;
    transition: all 0.5s ease-out;
    padding: 0 20px;
  }
  footer {
    padding-bottom: 45px;
  }
  #sidebar-cart.active {
    right: 0;
    top: 0;
  }
  #hide-cart {
    z-index: 999;
  }
  .col-cr-top {
    position: relative;
  }
  .prodct-table-price {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .prodct-table-price {
    line-height: 50px;
  }
  .envelope-name .mobile-pcs {
    display: block;
    color: #333333;
  }
  .price-row {
    text-align: center;
  }
  #show-cart {
    /* height: 30px; */
    width: auto;
    display: block;
    background-color: #cf3442;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    padding: 10px 15px 10px;
    top: 0;
    cursor: pointer;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    transform: rotate(0deg);
    opacity: 1;
  }
  .envelope-size {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .envelope-name {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .price-table > div > .row {
    border-top: 2px solid #122d45 !important;
  }
  .envelope-name strong {
    font-size: 25px;
    color: #122d45;
  }
  .price-table > div > .row:hover {
    background: none;
  }
  .product-table-cart input[type=number] {
    width: 100%;
    display: block;
    background: #f5f5f5;
    color: #122d45;
    padding: 15px;
    border: none;
  }
  .number-box {
    position: relative;
  }
  .inc.button,
  .dec.button {
    height: 50px;
    width: 50px;
    display: block;
    background: #122d45;
    color: #fff;
    padding: 15px;
    border: none;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    line-height: 25px;
  }
  .inc.button {
    right: 0;
  }
  .dec.button {
    left: 0;
  }
  .product-table-cart input[type=submit] {
    margin-top: 10px;
    width: 100%;
    display: block;
    background: #d2404d;
    color: #fff;
    padding: 15px;
  }
  .old-price {
    font-size: 12px;
  }
  .cart-item h3 span {
    display: none;
  }
  .cart-item {
    overflow: auto;
    clear: both;
  }
  .cart-item h3 {
    font-size: 20px;
    color: #122d45;
    font-weight: 500;
    width: 30%;
    float: left;
  }
  .cart-item p {
    color: #999999;
    font-size: 16px;
    line-height: 52px;
    margin-top: 5px;
  }
  .remove-item {
    top: 20px;
  }
  .prd-des {
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .prd-des:hover {
    height: auto;
  }
  h2 {
    font-size: 24px;
  }
  .produkt-gallery-item {
    margin-top: 15px;
  }
  .nav.nav-tabs > li > a > span {
    display: none;
  }
  .nav.nav-tabs > li > a {
    font-size: 12px;
  }
  .order-info {
    display: none;
  }
  .price-table {
    margin-top: 30px;
  }
  .price-table .row-dark,
  .price-table .cart-box-top-pd {
    display: none;
  }
  .cart-total-amount .text-right,
  .cart-total-shipping .text-right,
  .cart-total-payment .text-right,
  .cart-total-without-shipping .text-right {
    text-align: center !important;
  }
  .cart-total-shipping span {
    font-size: 18px;
    color: #cf3442;
  }
}
/*# sourceMappingURL=main.css.map */