@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap");
.bg-trans-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-trans-green {
  background-color: rgba(96, 136, 44, 0.8);
}

.bg-trans-lightBlue {
  background-color: rgba(8, 175, 231, 0.8);
}

.bg-trans-orange {
  background-color: rgba(231, 132, 46, 0.8);
}

.bg-trans-darkBlue {
  background-color: rgba(56, 76, 135, 0.8);
}

.bg-trans-purple {
  background-color: rgba(119, 49, 136, 0.8);
}

@font-face{
  font-family:Aya Sans;
  src:url(fonts/AyaSans-Light.woff2) format("woff2"), url(fonts/AyaSans-Light.woff) format("woff");
  font-style:normal;
  font-weight:300;
  font-display:swap
}

@font-face{
  font-family:Aya Sans;
  src:url(fonts/AyaSans-Regular.woff2) format("woff2"), url(fonts/AyaSans-Regular.woff) format("woff");
  font-style:normal;
  font-weight:400;
  font-display:swap
}

@font-face{
  font-family:Aya Sans;
  src:url(fonts/AyaSans-Bold.woff2) format("woff2"), url(fonts/AyaSans-Bold.woff) format("woff");font-style:normal;
  font-weight:700;
  font-display:swap
}

@font-face{
  font-family:Aya Sans;
  src:url(fonts/AyaSans-Semibold.woff2) format("woff2"), url(fonts/AyaSans-Semibold.woff) format("woff");
  font-style:normal;
  font-weight:600;
  font-display:swap
}

body {
  font-family: "Aya Sans", sans-serif, Arial;
}

a {
  color: #9F1F63; /*E877228*/
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

}
.btn-outline-success {
  color: #9F1F63;
  border-color: #9F1F63;
  padding: 10px 30px;
  font-weight: 600;
}
.btn-outline-success:hover {
  background-color: #9F1F63;
  border-color: #9F1F63;
}

.btn-long {
  min-width: 250px;
}

.btn-round {
  border-radius: 30px;
}

.btn-outline-secondary {
  font-size: 30px;
  font-weight: 600;
  color: #696569;
  border: 2px solid #696569;
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 230px;
}

.topheader {
  padding: 8px 0;
}
.topheader ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topheader ul li {
  margin-left: 14px;
}
.topheader ul li a {
  color: #999999;
}
.topheader ul li a:hover {
  color: #EF4144;
}

@keyframes topIn {
  0% {
    opacity: 0.5;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
header {
  padding: 30px 0 20px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
header.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  padding: 14px 0;
  z-index: 99;
}
header.fixed-header .logo {
  width: 100px;
}

header.fixed-header .header-actions {
  display: none;
}
header .logo {
  max-width: 100px;
  /*margin-top: 15px;*/
}
header .header-actions {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
header .header-actions li {
  margin-left: 44px;
}
header .header-actions li .header-login-link {
  font-size: 18px;
  font-weight: 600;
  color: #5a595a;
}
header .header-actions li .header-login-link {
  font-size: 13px;
  font-weight: 600;
  color: #717884;
}
header .header-actions li .header-cart a {
  position: relative;
  font-size: 13px;
}
header .header-actions li .header-cart a i {
  color: #9F1F63;
}
header .header-actions li .header-cart a span{
  width: 22px;
  height: 14px;
  background-color: #717884;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: -10px;
  right: -16px;
  text-align: center;
  border-radius: 12px;
}

header .navbar-nav li.mobile-menu-item a span {
  width: 22px;
  height: 15px;
  background-color: #717884;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 1px;
  right: -14px;
  text-align: center;
  border-radius: 12px;
  line-height: 17px;
}
header .header-actions li .header-search {
  width: 245px;
  position: relative;
}
header .header-actions li .header-search .search-control {
  width: 100%;
  height: 30px;
  border: 1px solid #cfd0d0;
  padding-left: 16px;
  font-size: 13px;
  font-weight: 600;
}
body header .navbar-light .navbar-nav .active>.nav-link,
body header .navbar-light .navbar-nav .nav-link.active,
body header .navbar-light .navbar-nav .nav-link.show,
body header .navbar-light .navbar-nav .show>.nav-link {
  color: #717884;
}
header .header-actions li .header-search .search-control::placeholder {
  color: #59595e;
}
header .header-actions li .header-search button {
  position: absolute;
  top: 7px;
  right: 6px;
  background-color: transparent;
  border: none;
  outline: none;
}
header .header-actions li .header-search button i {
  color: #717884;
}
header .header-actions li .header-search::after {
  content: "|";
  display: block;
  position: absolute;
  top: 3px;
  right: 37px;
}
header .navbar-nav {
  /*margin-top: 10px;*/
}
header .navbar-nav .nav-item {
  margin-right: 21px;
}
header .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #717884;
  text-transform: uppercase;
  font-weight: 600;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #EF4144;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 18px;
  color: #3f3d3d;
  padding: 6px 20px;
  text-transform: uppercase;
  font-weight: 600;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #EF4144;
}

.mobile-nav .logo img {
  width: 150px;
}
.mobile-nav .navbar-toggler {
  position: absolute;
  right: 0;
  top: 16px;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 1200px) {
  header .logo {
    /*margin-top: 30px;*/
  }
}
@media screen and (max-width: 990px) {
  header .logo {
    width: 100px;
    /*margin-top: 0;*/
  }
  header .navbar-toggler {
    position: absolute;
    right: 6px;
    top: 0px;
  }
  header .header-actions {
    display: none;
    /*margin: 30px;
    justify-content: center;
    li {
        &:first-child {
            display: none;
        }
    }*/
  }
  header .navbar-nav .nav-item {
    margin-right: 0;
  }
  header .navbar-nav .nav-item .nav-link {
    border: none;
    position: relative;
    display: inline-block;
  }

}
.slider .slide-item {
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider .slide-item .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.slider .slide-item .caption h1 {
  font-size: 64px;
  color: #9F1F63;
  font-weight: 600;
  margin-bottom: 22px;
}
.products-grid .col-md-4
.slider .slide-item .caption .btn {
  min-width: 218px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {

  .slider .slide-item {
    height: 320px;
  }
  .slider .slide-item .caption h1 {
    font-size: 24px;
  }
}
.services {
  margin-top: 44px;
}
.services .service-item {
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
}
.services .service-item img {
  width: 100%;
}
.services .service-item:hover .overlay {
  transform: translateX(0);
  text-decoration: none;
}
.services .service-item .overlay {
  display: block;
  color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
  transform: translateY(110px);
}
.services .service-item .overlay h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 0 40px;
  min-height: 100px;
}


@media screen and (max-width: 768px) {
  .services .service-item .overlay {
    transform: translateX(0);
  }
  .services .service-item .overlay h3 {
    font-size: 14px;
    padding: 0 26px;
    min-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  header .navbar-toggler {
    position: absolute;
    right: 6px;
    top: -36px;
  }
}
.mission-wrap {
  max-width: 839px;
  margin: auto;
  border: 1px solid #464646;
  padding: 44px 52px;
  text-align: center;
  color: #696569;
  margin-top: 40px;
  margin-bottom: 34px;
}
.mission-wrap h1 {
  margin: 0 0 40px 0;
  font-size: 48px;
  font-weight: normal;
}
.mission-wrap h1 span {
  font-weight: bold;
}
.mission-wrap .actions {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.mission-wrap .actions li {
  margin-right: 20px;
}
.mission-wrap .actions li:last-child {
  margin-right: 0;
}
.mission-wrap .actions li a {
  font-size: 30px;
  color: #696569;
  border: 2px solid #696569;
  display: inline-block;
  min-width: 230px;
  text-transform: uppercase;
  padding: 8px 20px;
  text-align: center;
}
.mission-wrap .actions li a:hover {
  background-color: #696569;
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .mission-wrap {
    margin-top: 0;
    padding: 24px 32px;
  }
  .mission-wrap h1 {
    font-size: 16px;
  }
  .mission-wrap .actions li {
    margin-right: 20px;
  }
  .mission-wrap .actions li:last-child {
    margin-right: 0;
  }
  .mission-wrap .actions li a {
    min-width: 100px;
    font-size: 14px;
    padding: 8px 24px;
  }
}
.page-content {
  padding: 30px 0;
}

.page-content p,
#product_description_block,
#product_description_block p,
#product_personalization_block .personalize_help_block li,
#product_personalization_block .personalize_help_block p,
.billing-shipping-info p,
.content,
.content p,
#one-column p, #one-column ul li,
.personalize_header{
  font-weight: 500;
  font-size: 18px;
}
#product_description_block p a {
  font-size: 16px;
  font-weight: 600;
}
#product_attributes_block
{
  margin-top: 10px;
}
.cart_item_title {
  font-weight: 600;
}
.section-bordered {
  border-bottom: 1px solid #9b989b;
  margin-bottom: 32px;
}

.section-title {
  font-size: 32px;
  color: #9F1F63;
  padding-bottom: 28px;
  margin: 0;
  font-weight: 600;
}

.list-contact {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-contact li {
  color: #3f3d3d;
  font-size: 20px;
  margin-bottom: 8px;
}

.more-product-images {
  display: flex;
  margin-top: 40px;
}
.more-product-images img{
  display: block;
  max-width: 100%;
  height: auto;
}
.more-product-images .col1 {
  flex-basis: 62%;
  padding-right: 12px;
}
.more-product-images .col2 {
  flex-basis: 34.76%;
  padding-left: 12px;
}

.form .form-group {
  margin-bottom: 24px;
}
.form .form-control {
  background-color: #d9d9d9;
  border: 1px solid transparent;
  min-height: 58px;
  border-radius: 0;
}
.form .form-control::placeholder {
  color: #3f3d3d;
}
.form .form-control:focus {
  background-color: #FFF;
  outline: none;
  border: 1px solid #696569;
  box-shadow: none;
}

.product-slider .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 9;
  font-size: 30px;
  cursor: pointer;
  color: #9a9899;
}
.product-slider .slick-arrow.slick-prev {
  left: -20px;
}
.product-slider .slick-arrow.slick-next {
  right: -20px;
}
.product-slider .item .img {
  min-height: 230px;
}
.product-slider .item .img img {
  max-width: 210px;
  margin: auto;
}
.product-slider .item h3 {
  text-align: center;
  font-size: 16px;
  color: #565658;
  font-weight: 600;
  max-width: 196px;
  margin: auto;
}

.products-slider-wrap {
  margin: 80px 0;
}

.more-options-wrap {
  margin: 5rem 0;
}

.pics_in_a_row {
  display: flex;
}
.pics_in_a_row img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.pics_in_a_row > div:not(:last-child) {
  margin-right: 2%;
}

.img1 {
  flex: 1.3344;
}

.img2 {
  flex: 1.5375;
}

.img3 {
  flex: 0.7505;
}

.img4 {
  flex: 1.5023;
}

.img5 {
  flex: 0.75;
}
.content-area .sec-title,
.col-xs-12 > h2{
  font-size: 32px;
  color: #9F1F63;
  padding-bottom: 28px;
  margin: 0;
  font-weight: 600;
}
.content-area form[name="frmAddress"] .sec-title,
.content-area h3.sec-title,
.content-area h4.sec-title{
  border-bottom: 4px solid #d6d6d6;
  color: #444444;
  margin-top: 0;
  padding-bottom: 10px;
  margin-left: 0px;
  font-size: 24px;
  margin-bottom:10px;
}
.content-area h4.sec-title{
  font-size: 18px;
}
body .billing-shipping-info p{
  font-size: 14px;
}
.content-area .hh1{
  font-size: 36px;
}
.shipping_address .info p {
  padding: 0 0 5px;
  margin: 0 0 0;
  font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Aya Sans", sans-serif, Arial;
}

@media screen and (max-width: 990px) {
  .content {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .more-product-images {
    display: block;
  }
  .more-product-images .col1 {
    padding-right: 0;
  }
  .more-product-images .col2 {
    padding-left: 0;
  }

  .more-options-wrap {
    margin: 5rem 0;
  }
  .more-options-wrap .btn-wrap {
    text-align: center;
    margin-top: 20px;
  }

  .product-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .product-slider .slick-arrow.slick-next {
    right: 20px;
  }

  .pics_in_a_row {
    display: block;
  }

  .pics_in_a_row > div:not(:last-child) {
    margin-right: 0;
  }

  .pics_in_a_row > div {
    margin-bottom: 2%;
  }

  .btn-outline-secondary {
    min-width: 100%;
  }

  .section-title {
    font-size: 18px;
    padding-bottom: 18px;
  }

  .title-gray {
    font-size: 22px;
  }

  .list-inline-bordered {
    display: block;
    margin: 0;
  }
  .list-inline-bordered li {
    border: none;
    padding: 0;
    line-height: 26px;
  }
}
.popup-outer {
  display: none;
  width: 1050px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 70px 50px;
}
.popup-outer .btn-close {
  position: absolute;
  right: 24px;
  top: 14px;
  color: #FFF;
}
.popup-outer .btn-close button {
  border: none;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 8px;
}
.popup-outer img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .popup-outer {
    width: 100%;
    padding: 50px 30px;
  }
}
footer {
  background-color: #717884;
  color: #FFF;
  padding: 40px 0;
  margin-top: 70px;
  position: relative;
}
footer .footer-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
}
footer .footer-links li {
  padding: 0 8px;
}
footer .footer-links li a {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-links li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

/* bootstrap 3 fixes */
/* fix footer font size */
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
}

/* fix Let's Connect button */
.btn.focus, .btn:focus, .btn:hover {
  color: #ffffff;
  text-decoration: none;
}

/* fix padding under Looking for product options? */
.mb-5, .my-5 {
  margin-bottom: 3rem!important;
}
.pb-0, .py-0 {
  padding-bottom: 0!important;
}

/* fix line height of carousel item text */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

