/****************************************************************

	Client: 	Footwell via Spydernet
	Type: 		CSS Document
	Designer: 	Vipin Chandran (Front-end Development only)
	E-mail		vipinradhalayam@gmail.com

*****************************************************************/
/********************************
		FONTS EMBEDED
*********************************/
@font-face {
  font-family: "Bebas Kai";
  src: url("../webfonts/BebasKai.eot");
  src: url("../webfonts/BebasKai.eot?#iefix") format("embedded-opentype"), url("../webfonts/BebasKai.woff2") format("woff2"), url("../webfonts/BebasKai.woff") format("woff"), url("../webfonts/BebasKai.ttf") format("truetype"), url("../webfonts/BebasKai.svg#BebasKai") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SignPainter";
  src: url("../webfonts/SignPainter-HouseScript.eot");
  src: url("../webfonts/SignPainter-HouseScript.eot?#iefix") format("embedded-opentype"), url("../webfonts/SignPainter-HouseScript.woff2") format("woff2"), url("../webfonts/SignPainter-HouseScript.woff") format("woff"), url("../webfonts/SignPainter-HouseScript.ttf") format("truetype"), url("../webfonts/SignPainter-HouseScript.svg#SignPainter-HouseScript") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/********************************
		General Styles
*********************************/
body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  background-color: #fff;
  color: #2F2F2F;
}

h1 {
  font-weight: 500;
  color: #101010;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Bebas Kai";
}

h2 {
  font-weight: 500;
  color: #101010;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Bebas Kai";
}

h3 {
  font-weight: 500;
  color: #101010;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Bebas Kai";
}

h4 {
  font-weight: 500;
  color: #101010;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Bebas Kai";
}

h5 {
  font-weight: 500;
  color: #101010;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Bebas Kai";
}

h6 {
  font-weight: 500;
  color: #101010;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Bebas Kai";
}

a {
  color: #F8652D;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #F8652D;
}

h1 {
  margin-bottom: 20px;
}

p.smlfnt {
  font-size: 12px;
}

.img-ftwell {
  width: 100%;
  height: auto;
}

.mar-off {
  margin: 0;
}

.pad-off {
  padding: 0;
}

.btn-ftwell {
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  font-family: "Bebas Kai";
  color: #fff;
  background-color: #F8652D;
  text-transform: inherit;
  border: 1px solid #F8652D;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
  position: relative;
}

.btn-ftwell.black {
  background-color: #000;
  border-color: #000;
}

.btn-ftwell > span {
  display: inline-block;
  margin-left: 10px;
}

.btn-ftwell.lt > span {
  margin-left: 0;
  margin-right: 10px;
}

.btn-ftwell.trans {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
}

.btn-ftwell.white {
  border-color: #fff;
  background-color: #fff;
  color: #F8652D;
}

.btn-ftwell.transblack {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.btn-ftwell.sml {
  font-size: 11px;
  padding: 10px 15px;
}

.btn-ftwell + .btn-ftwell {
  margin-left: 15px;
}

.btn-ftwell:hover, .btn-ftwell:focus {
  color: #fff;
  background-color: #eb5215;
  border-color: #eb5215;
}

.btn-ftwell.trans:hover, .btn-ftwell.trans:focus {
  color: #fff;
}

.btn-ftwell:focus {
  text-decoration: none;
  outline: none;
}

.section, section {
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cust-row {
  margin: 0 -7px;
}

.cust-col {
  padding: 0 7px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #101010;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #F8652D;
}

ul.tick-list > li {
  display: block;
  position: relative;
  color: #2F2F2F;
  padding-left: 30px;
}

ul.tick-list > li + li {
  margin-top: 15px;
}

ul.tick-list > li:before, ul.tick-list > li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #101010;
  font-size: 16px;
  color: #F8652D;
}

button:focus {
  outline: none;
}

.site-link {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.site-link::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background-color: #000;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.site-link:hover::after {
  background-color: #eb5215;
}

.site-link:hover {
  color: #eb5215;
  text-decoration: none;
}

.vdo-olay .modal-dialog {
  width: 70%;
  height: 80vh;
  max-width: unset;
}

.vdo-olay .modal-body {
  padding: 2px;
  border-radius: 0;
  height: 100%;
}

.vdo-olay .modal-content {
  border-radius: 0;
  padding: 0;
  height: 100%;
}

.vdo-olay button.close {
  position: absolute;
  right: -35px;
  top: -2px;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  outline: none;
}

.vdo-olay button.close:hover, .vdo-olay button.close:focus {
  color: #fff;
  outline: none;
  opacity: 1;
}

ul.normal-list {
  list-style: disc;
  padding-left: 15px;
}

ul.normal-list > li + li {
  margin-top: 15px;
}

/********************************
	   Over Writing Styles
*********************************/
.fcltheme1 {
  color: #F8652D !important;
}

.fcltheme2 {
  color: #101010 !important;
}

.fcltheme3 {
  color: #8D8D8D !important;
}

.fclwhite {
  color: #fff !important;
}

.fclblack {
  color: #000 !important;
}

.fclbody {
  color: #2F2F2F !important;
}

.mar-off {
  margin: 0 !important;
}

.lineht1 {
  line-height: 1 !important;
}

.flxbx {
  display: flex;
}

.vcentr {
  align-items: center;
}

.vbot {
  align-items: flex-end;
}

.vstr {
  align-items: stretch;
}

.hcentr {
  justify-content: center;
}

.hright {
  justify-content: flex-end;
}

.hspsarnd {
  justify-content: space-around;
}

.hspsbtw {
  justify-content: space-between;
}

.hspsevnly {
  justify-content: space-evenly;
}

.txtup {
  text-transform: uppercase;
}

.fwt300 {
  font-weight: 300;
}

.fwt400 {
  font-weight: 400;
}

.fwt500 {
  font-weight: 500;
}

.fwt600 {
  font-weight: 600;
}

.fwt700 {
  font-weight: 700;
}

.mt-std {
  margin-top: 30px !important;
}

.mb-std {
  margin-bottom: 30px !important;
}

.mb-off {
  margin-bottom: 0 !important;
}

.fntitle {
  font-family: "Bebas Kai";
}

.fntheme {
  font-family: "Lato", sans-serif;
}

.fntheme1 {
  font-family: "SignPainter";
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.theme-bgclr {
  background-color: #F8652D;
}

.mt-minus10 {
  margin-top: -10px !important;
}

.bgwhite {
  background-color: #fff;
}

.bgtheme {
  background-color: #F8652D;
}

.blknwhite {
  filter: grayscale(100%);
}

/********************************
		 Header Section
*********************************/
.ftwell-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(4, 0, 98, 0);
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.ih-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  background-color: transparent;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.site-logo, .site-menu, .site-actions {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.site-logo {
  flex: 0 0 175px;
  max-width: 175px;
}

.logo {
  display: block;
  z-index: 1;
}

.site-menu {
  flex: 0 0 calc(100% - 345px);
  max-width: calc(100% - 345px);
}

.site-actions {
  flex: 0 0 170px;
  max-width: 170px;
}

#mmClose {
  display: none;
}

.mm-ctrl #mmClose {
  display: block;
}

.mm-ctrl #mmBar {
  display: none;
}

.ftwell-deskmenu {
  align-items: center;
  position: relative;
  padding: 5px 0;
}

.ftwell-deskmenu > li + li {
  margin-left: 30px;
}

.ftwell-deskmenu > li > a, .ftwell-deskmenu .dropdown-item {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #101010;
  padding: 0;
  font-family: "Bebas Kai";
  text-align: center;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.ftwell-deskmenu > li > a::after {
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.ftwell-deskmenu > li > a:hover::after, .ftwell-deskmenu > li.active > a::after, .ftwell-deskmenu > li > a.active::after {
  background-color: #fff;
}

.dropdown-item {
  text-align: left;
  padding: 5px;
}

.ftwell-deskmenu > li > a:hover, .ftwell-deskmenu > li > a:focus, .ftwell-deskmenu .dropdown-item:hover, .ftwell-deskmenu .dropdown-item:focus {
  color: #eb5215;
  text-decoration: none;
  background-color: transparent;
}

.srjc-actions-menu {
  justify-content: flex-end;
}

.srjc-actions-menu > li + li {
  margin-left: 18px;
}

.srjc-actions-menu > li {
  position: relative;
}

.srjc-actions-menu > li > a {
  display: block;
  color: #101010;
  font-size: 16px;
  position: relative;
}

.srjc-actions-menu > li > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  line-height: 1;
  background-color: #F8652D;
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.srjc-actions-menu > li:last-child > a > span {
  background-color: #000;
}

.mobile-menu {
  position: relative;
}

.menu-handle {
  display: block;
  text-align: right;
  font-size: 20px;
  padding: 0px 15px;
  color: #101010;
  width: 70px;
  text-align: center;
  border-radius: 5px;
}

.menu-handle > span {
  display: block;
  text-align: right;
  line-height: 0;
}

.menu-handle:hover {
  color: #eb5215;
}

.menu-handle:focus {
  color: #eb5215;
}

.ftwell-scroll {
  box-shadow: 0 5px 10px 0 rgba(4, 0, 98, 0.05);
}

.header-search-wrapper {
  position: absolute;
  right: 0;
  top: 30px;
  width: 310px;
  display: none;
}

.header-search-form {
  display: flex;
  align-items: center;
}

.header-search-form .form-control {
  width: calc(100% - 60px);
  background-color: #fff;
}

.header-search-form button {
  width: 60px;
  height: 50px;
  border: none;
  background-color: #F8652D;
  color: #fff;
}

/********************************
		      HOME
*********************************/
.ftwell-home {
  position: relative;
  padding: 0;
}

.hs-item {
  position: relative;
}

.hs-item > .img-ftwell {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hsitem-inner {
  position: absolute;
  inset: 0 0 0 0;
  padding: 0 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hsiteminner-inner h1 {
  font-size: 60px;
}

h1.specl-title {
  font-family: "SignPainter";
  font-size: 120px;
  color: #fff;
}

.hsiteminner-inner .img-ftwell {
  max-width: 450px;
}

.owl-item.active .hsiteminner-inner {
  animation: capmove 3s 1;
  transform: rotateX(0deg);
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

@keyframes capmove {
  from {
    opacity: 0;
    transform: rotateX(180deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  inset: calc(50% - 25px) 30px auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}

/********************************
		 SALE BOXES
*********************************/
.offer-text {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 5px;
  font-weight: 600;
}

.season-sale {
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: center;
  background-image: url(../imgs/designs/dots.png);
}

.season-sale > li + li {
  margin-top: 50px;
}

.ss-content, .ss-img {
  max-width: 350px;
}

.ss-content {
  float: right;
}

.ss-img {
  position: relative;
  padding-left: 50px;
}

.ss-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  background-color: #FFEBE3;
}

.ss-img > .img-ftwell {
  position: relative;
  z-index: 1;
}

.sale-box-wrapper {
  padding: 0;
}

.sale-box {
  position: relative;
  height: 100%;
  font-size: 12px;
}

.sale-box > .img-ftwell {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale-box-inner {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  align-items: center;
  padding: 30px;
}

.sale-box-inner span {
  display: block;
  margin-bottom: 10px;
}

.sale-box-inner .btn-ftwell {
  margin-top: 10px;
}

.sale-box.rt .sale-box-inner {
  left: auto;
  right: 0;
}

/********************************
	 		PRODUCTS
*********************************/
.nav-pills {
  justify-content: center;
  margin-bottom: 30px;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 15px;
}

.nav-pills .nav-link {
  background-color: transparent;
  border: 1px solid #8D8D8D;
  border-radius: 0;
  color: #101010;
  font-family: "Bebas Kai";
  padding: 4px 20px;
  min-width: 135px;
  text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #F8652D;
  border-color: #F8652D;
}

.prb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.prb-action {
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  bottom: -100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.425);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 15px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.product-box:hover .prb-action {
  bottom: 0px;
  top: 0;
  opacity: 1;
}

.prb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #F8652D;
  border: 1px solid #F8652D;
  color: #fff;
}

.prb-btn:hover {
  background-color: #eb5215;
  color: #fff;
}

.prb-cat {
  display: block;
  color: #8D8D8D;
  font-size: 12px;
}

.prb-price {
  color: #F8652D;
  margin-bottom: 0;
}

.product-list > li {
  margin: 15px 0;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.prod-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 15px;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
}

.prod-label.outofstock {
  background-color: #B9B9B9;
  right: 15px;
}

.prod-label.hotproduct {
  background-color: #8D8D8D;
  right: 15px;
}

.prod-label.discount {
  background-color: #eb5215;
  left: 15px;
}

.product-actions-wrapper {
  position: absolute;
  right: 15px;
  bottom: -100%;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.product-box:hover .product-actions-wrapper {
  bottom: 15px;
}

.product-actions > li {
  display: block;
}

.product-actions > li + li {
  margin-top: 5px;
}

.product-actions > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #101010;
  color: #000;
}

.product-actions > li > a:hover {
  background-color: #eb5215;
  color: #fff;
}

.product-name, .product-price {
  display: block;
  font-weight: 600;
}

.product-price {
  color: #8D8D8D;
  margin-top: 2px;
}

.ftwell-womens-collection {
  padding-top: 0;
}

/****Product Details****/
.prodet-price {
  color: #F8652D;
}

.content-carousel {
  width: 600px;
  display: block;
  margin: 0 auto;
}

.prodet-slider {
  width: calc(100% - 150px);
}

.prodet-slider div {
  width: 100%;
}

.prodet-slider .owl-controls .owl-dot {
  background-size: cover;
  margin-top: 10px;
}

.prodet-slider .owl-dots {
  position: absolute;
  top: 0px;
  right: -155px;
  width: 145px;
  height: 100%;
}

.prodet-slider .owl-dot {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
}

.prodet-slider .owl-dot + .owl-dot {
  border-top: 5px solid #fff !important;
}

.prodet-spec > li {
  display: flex;
  align-items: center;
}

.prodet-spec > li + li {
  margin-top: 15px;
}

.prodet-spec > li > div {
  width: 50%;
}

.prodet-spec .dropdown {
  background-color: transparent;
}

.btn-pdspec {
  background-color: transparent;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
  min-width: 115px;
  width: 100%;
  position: relative;
}

.btn-pdspec::after {
  position: absolute;
  right: 4px;
}

.btn-pdspec, .prodet-spec .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.btn-pdspec > span, .prodet-spec .dropdown-item > span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #F9AD76;
  margin-right: 10px;
}

.prodet-color .dropdown-toggle::after {
  margin-left: 10px;
}

.prodet-rt .btn-ftwell {
  width: 100%;
  font-family: "Lato", sans-serif;
  margin: 30px 0;
}

.prodet-rt .ftwell-soc > li > a {
  color: #101010;
}

.prodet-desc {
  padding-top: 40px;
}

.prodet-desc > li {
  border-bottom: 1px solid #BFBFBF;
  padding: 20px 0 10px;
}

.related-products {
  padding-top: 40px;
}

/********************************
	 OUR CLIENTS & PARTNERS
*********************************/
.ftwell-clients-partners {
  padding-bottom: 0;
}

.clients-slider {
  margin: 50px 0;
}

.elegent-img {
  position: relative;
}

.elegent-img-inner {
  position: absolute;
  bottom: 50px;
  left: 70%;
  width: 600px;
}

.elegent-text {
  padding-left: 30px;
  margin-top: 60px;
}

/********************************
	 		DESIGNS
*********************************/
.ftwell-designs::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url(../imgs/designs/ola-lt.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 200px;
  height: 200px;
}

.ftwell-designs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #F8652D;
  z-index: 0;
  bottom: auto;
  height: 450px;
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: center;
  background-image: url(../imgs/designs/ola-rtbt.png);
  background-position: right bottom;
}

.title-box {
  position: relative;
  z-index: 2;
}

.designs-list {
  margin-top: 50px;
}

.designs-list::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  background-image: url(../imgs/designs/clouds.png);
  position: absolute;
  inset: 70px 0 auto 0;
  height: 300px;
}

.design-box {
  position: relative;
  z-index: 2;
  padding: 30px;
  display: flex;
  height: 500px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url(/wp-content/uploads/2023/06/Left.jpg);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.161);
}

.designs-list > li:first-child .design-box {
  background-position: bottom;
  background-color: #fdfdfd;
}

.designs-list > li:nth-child(2) .design-box {
  background-image: url(/wp-content/uploads/2023/06/Middle.jpg);
  background-position: top;
  align-items: flex-end;
  background-color: #f8f8f8;
}

.designs-list > li:nth-child(3) .design-box {
  background-image: url(/wp-content/uploads/2023/06/Right.jpg);
  background-position: bottom;
  background-color: #ffffff;
}

/********************************
 			PARTNERS
*********************************/
.ftwell-partners {
  overflow: unset;
  padding-bottom: 20px;
}

.ftwell-partners::after {
  content: "";
  width: 120px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url(../imgs/designs/ola-cntr.png);
  background-position: right bottom;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 2;
}

.partner-logo {
  padding: 20px 40px;
  height: 200px;
}

.partner-logo > .img-ftwell {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/********************************
 			NEWSLETTER
*********************************/
.ftwell-newsletter {
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: center;
  background-image: url(../imgs/designs/clouds.png);
  background-position: right top;
  background-color: #F8652D;
  padding: 50px 0;
}

.ftwell-newsletter .container {
  position: relative;
  z-index: 3;
}

.ftwell-newsletter::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center;
  background-image: url(../imgs/designs/clouds.png);
  background-position: right top;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 15%;
}

.ftwell-newsletter h1 {
  margin-bottom: 10px;
}

.form-newsletter {
  display: flex;
  align-items: center;
}

.form-newsletter .form-control {
  background-color: #fff;
  height: 50px;
  border: none;
  width: calc(100% - 50px);
}

.form-newsletter button {
  width: 50px;
  height: 50px;
  background-color: #101010;
  color: #fff;
  border: none;
}

/********************************
 			 FOOTER
*********************************/
.ftwell-footer {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  color: #101010;
  overflow: hidden;
  padding-top: 40px;
}

.footer-top {
  padding-bottom: 40px;
}

.ft-logo {
  max-width: 175px;
  margin-bottom: 30px;
}

.ft-contact span {
  display: block;
}

.ft-title {
  margin-bottom: 15px;
}

.ft-menu {
  display: block;
}

.ft-menu > li + li {
  margin-top: 5px;
}

.ft-menu > li > a {
  display: block;
  color: #101010;
  line-height: 1;
  padding: 5px 0;
}

.ft-menu > li > a:hover {
  color: #eb5215;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.ftwell-soc {
  justify-content: flex-start;
  margin-top: 15px;
}

.ftwell-soc > li + li {
  margin-left: 20px;
}

.ftwell-soc > li > a {
  display: block;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
}

.ftwell-soc > li > a:hover {
  background-color: transparent;
  color: #F8652D;
}

.copyright {
  color: #000;
}

.poweredby {
  text-align: right;
  margin-bottom: 0;
}

.poweredby img {
  width: 70px;
  height: auto;
  margin-left: 5px;
}

/********************************
		  FORM STYLES
*********************************/
.form-group {
  margin-bottom: 30px;
}

label {
  font-weight: 700;
}

.form-control {
  border: 1px solid #8D8D8D;
  background-color: #fff;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F8652D;
}

.form-control::-moz-placeholder {
  color: #C4C4C4;
  opacity: 1;
}

.form-control::placeholder {
  color: #C4C4C4;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #C4C4C4;
}

.form-control::-ms-input-placeholder {
  color: #C4C4C4;
}

/* Customize the label (the container) */
.cb-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 17px;
  margin-bottom: 0px;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cb-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
  background-color: #F8652D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.rb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.rb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.rb-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rb-container:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.rb-container input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rb-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rb-container input:checked ~ .checkmark:after {
  display: block;
  background-color: #F8652D;
}

/* Style the indicator (dot/circle) */
.rb-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F8652D;
}

/* The container must be positioned relative: */
.custom-select-new {
  position: relative;
}

.custom-select-new select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #101010;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 23px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #A5A5A5 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #2F2F2F transparent;
  top: 15px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #A5A5A5;
  padding: 15px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  height: 50px;
}

.select-selected {
  border-color: transparent;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #101010;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div {
  color: #fff;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/********************************
		  SUB PAGES
*********************************/
.ftwell-home.sp {
  background-color: #F8652D;
  height: 150px;
  position: relative;
}

.ftwell-home.sp > .img-ftwell {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homesp-inner {
  position: absolute;
  inset: 0 0 0 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.homesp-inner.olayed {
  background-color: rgba(0, 0, 0, 0.57);
}

.homesp-inner hr {
  border-color: #fff;
  max-width: 150px;
}

.homesp-inner h1 {
  color: #fff;
  margin-bottom: 0;
}

.homesp-inner span {
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
  justify-content: center;
}

.breadcrumb > li + li {
  margin-left: 20px;
}

.breadcrumb > li {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-family: "Bebas Kai";
}

.breadcrumb > li > a {
  color: #fff;
}

.breadcrumb > li > a:hover {
  color: #101010;
}

.breadcrumb > li + li::before {
  content: "/";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: -10px;
  top: 2px;
}

/********************************
		 	ABOUT SP
*********************************/
.ftwell-about {
  padding-bottom: 0;
}

.business-list > li {
  margin: 30px 0;
}

.buslt-box {
  text-align: center;
  padding: 0 30px;
}

.buslt-box > .img-ftwell {
  max-width: 100px;
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}

/********************************
		 	CONTACT SP
*********************************/
.contact-list > li {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 2px solid #8D8D8D;
}

.contact-list > li + li {
  margin-top: 15px;
}

.cl-icon {
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-det {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.google-map {
  margin-bottom: 30px;
}

/********************************
		 Media Queries
*********************************/
@media (min-width: 768px) {
  .ft-title {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .hide-on-desk {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
  .ftwell-deskmenu .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .ftwell-deskmenu .dropdown-item {
    padding: 5px 10px;
  }
  .ftwell-deskmenu .dropdown-menu {
    top: 98%;
    background-color: rgba(241, 100, 24, 0.918);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .ftwell-deskmenu .dropdown-item {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
  }
  .ftwell-deskmenu .dropdown-item:hover {
    background-color: rgb(255, 255, 255);
    color: #F8652D;
  }
  .season-sale {
    padding: 0 100px;
  }
  .season-sale > li:nth-child(even) .ss-content {
    float: none;
  }
  .season-sale > li:nth-child(even) {
    text-align: right;
  }
  .season-sale > li:nth-child(even) .col-lg-6:first-child {
    order: 12;
  }
  .season-sale > li:nth-child(even) .ss-img {
    padding-right: 50px;
    padding-left: 0;
    float: right;
  }
  .season-sale > li:nth-child(even) .ss-img::before {
    left: auto;
    right: 0;
  }
  .prodet-rt {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    line-height: 1.7;
  }
  .site-menu {
    padding-left: 60px;
  }
  .hb-content {
    padding-left: 45px;
  }
  .google-map {
    height: 400px;
  }
  .vdo-box {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .google-map {
    height: 350px;
  }
  .design-box {
    height: 440px;
    max-width: 350px;
    margin: 0 auto;
  }
  .vdo-box {
    height: 420px;
  }
}
@media (max-width: 991.98px) {
  .ih-inner {
    padding: 10px 0;
  }
  .mobdwn-30, .prodet-img, .contact-list {
    margin-bottom: 30px;
  }
  .mobtp-30 {
    margin-top: 30px;
  }
  .site-logo {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .ftwell-header .row {
    justify-content: space-between;
  }
  .site-actions {
    flex: 0 0 218px;
    max-width: 218px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-menu {
    display: flex;
    justify-content: flex-end;
    max-width: unset;
    flex: unset;
    width: 0;
    opacity: 0;
    position: fixed;
    left: 0;
    height: calc(100vh - 41px);
    top: 40px;
    overflow: hidden;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.521);
    z-index: 2;
    margin-left: 0;
    transition: 1s;
    -webkit-transition: 1s;
    transition-timing-function: ease-in-out;
  }
  .open-mobmenu {
    width: 100%;
    opacity: 1;
  }
  .ftwell-deskmenu {
    display: block;
    background-color: #F8652D;
    width: 100%;
    margin-right: 0;
    max-width: 360px;
    height: calc(100vh - 41px);
    overflow: auto;
    padding: 10px;
    margin-left: 0;
  }
  .ftwell-deskmenu > li + li {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
  }
  .ftwell-deskmenu > li {
    display: block;
    width: 100%;
  }
  .ftwell-deskmenu > li > a {
    font-size: 12px;
    padding: 10px 12px;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: 500;
  }
  .ftwell-deskmenu > li > a:hover, .dropdown-item:hover, .dropdown-item:focus {
    color: #F8652D;
  }
  .ftwell-deskmenu > li > a:focus {
    color: #fff;
  }
  .google-map {
    height: 350px;
  }
  .hs-item {
    height: calc(100vh - 40.86px);
  }
  .hsiteminner-inner {
    text-align: center;
  }
  .hsiteminner-inner .img-ftwell {
    max-width: 400px;
    margin: 0 auto;
  }
  .hsitem-inner h1 {
    font-size: 50px;
  }
  h1.specl-title {
    font-size: 80px;
  }
  .season-sale {
    text-align: center;
  }
  .ss-img, .ss-content {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .designs-list > li + li {
    margin-top: 30px;
  }
  .design-box {
    height: 500px;
  }
  .partner-logo {
    height: 125px;
    width: 155px;
    margin: 0 auto;
  }
  .vdo-box {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .mobdown {
    margin-bottom: 20px;
  }
  .nomobile, .desk-menu {
    display: none;
  }
  .section, section {
    padding: 50px 0;
  }
  .design-box {
    height: 480px;
  }
  .ft-box {
    padding: 15px 0;
  }
  .ftwell-footer {
    padding-top: 20px;
  }
  .footer-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  body, .form-control {
    font-size: 12px;
  }
  .mt-std {
    margin-top: 15px !important;
  }
  .mb-std {
    margin-bottom: 15px !important;
  }
  .btn-ftwell {
    min-width: unset;
    font-size: 10px;
    padding: 8px 16px;
  }
  .site-link {
    font-size: 12px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .vdo-olay .modal-dialog {
    width: calc(100% - 20px);
    height: calc(100vh - 140px);
  }
  .vdo-olay {
    top: 60px;
    padding-top: 40px;
  }
  .vdo-olay button.close {
    right: 0px;
    top: -36px;
    font-size: 24px;
  }
  .google-map {
    height: 300px;
  }
  .copyright {
    font-size: 10px;
  }
  ul.bp-share > li > a {
    font-size: 16px;
  }
  ul.bp-share > li:last-child {
    font-size: 14px;
  }
  .hsitem-inner {
    padding: 0px 15px;
  }
  .owl-carousel .owl-nav {
    left: 15px;
    right: 15px;
    top: calc(50% - 20px);
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .hsiteminner-inner .img-ftwell {
    max-width: 200px;
  }
  .nav-pills .nav-link {
    min-width: unset;
    font-size: 12px;
  }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0;
  }
  .nav-pills .nav-item {
    margin: 5px 10px;
  }
  .sale-box-inner .btn-ftwell {
    margin-top: 0;
  }
  .sale-box-inner span {
    margin-bottom: 5px;
  }
  .sale-box-inner {
    font-size: 10px;
  }
  .design-box {
    height: 470px;
  }
  .ftwell-designs::after {
    width: 115px;
    height: 115px;
  }
  .form-newsletter .form-control {
    height: 40px;
    width: calc(100% - 40px);
  }
  .form-newsletter button {
    width: 40px;
    height: 40px;
  }
  .footer-bottom {
    text-align: center;
  }
  .prodet-slider {
    width: calc(100% - 130px);
  }
  .prodet-slider .owl-dots {
    right: -130px;
    width: 120px;
  }
  .vdo-box {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .menu-handle {
    width: 60px;
  }
  .prb-cat {
    font-size: 10px;
  }
  .prb-name, .prb-price {
    font-size: 16px;
  }
  .prb-action {
    padding: 10px;
  }
  .design-box {
    height: 450px;
  }
  .prodet-slider {
    width: calc(100% - 100px);
  }
  .prodet-slider .owl-dots {
    right: -100px;
    width: 90px;
  }
  .vdo-box {
    height: 280px;
  }
}
@media (max-width: 360px) {
  .prb-cat {
    font-size: 8px;
  }
  .prb-btn {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .design-box {
    height: 400px;
  }
  .prodet-slider {
    width: calc(100% - 80px);
  }
  .prodet-slider .owl-dots {
    right: -80px;
    width: 70px;
  }
}
@media (max-width: 330px) {
  .btn-ftwell {
    padding: 8px 10px;
  }
}
/* Media Query for Iphones */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- VIDEO MEDIA QUERY ----------- */
/* Portrait and Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  /* your css rules for ipad pro portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
/********************************
	 Customizing Animate CSS
*********************************/
.animated.delay-50ms {
  animation-delay: 50ms;
}

.animated.delay-100ms {
  animation-delay: 100ms;
}

.animated.delay-150ms {
  animation-delay: 150ms;
}

.animated.delay-200ms {
  animation-delay: 200ms;
}

.animated.delay-250ms {
  animation-delay: 250ms;
}

.animated.delay-300ms {
  animation-delay: 300ms;
}

.animated.delay-350ms {
  animation-delay: 350ms;
}

.animated.delay-400ms {
  animation-delay: 400ms;
}

.animated.delay-450ms {
  animation-delay: 450ms;
}

.animated.delay-500ms {
  animation-delay: 500ms;
}

.animated.delay-550ms {
  animation-delay: 550ms;
}

.animated.delay-600ms {
  animation-delay: 600ms;
}

.animated.delay-650ms {
  animation-delay: 650ms;
}

.animated.delay-700ms {
  animation-delay: 700ms;
}

.animated.delay-750ms {
  animation-delay: 750ms;
}

.animated.delay-800ms {
  animation-delay: 800ms;
}

.animated.delay-850ms {
  animation-delay: 850ms;
}

.animated.delay-900ms {
  animation-delay: 900ms;
}

.animated.delay-950ms {
  animation-delay: 950ms;
}

.animated.delay-1000ms {
  animation-delay: 1000ms;
}

.animated.delay-1050ms {
  animation-delay: 1050ms;
}

.animated.delay-1100ms {
  animation-delay: 1100ms;
}

.animated.delay-1150ms {
  animation-delay: 1150ms;
}

.animated.delay-1200ms {
  animation-delay: 1200ms;
}

.animated.delay-1250ms {
  animation-delay: 1250ms;
}

.animated.delay-1300ms {
  animation-delay: 1300ms;
}

.animated.delay-1400ms {
  animation-delay: 1400ms;
}

.animated.delay-1500ms {
  animation-delay: 1500ms;
}

.animated.delay-1600ms {
  animation-delay: 1600ms;
}

.animated.delay-1700ms {
  animation-delay: 1700ms;
}

.animated.delay-1800ms {
  animation-delay: 1800ms;
}

.animated.delay-1900ms {
  animation-delay: 1900ms;
}/*# sourceMappingURL=style.css.map */