@font-face {
  font-family: 'cookie';
  src: url("../fonts/COOKIE-REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway';
  src: url("../fonts/RALEWAY-MEDIUM.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway';
  src: url("../fonts/RALEWAY-BOLD.TTF");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'avg';
  src: url("../fonts/AVGARDM.TTF");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+30-39, U+24;
}

/* Misc Start */
.phone-number::-webkit-inner-spin-button,
.phone-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

.solid {
  background-color: #c5a39a;
  color: #fff;
}

.solid2 {
  background: #BC948A;
  color: #fff;
}

.solid3 {
  background: #999;
}

.btn-brown {
  color: white;
  -webkit--webkit-transition: all 0.3s ease;
  background: #4a2f12;
  background: -webkit-linear-gradient(#56391a, #4a2f12);
  background: -o-linear-gradient(#56391a, #4a2f12);
  background: -moz-linear-gradient(#56391a, #4a2f12);
  background: linear-gradient(#56391a, #4a2f12);
}

@media (max-width: 1023px) {
  .nonlogo {
    display: none;
  }
}

.hold {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hold .logo {
  height: 80px;
  padding: 0 8px;
}

.reslogo {
  display: none;
}

@media (max-width: 1023px) {
  .reslogo {
    display: block;
  }
}

.btn-brown:hover {
  color: white;
  background: #ff0000;
  background: -webkit-linear-gradient(#ff0000, #aa0000);
  background: -o-linear-gradient(#ff0000, #aa0000);
  background: -moz-linear-gradient(#ff0000, #aa0000);
  background: linear-gradient(#ff0000, #aa0000);
}

.btn-orange {
  color: white;
  -webkit--webkit-transition: all 0.3s ease;
  background: #ff9917;
  background: -webkit-linear-gradient(#ff9917, #cc6614);
  background: -o-linear-gradient(#ff9917, #cc6614);
  background: -moz-linear-gradient(#ff9917, #cc6614);
  background: linear-gradient(#ff9917, #cc6614);
}

.btn-orange:hover {
  color: white;
  background: #ffcc4a;
  background: -webkit-linear-gradient(#ffcc4a, #ff9917);
  background: -o-linear-gradient(#ffcc4a, #ff9917);
  background: -moz-linear-gradient(#ffcc4a, #ff9917);
  background: linear-gradient(#ffcc4a, #ff9917);
}

.askprice {
  z-index: 1;
  background: rgba(159, 96, 78, 0.64);
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.gride-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

@media (max-width: 767px) {
  .gride-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 12500% 0;
  }
}

.page-holder {
  margin: 0 10%;
}

@media (max-width: 1147px) {
  .page-holder {
    margin: 0;
  }
}

ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.transparent {
  background: #fce8e7;
}

.shop-active {
  background: url(../img/shop_active.png) no-repeat center;
  background-size: contain;
  height: 14px;
  width: 14px;
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}

.shop-list {
  background: url(../img/shop_list.png) no-repeat center;
  background-size: contain;
  height: 14px;
  width: 14px;
  float: left;
  margin-top: 4px;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease;
}

.list-holder ul li:hover .shop-list {
  background: url(../img/shop_active.png) no-repeat center;
  background-size: contain;
  height: 14px;
  width: 14px;
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}

.category-icon {
  background: url(../img/caticon.png) no-repeat center;
  background-size: contain;
  padding: 12px;
  margin-right: 7px;
}

.shop-holder {
  margin-top: 10px;
}

.shop-holder .title {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.title1 {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  color: #9F604E;
}

.title2 {
  font-size: 17px;
  color: #9F604E;
  margin-bottom: 5px;
  margin-top: 5px;
}

.discount-mark {
  position: absolute;
  width: 35px;
  top: 0;
}

.discount-mark img {
  width: 100%;
}

.stock-mark {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.stock-mark .iconprice {
  width: 90px;
  height: 90px;
  background: #9f604e99;
  display: flex;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  margin: 3px;
  justify-content: center;
  text-align: center;
}

.stock-mark .iconstock {
  width: 90px;
  height: 90px;
  background: #eb0b0ba6;
  display: flex;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  margin: 3px;
  justify-content: center;
  text-align: center;
}

.iconsale {
  width: 90px;
  height: 90px;
  background: #000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 3px;
  justify-content: center;
  text-align: center;
}

.stock-mark img {
  width: 100%;
}

.form-submit {
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
}

.non-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.loading {
  background: url(../img/loading.gif) no-repeat center;
  background-size: contain;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.cover {
  background: rgba(150, 150, 150, 0.2);
}

label {
  font-weight: normal !important;
}

.login-error {
  position: absolute;
  z-index: 9999px;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 150px;
  color: red;
  border: 2px solid red;
  border-radius: 5px;
  font-size: 18px;
  margin-left: -75px;
  margin-top: -10px;
  padding: 10px 0;
  cursor: pointer;
}

.flex-container {
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex1 {
  -webkit-box-flex: 1;
  -moz-flex: auto 0;
  -webkit-flex: auto 0;
  flex: auto 0;
}

#loadBox {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 3px solid #d9534f;
  border-radius: 5px;
  z-index: 9999;
  display: none;
}

/* Misc End */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* Site Top Strip Start */
/* Site Top Strip End */
/* Site Top Head Start */
.site-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.site-top .logo {
  display: block;
  height: 100px;
}

.site-top .links {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  align-items: center;
}

.site-top .item {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #000;
  text-transform: capitalize;
}

.site-top .item:last-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}

.site-top .info {
  color: #000;
  margin-right: 5px;
}

.site-top .search-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

.site-top .search {
  border-radius: 5px;
  border: 1px solid #000;
  padding: 4px 7px;
}

/* Site Top Head End */
/* Site Menu Start */
.menu-holder {
  position: relative;
  flex-grow: 1;
}

.menu-holder:before,
.menu-holder:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e5c1b8;
  width: 100%;
  display: block;
}

.menu-holder:before {
  right: calc(100% + 10px);
}

.menu-holder:after {
  left: calc(100% + 10px);
}

.menu li {
  display: inline-block;
  padding: 5px 0px;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
}

.menu li:hover,
.menu .active {
  background: #fce8e7;
  color: #9F604E;
}

/* Site Menu End */
/* Site Slider Start */
.slides li {
  position: relative;
}

.slider-text {
  position: absolute;
  background: rgba(252, 232, 231, 0.6);
  display: block;
  top: 70px;
  left: 0;
  color: #fff;
  padding: 10px;
  width: 200px;
}

.slider-text .title {
  font-size: 20px;
}

.slider-text .desc {
  font-size: 11px;
}

.slider-text .more {
  font-size: 10px;
  float: right;
}

/* Site Slider End */
/* Site Middle Start*/
/* Site Do It Basket Start */
.basket-holder {
  height: 300px;
  background-color: #feeae9;
  display: flex;
  align-items: center;
  width: 100%;
}

.basket-holder img {
  max-height: 100%;
  max-width: 100%;
}

.basket-holder img:nth-of-type(1) {
  height: 150px;
  flex-shrink: 0;
}

.basket-holder img:nth-of-type(2) {
  flex-grow: 1;
  width: 0;
}

/* Site Do It Basket End */
/* Site Category & Occasion Pics Start */
.pics-holder {
  text-align: center;
}

.shop-pic img {
  width: 100%;
  height: 202px;
}

.shop-pic:nth-child(3n + 2) .stock-mark {
  right: 10px;
}

.shop-pic:nth-child(3n + 1) .stock-mark {
  right: 5px;
}

.shop-pic:nth-child(3n) .stock-mark {
  right: 0px;
}

.pic-text {
  position: absolute;
  display: block;
  padding: 1px 10px;
  font-family: 'BRLNSDB';
  font-style: italic;
  color: #553512;
  bottom: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
}

.pic-text:hover {
  color: #fff;
  background: #ff0000;
  background: -webkit-linear-gradient(#ff0000, #aa0000);
  background: -o-linear-gradient(#ff0000, #aa0000);
  background: -moz-linear-gradient(#ff0000, #aa0000);
  background: linear-gradient(#ff0000, #aa0000);
}

.shop-pic:nth-of-type(3n + 1) .pic-text {
  right: 15px;
}

.shop-pic:nth-of-type(3n + 2) .pic-text {
  right: 10px;
}

.shop-pic:nth-of-type(3n + 3) .pic-text {
  right: 5px;
}

.more-pics {
  text-align: center;
  padding: 1px 20px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: 'BRLNSDB';
  font-style: italic;
  color: #553512;
  float: right;
  margin-right: 3px;
}

/* Site Category & Occasion Pics End */
/* Site Middle End */
/* Site Special Discounts & New Products Start */
.products-holder {
  width: 25%;
  float: left;
  padding-right: 10px;
}

.product-pic-holder {
  position: relative;
}

.product-pic img {
  width: 100%;
  height: 102px;
}

.product-icons {
  text-align: center;
  padding: 10px;
}

.product-cart {
  font-size: 22px;
  font-weight: bold;
  color: #754d2c;
}

.product-price {
  font-family: 'BRLNSR';
  color: red;
  font-size: 25px;
  margin-right: 10px;
}

.info-icon {
  background: url(../img/info.png) no-repeat center;
  background-size: contain;
  padding: 6px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
}

.info-icon:hover {
  background: url(../img/hover_info.png) no-repeat center;
  background-size: contain;
}

/* Site Special Discounts & New Products End */
/* Site Facebook Start */
.facebook-holder {
  float: left;
  margin-top: 10px;
  width: 50%;
}

.facebook {
  text-align: center;
  height: 470px;
  overflow: hidden;
}

/* Site Facebook End */
/* Site Footer Start */
.footer-info {
  padding: 10px 0;
  margin-left: 20%;
}

.site-footer {
  margin-top: 10px;
  text-align: left;
}

.footer-left {
  padding-right: 20px;
  border-right: 3px solid #fff;
  float: left;
}

.footer-title {
  font-size: 18px;
  font-family: 'BRLNSDB';
  color: #73553c;
}

.footer-facebook span {
  margin-left: 5px;
  font-family: 'Century Gothic';
  font-size: 14px;
  font-weight: bold;
  color: #73553c;
}

.footer-whatsapp span {
  margin-left: 5px;
  font-family: 'Century Gothic';
  font-size: 14px;
  font-weight: bold;
  color: #73553c;
}

.footer-mail span {
  margin-left: 5px;
  font-family: 'Century Gothic';
  font-size: 14px;
  font-weight: bold;
  color: #73553c;
}

.footer-mid {
  padding-left: 20px;
  float: left;
  padding-right: 20px;
  border-right: 3px solid #fff;
  height: 181px;
}

.mid-title {
  margin-bottom: 20px;
}

.mid-text {
  font-family: 'Century Gothic';
  font-size: 13px;
  color: #73553c;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
}

.footer-input {
  outline: 0;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 13px;
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: bold;
}

.footer-input::-webkit-input-placeholder {
  font-size: 13px;
  color: #838383;
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: bold;
}

.mid-text .email {
  margin-right: 28px;
}

.mid-text .mobile {
  margin-right: 5px;
}

.footer-btn {
  float: right;
  margin-right: 5px;
  margin-top: 0px;
  border: 0;
  color: #e9dccb;
  font-family: 'Century Gothic';
  font-size: 15px;
  font-style: oblique;
  background: -webkit-linear-gradient(#56391a, #4a2f12);
  background: -o-linear-gradient(#56391a, #4a2f12);
  background: -moz-linear-gradient(#56391a, #4a2f12);
  background: linear-gradient(#56391a, #4a2f12);
}

.footer-right {
  padding-left: 20px;
  float: left;
  height: 181px;
}

.payment-img {
  margin-top: 30px;
  margin-left: 30px;
}

.copy-rights {
  font-family: 'Century Gothic';
  font-size: 16px;
  color: #73553c;
  margin-top: 45px;
  margin-left: 12px;
}

.copy-rights span {
  font-weight: bold;
}

/* Site Footer End */
/* Site Edit User Name Start */
.edit-holder {
  padding: 10px 20px;
}

.edit-holder .user-name {
  font-family: 'BRLNSDB';
  font-size: 15px;
  color: #73553c;
  margin-bottom: 10px;
}

.edit-input-holder input {
  width: 100%;
  padding: 2px 3px;
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
}

.edit-input-holder label {
  width: 100%;
}

.edit-input-holder select {
  width: 100%;
  padding: 5px 3px;
  margin-bottom: 4px;
  font-size: 14px;
}

.edit-input-holder .birth-date {
  padding: 2px 3px;
  margin-bottom: 4px;
  font-size: 14px;
}

/* Site Edit User Name End */
/* Site My Orders Start */
.orders-holder {
  padding: 10px;
}

.order-holder {
  padding-bottom: 5px;
}

.order {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  padding: 0 2px;
  border-bottom: 1px solid #56391a;
  padding-bottom: 5px;
}

.order:last-of-type {
  border-bottom: 2px solid #000;
}

.delete-order {
  top: 5px;
  right: 5px;
  position: absolute;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  font-size: 18px !important;
  background: #ff0000;
  border-radius: 50px;
  padding: 0 5px;
}

.delete-order:hover {
  background: #aa0000;
  word-wrap: break-word;
}

.order-desc-holder {
  padding: 7px;
}

.order-title {
  font-size: 15px;
  color: #73553c;
}

.order-title:hover {
  color: #40220a;
}

.order-desc {
  font-size: 14px;
  color: #4f3111;
  padding: 4px;
  word-wrap: break-word;
}

.order-operations {
  text-align: center;
}

.price {
  width: 30%;
  text-align: center;
  background: #fff;
  font-size: 17px;
  padding: 3px 0;
  margin-right: 10px;
  margin-bottom: 5px;
  font-family: 'avg';
  color: #cc0000;
  border: 1px solid #aaa;
}

.quantity {
  width: 30%;
  text-align: center;
  padding: 3px 3px;
  font-size: 17px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}

.gift-holder {
  width: 100%;
}

/* Site My Orders End */
/* Site History Start */
.history-holder {
  padding: 10px;
}

.history-order {
  padding: 7px;
}

.history-info {
  float: left;
  width: 70%;
  font-size: 18px;
  color: #73553c;
  margin-top: 7px;
}

.order-ammount {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  float: left;
  width: 30%;
  border-left: 1px solid #000;
}

.order-ammount > div:nth-of-type(1) {
  color: #73553c;
}

.order-ammount > div:nth-of-type(2) {
  color: #a00;
}

.info-strip {
  background: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0 7px;
}

.info-strip > div:nth-of-type(1) {
  float: left;
  width: 55%;
  border-right: 1px solid #fff;
}

.info-strip > div:nth-of-type(2) {
  float: left;
  width: 15%;
  border-right: 1px solid #fff;
}

.info-strip > div:nth-of-type(3) {
  float: left;
  width: 15%;
  border-right: 1px solid #fff;
}

.info-strip > div:nth-of-type(4) {
  float: left;
  width: 15%;
}

.customized-strip {
  background: red;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0 7px;
}

.orderd-history {
  padding: 7px;
  border-bottom: 1px solid #aaa;
}

.orderd-history:last-of-type {
  border: none;
  margin-bottom: 15px;
}

.orderd-info {
  width: 55%;
  float: left;
}

.orderd-info img {
  width: 15%;
  float: left;
  margin-right: 10px;
}

.order-info {
  float: left;
}

.orderd-details {
  float: left;
  width: 15%;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  color: #a00;
}

.orderd-details:nth-of-type(2) {
  color: #a00;
}

.orderd-details:nth-of-type(3) {
  color: #73553c;
}

/* Site History End */
/* Site Create Basket Start */
.item-list-holder {
  margin: 5px 0;
  padding: 7px;
  cursor: pointer;
}

.basket-type {
  width: 25%;
  cursor: pointer;
  float: left;
  padding: 4px;
}

.basket-type img {
  width: 100%;
  border: 5px solid #fff;
  transition: all 0.3s ease;
}

.basket-size {
  margin-top: 5px;
  text-align: center;
  display: block;
}

.basket-size select {
  width: 100%;
}

.selected-basket img {
  border-color: #9F604E;
}

.selected-basket select {
  background-color: #9F604E;
}

.item-list-holder .title1 {
  color: #fff;
}

.item-list img {
  width: 100%;
  margin-right: 10px;
}

.item-list {
  margin: 5px 0;
  padding: 5px;
  display: none;
}

.basket-item {
  width: calc(100% / 3);
  float: left;
  transition: all 0.3s ease;
  padding: 5px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .basket-item {
    width: 100%;
  }
}

.basket-item label {
  cursor: pointer;
}

.basket-item:hover {
  background: rgba(255, 100, 100, 0.3);
}

.basket-item input {
  float: left;
  margin-right: 5px;
}

.solid3-special {
  background: #777;
  /*  background: -webkit-linear-gradient(#845, #401 ); 
		background: -o-linear-gradient(#845, #401); 
		background: -moz-linear-gradient(#845, #401); 
		background: linear-gradient(#845, #401);  */
}

.special-title {
  float: left;
  margin-right: 15px;
}

.special-description textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 4px 5px;
}

.finalize_basket textarea {
  width: 100%;
  height: 85px;
  resize: none;
  padding: 4px 5px;
}

.finalize_basket select {
  padding: 5px 3px;
  margin-bottom: 4px;
  font-size: 14px;
  width: 100%;
}

.send-basket {
  width: 100%;
}

.send-basket label {
  width: 100%;
}

.send-basket input {
  width: 100%;
  padding: 4px 5px;
}

.basket-click {
  margin: 5px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
}

.basket-area {
  display: none;
}

.fa-arrow-down {
  position: absolute;
  right: 10px;
  top: 10px;
}

.fa-arrow-up {
  position: absolute;
  right: 10px;
  top: 10px;
}

.basket-click:hover .fa-arrow-down {
  color: #fff;
}

.basket-click:hover .fa-arrow-up {
  color: #fff;
}

.basket-click:hover {
  color: #fff;
  background: #fce8e7;
}

/* Site Create Basket End */
/* Site About Us Start */
.about-holder {
  padding: 7px;
  font-size: 18px;
  color: #73553c;
  margin-bottom: 100px;
}

/* Site About Us End */
/* Site Contact Us Start */
.contact-holder {
  padding: 7px 20px;
  font-size: 18px;
  color: #73553c;
}

.information .info {
  float: left;
  margin-right: 25px;
  text-align: left;
  padding: 5px;
}

.information .info:nth-of-type(3n) {
  clear: both;
}

.contact-holder > .title2 {
  text-align: left;
  font-size: 18px;
  margin: 20px 0;
}

.contact-salutation {
  text-align: left;
}

.contact-info label {
  width: 100% !important;
}

.contact-info input {
  width: 100% !important;
}

.contact-info textarea {
  width: 100%;
  height: 155px;
  resize: none;
}

/* Site Contact Us End */
/* Site Categories Start */
/* Site Categories End */
/* Site Categories Items Start */
.categories-items-holder {
  padding: 7px;
}

.category-item {
  width: 33.33%;
  float: left;
  padding: 5px;
}

.category-item-pic {
  position: relative;
}

.category-pic img {
  width: 100%;
}

.category-icons {
  text-align: center;
  padding: 4px;
}

/* Site Categories Items End */
/* Site Item Desc Start*/
.item-desc-holder {
  padding: 10px;
  margin-bottom: 15px;
}

.item-desc-holder > .image-holder > a > img {
  width: 400px;
  max-width: 100%;
}

.item-desc-holder .item-desc {
  font-size: 16px;
  color: #73553c;
}

.occasion-tag {
  background: #553512;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  float: left;
  margin: 2px;
}

.prev-next {
  margin-top: 5px;
}

.prev-next .item-price span {
  color: #9F604E;
}

.prev-next .prev-item,
.prev-next .next-item {
  background: #9F604E;
  color: #fff;
}

.fb_iframe_widget_fluid span,
iframe.fb_ltr {
  width: 100% !important;
}

.share-holder {
  margin-bottom: 0 !important;
  float: left;
  margin-right: 5px;
}

/* Site Item Desc End*/
/* Site Modal Start */
.order-modal {
  top: 0;
  z-index: 9999;
  outline: none !important;
}

.modal-dialog {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.modal-content {
  border-radius: 0;
  border: 0px;
  height: 100%;
}

.order-modal::-webkit-scrollbar {
  display: none;
}

.modal-body {
  padding: 20px;
  height: 80%;
}

/* Site Modal End */
/* Site Gift Box Start */
.gift-box {
  width: 18%;
  margin: 5px;
  padding: 8px;
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.gift-box1 {
  width: 18%;
  margin: 5px;
  padding: 8px;
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.8);
  cursor: default;
  position: relative;
}

.gift-box1 .delete {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fce8e7;
  color: #fff;
}

.gift-box:hover {
  border: 1px solid #f00;
}

.gift-box:hover .gift-desc {
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
}

.gift-desc {
  padding: 5px;
  word-wrap: break-word;
}

.active1 {
  border: 1px solid #f00;
  background: rgba(200, 200, 200, 0.8);
}

.active2 {
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
}

.gift-box1 {
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.gift-desc1 {
  padding: 5px;
}

/* Site Gift Box End */
/* Site Input List Start */
.countryCode {
  width: 21% !important;
  display: inline !important;
}

.phoneNumber {
  width: 78% !important;
  display: inline !important;
}

/* Site Input List End */
/* Site Box Shadow Start */
#loadArea {
  height: 100%;
}

.boxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.popup {
  position: fixed;
  border: 2px solid #000;
  width: 80%;
  height: 80%;
  background: url(../img/background.png);
  overflow-y: hidden;
  left: 50%;
  top: 0px;
  margin-left: -40%;
  display: none;
  z-index: 999;
  background-color: #fff;
}

/* Site Box Shadow end */
*[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

form {
  margin: 0;
}

html,
body {
  background: #fff;
  font-family: 'avg', 'raleway';
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

select {
  font-family: inherit;
}

.num {
  font-family: 'avg' !important;
}

.poper {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: #fce8e7;
  color: tomato;
  display: flex;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: ease 0.3s all;
  transform: translate(-50%, -100%);
  opacity: 0;
}

.poper.active {
  transform: translate(-50%, 0);
  opacity: 1;
}

.poper .text {
  padding: 5px;
  font-size: 17px;
}

.poper .x {
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9F604E;
}

.operations {
  display: flex;
}

@media (max-width: 1023px) {
  .operations {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}

.items2 {
  width: calc(100% / 3);
  height: 200px;
}

@media (max-width: 767px) {
  .items2 {
    width: calc(100% / 1);
  }
}

.items2 .img-holder {
  width: 100%;
  height: 100%;
}

.items2 .img-holder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
  display: block;
}

.flexing {
  display: flex;
  flex-wrap: wrap;
}

.flexing .items2 {
  padding: 10px;
}

.menu {
  display: flex;
}

.menu a {
  flex-grow: 1;
}

.menu li {
  width: 100%;
  text-align: center;
}

.flexslider .page-holder {
  position: relative;
}

.cart-plus {
  font-family: 'FontAwesome';
  font-size: 1.8em;
  color: #9F604E;
  font-style: normal;
  cursor: pointer;
}

.cart-plus:before {
  content: '\f218';
}

.input-holder {
  display: flex;
  align-items: center;
}

.input-holder .labl {
  margin-right: 5px;
}

.input-holder .input {
  border: 1px solid #BC948A;
  border-radius: 3px;
  padding: 5px 7px;
  flex-grow: 1;
}

.btn-holder {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 5px;
}

@media (max-width: 767px) {
  #addGifts {
    position: unset !important;
  }
}

.btn {
  padding: 3px;
  border-radius: 3px;
  text-transform: capitalize;
  color: #fff;
  min-width: 120px;
}

@media (max-width: 767px) {
  .btn {
    min-width: 75px;
  }
}

.btn:hover {
  color: #fff;
}

.btn.btn1 {
  background-color: #BC948A;
}

.btn.btn2 {
  background-color: #c5a39a;
}

.btn.btnBr {
  background-color: #9F604E;
}

.top-strip {
  text-align: center;
  padding: 5px;
  font-size: 35px;
  line-height: 1;
}

.top-strip .text {
  font-family: 'cookie';
}

.owl-controls {
  font-family: 'FontAwesome';
}

.owl-controls .owl-nav {
  display: flex;
  align-items: center;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9F604E;
  font-size: 40px;
  top: 300;
}

@media (max-width: 767px) {
  .owl-controls .owl-prev,
  .owl-controls .owl-next {
    top: 100;
  }
}

.owl-controls .owl-prev {
  left: -30;
}

.owl-controls .owl-prev:before {
  content: '\f053';
}

.owl-controls .owl-next {
  right: -30;
}

.owl-controls .owl-next:before {
  content: '\f054';
}

.items-holder-slides .slider {
  padding: 10px 40px;
  display: flex !important;
  align-items: center;
  position: relative;
}

.items-holder-slides .item .img-holder {
  width: 100%;
  height: 240px;
  position: relative;
  flex-shrink: 0;
  display: block;
  background-color: #fce8e7;
}

.items-holder-slides .item .img-holder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: block;
}

.items-holder-slides img {
  max-height: auto;
  max-width: auto;
  display: block;
}

.items-holder-slides .name {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(159, 96, 78, 0.5);
  padding: 6px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  top: 100px;
}

.items-holder-slides .owl-controls {
  font-family: 'FontAwesome';
}

.items-holder-slides .owl-controls .owl-nav {
  display: flex;
  align-items: center;
}

.items-holder-slides .owl-controls .owl-prev,
.items-holder-slides .owl-controls .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9F604E;
  font-size: 40px;
}

.items-holder-slides .owl-controls .owl-prev {
  left: 0;
}

.items-holder-slides .owl-controls .owl-prev:before {
  content: '\f053';
}

.items-holder-slides .owl-controls .owl-next {
  right: 0;
}

.items-holder-slides .owl-controls .owl-next:before {
  content: '\f054';
}

.items-holder-slides .link-holder {
  display: flex;
  justify-content: flex-end;
  color: #BC948A;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: capitalize;
  padding: 0 40px;
}

.items-holder-slider .slider {
  position: relative;
}

.items-holder-slider .item {
  width: 100%;
}

.items-holder-slider .item .img-holder {
  width: 100%;
  height: 600px;
  position: relative;
  flex-shrink: 0;
  display: block;
  background-color: #000;
}

.items-holder-slider .item .img-holder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-color: #000;
  display: block;
}

.items-holder-slider img {
  max-height: auto;
  max-width: auto;
  display: block;
}

.items-holder-slider .name {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(159, 96, 78, 0.5);
  padding: 6px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.items-holder-slider .owl-controls {
  font-family: 'FontAwesome';
}

.items-holder-slider .owl-controls .owl-nav {
  display: flex;
  align-items: center;
}

.items-holder-slider .owl-controls .owl-prev,
.items-holder-slider .owl-controls .owl-next {
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.items-holder-slider .owl-controls .owl-prev {
  left: 70px;
}

@media (max-width: 767px) {
  .items-holder-slider .owl-controls .owl-prev {
    left: 5px;
  }
}

.items-holder-slider .owl-controls .owl-prev:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  display: inline-block;
  content: '\f104';
}

.items-holder-slider .owl-controls .owl-next {
  right: 70px;
}

@media (max-width: 767px) {
  .items-holder-slider .owl-controls .owl-next {
    right: 5px;
  }
}

.items-holder-slider .owl-controls .owl-next:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  display: inline-block;
  content: '\f105';
}

.items-holder-slider .link-holder {
  display: flex;
  justify-content: flex-end;
  color: #BC948A;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: capitalize;
  padding: 0 40px;
}

.collection {
  display: flex;
  flex-wrap: wrap;
}

.collection .item {
  padding: 10px;
  width: calc(100% / 4);
}

.collection .item .img-holder {
  position: relative;
  overflow: hidden;
  height: 202px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7e7e7;
}

.collection .item .img-holder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  display: block;
  position: absolute;
}

.collection .item .img-holder .imgright {
  right: 0;
}

.collection .item .img-holder .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(159, 96, 78, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}

.collection .item .img-holder .buy {
  color: #fff;
}

.collection .item .img-holder .pr {
  font-size: 1.5em;
  font-family: 'avg';
}

.collection .item .img-holder .stock {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0;
  width: 70px;
  height: auto;
}

.collection .item .name {
  width: 100%;
  text-align: center;
  color: #9F604E;
  font-weight: bold;
  font-size: 1.3em;
}

.collection .item .title1 {
  grid-column-start: span 5;
}

.eventimg .item .img-holder .img {
  background-size: cover !important;
}

.occasionsimg .item .img-holder .img {
  background-size: cover !important;
}

.catimg .item .img-holder .img {
  background-size: cover !important;
}

.footer {
  padding: 20px;
  margin-top: 20px;
}

.footer .holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  grid-gap: 1px;
  background-color: #9F604E;
  color: #9F604E;
  margin: 0 10%;
}

.footer .item {
  background-color: #fce8e7;
  padding: 20px;
}

.footer .title {
  font-size: 1.2em;
  text-transform: uppercase;
}

.footer .info {
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}

.footer .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #9F604E;
  color: #fff;
  margin-right: 5px;
  font-size: 0.9em;
}

.footer .icon.l {
  font-size: 1.4em;
}

.footer .method {
  width: 170px;
}

.footer .btn-holder {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.footer .btn {
  border-radius: 16px;
  padding: 0 10px;
}

.login .form {
  padding: 20px;
}

.login .input-holder {
  margin-bottom: 10px;
}

.login .labl {
  width: 60px;
}

.login .btn-holder {
  margin-top: 20px;
  justify-content: end;
  grid-auto-columns: auto;
}

.item-desc-holder .title2 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.item-desc-holder .title2 .links {
  display: flex;
  align-items: center;
}

.item-desc-holder .title2 .links:after {
  content: '>';
  margin: 0 5px;
}

.item-desc-holder .title2 .links:last-of-type:after {
  content: '';
}

.item-desc-holder .items {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.item-desc-holder .items .image-holder {
  position: relative;
}

.item-desc-holder .items .image-holder .imgholder {
  width: 100%;
  display: block;
  height: 500px;
}

@media (max-width: 767px) {
  .item-desc-holder .items .image-holder .imgholder {
    height: 300px;
  }
}

.item-desc-holder .items .image-holder .imgholder .img {
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.item-desc-holder .items .item-holder .price-holder {
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #9F604E;
  display: flex;
  flex-direction: column;
}

.item-desc-holder .items .item-holder .price-holder .pr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #9F604E;
}

.item-desc-holder .items .item-holder .price-holder .pr .labl {
  margin-right: 5px;
}

.item-desc-holder .items .item-holder .price-holder .pr .value span {
  font-weight: bold;
}

.item-desc-holder .items .item-holder .price-holder .text {
  padding: 10px 0;
}

.item-desc-holder .items .item-holder .price-holder .btn {
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  margin-top: 5px;
  background-color: #c5a39a !important;
}

.item-desc-holder .items .item-holder .price-holder .btn:before {
  content: '';
}

.item-desc-holder .items .item-holder .occasions {
  margin-top: 10px;
}

.item-desc-holder .items .item-holder .occasions .text {
  font-size: 16px;
  color: #9F604E;
}

.item-desc-holder .items .item-holder .occasions .holder {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.item-desc-holder .items .item-holder .occasions .tag {
  background-color: #c5a39a;
  color: #fff;
  padding: 7px;
  border-radius: 3px;
  margin: 0px 5px 0 0;
  font-size: 12px;
}

.item-desc-holder .items .item-holder .desc {
  margin-top: 10px;
}

.item-desc-holder .btn-holder {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.item-desc-holder .btn-holder .btn {
  background-color: #c5a39a;
}

.item-desc-holder .cart-plus {
  color: #9F604E;
  font-size: 2.6em;
}

.site-top .basket {
  font-size: 24px;
}

.site-top .basket.active {
  color: #9F604E;
}

@media (max-width: 1023px) {
  .menu-holder {
    padding: 10px 0;
    cursor: pointer;
  }
  .menu-holder:before, .menu-holder:after {
    display: none;
  }
  .menu-holder:before {
    font-family: 'FontAwesome';
    content: '\f0c9';
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    width: 50px;
    height: 50px;
    color: #fff;
  }
  .menu-holder .menu {
    position: absolute;
    top: calc(100% - 10px);
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: ease 0.3s all;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
  }
  .menu-holder .menu.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }
  .menu-holder .menu li {
    width: 100%;
  }
  .flex-viewport {
    height: 400px !important;
  }
  .flexslider .slides > li {
    height: 400px !important;
  }
  .flexslider .slider-text {
    left: 70px;
  }
  .basket-holder {
    height: auto;
  }
}

@media (max-width: 767px) {
  .collection .item {
    width: calc(100% / 2);
  }
  .site-top .logo {
    height: 50px;
  }
  .slider-text {
    left: 10px;
  }
  .flex-direction-nav .flex-prev {
    left: 10px !important;
  }
  .flex-direction-nav .flex-next {
    right: 10px !important;
  }
  .basket-holder {
    flex-direction: column;
  }
  .basket-holder img:nth-of-type(1) {
    height: 150px;
  }
  .basket-holder img:nth-of-type(2) {
    width: 100%;
  }
  .footer .holder {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 424px) {
  .collection .item {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */