@import "/css/popups.css";
@import "/css/resources.css";
@import "/css/fabric-item.css";
@import "/css/shoppingCart.css";
@import "/css/account.css";
@import "/css/editor.css";
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0a2463;
  background-color: #fdfdfe;
  max-width: 1942px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}

img {
  border: none;
  max-width: 100%;
}
h1 {
  font-size: 60px;
  font-weight: 300;
}
h2 {
  font-size: 60px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 20px;
}
h3 {
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: 500;
}
h4 {
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}
h5 {
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.l-spacing-init {
  letter-spacing: initial;
  text-transform: initial;
}
.fc-darkBlue {
  color: #0a2563;
}
.fc-lightBlue {
  color: #0a25637c;
}
.fc-lightGray {
  color: #8da7be;
}
.fs07 {
  font-size: 0.7em;
}
.fs08 {
  font-size: 0.8em;
}
.fs09 {
  font-size: 0.9em;
}
.fs1 {
  font-size: 1em;
}
p {
  line-height: 160%;
  margin-bottom: 10px;
  font-size: 19px;
}

a {
  text-decoration: none;
}
ul {
  /* list-style-image: url('square.gif'); */
  list-style-position: inside;
  overflow: hidden;
}
li {
  font-size: 18px;
}
hr {
  border: none;
  border-bottom: 1px solid #0a2463;
}
.hr2 {
  width: 95%;
  margin: 25px auto;
  border: none;
  border-bottom: 1px solid #b5b5cd;
}
.hr3 {
  width: 95%;
  border: none;
  border-bottom: 1px solid #b5b5cd;
}
button {
  font-family: "Montserrat", sans-serif;
}
.outline {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
.b300 {
  font-weight: 300;
}
.b400 {
  font-weight: 400;
}
.b500 {
  font-weight: 500;
}
.b600 {
  font-weight: 600;
}
.b700 {
  font-weight: 700;
}
.b800 {
  font-weight: 800;
}
.widthInitial {
  width: initial;
}
.width80perc {
  width: calc(90% + 30px);
}
.width90perc {
  width: 90%;
}
.width100perc {
  width: 100%;
}
.mar0auto {
  margin: 0 auto;
}
.pa1 {
  padding: 1em;
}
.pa2 {
  padding: 2em;
}
.mar1 {
  margin: 1em;
}
.mar2 {
  margin: 2em;
}
.mar-l1 {
  margin: 0;
  margin-left: 1em;
}
.mar-l2 {
  margin: 0;
  margin-left: 2em;
}
.mar-r1 {
  margin: 0;
  margin-right: 1em;
}
.mar-r2 {
  margin: 0;
  margin-right: 2em;
}
.mar-lr05 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mar-lr1 {
  margin-left: 1em;
  margin-right: 1em;
}
.mar-lr2 {
  margin-left: 2em;
  margin-right: 2em;
}
.mar-t1 {
  margin-top: 1em;
}
.mar-t2 {
  margin-top: 2em;
}
.mar-b1 {
  margin-bottom: 1em;
}
.mar-b2 {
  margin-bottom: 2em;
}
.mar-tb1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mar-tb2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.font-big {
  font-weight: 500;
  font-size: 22px;
}
.font-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.font-company-color {
  color: #e0485d;
}
.img-rounded {
  border-radius: 10px;
}
.wrapper {
  /* padding: 1% 5%; */
  margin: 0 auto;
  max-width: 1520px;
  position: relative;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flex-center-full {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex-row-between {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.flex-row-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.flex-row-around {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.flex-row-align {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex-row-align-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.flex-column-center-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.clear {
  clear: both;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}
.logo {
  display: block;
  /* position: absolute;
    left: 58px;
    top: 5px; */
}
.inner-block {
  padding: 0;
  margin-bottom: 60px;
  margin-top: 60px;
}
.sale-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgb(168, 38, 38);
}
.inner-block-2 {
  padding: 0 0 100px;
}
.inner-block-3 {
  padding: 50px 0 50px;
}
.inner-block-3 .pm-breadcrumbs {
  margin-bottom: 10px;
}
.content {
  position: relative;
  overflow: hidden;
}
.wp-common .content {
  padding-top: 150px;
}
.par-L,
.par-R {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.par-L .par-block-1 {
  order: 1;
}
.par-L .par-block-2 {
  order: 2;
}
.par-R .par-block-1 {
  order: 2;
}
.par-R .par-block-2 {
  order: 1;
}
.par-block-1,
.par-block-2 {
  width: 47%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.block-l,
.block-r {
  width: 47%;
  position: relative;
  display: inline-block;
  display: flex;
  /* max-height: 75px; */
  justify-content: flex-end;
}
.block-20 {
  width: 19%;
}
.block-30 {
  width: 29%;
}
.block-40 {
  width: 39%;
}
.block-60 {
  width: 58%;
}
.block-70 {
  width: 68%;
}
.block-80 {
  width: 78%;
}
.block-70 .txt-heading {
  margin: 0;
  max-width: 1200px;
  margin-bottom: 40px;
}
.transform {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.text-paragraph {
  text-align: left;
  max-width: 800px;
  transition: 0.4s ease-in-out;
  padding: 40px;
}
.txt-heading {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 800px;
}
.txt-heading h3 a {
  text-decoration: underline;
  color: #0a2463;
}
.txt-heading h3 a:hover {
  color: #e0485d;
}
.txt-col {
  column-count: 2;
  column-gap: 3.6%;
}
.text-center {
  text-align: center;
}

.sep {
  margin: 10px auto;
  display: block;
  clear: both;
  width: 100px;
  height: 2px;
  background: #0a2463;
}
.dashed-sep-line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #b5b5cd;
}
.decor-line,
.decor-line2 {
  padding-left: 100px;
  display: inline-block;
  position: relative;
}
.decor-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 80px;
  height: 2px;
  background: #0a2463;
  top: 15px;
}

.decor-line2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 80px;
  height: 2px;
  background: #0a2463;
  top: 0px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-50 {
  margin-top: 50px;
}
.left-100 {
  left: 100px;
}
.list-link li {
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.list-link li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ea7186;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
.list-link li a {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.list-link li a:hover {
  color: #ea7186;
}
.common-header {
  background: transparent linear-gradient(90deg, #ebf3ff 0%, #fff4eb 100%) 0% 0%
    no-repeat padding-box;
  padding: 30px 0;
}
.common-header p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}
.pmd-descr-text h2,
.common-header h2 {
  margin-bottom: 0;
}
.pm-breadcrumbs a,
.pm-breadcrumbs span {
  font-size: 14px;
}
.pm-breadcrumbs span:last-child {
  font-weight: 700;
}
.bg-beige {
  background: #faf5f2;
}
.links-block {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
  order: 3;
}
.links-block li {
  list-style: none;
}
.links-block li a {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
.normal-list li {
  margin-bottom: 10px;
}
/* Header - BEGIN */
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 1942px;
}
.header.active {
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25);
  -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25);
  box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25);
}
.wp-common .header {
  background: #fff;
}
.h-top,
.h-bottom {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.h-bottom {
  padding-top: 10px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #d5d5d5;
}
.hm-B-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 7px;
  padding-bottom: 15px;
  justify-content: space-between;
}
.tm-main {
  padding-right: 15px;
  position: relative;
  white-space: nowrap;
}
.hm-B-menu .tm-sale A.tm-link {
  color: #e0485d;
  padding-left: 25px;
  position: relative;
}
.tm-sale:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/images/icons/icon-shop.png");
  background-size: contain;
  left: 0;
  top: 0px;
}
.hm-B-menu A.tm-link {
  font-size: 18px;
  color: #0a2463;
  font-weight: 500;
  letter-spacing: 1.44px;
  position: relative;
}
.hm-B-menu A.tm-link:hover {
  color: #e0485d;
}
.hm-B-menu A.tm-link.ar-drp::after {
  content: "";
  width: 11px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background: url(/images/icons/dropdown.svg);
  display: block;
  position: absolute;
  right: -15px;
  top: 35%;
}
.h-top {
  padding-top: 10px;
}
.hm-TL {
  max-width: 500px;
  align-items: center;
  display: flex;
}
.hm-TL .tm-main {
  display: inline-block;
  position: relative;
}
.hm-TL A.tm-link {
  font-size: 14px;
  font-weight: 500;
  color: #0a2463;
}
.hm-TL A.tm-link:hover {
  color: #e0485d;
}
/*Resize the wrap to see the search bar change!*/
.search-wrap {
  width: 30%;
  max-width: 400px;
  position: relative;
  margin-right: 5%;
  margin-left: 2%;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
  background: transparent;
}
.search input:hover,
.search input:focus {
  border: 1px solid #e0485d;
}
.searchTerm {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 7px;
  height: 20px;
  border-radius: 5px;
  outline: none;
  color: #0a2463;
  background: #fff;
}

.searchTerm:focus {
  color: #0a2463;
}

.searchButton {
  width: 40px;
  height: 36px;
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background-image: url(/images/icons/icon-search.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-left: none;
  position: absolute;
  right: 2px;
}
.searchButton.active {
  background-color: #e0485d;
  border: 1px solid #e0485d;
}
input.searchTerm:focus {
  border: 1px solid #e0485d;
  transition: 0.35s ease;
  color: #e0485d;
}
input.searchTerm:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input.searchTerm:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input.searchTerm:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.hm-buttons-nav {
  display: flex;
  justify-content: space-between;
}
.hm-TR-button {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  cursor: pointer;
}
.hm-TR-button:hover {
  background: #ea7186;
  border: 1px solid #e0485d;
}
.hm-TR-button A {
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.hm-TR-button:hover a span {
  background: #322885;
}
.hm-TR-button a span {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background-color: #e0485d;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 6px;
  font-weight: 500;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* RESPONSIVE TRIGER - BEGIN */

#responsive-menu-trigger {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 10px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: right;
  cursor: pointer;
  display: none;
}
.header.minified #responsive-menu-trigger {
  margin: 11px 15px 0px 5px;
}

#responsive-menu-trigger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-image: linear-gradient(to right, #0b2341, #134581);
}

#responsive-menu-trigger span:nth-child(1) {
  top: 0px;
}

#responsive-menu-trigger span:nth-child(2) {
  top: 14px;
}
.header.minified #responsive-menu-trigger span:nth-child(2) {
  top: 12px;
}
#responsive-menu-trigger span:nth-child(3) {
  top: 28px;
}
.header.minified #responsive-menu-trigger span:nth-child(3) {
  top: 24px;
}
.header.minified #responsive-menu-trigger.open span:nth-child(3) {
  top: 14px;
}
.header.minified #responsive-menu-trigger.open span:nth-child(1) {
  top: 14px;
}
#responsive-menu-trigger.open span {
  background-image: linear-gradient(to right, #537895, #70a4cc, #134581);
}

#responsive-menu-trigger.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#responsive-menu-trigger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#responsive-menu-trigger.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header .responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 155px;
  z-index: 11;
  transition: top 0.5s;
}

.header.minified .responsive-menu-container {
  top: 50px;
}

.responsive-menu-container a {
  display: block;
  text-align: right;
  padding: 17px 15px 17px 5px;
  background-color: rgba(0, 0, 0, 0.95);
  border-bottom: 1px solid #c3c3c3;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.responsive-menu-container a:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* RESPONSIVE TRIGER - END */

/* header - END */

/* Footer - BEGIN */

.footer {
  width: 100%;
  padding-top: 150px;
  color: #0b132b;
  background-image: url("/images/footer-bg.svg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.footer-ex-T {
  margin-bottom: 50px;
}
.illustration-footer {
  position: absolute;
  left: 100px;
  bottom: 120px;
  max-width: 150px;
}
.bg-block-footer {
  float: right;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 10px;
  padding: 20px 25px;
}
.footer-T {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px solid #0a2463;
}
.ft-links.ft-logo {
  width: 25%;
}
.ft-links {
  position: relative;
  z-index: 1;
}
.ft-logo .socials {
  margin-top: 20px;
}
.socials A {
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
}
.ft-links A:link,
.ft-links A:visited {
  padding: 5px 0;
  text-decoration: none;
  color: #0b132b;
  font-size: 11pt;
  font-weight: 400;
}
.ft-links A:hover {
  color: #e0485d;
}
.ft-links label {
  display: block;
  position: relative;
  font-size: 20px;
  letter-spacing: 1.4px;
  font-weight: 700;
  color: #0a2463;
  margin-bottom: 20px;
}
.ft-links p {
  line-height: 100%;
}
.ft-navigation div {
  column-count: 2;
  column-gap: 3.6%;
}
.footer-B {
  padding: 20px 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.copyright {
  font-size: 10px;
  color: #0b132b;
}
.copyright a {
  color: #0b132b;
  text-decoration: none;
  font-weight: bold;
}
/* Footer - END */
/* Buttons - BEGIN */
.button {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: left;
  letter-spacing: 0.9px;
}
.btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  /* background-color: #fff; */
  /* justify-content: flex-end; */
}
.home-btn {
  padding-top: 30px;
  margin: 0;
  max-width: max-content;
  margin-left: 100px;
  /* min-width: 210px; */
  /* display: inline-block; */
}
.page-btn {
  display: inline-block;
}
.button .lbl {
  position: relative;
  z-index: 3;
}
.button .icn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 0 10px 10px 0;
}
.button .icn i {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.button:hover .icn {
  width: 100%;
}
.common-link {
  width: calc(100% - 50px);
  background-color: #e0485d;
  height: 40px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  padding: 20px 55px 0 25px;
  color: #fff;
  border-radius: 10px;
}
.common-link .icn {
  background-color: #322885;
}
.common-link .icn i {
  background-image: url(/images/icons/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.common-link:hover .icn {
  border-radius: 10px;
}
.common-link:hover .icn i {
  background-color: #e0485d;
  border-radius: 0 10px 10px 0;
}
.second-link {
  height: 30px;
  padding: 10px 25px 0 55px;
  border-radius: 10px;
  border: 1px solid #322885;
  color: #322885;
  letter-spacing: 3.6px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  /* height: 35px;
  padding: 15px 25px 0 55px; */
}
.second-link:hover {
  background: #e0485d;
  border: 1px solid #e0485d;
}
.second-link .icn {
  position: absolute;
  right: auto;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.second-link:hover .icn {
  width: 40px;
}

#open-close-button {
  width: 25px;
  height: 25px;
  position: absolute;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 10px;
  left: 15px;
}

#open-close-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #322885;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#open-close-button span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#open-close-button span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#open-close-button span:nth-child(1),
#open-close-button span:nth-child(2) {
  top: 0px;
}

#open-close-button span:nth-child(3),
#open-close-button span:nth-child(4) {
  top: 8px;
}

#open-close-button span:nth-child(5),
#open-close-button span:nth-child(6) {
  top: 16px;
}

#open-close-button.open span:nth-child(1),
#open-close-button.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#open-close-button.open span:nth-child(2),
#open-close-button.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#open-close-button.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#open-close-button.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#open-close-button.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#open-close-button.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#open-close-button.open span:nth-child(5) {
  left: 5px;
  top: 9px;
}

#open-close-button.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 9px;
}

.third-link {
  display: inline-block;
  position: relative;
  letter-spacing: 3.2px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0a2463;
  padding-right: 40px;
}
.third-link .icn {
  height: 30px;
  width: 30px;
  background-color: #e0485d;
  border-radius: 50%;
  top: -5px;
}
.third-link .icn i {
  background-image: url(/images/icons/arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  height: 30px;
  width: 30px;
  transform: rotate(180deg);
}
.third-link:hover {
  color: #e0485d;
}
.third-link:hover .icn {
  width: 30px;
  background-color: #322885;
}
.fourth-link {
  background-color: #e0485d;
  height: 40px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  padding: 20px 55px 0 25px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  width: calc(98% - 55px - 25px);
  position: relative;
}
.fourth-link .icn {
  border-left: 2px solid #fff;
  top: 15px;
  height: 30px;
}
.fourth-link .icn i {
  background-image: url("/images/icons/add-cart.png");
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.fourth-link:hover {
  background-color: #040a5e;
}
.fourth-link:hover .icn {
  width: 60px;
}
.fourth-link.link-blue .icn i {
  background-image: url("/images/icons/btn-arrow-right.png");
}
.link-blue {
  background-color: #040a5e;
}
.link-blue:hover {
  background-color: #e0485d;
}
.back-to-previous {
  float: right;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #040a5e;
}
.back-to-previous:before {
  content: "<<";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* Buttons - END */

/* Home Page - BEGIN */

.dropdown {
  display: none;
  position: fixed;
  top: 145px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1.5% 5% 0.5%;
  transition: top 0.2s;
  z-index: 10;
  box-shadow: 0px 5px 6px #0b132b1f;
  border-top: 1px solid #dedede;
}
.header.active .dropdown {
  top: 80px;
}
.minimized .dropdown {
  top: 64px;
}
/* .dropdown .flex-wrapper {
  justify-content: start;
} */
.dropdowns h3 {
  margin-bottom: 7px;
  font-weight: 900;
  font-size: 30px;
  color: #212121;
  text-transform: uppercase;
}

.dd-close {
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
  background: url("/images/icons/cancel-icon.svg");
  border: 1px solid #3c4e98;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

/* Dropdown Content (Hidden by Default)*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 175px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  box-sizing: border-box;
  transform: translateX(-25%);
  white-space: nowrap;
}
/*Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px dashed #b4cded;
}
.dropdown-content a:last-child {
  border-bottom: none;
}
/*Change the color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/*Show the dropdown menu on hover */
.dropdown-s-trigger:hover .dropdown-content {
  display: block;
}
/*Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-s-trigger:hover .hm-B-menu A.tm-link {
  color: #3c4e98 !important;
}
.dropdown-s-trigger:hover .hm-TL A.tm-link {
  color: green;
}
.dropdowns .prd-thumb {
  width: 9%;
  min-width: auto;
}
.dropdowns .prd-thumb .prd-dscr {
  padding: 5px 10px;
}
.dropdowns .prd-thumb .prd-thumb-imge {
  height: 100px;
}
.dropdowns .prd-thumb .prd-cat-name {
  font-size: 12px;
  margin-bottom: 0;
}
.dropdowns .prd-thumb .prd-cat-cnt {
  font-size: 8px;
}

/* Dropdown-menu - end */

.tabs {
  font-size: 18px;
  font-weight: 400;
  padding: 12px 10px;
  list-style: none;
  background: #fff;
  /* box-shadow: 0px 5px 20px rgba(0,0,0,0.1); */
  display: inline-block;
  border-radius: 50px;
  position: relative;
  border: 1px solid #322885;
  float: none;
  height: fit-content;
}

.tabs a {
  text-decoration: none;
  color: #e0485d;
  padding: 15px 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
}

.tabs a.active {
  color: #fff;
}

.tabs a i {
  margin-right: 5px;
}

.tabs .selector {
  height: 60px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
  border-radius: 50px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #e0485d;
}
.tabs-content div[id$="tab-content"] {
  display: none;
}
.tabs-content div[id$="tab-content"].active {
  display: flex !important;
}

.tabs-content .products-home-thumbs .flex-wrapper .prd-thumb {
  -moz-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
  -webkit-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
  animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
}
body .container .content label:nth-of-type(2),
body .container .content input:nth-of-type(2),
body .container .content .more:nth-of-type(2) {
  -moz-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
  -webkit-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
  animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
}
body .container .content label:nth-of-type(3),
body .container .content input:nth-of-type(3),
body .container .content .more:nth-of-type(3) {
  -moz-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
  -webkit-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
  animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
}

.products-home-thumbs {
  width: 100%;
}
.prd-thumb {
  width: 19%;
  min-width: 280px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* margin: 1%; */
  flex-direction: column;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 15px 15px 0 0;
  color: #0a2463;
  margin: 0 0 1%;
}

.prd-thumb-imge {
  width: 100%;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px 15px 0 0;
}
.prd-dscr {
  padding: 15px 25px;
  text-align: center;
}
.prd-cat-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.prd-cat-cnt {
  color: #8da7be;
  font-size: 12px;
  font-weight: 400;
}
.prd-thumb:hover {
  box-shadow: 0px 0px 10px #0a246333;
  border: 1px solid #d5d5d5;
}

.block-with-bg {
  width: 100%;
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
}
.perc-txt {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.3;
}

.product-thumb {
  display: inline-block;
  max-width: 275px;
  border-radius: 10px;
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  position: relative;
  width: 23%;
  margin-right: 1%;
  margin-bottom: 2%;
}
.product-thumb:hover {
  box-shadow: 0px 0px 10px #0a246333;
}
.product-thumb .p-th-img {
  border-radius: 10px 10px 0 0;
  display: inline-block;
  height: 290px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.product-thumb .product-action-buttons {
  width: 90%;
  padding: 5% 5% 0;
  display: flex;
  opacity: 0;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.product-thumb:hover .product-action-buttons {
  opacity: 1;
}
.product-thumb .product-action-buttons .prd-act-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background-color: #0b132b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  border-radius: 50%;
  cursor: pointer;
}
.product-thumb .product-action-buttons .prd-act-btn:focus {
  outline: none;
}
.product-thumb .product-action-buttons .prd-act-btn:hover {
  background-color: #ea7186;
}
.product-thumb .product-action-buttons .prd-act-btn.active {
  background-color: #e0485d;
}
.product-thumb .product-action-buttons .prd-act-btn.actn-like {
  background-image: url("/images/icons/icon-add-to-fav.png");
}
.product-thumb .product-action-buttons .prd-act-btn.actn-save {
  background-image: url("/images/icons/icon-book.png");
}
.product-thumb .p-th-dscr {
  padding: 15px 20px 25px;
  /* min-height: 100px; */
  position: relative;
  text-align: left;
}
.product-thumb .p-th-actnbtn {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  width: 50px;
  justify-content: space-between;
}
.p-th-dscr-cat {
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #8da7be;
  margin-bottom: 5px;
}
.p-th-dscrn-prdct {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.faq-home {
  margin: 0 auto;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #ea7186;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #0a2463;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #ea7186;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #ea7186;
  border: 1px solid #ea7186;
}
.accordion button .accordion-title {
  font-weight: 500;
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 30px;
  height: 30px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 13px;
  left: 6px;
  width: 16px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: 13px;
  width: 2px;
  height: 16px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #ea7186;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 1em 0 2em;
  /* background: #F2F5FA;
  padding: 15px;
  border-radius: 10px; */
}

.articles-list {
  background: #f2f5fa;
  padding: 20px;
  border-radius: 10px;
}

/* Home Page - END */

/* About Page  - Begin */
.adv-unit-block {
  display: inline-block;
  width: 30%;
  margin: 0 1% 2%;
  text-align: center;
}
.adv-unit-block img {
  max-width: 200px;
  margin-bottom: 20px;
}
.adv-unit-block h4 {
  margin-bottom: 10px;
}
/* About Page - END */

/* Contact Page - Begin */
.contact-info {
  max-width: 800px;
  margin: 0 auto;
}
.contact-item {
  width: 330px;
  text-align: center;
  margin-bottom: 20px;
}
.contact-item h5 {
  color: #8da7be;
  margin-bottom: 20px;
}
.contact-item p {
  margin-bottom: 0;
}

/* Contact Page - END */

/* FAQ Page - Begin */
.faq-category:first-child {
  padding-bottom: 60px;
}
.faq-category:not(:first-child) {
  padding: 60px 0;
}
.faq-heading {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.faq-heading h4 {
  margin-bottom: 0;
}
.f-icon {
  background: #fdfdfe 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 8px #00000029;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.faq-items {
  column-count: 2;
  column-gap: 2.6%;
}
.f-item {
  background: #f2f5fa 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 3.6%;
  /* -webkit-column-break-inside: avoid; */
  break-inside: avoid-column;
}
.f-item-heading {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.f-item-text {
  font-size: 16px;
  font-weight: 400;
}
/* FAQ Page - END */

/* Product Splash Page - BEGIN */

.ps-l {
  width: 260px;
  float: left;

  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.ps-r {
  position: relative;
  width: calc(100% - 340px);
  float: right;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.products-splash.full-page .ps-l {
  /* display: none; */
  visibility: hidden;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-splash.full-page .ps-r {
  width: 100%;
}
.filters {
  margin-top: 50px;
}
.dashed-sep-line {
  margin: 30px 0;
}
/* .js-filters {
    padding: 30px 0 0;
} */
/* .js-filters:first-child .fieldset {
  display: block;
} */
.filter-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.toggle-filters-sub {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  cursor: pointer;
  padding: 2px;
  border: 1px solid transparent;
}
.toggle-filters-sub:hover {
  border: 1px solid #b5b5cd;
}
.toggle-filters-sub.expanded {
  transform: rotate(180deg);
}
.fieldset {
  display: none;
}
.filter-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.show-results p {
  margin-bottom: 0;
}
.fr-item label {
  position: relative;
  /* margin-bottom: 8px; */
  /* display: flex; */
  font-size: 12px;
}
.filter-item-numbers {
  float: right;
}
.fr-item label > input[type="checkbox"] {
  margin-right: 5px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #322885;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #322885;
  border: transparent;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.filter-block h5 {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: none;
  font-weight: 600;
  padding-right: 10px;
}
.splash-page-buttons {
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}
.select-block {
  display: inline-block;
  position: relative;
}
.filter-popup-trigger {
  display: none;
  margin-left: 20px;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fafafa;
  border-radius: 16px;
  background: #1720a5;
  background-image: radial-gradient(#1720a5, #040a5e);
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
  transition: box-shadow 0.5s;
}
.select-block:hover .spec-val {
  background-position: 100% 12px;
}
.spec-val {
  display: block;
  padding-right: 24px;
  font-size: 18px;
  cursor: pointer;
  color: #141414;
  border-bottom: 1px solid #3d3d3e;
  background: url(/images/icons/icon-dropdown.png);
  background-position: 100% 10px;
  background-repeat: no-repeat;
  transition: background 0.5s;
}
.select-options {
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0.209px 2.993px 6.72px 0.28px rgba(74, 120, 203, 0.21);
}
.select-options::before {
  content: "";
  display: block;
  width: 41px;
  height: 27px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/icons/icon-dropdown-triangle.png);
}
.select-options span {
  display: block;
  width: 220px;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 0;
}
.select-options span:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.select-options span:hover {
  text-decoration: underline;
}

.splash-page-filters-activated {
  padding: 30px 0 40px;
}
.splash-page-filters-activated .page-btn {
  margin-right: 5px;
}
.splash-page-filters-activated h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.filter-link {
  padding: 5px 38px 5px 15px;
  border-radius: 25px;
  border: 1px solid #8da7be;
  color: #8da7be;
}
.filter-link .icn {
  width: 20px;
  height: 34px;
  border-radius: 0 10px 10px 0;
  background-image: url(/images/icons/icon-minus.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  right: 10px;
  background-position: center;
}
.filter-link:hover {
  color: #e0485d;
  border: 1px solid #e0485d;
}
.filter-link:hover .icn {
  width: 30px;
  background-image: url("/images/icons/icon-minus-hover.png");
  right: 5px;
}
.ps-r .thumbs {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ps-r h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  color: #040f0f;
}

/* Product Splash Page - END */

/* Product Inner Page - BEGIN */
.ppm-l {
  margin-bottom: 20px;
  float: left;
  width: 54.5%;
}
.ppm-cr-wrapper {
  float: right;
  width: 42%;
}
.pp-gallery {
  font-size: 0;
}
.pp-gallery .product-main-photo {
  margin-bottom: 37px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
  transition: box-shadow 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 600px;
  width: 100%;
  position: relative;
}
.prd-in-act-btn {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  /* position: relative; */
  z-index: 1;
  text-align: left;
  height: 40px;
  padding: 10px 15px 10px 50px;
  border-radius: 10px;
  background: #fff;
  color: #322885;
  position: absolute;
  border: none;
  letter-spacing: 3.6px;
  font-size: 18px;
  text-transform: uppercase;
  right: 40px;
  cursor: pointer;
}
.prd-in-act-btn:hover {
  background: #e0485d;
}
.prd-in-act-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 0px;
}
.prd-in-act-btn.actn-modif {
  top: 100px;
}
.prd-in-act-btn.actn-exp {
  top: 40px;
}
.prd-in-act-btn.actn-modif::before {
  background-image: url("/images/icons/icon-pp-customize.png");
}
.prd-in-act-btn.actn-exp::before {
  background-image: url("/images/icons/icon-pp-expand.png");
}

.product-inner-buttons {
  margin-bottom: 30px;
}
.product-inner-buttons .second-link {
  padding: 10px 20px 0 50px;
}
.second-link.btn-pp-save .icn {
  background-image: url("/images/icons/icon-pp-like.png");
  left: 5px;
}
.second-link.btn-pp-add .icn {
  background-image: url("/images/icons/icon-pp-book.png");
  left: 5px;
}
.second-link.btn-pp-share .icn {
  background-image: url("/images/icons/icon-pp-share.png");
  left: 5px;
}
.ppm-cr-wrapper h2 {
  font-size: 50px;
}
.pp-gta-buttons {
  width: 100%;
  margin-bottom: 30px;
}
.pp-gta-buttons .page-btn {
  width: 49%;
}
.pp-dscr {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.pp-price {
  font-size: 30px;
  display: flex;
  margin: 30px 0;
}
.pp-price-new {
  font-weight: 600;
  margin-left: 10px;
  margin-right: 20px;
}
.pp-price-old {
  color: #8da7be;
  text-decoration: line-through;
  letter-spacing: 0.36px;
  font-size: 18px;
  vertical-align: top;
}
.pp-number-info {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.pp-number-info input[type="number"]::-webkit-inner-spin-button,
.pp-number-info input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.pp-number-info .infos {
  margin-top: 10px;
  font-size: 8px;
  color: rgba(0, 0, 0, 0.6);
}

.pp-number-info .number-wrap {
  position: relative;
  height: 54px;
  width: 200px;
  margin-right: 20px;
}
.pp-number-info .number-wrap:after {
  content: "yrds";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: calc(100% - 27px);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.pp-number-info input {
  height: 40px;
  background: #ffffff;
  border: 1px solid #0a2463;
  border-radius: 4px 0 0 4px;
  font-size: 22px;
  color: #0a2463;
  text-align: center;
  width: calc(100% - 31px);
  font-weight: bold;
  padding-bottom: 12px;
  border-right: none;
}

.pp-number-info .input-button {
  position: absolute;
  height: 27px;
  width: 27px;
  border: 1px solid #0a2463;
  color: #0a2463;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  font-weight: 600;
}
.pp-number-info .input-button:hover {
  background: #fafafa;
}
.pp-number-info .input-button.add {
  top: 0;
  right: 1px;
  border-radius: 0 4px 0 0;
  border-bottom: none;
}
.pp-number-info .input-button.remove {
  bottom: 0;
  right: 1px;
  border-radius: 0 0 4px 0;
}
.number-yard-price {
  font-size: 20px;
}
.price-per-yard {
  margin-bottom: 5px;
}

/* Product Inner Page - END */

/* Resources-Splah Page - Begin */

.resources-category-link li {
  list-style: none;
  position: relative;
  padding: 15px 0 5px;
  border-bottom: 1px solid transparent;
}
.resources-category-link li a {
  color: #0a2463;
}
.resources-category-link li:hover {
  border-bottom: 1px solid #e0485d;
}
.resources-category-link li:first-child {
  padding-top: 0;
}
/* .resources-category-link li:last-child {
  padding-bottom: 10px;
} */
.resources-category-link li.active {
  padding-left: 25px;
}
.resources-category-link li.active a {
  font-weight: 600;
}
.resources-category-link li.active:before {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  position: absolute;
  left: 0;
  background-image: url("/images/icons/dropdown.svg");
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-position: center;
  top: 5px;
}
.resouces-thumbs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.r-thumb {
  width: 31%;
  display: inline-flex;
  flex-direction: column;
  min-width: 370px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.r-th-image-cont {
  position: relative;
}
.overlay {
  background: #03073b86;
  display: flex;
  width: 100%;
  height: 270px;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
}
.r-thumb:hover .overlay {
  opacity: 1;
}
.r-thumb:hover {
  box-shadow: 0px 0px 10px #00000065;
}
.r-th-img {
  width: 100%;
  height: 270px;
  border-radius: 10px 10px 0 0;
}
.r-th-dscr {
  padding: 25px;
  background-image: url("/images/resources/textures-resources-bg.png");
}
.r-th-dscrn-prdct {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 21;
  -webkit-box-orient: vertical;
  color: #040a5e;
  line-height: 150%;
}
.r-th-dscr-cat {
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #8da7be;
  margin-bottom: 10px;
}
.r-th-dscr .third-link {
  float: right;
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: 2.2px;
}
.r-th-dscr .third-link .icn {
  height: 25px;
  width: 25px;
  top: -3px;
}
.r-th-dscr .third-link .icn i {
  height: 25px;
  width: 25px;
}
/* Resources-Splah Page - END */

/* Resources-Inner Page - Begin */
.article {
  border-bottom: 1px solid #c3c3c3;
}
.article-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.article .pm-descr {
  margin-bottom: 50px;
}
.full-article-img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.article-content {
  padding: 50px 0;
}
.article-content h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.social-share a {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 50%;
  background: #c3c3c381;
  margin-right: 0;
}
.article-content h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #040a5e;
  position: absolute;
  bottom: 0;
}
.quote {
  /* width: 750px; */
  max-width: 750px;
  clear: both;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
}
.quote::before {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #70a4cc;
  position: absolute;
  top: 0;
  right: 300px;
}
.quote::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #70a4cc;
  position: absolute;
  bottom: 0;
  right: 300px;
}
.quote-text {
  font: italic normal normal 28px/40px Montserrat;
}
.autor-quote {
  font: normal normal 600 18px/38px Montserrat;
}

.pagination-bottom {
  font-size: 0px;
}
.wrapper {
  position: relative;
}
.pagination-top {
  position: absolute;
  top: 300px;
  right: 10px;
  margin: 0;
}
.pagination-top .swiper-pagination-bullet {
  width: auto;
  border-radius: 0px;
  height: auto;
  background-color: #fff;
  padding: 5px;
  color: #000;
  opacity: 1;
  background: #0a2463;
  position: sticky;
  border-radius: 50%;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pagination-top .swiper-pagination-bullet-active {
  color: #fff;
  background: #0a2463;

  box-shadow: 0 0 1px 3px #707e9e, 0 0 1px 6px #f0eeef, 0 0 1px 7px #707e9e;
  border-radius: 50%;
}
#main-bullets {
  transform: rotate(-90deg) translate(-12vh, -150px);
  background: #0a2463;
  z-index: 1;
}
.home-slider-navigation {
  margin-left: 50px;
}
.social-tabs {
  /* display: grid; */
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); */
}
.social-item {
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.212);
  margin: 20px auto;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.social-item a {
  color: #3698f4;
  font-weight: 600;
}
.social-item p {
  font-weight: 600;
}
.social-item img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.social-item-text {
  padding: 15px 15px;
}
.aboutus-img {
  float: left;
  word-wrap: break-word;
  margin: 0 30px 0px 0;
}
.aboutus .head {
  width: 80%;
  margin: 0 auto;
}
.aboutus .head h3 {
  font-size: 1.7em;
  margin-bottom: 50px;
}
/* MEDIA QUARIES - BEGIN */

/* Laptop & desktop displays */
.bg-block-footer .lbl {
  margin-right: 15px;
}
@media (min-width: 1780px) {
}
@media (max-width: 1675px) {
  #main-bullets {
    transform: rotate(-90deg) translate(-10vh, -200px);
  }
}

@media (max-width: 1600px) {
  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  #main-bullets {
    transform: rotate(-90deg) translate(-10vh, -250px);
  }
}

@media (max-width: 1570px) {
  .block-l {
    width: 100%;
  }
  .block-r {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .block-r a {
    font-size: 0.8em;
    padding: 0 20px;
  }
  .tabs .selector {
    height: 35px;
    width: 50px;
    left: 10px;
    top: 6px;
  }
  .block-r .tabs {
    margin: 10px auto;
  }
  .text-paragraph {
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 600px;
    margin: auto 0;
  }
}

@media (max-width: 1450px) {
  .txt-heading {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 90%;
  }
}
@media (max-width: 1265px) {
  .about-text-block {
    display: block;
  }
  .about-text-block .block-60,
  .about-text-block .block-40,
  .about-text-block .block-80,
  .about-text-block .block-30,
  .about-text-block .block-20 {
    width: 90%;
    margin: 20px auto;
  }
  /* .aboutus .main-wrapper
{
  display: flex;
} */
  .aboutus-img {
    float: none;
    margin: 0 30px 30px 0;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .block-l,
  .block-r {
    width: 100%;
  }
  .text-paragraph h2 {
    font-size: 2em;
  }
  .perc-txt {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3;
  }
}
/* Tablet landscape */
@media (max-width: 1112px) {
}
@media (max-width: 1024px) {
  .hidden1024 {
    display: none;
  }
  .contact-form .par-block-2 {
    width: 100%;
  }
  .profile .adv-unit-block {
    width: auto;
    max-width: 200px;
  }
  #responsive-menu-trigger {
    display: block;
  }
  .hm-TL,
  .h-bottom,
  .search-wrap {
    display: none;
  }
}
@media (max-width: 834px) {
}
/* Tablet portait */
@media (max-width: 812px) {
  .about-text-block .txt-col {
    column-count: 1;
    column-gap: 0;
  }
}
@media (max-width: 768px) {
  .hs-img {
    display: none;
  }
  .txt-heading h3 {
    font-size: 1.5em;
  }
  .txt-heading h5 {
    font-size: 1em;
  }
  #main-bullets {
    display: none;
  }
}
@media (max-width: 700px) {
  .hidden700 {
    display: none;
  }
  .contact-form {
    padding: 0;
    transition: 1s linear;
  }

  .contact-form .links-block {
    min-height: 100px;
  }
  .contact-form .links-block a {
    margin: 0 15px;
  }
  .faq.faq-items {
    column-count: 1;
  }
}

@media (max-width: 655px) {
  .block-r {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .block-r a {
    font-size: 0.6em;
    padding: 0 10px;
  }
  .tabs .group {
    padding: 0;
  }
  .tabs .selector {
    height: 40px;
    width: 50px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 3px;
  }
  .block-r .tabs {
    margin: 0px auto 0px auto;
  }
  .decor-line {
    padding-left: 0px;
  }
  .decor-line:before {
    display: none;
  }
  .sale-block .text-paragraph {
    max-width: 280px;
  }
  .sale-block .home-btn {
    margin: 0;
  }
}

/* Mobile landscape */
@media (max-width: 568px) {
  .about-text-block .home-btn {
    margin: 0 auto;
  }
  .profile.links-block {
    height: 100px;
  }
  .contact-form h2,
  .faq h2 {
    font-size: 40px;
  }
}
/* Mobile portait */
@media (max-width: 414px) {
}
@media (max-width: 320px) {
}

/* MEDIA QUARIES - END */
