:root {
  --color-primary: #333f48;
  --color-secondary: #f0f0f0;
  --color-white: #ffffff;
  --color-red: #ea0000;
  --color-lblack: #272727;
  --color-black: #000; }

p {
  font-size: 1.4rem;
  line-height: 2.1rem; }

strong {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 0; }

a,
a:hover,
a:focus {
  text-decoration: none;
  color: var(--color-lblack); }

* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 1.6 !important;
  padding: 0;
  overflow-x: hidden;
  padding-top: 12.5rem;
}
  @media (max-width: 767px) {
    body {
      padding-top: 16.5rem; } }

@font-face {
  font-family: "Recoleta";
  src: url(../fonts/recoleta-regulardemo.otf);
  font-style: normal;
  font-weight: normal; }

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
    margin: 0 auto;
    width: 96%; } }

.FwBold {
  font-weight: 600; }

.mr02 {
  margin-right: 0.5rem; }

.mb06 {
  margin-bottom: 6.2rem; }

.pose {
  position: relative; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    .header {
      flex-direction: column; } }
  .header__left {
    display: flex;
    list-style: none; }
  .header__left a {
    display: block;
    color: var(--color-primary);
    padding: 0.3rem 1rem;
    text-transform: uppercase;
    transition: 0.2s;
    font-size: 1.1rem;
    font-weight: 500; }
  .header__left a img {
    fill: white; }
  .header__left a:hover {
    color: var(--color-black);
    text-decoration: none; }
  @media (max-width: 767px) {
    .header__logo {
      text-align: center;
      margin-bottom: 1rem; } }
  .header h1 {
    margin: 0; }
  .header h1 a {
    margin: 0;
    text-decoration: none;
    color: var(--color-primary);
    font-size: 4rem;
    letter-spacing: 1px; }
    @media (max-width: 990px) {
      .header h1 a {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .header h1 a {
        font-size: 2rem; } }
  .header__right {
    display: flex;
    align-items: center; }
  .header__right .search {
    position: relative;
    margin-right: 3.5rem; }
  .header__right .account {
    margin-right: 1rem; }
    @media (max-width: 767px) {
      .header__right .account {
        margin-right: 0;
        display: flex; } }
  .header__right .account a {
    color: var(--color-primary);
    font-size: 1.2rem;
    display: inline-block; }
  .header__right .account a:not(:last-child) {
    margin-right: 1.5rem; }
  .header__right .account a img {
    margin-right: 0.5rem; }

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.pZindex {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  padding-top: 2rem;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999999;
}
  @media (max-width: 767px) {
    .pZindex {
      padding-top: 1rem; } }

.navbar-toggle {
  padding: 3px 0;
  margin-top: 0; }

.navbar-toggle .container {
  padding-left: 8px;
  padding-right: 8px; }

.navbar-default .navbar-nav > li > a {
  color: #000000; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #d8703f; }

.navbar-default .navbar-nav > li > a:focus {
  color: #333 !important; }

.navbar-default {
  background: none;
  border: none; }

.navbar-collapse {
  padding: 0; }

ul.multi-column-dropdown h6 {
  font-size: 1em;
  color: var(--color-primary);
  margin: 0 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e4e4e4;
  text-transform: uppercase; }

.w3ls_products_pos h6 {
  font-size: 1em;
  color: var(--color-primary);
  margin: 0 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e4e4e4;
  text-transform: uppercase; }

.w3ls_products_pos p {
  padding-bottom: 10px; }

.multi-column-dropdown li {
  list-style-type: none;
  margin: 15px 0; }

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: var(--color-primary);
  white-space: normal;
  font-weight: 300 !important;
  text-decoration: none; }

.multi-column-dropdown li a:hover {
  color: #212121 !important; }

.multi-column-dropdown li a span {
  margin-left: 1em;
  padding: 0.1em 0.5em;
  background: #b3d547;
  color: #fff; }

.multi-column-dropdown li a i {
  font-size: 1.1em;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 3em 0 0;
  display: block;
  padding: 0.4em 0.5em;
  background: #800020;
  text-align: center; }

.dropdown-menu.columns-3 {
  min-width: 100%;
  padding: 30px 30px;
  /*height: 100vh;*/
  margin-top: 10px !important; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  border: none; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  /*-- agileits --*/ }

.nav > li > a:hover,
.nav > li > a:focus {
  background: none; }

.navbar-nav > li > a {
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500; }
  @media (max-width: 1180px) {
    .navbar-nav > li > a {
      padding: 15px 15px;
      white-space: nowrap; } }

.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--color-primary);
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right; }

.navbar-nav > li > a:hover:before {
  transform: scaleX(1);
  transform-origin: left; }

.nav_2 .right {
  float: left !important; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--color-primary); }

.navbar {
  margin-bottom: 0;
  z-index: 100; }

.navigation {
  margin: 1em 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .navigation__left {
    flex: 1; }
  .navigation__right {
    flex: 0 0 100px;
    margin-left: 30px; }
    @media (max-width: 1280px) {
      .navigation__right {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .navigation__right {
        position: absolute;
        top: 6px;
        right: 10px;
        z-index: 999999; } }
  .navigation__right .search {
    position: relative; }
  .navigation__right .search input {
    border-radius: 3px;
    padding: 0.4rem 2.8rem 0.4rem 0.8rem;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid transparent; }
  .navigation__right .search img {
    position: absolute;
    right: 0.8rem;
    top: 0.6rem;
    cursor: pointer; }
  .navigation__right .search input:hover {
    border: 1px solid var(--color-primary); }

.navbar-nav {
  float: none;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .navbar-nav {
      flex-direction: column; } }

.navbar-nav > li {
  display: inline-block;
  float: none; }

.dropdown-menu {
  position: fixed;
  top: 114px;
  left: 0;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28) !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28) !important; }
  @media (max-width: 767px) {
    .dropdown-menu {
      position: absolute;
      top: 100%; } }

.dropdown:hover .dropdown-menu {
  display: block;
  animation: 0.5s linear; }

.nav_2 .left {
  width: 50%;
  float: left;
  margin-top: 20px;
  display: none; }

.nav_2 .right {
  float: right; }

.w3ls_products_pos h4 {
  font-size: 2em;
  text-align: right;
  margin-bottom: 1em; }

.w3ls_products_pos h4 i {
  display: block;
  margin: 0.5em 0 0;
  text-align: left;
  padding-left: 5em;
  color: #b3d547; }

/*-- //navigation --*/
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    margin-top: 0 !important;
    overflow-y: auto !important; } }

svg {
  display: block;
  overflow: visible; }

.slider-container {
  position: relative;
  height: 60vh;
  user-select: none;
  cursor: all-scroll;
  overflow: hidden; }

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0; }
  .slider-control.inactive:hover {
    cursor: auto; }
  .slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer; }
  .slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%); }
  .slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%); }

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none; }
  .slider-pagi__elem {
    position: relative;
    display: none;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer; }
    .slider-pagi__elem:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1.2rem;
      height: 1.2rem;
      background: #fff;
      border-radius: 50%;
      transition: transform 0.3s;
      transform: translate(-50%, -50%) scale(0); }
    .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
      transform: translate(-50%, -50%) scale(1); }

.slider {
  z-index: 1;
  position: relative;
  height: 100%; }
  .slider.animating {
    transition: transform 0.5s;
    will-change: transform; }
    .slider.animating .slide__bg {
      transition: transform 0.5s;
      will-change: transform; }

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .slide.active .slide__overlay,
  .slide.active .slide__text {
    opacity: 1;
    transform: translateX(0); }
  .slide__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    will-change: transform; }
  .slide:nth-child(1) {
    right: 0; }
    .slide:nth-child(1) .slide__bg {
      right: 0;
      background-image: url(../images/Banner.jpg); }
      @media (max-width: 767px) {
        .slide:nth-child(1) .slide__bg {
          background-image: none;
          background-color: #f5f1ee; } }
    .slide:nth-child(1) .slide__overlay-path {
      fill: rgba(255, 255, 255, 0.5); }
  .slide:nth-child(2) {
    left: 100%; }
    .slide:nth-child(2) .slide__bg {
      left: -50%;
      background-image: url(../images/Banner1.jpg); }
    .slide:nth-child(2) .slide__overlay-path {
      fill: rgba(255, 255, 255, 0.5); }
  .slide:nth-child(3) {
    left: 200%; }
    .slide:nth-child(3) .slide__bg {
      left: -100%;
      background-image: url(../images/Banner2.jpg);
      filter: blur(2px); }
    .slide:nth-child(3) .slide__overlay-path {
      fill: rgba(255, 255, 255, 0.5); }
  .slide:nth-child(4) {
    left: 300%; }
    .slide:nth-child(4) .slide__bg {
      left: -150%;
      background-image: url(../images/Banner3.jpg);
      filter: blur(2px); }
    .slide:nth-child(4) .slide__overlay-path {
      fill: rgba(255, 255, 255, 0.5); }
  .slide__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .slide__overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 100%;
    min-height: 580px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
    .slide__overlay path {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .slide__overlay {
        left: 0; } }
  .slide__text {
    position: absolute;
    width: 500px;
    bottom: 37%;
    right: 7%;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
    color: var(--color-black); }
    @media (max-width: 767px) {
      .slide__text {
        right: 0;
        width: 100%; } }
    .slide__text p {
      font-size: 1.8rem;
      color: var(--color-black); }
    .slide__text-heading {
      font-size: 4rem;
      margin-top: -10rem;
      color: var(--color-black);
      position: absolute;
      top: -200px;
      right: 0; }
      @media (max-width: 1280px) {
        .slide__text-heading {
          font-size: 3rem; } }
      @media (max-width: 767px) {
        .slide__text-heading {
          left: 0;
          right: 0;
          text-align: center;
          margin: 3rem auto 0; } }
    .slide__text img {
      position: absolute;
      right: 20%;
      bottom: -260px; }
      @media (max-width: 1280px) {
        .slide__text img {
          width: 80%;
          bottom: -200px;
          right: -10%; } }
      @media (max-width: 767px) {
        .slide__text img {
          right: 0;
          left: 0;
          margin: 0 auto;
          bottom: -200px; } }
    .slide__text-heading-font {
      font-family: "Recoleta"; }
    .slide__text-desc {
      font-size: 1.8rem;
      margin-bottom: 1.5rem; }
    .slide__text-link {
      z-index: 5;
      display: inline-block;
      position: relative;
      cursor: pointer;
      perspective: 1000px;
      overflow: hidden; }
      .slide__text-link:before {
        z-index: -1;
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        transform-origin: 50% 100%;
        transform: rotateX(-85deg);
        transition: transform 0.3s;
        will-change: transform; }
      .slide__text-link-white {
        background-color: rgba(255, 255, 255, 0.8);
        color: var(--color-lblack);
        box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.3);
        border: 1px solid var(--color-white);
        font-size: 1.5rem;
        padding: 0.5rem 2.5rem; }
        .slide__text-link-white::after {
          background-color: var(--color-white); }
      .slide__text-link-black {
        background-color: var(--color-lblack);
        color: var(--color-white);
        font-size: 1.3rem;
        padding: 0.7rem 1.4rem;
        border-radius: 3px; }
        .slide__text-link-black::after {
          background-color: var(--color-primary); }
      .slide__text-link:hover:before {
        transform: rotateX(0);
        bottom: 0; }
      .slide__text-link:hover {
        color: var(--color-white);
        text-decoration: none; }

.bodyDiv {
  padding: 4rem 0; }

.profile h1 {
  font-size: 3.2rem;
  color: var(--color-primary);
  font-weight: 500;
  margin-top: 2.5rem;
  font-family: "Recoleta";
  letter-spacing: 1px; }

.profile__box {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  height: 30px; }

.profile__box img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  z-index: 1; }

.DesignBox {
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto; }
  .DesignBox__contImg {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    min-height: 478px;
    background: url(../images/profile-image.jpg) no-repeat right top; }
  .DesignBox::after {
    content: "";
    position: absolute;
    bottom: -10%;
    right: -5rem;
    height: 48rem;
    width: 50rem;
    background: #f5f5f5;
    border-radius: 5px;
    z-index: -1; }
  .DesignBox__content {
    position: absolute;
    left: -2.5%;
    top: 8%;
    width: 50%;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 40rem;
    z-index: 2;
    background: #f5f5f5;
    overflow: hidden;
    padding: 6rem 6rem 4rem 7rem; }
  .DesignBox__content::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 100%;
    background: var(--color-white);
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #e5e5e5; }
  .DesignBox__content h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.5px; }

@media (max-width: 767px) {
  .mainHeading {
    margin-top: 4rem; } }

.mainHeading h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Recoleta";
  margin-bottom: 2.5rem; }

.mainHeading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2rem;
  width: 38px;
  height: 4px;
  border-radius: 6px;
  background: var(--color-primary); }

.tfontsize {
  font-size: 3rem !important;
  margin-bottom: 2.5rem; }

.tranding {
  position: relative;
  padding: 0 0 6rem; }

.tranding__row,
.trandings__row {
  display: flex; }
  @media (max-width: 767px) {
    .tranding__row,
    .trandings__row {
      flex-direction: column; } }
  .tranding__row:not(:last-child),
  .trandings__row:not(:last-child) {
    margin-bottom: 3rem; }
  .tranding__row-fbox,
  .trandings__row-fbox {
    flex: 0 0 39.5%;
    margin-right: 10rem; }
  .tranding__row-sbox,
  .trandings__row-sbox {
    flex: 0 0 423.333333px;
    min-height: 435px;
    text-align: left;
    transition: 0.5s; }
    @media (max-width: 1280px) {
      .tranding__row-sbox,
      .trandings__row-sbox {
        flex: 1 1 100%; } }
  .tranding__row-sbox:not(:last-child),
  .trandings__row-sbox:not(:last-child) {
    margin-right: 2.5rem; }
    @media (max-width: 767px) {
      .tranding__row-sbox:not(:last-child),
      .trandings__row-sbox:not(:last-child) {
        margin-right: 0;
        margin-bottom: 3rem; } }
  .tranding__row-sbox .hBoxes,
  .trandings__row-sbox .hBoxes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
    background: var(--color-white);
    padding: 1.5rem 0; }
  .tranding__row-sbox .hBoxes h3,
  .trandings__row-sbox .hBoxes h3 {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    font-family: "Recoleta";
    margin-top: 3.5rem; }
  .tranding__row-sbox .hBoxes p,
  .trandings__row-sbox .hBoxes p {
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 1rem; }
  .tranding__row-sbox .hBoxes img,
  .trandings__row-sbox .hBoxes img {
    transition: 0.5s;
    display: block;
    max-width: 100%; }
  .tranding__row-sbox:hover,
  .trandings__row-sbox:hover {
    transform: translateY(-2rem); }
  .tranding__row-sbox:hover img,
  .trandings__row-sbox:hover img {
    transform: scale(1.05); }

.jewellBox {
  position: relative;
  padding: 3rem 0; }
  .jewellBox__cont h4 {
    color: var(--color-primary); }

.supplyBox {
    margin: 5rem auto 8rem;
    padding: 8rem 0;
    max-width: 1320px;
    width: 96%;
    background: #f4f4f4;
}
.pl0-pr0 {
    padding-left:0 !important;
    padding-right:0 !important;
}

  @media (max-width: 767px) {
    .supplyBox {
      margin: 5rem 0 2rem; } }
  .supplyBox .supplyTerms {
    text-align: center;
    padding: 0 2rem; }
  .supplyBox img {
    height: 68px; }
  .supplyBox .supplyTerms h3 {
    margin-bottom: 1em;
    font-size: 2.2rem; }

.OBanner {
  margin-bottom: 4rem;
  text-align: center; }
  .OBanner img {
    max-width: 100%; }

@media (max-width: 767px) {
  .OBanner .container-fluid {
    padding-left: 0;
    padding-right: 0; } }

.gridBox {
  display: flex; }
  @media (max-width: 767px) {
    .gridBox {
      flex-direction: column; } }
  .gridBox__items {
    flex: 0 0 18.5%;
    min-height: 320px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #f4f4f4;
    max-width: 100%;
    padding: 3rem; }
    @media (max-width: 1280px) {
      .gridBox__items {
        flex: 1 1 100%;
        min-height: 260px; } }
  .gridBox__items:not(:last-child) {
    margin-right: 2.5rem; }
    @media (max-width: 767px) {
      .gridBox__items:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2.5rem; } }
  .gridBox__items figcaption {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer; }
  .gridBox__items figcaption img {
    display: block;
    width: 100%;
    transition: 0.4s; }
  .gridBox__items:hover figcaption img {
    transform: scale(1.2);
    transition: opacity 0.5s cubic-bezier(0.4, 0.59, 0.2, 0.99) 0.1s, transform 0.5s cubic-bezier(0.4, 0.59, 0.2, 0.99) 0.1s; }
  .gridBox__items figcaption .text {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--color-primary);
    transition: 0.5s;
    text-align: center; }
  .gridBox__items:hover figcaption .text {
    transform: translateY(-2rem);
    transition: opacity 0.5s cubic-bezier(0.4, 0.59, 0.2, 0.99) 0.1s, transform 0.5s cubic-bezier(0.4, 0.59, 0.2, 0.99) 0.1s;
    opacity: 1; }
  .gridBox__content {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s;
    transform: scale(0.5);
    opacity: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    pointer-events: none; }
  .gridBox__content h4 {
    font-size: 20px; }
  .gridBox__content p {
    font-size: 15px;
    margin: 0 4rem 1rem; }
  .gridBox__content h4 {
    font-size: 16px;
    padding: 1.2rem 0;
    background: var(--color-white);
    width: 100%; }
  .gridBox__content a {
    margin-top: 1.1rem;
    pointer-events: visiblePainted; }
  .gridBox__items:hover .gridBox__content,
  .gridBox__items:hover .gridBox__content {
    transform: scale(1);
    opacity: 1; }

/*-- breadcrumb --*/
.breadcrumb_dress {
  background: #f5f5f5;
  padding: 0.5em 0;
  text-align: center;
  width: 100%; }

.breadcrumb_dress ul li {
  float: left;
  color: #999;
  text-align: left;
  list-style: none;
  font-size: 14px; }

.breadcrumb_dress ul li a {
  color: #212121;
  text-decoration: none; }

.breadcrumb_dress ul li a:hover {
  color: #999; }

.breadcrumb_dress ul li a span {
  padding-right: 1em; }

.breadcrumb_dress ul li i {
  padding: 0 1em; }

/*-- //breadcrumb --*/
.panel-heading {
  position: relative; }

.panel-heading[data-toggle="collapse"]:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  position: absolute;
  color: #333333 !important;
  font-size: 12px !important;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.panel-title-bg {
  color: #333;
  background-color: #eaeaea !important;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 1.4rem; }

.panel-box {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  cursor: pointer; }

.panel-box .panel-heading {
  padding: 0px; }

.panel-box .panel-body {
  padding-bottom: 30px; }

/*product*/
.product-upper {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin: 0;
  width: 100%;
  float: left;
  cursor: pointer;
  position: relative; }

.product-upper li {
  list-style: none;
  float: left;
  border-right: 1px solid #eee;
  text-decoration: none;
  position: relative; }

.product-upper li a {
  padding: 0px 15px 0px 15px;
  color: #999;
  text-decoration: none;
  display: block; }

.product-upper .dropdown-menu {
  position: absolute;
  top: 24px;
  border: none;
  z-index: 9;
  padding: 0;
  margin: 0;
  min-width: 350px;
  padding: 20px; }

.product-upper .dropdown-menu li {
  width: 50%;
  display: block;
  position: static;
  border: none; }

.product-upper .dropdown-menu li a {
  padding: 15px; }

.product-upper .dropdown-menu li a label {
  margin-bottom: 0; }

.product-upper .dropdown-menu li a:hover {
  background: #fff; }

.product-upper .ran-left {
  float: left;
  width: 70%;
  padding-left: 5%;
  margin-bottom: 20px; }

.product-upper .ran-right {
  float: left;
  width: 20%;
  padding-left: 5%;
  text-align: right;
  margin-bottom: 20px; }

.product-upper .ran-right output {
  padding-top: 0; }

.dresses {
  padding: 1em 0 !important; }

.w3ls_dresses_grid_right_grid3 {
  padding: 4em 0em 0em 0em; }

.agileinfo_new_products_grid_dresses {
  margin: 1em 0em 2em 0em; }

.dresses_grid {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  width: 100%;
  float: left;
  box-shadow: none !important;
  transition: transform 0.8s;
  padding: 1.5rem;
  min-height: 342px; }

.dresses_grid:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
  transform: scale(1.1); }

.simpleCart_shelfItem {
  max-width: 300px;
  margin: 0 auto; }

.simpleCart_shelfItem p {
  font-size: 1em;
  color: #800020;
  margin: 0.5em 0 1em 0;
  font-weight: 400;
  padding-bottom: 1em; }

.above-price {
  padding: 10px; }

.simpleCart_shelfItem p span {
  color: #999;
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 1em;
  float: left;
  padding-left: 0.5em; }

.simpleCart_shelfItem p i {
  font-style: normal;
  color: #000;
  float: right;
  padding-right: 0.5em;
  font-size: 1.6rem; }

.simpleCart_shelfItem p a {
  font-size: 14px;
  color: #212121;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 2em;
  border: 1px solid;
  border-radius: 25px; }

.simpleCart_shelfItem p a:hover {
  background: #800020;
  color: #fff;
  border: 1px solid #800020; }

.agile_ecommerce_tab_left {
  text-align: center; }

.agile_ecommerce_tabs {
  padding: 2em 0 0; }

.agile_ecommerce_tab_left h5 {
  margin: 0.5em 0em;
  padding-top: 1em; }

.agile_ecommerce_tab_left h5 a {
  font-size: 1.1em;
  color: #000;
  font-weight: 400;
  text-decoration: none; }

.agile_ecommerce_tab_left h6 {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem; }

.agile_ecommerce_tab_left h5 a:hover {
  color: #212121; }

/*Shipping Bag*/
.shopping-bag {
  width: 100%;
  float: left; }

.shopping-bag p {
  color: #999;
  padding-top: 5px; }

.shopping-bag h3 {
  padding: 20px 0px;
  color: #999; }

.shopping-bag-left h3 {
  width: 100%;
  padding: 10px 0px;
  color: #000; }

.shopping-bag-left {
  opacity: 0.8; }

.shopping-bag-left .checknew span {
  padding-left: 10px;
  font-size: 14px;
  opacity: 0.6; }

.order-summary {
  width: 100%;
  float: left;
  border: 1px solid #eee; }

.order-summary h3 {
  text-align: center;
  font-size: 20px;
  padding: 1.7rem 1.5rem;
  background-image: linear-gradient(to bottom, #fbfbfb, #eaeaea);
  margin-top: 0;
  margin-bottom: 0; }

.order-details {
  padding: 30px 20px;
  width: 100%;
  float: left; }

.order-details img {
  width: 100%; }

.order-details p {
  color: #000;
  font-weight: 500; }

.order-details p span {
  opacity: 0.5;
  font-size: 12px; }

.order-details:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.order-details:last-child {
  background: rgba(0, 0, 0, 0.03); }

/*form design*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
 -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #999999 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  outline: 0; }

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 0.5 !important; }

.form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 0.5 !important; }

.form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 0.5 !important; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

.form-group h4 {
  padding-top: 20px;
  padding-bottom: 5px; }

.checkout-btn {
  background: #333333;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase; }

/*custom design checkbox*/
/* The container */
.checknew {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checknew input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #000; }

/* On mouse-over, add a grey background color */
.checknew:hover input ~ .checkmark {
  background-color: #ccc;
  border: 1px solid #eee; }

/* When the checkbox is checked, add a blue background */
.checknew input:checked ~ .checkmark {
  background-color: #fff;
  color: #800020;
  border: 1px solid #000; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checknew input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checknew .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.rg-image-wrapper {
  text-align: center; }

.mt-20 {
  margin-top: 2rem; }

a.pa_italic label {
  cursor: pointer;
  font-weight: 500; }

.pa_italic i {
  left: -0.5em; }

.pa_italic span {
  display: none; }

.collapsed span {
  display: inline-block;
  left: -0.5em; }

.collapsed i {
  display: none; }

@media screen and (min-width: 1920px) {
  .form-control,
  .price-box,
  .price-box-white {
    height: 48px; }
  .form-control {
    font-size: 16px !important; } }

@media (max-width: 767px) {
  .navbar-nav {
    margin: 0; }
  .productdetails-container .pl-0,
  .product_grid_container .pl-0 {
    padding-left: 15px; }
  .productdetails-container .pr-0,
  .product_grid_container .pr-0 {
    padding-right: 15px; }
  .choices-container fieldset {
    margin: 0 1.5rem; }
  .productdetails-container p {
    padding-left: 1.5rem; }
  h5 {
    padding-left: 15px; }
  .profile h1 {
    margin: 0 2rem; }
  .r-pl-15 {
    padding-left: 1.5rem; }
  .product-upper .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    top: 260px; } }

.pWrapper {
  position: relative;
  background-color: var(--color-white);
  margin: 5rem 0; }
  @media (max-width: 767px) {
    .pWrapper {
      margin: 5rem 0 0; } }

.rg-image-wrapper {
  background-color: #f7f7f5; }

strong {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

/* product page */
.padding-container-top {
  margin-top: 5%; }

hr.colorBlack {
  border-top: 1px solid #000;
  margin-top: 5px; }

.pFontSize {
  font-size: 18px;
  font-weight: bold;
  position: relative; }

.box-dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  position: absolute; }

.speed-test-item {
  width: 180px; }

.speed-test-item.even {
  background: #000; }

.news-item {
  padding: 20px;
  background: #089031;
  max-width: 25%;
  color: #fff;
  text-decoration: none;
  border-right: 1px #ddd solid; }

.js-ticker {
  overflow: hidden; }

.js-ticker-track {
  white-space: nowrap; }

.js-ticker-item {
  white-space: normal;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative; }

@supports (display: flex) {
  .js-ticker-track {
    position: relative;
    white-space: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .js-ticker-item {
    height: auto;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .js-ticker.active .js-ticker-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .js-ticker.active .js-ticker-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

/* Elastislide Style */
.es-carousel-wrapper {
  background: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px; }

.es-carousel {
  overflow: hidden; }

.es-carousel ul {
  display: none; }

.es-carousel ul li {
  height: 100%;
  float: left;
  display: block; }

.es-carousel ul li a {
  display: block;
  border-style: solid;
  border-color: #f2f2f2;
  opacity: 0.4;
  -webkit-touch-callout: none;
  /* option */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.es-carousel ul li.selected a {
  border-color: #f2f2f2;
  opacity: 1; }

.es-carousel ul li a img {
  display: block;
  border: none;
  max-height: 100%;
  max-width: 100%; }

.es-nav span {
  position: absolute;
  bottom: 8%;
  left: -25px;
  background: transparent url(../images/nav_thumbs.png) no-repeat top left;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8; }
  @media (max-width: 767px) {
    .es-nav span {
      left: 0; } }

.es-nav span.es-nav-next {
  right: -25px;
  left: auto;
  background-position: top right; }
  @media (max-width: 767px) {
    .es-nav span.es-nav-next {
      right: 1px; } }

.es-nav span:hover {
  opacity: 1; }

.es-carousel ul {
  display: block; }

.table-striped-custom > tbody > tr:nth-of-type(even),
.table-striped-custom > thead > tr {
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.table-striped-custom > thead > tr > th {
  border-bottom: 0px; }

.padding-left-15 {
  padding-left: 15px; }

.choices-container,
.productdetails-container {
  margin-top: 30px; }

.choices-container fieldset {
  border: 1px solid #ddd;
  padding: 2rem 0;
  border-radius: 4px;
  position: relative; }

.choices-container legend {
  border: 1px solid #ddd;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  margin-left: 2rem;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 600; }

.choices-container fieldset::before {
  content: "";
  height: 100%;
  background-image: linear-gradient(to right, #fffffe, rgba(255, 255, 255, 0));
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99; }

.choices-container fieldset::after {
  content: "";
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fffffe);
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }

.stonedetails-container p {
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  padding-top: 10px; }

.stonedetails-container {
  padding: 2% 5%; }

.productdetails-container p {
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  padding-top: 10px; }

.productdetails-container-bg {
  background-color: #f2f2f2; }

.price-style {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600; }

.price-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f2f2f2;
  height: 34px;
  padding: 6px 12px; }

.price-box-white {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff !important;
  height: 34px;
  padding: 6px 12px; }

.mr-0 {
  margin-right: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.pt-50 {
  padding-top: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.pt-30 {
  padding-top: 30px; }

.pr-0 {
  padding-right: 0px; }

.pt-15 {
  padding-top: 15px; }

.flex-stone {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ececec;
  background: var(--color-white);
  border-radius: 5px;
  padding: 10px 10px 14px;
  box-shadow: 6px 6px 7px 2px rgba(0, 0, 0, 0.2); }

.flex-stone-shape {
  align-items: center;
  /*justify-content: space-between;*/
  margin-bottom: 30px; }

.flex-stone-shape div {
  margin: 5px 10px 5px 10px; }

.flex-stone > div {
  margin: 5px 10px 5px 10px;
  text-align: center; }

.flex-stone-shape > div > span {
  font-size: 14px; }

.flex-stone > input {
  margin-right: 40px;
  text-align: center; }

.flex-stone-metal {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ececec;
  background: var(--color-white);
  padding: 5px;
  margin-bottom: 10px; }

.flex-stone-metal > div {
  margin: 0px 22px 0px 22px;
  text-align: center;
  font-weight: 500; }

.metal-detail-container {
  padding: 30px;
  margin-top: 50px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ececec;
  background: var(--color-white);
  box-shadow: 6px 6px 7px 2px rgba(0, 0, 0, 0.2); }

.metal-text {
  position: absolute;
  background-color: #fff;
  top: -10px;
  font-size: 15px;
  font-weight: 500; }

.metal-text-white {
  position: absolute;
  background-color: #fff;
  top: -10px;
  right: 30px;
  font-size: 15px;
  font-weight: 500; }

.finger-size-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.finger-size-container div {
  margin: 15px 22px;
  text-align: center; }

.select-width {
  width: 175px; }

.m-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.textarea-width {
  width: 250px; }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.add-to-bag {
  padding: 18px 60px;
  background-color: #000;
  color: #fff; }

.add-to-bag:hover {
  background-color: #f2f2f2;
  color: #000; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-100 {
  margin-top: 100px !important; }

.shipping-policy p,
.shipping-policy ul,
.shipping-policy ol {
  margin: 0;
  font-size: 16px;
  line-height: 34px; }

.shipping-policy ul li {
  padding-bottom: 10px; }

.panel-heading {
  position: relative; }

.panel-heading[data-toggle="collapse"]:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  position: absolute;
  color: #4b0011;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.panel-title-bg {
  color: #333;
  background-color: #e5cdd2;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-box {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  cursor: pointer; }

.panel-box .panel-heading {
  padding: 0px; }

.panel-box .panel-body {
  padding-bottom: 30px; }

@media (max-width: 767px) {
  .grid_5 {
    padding: 0 0 1em; }
  .grid_3 {
    margin-bottom: 0em; } }

@media (max-width: 640px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    margin-bottom: 0.5em; }
  .progress {
    height: 10px;
    margin-bottom: 10px; }
  ol.breadcrumb li,
  .grid_3 p,
  ul.list-group li,
  li.list-group-item1 {
    font-size: 14px; }
  .breadcrumb {
    margin-bottom: 10px; }
  .well {
    font-size: 14px;
    margin-bottom: 10px; }
  h2.typoh2 {
    font-size: 1.5em; }
  .label {
    font-size: 60%; } }

@media (max-width: 480px) {
  .banner {
    min-height: 405px; }
  .table h1 {
    font-size: 26px; }
  .table h2 {
    font-size: 23px; }
  .table h3 {
    font-size: 20px; }
  .label {
    font-size: 53%; }
  .alert,
  p {
    font-size: 14px; }
  .pagination {
    margin: 20px 0 0px; } }

@media (max-width: 320px) {
  .grid_4 {
    margin-top: 18px; }
  h3.title {
    font-size: 1.6em; }
  .alert,
  p,
  ol.breadcrumb li,
  .grid_3 p,
  .well,
  ul.list-group li,
  li.list-group-item1,
  a.list-group-item {
    font-size: 13px; }
  .alert {
    padding: 10px;
    margin-bottom: 10px; }
  ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px; }
  .list-group {
    margin-bottom: 10px; }
  .well {
    padding: 10px; }
  .nav > li > a {
    font-size: 14px; }
  table.table.table-striped,
  .table-bordered,
  .bs-docs-example {
    display: none; } }

.shopping-bag-add table {
  border: 1px solid #eee; }

.shipping-summary {
  width: 100%;
  float: left;
  border: 1px solid #eee;
  padding: 25px;
  margin: 30px 0px;
  color: #999; }

.shipping-summary .panel-heading {
  font-size: 14px;
  opacity: 0.7; }

.shipping-summary ul {
  padding: 0; }

.shipping-summary ul li {
  list-style: none;
  font-size: 12px;
  padding-bottom: 10px; }

.shipping-summary h4 {
  color: #000;
  padding-bottom: 0; }

.shipping-summary p {
  padding-bottom: 10px;
  font-size: 12px; }

.shopping-bag-add table thead tr th {
  color: #000 !important;
  border-left: 1px solid #eee !important; }

.shopping-bag-add table tbody tr td {
  border-left: 1px solid #eee !important; }

.shopping-bag-add strong {
  color: #000 !important; }

.details-table {
  width: 100%;
  float: left; }

.details-table > .left {
  float: left;
  width: 60%;
  padding-bottom: 10px; }

.details-table > .right {
  float: right;
  width: 40%;
  padding-bottom: 10px; }

.textarea-width {
  width: 100%; }

.brTable {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.form-control,
.price-box,
.price-box-white {
  height: 40px;
  line-height: 26px; }

.pl-0 {
  padding-left: 0; }

.ml0 {
  margin-left: 0 !important; }

.add-to-bag {
  padding: 18px 60px;
  background-color: #000;
  color: #fff;
  transition: 0.3s; }

.add-to-bag:hover {
  background-color: #666666;
  color: #fff; }

.checkout-btn {
  background: #000000;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .pr-50 {
    padding-right: 15px; }
  .rg-image img {
    width: 100%; }
  .dresses_grid {
    float: none; }
  .p-0 {
    margin-bottom: 1rem; }
  .gridBox__items:hover figcaption img {
    transform: scale(1); } }

/*-- footer --*/
.bg-body > footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  float: left; }

.bg-body > footer .tag {
  text-align: center;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb; }

.bg-body > footer .footer-bottom {
  padding: 10px 0px;
  display: flex;
  justify-content: center; }

.bg-body > footer .footer-bottom ul {
  padding: 0;
  margin: 0; }

.bg-body > footer .footer-bottom ul li {
  list-style: none;
  float: left;
  padding: 10px 0px; }

.bg-body > footer .footer-bottom ul li a {
  color: #000000;
  padding: 0px 50px;
  font-size: 0.9em;
  opacity: 1; }

.footer {
  padding: 3em 0 0;
  background: #eeeeee; }

.footer .container {
  width: 85%;
  margin: 0 auto; }

.w3_footer_grid h3 {
  color: #343434;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  position: relative;
  font-weight: 400; }

.w3_footer_grid p {
  color: #999;
  line-height: 1.8em;
  margin-bottom: 2em; }

.w3_footer_grid ul li {
  list-style-type: none;
  margin-bottom: 0.4em;
  color: #292929; }

.w3_footer_grid ul.address li i {
  color: #414141;
  border: 1px solid #414141;
  padding: 0.5em;
  margin-right: 1em; }

.w3_footer_grid ul.address li span {
  display: block;
  margin-left: 3em; }

.w3_footer_grid ul li a {
  color: #292929;
  text-decoration: none;
  position: relative; }

.w3_footer_grid ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--color-primary);
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right; }

.w3_footer_grid ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left; }

.w3_footer_grid ul li a:hover {
  color: #000000; }

.w3_footer_grid h4 {
  margin: 2em 0 1em;
  font-size: 1.2em;
  color: #800020; }

/*-- social-buttons --*/
.agileits_social_button ul li {
  display: inline-block;
  margin-top: 1rem; }

.agileits_social_button ul li:not(:last-child) {
  margin-right: 1.5rem; }

.agileits_social_button ul li a.facebook {
  background: url(../images/img-sp.png) no-repeat -1px -130px #242424;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 4px; }

.agileits_social_button ul li a.facebook:hover {
  background: url(../images/img-sp.png) no-repeat -1px -130px #000000;
  display: block; }

.agileits_social_button ul li a.twitter {
  background: url(../images/img-sp.png) no-repeat -41px -130px #242424;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 4px; }

.agileits_social_button ul li a.twitter:hover {
  background: url(../images/img-sp.png) no-repeat -41px -130px #000000;
  display: block; }

.agileits_social_button ul li a.google {
  background: url(../images/img-sp.png) no-repeat -80px -130px #242424;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 4px; }

.agileits_social_button ul li a.google:hover {
  background: url(../images/img-sp.png) no-repeat -80px -130px #000000;
  display: block; }

.agileits_social_button ul li a.pinterest {
  background: url(../images/img-sp.png) no-repeat -123px -130px #414141;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 4px; }

.agileits_social_button ul li a.pinterest:hover {
  background: url(../images/img-sp.png) no-repeat -123px -130px #5e5e5e;
  display: block; }

.footer-copy1 {
  position: relative;
  padding: 2em 0 0;
  border-bottom: 1px solid #f4f4f4; }

.footer-copy-pos {
  position: absolute;
  right: 14%;
  bottom: -75%;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(254, 155, 5, 0.69);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(255, 155, 5, 0.49); }

.footer-copy p {
  margin: 4em 0 0;
  text-align: center;
  color: #999;
  line-height: 1.8em; }

.footer-copy p a {
  color: #800020;
  text-decoration: none; }

.footer-copy p a:hover {
  color: #999; }

.IsoBox {
  background: #e9e9e9;
  padding: 0.8rem 0;
  text-align: center;
  margin-top: 5rem; }
  @media (max-width: 767px) {
    .IsoBox {
      padding: 0.8rem 2rem; } }

/*-- //footer --*/
.testWrapper {
  padding: 7rem 0; }

.testBox {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5rem; }
  .testBox__items {
    width: 60%; }
    @media (max-width: 767px) {
      .testBox__items {
        width: 100%; } }
  .testBox__items .testtwo {
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 2.5rem;
    background: var(--color-white);
    transition: 0.3s;
    cursor: pointer; }
  .testBox__items .testtwo {
    min-height: 370px;
    margin-top: 2rem; }
  .testBox__items .testtwo .img {
    width: 95px;
    height: 95px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0.5rem; }
  .testBox__items .testtwo h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--color-primary); }
  .testBox__items .testtwo p {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color-primary);
    line-height: 2.6rem;
    margin-bottom: 2.5rem; }
  .testBox__items .testtwo span {
    font-size: 2.1rem;
    font-weight: 400;
    color: var(--color-primary);
    display: block; }
  .testBox__items .testtwo em {
    font-size: 1.7rem;
    font-weight: 300;
    color: var(--color-primary); }
  .testBox__items .testtwo:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.03); }

.p0 {
  padding: 0 !important; }

.mb3 {
  margin-bottom: 3rem; }

.inboxForm {
  display: flex;
  flex: 0 0 60%;
  margin-top: 4rem; }
  .inboxForm input[type="text"] {
    width: 60%;
    border: none;
    border-bottom: 3px solid #000000;
    padding: 0.86rem 0;
    margin-right: 1rem;
    font-size: 1.6rem;
    font-weight: 500; }
  .inboxForm button {
    border: 3px solid #000000;
    padding: 0.6rem 3rem;
    color: var(--color-primary);
    background: var(--color-white);
    font-size: 1.6rem;
    font-weight: 500; }

.plink {
  display: inline-block;
  margin-left: 0.8rem;
  text-decoration: underline;
  font-weight: 500; }

.speed-test-item {
  width: 250px; }

.st_content {
  display: block;
  margin-bottom: 0.3em; }

.otherBack {
  background: #f7f7f7 url(../images/otherPages.jpg) no-repeat left top;
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #cccccc;
  padding: 0 6rem; }
  @media (max-width: 767px) {
    .otherBack {
      background-position-x: 80%; } }
  .otherBack h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--color-primary);
    position: relative; }

.disc {
  list-style: none;
  margin-left: 2rem;
  margin-top: 3rem !important;
  margin-bottom: 2rem; }
  .disc li {
    background: url(../images/arrow-svg.png) no-repeat left 18%;
    padding-left: 3rem;
    margin-bottom: 0.8rem;
}

/* New banner css start here */
.newBanner{
  display: flex;
  overflow: hidden;
  height: 60vh;
}
.newBanner .bannerLeft{
  display: flex;
  flex:0 0 50%;
}
.newBanner .bannerLeft img{
  width: 100%;
}
.newBanner .bannerRight{
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background: #F5F1EE;
  flex-direction: column;
}