/***********************************************
Mixin
***********************************************/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #512c1d;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.pad-left {
  padding-left: 0;
}

.pad-right {
  padding-right: 0;
}

.pad-top {
  padding-top: 0;
}

.pad-bottom {
  padding-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #656565;
  margin: 0;
  font-family: "SourceSansProRegular";
}

.padding {
  padding: 0;
}

.btn-primary {
  font-size: 16px;
  line-height: 16px;
  font-family: "SourceSansProBold";
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  color: #EEAD00;
  margin: 0;
  padding: 8px 2px;
  box-shadow: none !important;
  z-index: 9;
}

.btn-primary:hover {
  color: #C79717 !important;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  background: transparent;
}

.btn-primary:after {
  content: "";
  width: 100%;
  left: 50%;
  height: 2px;
  bottom: 0;
  transform: translatex(-50%);
  transition: height 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  display: block;
  position: absolute;
  background: #EEAD00;
  z-index: -1;
}

.btn-primary:hover:after {
  background: #C79717;
}

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:focus, .btn-primary.focus {
  background: transparent !important;
  color: #DAA25A !important;
}

.btn-white {
  color: #ffffff !important;
}

.btn-white:hover {
  color: #C79717 !important;
}

.btn-white:after {
  background: #ffffff;
}

.btn-white:hover:after {
  background: #ffffff;
  background: #C79717;
}

.btn-yellow {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  font-family: "SourceSansProSemiBold";
  text-transform: uppercase;
  background: #EEAD00;
  border: none;
  border-radius: 0;
}
.btn-yellow:hover {
  background: #D55031;
  color: #ffffff;
}

.btn-link {
  font-size: 16px;
  line-height: 16px;
  color: #EEAD00;
  font-family: "NotoSansBold";
  text-decoration: none !important;
  padding: 0;
  box-shadow: none !important;
}
.btn-link svg {
  position: relative;
  margin-left: 4px;
  transition: 0.2s;
}
.btn-link:hover {
  color: #D55031;
  color: #C79717;
}
.btn-link:hover svg {
  right: -5px;
}
.btn-link:hover svg path {
  stroke: #D55031;
  stroke: #C79717;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Abril_Display_Regular";
  margin: 0 0 15px;
  color: #000000;
}

.sub-title h1, .sub-title h2, .sub-title h3, .sub-title h4, .sub-title h5, .sub-title h6 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Abril_Display_Regular";
  margin: 0 0 15px;
  color: #000000;
}

.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
  font-size: 52px;
  line-height: 54px;
  font-family: "Abril_Display_Regular";
  margin: 0 0 15px;
  color: #000000;
}

.small-title {
  padding: 0 0 15px;
}
.small-title h1, .small-title h2, .small-title h3, .small-title h4, .small-title h5, .small-title h6 {
  font-size: 14px;
  line-height: 14px;
  font-family: "SourceSansProRegular";
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}

.text-block {
  text-align: center;
  padding: 0 0 70px;
}
.text-block p {
  font-size: 18px;
  line-height: 28px;
  color: #656565;
  font-family: "SourceSansProRegular";
  margin: 0;
}

.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.custom-checkbox .custom-control-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #656565;
  font-family: "SourceSansProRegular";
}
.custom-checkbox .custom-control-label a {
  font-family: "SourceSansProSemiBold";
  color: #EEAD00;
}
.custom-checkbox .custom-control-label:before {
  height: 13px;
  width: 13px;
  border: 2px solid #EEAD00;
  border-radius: 0;
  box-shadow: none !important;
}
.custom-checkbox .custom-control-label:after {
  height: 13px;
  width: 13px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background: #EEAD00;
  border-color: #EEAD00;
}

.custom-checkbox {
  padding: 0;
}
.custom-checkbox .wpcf7-form-control-wrap {
  padding-left: 22px;
}
.custom-checkbox .wpcf7-list-item {
  margin: 0;
}
.custom-checkbox .wpcf7-list-item label {
  margin: 0;
  display: block;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: -1;
}
.custom-checkbox .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #656565;
  font-family: "SourceSansProRegular";
}
.custom-checkbox .wpcf7-list-item-label a {
  font-family: "SourceSansProSemiBold";
  color: #EEAD00;
}
.custom-checkbox .wpcf7-list-item-label:before {
  height: 13px;
  width: 13px;
  border: 2px solid #EEAD00;
  border-radius: 0;
  box-shadow: none !important;
  left: 0;
  top: 6px;
  position: absolute;
  display: block;
}
.custom-checkbox .wpcf7-list-item-label:after {
  height: 13px;
  width: 13px;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  top: 6px;
  top: 5px;
  left: 0px;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background: #EEAD00;
  border-color: #EEAD00;
}
.custom-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.woocommerce-info {
  width: 100% !important;
}

/* Discount Price Start */
.price del .amount, .price del span {
  font-weight: normal;
  font-family: "SourceSansProRegular";
  font-size: 16px !important;
  line-height: 16px !important;
  color: #D55031;
  margin-right: 5px;
  text-decoration: line-through;
}
.price ins .amount, .price ins span {
  font-family: "SourceSansProBold";
  font-size: 26px !important;
  line-height: 34px !important;
  text-align: left;
  color: #D55031;
}

.tax-product_cat .price {
  font-size: 20px !important;
  line-height: 28px !important;
}
.tax-product_cat .price .amount {
  font-size: 20px !important;
  line-height: 28px !important;
}
.tax-product_cat .price .amount .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
  line-height: inherit !important;
}
.tax-product_cat .price del {
  font-size: 16px !important;
  line-height: 16px !important;
}
.tax-product_cat .price del .amount {
  font-size: 16px !important;
  line-height: 16px !important;
}
.tax-product_cat .price del .amount .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
  line-height: inherit !important;
}
.tax-product_cat .price ins .amount, .tax-product_cat .price ins span {
  font-size: 20px !important;
  line-height: 28px !important;
}

/* Discount Price End */
/***************************************************************************/
/*************************** Content Start ***************************/
/***************************************************************************/
.header {
  padding: 20px 0;
  padding: 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #ffffff;
}
.header .mega-menu-wrap {
  background: transparent !important;
  margin: 0 auto !important;
  position: unset !important;
}
.header .mega-menu-wrap li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #ffffff !important;
  margin-top: 0 !important;
  z-index: -1 !important;
}
.header .mega-menu-wrap .mega-menu {
  position: unset !important;
}
.header .mega-menu-wrap .mega-menu-row {
  padding: 62px 90px 40px !important;
  border-bottom: 4px solid #EEAD00 !important;
  margin: 0 !important;
}
.header .mega-menu-wrap .mega-menu-row .mega-menu-column {
  padding: 0 8px !important;
}
.header .mega-menu-wrap .mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0 !important;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item h4.mega-block-title {
  font-size: 14px !important;
  line-height: 14px !important;
  border-bottom: 1px solid #b5b5b5 !important;
  padding: 0 0 12px !important;
  color: #000000 !important;
  font-family: "SourceSansProRegular" !important;
  margin: 0 0 25px !important;
  font-weight: normal !important;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-left ul li {
  max-width: 50%;
  flex: 0 0 50%;
  font-size: 16px;
  line-height: 16px;
  font-family: "SourceSansProSemiBold";
  padding: 0 5px 18px 0 !important;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-left ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-left ul li a:hover {
  color: #EEAD00;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-right ul {
  display: block;
  list-style-type: none;
  margin: 0 -8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-right ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-family: "SourceSansProSemiBold";
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0 8px;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-right ul li a {
  display: block;
  padding: 0;
  margin: 0 0 10px;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-right ul li a img {
  width: 100%;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .menu-full-width {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .menu-full-width li {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 8px;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .menu-full-width li a {
  font-size: 16px;
  display: block;
  color: #000000;
  font-family: "SourceSansProSemiBold";
  text-decoration: none;
}
.header .mega-menu-wrap .mega-sub-menu .mega-menu-item .menu-full-width li a img {
  width: 100%;
  margin: 0 0 12px;
}
.header .mega-menu-wrap .mega-menu-item {
  padding: 0 21px !important;
}
.header .mega-menu-wrap .mega-menu-item a.mega-menu-link {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #000000 !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  padding: 0 !important;
  background: transparent !important;
  font-family: "SourceSansProSemiBold" !important;
  height: auto !important;
}
.header .mega-menu-wrap .mega-menu-item a.mega-menu-link span.mega-indicator {
  display: none !important;
}

.navbar {
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  padding: 0 18px;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  font-family: "SourceSansProSemiBold";
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #26438a;
}
.navbar .right-menu ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
}
.navbar .right-menu ul li {
  display: inline-block;
  padding: 0 8px;
  margin: 0;
}
.navbar .right-menu ul li:last-child {
  padding-right: 0;
}
.navbar .right-menu ul li:first-child {
  padding-left: 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  width: 225px;
  margin: 0 auto;
}

.main {
  padding-top: 100px;
}

.form-group {
  margin: 0 0 16px;
}

.form-control {
  font-size: 14px;
  line-height: 14px;
  height: 48px;
  border-radius: 0;
  box-shadow: none !important;
  padding: 16px;
  background: transparent;
  color: #3D3D3D;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #c4c4c4;
}
.form-control:focus {
  border-color: #EEAD00;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B7B2AA;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #B7B2AA;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #B7B2AA;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #B7B2AA;
}

.main-banner {
  padding: 264px 0;
  position: relative;
  z-index: 99;
  background-size: cover !important;
  background-position: center center !important;
}
.main-banner:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  z-index: -1;
}
.main-banner .banner-content {
  text-align: center;
}

.banner-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-video iframe {
  width: 100%;
  height: 100%;
}
.banner-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-video .embed-container {
  height: 100%;
  width: 100%;
  padding-bottom: unset;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player .vp-video-wrapper object, .player .vp-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.embed-container {
  --video--width: 1296;
  --video--height: 540;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player {
  max-width: 100% !important;
  height: auto !important;
}

.banner-title h1, .banner-title h2, .banner-title h3, .banner-title h4, .banner-title h5, .banner-title h6 {
  font-size: 62px;
  line-height: 72px;
  color: #ffffff;
  font-family: "Abril_Display_Regular";
  margin: 0;
}

.our-work {
  padding: 20px 0 150px;
}
.our-work [class*=col-] {
  padding: 0 10px;
}

.work-block {
  height: 100%;
}
.work-block a {
  position: relative;
  display: block;
  padding-bottom: 68px;
  height: 100%;
}
.work-block a .work-img {
  position: relative;
  height: 100%;
}
.work-block a .work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-block a .work-img:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.2s;
  top: 100%;
  background: rgba(238, 173, 0, 0.9);
  content: "";
}
.work-block a:hover .work-img:after {
  top: 0;
  transition: 0.2s;
}
.work-block a:hover .work-detail {
  transform: translateY(-50%);
  bottom: 50%;
}
.work-block .work-detail {
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  transition: 0.2s;
  right: 0;
}
.work-block .work-detail h2, .work-block .work-detail h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  color: #000000;
  font-family: "Abril_Display_Regular";
}

.proposal-list {
  position: relative;
}
.proposal-list [class*=col-] {
  padding: 0 8px;
}
.proposal-list [class*=col-]:last-child {
  padding-right: 0;
  padding-top: 95px;
}
.proposal-list [class*=col-]:first-child {
  padding-left: 0;
}
.proposal-list .proposal-bg {
  position: absolute;
  top: 180px;
  right: 70px;
  left: 25%;
  background: #F8F5F2;
  /* bottom: 0; */
  /* height: 62%; */
  bottom: 26%;
}

.proposal-block {
  padding-bottom: 15px;
}
.proposal-block img {
  width: 100%;
}
.proposal-block .text-block {
  padding: 150px 0 0;
}
.proposal-block .text-block p {
  margin: 0 0 25px;
}
.proposal-block.last-block img {
  width: 80%;
}

.promo-left {
  position: absolute;
  left: 0;
  top: 0;
}
.promo-left .text-block {
  text-align: left;
}
.promo-left .text-block p {
  margin: 0 0 25px;
}

.promo-inner {
  position: relative;
}

.promo-item {
  padding: 0 10px;
}
.promo-item a {
  text-decoration: none;
  text-align: center;
}
.promo-item a .p-img {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.promo-item a h3 {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin: 0 0 15px;
  font-family: "SourceSansProRegular";
  text-transform: uppercase;
}

.promo-slider {
  padding-left: 25%;
}
.promo-slider .slick-dots {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  bottom: 0;
}
.promo-slider .slick-dots li {
  display: inline-block;
  list-style-type: none;
  padding: 0 5px;
  display: flex;
  float: left;
}
.promo-slider .slick-dots li:last-child {
  padding-right: 0;
}
.promo-slider .slick-dots li:first-child {
  padding-left: 0;
}
.promo-slider .slick-dots li button {
  text-indent: -9999px;
  height: 14px;
  width: 14px;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: transparent;
  padding: 0;
}
.promo-slider .slick-dots li.slick-active button {
  background: #EEAD00;
  border-color: #EEAD00;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.slick-dots li {
  display: inline-block;
  list-style-type: none;
  padding: 0 5px;
  display: flex;
  float: left;
}
.slick-dots li:last-child {
  padding-right: 0;
}
.slick-dots li:first-child {
  padding-left: 0;
}
.slick-dots li button {
  text-indent: -9999px;
  height: 14px;
  width: 14px;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: transparent;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #EEAD00;
  border-color: #EEAD00;
}

.promo-main {
  padding: 120px 0 150px;
}

.discover-sec {
  text-align: center;
  background: #EEAD00;
  padding: 70px 0;
  z-index: 9;
  position: relative;
}

/****** project section *********/
.our-project {
  position: relative;
}
.our-project .project-bg {
  position: absolute;
  top: 140px;
  right: 0;
  left: 30%;
  background: #F8F5F2;
  bottom: 0;
}

.project-block {
  position: relative;
  padding: 0 0 100px;
}
.project-block .project-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.project-block .project-text .project-detail p {
  font-family: "SourceSansProRegular";
  margin: 0 0 15px;
}
.project-block .project-image {
  text-align: right;
}
.project-block .project-image .image {
  margin-left: 12.5%;
}
.project-block .project-image .image img {
  width: 100%;
}
.project-block:last-child .project-image {
  text-align: left;
}

.p-image-slider {
  margin-right: 12.5%;
}
.p-image-slider .image {
  margin: 0 !important;
}

.p-detail-slider .p-detail-item h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 15px;
  font-family: "SourceSansProSemiBold";
}
.p-detail-slider .p-detail-item p {
  font-family: "SourceSansProRegular";
  margin: 0 0 15px;
}
.p-detail-slider .slick-dots {
  padding: 0;
  margin: 60px 0 0;
  list-style-type: none;
}
.p-detail-slider .slick-dots li {
  display: inline-block;
  list-style-type: none;
  padding: 0 5px;
  display: flex;
  float: left;
}
.p-detail-slider .slick-dots li:last-child {
  padding-right: 0;
}
.p-detail-slider .slick-dots li:first-child {
  padding-left: 0;
}
.p-detail-slider .slick-dots li button {
  text-indent: -9999px;
  height: 14px;
  width: 14px;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: transparent;
  padding: 0;
}
.p-detail-slider .slick-dots li.slick-active button {
  background: #EEAD00;
  border-color: #EEAD00;
}

/****** project section *********/
.instagram {
  padding: 100px 0;
}
.instagram [class*=col-] {
  padding: 0 8px;
}
.instagram .row {
  margin: 0 -8px;
}

.insta-block {
  height: 100%;
  display: flex;
  align-items: center;
}
.insta-block a {
  display: block;
  height: 100%;
  width: 100%;
}
.insta-block a img {
  width: 100%;
}
.insta-block h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  font-family: "Abril_Display_Regular";
}

/*********** store page *************/
.page-template-store .store-main {
  padding-bottom: 0;
  overflow: hidden;
}

.store-map {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: -1;
  width: 50%;
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
}
.store-map .map-img {
  height: 100%;
  height: calc(100vh - 100px);
}
.store-map .map-img iframe {
  height: 100%;
  width: 100%;
}
.store-map .find-store {
  position: absolute;
  top: 110px;
  padding: 75px 46px;
  max-width: 444px;
  background: #F8F5F2;
  left: -222px;
  text-align: center;
  z-index: 9;
}
.store-map .find-store h2 {
  font-size: 56px;
  line-height: 65px;
  color: #000000;
  font-family: "Abril_Display_Regular";
  margin: 0;
}
.store-map .find-store p {
  font-size: 18px;
  line-height: 28px;
  color: #656565;
  margin: 0;
  font-family: "SourceSansProRegular";
}

.store-main {
  padding: 190px 0 150px;
  position: relative;
}
.store-main .store-list {
  width: 50%;
}

.store-block {
  padding: 48px 0;
  border-bottom: 1px solid #DBDAD9;
}
.store-block h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 16px;
  font-family: "Abril_Display_Regular";
  color: #000000;
}
.store-block p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #656565;
  font-family: "SourceSansProRegular";
}
.store-block .number {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  font-family: "SourceSansProSemiBold";
}
.store-block .number .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.store-block .number a {
  color: #000000;
  text-decoration: none;
}
.store-block:last-child {
  border-bottom: none;
}
.store-block:first-child {
  padding-top: 0;
}

.single-store-page .our-services {
  padding-top: 50px;
}
.single-store-page .store-main {
  height: 100vh;
  justify-content: center;
}
.single-store-page .store-list {
  width: 100% !important;
}
.single-store-page .store-block h3 {
  font-size: 52px;
  line-height: 62px;
  margin: 0 0 30px;
}
.single-store-page .store-block p {
  margin: 0 0 20px;
}
.single-store-page .store-block .number span {
  display: block;
}
.single-store-page .store-block .btn {
  margin: 36px 0 0;
}
.single-store-page .store-map {
  position: absolute;
  width: 54%;
}

/*********** store page *************/
.our-services {
  padding: 140px 0 88px;
}
.our-services [class*=col-] {
  padding: 0 8px;
}
.our-services .row {
  margin: 0 -8px;
}

.service-block {
  text-align: center;
}
.service-block .icon {
  margin: 0 0 18px;
}
.service-block .icon img {
  height: 70px;
  width: 70px;
}
.service-block h4 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Abril_Display_Regular";
  margin: 0 0 5px;
  color: #000000;
}
.service-block p {
  font-size: 16px;
  line-height: 24px;
  font-family: "SourceSansProRegular";
  margin: 0;
  color: #656565;
}

.the-store {
  position: relative;
  padding: 65px 0 70px;
}
.the-store .store-image {
  width: 60%;
}
.the-store .store-image.image-hover img {
  width: auto;
}
.the-store .store-image img {
  width: 100%;
}
.the-store .store-image .images_wrap img {
  width: 100%;
}
.the-store .store-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 29.5%;
  background: #F8F5F2;
  bottom: 0;
  z-index: -1;
}
.the-store .the-store-detail {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contact-main {
  max-width: 720px;
  margin: 0 auto 120px;
}
.contact-main .btn {
  display: block;
  width: 100%;
  padding: 16px;
  opacity: 1 !important;
}

.custom-select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.787' height='6.601' viewBox='0 0 11.787 6.601'%3E%3Cpath id='Path_12' data-name='Path 12' d='M0,0,5.54,5.54,0,11.08' transform='translate(11.434 0.354) rotate(90)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E%0A") no-repeat right 0.75rem center/8px 10px;
}
.custom-select:focus {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11.8 6.6' style='enable-background:new 0 0 11.8 6.6;' xml:space='preserve'%3E%3Cpath id='Path_12' fill='none' stroke='%23000000' class='st0' d='M0.4,6.2l5.5-5.5l5.5,5.5'/%3E%3C/svg%3E%0A") no-repeat right 0.75rem center/8px 10px;
}

textarea.form-control {
  resize: none;
}

.attach-file {
  position: relative;
}
.attach-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.attach-file span {
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  color: #3D3D3D;
}
.attach-file .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.attach-file .attach-text {
  display: flex;
  align-items: center;
}
.attach-file .attach-text img {
  margin-right: 8px;
}
.attach-file .attach-text p {
  font-size: 14px;
  line-height: 18px;
}
.attach-file .attach-text p + p {
  margin-left: auto;
}

.contact-form [class*=col-] {
  padding: 0 8px;
}
.contact-form .row {
  margin: 0 -8px;
}

/********* contact page ************/
.inner-page {
  padding-top: 190px;
}

.contact-detail-main {
  position: relative;
  padding: 75px 0 50px;
}
.contact-detail-main .contact-bg {
  position: absolute;
  left: 0;
  width: 60.5%;
  bottom: 110px;
  background: #F8F5F2;
  top: 0;
}

.contact-detail .text-block {
  text-align: left;
  padding: 0;
}
.contact-detail .c-email {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.contact-detail .c-email i {
  font-size: 20px;
  line-height: 20px;
  color: #EEAD00;
  margin-right: 10px;
}
.contact-detail .c-email a {
  font-size: 18px;
  line-height: 18px;
  color: #EEAD00;
  font-family: "SourceSansProSemiBold";
}

/********* contact page ************/
/********* company page ************/
.company-main .company-detail p {
  font-family: "SourceSansProRegular";
}
.company-main .store-bg {
  right: 45px;
  bottom: -60px;
}

.company-block .store-image {
  width: 57%;
}
.company-block:nth-child(odd) {
  padding-top: 0;
}
.company-block:nth-child(odd) .store-image {
  margin-left: auto;
}
.company-block .company-detail .section-title h2 {
  font-size: 30px;
  line-height: 40px;
}

.about-company {
  padding-top: 40px;
}
.about-company .store-image {
  margin-top: 120px;
}

.company-page .our-services {
  padding-bottom: 120px;
}

/********* company page ************/
/********* customer-care page ************/
.customer-care {
  padding: 120px 0 160px;
}
.customer-care .service-block p {
  margin: 0 0 20px;
}

/********* customer-care page ************/
/********* work with us page ************/
.accordion {
  padding: 50px 0 150px;
  max-width: 904px;
  margin: 0 auto;
}
.accordion .card-header {
  padding: 0;
  border: none;
  background: transparent;
}
.accordion .card-header .btn {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-family: "Abril_Display_Regular";
  text-align: left;
  box-shadow: none !important;
  border: none !important;
  padding: 26px;
  background: transparent;
  position: relative;
  padding-right: 45px;
}
.accordion .card-header .btn .icon {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 24px;
}
.accordion .card-header .btn .icon svg {
  width: 17px;
}
.accordion .card-header .btn .icon svg .st1 {
  display: none;
}
.accordion .card-header .btn.collapsed svg .st1 {
  display: block;
}
.accordion .card {
  border: none;
}
.accordion .card .card-body {
  padding: 25px;
}
.accordion .card .card-body p {
  margin: 0 0 30px;
}
.accordion .card .card-text {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "SourceSansProRegular";
}
.accordion .card .card-text .left {
  flex: 0 0 16%;
  max-width: 16%;
}
.accordion .card .card-text .left span {
  font-family: "SourceSansProSemiBold";
}
.accordion .card .card-text .right {
  flex: 0 0 84%;
  max-width: 84%;
}
.accordion .card:nth-child(even) .card-header .btn {
  background: #F8F5F2;
}

/********* work with us page ************/
/********* sleeping-area page ************/
.sleeping-area .our-work {
  position: relative;
  padding: 90px 0;
}
.sleeping-area .our-work [class*=col-] {
  padding: 0 10px 50px;
}
.sleeping-area .our-work .work-bg {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 50px;
  top: 344px;
  background: #F8F5F2;
  width: 44%;
}

/********* sleeping-area page ************/
.product-detail-main {
  position: relative;
  margin: 100px 0 80px;
}
.product-detail-main .product-right {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.product-detail-main .product-detail {
  max-width: 360px;
  margin-left: auto;
}
.product-detail-main .product-detail .attribute_product {
  display: flex;
  color: #000000;
  padding: 10px 0 0;
  align-items: center;
  font-family: "Abril_Display_Regular";
}
.product-detail-main .product-detail .attribute_product strong {
  font-family: "Abril_Display_Regular";
  font-weight: normal;
  line-height: 1;
  padding: 0 5px 0 0;
}
.product-detail-main .product-detail .attribute_product h6 {
  margin: 0 0 0 5px;
  font-family: "SourceSansProRegular";
  font-family: "Abril_Display_Regular";
}
.product-detail-main .product-detail h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-family: "SourceSansProRegular";
  text-transform: uppercase;
}
.product-detail-main .product-detail p {
  font-weight: normal;
  font-family: "SourceSansProRegular";
  font-size: 18px;
  line-height: 28px;
  color: #656565;
  margin: 0;
}
.product-detail-main .product-detail .main-title h1, .product-detail-main .product-detail .main-title h2, .product-detail-main .product-detail .main-title h3, .product-detail-main .product-detail .main-title h5, .product-detail-main .product-detail .main-title h6, .product-detail-main .product-detail .main-title h4 {
  margin: 0 0 10px;
}
.product-detail-main .product-detail .price {
  padding: 45px 0;
}
.product-detail-main .product-detail .price span {
  font-family: "SourceSansProBold";
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  text-align: left;
  color: #d55031;
}
.product-detail-main .product-detail .price strike {
  font-weight: normal;
  font-family: "SourceSansProRegular";
  font-size: 16px;
  line-height: 16px;
  color: #d55031;
  margin-right: 5px;
}
.product-detail-main .product-detail .price h2.price-amount, .product-detail-main .product-detail .price h3 {
  margin: 0;
}
.product-detail-main .product-detail .price h2.price-amount ins, .product-detail-main .product-detail .price h3 ins {
  text-decoration: none;
}
.product-detail-main .product-detail .price h2.price-amount del, .product-detail-main .product-detail .price h3 del {
  text-decoration: none;
}
.product-detail-main .product-detail .price h2.price-amount del span, .product-detail-main .product-detail .price h3 del span {
  font-weight: normal;
  font-family: "SourceSansProRegular";
  font-size: 16px;
  line-height: 16px;
  color: #d55031;
  margin-right: 5px;
  text-decoration: line-through;
}
.product-detail-main .product-left {
  width: 54%;
}
.product-detail-main .product-left .p-item .image img {
  width: auto;
  width: 100%;
  margin: 0 auto;
}
.product-detail-main .slider-only-img-dots,
.product-detail-main .slider-dots {
  padding-top: 45px;
}

.our-technology .our-project {
  padding: 0 0 80px;
}
.our-technology .project-block {
  padding: 0;
}
.our-technology .project-block .project-image .image {
  margin: 0 !important;
  margin-left: 8px !important;
}
.our-technology .project-block:nth-child(odd) {
  margin-top: -100px;
}
.our-technology .project-block:nth-child(odd) .project-text {
  top: 50%;
}
.our-technology .project-block:nth-child(odd) .project-image .image {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 8px !important;
}
.our-technology .project-block:nth-child(odd) .project-image [class*=col-] {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.our-technology .project-bg {
  top: 38% !important;
  left: 36% !important;
}

.discover-size {
  padding: 70px 0 120px;
}
.discover-size .dis-bg {
  position: absolute;
  left: 0;
  background: #F8F5F2;
  width: 6000px;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.discover-size .discover-left {
  background: #F8F5F2;
  padding: 90px 55px;
  padding-left: 0;
}
.discover-size .further-block {
  margin: 0 0 20px;
}
.discover-size .further-block h5 {
  font-family: "SourceSansProRegular";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
}
.discover-size .further-block p {
  font-family: "SourceSansProRegular";
  line-height: 16px;
  margin: 0;
}
.discover-size .further-right .image-block {
  padding: 0 0 50px;
  text-align: center;
}

.discover-right {
  padding-left: 30px;
}
.discover-right h4 {
  font-weight: normal;
  font-family: "Abril_Display_Regular";
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 20px;
}

.select-color {
  clear: both;
  padding: 0 0 50px;
}
.select-color ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  margin: 0 -6px;
}
.select-color ul li {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  padding: 0 6px 8px;
  max-width: 25%;
  flex: 0 0 25%;
}
.select-color ul li .color-box {
  position: relative;
  height: 82px;
  width: 100%;
}
.select-color ul li .color-box input[type=radio] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.select-color ul li .color-box .c-img {
  border: 2px solid transparent;
  padding: 1px;
  height: 100%;
}
.select-color ul li .color-box .c-img img {
  height: 100%;
  width: 100%;
}
.select-color ul li .color-box input[type=radio]:checked ~ .c-img {
  border-color: #EEAD00;
}

.compelete-decor {
  padding: 0 0 70px;
}
.compelete-decor.simple_carosel {
  padding-top: 70px;
}

.decor-slider .slick-dots {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 80px 0 0;
}

.discover-stays {
  padding: 70px 0;
}
.discover-stays .the-store .store-image {
  width: 54%;
  margin-left: auto;
}
.discover-stays .text-block p {
  margin: 0 0 20px;
}
.discover-stays .store-bg {
  left: 57%;
}

.product-variant2 .discover-size .dis-bg {
  right: 32%;
}
.product-variant2 .discover-size .discover-left {
  position: relative;
  background: transparent;
  text-align: center;
  padding-right: 0;
}
.product-variant2 .discover-size .row {
  justify-content: center;
}
.product-variant2 .select-color {
  padding-top: 30px;
}
.product-variant2 .select-color ul {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
.product-variant2 .select-color ul li {
  max-width: 15%;
  flex: 0 0 15%;
}
.product-variant2 .select-color ul li .color-box {
  height: 94px;
}

.filter-bar {
  padding: 0 0 65px 0;
}
.filter-bar .dropdown {
  width: 170px;
  transition: width 0.2s;
}
.filter-bar .dropdown.show {
  width: 350px;
}
.filter-bar .dropdown.show .dropdown-menu {
  height: auto;
  width: 100%;
}
.filter-bar .dropdown.show .dropdown-toggle {
  border-bottom-width: 0;
}
.filter-bar .dropdown-menu {
  left: 0;
  top: 0;
  right: 0;
  min-width: auto;
  max-width: unset;
  border-radius: 0;
  border: 1px solid #DBDAD9;
  padding: 68px 16px 27px;
  width: 0;
  height: 0;
  transition: width 0.2s, height 0.2s;
  transform: translate(0, 0px) !important;
  /* background: transparent; */
  z-index: 9;
  width: 100% !important;
}
.filter-bar .dropdown-menu .btn {
  padding: 16px 20px !important;
  font-size: 15px !important;
  line-height: 15px !important;
  width: 48% !important;
  color: #ffffff !important;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #EEAD00 !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: normal;
}
.filter-bar .dropdown-menu .btn:last-child {
  margin-right: 8px;
}
.filter-bar .dropdown-menu .btn-grey {
  background: #B7B2AA !important;
  font-family: "SourceSansProSemiBold";
}
.filter-bar .dropdown-menu .btn-grey:hover {
  background: #D55031;
}
.filter-bar .dropdown-menu h5 {
  border-bottom: 1px solid #DBDAD9;
  font-family: "SourceSansProBold";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding: 0 0 14px;
}
.filter-bar .dropdown-menu ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.filter-bar .dropdown-menu ul li.woof_childs_list_li {
  padding: 0 !important;
}
.filter-bar .dropdown-menu ul li.woof_childs_list_li > .woof_checkbox_term {
  display: none;
}
.filter-bar .dropdown-menu ul li.woof_childs_list_li > label.woof_checkbox_label {
  display: none !important;
}
.filter-bar .dropdown-menu ul li {
  width: auto;
  float: none;
  padding: 0 !important;
  margin: 0 0 15px !important;
  position: relative;
}
.filter-bar .dropdown-menu ul li ul.woof_childs_list {
  margin: 7px 0 0 0 !important;
}
.filter-bar .dropdown-menu ul li label.woof_checkbox_label {
  margin: 0;
  padding-left: 20px;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  font-family: "SourceSansProRegular";
}
.filter-bar .dropdown-menu ul li .woof_checkbox_label:before {
  height: 13px;
  width: 13px;
  border: 2px solid #EEAD00;
  border-radius: 0;
  box-shadow: none !important;
  left: 0;
  top: 8px;
  position: absolute;
  display: block;
  content: "";
}
.filter-bar .dropdown-menu ul li .woof_checkbox_label:after {
  height: 13px;
  width: 13px;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  top: 6px;
  top: 8px;
  left: 0px;
  content: "";
  background: no-repeat 50%/50% 50%;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.filter-bar .dropdown-menu ul li input[type=checkbox] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
.filter-bar .dropdown-menu ul li input[type=checkbox]:checked ~ .woof_checkbox_label:before {
  background: #EEAD00;
  border-color: #EEAD00;
}
.filter-bar .dropdown-menu ul li input[type=checkbox]:checked ~ .woof_checkbox_label:after {
  opacity: 1;
}
.filter-bar .dropdown-menu ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  font-family: "SourceSansProRegular";
}
.filter-bar .dropdown-menu ul li a:hover, .filter-bar .dropdown-menu ul li a.active {
  color: #EEAD00;
  font-family: "SourceSansProBold";
}
.filter-bar .dropdown-toggle {
  background: #fff;
  border: 1px solid #DBDAD9;
  padding: 15px;
  padding-right: 53px;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  border-radius: 0;
  z-index: 99;
}
.filter-bar .dropdown-toggle:after {
  background: url("../images/arrow.svg") no-repeat;
  border: none;
  right: 15px;
  width: 12px;
  top: 50%;
  height: 10px;
  display: block;
  z-index: 99;
  background-size: 10px;
  margin: -3px 0 0;
  vertical-align: middle;
  position: absolute;
}

.product-list {
  padding: 0 0 150px;
}
.product-list .row {
  margin: 0 -8px;
}
.product-list [class*=col-] {
  padding: 0 8px;
}

.product-block {
  text-align: center;
  margin: 0 0 55px;
  position: relative;
}
.product-block .top-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-family: "SourceSansProBold";
  text-transform: uppercase;
  width: 68px;
  padding: 9px 5px;
}
.product-block .p-label {
  font-size: 16px;
  line-height: 16px;
  background: #D55031;
}
.product-block .new-label {
  background: #EEAD00;
}
.product-block a {
  display: block;
  text-decoration: none;
}
.product-block .p-image {
  margin: 0 0 20px;
}
.product-block span,
.product-block h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  font-family: "SourceSansProRegular";
}
.product-block span {
  font-family: "SourceSansProBold";
  color: #D55031;
}
.product-block span.woocommerce-Price-currencySymbol {
  margin-right: 3px;
}
.product-block span.price {
  text-transform: none;
}
.product-block span.price ins {
  text-decoration: none;
}

.pagination {
  justify-content: center;
  border-radius: 0;
  margin: 60px 0 0;
  display: flex !important;
}
.pagination li,
.pagination .page-item {
  padding: 0 5px;
  font-size: 16px;
  line-height: 16px;
}
.pagination li.arrow-btn .page-link,
.pagination .page-item.arrow-btn .page-link {
  border: none;
  border-radius: 0;
  padding: 12px;
}
.pagination li .prev,
.pagination li .next,
.pagination .page-item .prev,
.pagination .page-item .next {
  border: none;
  border-radius: 0;
  padding: 12px;
  color: #eead00;
}
.pagination li.active .page-link,
.pagination .page-item.active .page-link {
  background: #EEAD00;
  color: #ffffff;
  border-color: #EEAD00;
}
.pagination li.active .page-link svg path,
.pagination .page-item.active .page-link svg path {
  stroke: #ffffff;
}
.pagination .page-link {
  border-radius: 0;
  border: 1px solid #DBDAD9;
  color: #000000;
  padding: 12px 17px;
}
.pagination .page-link.current {
  background: #EEAD00;
  color: #ffffff;
  border-color: #EEAD00;
}
.pagination .page-link:hover {
  background: #EEAD00;
  color: #ffffff;
  border-color: #EEAD00;
}
.pagination .page-link:hover svg path {
  stroke: #ffffff;
}

.product-listing-main .our-work {
  position: relative;
  padding-top: 100px;
}
.product-listing-main .our-work .work-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F8F5F2;
  width: 90%;
  margin: 0 auto;
  height: 50%;
}
.product-listing-main .work-block a {
  padding-bottom: 105px;
}
.product-listing-main .work-block .work-detail h4 {
  line-height: 40px;
}

/************ promotion page *************/
.promotion-page .discover-stays .store-bg {
  right: 22%;
  left: 43% !important;
}
.promotion-page .discover-stays .text-block p {
  font-size: 16px;
}
.promotion-page .compelete-decor {
  padding: 0 0 140px;
}
.promotion-page .our-work {
  padding: 80px 0;
  position: relative;
}
.promotion-page .our-work .row {
  align-items: center;
}
.promotion-page .our-work .text-block {
  max-width: 260px;
  margin-left: 50px;
}
.promotion-page .our-work .work-bg {
  position: absolute;
  right: 0;
  background: #F8F5F2;
  top: 0;
  bottom: 0;
  width: 44%;
}

.catalog-btn {
  text-align: center;
  padding: 70px 0 0;
}

.single-text-block {
  position: relative;
  padding: 110px 0 170px;
}
.single-text-block .text-block p {
  font-size: 16px;
}
.single-text-block .single-bg {
  background: #F8F5F2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.last-section {
  margin-top: -75px;
  padding: 0 0 90px;
}

/************ promotion page *************/
/************ service page *************/
.service-main .project-block .project-image .image {
  margin: 0;
}
.service-main .our-project .project-bg {
  top: 44px;
  left: 65px;
}
.service-main .work-main {
  padding: 130px 0 0;
}

.transport {
  padding: 30px 0 125px;
}
.transport [class*=col-] {
  padding: 0 8px;
}
.transport .row {
  margin: 0 -8px;
}

.transport-block {
  text-align: center;
}
.transport-block .t-img {
  margin: 0 0 15px;
}
.transport-block .sub-title h2 {
  margin: 0;
}
.transport-block p {
  font-family: "SourceSansProRegular";
}

/************ service page *************/
.inspired-page .project-block .project-image .image {
  margin-left: 50px;
}
.inspired-page .solution-bg {
  top: 16%;
}

.solution-bg {
  position: absolute;
  top: 100px;
  right: 0;
  left: 70px;
  background: #F8F5F2;
  bottom: 16%;
  z-index: -1;
}

.our-soltions-main {
  position: relative;
}
.our-soltions-main .project-block .project-image .image {
  margin-right: 40px;
  margin-left: 0;
}

.our-solutions {
  padding: 0 0 100px;
}

.solution-block {
  text-align: center;
  padding: 0 0 40px;
}
.solution-block .s-detail {
  padding: 20px 0 0;
}
.solution-block h4 {
  font-family: "Abril_Display_Regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #000;
}

.interiror-design {
  padding: 0 0 100px;
}
.interiror-design [class*=col-] {
  padding: 0 8px;
}
.interiror-design .row {
  margin: 0 -8px;
}
.interiror-design .solution-block {
  padding: 0 0 60px;
}
.interiror-design {
  position: relative;
}
.interiror-design .int-bg {
  position: absolute;
  top: 34%;
  right: 70px;
  left: 0;
  background: #F8F5F2;
  bottom: 22%;
}

.our-project .our-solutions {
  padding-top: 15px;
}
.our-project .solution-block h4 {
  font-size: 20px;
  line-height: 30px;
}

.department-sec {
  padding: 70px 0 0;
}
.department-sec .section-title h1, .department-sec .section-title h2, .department-sec .section-title h3, .department-sec .section-title h4, .department-sec .section-title h5, .department-sec .section-title h6 {
  font-size: 52px;
  line-height: 62px;
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  border-right: 1px solid #DBDAD9;
  padding: 0 20px;
}
.nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.nav-tabs .nav-item:last-child {
  border-right: none;
}
.nav-tabs .nav-item.active .nav-link {
  color: #EEAD00;
  font-family: "SourceSansProBold";
}
.nav-tabs .nav-link {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding: 12px 0;
  text-transform: uppercase;
  border: none !important;
  background: transparent !important;
  font-family: "SourceSansProRegular";
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  color: #EEAD00;
}
.nav-tabs .nav-link.active {
  color: #EEAD00;
  font-family: "SourceSansProBold";
}

.ev-text {
  padding: 50px 0 0;
}
.ev-text h3 {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  font-family: "SourceSansProSemiBold";
}
.ev-text p {
  font-family: "SourceSansProRegular";
  margin: 0 0 30px;
}

.evidence-main {
  padding: 98px 0 82px;
  position: relative;
  margin: 0 0 95px;
}
.evidence-main .project-block {
  padding: 0;
}
.evidence-main .evidence-bg {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #F8F5F2;
  bottom: 0;
  z-index: -1;
  width: 70%;
}

body #powerTip {
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 15px 50px 15px 14px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
body #powerTip:before {
  display: none !important;
}
body #powerTip .box_view_html {
  overflow: unset !important;
}
body #powerTip a {
  position: absolute;
  right: -30px;
  top: 0;
  display: block;
  padding: 0;
}
body #powerTip p {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #000000;
  font-family: "SourceSansProRegular";
}
body #powerTip em {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  font-family: "SourceSansProRegular";
  font-style: normal;
  text-decoration: line-through;
  display: inline-block;
}
body #powerTip strong {
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  color: #000000;
  font-family: #EEAD00;
  font-style: normal;
  margin: 0 0 0 10px;
}

.ev-image {
  margin-right: 12.5%;
}
.ev-image img {
  width: 100%;
}

.single-block {
  text-align: center;
  padding: 90px 0 0;
}
.single-block .text-block {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  padding-top: 90px;
}

.the-store-main .the-store {
  padding-bottom: 0;
}
.the-store-main .the-store .the-store-detail {
  top: 35%;
}

.inspired-detail .our-solutions {
  padding-top: 170px;
}
.inspired-detail .our-solutions .section-title h1, .inspired-detail .our-solutions .section-title h2, .inspired-detail .our-solutions .section-title h3, .inspired-detail .our-solutions .section-title h4, .inspired-detail .our-solutions .section-title h5, .inspired-detail .our-solutions .section-title h6 {
  font-size: 30px;
  line-height: 30px;
}
.inspired-detail .the-store .store-image {
  width: 55%;
}
.inspired-detail .the-store .text-block {
  padding-top: 90px;
  max-width: 720px;
  margin: 0 auto;
}
.inspired-detail .the-store p a {
  color: #EEAD00;
  text-decoration: underline;
  font-family: "SourceSansProSemiBold";
}
.inspired-detail .company-detail h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Abril_Display_Regular";
  color: #000000;
  margin: 0 0 15px;
}
.inspired-detail .the-store .store-bg {
  left: 70px;
}

.single-text .text-block {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
}
.single-text .quote-detail p {
  font-size: 22px;
  line-height: 32px;
  font-family: "Abril_Display_Italic";
}

.share-article {
  padding: 90px 15px 0;
  max-width: 720px;
  margin: 0 auto;
}

.article-block {
  padding: 30px 0;
  border-top: 1px solid #DBDAD9;
  border-bottom: 1px solid #DBDAD9;
}
.article-block .row {
  align-items: center;
}
.article-block .right {
  text-align: right;
}
.article-block .left p {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-family: "SourceSansProRegular";
}
.article-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.article-block ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 8px;
}
.article-block ul li:last-child {
  padding-right: 0;
}

.navigation {
  display: flex;
  align-items: center;
  padding-top: 35px;
  justify-content: space-between;
}
.navigation a {
  font-size: 16px;
  line-height: 16px;
  color: #EEAD00;
  font-family: "NotoSansBold";
}
.navigation a:hover {
  color: #D55031;
}

.inspired-list .interiror-design .int-bg {
  height: 600px;
  top: 15%;
}
.inspired-list .interiror-design .int-bg2 {
  width: 490px;
  top: 44%;
  left: 70px;
}
.inspired-list .interiror-design .int-bg3 {
  width: 50%;
  top: auto;
  left: auto;
  right: 0;
  bottom: 16%;
}

/***************************************************************************/
/*************************** Content End ***************************/
/***************************************************************************/
/*======================typography page start ====================================*/
.inner-banner {
  position: relative;
}

.typography-pg {
  padding: 0 0 50px 0;
}

.typography-pg h1,
.typography-pg h2,
.typography-pg h3,
.typography-pg h4,
.typography-pg h5,
.typography-pg h6 {
  margin: 0 0 20px;
  font-family: "Abril_Display_Regular";
  color: #000000;
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

.aligncenter {
  float: none;
  margin: 15px auto;
  display: block;
}

.typography-pg ul {
  display: block;
  padding-left: 18px;
}

.typography-pg ul li {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "SourceSansProRegular";
}

.typography-pg p {
  margin: 0 0 10px;
  line-height: 24px;
}

.typography-pg ul li a {
  text-decoration: none;
  color: #EEAD00;
}

.typography-pg ul li a:hover {
  color: #000000;
}

.typography-pg ul li ol {
  display: block;
  padding-left: 25px;
  margin: 0 0 10px;
}

.typography-pg ol {
  display: block;
  padding-left: 18px;
}

.typography-pg ol li {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "SourceSansProRegular";
}

.typography-pg ol li a {
  text-decoration: none;
  color: #000000;
}

.typography-pg p a {
  color: #EEAD00;
}

.typography-pg ol li a:hover {
  color: #EEAD00;
}

.typography-pg ol li ul {
  display: block;
  padding-left: 25px;
  margin: 0 0 10px;
}

.typography-pg blockquote {
  border-color: #EEAD00;
  padding: 10px;
}

.typography-pg pre {
  white-space: normal;
  background-color: #EEAD00;
  color: #ffffff;
  padding: 10px;
}

.woocommerce-ordering {
  float: none !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none !important;
}

/*======================typography page end ====================================*/
.header #myseaDIV {
  position: absolute;
  right: 0px;
  left: auto;
  width: 100%;
  width: 300px;
  top: 100%;
  width: 300px !important;
}
.header .search {
  position: relative;
}
.header .search .search-btn {
  font-family: "SourceSansProSemiBold";
  text-transform: uppercase;
  background: #EEAD00;
  color: #ffffff;
  padding: 17px 35px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none !important;
  color: #ffffff;
  display: inline-block;
  letter-spacing: -0.1px;
  position: absolute;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  border: none;
  padding: 10px;
}
.header .search .form-control {
  height: 38px;
  padding: 5px 10px;
}

.wpcf7 .ajax-loader {
  margin: 20px auto;
  display: block;
}

.page-template-lasciati-ispirare .text-block,
.term-zona-notte .text-block,
.category-progetti-speciali .text-block {
  max-width: 560px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.status-publish,
.product-type-simple {
  padding: 0 0 40px;
}
.status-publish .entry-title,
.product-type-simple .entry-title {
  font-size: 20px;
  line-height: 20px;
}
.status-publish .entry-title a,
.product-type-simple .entry-title a {
  color: #EEAD00;
}

.recent-work {
  padding: 50px 0 90px 0;
}

/* Le Category */
.tax-product_cat .our-work {
  padding: 90px 0;
}
.tax-product_cat .our-work .text-block {
  max-width: 560px;
  margin: 0 auto;
}

/* product single lay out */
.prodotto_simple_layout .product-detail-main .product-detail h6 {
  font-weight: bold;
  margin-bottom: 30px;
}
.prodotto_simple_layout .product-detail-main .product-detail p {
  margin-bottom: 45px;
}
.prodotto_simple_layout .product-detail-main .product-detail .main-title h2 {
  margin-bottom: 10px;
}
.prodotto_simple_layout .compelete-decor {
  padding-top: 70px;
}
.prodotto_simple_layout .compelete-decor .decor-slider .promo-item a .p-img {
  height: auto;
}
.prodotto_simple_layout .discover-size {
  padding: 70px 0 0 0;
}
.prodotto_simple_layout .discover-size .discover-left {
  padding: 90px 0;
}
.prodotto_simple_layout .discover-size .discover-right {
  padding-left: 0;
}
.prodotto_simple_layout .discover-size .discover-right .select-color .color-box {
  height: auto;
}
.prodotto_simple_layout .discover-size .dis-detail .price {
  padding: 10px 0;
}
.prodotto_simple_layout .discover-size .dis-detail .price .price {
  padding: 0;
}
.prodotto_simple_layout .discover-size .dis-detail .price .price ins {
  text-decoration: none;
}
.prodotto_simple_layout .discover-size .dis-detail .price .price h6 {
  color: #000000;
}
.prodotto_simple_layout .discover-size .dis-detail .price .price h3 {
  color: #000000;
}
.prodotto_simple_layout .discover-size .dis-detail .further-block p {
  font-weight: normal;
  font-family: "SourceSansProRegular";
  font-size: 18px;
  line-height: 28px;
  color: #656565;
  margin: 0;
}

/* promozioni Start */
.promo_section.our-work .text-block {
  max-width: 260px;
  margin-left: 50px;
}

.text-block.padding-70 {
  padding: 70px 0;
}

.home .department-sec {
  padding: 0;
}

.promo-slider .slick-dots {
  bottom: -10px;
}

/* promozioni End */
.footer {
  background: #ffffff;
  position: relative;
  z-index: 99;
  float: left;
  width: 100%;
}

.f-top {
  padding: 45px 0;
  border-bottom: 1px solid #DBDAD9;
}
.f-top ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.f-top ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 0 16px;
}
.f-top ul li a {
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  font-family: "SourceSansProSemiBold";
  text-decoration: none;
}
.f-top ul li a:hover {
  color: #EEAD00;
}
.f-top .f-right ul li {
  padding: 0;
  padding-left: 16px;
}
.f-top .f-right ul li:first-child {
  padding-left: 0;
}

.f-bottom {
  text-align: center;
  padding: 28px 0;
}
.f-bottom p {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin: 0;
  font-family: "SourceSansProRegular";
}
.f-bottom p a {
  color: #000000;
  text-decoration: none;
  font-family: "SourceSansProSemiBold";
}
.f-bottom p a:hover {
  color: #EEAD00;
}

/*///////////////////////////////////////////////////////////////////////// Responsive CSS Structure /////////////////////////////////////////////////////////////////////////*/
/*---------- Small Mobile , IPhone Start ----------*/
/*=== Screen Size = 240, 320, 360, 480, 568 ===*/
@media (max-width: 575px) {
  .attach-file .attach-text p + p {
    margin-left: auto;
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .navbar-toggler {
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    background: transparent;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin-left: auto;
    margin-left: 0;
    margin-left: auto;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .navbar-toggler .navbar-toggler-icon .toggle-bar {
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #1e75b9;
    margin: 0 0 5px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    border-radius: 5px;
    width: 24px;
    margin: 0 auto 3px;
    background: #EEAD00;
    border-radius: 10px;
  }
  .navbar-toggler.open .navbar-toggler-icon .toggle-bar:first-child {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navbar-toggler.open .navbar-toggler-icon .toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler.open .navbar-toggler-icon .toggle-bar:last-child {
    top: -6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .navbar-toggler .navbar-toggler-icon .toggle-bar:last-child {
    margin-bottom: 0;
  }
  .navbar .book-btn {
    position: relative;
    right: auto;
    margin-left: auto;
    top: auto;
    order: 2;
  }
  .header-appear .navbar-brand {
    top: auto;
  }
  .work-block {
    margin: 0 0 20px;
    height: auto;
  }
  .our-work [class*=col-] {
    padding: 0 10px !important;
  }
  .header {
    padding: 10px 0;
  }
  .banner-title h1, .banner-title h2, .banner-title h3, .banner-title h4, .banner-title h5, .banner-title h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .main-banner {
    padding: 70px 0;
  }
  .our-project .project-bg {
    left: 20%;
    top: 50px;
    left: 0;
    top: 0;
  }
  .our-work {
    padding: 20px 0 20px;
  }
  .proposal-block .text-block p {
    margin: 0 0 15px;
  }
  .proposal-list [class*=col-] {
    padding: 0 8px !important;
  }
  .proposal-block .text-block {
    padding: 40px 0 0;
  }
  .promo-main {
    padding: 60px 0 70px;
    padding: 40px 0 40px;
  }
  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .project-block .project-image .image {
    margin-left: 0;
    margin: 20px 0;
  }
  .discover-sec {
    padding: 40px 0;
  }
  .p-detail-slider .slick-dots {
    margin: 30px 0 0;
  }
  .p-image-slider {
    margin-right: 0;
    margin: 0 0 20px;
  }
  .instagram {
    padding: 40px 0;
  }
  .project-block {
    padding: 0 0 60px;
    padding: 0 0 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .project-block:last-child {
    flex-direction: column;
  }
  .work-block .work-detail h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .work-block a {
    padding-bottom: 48px;
  }
  .proposal-list [class*=col-]:last-child {
    padding-top: 55px;
  }
  .proposal-list .proposal-bg {
    position: absolute;
    top: 100px;
    right: 30px;
    left: 25%;
    background: #F8F5F2;
    /* bottom: 0; */
    /* height: 62%; */
    bottom: 25%;
    right: 15px;
    left: 15px;
  }
  .proposal-block.last-block img {
    width: 100%;
  }
  .promo-slider {
    padding-left: 0;
  }
  .promo-slider .slick-dots {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px 0 0;
  }
  .project-block .project-text {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .promo-left .text-block {
    padding: 0 0 40px;
  }
  .text-block p {
    font-size: 15px;
    line-height: 25px;
  }
  .promo-item a .p-img {
    height: 200px;
  }
  .p-detail-slider .p-detail-item p {
    font-size: 14px;
    line-height: 20px;
  }
  .p-detail-slider .p-detail-item h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 8px;
  }
  .project-text .section-title h1, .project-text .section-title h2, .project-text .section-title h3, .project-text .section-title h4, .project-text .section-title h5, .project-text .section-title h6 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 8px;
  }
  .text-block {
    padding: 0 0 40px;
  }
  .insta-block {
    margin: 0 0 16px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 0 10px;
  }
  .navbar-nav {
    padding: 25px 0 0;
  }
  .promo-left {
    position: relative;
    left: auto;
    top: auto;
  }
  .f-top ul li {
    display: block;
    padding: 0 0 10px;
  }
  .f-top .f-right ul li {
    display: inline-block;
  }
  .f-top {
    padding: 35px 0;
  }
  .main {
    padding-top: 90px;
  }
  .store-map {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    height: auto !important;
    z-index: auto !important;
    margin: 0 0 30px !important;
    width: 100% !important;
    bottom: auto !important;
  }
  .store-map .find-store {
    position: relative;
    top: auto;
    padding: 25px;
    max-width: 444px;
    background: #F8F5F2;
    left: auto;
    text-align: center;
    margin: 0 auto;
  }
  .store-main {
    padding: 50px 0;
    padding: 20px 0 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  .store-main .store-list {
    width: 100%;
  }
  .store-block {
    padding: 25px 0;
  }
  .single-store-page .store-block h3,
  .store-block h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .single-store-page .store-main {
    height: auto;
  }
  .single-store-page .store-block h3 {
    margin: 0 0 20px;
  }
  .store-map .find-store h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .store-map .find-store p {
    font-size: 15px;
    line-height: 20px;
  }
  .text-block p br {
    display: none;
  }
  .service-block {
    padding: 0 0 30px;
  }
  .single-store-page .store-map {
    position: relative;
    width: 100%;
  }
  .company-page .our-services,
  .our-services {
    padding: 0px;
  }
  .the-store {
    padding: 40px 0 0;
  }
  .the-store .the-store-detail {
    position: relative;
    left: auto;
    top: auto;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 30px 0 0;
  }
  .contact-main {
    margin: 0 auto 40px;
  }
  .the-store .store-image {
    width: 100%;
  }
  .contact-detail-main {
    padding: 35px 0 30px;
  }
  .contact-detail-main .contact-bg {
    width: 100%;
  }
  .contact-detail .text-block {
    padding-top: 30px;
  }
  .inner-page {
    padding-top: 110px;
  }
  .company-main .store-bg {
    right: 0;
    bottom: -60px;
  }
  .the-store.company-block {
    padding: 0;
  }
  .main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    font-size: 22px;
    line-height: 30px;
  }
  .company-block .company-detail .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .company-block:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-company .row {
    flex-direction: column-reverse;
  }
  .about-company {
    padding: 0 0 40px;
  }
  .company-block .store-image {
    margin: 30px 0;
  }
  .company-block .the-store-detail {
    padding: 0;
  }
  .about-company .store-image {
    margin: 30px 0;
  }
  .customer-care {
    padding: 50px 0 20px;
  }
  .accordion {
    padding: 0px 0 40px;
  }
  .accordion .card-header .btn {
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 20px;
  }
  .accordion .card .card-body {
    padding: 15px;
    padding: 15px 10px;
  }
  .accordion .card .card-body p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .accordion .card-header .btn .icon svg {
    width: 12px;
  }
  .accordion .card .card-text {
    display: block;
  }
  .accordion .card .card-text .left {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  .accordion .card .card-text .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .accordion .card-header .btn .icon {
    right: 14px;
  }
  .sleeping-area .our-work {
    padding: 40px 0;
  }
  .sleeping-area .our-work .work-block {
    margin: 0 0 30px;
  }
  .sleeping-area .our-work .work-bg {
    top: 250px;
    width: 64%;
  }
  .product-detail-main .product-detail {
    max-width: 100%;
    margin-top: 30px;
  }
  .product-detail-main .product-detail .price {
    padding: 15px 0;
  }
  .product-detail-main .product-detail p {
    font-size: 16px;
    line-height: 22px;
  }
  .product-detail-main .slider-only-img-dots,
  .product-detail-main .slider-dots {
    padding-top: 25px;
  }
  .our-technology .project-block:nth-child(odd) {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .our-technology .project-block .project-text {
    padding: 30px 0;
  }
  .our-technology .our-project {
    padding: 0;
  }
  .discover-right {
    padding-left: 0px;
  }
  .discover-size .discover-left {
    padding: 30px;
    padding-left: 0;
  }
  .decor-slider .slick-dots {
    margin: 50px 0 0;
  }
  .discover-stays {
    padding: 40px 0;
  }
  .compelete-decor {
    padding: 0 0 40px;
  }
  .compelete-decor.simple_carosel {
    padding-top: 40px;
  }
  .discover-size {
    padding: 40px 0 50px;
  }
  .product-detail-main {
    margin: 0 0 60px;
  }
  .product-detail-main .product-left {
    width: 100%;
  }
  .product-detail-main .product-right {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .sub-title h1, .sub-title h2, .sub-title h3, .sub-title h4, .sub-title h5, .sub-title h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .select-color ul li {
    padding: 0 4px 4px;
  }
  .select-color ul li .color-box {
    height: 60px;
  }
  .product-variant2 .select-color ul li {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .product-variant2 .select-color ul li .color-box {
    height: auto;
  }
  .select-color {
    padding: 30px 0;
  }
  .discover-right h4 {
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 10px;
  }
  .discover-stays .the-store {
    padding: 50px 0;
  }
  .our-technology .project-block:nth-child(odd) .project-text {
    top: auto;
  }
  .our-technology .project-block:nth-child(odd) .project-image .image {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0px !important;
  }
  .discover-stays .the-store .text-block {
    padding: 0;
  }
  .discover-stays .the-store .store-image {
    width: 100%;
  }
  .discover-stays .store-bg {
    left: 25%;
  }
  .filter-bar {
    padding: 25px 0;
  }
  .pagination {
    margin: 20px 0 0;
  }
  .product-list {
    padding: 0 0 60px;
  }
  .product-listing-main .our-work {
    padding-top: 40px;
  }
  .product-listing-main .work-block .work-detail h4 {
    line-height: 30px;
    font-size: 20px;
  }
  .product-block {
    margin: 0 0 35px;
  }
  .product-listing-main .work-block a {
    padding-bottom: 75px;
  }
  .filter-bar .dropdown.show {
    width: 280px;
  }
  .filter-bar .dropdown-menu .p-btn .btn {
    padding: 12px 12px;
    font-size: 12px;
    line-height: 13px;
    width: 47%;
    color: #ffffff;
    text-transform: uppercase;
  }
  .filter-bar .dropdown-menu .p-btn {
    padding: 0;
  }
  .product-block .p-image img {
    width: 100%;
  }
  .pagination li,
  .pagination .page-item {
    padding: 0 3px;
    font-size: 12px;
    line-height: 12px;
  }
  .pagination .page-link {
    padding: 8px 12px;
  }
  .pagination .arrow-btn .page-link {
    padding: 7px;
  }
  .promotion-page .compelete-decor {
    padding: 0 0 40px;
  }
  .single-text-block {
    padding: 50px 0 0;
  }
  .catalog-btn {
    padding: 30px 0 0;
  }
  .promotion-page .our-work {
    padding: 30px 0 0;
  }
  .last-section {
    margin-top: 0;
  }
  .promotion-page .our-work .work-bg {
    width: 80%;
  }
  .promotion-page .work-block .work-detail h4 {
    font-size: 19px;
    line-height: 19px;
  }
  .promotion-page .our-work .text-block {
    max-width: 260px;
    margin-left: 0;
    margin-right: 15px;
    padding: 0 0 20px;
  }
  .promotion-page .discover-stays .store-bg {
    right: 0;
    left: 50px !important;
  }
  .single-image {
    margin: 0 -15px;
  }
  .promotion-page .discover-stays {
    padding-top: 0;
    padding: 0;
  }
  .transport-block {
    padding: 0 0 30px;
  }
  .service-main .project-block .project-image {
    margin: 0 0 30px;
  }
  .service-main .our-project .project-bg {
    top: 34px;
    left: 15px;
  }
  .transport {
    padding: 0px 0 65px;
  }
  .service-main .work-main {
    padding: 40px 0 0;
  }
  .service-main .catalog-btn {
    padding-top: 0;
  }
  .inspired-page .project-block .project-image .image {
    margin-left: 0;
  }
  .solution-block h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .our-solutions {
    padding: 0;
  }
  .our-soltions-main .project-block .project-image .image {
    margin-right: 0;
  }
  .interiror-design .int-bg {
    position: absolute;
    top: 15%;
    right: 20px;
    left: 0;
    background: #F8F5F2;
    bottom: 15%;
  }
  .interiror-design {
    padding: 0;
  }
  .solution-bg {
    left: 20px;
  }
  .evidence-main .project-block {
    flex-direction: column-reverse;
  }
  .department-sec {
    padding: 0;
  }
  .nav-tabs .nav-item {
    padding: 0 10px;
  }
  .evidence-main {
    padding: 28px 0 42px;
    margin: 0 0 45px;
  }
  .ev-text {
    padding: 30px 0;
  }
  .evidence-main .evidence-bg {
    width: 90%;
  }
  .header .mega-menu-wrap .mega-sub-menu .mega-menu-item .menu-full-width li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 8px 10px;
  }
  .single-block {
    text-align: center;
    padding: 30px 0 0;
  }
  .single-block .text-block {
    padding-top: 30px;
  }
  .inspired-detail .the-store .store-image {
    width: 100%;
  }
  .inspired-detail .company-detail h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .inspired-detail .the-store .text-block {
    padding-top: 30px;
  }
  .single-text .quote-detail p {
    font-size: 18px;
    line-height: 28px;
  }
  .single-text .text-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  .share-article {
    padding: 40px 15px 0;
  }
  .article-block {
    padding: 15px 0;
    text-align: center;
  }
  .article-block .right {
    text-align: center;
    padding-top: 15px;
  }
  .navigation a {
    font-size: 13px;
    line-height: 14px;
  }
  .inspired-detail .our-solutions {
    padding-top: 50px;
  }
  .inspired-detail .our-solutions .section-title h1, .inspired-detail .our-solutions .section-title h2, .inspired-detail .our-solutions .section-title h3, .inspired-detail .our-solutions .section-title h4, .inspired-detail .our-solutions .section-title h5, .inspired-detail .our-solutions .section-title h6 {
    font-size: 20px;
    line-height: 20px;
  }
  .single-block {
    text-align: center;
    padding: 50px 0 0;
  }
  .single-block .text-block {
    padding-top: 40px;
  }
  .inspired-list .interiror-design .int-bg2 {
    width: auto;
    top: 44%;
    left: 0;
  }
  .interiror-design .solution-block {
    padding: 0 0 40px;
  }
  .inspired-list .interiror-design {
    padding: 0 0 50px;
  }
  .store-map .map-img {
    height: 300px;
  }
  .status-publish .search-detail,
  .product-type-simple .search-detail {
    margin: 25px 0 0;
  }
  .inner-page .page-title {
    font-size: 24px;
  }
  /* prodotto_simple_layout start */
  .prodotto_simple_layout .discover-size .discover-left {
    padding: 30px 0 0 0;
  }
  .prodotto_simple_layout .compelete-decor {
    padding: 30px 0;
  }
  .prodotto_simple_layout .discover-size {
    padding: 30px 0 0 0;
  }
  .compelete-decor .promo-item {
    padding: 20px 10px;
  }
  .compelete-decor .promo-item a .p-img {
    height: auto;
    padding-bottom: 0;
  }
  .department-sec .section-title h1, .department-sec .section-title h2, .department-sec .section-title h3, .department-sec .section-title h4, .department-sec .section-title h5, .department-sec .section-title h6 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background: #EEAD00 !important;
  }
  .header .mega-menu-wrap .mega-menu {
    right: 0px !important;
    bottom: 0px !important;
    top: 0px !important;
    position: fixed !important;
    width: 100% !important;
    background: #fff !important;
    padding: 40px 20px !important;
    -webkit-transform: translateX(110%) !important;
    transform: translateX(110%) !important;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1) !important;
    transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1) !important;
    transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1) !important;
    transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1) !important;
    display: block !important;
    margin-top: 80px !important;
    overflow: auto !important;
  }
  .header .mega-menu-wrap .mega-menu-item a.mega-menu-link span.mega-indicator {
    display: block !important;
  }
  .header .mega-menu-wrap li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #ffffff !important;
    margin-top: 0px !important;
  }
  .header .mega-menu-wrap .mega-menu-row {
    padding: 15px 0px !important;
    margin: 0 -8px 10px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-size: 30px !important;
    line-height: 30px !important;
    border: 1px solid #222222;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0 !important;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .header .mega-menu-wrap .mega-menu-item a.mega-menu-link {
    font-size: 22px !important;
    line-height: 22px !important;
    padding-bottom: 0 !important;
  }
  .header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-right ul li {
    font-size: 14px;
    line-height: 14px;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding: 0 4px;
  }
  .header .mega-menu-wrap .mega-sub-menu .mega-menu-item .cat-right ul {
    margin: 0 -4px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding: 0 0 10px !important;
    padding: 0 0 15px !important;
    display: block !important;
    padding: 10px 0 15px !important;
    display: block !important;
    border-bottom: 1px solid #222222;
    margin: 0 0 5px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    z-index: 999;
    position: relative;
  }
  .header .mega-menu-wrap {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .header .right-menu {
    margin-left: 30px;
  }
  body.mega-menu-menu-1-mobile-open {
    overflow: hidden !important;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    display: flex;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right !important;
    margin-top: -3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
  .banner-title h1, .banner-title h2, .banner-title h3, .banner-title h4, .banner-title h5, .banner-title h6 {
    font-size: 50px;
    line-height: 55px;
  }
  .main-banner {
    padding: 214px 0;
  }
  .our-project .project-bg {
    left: 20%;
    top: 50px;
  }
  .our-work {
    padding: 20px 0 60px;
  }
  .proposal-block .text-block p {
    margin: 0 0 15px;
  }
  .proposal-block .text-block {
    padding: 100px 0 0;
  }
  .promo-main {
    padding: 60px 0 70px;
  }
  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 32px;
    line-height: 40px;
  }
  .p-detail-slider .slick-dots {
    margin: 30px 0 0;
  }
  .p-image-slider {
    margin-right: 50px;
  }
  .instagram {
    padding: 70px 0;
  }
  .project-block {
    padding: 0 0 60px;
  }
  .work-block .work-detail h4 {
    font-size: 22px;
    line-height: 22px;
  }
  .work-block a {
    padding-bottom: 48px;
  }
  .proposal-list [class*=col-]:last-child {
    padding-top: 55px;
  }
  .proposal-list .proposal-bg {
    position: absolute;
    top: 100px;
    right: 30px;
    left: 25%;
    background: #F8F5F2;
    /* bottom: 0; */
    /* height: 62%; */
    bottom: 25%;
  }
  .promo-slider {
    padding-left: 32%;
  }
  .promo-left .text-block {
    padding: 0 0 40px;
  }
  .text-block p {
    font-size: 15px;
    line-height: 25px;
  }
  .promo-item a .p-img {
    height: 200px;
  }
  .p-detail-slider .p-detail-item p {
    font-size: 14px;
    line-height: 20px;
  }
  .p-detail-slider .p-detail-item h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 8px;
  }
  .project-text .section-title h1, .project-text .section-title h2, .project-text .section-title h3, .project-text .section-title h4, .project-text .section-title h5, .project-text .section-title h6 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 8px;
  }
  .text-block {
    padding: 0 0 40px;
  }
  .insta-block {
    margin: 0 0 16px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 10px;
  }
  .f-top ul li {
    padding: 0 11px;
  }
  .f-top .f-right ul li {
    padding: 0;
    padding-left: 4px;
  }
  .f-top {
    padding: 25px 0;
  }
  .store-map .find-store {
    /* position: relative; */
    /* top: auto; */
    padding: 25px;
    max-width: 250px;
    background: #F8F5F2;
    left: -100px;
    text-align: center;
    margin: 0 auto;
    top: 50px;
  }
  .store-map .map-img img {
    width: 100%;
  }
  .store-main {
    padding: 50px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .store-map {
    height: 550px;
  }
  .store-main .store-list {
    width: 70%;
  }
  .store-block {
    padding: 25px 0;
  }
  .single-store-page .store-block h3,
  .store-block h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .store-map .find-store h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .store-map .find-store p {
    font-size: 15px;
    line-height: 20px;
  }
  .contact-main {
    margin-bottom: 70px;
  }
  .single-store-page .store-map {
    height: 450px;
    width: 57%;
  }
  .service-block {
    padding: 0 0 30px;
  }
  .our-services {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .company-page .our-services {
    padding-bottom: 40px;
  }
  .contact-detail-main .contact-bg {
    width: 66.5%;
    bottom: 80px;
  }
  .inner-page {
    padding-top: 130px;
  }
  .company-block .the-store-detail [class*=col-] {
    margin: 0 auto !important;
    max-width: 70%;
    flex: 0 0 70%;
  }
  .company-block .the-store-detail {
    position: relative;
    left: auto;
    top: auto;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 30px 0 0;
  }
  .company-block .store-image {
    width: 70%;
    margin: 0 auto;
  }
  .company-main .store-bg {
    right: 0;
  }
  .company-block:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-company .row {
    flex-direction: column-reverse;
  }
  .the-store.company-block {
    padding: 40px 0;
  }
  .about-company .store-image {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .customer-care {
    padding: 70px 0;
  }
  .main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    font-size: 30px;
    line-height: 34px;
  }
  .accordion .card-header .btn {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 15px;
  }
  .accordion .card .card-text .left {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .accordion .card .card-body p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .accordion .card .card-text .left span {
    font-family: "SourceSansProSemiBold";
    font-size: 14px;
    line-height: 18px;
  }
  .accordion {
    padding: 30px 0 90px;
  }
  .sleeping-area .our-work {
    position: relative;
    padding: 60px 0;
  }
  .product-detail-main .product-detail {
    max-width: 100%;
    margin-top: 30px;
  }
  .product-detail-main .product-detail .price {
    padding: 15px 0;
  }
  .product-detail-main .product-detail p {
    font-size: 16px;
    line-height: 22px;
  }
  .product-detail-main .slider-only-img-dots,
  .product-detail-main .slider-dots {
    padding-top: 25px;
  }
  .our-technology .project-block:nth-child(odd) {
    margin-top: -50px;
  }
  .discover-right {
    padding-left: 0px;
  }
  .discover-size .discover-left {
    padding: 30px;
    padding-left: 0;
  }
  .decor-slider .slick-dots {
    margin: 50px 0 0;
  }
  .discover-stays {
    padding: 40px 0;
  }
  .compelete-decor {
    padding: 0 0 40px;
  }
  .compelete-decor.simple_carosel {
    padding-top: 40px;
  }
  .discover-size {
    padding: 40px 0 50px;
  }
  .product-detail-main {
    margin: 0 0 60px;
  }
  .product-detail-main .product-left {
    width: 100%;
  }
  .product-detail-main .product-right {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .sub-title h1, .sub-title h2, .sub-title h3, .sub-title h4, .sub-title h5, .sub-title h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .select-color ul li {
    padding: 0 4px 4px;
  }
  .select-color ul li .color-box {
    height: 60px;
  }
  .product-variant2 .select-color ul li .color-box {
    height: auto;
  }
  .product-variant2 .select-color ul li {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .select-color {
    padding: 0 0 30px;
  }
  .discover-right h4 {
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 10px;
  }
  .discover-stays .the-store {
    padding: 50px 0;
  }
  .filter-bar {
    padding: 25px 0;
  }
  .pagination {
    margin: 20px 0 0;
  }
  .product-list {
    padding: 0 0 60px;
  }
  .product-listing-main .our-work {
    padding-top: 40px;
  }
  .product-listing-main .work-block .work-detail h4 {
    line-height: 30px;
  }
  .product-block {
    margin: 0 0 35px;
  }
  .product-listing-main .work-block a {
    padding-bottom: 75px;
  }
  .promotion-page .compelete-decor {
    padding: 0 0 40px;
  }
  .single-text-block {
    padding: 70px 0;
  }
  .catalog-btn {
    padding: 30px 0 0;
  }
  .last-section {
    margin-top: 0;
  }
  .promotion-page .work-block .work-detail h4 {
    font-size: 19px;
    line-height: 19px;
  }
  .promotion-page .our-work .text-block {
    max-width: 260px;
    margin-left: 0;
    margin-right: 15px;
  }
  .transport-block {
    padding: 0 0 30px;
  }
  .service-main .our-project .project-bg {
    top: 34px;
    left: 35px;
  }
  .transport {
    padding: 0px 0 65px;
  }
  .service-main .work-main {
    padding: 60px 0 0;
  }
  .solution-block h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .our-solutions {
    padding: 0 0 40px;
  }
  .interiror-design {
    padding: 0 0 0;
  }
  .nav-tabs .nav-item {
    padding: 0 7px;
  }
  .ev-text {
    padding: 20px 0 0;
  }
  .ev-image {
    margin-right: 30px;
  }
  .inspired-detail .our-solutions {
    padding-top: 70px;
  }
  .share-article {
    padding: 40px 15px 0;
  }
  .inspired-list .interiror-design .int-bg2 {
    width: 340px;
    top: 44%;
    left: 20px;
  }
  .inspired-list .interiror-design {
    padding: 0 0 50px;
  }
  /* prodotto_simple_layout start */
  .prodotto_simple_layout .discover-right .select-color ul li {
    max-width: 33%;
    flex: 0 0 33%;
  }
  .prodotto_simple_layout .discover-size .dis-detail .further-block p {
    font-size: 16px;
    line-height: 22px;
  }
  .prodotto_simple_layout .discover-size .dis-detail .price {
    padding: 5px 0;
  }
  .prodotto_simple_layout .discover-size .dis-detail .price .price h6 {
    font-size: 14px;
    line-height: 14px;
  }
  .prodotto_simple_layout .discover-size .dis-detail .price .price h2,
  .prodotto_simple_layout .discover-size .dis-detail .price .price h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .prodotto_simple_layout .discover-size .discover-left {
    padding: 90px 0 0 0;
  }
  .prodotto_simple_layout .discover-size {
    padding: 35px 0 0 0;
  }
  .prodotto_simple_layout .compelete-decor {
    padding: 35px 0;
  }
  .promo_section.our-work .text-block {
    max-width: 260px;
    margin-left: 0;
    margin-right: 15px;
  }
  .compelete-decor .decor-slider .promo-item a .p-img {
    height: auto;
  }
  .compelete-decor .decor-slider .promo-item {
    padding: 0 10px;
  }
  .compelete-decor .promo-item {
    padding: 0;
  }
  .compelete-decor .promo-item a .p-img {
    height: auto;
  }
  .department-sec .section-title h1, .department-sec .section-title h2, .department-sec .section-title h3, .department-sec .section-title h4, .department-sec .section-title h5, .department-sec .section-title h6 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-title h1, .banner-title h2, .banner-title h3, .banner-title h4, .banner-title h5, .banner-title h6 {
    font-size: 55px;
    line-height: 60px;
  }
  .main-banner {
    padding: 214px 0;
  }
  .our-project .project-bg {
    left: 20%;
    top: 50px;
  }
  .our-work {
    padding: 20px 0 90px;
  }
  .promo-main {
    padding: 80px 0 100px;
  }
  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 36px;
    line-height: 46px;
  }
  .p-detail-slider .slick-dots {
    margin: 30px 0 0;
  }
  .p-image-slider {
    margin-right: 50px;
  }
  .instagram {
    padding: 70px 0;
  }
  .project-block {
    padding: 0 0 60px;
  }
  .our-services {
    padding: 80px 0;
  }
  .company-page .our-services {
    padding-bottom: 80px;
  }
  .service-block h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .single-store-page .store-block h3 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 20px;
  }
  .contact-detail-main .contact-bg {
    width: 66.5%;
    bottom: 80px;
  }
  .inner-page {
    padding-top: 130px;
  }
  .company-main .store-bg {
    right: 25px;
  }
  .about-company .store-image {
    margin-top: 70px;
  }
  .customer-care {
    padding: 80px 0 100px;
  }
  .main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    font-size: 40px;
    line-height: 45px;
  }
  .accordion {
    padding: 30px 0 90px;
  }
  .product-detail-main .product-detail {
    max-width: 400px;
  }
  .product-detail-main .product-detail .price {
    padding: 15px 0;
  }
  .product-detail-main .product-detail p {
    font-size: 16px;
    line-height: 22px;
  }
  .product-detail-main .slider-only-img-dots,
  .product-detail-main .slider-dots {
    padding-top: 25px;
  }
  .our-technology .project-block:nth-child(odd) {
    margin-top: -50px;
  }
  .discover-right {
    padding-left: 0px;
  }
  .discover-size .discover-left {
    padding: 50px 35px;
    padding-left: 0;
  }
  .decor-slider .slick-dots {
    margin: 50px 0 0;
  }
  .discover-stays {
    padding: 40px 0;
  }
  .compelete-decor {
    padding: 0 0 40px;
  }
  .compelete-decor.simple_carosel {
    padding-top: 40px;
  }
  .discover-size {
    padding: 50px 0 80px;
  }
  .product-detail-main {
    margin: 0 0 60px;
  }
  .filter-bar {
    padding: 45px 0;
  }
  .pagination {
    margin: 20px 0 0;
  }
  .product-list {
    padding: 0 0 80px;
  }
  .product-listing-main .our-work {
    padding-top: 50px;
  }
  .work-block .work-detail h4 {
    font-size: 24px;
  }
  .product-listing-main .work-block .work-detail h4 {
    line-height: 30px;
  }
  .promotion-page .compelete-decor {
    padding: 0 0 70px;
  }
  .single-text-block {
    padding: 70px 0 130px;
  }
  .transport {
    padding: 30px 0 75px;
  }
  .service-main .work-main {
    padding: 80px 0 0;
  }
  .service-main .accordion {
    padding: 0 0 100px;
  }
  .service-main .our-project .project-bg {
    top: 44px;
    left: 35px;
  }
  .ev-image {
    margin-right: 30px;
  }
  .header .mega-menu-wrap .mega-menu-row {
    padding: 30px 50px !important;
  }
  .product-variant2 .select-color ul li .color-box {
    height: auto;
  }
  .department-sec .section-title h1, .department-sec .section-title h2, .department-sec .section-title h3, .department-sec .section-title h4, .department-sec .section-title h5, .department-sec .section-title h6 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .banner-title h1, .banner-title h2, .banner-title h3, .banner-title h4, .banner-title h5, .banner-title h6 {
    font-size: 55px;
    line-height: 60px;
  }
  .main-banner {
    padding: 214px 0;
  }
  .our-project .project-bg {
    left: 20%;
  }
  .our-work {
    padding: 20px 0 120px;
  }
  .filter-bar {
    padding: 45px 0;
  }
  .pagination {
    margin: 20px 0 0;
  }
  .product-list {
    padding: 0 0 80px;
  }
  .product-listing-main .our-work {
    padding-top: 50px;
  }
  .work-block .work-detail h4 {
    font-size: 24px;
  }
  .product-listing-main .work-block .work-detail h4 {
    line-height: 30px;
  }
  .transport {
    padding: 30px 0 75px;
  }
  .service-main .work-main {
    padding: 80px 0 0;
  }
  .service-main .accordion {
    padding: 0 0 100px;
  }
  .service-main .our-project .project-bg {
    top: 44px;
    left: 35px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .our-project .project-bg {
    left: 25%;
    top: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .our-project .project-bg {
    left: 25%;
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
@media (min-width: 1921px) {
  .product-detail-main .product-left {
    width: 52%;
  }
  .discover-stays .the-store .store-image {
    width: 53%;
  }
  .discover-stays .the-store .the-store-detail .text-block {
    position: relative;
    left: -30px;
  }
  .the-store .the-store-detail .text-block {
    width: 75%;
  }
}
/* 90%  Screen */
/* 80%  Screen */
@media (min-width: 2134px) and (max-width: 2400px) {
  .single-store-page .store-list {
    position: relative;
    left: -25px;
  }
  .the-store .the-store-detail .company-detail {
    position: relative;
    left: 20px;
  }
  .company-block:nth-child(odd) .the-store-detail .company-detail {
    position: relative;
    left: -20px;
  }
}
/* 75%  Screen */
@media (min-width: 2401px) and (max-width: 2560px) {
  .single-store-page .store-list {
    position: relative;
    left: -30px;
  }
  .the-store .the-store-detail .company-detail {
    position: relative;
    left: 40px;
  }
  .company-block:nth-child(odd) .the-store-detail .company-detail {
    position: relative;
    left: -40px;
  }
}
/* 67%  Screen */
@media (min-width: 2561px) and (max-width: 2880px) {
  .single-store-page .store-list {
    position: relative;
    left: -45px;
  }
  .the-store .the-store-detail .company-detail {
    position: relative;
    left: 50px;
  }
  .company-block:nth-child(odd) .the-store-detail .company-detail {
    position: relative;
    left: -50px;
  }
}
/* 50%  Screen */
@media (min-width: 2881px) and (max-width: 3840px) {
  .project-block .project-detail {
    position: relative;
    left: 80px;
  }
  .evidence-main .project-block .project-detail {
    left: 0;
  }
  .our-technology .project-block .project-detail {
    position: relative;
    left: 0;
  }
  .the-store .the-store-detail .company-detail {
    position: relative;
    left: 110px;
  }
  .company-block:nth-child(odd) .the-store-detail .company-detail {
    position: relative;
    left: -110px;
  }
  .single-store-page .store-list {
    position: relative;
    left: -85px;
  }
  /* index page */
  .our-project .project-block .project-detail {
    left: 0;
  }
}
/* 33%  Screen */
@media (min-width: 3841px) and (max-width: 5760px) {
  .project-block .project-detail {
    position: relative;
    left: 235px;
  }
  .evidence-main .project-block .project-detail {
    left: 0;
  }
  .our-technology .project-block .project-detail {
    position: relative;
    left: 0;
  }
  .the-store .the-store-detail .company-detail {
    position: relative;
    left: 255px;
  }
  .company-block:nth-child(odd) .the-store-detail .company-detail {
    position: relative;
    left: -255px;
  }
  .single-store-page .store-list {
    position: relative;
    left: -165px;
  }
  /* index page */
  .our-project .project-block .project-detail {
    left: 0;
  }
}
/* 25%  Screen */
@media (min-width: 5761px) and (max-width: 7680px) {
  .project-block .project-detail {
    position: relative;
    left: 385px;
  }
  .evidence-main .project-block .project-detail {
    left: 0;
  }
  .our-technology .project-block .project-detail {
    position: relative;
    left: 0;
  }
  .the-store .the-store-detail .company-detail {
    position: relative;
    left: 395px;
  }
  .company-block:nth-child(odd) .the-store-detail .company-detail {
    position: relative;
    left: -395px;
  }
  .single-store-page .store-list {
    position: relative;
    left: -235px;
  }
  .project-block .project-text {
    left: 50px;
  }
  /* index page */
  .our-project .project-block .project-detail {
    left: 0;
  }
}
/*---------- Large Desktop , Large Screen End ----------*/

/*# sourceMappingURL=style.css.map */
