
.mainSection{
    background-image: url(../../../assets/blue-diamond-background@2x.png);
    height: 483px;
    background-position-y: bottom;
    background-size: 100%;
    text-align: center;
    position: relative;
    top:0px;
}
.mainSection .mainTitle{
    margin-top: 201px;
    display: inline-block;
    font-size: 28px;
    letter-spacing: 1.5px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.mainSection .buttonDiamond{
    width: 168px;
    background-color: white;
    border-radius: 200px;
    height: 32px;
    padding-top: 21px;
    padding-bottom: 11px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.8px;
    background-color: #ffffff;
    transform: scale(1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 2px 2px 0px #d8d8d8; */
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.mainSection .buttonDiamond:hover{
    transform: scale(0.98);
}
.mainSection .buttonDiamond:active{
    transform: scale(0.90);
}
.mainSection .buttonDiamondWhite{
    float: left;
}
.mainSection .buttonDiamondWhite:hover{
   
}
.mainSection .buttonDiamondYellow{
    float: right;
    background-color: rgb(248, 195, 45);
    width: 181px;
}
.mainSection .buttonDiamondYellow:hover{

}
.mainSection .buttonDiamondWrapper{
   width: 388px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    height: 50px;
}
.mainContentWrapper{
    width: 1100px;
    position: relative;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.recommendedSection .mainTitle{
   font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.recommendedSection .secTitle {
   font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.3px;
    color: #000000;
}
.recommendedSection .buttonViewMore{
        float: right;
    font-size: 10px;
    width: 98px;
    text-align: center;
    /* padding: 8px; */
    border-radius: 100px;
    
    color: grey;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding-top: 11px;
    padding-bottom: 10px;
    background-color: #ffffff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.recommendedSection{
    margin-top: 10px;
    display: none;
}
.recommendedSection .results{
    margin-top: 25px;
}
.teaserSectionStructure{
      width: 100%;
      /* top: 50px; */
      height: 422px;
      /* margin-top: -66px!important; */
      clear: both;
      margin: 0 auto;
      background-image: url('../../../assets/peach-diamond-background.png');
      background-size: 100%;
      position: relative;
      margin-top: 57px;
}
.teaserSectionWrapper{
       width: 1100px;
    margin: 0 auto;
}
 .teaserSectionTitle{
      /* font-size: 36px; */
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 1.11; */
    letter-spacing: 1.8px;
    padding-top: 96px;
    font-size: 49px;
    line-height: 0.82;
    color: #000000;
}
.teaserSectionSecTitle{
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: 1.8px;
}
.teaserSectionButton{
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    width: 267px;
    height: 64px;
        float: left;
    margin-top: 54px;
}
.teaserSectionButtonTitle{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
    padding-top: 21px;
    cursor: pointer;
}
.teaserSectionButtonImg{
        width: 550px;
    float: right;
    margin-top: -18px;
}
.teaserSectionButtonImg img{
    width:100%;
}
.generalSearchStructure{
    display: none;
}
.generalSearchIconStructure{
    display: none;
}
.mainFilterButtonShapeImageStructure {
    float: left;
    width: 56px;
}

.mainFilterButtonShapeImage {
    display: none;
}

.mainFilterButtonShapeImageActive img {
    width: 38px;
}

.mainFilterButtonShapeImageActiveTitle {
    display: none;
}
.recentlyViewedSection .mainTitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.recentlyViewedSection {
    clear: both;
    top: 45px;
    position: relative;
    display: none!important;
    height: 308px;
}

.recentlyViewedSection .buttonViewMore {
    float: right;
    font-size: 10px;
    width: 98px;
    text-align: center;
    /* padding: 8px; */
    border-radius: 100px;
    color: grey;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding-top: 11px;
    padding-bottom: 10px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.recentlyViewedSection .secTitle {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.3px;
    color: #000000;
    margin-bottom: 24px;
}
.smallCard .productCardStructure .itemStructure {
    /* width: 30%; */
    /* height: 155px!important; */
    /* margin-right: 8px; */
    /* margin-bottom: 30px!important; */
}

.smallCard .itemWrapper {
    /* width: 175px!important; */
}

.smallCard .itemImage {
    /* height: 144px!important; */
}

.smallCard 
 .itemAttrStructure {
    font-size: 10px!important;
    padding-left: 6px!important;
    padding-top: 5px!important;
    height: 15px!important;
    /* overflow: hidden; */
    padding-bottom: 7px;
    /* line-height: 26px; */
}

.smallCard .itemCost {
    font-size: 12px!important;
    margin-right: 3px!important;
    color: black;
    top: -1px;
}

.smallCard .itemAttr {
    font-size: 11px!important;
    margin-left: 2px!important;
}
.smallCard .itemDiscount {
   font-size: 10px!important;
   right: 6px!important;
   top: -23px!important;
}
.smallCard .productCardStructure .itemSection .floatButtonStructure {
    right: -5px;
    top: 0px;
}

.smallCard .productCardStructure .itemSection .floatButtonIcon {
    width: 25px;
    height: 25px;
    /* margin-top: 36px; */
}

.smallCard .productCardStructure .itemSection .wishListIcon img {
    width: 15px;
    top: 6px;
    left: 5px;
}

.smallCard .productCardStructure .itemSection .cartIcon img {
    width: 14px;
    top: 6px;
    left: 5px;
}

.smallCard .productCardStructure .itemSection .wishListIcon {
    margin-top: 34px;
    margin-bottom: 4px;
}

.productCardStructure .image360Icon {
    top: 0px;
    /* margin-top: 0px; */
    /* bottom: 200px!important; */
    width: 34px!important;
    height: 18px!important;
    right: 4px;
}

.smallCard .productCardStructure .itemSection .floatButtonStructureImage360 {
    top: 96px;
}

.smallCard .productCardStructure .image360Icon div {
    font-size: 10px;
    right: 4px;
    text-align: right;
    top: -2px;
    position: relative;
}

.smallCard .productCardStructure .image360Icon {
    width: 28px!important;
    height: 15px!important;
    top: -1px;
    right: 5px;
    padding-right: 7px;
}
.smallCard .productCardStructure .loadingImage360 {
    top: 59px;
}

.smallCard .productCardStructure .loadingImage360 img {
    width: 23px;
}
.smallCard .moreDetailsFloatIcon {
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 0px;
    width: 55px;
}
.smallCard .productCardStructure .itemAlreadyWishListStructure {/* right: 26px; */right: 22px;top: -15px;}

.smallCard .productCardStructure .itemAlreadyWishListStructure img {
    width: 28px;
}

.smallCard  .productCardStructure .itemAlreadyCartStructure img {
    width: 25px;
}

.smallCard .productCardStructure .itemAlreadyCartStructure {
    right: -5px;
    top: -15px;
}
.mobileAlertBlurStructure {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    display: none;
}

.mobileAlertStructure {
    position: fixed;
    z-index: 51;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -98px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    display: none;
}

.mobileAlertWrapper {
    width: 80%;
    background-color: white;
    position: relative;
    /* left: 10%; */
    /* top: 50%; */
    border-radius: 5px;
    /* overflow: hidden; */
    max-width: 400px;
    margin: 0 auto;
}

.mobileAlertHeaderSturcture {
    /* background-color: black; */
    color: white;
    text-align: center;
}

.mobileAlertHeaderTitle {
    /* font-size: 15px; */
    /* letter-spacing: 15px; */
    /* text-align: center; */
    /* color: #ffffff; */
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.9px;
    /* text-transform: uppercase; */
    text-align: center;
    color: black;
    padding-top: 25px;
}

.mobileAlertBody {
    text-align: center;
    width: 80%;
    left: 10%;
    position: relative;
    font-size: 15px;
    padding-top: 20px;
}

.mobileAlertButtonStructure {
    background-color: #627fe7;
    height: 70px;
    margin-top: 29px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mobileAlertButton {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
    padding-top: 26px;
    /* margin-top: 25px; */
}
.mobileAlertHeaderButton {
    position: absolute;
    top: 15px;
    right: 15px;
}

.mobileAlertHeaderButton img {
    width: 15px;
    height: 15px;
}
   .smallCard .productCardStructure{
          width: 170px!important;
          margin-right: 1%;
      }
 .smallCard  .itemAttrLeftStructure {
    width: 100%;
    height: 19px;
    /* background-color: red; */
    overflow: hidden;
    float: left;
    padding-right: 46px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  @media screen and (max-width: 1357px){
       .teaserSectionWrapper {
            width: 900px;
        }
  }

  @media screen and (max-width: 1020px){
      .mainContentWrapper{
        width:100%!important;
        /* overflow: hidden; */
      }
      .mainSection .mainTitle{
          font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000000;
    	letter-spacing: 0.2px;
      }
      .mainSection .buttonDiamond{
              width: 135px;
            height: 60px;
            padding-bottom: 0px;
            padding-top: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            color: #000000;
      }
      .recommendedSection .buttonViewMore{
              width: 165px;
    height: 50px;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #7d808b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 21px;
    position: relative;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
    margin-top: 20px;
      }
      .mainSection .buttonDiamondWrapper {
        width: 285px;
      }
      .mainSection{
          background-size: 1556px 100%;
    background-repeat: no-repeat;
      }
      .mainContentWrapper{
          padding-left: 2%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          /* padding-right: 2%; */
      }
      .resultsStructure {
              width: 100%;
              overflow-x: auto;
              overflow-y:hidden;
              /* padding-top: 17px; */
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-overflow-scrolling: touch;
      }
      .results{
                  display: flex;
      }
      .teaserSectionWrapper{
        width:100%!important;
      }
      .teaserSectionStructure{
          -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
      }
      .teaserSectionButtonImg{
              width: 100%;
              margin-top: 20px;
              max-width: 500px;
              position: relative;
              margin: 0 auto;
              float: none;
      }
      .teaserSectionStructure{
              background-repeat: no-repeat;
    background-size: 3000px 100%;
      }
      .teaserSectionButton{
              width: 186px;
              height: 50px;
              border-radius: 100px;
              background-color: #ffffff;
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
              font-size: 16px;
              font-weight: bold;
              text-align: center;
              color: #7d808b;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              /* padding-top: 14px; */
              margin-bottom: 21px;
              position: relative;
              margin: 0 auto;
              float: none;
              margin-bottom: 20px;
              /* margin-top: 122px; */
              clear: both;
              top: 26px;
      }
      .teaserSectionButtonTitle{
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          color: #7d808b;
          padding-top: 21px;
      }
      .results1{
          position: relative;
          margin: 0 auto;
          width: 100%;
      }
      .results .productCardStructure .itemStructure{
          width: 200px!important;
      }
      .results .productCardStructure{
          width: 100%!important;
      }
      .smallCard .productCardStructure{
          width: 30%!important;
      }
 .smallCard  .itemAttrLeftStructure {
    width: 100%;
    height: 19px;
    /* background-color: red; */
    overflow: hidden;
    float: left;
    padding-right: 61px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  }
  .wishListStructure {
    display: none!important;
}

.checkOutButton {
    display: none;
}

.memberShowStructure.rightNavBarStructure {
    display: none!important;
}

.memberHiddenStructure.rightNavBarStructure {
    display: block!important;
}

.navBarTitle {
    /* display: none; */
}

div#header5_button {
    display: none!important;
}

.miniCartStructure {
    display: none!important;
}

.teaserSectionStructure {
    margin-top: -66px!important;
    background-image: url(../../../assets/blue-diamond-background@2x2.png);
    /* transform: rotate(180deg); */
}
.mainSection .mainTitle {
    margin-top: 267px;
}
.teaserSectionTitle {
    font-size: 39px;
    position: relative;
    top: 33px;
}

.teaserSectionSecTitle {
    font-size: 29px;
}

.teaserSectionButton {
    width: 210px;
    height: 47px;
}

.teaserSectionButtonTitle {
    font-size: 13px;
    position: relative;
    top: -5px;
}
.mainHeaderStructure .loginButton{
        margin-top: -6px!important;
}

@media screen and (min-width: 1357px){
.navBarTitle {
    display: none;
}
}