header {
   background: #FFFCF1;
}

 .innerPage{
  padding: 50px 0 0;
}

.px-50 {padding:0 50px;}
.cntBoxes h3    {
  font-family: 'Melodrama';
  font-size: 48px;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 0 20px;
}

.cntBoxes p {
  font-size: 18px;
  margin: 0 0 30px;
  color: #161616;
}
 
 .contactForms label{
  font-size: 16px;
  color: #161616;
  margin: 0 0 2px;
}

 .contactForms .form-control{
  background: inherit;
  border: solid 1px #161616;
  height:44px!important; border-radius:4px;
}
 .contactForms textarea.form-control{ 
  height:130px!important;
}

select.usd {
  border-right: none!important;
  border-radius: 0!important;
  box-shadow: inherit !important;
}

 .phnts {
  border-radius: 0!important;
}

.topHead {
  display: flex;
  margin: 0 0 30px;
  justify-content: space-between;
  align-items: center;
}

.topHead .signBox {
  background: #161616;
  text-transform: uppercase;
  color: #FFFCF1;
  text-decoration: none;
  padding: 12px 24px;
  font-size: 24px;
}

 .topMiddle h4{
  color: #161616;
  font-size: 16px;
  margin: 0 0 4px;
}


 .topMiddle p{
  color: #161616;
  font-size: 16px;
  margin:0 0 40px;
  line-height: 26px;
}

 .topMiddle p a{
  color: #161616;
  
}

.lgts label {
  font-size: 16px;
  line-height: 150%;
  color: #444;
}
.lgts label b {color:#EA3928;}
.lgts input {
  border: solid 1px #161616;
  border-radius: 0;
  height: 48px;
  background: inherit;
}
.lgts input.form-control {
  border: solid 1px #161616!important;
  border-radius: 0;
  height: 48px;
  background: inherit!important;
}

.lgts textarea  {
  border: solid 1px #161616 !important;
  border-radius: 0;
  height: 54px;
  background: inherit !important;
}

.lgts select {
  border: solid 1px #161616 !important;
  border-radius: 0;
  height: 48px !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.innerTitle {
  font-family: 'Melodrama';
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
}


 .btn-theme.creates{
  background: #161616;
  padding: 0 20px;
  text-transform: uppercase;
  color: #FFFCF1;
  font-size: 16px;
 }

  #forgotPassword{
  color: #EA3928;
  font-size: 16px;
  text-decoration:underline;
  letter-spacing: 0;
}

 #backSignIn{
  color: #EA3928;
  font-size: 16px;
  text-decoration:underline;
  letter-spacing: 0;
}

.checkoutBox {
  padding: 0 14px;
  background:#161616!important;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.loginHr {
  display: inline-block;
  width: 100%;
  border-color: #841618;
  border-width: 10px;
  margin: 30px 0 0;
}


  .mp{
  color: #161616;
  font-size: 16px;
  margin: 0 0 20px;
  display: block;
  width: 100%;
}
 
 .bgWraps p{
  font-size: 16px;
  color: #161616;
}


.bgWraps a{
  font-size: 16px;text-decoration: none;
  color: #161616;
}


  .contactForms .btn-primary {
  background: #EA3928 !important;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  width: 106px;
  height: 48px;
  color: #fff !important;
}
 
 
.dashBoardRow .dashBoard {
  background: #f2f2f2;
  padding: 20px 20px;
  text-align: center;
  margin: 0 0 20px;
  border-radius: 10px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.dashBoardRow  .dashBoard  .blockIcon {
  display: flex;
  background: #000;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  color: #fff;
  border-radius: 50%;
}
  
.prListInfo  {
  width: 100%;
}

.prListInfo td {
  font-size: 17px;
  padding: 10px 0 0;
}

.prListInfo td:last-child {
  font-weight: 200;
}


.dashBoardRow a{text-decoration: none;}

.dashBoardRow  .dashBoard  .blockTitle {
  font-size: 21px;
  color: #000;
  text-transform: uppercase;
}
 


.innerContainerBox {padding:40px 0 0;display:inline-block; width:100%;}
.breadcumBox {
  margin:40px 0 0;
}

.breadcumBox ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

 
.breadcumBox ul li::after {content: '/';padding: 0 6px;}
.breadcumBox ul li:last-child::after {display:none;}
.breadcumBox ul li a {
  color: #161616;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
}


 .pageTitles h1  {
  font-family: 'Melodrama', sans-serif;
  text-transform: uppercase;
  margin: 5px 0 10px;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 110%;
  font-weight: 500;
}




 #categorySlider .owl-nav {
  position: absolute;
  top: -7%;
  right: 0;
  display: flex;
  gap: 10px;
}

 #categorySlider .owl-nav button:hover { background:#EB3928; border-color:#EB3928;}
 #categorySlider .owl-nav button:hover span {filter: invert(1); }
 #categorySlider .owl-nav button  {
  border: solid 1px #161616;
  width: 73px;
  height:35px;position: relative;
}
#categorySlider .owl-nav button span {
  font-size: 0;
 
  width: 27px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 45%;
  top:0px;
  transform: translate(-50%, 49%);
}

#categorySlider .owl-nav button.owl-next span { background: url(../images/home-new/arrowLeft1.png);} 
#categorySlider .owl-nav button.owl-prev span { background: url(../images/home-new/arrowLeft1.png);left: 50%;transform: rotate(180deg) translate(50%, -50%);} 

.noBg {background:inherit;}

 .proListed{
  margin: 18px 0 0;
}
 .proListed h3 {margin: 0 0 10px;}
.proListed h3 a {
  color: #161616;
  font-family: 'Melodrama', sans-serif;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  line-height:32px;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
}

.socialPost #category .owl-nav  {
  position: absolute;
  top: -130px;
  right: 0px;
}

.dstbox  {
  font-size: 16px;
}

 .proListed p{
  color: #EA3928;
  font-size: 16px;
  letter-spacing: -2%;
  font-weight: 400;margin: 0;
}
 .proListed a{
  color: #EA3928;
  
}

.FirstSlider .socialPostBox { 
  margin: 0 0 40px;
}


 .socialPostBox .socialPostImg  .hideIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

 .socialPostBox .socialPostImg  .hideIcon img {height: auto; opacity:1; width:23px;}
 
  .loadBtns  {
  background: inherit;
  color: #000;
  border: solid 2px #444;
  padding: 17px 0 13px;
  text-transform: uppercase;
}
  .loadBtns:hover  {
background: #EA3928;
border-color: #EA3928;
  color: #fff;
}


.productFilter {margin-top:90px; margin-bottom:30px; }
.productFilter ul { gap:50px; border-bottom:solid 1px #444444; display: flex;   align-items: center;}
.productFilter ul li {
  padding: 0 0 9px;
}
.productFilter .filterBox span {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #444;
}
.productFilter .filterBox{
  display: flex;
  align-content: center;
  gap: 5px;
}


 .productFilter .filterBox .dropdown-toggle {
  border: none;
  background: inherit;
  color: #161616;
  padding: 0;
  font-size: 16px;
  font-weight: 400;box-shadow:inherit!important; outline:0!important;
}
.clearSet{color: #841618; font-weight: 500; text-decoration: underline;}
.clearSet:hover{text-decoration: none; color: #841618;}
 .productFilter li:last-child  {
  font-size: 16px;
  color: #EA3928;
  letter-spacing: 0;
  font-weight: 400;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {background-color:inherit!important;
  border-color:inherit!important;  color: #161616;}
  
  
.filterBox .dropdown-menu {
  padding: 0;
  width: 300px;
}

.filterBox .dropdown-menu label {
  padding: 11px 12px;
  width: 100%;
  margin: 0;
  border-bottom: solid 1px #f6f6f6;
}
  .filterBox .dropdown-menu label:hover, .filterBox .dropdown-menu label.active  {
    background: #f2f2f2;
}
.filterBox .dropdown-menu label:last-child {

  border-bottom:none;
}

 .productFilter ul {
  gap: 20px; 
}

.categoryListing  {
  position: relative;
}

.categoryListing .categoryBread {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 9;
}

.categoryListing .categoryBread li  {color: #FFFCF1;}
.categoryListing .categoryBread li a {color: #FFFCF1;}


.productDetailsBox {
    padding:40px 0;
}

ul.prbreadcum {display: flex;margin: 0 0 30px;flex-wrap: wrap;}
ul.prbreadcum li{text-decoration: none;
    font-weight: 600; color:#161616;}
ul.prbreadcum li a {
    color: #444444;
    font-size: 16px;
  text-decoration: none;
    font-weight: 600;
}
ul.prbreadcum li a:after{padding: 0 10px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: relative;
    top: 0;}
ul.prbreadcum li:last-child a:after{display: none;}

  .productLeftBox h1  {
    font-family: 'Melodrama', sans-serif;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 120%;
    color: #161616;
    font-weight: 600;text-transform: uppercase;margin: 0;
}

  .productLeftBox h3     {
    margin: 30px 0 50px;
    font-size: 24px;
    font-weight:500;
    letter-spacing: 0;
    font-family: "Outfit", sans-serif;
}

 .productLeftBox .nav-tabs {
    border-bottom: none;
    margin:20px 0 19px;
}

.productLeftBox .nav-tabs .nav-link {
    border: none;
    background: inherit;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #161616;
    line-height: 150%;
    position: relative;
    margin-right:20px;
}

.productLeftBox .tab-content>.tab-pane ul li{
    color: #444444;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 150%;
}
.productLeftBox .tab-content>.tab-pane p{
    color: #444444;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 150%;
}

    .productRightBox h2     {
    font-size: 16px;
    font-weight: 400;
    color: #161616;          margin: 0 0 24px;
    letter-spacing: 0;
    line-height: 150%;
}



 .productRightBox .metalBox {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

  .productRightBox .metalBox li a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: solid 2px #000;
    padding: 8px 10px;
    color: #161616;
    font-size: 16px;    text-decoration: none;
    font-weight: 500;
}
  
  .productRightBox .metalBox  li a span  {
    width:28px;
    height:28px;
    display: block;
    border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, 2.68) 0%, rgba(169, 169, 169, 1) 100%);

 } 
 
  .productRightBox .metalBox  li a span.yellow  {
  background: linear-gradient(30deg,#e1b94f 0,#fcf1d5 55%,#fcf1d5 60%,#e1b94f 100%) !important;

 }
  .productRightBox .metalBox  li a span.pink  {
background: linear-gradient(30deg,#f4b390 0,#f7f7f7 55%,#f7f7f7 60%,#f4b390 100%) !important;

 }
 .productRightBox .metalBox  li a span.white  {
 background: radial-gradient(circle, rgba(255, 255, 255, 2.68) 0%, rgba(169, 169, 169, 1) 100%);

 }  
  .productRightBox  hr  {
    margin: 34px 0 30px;
}


  .productRightBox .metalBox  li a span.white  {    
        background: radial-gradient(circle, rgba(255, 255, 255, 2.68) 0%, rgba(169, 169, 169, 1) 100%);
}

  .productRightBox .metalBox  li a span.gold  {    
        background: radial-gradient(circle, rgba(255, 255, 255, 2.68) 0%, rgba(212, 157, 38, 1) 100%);
}

  .productRightBox .metalBox  li a span.twoTone  {
background: linear-gradient(to right, #e1b94f 50%, #dfdfdf 50%) !important;

 }

.noteText{font-size: 16px;}


  .productRightBox h4  {
    color: #EA3928;
    margin: 0 0 20px;
}

.productRightBox .rqst {
    width: 100%;
    background: #161616;
    border: none;
    color: #FFFCF1;
    padding: 13px 10px 11px;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
    .productRightBox  .rqst:hover  {
    
    background:#EA3928;
    border: none;
    color: #FFFCF1;
   
}

#requestaviewing .addtocartBtn {
    width: 100%;
    background: #161616;
    border: none;
    color: #FFFCF1;
    padding: 13px 10px 11px;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
 #requestaviewing .addtocartBtn:hover  {
    
    background:#EA3928;
    border: none;
    color: #FFFCF1;
   
}
#productAngles li {
  width:100px;
  height: 100px;
  background: #fff;
}
#productAngles li a{
  width:100%;
  height:100%;display: block;
 
}
#productAngles li img {
    width:100%;
    height:100%;
 object-fit: cover;
}

.linkUrl{
    color: #f3352a;
    text-decoration: underline;
}

.FR {
    color: #000;
    font-weight: 600;       text-decoration: underline;
    font-size: 13px;
}

.productLeftBox .nav-tabs .nav-link:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fffcf1;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.productLeftBox .nav-tabs .nav-link.active:after {
    content: '';
    background: #161616;

}

  .productAngles  {
    margin: 11px 0 0;
    gap: 9px;
}

.zoomWrapper img {
  position: relative !important;
  height: 100% !important;
  object-fit: cover;    z-index: inherit;
}

 .pageWrappers{
    position: relative;
}

.pagebox {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

 .pagebox   h1 {
    color: #FFFCF1;
    font-family: 'Melodrama';
    text-transform: uppercase;
    font-size: 48px;
}


.responsibility h2  {
    color: #161616;
    font-size: 32px;
    font-weight: 600;
}

.responsibility h3{
    font-size: 20px;
    margin: 0 0 3px;
    font-weight: 600;
}


 
.responsibility p {}
.responsibility ul {    padding-left: 21px;}
.responsibility li {list-style-type: disc;
    margin: 0 0 3px;}


 


@media only screen and (max-width:992px)
{

.px-50 {padding:0 50px;}
    
}
.socialPost #category .owl-nav button.disabled  {
  opacity: 0.5;cursor: none;
}
@media only screen and (max-width:767px)
{
.currentAngle {
    position: relative;
    z-index: 99;
}

.currentAngle img {
    position: relative;
    z-index: -1;
}



 .categoryListing .categoryBread {
  position: static;
  margin: 0 0 12px;
}

.categoryListing {
  position: relative;
  margin: 0 0 20px;
}
.categoryListing .categoryBread li {
  color: #000;font-size: 14px;
}
.categoryListing .categoryBread li a {
  color: #000;font-size: 14px;
}

.pageTitles h1 {
  font-size: 43px;
}
#categorySlider .owl-nav {
  top: -60px;
}


 .px-50 {
    padding: 0 20px;
  }
.proListed h3 a {
  color: #161616;
  font-family: 'Melodrama', sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
}
.proListed h3 {
  line-height: 22px;
}

 

  .ZoomContainer {  
    display: none !important;
}



}


#productAngles .slick-slide {
  margin: 0 3px;
  border: solid 1px #f2f2f2;
}

#productAngles  .slick-prev {
 left: -49px;
  background: #EB3928 !important;
width: 45px;
  height: 30px;
  z-index: 999;
  border-radius: 4px;
 
  justify-content: center;
  align-items: center;
}

#productAngles  .slick-next {
  right: -49px;
  background: #EB3928 !important;
width: 45px;
  height: 30px;
  z-index: 999;
  border-radius: 4px;
 
  justify-content: center;
  align-items: center;
}


#productAngles .slick-next::before {
  content: '';
  background: url(https://www.diamour.us/images/home-new/ltArrow.png);
  width: 30px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  display: block;  transform: rotate(180deg);   position: relative;
  left: 6px;
  top: -2px;
}


#productAngles .slick-prev::before {
  content: '';
  background: url(https://www.diamour.us/images/home-new/ltArrow.png);
  width: 30px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  display: block;
  position: relative;
  left: 5px;
  top: 1px;
}

.breadcumBox ul   li {
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
}


@media only screen and (max-width:700px) {
    #productAngles li {
  width: 60px;
  height: 60px;
  background: #fff;
  padding: 5px 5px;
}
.productAngles {
  margin: 11px 0 30px; 
}
 .productFilter li:last-child {
 
  margin-left: auto;
  margin-right: 0;
}

.socialPost  .row.FirstSlider {
  padding: 0 15px;
}
.filterBox .dropdown-menu {
  padding: 0;
  width: auto;
}

}


@media only screen and (max-width:440px) {
  .pageTitles h1 {
    font-size: 32px;
  }
  
    #categorySlider .owl-nav {
    top: inherit;
    bottom: -41px;
  }
  .productFilter .filterBox .dropdown-toggle, .productFilter .filterBox span {font-size:15px;}
 

  .productFilter ul {
  gap: 0;
  flex-wrap: wrap;
}
.productFilter ul li {
    margin: 0 18px 0px 0;
  }
.productFilter {
  margin-top: 0; 
}

 .categorySlider  {
  margin: 0 0 50px;
}

.categoryWrap .socialPostBox h2 a {
  font-size: 13px;
  padding: 0;
}


  .FirstSlider .row {
  margin: 0;
}


  .FirstSlider .col-6 {
  padding: 0 5px;
}





}


.aboutBanners h2 {
    text-align: center;
    margin: 50px 0 80px;
    font-family: 'Melodrama';
    font-size: 56px;
}


   .aboutThird {
    background: url(../images/abtBg.png);
/*    background-repeat: no-repeat;
    background-size: cover;*/
    margin: 31px 0 0;
    padding:70px 0 190px;
}

.mt-112  {
  margin-top: 112px;
}


.aboutThird .firstBg {
    background: #FFFCF1;
    padding: 50px;
    align-items: end;
    margin:100px 0 50px;
    
}

 .promiseBox  h5  {
  font-family: 'Melodrama';
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  color: #161616;
  margin: 0 0 60px;
}

 .promiseBox  h2  {
  font-family: 'Melodrama';
  text-transform: uppercase;
  font-size: 48px;
}



 .promiseBox p  {
  font-size: 18px;
  color: #444;
  line-height: 150%;
  margin-top: 99px;
}



















.rot1 {transform:rotate(1.92deg);}
.rot2 {transform: rotate(-1.5deg);}

 .aboutThird h3 {
    color: #FFFCF1;
    margin: 0 0 30px;
    letter-spacing: 0;
    font-size: 24px;
    font-family: 'Melodrama';
  text-transform: uppercase;
}
 .aboutThird h2 {
    font-family: 'Melodrama';
    font-size: 48px;
    color: #FFFCF1;
    font-weight: 600;
    margin: 10px 0 20px;
}
 .aboutThird p {
    color: #FFFCF1;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 20px;
    letter-spacing: 0;
    padding-right: 60px;
}


 .aboutThird .firstBg h2 {
    color: #841618;
    margin: 0 0 40px;
    font-size: 34px;          font-weight: 600;
    font-family: 'Melodrama';
}
 .aboutThird .firstBg p {
    font-size: 24px;
    color: #444444;
    line-height:120%;
    letter-spacing: 0;
}


  .txtInvo{
    text-align: center;
    margin: 40px 0 30px;
}

 .shineInfo  {
    text-align: center;
    margin: 124px  0 124px;
}


.rnst p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
}

.shineInfo p  { font-size: 18px;}

  .shineInfo h5 {
    font-family: 'Melodrama';
    text-transform: uppercase;
    font-size:28px;
}
  .shineInfo h2{
    font-family: 'Melodrama';
    margin: 0 0 30px;
    font-size: 48px;
}

   .blogTitle{
    font-family: 'Melodrama';
    font-size: 48px;
    text-align: center;
    margin:0 0 80px;
    display: inline-block;
    width: 100%;
    letter-spacing: 0;
}

.mt-224 {margin-top:224px;}
.mb-112 {margin-bottom:112px;}

  .blogContent {
    padding: 15px 0 20px;
}


  .frameuser {
    display: flex;
    flex-wrap: wrap;
}


  .frameuser img   {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}




.userContent ul  {
    display: flex;
    gap: 10px;
}
.userContent p {
    font-size: 14px;
    color: #161616;
    font-weight: 600;
    margin: 0;
}




  .abt1 h2{
  font-family: 'Melodrama';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 34px;
}
  .abt1 h3  {
  font-family: 'Melodrama';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 34px;
  color: #8a8989;
}

    .abt1 p {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 10px;
}


.viewmore{
  background: #161616;
  border-color: #161616;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}


.mt-65 {margin-top: 65px !important;}
.contactForms .form-group {
  margin-bottom: 24px;
}
.mt-80 {
  margin-top: 80px;
}
.locTitle{
  font-family: 'Melodrama';
  font-size: 48px;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 0 20px;
  text-transform: uppercase;
  margin: 0 0 80px;
}

 ul#site_map {
  border-left: 1px solid #666;
  clear: left;
  list-style: none outside none;
  margin: 0 0 0 100px;
}

 ul#site_map li {
  background: url(/images/arrow.png) no-repeat scroll left 13px rgba(0, 0, 0, 0) !important;
  font-size: 16px;
  margin: 5px 0 0 10px;
  padding-left: 18px;
  width: 100%;
  list-style: none;
}

ul#site_map li a {
  color: #000;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

ul#site_map li ol {
  border-left: 1px solid #444;
  list-style: none outside none;
  margin: 10px 0 10px 20px;
}

ul#site_map li ol li {
  margin: 0;
  padding: 3px 25px;
}

ul#site_map li ol li a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}


  .sitemeap img  {
  height: 95px;
  object-fit: cover;
}






















  

@media only screen and (max-width:900px)
{
 #productAngles .slick-next,  #productAngles .slick-prev {

  display: none !important;
 
}




ul#site_map {
  border-left: 1px solid #666;
  clear: left;
  list-style: none outside none;
  margin: 0;
}
}

@media only screen and (max-width:767px)
{

  #productAngles .slick-dots {
    text-align: left;
}


#productAngles .slick-dots li{
  width: auto;
  background: inherit;
  padding: 0;
  height: auto;
  position: relative;
    bottom: -7px;
    left: 0;
}
#productAngles .slick-dots button {
  padding: 0;
  width: 29px;
  height: 4px;
  background:#040404;
}


#productAngles .slick-dots .slick-active button   {
  background:#841618;
}
#productAngles .slick-dots {  
    display: flex;  
    justify-content: center;
}


#productAngles .slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 2px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: solid 2px #e4e4e4;
}

.productLeftBox  {
  padding-top: 30px;
}


}




@media only screen and (max-width:640px)
{

  .productLeftBox h1 { 
  margin: 0 0 20px;
}

.pagebox h1 { 
  font-size: 28px;
}

.abt1 h3 { 
  font-size: 26px;
  color: #8a8989;
}
.abt1 p {
  font-size: 16px;
   font-weight: 200;
}
.aboutThird h2 {
  font-size: 38px;
}
.aboutThird p {
  padding-right: 0;
}
.aboutThird .firstBg {
  background: #FFFCF1;
  padding: 50px 10px;
    margin-top: 100px;
  transform: inherit !important;
}
.aboutThird .firstBg p {
  font-size: 21px;
  line-height: 150%;
}

.promiseBox p {
  font-size: 18px; 
  margin-top: 39px;
}

.shineInfo {
  text-align: center;
  margin: 80px 0 80px;
}


.promiseBox h2 { 
  font-size: 35px;
}

.shineInfo h2 { 
  font-size: 34px;
}

.promiseBox h2 {
  font-family: 'Melodrama';
  text-transform: uppercase;
  font-size: 23px;
}

.mt-224 {
  margin-top: 60px;
}
.blogTitle {
  font-size: 34px;
  margin: 0 0 40px;
}
}

.formValidationError {
    border: 1px solid red !important;
}


@media only screen and (min-width:1101px)
{
.aboutThird .firstBg {  
    position: sticky;
    top: 170px;
}



}


.productDetail {
  padding: 0;
  position: relative;
  z-index: 1;
margin: 13px 0px;
}

.productDetail.radioBlock li {
  list-style-type: none;
  margin-right: 10px;
}

.productDetail.radioBlock li span {
  height: 26px;
  width: 26px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: block;
  position: relative;
}


.productDetail.radioBlock li span::before {
  height: 26px;
  width: 26px;
  border-radius: 100%;
  border: 2px solid #fff;
  content: '';
  left: 0;
  position: absolute;
}

.productDetail.radioBlock li.grayColor span::before {
  background: #b3b2af !important;
  background: -moz-linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
  background: -webkit-linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
  background: linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
}


.productDetail.radioBlock li.platinum span::before {
  background: #b3b2af !important;
  background: -moz-linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
  background: -webkit-linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
  background: linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
}



.productDetail.radioBlock li.two-toneColor span::before {
  background: #b3b2af !important;
  background: -moz-linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
  background: -webkit-linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
  background: linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
}



.productDetail.radioBlock li.three-ToneColor span::before {
  background: #b3b2af !important;
  background: -moz-linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
  background: -webkit-linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
  background: linear-gradient(30deg,#b3b2af 0,#f7f7f7 55%,#f7f7f7 60%,#b3b2af 100%) !important;
}


.productDetail.radioBlock li.yellowColor span::before {
  background: #e1b94f !important;
  background: -moz-linear-gradient(30deg,#e1b94f 0,#fcf1d5 55%,#fcf1d5 60%,#e1b94f 100%) !important;
  background: -webkit-linear-gradient(30deg,#e1b94f 0,#fcf1d5 55%,#fcf1d5 60%,#e1b94f 100%) !important;
  background: linear-gradient(30deg,#e1b94f 0,#fcf1d5 55%,#fcf1d5 60%,#e1b94f 100%) !important;
}
.productDetail.radioBlock li.pinkColor span:before{background:#ec8a55!important;background:-moz-linear-gradient(30deg,#ec8a55 0,#fcede2 55%,#fcede2 60%,#ec8a55 100%)!important;background:-webkit-linear-gradient(30deg,#ec8a55 0,#fcede2 55%,#fcede2 60%,#ec8a55 100%)!important;background:linear-gradient(30deg,#ec8a55 0,#fcede2 55%,#fcede2 60%,#ec8a55 100%)!important}


.socialPostImg  img { opacity: 1;
  display: none;
}

 
.socialPostImg  img.opt1 { 
  display: block!important;
}


.socialPostImg .yellowColor.img-default {
  display: block;
}

.socialPostImg .grayColor.img-default {
  display: block;
}

.socialPostImg .pinkColor.img-default {
  display: block;
} 

.socialPostBox.yellowColor .socialPostImg  .grayColor  { display: none;} 
.socialPostBox.yellowColor .socialPostImg  .pinkColor  { display: none;} 
.socialPostBox.yellowColor .socialPostImg  .platinum  { display: none;} 
.socialPostBox.yellowColor .socialPostImg  .two-toneColor  { display: none;} 
.socialPostBox.yellowColor .socialPostImg  .three-toneColor  { display: none;} 
.socialPostBox.yellowColor .socialPostImg  .yellowColor  { display: block;} 


 
 

.socialPostBox.grayColor .socialPostImg  .yellowColor  { display: none;} 
.socialPostBox.grayColor .socialPostImg  .pinkColor  { display: none;} 
.socialPostBox.grayColor .socialPostImg  .platinum  { display: none;} 
.socialPostBox.grayColor .socialPostImg  .two-toneColor  { display: none;} 
.socialPostBox.grayColor .socialPostImg  .three-toneColor  { display: none;} 
.socialPostBox.grayColor .socialPostImg  .grayColor  { display: block;} 


 

.socialPostBox.pinkColor .socialPostImg  .yellowColor  { display: none;} 
.socialPostBox.pinkColor .socialPostImg  .pinkColor  { display: block;} 
.socialPostBox.pinkColor .socialPostImg  .platinum  { display: none;} 
.socialPostBox.pinkColor .socialPostImg  .two-toneColor  { display: none;} 
.socialPostBox.pinkColor .socialPostImg  .three-toneColor  { display: none;} 
.socialPostBox.pinkColor .socialPostImg  .grayColor  { display: none;} 




.socialPostBox.platinum .socialPostImg  .yellowColor  { display: none;} 
.socialPostBox.platinum .socialPostImg  .pinkColor  { display: none;} 
.socialPostBox.platinum .socialPostImg  .platinum  { display: block;} 
.socialPostBox.platinum .socialPostImg  .two-toneColor  { display: none;} 
.socialPostBox.platinum .socialPostImg  .three-toneColor  { display: none;} 
.socialPostBox.platinum .socialPostImg  .grayColor  { display: none;} 


.socialPostBox.two-toneColor .socialPostImg  .yellowColor  { display: none;} 
.socialPostBox.two-toneColor .socialPostImg  .pinkColor  { display: none;} 
.socialPostBox.two-toneColor .socialPostImg  .platinum  { display: none;} 
.socialPostBox.two-toneColor .socialPostImg  .two-toneColor  { display: block;} 
.socialPostBox.two-toneColor .socialPostImg  .three-toneColor  { display: none;} 
.socialPostBox.two-toneColor .socialPostImg  .grayColor  { display: none;} 



.socialPostBox.three-toneColor .socialPostImg  .yellowColor  { display: none;} 
.socialPostBox.three-toneColor .socialPostImg  .pinkColor  { display: none;} 
.socialPostBox.three-toneColor .socialPostImg  .platinum  { display: none;} 
.socialPostBox.three-toneColor .socialPostImg  .two-toneColor  { display: none;} 
.socialPostBox.three-toneColor .socialPostImg  .three-toneColor  { display: block;} 
.socialPostBox.three-toneColor .socialPostImg  .grayColor  { display: none;} 



 #choiceProducts .owl-nav{
  position: absolute;
  top: -150px;
  right: 0;
}

@media only screen and (max-width:600px)
{
#choiceProducts .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}
.productDetailsBox {
    padding:20px 0;
}



}
.callUsDiv { border-bottom: 1px solid #000; padding-bottom: 10px; margin-bottom: 20px;}
.callUsDiv h4, .emailUs h4{ font-size: 18px;}
.cntBoxes  .callUsDiv p { margin-bottom: 0;}
.callUsDiv p a{ color: #000; font-size: 16px;}

 .topHead .checkoutBox{
  text-decoration: none;
  color: #fff;
}
.reatilerLogin  .col-md-6.brds{
  padding: 0 70px;
 }
 
 @media only screen and (min-width:768px)
{
.reatilerLogin  .brds:first-child{
   border-right: solid 1px #000;
}

}




 @media only screen and (max-width:1200px)
{
.reatilerLogin .col-md-6.brds {
  padding: 0 50px;
}
}


 @media only screen and (max-width:900px)
{
.reatilerLogin .col-md-6.brds {
  padding: 0 20px;
}


}


 @media only screen and (max-width:767px)
{
 .reatilerLogin .col-md-6.brds:last-child{
  margin-top: 30px;
}

}

.lgts input.form-control.formValidationError {
  border: solid 1px #fd0d0d !important;  
}