@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'EB Garamond', serif;
}

.menustyle {
  color: #5F5F5F !important;
}

.menustyle:hover {
  text-decoration-line: underline;
  color: #623F33 !important;
}

/** GLOBAL CSS START HERE **/
.fs15 {
  font-size: 15px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs18to14 {
  font-size: 18px !important;
}

.fs20to14 {
  font-size: 20px !important;
}

.fs22to14 {
  font-size: 22px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs30 {
  font-size: 30px !important;
}

.section-bg {
  background-color: #FFFFFF;
  padding: 7px 0px;
}

.paddtop15 {
  padding-top: 15px !important;
}

.paddtop30 {
  padding-top: 30px !important;
}

.ffeb {
  font-family: 'EB Garamond' !important;
}

.ffas {
  font-family: 'Alegreya Sans' !important;
}

.ffos {
  font-family: 'Open Sans' !important;
}

.page-header {
  background: #C9AB81;
  padding: 15px 0px;
}

.product-img {
  background: #80808059;
  text-align: center;
}

.input-search {
  border: none;
  border-bottom: 3px solid #d5c7c778
}

.input-search:focus {
  border: none;
  box-shadow: none;
  border-bottom: 3px solid #d5c7c778;
  outline: none;
}

.social-link {
  width: 20px;
  margin-right: 20px;
}

.page-link {
  color: #000;
}

.textalignjustify {
  text-align: justify !important;
}

.martop6 {
  margin-top: 6rem !important;
}

@media only screen and (max-width: 1200px) {
  .fs22to14 {
    font-size: 18px !important;
  }

  .fs20to14 {
    font-size: 16px !important;
  }
/* 
  .cart-btn {

    padding: 5px 10px;
  }
   */


}

@media only screen and (max-width: 768px) {
  .fs22to14 {
    font-size: 14px !important;
  }

  .fs20to14 {
    font-size: 14px !important;
  }

  .fs18to14 {
    font-size: 14px !important;
  }

  .categories-title {
    font-size: 22px !important;
    line-height: 28px !important;
    padding: 0px !important;
  }

  .cart-btn {
    padding: 5px 10px !important;
  }

  .cart-btn:hover {
    padding: 5px 10px !important;
  }

  .martop6 {
    margin-top: 1rem !important;
  }

}

/** GLOBAL CSS END HERE **/




/* NEW DESIGN CSS START */

.categories-title-border {
  width: 170px;
  height: 1px;
  background: #525252;
  opacity: 0.35;
  margin-top: 25px;
}

.categories-title {
  font-size: 35px;
  line-height: 47px;
  align-items: center;
  text-align: center;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  color: #525252;
  padding: 0px 50px;
}

.categories-subtitle {
  /* letter-spacing: 3.52px; */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #525252;
}

.categories-con {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  align-items: center;
  color: #5F5F5F;
}

.categories-viewmore {
  font-size: 16px;
  line-height: 28px;
  align-items: center;
  letter-spacing: 0.91px;
  color: #383737;
  padding-left: 20px;
}

.categories-viewmore a {
  letter-spacing: 0.91px;
  color: #383737;
  padding-left: 20px;
  text-decoration: none;
}

.categories-viewmore-border {
  width: 34px;
  height: 1px;
  background: #C9AB81;
  margin-top: 15px;
}

/* category home page card effect css start */

/*----  Main Style  ----*/
#cards_landscape_wrap-2 {
  /* text-align: center; */
  background: #F7F7F7;
}

#cards_landscape_wrap-2 .container {
  padding-top: 80px;
  padding-bottom: 100px;
}

#cards_landscape_wrap-2 a {
  text-decoration: none;
  outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
  /* -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease; */
  width: 100%;
  height: 200px;
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

/* #cards_landscape_wrap-2 .card-flyer .text-box { */
/* text-align: center; */
/* } */

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 5px;
}

#cards_landscape_wrap-2 .card-flyer {
  background: #FFFFFF;
  /* margin-top: 50px; */
  /* -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40); */
}

#cards_landscape_wrap-2 .card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* margin-top: 50px; */
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}

/* category home page card effect css start */

/*card css start here*/
.related-product-card-bg {
  background: transparent !important;
  margin: 15px;
}

.related-product-card-bg .div1 {
    /* height: 430px;
    line-height: 390px; */
  text-align: center;
}

.related-product-card-bg .span1 {
  display: inline-block;
  vertical-align: bottom;
  line-height: normal;
}

.product-card-bg {
  background: #feedd9;
  margin: 15px;
}

.product-card-bg .div1 {
  height: 369px;
  line-height: 369px;
  text-align: center;
}

.product-card-bg .span1 {
  display: inline-block;
  vertical-align: bottom;
  line-height: normal;
}

.single-product-image {
  padding: 0px 0px;
  z-index: 9;
  position: relative;
}

.single-product-container {
  background-image: url(../images/product-container-stand.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: none !important;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.position-absolute {
  position: absolute !important;
}

.explore-more {
  line-height: 26px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.91px;
  color: #525252;
  border: 2px solid #C9AB81;
  padding: 5px 50px;
}

.explore-more:hover {
  line-height: 26px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.91px;
  color: #525252;
  border: 2px solid #000000;
  padding: 5px 50px;
}

/* card css end here*/


/* Blog css start here */
.blog-card-bg {
  margin: 15px;
}

/* blog css end here */

/* */
.customized-photo {
  background-image: url(../images/customized-photo-bg.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: none !important;
  background-size: cover !important;
  width: 100%;
}

/* */

.qty input[type=number] {
  position: relative;
  padding: 5px;
  padding-right: 25px;
}

.qty input[type=number]::-webkit-inner-spin-button,
.qty input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.qty input[type=number]::-webkit-outer-spin-button,
.qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}


/* frame color css start here */
#myElement {
  border: 20px solid #000;
  width: auto;
  height: auto;
  margin: 0px 30px;
}

.borderblack {
  border: 2px solid #000000;
  width: 30px;
  height: 30px;
}

.borderbrown {
  border: 2px solid #964B00;
  width: 30px;
  height: 30px;
}

.bordergray {
  border: 2px solid #808080;
  width: 30px;
  height: 30px;
}

.borderwooden {
  border: 2px solid #966F33;
  width: 30px;
  height: 30px;
}

.cart-btn {
  line-height: 26px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.91px;
  color: #525252;
  border: 2px solid #C9AB81;
  padding: 5px 10px;
}

.cart-btn:hover {
  line-height: 26px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.91px;
  color: #525252;
  border: 2px solid #000000;
  padding: 5px 10px;
}

/* frame color css end here */


.card-card-bg {
  background: #F1F1F1;
}

.card-card-bg .div1 {
  height: 169px;
  line-height: 169px;
  text-align: center;
}

.card-card-bg .span1 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.card-card-bg .span1 img {
  object-fit: cover;
}

.card-card-con .div1 {
  height: 169px;
  line-height: 169px;
  text-align: center;
}

.card-card-con .span1 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/* card effect hover css start */

/* Hover Circle */
.hovercircle .cir {
  position: relative;
}

.hovercircle .cir::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hovercircle .cir:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* card effect hover css end */

/* header css start here */
/* 
.featureProd .item1 .imgHov .hovArea i {
  font-size: 22px;
  line-height: 1;
  margin-top: -250%;
  transition: all 300ms ease-in-out 0s
}
 */

.menuborder {
  border-top: 1px solid rgba(181, 181, 195, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);

}

.wishlisticon i {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #623F33;
  font-size: 22px;
  transition: all 300ms ease-in-out 0s;

}

.wishlisticon i:hover {
  color: #fd405e;
  fill: #00acc1;
}

/* header css end here */

/* about us page css start here */
.about-us-head-bg {
  background-image: url(../images/about-us-bg.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 135px 0px !important;
}

.about-us-img-bg {
  background: #D9D9D9 !important;
}

/* about us page css end here */

/* on hover button effect css start */
.btn-cont {
  text-align: center;
  margin-top: 0px;
}

.btn-cont .btn {
  position: relative;
  padding: 5px 50px;
  border: 2px solid #C9AB81;
  letter-spacing: 0.91px;
  color: #525252;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px !important;
}

.btn-cont .btn:hover {
  padding: 5px 50px;
  border: 2px solid #ffffff;
}

.btn-cont .btn:hover .line-1 {
  -webkit-animation: move1 1500ms infinite ease;
  animation: move1 1500ms infinite ease;
}

.btn-cont .btn:hover .line-2 {
  -webkit-animation: move2 1500ms infinite ease;
  animation: move2 1500ms infinite ease;
}

.btn-cont .btn:hover .line-3 {
  -webkit-animation: move3 1500ms infinite ease;
  animation: move3 1500ms infinite ease;
}

.btn-cont .btn:hover .line-4 {
  -webkit-animation: move4 1500ms infinite ease;
  animation: move4 1500ms infinite ease;
}

.btn-cont .line-1 {
  position: absolute;
  width: 2px;
  background-color: #C9AB81;
  left: 0;
  bottom: 0;
}

.btn-cont .line-2 {
  position: absolute;
  height: 2px;
  background-color: #C9AB81;
  left: 0;
  top: 0;
}

.btn-cont .line-3 {
  position: absolute;
  width: 2px;
  background-color: #C9AB81;
  right: 0;
  top: 0;
}

.btn-cont .line-4 {
  position: absolute;
  height: 2px;
  background-color: #C9AB81;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

/* on hover button effect css end */



/* contact us css start */
.textf {
  border-bottom: 1px solid #778899;
  padding: 10px 30px 10px 10px;
  color: #111111;
  background-color: #ffffff !important;
  border-top: none;
  border-right: none;
  border-left: none;
}

/* contact us css end */


/* order status color start */

.legend-indicator-pending {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background-color: #f29339;
  border-radius: 50%;
  margin-right: .4375rem
}

.legend-indicator-confirmed {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background-color: #219b54;
  border-radius: 50%;
  margin-right: .4375rem
}

.legend-indicator-processing {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background-color: #612d91;
  border-radius: 50%;
  margin-right: .4375rem
}

.legend-indicator-out_for_delivery {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background-color: #2aa89a;
  border-radius: 50%;
  margin-right: .4375rem
}

.legend-indicator-delivered {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background-color: #0054bf;
  border-radius: 50%;
  margin-right: .4375rem
}

.legend-indicator-order_status {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background-color: #f4b084;
  border-radius: 50%;
  margin-right: .4375rem
}

/* order status color end   */

/* Profile Page css start */

.flickrPhoto {
  margin-bottom: 30px
}

.flickrPhoto h4 {
  margin-bottom: 30px
}

.flickrPhoto ul li {
  margin-bottom: 10px
}

.flickrPhoto ul li a {
  padding: 0;
  display: block;
  width: 93px;
  height: 93px;
  border-radius: 100%
}

.flickrPhoto ul li a img {
  width: 100%;
  border-radius: 100%
}


.usrpick .avatar-upload {
  position: relative;
  max-width: 205px;
  /* margin: 0px auto; */
}

.usrpick .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.usrpick .avatar-upload .avatar-edit input {
  display: none;
}

.usrpick .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.usrpick .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.usrpick .avatar-upload .avatar-edit input+label:after {
  content: "";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.usrpick .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 0%;
  border: 4px solid #af7b70;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.usrpick .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.searchDiv {
  height: 250px;
  width: -webkit-fill-available;
  background-color: #fff;
  overflow-y: scroll;
  position: absolute;
  z-index: 10001;
  top: 37px;
  padding: 15px;
}

.searchDiv .searchresultss {
  list-style-type: none;
  font-size: medium;
}


.sidebarinfo {
  background: #C9AB81;
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px;
  width: 205px;
}


.pencil {
  width: 10px;
  height: 50px;
  background: dimgray;
  position: relative;
  transform: rotate(30deg);
}

.pencil::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: dimgray;
  top: -13px;
}

.pencil::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: dimgray;
  left: 1px;
  bottom: -4px;
  transform: rotate(45deg);
}

/* profile page css end  */



/* PRODUCT SHARE CSS START */
.proshasoc .social-share {
  display: flex;
  flex-direction: column;
}

.proshasoc .btn123 {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #af7b70;
  box-shadow: 4px 2px 10px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #999;
  cursor: pointer;
  position: relative;
  background: #ffffff;
}

.proshasoc .btn123 .fa-trash-alt {
  margin-right: 2px;
}


.proshasoc .btn123 i {
  margin-right: 0px !important;
}


.proshasoc .btn123>i:hover {
  color: #af7b70;
}

.proshasoc .btn123:active:not(:focus-within) {
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2) inset;
}

.proshasoc .btn123:active:not(:focus-within)>i {
  transform: translate(0.8px, 0.8px);
}

.proshasoc .social {
  box-shadow: 4px 2px 8px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -45px;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #af7b70;
  color: #999 !important;
}

.proshasoc .toggle input[type="checkbox"]:checked+.btn123 .social {
  animation: fadeIn 1s;
  display: flex;
}

.proshasoc .toggle input[type="checkbox"]:not(:checked)+.btn123 .social {
  animation: fadeOut 1s;
}

.proshasoc .toggle input[type="checkbox"]:checked+.btn123 .fa-trash-alt {
  display: none;
}

.proshasoc .toggle input[type="checkbox"]:not(:checked)+.btn123 .fa-times {
  display: none;
}

.proshasoc .social a {
  margin: 0 10px !important;
  font-size: 18px;
  color: #af7b70 !important;
}

.proshasoc input[type="checkbox"] {
  display: none;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.linktooltips-container {
  background-color: #af7b70 !important;
  color: #ffffff !important;
  padding: 5px 30px;
  border-radius: 10px;
}

/* PRODUCT SHARE CSS END */


/* customize you image page css start here */
.customize-page-bg {
  background-image: url(../images/customize-page-bg.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 135px 0px !important;
}

.selectsize {
  line-height: 31px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.91px;
  color: #525252;
  border: 2px solid #C9AB81;
  padding: 10px;
}

/* customize you image page css end here */

.followus {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50%;
}

/* NEW DESIGN CSS END */
.footercon {
  background: transparent;
}

.footercon:hover {
  background: transparent;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}