@charset "utf-8";
/*..............embedded fonts..............*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Inter', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
/* font-family: 'Nunito Sans', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
/* font-family: 'Mrs Saint Delafield', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');




@font-face {
  font-family: "against";
  src: url("../fonts/against/against-Regular.eot");
  src: url("../against/against-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/against/against-Regular.woff2") format("woff2"),
    url("../fonts/against/against-Regular.woff") format("woff"),
    url("../fonts/against/against-Regular.ttf") format("truetype"),
    url("../fonts/against/against-Regular.svg#against-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "against";
  src: url("../fonts/against/against-Regular_1.eot");
  src: url("../fonts/against/against-Regular_1.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/against/against-Regular_1.woff2") format("woff2"),
    url("../fonts/against/against-Regular_1.woff") format("woff"),
    url("../fonts/against/against-Regular_1.ttf") format("truetype"),
    url("../fonts/against/against-Regular_1.svg#against-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*..............custom fonts..............*/

/*..............common styles..............*/
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
  font-family: "Inter", sans-serif;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Inter", sans-serif;
}
img {
  max-width: 100%;
}
a,
img {
  border: 0;
  text-decoration: none;
  outline: none;
}
a,
a:link,
a:visited,
a:focus,
a:hover {
  color: #b8880e;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

input,
textarea,
select {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  outline: none;
}
input[type="submit"] {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  outline: none;
}

/* --- for placeholder color --- */

.join-box .form-control::-moz-placeholder{color:#000;opacity:1 !important;}
.join-box .form-control:-ms-input-placeholder{color:#000; opacity:1 !important;}
.join-box .form-control::-webkit-input-placeholder{color:#000; opacity:1 !important;}

/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
  float: left;
  margin: 0 15px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.aligncenter {
  margin: 10px auto;
  display: block;
}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
a.btn,
.btn {
  border-radius: 100px;
  background-color: #000;
  padding: 17px 50px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  border: none;
}
a.btn.btn-w,
.btn.btn-w {
  background-color: #fff;
  color: #000;
}
.btn.btn-y,
a.btn.btn-y {
  background-color: #ffd157;
  color: #000;
}
.btn:hover,
.btn:focus {
  background-color: #ff9e00 !important;
  color: #000 !important;
}

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
  font-weight: normal;
}
.builder_radiobox ul li input[type="radio"] {
  opacity: 0;
}
.builder_radiobox ul li input[type="radio"]:empty ~ label {
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 22px;
}
.builder_radiobox ul li input[type="radio"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 2px;
  bottom: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/radiobutton.png) left top no-repeat;
}
.builder_radiobox ul li input[type="radio"]:checked ~ label:before {
  background: url(../images/radiobutton.png) left bottom no-repeat;
}

/* --- checkbox and radio button Styles --- */

.common-padd {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*..............common styles..............*/

.click {
  display: none;
}

/*for header css*/
.main-header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
}
main {
  padding-top: 140px;
}
.header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header.main-header.fixed .header-top {
  padding: 6px 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.main-header.fixed .header-top p {
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.main-header.fixed .logo {
  max-width: 280px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.main-header.fixed .header-main {
  padding: 18px 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hdr-rt {
  display: flex;
  align-items: center;
}
.hdr-rt-srch-cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.hdr-rt-srch-cart ul li {
  padding: 0 15px;
}

.hdr-rt-log-reg ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.hdr-rt-log-reg ul li {
  list-style: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  border-right: 1px solid #fff;
  padding: 0 15px;
}
.hdr-rt-log-reg ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.hdr-rt-log-reg ul li a {
  color: #fff;
}

.main-menu {
  display: flex;
  align-items: center;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-menu ul li,
.header-right li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 30px;
}
/*.main-menu ul li:not(:last-child) { margin-right: 40px; }*/
.main-menu ul li a,
.header-right li a {
  display: block;
  position: relative;
  color: #000;
  text-align: right;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.nav_btn {
  color: #000;
  font-size: 22px;
  text-align: right;
  display: none;
}
.nav_close {
  display: none;
  color: #fff;
}
.main-menu .hdr-rt-log-reg.mobile {
  display: none;
}
.main-menu ul li.active a {
  color: #b8880e;
}
.header-right ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.main-header.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-item-has-children { position: relative;padding-right: 12px; }
.menu-item-has-children::after { content: ""; position: absolute; right: 0px; top: 45%; box-sizing: border-box; height: 8px; width: 8px; border-style: solid; border-color: #000; border-width: 0px 2px 2px 0px; transform: rotate(45deg) translateY(-50%); transition: border-width 150ms ease-in-out; z-index: 2; }
.menu-item-has-children ul.sub-menu { display: block; position: absolute; top: 100%; background-color: #c08a2c; width: 120px; visibility: hidden; opacity: 0;z-index: 99; }
.menu-ul-item { display: flex; align-items: center; }
.menu-item-has-children ul.sub-menu li { margin: 0;width: 100%;}
.menu-item-has-children ul.sub-menu li a { color: #fff; font-size: 18px; padding: 0;padding: 10px 20px;display: inline-block; }
.menu-item-has-children:hover ul.sub-menu { opacity: 1; visibility: visible; }
.current-menu-item.menu-item-has-children::after {border-color: #b8880e;}
#menu-header-menu .current-menu-item.menu-item-has-children li a{color: #fff !important;border: none !important;}




/*for header css*/

.slider-wrap {
  position: relative;
}

/* header */
.header-top p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.header-top {
  background-color: #000;
  padding: 13px 15px;
}
.logo {
  max-width: 314px;
  height: 80px;
}
.logo a {
  display: block;
  height: 100%;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-main {
  padding: 24px 0px;
}
/* .logo .salo-logo { width: 200px;} */
.model .home-logo {
  display: none;
}
.model .salo-logo {
  display: block;
}

/* home banner */
.home-banner {
  background: linear-gradient(43deg, #fbdc8d 0%, #fff1cd 100%);
  padding: 160px 0px;
  overflow-y: hidden;
}
.home-banner-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
.home-banner-after img{width: 100%;height: 100%;}
.home-banner-content {
  position: relative;
  z-index: 2;
}
.home-banner-img {
  max-width: 938px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.home-banner-content p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  max-width: 804px;
  margin: 0 auto;
  margin-bottom: 69px;
  font-family: 'Roboto', sans-serif !important;
}

.search-modal-wrap {
  border-radius: 250px;
  background: #000;
  display: flex;
  padding: 31px 41px;
  align-items: center;
}
.search-modal-wrap label {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  width: 225px;
}
.search-group {
  width: calc(100% - 225px);
  position: relative;
}
.search-group input[type="search"] {
  border-radius: 50px;
  background: #fff;
  height: 80px;
  width: 100%;
  border: none;
  padding: 20px 40px;
  color: #858585;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.search-group input[type="submit"] {
  background-image: url(../images/input-search.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.home-search-modal-row {
  padding-top: 70px;
}
.modal-row-col {
  border-radius: 219px;
  border: 2px solid #727272;
  /* max-width: 318px; */
  overflow: hidden;
  padding: 10px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(0.89);
  position: relative;
}
.modl-n {
  position: absolute;
  bottom: 16%;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #fff, 1px 1px 10px #ddd, 2px 0px 0px #aaa, -1px -2px 10px #bbb;
  max-width: 290px;
  margin: 0 auto;
}
.model-month-sec h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100 !important;
}
.modal-row-col-img {
  overflow: hidden;
  border-radius: 219px;
  height: 100%;
  position: relative;
  padding-bottom: 165%;
}
.modal-row-col-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.modal-row-col:hover {
  transform: scale(1);
}
.modal-row-col-img::after {
  border: 5px solid #ffd872;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-radius: 219px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.modal-row-col:hover .modal-row-col-img::after {
  opacity: 1;
  visibility: visible;
}
.explore-btn.text-center {
  margin-top: 55px;
}
/* .home-search-modal::after{content: ""; position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;background-color: #202020;} */
.model-month-col1 {
  max-width: 272px;
  height: 375px;
}
.model-month-col1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.model-month-col1-flex {
  display: flex;
  height: 100%;
  align-items: end;
}
.model-month-col3-flex {
  display: flex;
  height: 100%;
  align-items: start;
  justify-content: flex-end;
}
.model-month-col3 {
  max-width: 323px;
  height: 375px;
}
.model-month-sec .section-heading p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}
.section-heading {
  margin-bottom: 40px;
}

.model-name-ab {
  display: flex;
  position: absolute;
  top: 4%;
  width: 100%;
  justify-content: space-between;
}
.model-month-row {
  position: relative;
}
.y-name {
  color: #ff9e00;
  font-family: "against";
  font-size: 113px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 21.47px;
}
.b-name {
  color: #180f00;
  font-family: "against";
  font-size: 163px;
  font-style: normal;
  font-weight: 400;
  line-height: 121px;
  margin-top: 195px;
}
.join-now-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.join-now-bg h1 {
  color: #fff;
  max-width: 729px;
  margin: 0 auto;
  font-weight: 400;
  margin-bottom: 40px;
}
.home-contact {
  background-color: #fff9ea;
}
.form-group input.form-control {
  border-radius: 10px;
  border: 1px solid #bebebe;
  background: #fff;
  height: 70px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group textarea.form-control {
  border-radius: 10px;
  border: 1px solid #bebebe;
  background: #fff;
  height: 160px;
}
.form-group-btn {
  text-align: left;
  position: relative;
}
.join-box .col-md-11.text-center p {
  margin: 0;
}
/* about us page */
.about-page-col-right {
  padding-left: 160px;
}
.about-page-col-right h2 {
  color: #000;
  font-weight: 500;
  letter-spacing: -0.45px;
  margin-bottom: 50px;
}
.about-page-col-right h4 {
  color: #000;
  font-weight: 600;
}
.about-btn {
  margin-top: 50px;
}
.inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-round-img {
  max-width: 990px;
  margin: 0 auto;
}
.banner-round-img img {
  position: relative;
}
.banner-model {
  max-width: 680px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 600px;
}
.banner-model img{width: 100%;height: 100%;object-fit: contain;object-fit: top;}
.inner-middle-img {
  position: relative;
}
.salo-model-col {
  position: relative;
}
.salo-model-img {
  position: relative;
  padding-bottom: 100%;
}
.salo-model-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.salo-model-col h4 {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.45px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Prata', serif !important;
  transform: translate(-50%, -50%);
}
.salo-model-img {
  position: relative;
}
.salo-model-img::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.800000011920929;
}
.salo-model-wrap {
  background-color: #fff9ea;
}
.store-content {
  max-width: 1332px;
  margin: 0 auto;
}
.store-content h3 {
  margin-bottom: 60px;
}
.store-content p {
  color: #452d16;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}
.salo-text {
  color: #452d16;
  text-align: center;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 62px;
  font-weight: 400;
  margin-top: 50px;
}
.salo-shopmodel-img {
  position: relative;
  padding-bottom: 130%;
}
.salo-shopmodel-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.salo-shopmodel-img-wrap {
  border: 1px solid #f0d694;
  background: #fff;
  padding: 20px;
}
.salo-shopmodel:hover .salo-shopmodel-img-wrap {
  border: 1px solid #b8880e;
}

.shopnow-btn {
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.shopnow-btn a.btn {
  display: block;
}
.shopmodel-title h2,
.shopmodel-title h3 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
  font-size: 24px !important;
  word-wrap: break-word;
}
.shopmodel-title .m-price {
  font-size: 24px;
  color: #777777;
}
.salo-shopmodel {
  margin-bottom: 60px;
}
.shopmodel-title {
  text-align: center;
  margin-top: 30px;
}
.salo-shopmodel:hover .shopnow-btn {
  opacity: 1;
  visibility: visible;
}
.salo-model-wrap select.orderby {
  border: none;
  padding: 10px 12px;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 13px 0 0;
}

.pagination-row .page-numbers {
  background-color: #fff;
  border-radius: 50%;
  border-color: #000;
  width: 46px;
  height: 46px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.pagination-row li.page-item {
  margin: 0 5px;
  display: flex;
}
.pagination-row .page-numbers {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.pagination-row .page-numbers:hover {
  background-color: #000;
  color: #fff;
}

.model-month-col2-flex {
  height: 100%;
}
.model-month-col2-flex .model-month-col2 {
  height: 100%;
}
.model-month-col2-flex .model-month-col2 img {
  height: 100%;
  object-fit: cover;
}

.search-popup .modal-header {
  border: none;
}
.search-popup .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}
.search-popup .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  background-color: #b8880e;
}
.search-popup .modal-dialog .modal-content .modal-header {
  position: absolute;
  right: 1%;
  color: #fff;
  z-index: 9;
  top: 29px;
}
.search-popup .modal-dialog .modal-content .modal-header button.btn-close {
  color: #fff !important;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.m-flex {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.m-flex input[type="search"] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 60px;
  padding: 10px 20px;
}
.m-flex svg {
  color: #fff;
  font-size: 20px;
}
.search-popup .modal-dialog .modal-content .modal-body {
  padding: 30px 15px;
}
.wpcf7-spinner {
  position: absolute;
  top: 10px;
}
.admin-bar .woocommerce {
  margin: 60px 0px;
}
.woocommerce-orders-table tr td {
  font-size: 16px;
}
.view {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
}
.default-page-wrap {
  margin: 80px 0px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 24.05%;
  margin-left: 0;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell a.view {
  padding: 13px 26px !important;
  font-size: 14px !important;
}
.woocommerce-cart .coupon input#coupon_code {
  max-width: 169px;
  height: 50px;
  width: 100%;
  padding: 10px 12px;
}
.yith-wcwl-add-button span {
  font-size: 0px;
}
/* .get-price-form-wrap .modal .modal-content {
  height: 800px;
  overflow-y: scroll;
} */
/* footer */

.footer-top {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 80px;
}
.footer-logo img {
  filter: brightness(0) invert(1);
}
.footer-logo {
  max-width: 233px;
  margin-bottom: 30px;
  height: 50px;
}
.footer-logo a{width: 100%;height: 100%;}
.footer-logo a img{width: 100%;height: 100%;object-fit: contain;}
.footer-info p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
ul.footer-social-link {
  padding: 0;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
ul.footer-social-link li {
  padding-right: 15px;
}
ul.footer-social-link li a {
  border-radius: 50px;
  border: 2px solid #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
ul.footer-social-link li:hover a {
  background-color: #fff;
  color: #000;
}
.footer-info h4 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.footer-info ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.footer-info ul li {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}
.footer-info ul li a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.footer-details .footer-icon {
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-details li {
  padding-left: 27px;
}
.footer-bottom {
  border-top: 1px solid #4a4a4a;
  padding: 20px 0px;
  text-align: center;
  background-color: #000;
}
.footer-bottom p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  font-family: "Nunito Sans", sans-serif;
}

.inner-banner-img {
  position: relative;
  padding-bottom: 50%;
}
.inner-banner-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-box  h2{text-align: center;}
#menu-header-menu > .current-menu-item a {
  color: #b8880e !important;
  border-bottom: 2px solid #b8880e;
}
#menu-header-menu .current-menu-item .menu-item-has-children a.current-menu-item{color: #fff !important;}

.banner-text {
  position: absolute;
  top: 17%;
  width: 100%;
}
.banner-text h1 {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  z-index: 1;
  position: relative;
  color: #ffdf8b;
  text-align: center;
  font-family: Playfair Display;
  font-size:7vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.inner-banner-wrap {
  overflow-x: hidden;
}
.arc-bg .banner-text {
  position: relative;
  text-align: inherit;
}
.high-text p {
  font-size: 23px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif !important;

}
.my-acc-wrap .woocommerce-form-row input {
  height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 10px 20px;
}
.my-acc-wrap .btn,
.woocommerce-Button,
.button {
  background-color: #000 !important;
  color: #fff !important;
  padding: 18px 32px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
}
.lost-p-wrap {
  max-width: 674px;
  margin: 60px auto;
  border: 1px solid #000;
  padding: 30px 30px;
}
.lost-p-wrap .woocommerce-form-row input,
.edit-account .woocommerce-form-row input,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper .selection .select2-selection {
  height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 10px 20px;
  width: 100% !important;
  max-width: 100%;
}
.lost-p-wrap .woocommerce-form-row {
  width: 100% !important;
}
p.form-row.d-flex-row-f {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px 20px;
  max-width: 350px;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.form-group label {
  font-size: 16px;
  margin-bottom: 8px;
}
.woocommerce-input-wrapper
  .selection
  .select2-selection
  .select2-selection__arrow
  b {
  left: 32%;
  top: 96%;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 15px;
}
.woocommerce-input-wrapper textarea {
  height: 100px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 10px 20px;
  width: 100% !important;
  max-width: 100%;
}
.dashboard .dashboard-left-wrap ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.dashboard .dashboard-left-wrap ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 15px 0px;
}
.dashboard .dashboard-left-wrap ul li:last-child {
  border-bottom: none;
}
.dashboard .dashboard-left-wrap ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.dashboard .padd-left .sub-heading h4 {
  font-size: 25px;
}
.dashboard .padd-left form input[type="text" i],
.dashboard .padd-left form input[type="email" i],
.dashboard .padd-left form input[type="number" i],
.dashboard .padd-left form input[type="file"],
#account_details form .mb-3.row input,
#changepass .form-froup input {
  height: 65px;
  border-radius: 50px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.dashboard .padd-left form .row,
#account_details form .mb-3.row,
#changepass .form-froup {
  align-items: center;
  margin-bottom: 25px !important;
}
#changepass input.btn {
  height: auto;
}
#prodinsert input {
  margin-bottom: 25px;
}
.dashboard .padd-left form input[type="file"] {
  line-height: 36px;
  z-index: 4;
}
#changepass {
  margin-top: 20px;
}
.request-status-modal .c-btn {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  filter: sepia(1);
}
.request-status-modal .options-panel {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.request-status-modal .options-panel h6 {
  margin-bottom: 0px;
  padding-right: 10px;
}
.request-status-modal .options-panel label {
  padding-left: 4px;
}
#userregistration .form-group input {
  height: 50px;
  line-height: 36px;
}
.login-page .row {
  background-color: #fff;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #cfc8d8;
  border-radius: 7px;
}
.login-page .row .form-froup input {
  height: 50px;
}
.login-page input.btn {
  height: auto !important;
}
.login-page .row .form-froup {
  margin-bottom: 20px;
}
.modal-wrap .modal-body {
  padding: 0px;
}
.modal-wrap .col-md-11.text-center p {
  margin-bottom: 0px;
}
.modal-wrap .modal-content {
  border: 5px solid #ff9e00;
}

.search-no-results .search-text {
  text-align: center;
  padding: 120px 0px;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.dashboard-left-wrap {
  border: 1px solid #ccc;
  max-width: 300px;
}

/* 15-09-2023 */

.product-wrapcontain .summary.entry-summary h1 {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px; /* 110% */
}

.product-wrapcontain .wpgis-slider-for .slick-list.draggable {
  border: 1px solid #b8880e;
  background: #fff;
  padding: 20px !important;
}

.padd-left form#productInsert input {
  margin-bottom: 20px;
  height: 58px;
  padding: 10px 20px;
}
.padd-left form#productInsert select {
  height: 50px;
  padding: 10px 16px;
  cursor: pointer;
}

.upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload__input {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 32px;
  opacity: 0;
  cursor: pointer !important;
}
.upload__btn {
  cursor: pointer !important;
  border: 1px solid #000;
  color: #000;
  background-color: white;
  padding: 8px 26px 8px 26px;
  font-size: 16px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  z-index: 3;
  position: relative;
}
.db-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.db-bottom label {
  margin-right: 10px;
  font-weight: 600;
  color: #000;
}

.home-search-modal {
  background-repeat: no-repeat;
  background-size: cover;
}
.join-now-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.home-search-modal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fffcf394;
}
.home-search-modal .container {
  position: relative;
  z-index: 1;
}
.orderby {
  cursor: pointer;
}
.product-wrapcontain .product-short-description {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  width: 80%;
  float: right;
  height: 100% !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 18%;
  float: left;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  width: 90%;
  float: none;
  margin: 0 0 10% 10%;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  width: 100% !important;
  float: none !important;
  margin-bottom: 20px !important;
}

/* 21-09-2023 */
.shop-list .add_to_wishlist svg {
  font-size: 20px;
}
.shop-list .yith-wcwl-add-button {
  position: absolute;
  left: 2%;
  top: -5px;
}
.shop-list .yith-wcwl-add-to-wishlist {
  width: 100%;
}
.dashboard-left-wrap li.active {
  background-color: #000;
}
.dashboard .dashboard-left-wrap ul li a {
  display: block;
}
.dashboard-left-wrap li.active a {
  color: #fff !important;
}
.model-acc-sec input {
  border-radius: 50px;
  border: 1px solid #ccc;
  height: 60px;
  padding: 10px 20px;
}
.m-img-w img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.m-img-w {
  display: flex;
}
.cr-search-no-reviews{margin-bottom: 30px;text-align: center;}
.model-acc-sec input[type="submit"] {
  height: auto;
}
.edit-product-sec input[type="text" i] {
  border-radius: 50px;
  border: 1px solid #ccc;
  height: 60px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.edit-product-sec .db-bottom {
  margin-bottom: 30px;
}
.edit-product-sec .db-bottom select {
  padding: 10px 13px;
  border-radius: 6px;
}
.request-table-wrap tbody tr td button.delete-product {
  border: none;
  background-color: transparent;
}
.request-table-wrap tbody tr td button.delete-product svg {
  color: #b8880e;
}
.search-icon {
  cursor: pointer;
}
.m-img-main {
  margin-bottom: 30px;
}
.request-status-modal .modal-body button.c-btn {
  border: 4px solid #ff9e00;
  position: absolute;
  top: -35px;
  right: -36px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff9e00;
  filter: none;
  line-height: 1;
}
.request-status-modal .modal-body button.c-btn img {
  filter: brightness(0) invert(1);
}
.about-page-col-right .about-btn a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.woocommerce-lost-password .woocommerce .password-input input {
  height: 50px;
  border-radius: 50px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.button:hover {
  background-color: #ff9e00 !important;
  color: #000 !important;
}
.product-wrapcontain .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #b8880e;
  background: #fff;
  padding: 20px;
}
ol.flex-control-nav.flex-control-thumbs li {
  border: 1px solid #b8880e;
  background: #fff;
  padding: 12px;
}
div#image-holder {
  width: 200px;
  margin-right: 15px;
}
div#image-holder img, .ui-sortable li.product_images.li-sortable img{width: 100%;height: 100%;object-fit: cover;}
.ui-sortable {
display: flex;
  padding: 0;
  list-style: none;
 width: 100%;
}
/* .ui-sortable li.product_images.li-sortable a.delete_gallery_image, .delete_featured_image {
  background-color: #fff;
  position: absolute;
  right: -8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  top: -8px;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
} */

.ui-sortable li.product_images.li-sortable a.delete_gallery_image, .delete_featured_image {
  background-color: #fff;
    position: absolute;
    right: -8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    top: -8px;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    border: none;
}

.thumb-image-wrapper{position: relative;}
.ui-sortable li.product_images.li-sortable {
  width: 200px;
  position: relative;
  margin-right: 15px;
  display: inline-block;
  height: 200px;
}
.gallery.upload{width: 100%;}
.single-product .product:hover img {
  transform: inherit !important;
  transition: transform 0.3s ease;
}
.woo-product-gallery-slider .single-product-main-image:hover img{transform: scale(1.1);
  transition: transform 0.3s ease;}
ol.flex-control-nav.flex-control-thumbs li img {
  margin: 0px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: top;
}
ol.flex-control-nav.flex-control-thumbs li {
  border: 1px solid #b8880e;
  background: #fff;
  padding: 12px;
}
ol.flex-control-nav.flex-control-thumbs li img {
  margin: 0px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: top;
}
.product-wrapcontain
  ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
  display: flex;
}
.product-wrapcontain
  ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared
  li {
  border-radius: 50px !important;
  border: 1px solid #777;
  background: #fff;
  box-shadow: none;
  width: 25% !important;
  height: 60px;
}
.product-wrapcontain
  ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared
  li:hover,
.product-wrapcontain
  ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared
  li.selected {
  border-radius: 100px;
  background: #777;
  box-shadow: none;
  color: #fff;
}

.product-wrapcontain form table.variations tr {
  margin-bottom: 20px;
  display: block;
}
.product-wrapcontain form table.variations tr label {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  display: block;
}
.quantity input.input-text {
  width: 100%;
  border: 1px solid #777;
  display: block;
  padding: 3px 9px;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  width: 100%;
  margin-top: 20px;
}
.product-wrapcontain a.buy-now-button.button {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.custom-product-container .yith-wcwl-add-button {
  margin-top: 14px;
  line-height: 2;
}
.product-wrapcontain ul.tabs.wc-tabs {
  border: none !important;
  display: flex;
  box-shadow: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  padding-bottom: 30px !important;
}
.product-wrapcontain ul.tabs.wc-tabs li a {
  border-radius: 50px !important;
  border: 1px solid #777 !important;
  background: #fff !important;
  max-width: 216px;
  width: 100%;
  margin: 0px 12px 0px 0px !important;
  padding: 24px 54px !important;
  color: #fff;
  text-align: center;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.product-wrapcontain ul.tabs.wc-tabs li {
  background-color: transparent !important;
  border: none !important;
  padding: 0 18px 0px 0px !important;
}
.product-wrapcontain ul.tabs.wc-tabs::after,
.product-wrapcontain ul.tabs.wc-tabs::before {
  display: none !important;
}
.product-wrapcontain ul.tabs.wc-tabs li.active a,
.product-wrapcontain ul.tabs.wc-tabs li:hover a {
  background-color: #000 !important;
  color: #fff !important;
}
.product-wrapcontain .woocommerce-tabs {
  padding-top: 40px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 90px;
  padding-bottom: 40px;
}
.woocommerce span.onsale {
  display: none;
}
.product-wrapcontain .salo-shopmodel-img {
  overflow: hidden;
}
.wishlist-title-container a.btn.button.show-title-form {
  display: none;
}
.wishlist-title.wishlist-title-with-form h2:hover {
  background-color: transparent !important;
}
.wishlist-items-wrapper td {
  text-align: left !important;
}
.product-wrapcontain button.single_add_to_cart_button.button.alt {
  width: 100%;
  margin-top: 20px;
}
.product-wrapcontain .woocommerce-product-gallery__wrapper {
  overflow: hidden;
}
.page-template-profile-php table.table-bordered {
  padding-top: 35px;
  margin-bottom: 35px;
}
.yith-wcwl-add-button svg {
  color: #836723de;
  font-size: 20px;
}
.yith-wcwl-add-button a.delete_item svg {
  color: #b8880e;
}
.padd-left #qt_description_toolbar {
  height: auto;
  min-height: auto;
}
.padd-left #qt_description_toolbar input {
  height: auto !important;
  min-height: auto;
  padding: 2px 20px !important;
}
#wp-description-editor-container {
  margin-bottom: 20px;
}
.padd-left label {
  margin-bottom: 15px;
}

.shop-list ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 25%;
}
#custom_checkbox_field {
  display: flex;
}

label.checkbox {
  display: flex;
}

.woocommerce-input-wrapper label.checkbox {
  padding-left: 25px;
  position: relative;
}

.woocommerce-input-wrapper label.checkbox input#custom_checkbox {
  position: absolute;
  height: 17px;
  width: 17px !important;
  left: 0;
  top: 23%;
  transform: translateY(-50%);
  margin: 0px !important;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table {
  /*max-width: 425px !important;*/
	max-width: 55% !important;
  width: 100%;
  margin-bottom: 20px;
}

#order_review
  table.shop_table.woocommerce-checkout-review-order-table
  thead
  tr
  th,
#order_review
  table.shop_table.woocommerce-checkout-review-order-table
  thead
  tr
  td {
  padding-bottom: 10px;
}
#order_review ul#shipping_method {
  padding: 0;
  list-style: none;
}

#order_review ul#shipping_method input {
  margin-right: 6px;
}
.form-row.place-order button {
  float: none !important;
}
.wishlist-count,
.cart-count {
  background-color: #000;
  color: #fff;
  width: 17px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -9px;
}

.upload label {
  position: relative;
  padding: 1rem 3rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.upload input[type="file"] {
  position: absolute;
  right: -9999px;
  visibility: hidden;
  opacity: 0;
}

.page-template-profile-php .modal-content button.c-btn {
  border: none;
  background-color: transparent;
}

.page-template-profile-php .modal-content button.c-btn img {
  filter: brightness(0.5);
}
.page-template-profile-php .modal-dialog {
  max-width: 800px;
}
.model-slider-for-mobile {
  display: none;
}
.model-month-sec {
  display: block;
}


.product-wrapcontain .summary.entry-summary {
    float: none !important;
    padding-left: 60px;
}

.product-wrapcontain .custom-product-container .color-container {
    display: flex;
}
.woocommerce-form__label input {
  margin-right: 9px;
}

.archive.tax-product_cat ul.page-numbers, .woocommerce-shop ul.page-numbers {
  display: flex !important;
  justify-content: center;
  width: 100%;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
}
.archive.tax-product_cat ul.page-numbers .page-numbers, .woocommerce-shop .woocommerce-pagination  ul.page-numbers .page-numbers{border: none !important;display: flex !important;align-items: center;justify-content: center;}
.archive.tax-product_cat ul.page-numbers li, .woocommerce-shop .woocommerce-pagination ul.page-numbers li{border: none !important;margin: 0px 10px;}
.archive.tax-product_cat ul.page-numbers .page-numbers.current, .woocommerce-shop .woocommerce-pagination ul.page-numbers .page-numbers.current {background-color: #000 !important;color: #fff !important;}
#price_error {
  margin-bottom: 10px;
}
.wpccb{text-align: left !important;}

#ship-to-different-address{ display:none; }
.no-notification-item {
  font-size: 13px;
  color: #a91212;
}
.iconGallery {
  display: flex;
  margin-bottom: 15px;
}

.iconGallery p {
  margin-bottom: 0px;
  line-height: normal;
  padding-right: 5px;
}
.popover-body {
  font-size: 11px;
  padding: 10px;
}
.popover .popover-arrow{transform: translate(0px, 11px);}
.add-prod.btn {
  border: 1px solid #000 !important;
  background-color: #000 !important;
    padding: 17px 50px !important;
    color: #fff !important;
}

.add-prod.btn:disabled {
  border: 1px solid #585858 !important;
  color: #585858 !important;
  background-color: transparent !important;
}

.single-product #owl-demo .owl-nav .owl-prev {
  background-color: #000;

  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  left: 0;
}

.single-product #owl-demo .owl-nav .owl-next {
  background-color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  right: 0px;
}

.single-product #owl-demo .yith-wcwl-add-button {
  left: 12px;
  position: absolute;
  top: 0;
}


.slider-arrow.slider-next.slick-arrow {
  background-color: #000 !important;
  opacity: 1;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  left: 0;
}

.slider-arrow.slider-prev.slick-arrow {
  background-color: #000 !important;
  opacity: 1;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  left: 0;
}
.form-heading { max-width: 800px;  }
.slider-arrow svg{color: #fff !important;}
.woocommerce-account .default-page-wrap .container > h2 {
  text-align: center;
  margin-bottom: 40px;
}
/*-- New-css-add(20-06-2024)Rituparna-Start --*/

/* .main-menu ul li{position: relative;}
.main-menu ul li .sub-menu{position: absolute; width: 150px; background-color: #fff; border-radius: 0 0 10px 10px; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); padding-left: 0; margin-bottom: 0; top: 30px; display: none;}
.main-menu ul li:hover .sub-menu{display: block;}
.main-menu ul li .sub-menu li{width: 100%; margin: 0;}
.main-menu ul li .sub-menu li a{text-align: left; padding: 3px 10px; font-size: 17px;}
.main-menu ul li.menu-item-has-children:after{position: absolute; right: -14px; top: 14px; width: 10px; height: 6px; background-image: url(../images/arrow-menu-wh.png); background-repeat: no-repeat; background-position: right center; background-size: cover; content: ""; filter: brightness(0);} */

/*-- New-css-add(20-06-2024)Rituparna-End --*/

.page-template-join-now .modal-content {
  box-shadow: none;
  border: 1px solid #cfc8d8;
}

.join-box .container h2 {
  text-align: center;
  margin-bottom: 40px;
}

.login-page .main-row {
  background-color: #fff;
  padding: 0;
  max-width: 100%;
  margin: inherit;
  box-shadow: none;
  transition: unset;
  border: unset;
  border-radius: unset;
}


/*-------Rk-13-08-2024-----*/
.customCheckOut {
  margin: 0 !important;
  padding-top: 40px !important;
}
.customSingleProductss .wpgs-lightbox-icon { height: 400px; overflow: hidden; display: inline-block; width: 100%; }
.customSingleProductss .wpgs-lightbox-icon img.attachment-shop_single { object-fit: contain; object-position: center; height: 100% !important; width: 100% !important; margin: 0 auto; }
.descPadd { padding-bottom: 40px; }

body.customSingleProductss .product-wrapcontain .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward{display: none;}

@media only screen and (min-width: 1701px) {
  .container {
    max-width: 1600px;
  }

  .model-slider-row .slick-slide {
    padding: 0px 6px;
}
}

@media only screen and (max-width: 1601px) {
  .header-top p {
    font-size: 14px;
  }
  .header-top {
    padding: 9px 15px;
  }
  .banner-round-img {
    max-width: 830px;
    margin: 0 auto;
  }
  .banner-model {
    max-width: 525px;
    height: 500px;
  }
  .db-bottom {
    display: block;
  }
  .db-bottom .category-wrapper,
  .db-bottom .upload,
  .db-bottom .gallery-wrapper {
    margin-bottom: 15px;
  }
  .upload__btn {
    padding: 8px 16px 8px 16px;
  }
  .home-banner {
  
    padding: 135px 0px;
    overflow-y: hidden;
}
main {
  padding-top: 128px;
}
.home-banner-img {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 31px;
}
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 41px;
  }
  h3 {
    font-size: 21px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 12px;
  }
  .common-padd {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .search-group input[type="search"] {
    height: 70px;
  }
  .search-modal-wrap {
    padding: 20px 41px;
  }
  .search-modal-wrap label {
    font-size: 20px;
  }
  .model-month-col3 {
    max-width: 240px;
  }
  .model-month-col1 {
    max-width: 226px;
    min-height: 308px;
  }
  .y-name,
  .b-name {
    font-size: 70px;
  }
  .home-banner-img {
    max-width: 680px;
  }
  /* .home-banner {
    padding: 150px 0px;
  } */
  .about-page-col-right {
    padding-left: 40px;
  }
  .about-page-col-right h2 {
    margin-bottom: 10px;
  }
  .banner-round-img {
    max-width: 712px;
  }
  .banner-model {
    height: 410px;
  }
  a.btn,
  .btn {
    padding: 13px 35px;
    font-size: 16px;
  }
  .shopmodel-title {
    margin-top: 10px;
  }
  .main-menu ul li,
  .header-right li {
    margin-right: 20px;
  }
  .logo {
    max-width: 250px;
    height: 70px;
  }
  .footer-info ul li,
  .footer-info ul li a {
    font-size: 17px;
  }
  a.btn,
  .btn {
    font-size: 16px;
    padding: 14px 36px;
  }


}
@media only screen and (max-width: 1280px) {
  .footer-info ul li a,
  .footer-info ul li,
  .footer-info p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main-menu ul li,
  .header-right li {
    margin-right: 19px;
  }
  .home-banner-img {
    max-width: 474px;
  }
  .about-page-col-right {
    padding-left: 30px;
  }
  .banner-round-img {
    max-width: 620px;
    margin: 0 auto;
  }
  .banner-model {
    max-width: 365px;
    height: 360px;
  }
  .shopmodel-title .m-price {
    font-size: 20px;
  }
  .shopmodel-title h3 {
    margin-bottom: 6px;
  }
  .salo-shopmodel {
    margin-bottom: 20px;
  }
  .salo-shopmodel-img-wrap {
    padding: 12px;
  }
  .logo {
    max-width: 200px;
    height: 60px;
  }
  .store-content p {
    font-size: 24px;
  }
  .store-content h3 {
    margin-bottom: 30px;
  }
  .salo-text {
    margin-top: 30px;
  }
  .shopmodel-title {
    margin-top: 10px;
  }
  .salo-model-col h4 {
    font-size: 30px;
  }

  .woocommerce-MyAccount-navigation ul {
    max-width: 100%;
  }
  .modl-n {
    bottom: 18%;
    font-size: 16px;
  }
  .dashboard .dashboard-left-wrap ul li a {
    font-size: 16px;
  }
  input[type="submit"] {
    font-size: 14px;
  }
  .default-page-wrap {
    margin: 100px 0px;
  }
  header.main-header.fixed .logo {
    max-width: 214px;
  }
  main {
    padding-top: 109px;
}
}

@media only screen and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
  a.btn,
  .btn {
    font-size: 14px;
    padding: 12px 33px;
  }
  .nav_btn {
    display: block;
    cursor: pointer;
    line-height: 1;
    margin-left: 30px;
  }
  .nav_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 999;
    font-size: 30px;
  }
  .main-menu {
    position: fixed;
    transform: translateX(320px);
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    max-width: 320px;
    background-color: #000;
   padding: 30px 20px;
    margin: 0;
    display: block;
    width: 100%;
    transition: 250ms ease-in;
  }
  .main-menu ul li {
    width: 100%;
  }
  /* .main-menu ul li:not(:last-child) { margin-right: 0; } */
  .main-menu ul li a {
    display: block;
    padding: 10px;
  }
  .main-menu ul li a {
    text-align: left;
    color: #fff;
  }
  .search-group input[type="search"] {
    height: 60px;
  }
  .search-group input[type="submit"] {
    width: 45px;
    height: 45px;
  }
  .search-modal-wrap {
    padding: 20px 25px;
  }
  .footer-info h4 {
    font-size: 20px;
  }
  .home-banner-content p {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .footer-top {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .banner-round-img {
    max-width: 536px;
    margin: 0 auto;
  }
  .banner-model {
    max-width: 303px;
    height: 300px;
  }
  /* .logo .salo-logo { width: 147px; } */
  .store-content p {
    font-size: 20px;
  }
  .shopmodel-title h2,
  .shopmodel-title h3 {
    font-size: 20px !important;
    padding-bottom: 5px !important;
  }
  .shopmodel-title .m-price {
    font-size: 17px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.33%;
  }
  .model-acc-sec input {
    height: 50px;
  }
  .request-table-wrap .table-responsive table {
    width: 900px;
  }
  header.main-header.fixed .logo {
    max-width: 150px;
  }
  .ui-sortable li.product_images.li-sortable {
    width: 150px;
    height: 150px;
}
/* .main-menu ul li.menu-item-has-children:after { right: 0px; top: 21px; filter: brightness(100);}
.main-menu ul li .sub-menu {
    position: relative;
    width: 100%;
    background-color: #0c0c0c;
    border-radius: 0 0;
    top: 0px;
    display: block;} */

    .menu-item-has-children ul.sub-menu { position: relative; background-color: transparent; }
    .menu-item-has-children ul.sub-menu li a{color: #fff;}

    .menu-item-has-children::after{top: 15px;}
    .main-menu > ul > li { margin-right: 26px; border-bottom: 1px solid #fff; }
  .main-menu  ul  li{margin: 0px !important;}
  .dropdown-icon-menu { display: block; width: 100%; height: auto; background-color: transparent; position: absolute; right: 11px; top: 19px; z-index: 3; }
  .dropdown-icon-menu::after{ content: ""; position: absolute; right: 0px; top: 45%; box-sizing: border-box; height: 8px; width: 8px; border-style: solid; border-color: #fff; border-width: 0px 2px 2px 0px; transform: rotate(45deg) translateY(-50%); transition: border-width 150ms ease-in-out; z-index: 2;}
  .menu-item-has-children::after{display: none;}
  .dropdown-icon-menu.active::after{transform: rotate(224deg) translateY(-50%);}
  .menu-item-has-children ul.sub-menu { visibility: visible; opacity: 1; }

  .menu-header-menu-container ul.menu > li.loggedOutUser > a{
    display: none;
  }
  .menu-header-menu-container ul.menu li.loggedOutUser ul.sub-menu li a {
    display: block;
    padding: 10px;
    font-size: 20px;
  }
  .menu-header-menu-container ul.menu li.loggedOutUser ul.sub-menu{
    display: block !important;
  }
  .menu-header-menu-container ul.menu > li.loggedOutUser>.dropdown-icon-menu{
    display: none;
  }
  

}

@media only screen and (max-width: 1024px) {
  .banner-round-img {
    max-width: 520px;
  }
  .banner-model {
    max-width: 319px;
    height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }
  .modl-n {
    font-size: 16px;
  }
  .home-search-modal-row .row .col-lg-3.col-md-4 {
    margin-bottom: 20px;
  }
  .model-month-row .row .col-lg-3,
  .model-month-row .row .col-lg-6 {
    margin-bottom: 20px;
  }
  .b-name {
    margin-top: 0px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  .logo {
    max-width: 198px;
  }
  .footer-top .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .model-name-ab {
    top: 78%;
  }
  .form-group input.form-control {
    height: 60px;
  }
  .form-group textarea.form-control {
    height: 140px;
  }
  .home-contact-form-wrap .col-md-10 {
    width: 100%;
  }
  .model-name-ab {
    top: 50%;
  }
  .join-now-bg h1 {
    max-width: 100%;
    margin-bottom: 19px;
  }
  a.btn,
  .btn {
    padding: 12px 34px;
    font-size: 14px;
  }
  .footer-bottom p {
    font-size: 16px;
  }
  ul.footer-social-link li a {
    width: 38px;
    height: 38px;
  }
  .home-banner-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .model-month-sec .section-heading p {
    font-size: 19px;
  }
  .about-page-sec .row .col-md-5,
  .about-page-sec .row .col-md-7 {
    width: 100%;
  }
  .about-page-sec .row .col-md-5 {
    margin-bottom: 20px;
  }
  .about-btn {
    margin-top: 22px;
  }
  .banner-round-img {
    max-width: 434px;
  }
  .banner-model {
    max-width: 233px;
    height: 230px;
  }
  .header-main {
    padding: 15px 0px;
  }
  .salo-model-col h4 {
    font-size: 20px;
  }
  .my-acc-log,
  .my-acc-reg {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .my-acc-wrap .woocommerce-form-row input {
    height: 40px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50% !important;
  }
  .model-month-col1,
  .model-month-col3 {
    max-width: 100%;
    min-height: auto;
    width: 100%;
    height: auto;
  }
  .model-month-col2 img,
  .model-month-col3 img,
  .model-month-col1 img {
    width: 100%;
  }
  .home-search-modal-row .row .col-lg-3.col-md-4 {
    width: 50%;
  }
  .about-page-col-right {
    padding-left: 0px;
  }
  .salo-model-wrap .col-lg-3.col-md-4 {
    width: 50%;
  }
  .dashboard-left-wrap {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .dashboard .padd-left form input[type="text" i],
  .dashboard .padd-left form input[type="email" i],
  .dashboard .padd-left form input[type="number" i],
  .dashboard .padd-left form input[type="file"],
  #account_details form .mb-3.row input,
  #changepass .form-froup input {
    height: 55px;
  }
  .dashboard .padd-left form .row,
  #account_details form .mb-3.row,
  #changepass .form-froup {
    margin-bottom: 18px !important;
  }
  /* .single-product div.product .woocommerce-product-gallery .flex-viewport,     .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      width: 100% !important;
    }
     */
  .product-wrapcontain .custom-product-container .woocommerce-product-gallery,
  .product-wrapcontain .custom-product-container .entry-summary {
    width: 100% !important;
    padding-top: 30px;
  }
  .product-wrapcontain .custom-product-container .woocommerce-product-gallery {
    margin-bottom: 30px !important;
  }
  .product-wrapcontain
    ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared
    li {
    height: 45px;
  }
  .product-wrapcontain
    ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared
    li
    a {
    font-size: 14px;
  }
  .product-wrapcontain .woocommerce-tabs {
    padding-top: 0px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .product-wrapcontain ul.tabs.wc-tabs li a {
    max-width: 189px;
    width: 100%;
    margin: 0px 8px 0px 0px !important;
    padding: 12px 24px !important;
    font-size: 14px;
  }
  ol.flex-control-nav.flex-control-thumbs li {
    padding: 5px;
  }
  .single_add_to_wishlist svg,
  .single_add_to_wishlist svg path {
    display: block;
  }
  .shopmodel-title h2,
  .shopmodel-title h3 {
    font-size: 16px !important;
    padding-bottom: 5px !important;
  }
  .default-page-wrap {
    margin: 80px 0px;
  }
  .woocommerce-cart .quantity input {
    margin-left: 10px !important;
    display: inline-block;
  }
  header.main-header.fixed .logo {
    max-width: 100px;
  }
  main {
    padding-top: 60px;
}
.product-wrapcontain .custom-product-container .color-container {
  display: block;
}
.product-wrapcontain .summary.entry-summary{padding-left: 0px;}
.ui-sortable li.product_images.li-sortable {
  width: 100px;
  height: 100px;
}

}

@media only screen and (max-width: 767px) {
  .y-name,
  .b-name {
    font-size: 51px;
    line-height: 1;
  }
  .common-padd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-search-modal-row .col-lg-3.col-md-4 {
    width: 50%;
  }
  .header-top p {
    font-size: 12px;
  }
  .header-top {
    padding: 4px 15px;
  }
  .home-banner {
    padding: 70px 0px;
  }
  .search-modal-wrap label {
    font-size: 16px;
    width: 162px;
  }
  .search-group {
    width: calc(100% - 162px);
  }
  .model-name-ab {
    justify-content: center;
  }
  .header-right li a {
    font-size: 14px;
  }
  .header-right li {
    margin-right: 13px;
    font-size: 14px;
    line-height: normal;
  }
  .nav_btn {
    margin-left: 12px;
  }
  .banner-round-img {
    max-width: 360px;
  }
  .banner-model {
    max-width: 202px;
    height: 200px;
  }
  .inner-banner-img {
    padding-bottom: 58%;
  }
  .salo-model-wrap .row .col-lg-3.col-md-4 {
    width: 50%;
  }
  .logo {
    max-width: 150px;
  }
  .salo-model-wrap .row .col-md-4 {
    margin-bottom: 15px;
    width: 50%;
  }
  .header-right ul {
    align-items: center;
  }
  .banner-text h1 {
    word-wrap: break-word;
    line-height: 1;
  }
  .search-no-results .search-text {
    text-align: center;
    padding: 50px 0px;
  }
  .modal-row-col-img {
    padding-bottom: 154%;
  }
  .shopnow-btn {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
    text-align: center;
  }
  .shopnow-btn a.btn {
    display: inline-block;
  }
  .default-page-wrap {
    margin: 40px 0px;
  }
  .product-wrapcontain
    ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared
    li {
    width: 30% !important;
  }
  .model-slider-for-mobile {
    display: block;
    position: relative;
  }
  .model-month-sec {
    display: none;
  }
  .model-mobile-img {
    height: 550px;
  }
  .model-mobile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slick-dots li button:before {
    content: "" !important;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #727272;
  }
  .slick-dots li.slick-active button {
    background-color: #000;
  }


  
  .model-name-ab {
    top: inherit;
    bottom: 0;
    position: relative;
    padding: 30px 0px;
}
.product-wrapcontain .summary.entry-summary h1{font-size: 24px;}
.product-wrapcontain .product-short-description{font-size: 16px;}
.woocommerce div.product div.images.woocommerce-product-gallery{padding-top: 0px !important;}

.salo-model-wrap.shop-list ul.products .slick-list .slick-slide li {
  width: 100% !important;
}
.hidePagi-mobile nav.woocommerce-pagination.pagination-row {
  display: none;
}

.hidePagi-mobile ul.products .slick-arrow {
  color: #000;
  width: 20px !important;
  top: 35% !important;
  transform: translateY(-50%) !important;
  height: 20px !important;
  position: absolute;
  z-index: 1;
}

.hidePagi-mobile ul.products .slick-arrow.slider-prev {
left: 0;
}

.hidePagi-mobile ul.products .slick-arrow.slider-next {
right: 0;
left: inherit;
}

.single-product #owl-demo .yith-wcwl-add-button {
  left: 12px;
  position: absolute;
  top: 0;
}

.salo-shopmodel-img {
  position: relative;
  padding-bottom: 95%;
}
.salo-shopmodel-img img {
object-fit: contain;
}
.slider-arrow.slider-next.slick-arrow, .slider-arrow.slider-prev.slick-arrow  {
  
  width: 30px !important;
  height: 30px !important;
 
}

.modelCats li {
  margin-bottom: 0px !important;
}


.model-slider-row .slick-slide {
  padding: 0px 6px;
}
}
@media only screen and (max-width: 578px) {
  .variable-item-contents {
    font-size: 12px;
}
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .home-banner-img {
    max-width: 279px;
    margin-bottom: 14px;
  }
  .y-name,
  .b-name {
    font-size: 41px;
  }
  .search-modal-wrap {
    display: block;
  }
  .search-modal-wrap label {
    width: 100%;
    margin-bottom: 12px;
  }
  .search-group {
    width: 100%;
  }
  .search-modal-wrap {
    border-radius: 10px;
  }
  .form-group {
    margin-bottom: 12px;
  }
  .footer-info ul li a,
  .footer-info ul li,
  .footer-info p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .header-top p {
    font-size: 9px;
  }
  .home-search-modal-row {
    padding-top: 40px;
  }
  .explore-btn.text-center {
    margin-top: 20px;
  }
  .form-group input.form-control {
    height: 50px;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .footer-bottom {
    padding: 10px 0px;
  }
  .banner-round-img {
    max-width: 290px;
  }
  .banner-model {
    max-width: 174px;
    height: 180px;
  }

  .woocommerce-cart .coupon {
    display: block;
    align-items: center;
  }
  .woocommerce-cart .coupon input#coupon_code {
    max-width: 100%;
    height: 40px;
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 10px;
  }
  .woocommerce-cart .coupon button {
    width: 100% !important;
  }
  .home-search-modal-row .row .col-lg-3.col-md-4 {
    width: 100%;
  }
  .header-right li {
    margin-right: 8px;
  }
  .header-right li a {
    font-size: 12px;
  }
  .product-wrapcontain
    ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared
    li {
    width: 40% !important;
  }
  .high-text p {
    font-size: 18px;
    line-height: 1.4;
}
.customSingleProductss .wpgs-lightbox-icon { height: 300px;}

}
@media only screen and (max-width: 480px) {
  .modl-n {
    font-size: 14px;
  }
  .modal-row-col-img {
    padding-bottom: 160%;
  }
  .footer-top .col-md-3 {
    width: 100%;
    margin-bottom: 11px;
  }
  .search-group input[type="search"] {
    height: 47px;
  }
  .search-group input[type="submit"] {
    width: 30px;
    height: 30px;
  }
  .common-padd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .y-name,
  .b-name {
    font-size: 24px;
  }
  .model-name-ab {
    top: 53%;
  }
  .logo {
    max-width: 111px;
  }
  .nav_btn {
    font-size: 18px;
  }
  .home-banner-content p {
    font-size: 14px;
  }
  .banner-round-img {
    max-width: 248px;
  }
  .banner-model {
    max-width: 170px;
    height: 170px;
  }
  .salo-model-wrap .row .col-md-4 {
    width: 100%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50% !important;
  }
  .about-page-sec .row .col-md-5 {
    margin-bottom: 15px;
  }
  .inner-banner-img {
    padding-bottom: 80%;
  }
  .shop-list ul.products {
    justify-content: flex-start;
}
}

@media only screen and (max-width: 425px) {
  .home-search-modal-row .col-lg-3.col-md-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .model-month-col1-flex,
  .model-month-col3-flex {
    display: block;
  }
  .model-month-col1,
  .model-month-col3 {
    max-width: 100%;
    min-height: auto;
  }
  .model-name-ab {
    top: 0;
    position: relative;
  }
  .header-top p {
    font-size: 8px;
  }
  .logo {
    max-width: 103px;
  }
  .salo-model-wrap .row .col-lg-3.col-md-4 {
    width: 100%;
  }
  .model-acc-sec input[type="submit"] {
    width: 100%;
  }
}

/*Media Query css*/








