/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/* === genereal ===  */
html {
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased
}

#main .white-color * {
  color: #fff;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

/* FF 4-18 */
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

/* FF 19-51 */
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* IE 10+ */
::placeholder {
  opacity: 1;
  transition: opacity .5s;
}

/* Modern Browsers */
*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}

/* header */
.phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
  background-size: cover !important;
}

#page .masthead:after {
  content: "";
  background: url('/wp-content/uploads/2019/07/menu-bar-lines.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 999;
  pointer-events: none;
}

#page .navigation:before {
  content: "";
  background: url('/wp-content/uploads/2019/07/menu-bar-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#page .wishlist-menu-wrapper .wishlist_products_counter br {
  display: none;
}

#page .wishlist-menu-wrapper .wishlist_products_counter {
  text-decoration: none;
  color: #BA9765;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#page .wishlist-menu-wrapper .wishlist_products_counter:before {
  content: '\e908';
  font-size: 25px;
  color: #BA9765;
}

#page .wishlist-menu-wrapper .wishlist_products_counter span.wishlist_products_counter_number {
  background: #040B15;
  border-radius: 100%;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 20px;
  height: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  top: 1px;
}

#page .wishlist-menu-wrapper .wishlist_products_counter .wishlist_products_counter_text {
  position: relative;
  top: 2px;
}

/*#page .wishlist-menu-wrapper .wishlist_products_counter span.wishlist_products_counter_number:before {*/
/*    content: "(";*/
/*}*/
/*#page .wishlist-menu-wrapper .wishlist_products_counter span.wishlist_products_counter_number:after {*/
/*    content: ")";*/
/*}*/
.tinv-wishlist .tinv-wishlist-clear {
  visibility: visible;
  width: 100%;
  height: auto;
  display: inline-block;
}

#page nav.navigation .mini-widgets {
  margin-left: 15px;
  position: relative;
}

#page nav.navigation .mini-widgets:before {
  content: "";
  display: block;
  background: #D3CFC5;
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
}

/* mobile */
#page .lines, #page .lines:after, #page .lines:before {
  width: 26px;
  height: 4px;
  border-radius: 1px;
}

#page .lines:before {
  top: 10px;
}

#page .lines:after {
  top: -10px;
}

#page .medium-mobile-menu-icon .mobile-header-bar .dt-mobile-menu-icon {
  width: 26px;
}

/* footer */
.footer .widget, .footer .widget .textwidget {
  margin-bottom: 0;
}

.footer .widget-title {
  margin-bottom: 5px;
}

.footer .widget .textwidget ul {
  width: 100%;
  float: left;
}

.footer .widget .textwidget ul li {
  width: 100%;
  float: left;
  color: #654C27;
}

.footer .widget .textwidget ul li a, .footer .widget-title {
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
}

.footer #text-2 .widget-title {
  display: none;
}

.footer #text-2 .textwidget ul li a {
  font-weight: bold;
}

#bottom-bar, #bottom-bar a {
  color: rgba(101, 76, 39, 0.58);
  font-style: italic;
}

/* custom cta bottom */
.footer section#text-8 {
  background: url('/wp-content/uploads/2019/07/cutom-bottom-cta-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 35px;
  margin: 0;
}

.footer section#text-8 .widget-title {
  display: none;
}

.footer section#text-8 .textwidget {
  text-align: center;
}

.footer section#text-8 .textwidget {
  padding: 0;
  margin: 0;
}

.footer section#text-8 h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  max-width: 510px;
  margin: 0 auto 70px;
}

.footer section#text-8 p {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}

.footer section#text-8 a {
  width: 219px;
  float: left;
  padding: 15px 10px 15px 10px;
  border: 2px solid #D6BB94;
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
}

.footer section#text-8 a:hover {
  background: #D6BB94;
  color: #000000;
}

/* page title */
#page .page-title>.wf-wrap .page-title-breadcrumbs, #page #fancy-header>.wf-wrap .page-title-breadcrumbs {
  display: none;
}

#page .fancy-header .hgroup, #page .page-title .hgroup {
  padding: 0;
  margin: 0 !important;
}

#page .page-title>.wf-wrap, #page #fancy-header>.wf-wrap {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 20px !important;
}

.fancy-header .fancy-title {
  margin: 0;
  padding: 0;
}

.fancy-header .fancy-subtitle {
  font-weight: normal;
  font-style: italic;
  padding: 0;
  margin: 0;
}

/* button */
#main .dt-btn {
  border: 2px solid transparent;
}

#main .dt-btn.brown-border-btn {
  background: transparent;
  border: 2px solid #D6BB94;
}

#main .dt-btn.white-border-btn {
  background: transparent;
  border: 2px solid #fff;
}

/* custom content */
.move-left {
  padding-left: 30px;
}

/* fullwidth */
#main .full-width-right-side>.vc_column_container>.vc_column-inner .left-col {
  background-image: url("/wp-content/uploads/2019/08/light-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F0EEE9;
}

#main .full-width-right-side>.vc_column_container>.vc_column-inner .left-col>.vc_column-inner {
  padding: 0 50px;
  max-width: 715px;
  margin-left: auto;
}

#main .full-width-left-side>.vc_column_container>.vc_column-inner .right-col {
  background-image: url("/wp-content/uploads/2019/08/light-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F0EEE9;
}

#main .full-width-left-side>.vc_column_container>.vc_column-inner .right-col>.vc_column-inner {
  padding: 0 50px;
  max-width: 715px;
  margin-right: auto;
}

#main .full-width-right-side>.vc_column_container>.vc_column-inner .left-col>.vc_column-inner, #main .full-width-left-side>.vc_column_container>.vc_column-inner .right-col>.vc_column-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .fullwidth-image-col-wrapper>.vc_column-inner>.wpb_wrapper, #main .fullwidth-image-col-wrapper>.vc_column-inner>.wpb_wrapper .ult-content-box-container, #main .fullwidth-image-col-wrapper>.vc_column-inner>.wpb_wrapper .ult-content-box-container .ult-content-box {
  height: 100%;
}

#main .fullwidth-image-col-wrapper .vc_single_image-wrapper img {
  display: none;
}

/* home */
.home-slider-collections-button-wrapper {
  padding: 0 35px;
}

.home-slider-collections-button-wrapper {
  margin-top: -364px;
  margin-bottom: 47px;
  z-index: 9;
}

.home-slider-collections-button-wrapper h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-slider-collections-button-wrapper p {
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  line-height: 24px;
  color: #BA9765;
  text-transform: none;
}

.home-slider-collections-button-wrapper .ult-content-box-container {
  background: #1A1A1A;
}

.home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor {
  width: 100%;
  padding: 10px;
  height: 113px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: -ms-transform all 1s ease-in-out;
  transition: all 1s ease-in-out;
  overflow: hidden;
}

.home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.46);
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -ms-transform: translateX(-100px) skewX(-30deg);
  -moz-transform: translateX(-100px) skewX(-30deg);
  -o-transform: translateX(-100px) skewX(-30deg);
  -webkit-transform: translateX(-100px) skewX(-30deg);
  transform: translateX(-100px) skewX(-30deg);
}

.home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 5px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -ms-transform: translateX(-100px) skewX(-30deg);
  -moz-transform: translateX(-100px) skewX(-30deg);
  -o-transform: translateX(-100px) skewX(-30deg);
  -webkit-transform: translateX(-100px) skewX(-30deg);
  transform: translateX(-100px) skewX(-30deg);
}

.home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor:hover:before {
  -ms-transform: translateX(500px) skewX(-30deg);
  -moz-transform: translateX(500px) skewX(-30deg);
  -o-transform: translateX(500px) skewX(-30deg);
  -webkit-transform: translateX(500px) skewX(-30deg);
  transform: translateX(500px) skewX(-30deg);
  opacity: 0.6;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: -ms-transform all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor:hover:after {
  -ms-transform: translateX(500px) skewX(-30deg);
  -moz-transform: translateX(500px) skewX(-30deg);
  -o-transform: translateX(500px) skewX(-30deg);
  -webkit-transform: translateX(500px) skewX(-30deg);
  transform: translateX(500px) skewX(-30deg);
  opacity: 1;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: -ms-transform all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box, .home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box>.wpb_text_column {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box>.wpb_text_column {
  border: 2px solid #BA9765;
  position: relative;
}

.slider-cta-buttons .tp-static-layer a:last-child {
  margin-right: 0;
}

.home-intro-wrapper .fancy-media-wrap {
  position: relative;
}

.home-intro-wrapper .fancy-media-wrap:before {
  content: "";
  display: block;
  background: url('/wp-content/uploads/2019/07/play-btn-ico.svg');
  background-size: 132px;
  background-repeat: no-repeat;
  background-position: center;
  width: 132px;
  height: 132px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}

.home-intro-wrapper .left-col {
  position: relative;
}

/*.home-intro-wrapper .left-col:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2019/07/chandelier-ico.svg');
    background-size: 353px;
    background-repeat: no-repeat;
    width: 353px;
    height: 100%;
    position: absolute;
    left: -120px;
    top: -30px;
}*/
#main .home-intro-wrapper .left-col>.vc_column-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-intro-wrapper .right-col-bottom .ult-content-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 50px;
}

.home-intro-wrapper .custom-height-wrapper>.vc_column-inner>.wpb_wrapper, .home-intro-wrapper .custom-height-wrapper>.vc_column-inner>.wpb_wrapper .ult-content-box-container .ult-content-box {
  height: 100%;
}

.home-intro-wrapper .video-inner .ult-content-box {
  background-position: top !important;
}

.home-intro-wrapper .video-inner .fancy-media-wrap>a img {
  visibility: hidden;
  height: 435px;
}

.home-masonry-wrapper .first-image>.vc_column-inner {
  padding-right: 0;
}

.home-masonry-wrapper .second-image>.vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.home-masonry-wrapper .second-image .ult-content-box {
  background-position: center top !important;
}

.home-masonry-wrapper .third-image>.vc_column-inner {
  padding-left: 0;
}

.home-masonry-wrapper .third-image .ult-content-box {
  background-position: center right !important;
}

.home-masonry-wrapper .ult-content-box-container {
  width: 100%;
  float: left;
}

.home-masonry-wrapper .ult-content-box-container.info {
  position: relative;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: -ms-transform all 1s ease-in-out;
  transition: all 1s ease-in-out;
  overflow: hidden;
}

.home-masonry-wrapper .ult-content-box-container.info:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.46);
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -ms-transform: translateX(-100px) skewX(-30deg);
  -moz-transform: translateX(-100px) skewX(-30deg);
  -o-transform: translateX(-100px) skewX(-30deg);
  -webkit-transform: translateX(-100px) skewX(-30deg);
  transform: translateX(-100px) skewX(-30deg);
}

.home-masonry-wrapper .ult-content-box-container.info:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 5px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -ms-transform: translateX(-100px) skewX(-30deg);
  -moz-transform: translateX(-100px) skewX(-30deg);
  -o-transform: translateX(-100px) skewX(-30deg);
  -webkit-transform: translateX(-100px) skewX(-30deg);
  transform: translateX(-100px) skewX(-30deg);
}

.home-masonry-wrapper .ult-content-box-container.info:hover:before {
  -ms-transform: translateX(2000px) skewX(-50deg);
  -moz-transform: translateX(2000px) skewX(-50deg);
  -o-transform: translateX(2000px) skewX(-50deg);
  -webkit-transform: translateX(2000px) skewX(-50deg);
  transform: translateX(2000px) skewX(-50deg);
  opacity: 0.6;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -ms-transition: -ms-transform all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor:hover:after {
  -ms-transform: translateX(2000px) skewX(-50deg);
  -moz-transform: translateX(2000px) skewX(-50deg);
  -o-transform: translateX(2000px) skewX(-50deg);
  -webkit-transform: translateX(2000px) skewX(-50deg);
  transform: translateX(2000px) skewX(-50deg);
  opacity: 1;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -ms-transition: -ms-transform all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.home-masonry-wrapper .ult-content-box-container .ult-content-box {
  background-repeat: no-repeat !important;
}

.home-masonry-wrapper .info .ult-content-box {
  width: 100%;
  float: left;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.home-masonry-wrapper .info .ult-content-box strong {
  font-size: 29px;
  line-height: 35px;
  color: #fff;
}

.home-masonry-wrapper .info .ult-content-box em {
  font-size: 24px;
  line-height: 30px;
  color: #BA9765;
}

#main .home-cta-bottom-wrapper .dt-btn.white-border-btn {
  margin-right: 35px;
}

/* contact */
.contact-wrapper #gform_1 textarea {
  height: 91px;
}

.contact-wrapper #gform_1 .gfield_required {
  color: #BA9765;
}

.contact-wrapper #gform_1 .gform_footer {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
}

#main .contact-wrapper #gform_1 .gform_footer input {
  background: none;
  border: 2px solid #040B15;
  color: #040B15;
  width: 184px;
  float: left;
  padding: 15px 10px 15px 10px;
  margin: 0;
  outline: none;
}

#main .contact-wrapper #gform_wrapper_1.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, #main .contact-wrapper #gform_wrapper_1.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  background: none;
  border: none;
  margin: 0;
  padding-top: 5px;
}

#main .contact-wrapper #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}

#main .contact-wrapper #gform_wrapper_1 li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border-width: 2px;
}

.gform_wrapper div.validation_error {
  font-size: 16px !important;
  line-height: 20px;
  padding: 10px 0 !important;
  margin: 10px 0 !important;
}

/* replace ajax spinner gravity forms */
.gform_ajax_spinner {
  margin: auto;
  margin-left: 10px;
  border: 4px solid #BA9765;
  border-left: 6px solid #000000;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 0;
  bottom: 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Product Archive */
body.archive #page {
  background: #F0EEE9;
}

body.archive .switcher-wrap {
  display: none;
}

body.archive header.woocommerce-products-header {
  display: none;
}

body.archive #main>.wf-wrap {
  margin-top: 75px;
  margin-bottom: 75px;
}

body.archive #main .dt-css-grid .wf-cell article {
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
}

body.archive #main .wf-cell img {
  width: 100%;
}

body.archive #main .product .woo-buttons-on-img {
  margin: 0;
}

body.archive #main .woocom-list-content {
  background: #fff;
  width: 100%;
  float: left;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  padding: 5px 10px;
}

body.archive #main .woocom-list-content .this-sku {
  display: block;
  width: 100%;
  order: 2;
  font: normal 300 14px / 16px "Mukta Vaani", Helvetica, Arial, Verdana, sans-serif;
  color: #BA9765;
  text-align: left;
  margin-top: 6px;
  margin-bottom: 4px;
}

body.archive #main .woocom-list-content h4 {
  width: 100%;
  text-align: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  order: 1;
}

body.archive #main .woocom-list-content h4 a {
  font: normal 600 16px / 16px "Mukta Vaani", Helvetica, Arial, Verdana, sans-serif;
  color: #000000;
}

/* product wishlist icon */
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal .tinv-txt {
  font-size: 20px;
  font-style: italic;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner {
  padding: 20px;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal .tinvwl-buttons-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  background: #BA9765;
  width: 50%;
  margin: 5px;
  font-size: 15px;
  font-weight: 300;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 0;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button i {
  margin: 0 0 5px;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal i.icon_big_times:before {
  content: '\e908';
  color: #BA9765;
}

/* product archive */
body.post-type-archive-product h2.fancy-subtitle {
  display: none;
}

body.archive #main .tinv-wraper.tinv-wishlist {
  margin-left: auto;
  width: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
}

body.archive #main .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin: 0;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
}

body.archive #main .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button span {
  display: none;
}

body.archive #main .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  content: '\e908';
  color: #BA9765;
  margin: 0;
}

body.archive #main .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  content: '\e908';
  color: #ff80e7;
}

/* product page */
body.single-product #page {
  background: #F0EEE9;
}

body.single-product .entry-title, body.single-product .price, body.single-product .product_meta .posted_in, body.single-product .quantity.buttons_added {
  display: none;
}

body.single-product #main .product_meta {
  margin-bottom: 10px;
}

body.single-product .category-title.entry-title {
  display: block;
  padding-bottom: 3px;
}

body.single-product .category-title a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: none;
}

body.single-product .category-subtitle {
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 3px;
}

body.single-product #main .breadcrumbs {
  font: normal 300 15px / 15px "Mukta Vaani", Helvetica, Arial, Verdana, sans-serif;
  width: 100%;
  float: left;
  margin: 50px 0;
}

body.single-product #main .breadcrumbs li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}

body.single-product #main .breadcrumbs li:before {
  display: none;
}

body.single-product #main .breadcrumbs li:after {
  content: "";
  display: block;
  background: url('/wp-content/uploads/2019/07/breadcrumbs-arrow-ico.svg');
  background-size: 4px;
  background-repeat: no-repeat;
  width: 4px;
  height: 7px;
  margin: 0 10px;
  position: relative;
  top: 0px;
}

body.single-product #main .breadcrumbs li:nth-child(2) a:after {
  content: " Collections";
}

body.single-product #main .breadcrumbs li:last-child:after {
  display: none;
}

body.single-product #main .breadcrumbs li a {
  text-decoration: none;
}

body.single-product #main .breadcrumbs li a:hover {
  color: #ba9765;
}

body.single-product .product .summary {
  margin-bottom: 0;
}

body.single-product #main .back-btn {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

body.single-product #main .back-btn button {
  font: normal bold 19px / 21px "Unna", Helvetica, Arial, Verdana, sans-serif;
  color: #fff;
  background: #ba9765;
  border: none;
  width: 90px;
  float: left;
  height: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: -ms-transform all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}

body.single-product #main .product_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
}

.woocommerce div.product div.summary h1 {
  margin-bottom: 20px;
}

body.single-product #main .product_title span.model-number {
  width: 100%;
  float: left;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
  color: #BA9765;
}

body.single-product #main .woocommerce-product-details__short-description {
  margin-bottom: 10px;
}

body.single-product #main .product .custom-product-cta {
  width: 40%;
  float: left;
  margin-bottom: 100px;
}

body.single-product #main .tinv-wishlist {
  width: 100%;
  float: left;
  margin: 0;
  display: none;
}

body.single-product #main .product .custom-product-cta .tinv-wishlist {
  display: block;
}

body.single-product #main .product .custom-product-cta .tinvwl_add_to_wishlist_button {
  width: 265px;
  height: 47px;
  float: left;
  border: 2px solid #D6BB94;
  text-decoration: none;
  color: #BA9765;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

body.single-product #main .product .custom-product-cta .tinvwl_add_to_wishlist_button:before {
  content: '\e908';
  position: absolute;
  top: -2px;
  right: 0;
  width: 47px;
  height: 47px;
  margin: 0;
  border-left: 2px solid #D6BB94;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}

body.single-product #main .product .custom-product-cta .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  color: #ff80e7;
}

body.single-product #main .product .custom-product-cta .tinvwl_add_to_wishlist_button:hover {
  background: #D6BB94;
  color: #8e7148;
}

body.single-product #main .product .custom-product-cta .tinvwl_add_to_wishlist_button:hover:before {
  border-color: #BA9765;
}

body.single-product #main .product button#enquiryButton {
  background: transparent;
  width: 265px;
  height: 47px;
  float: left;
  border: 2px solid #000000;
  text-decoration: none;
  color: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 0;
  padding-right: 49px;
  /*margin-top: 20px;*/
  overflow: hidden;
}

body.single-product #main .product button#enquiryButton:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 47px;
  margin: 0;
  border-left: 2px solid #000000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.277' height='14.076' viewBox='0 0 16.277 14.076'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23040b15;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-60.35 -101.06)'%3E%3Cg transform='translate(60.35 101.06)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M45.131,85.56H60.847a.276.276,0,0,1,.281.281v10.1a.288.288,0,0,1-.281.281H55.589l-2.376,3.293a.294.294,0,0,1-.393.075c-.019-.019-.037-.056-.056-.075l-2.376-3.293H45.131a.288.288,0,0,1-.281-.281v-10.1A.276.276,0,0,1,45.131,85.56Zm5.052,7.315H55.8a.281.281,0,1,0,0-.561H50.182a.281.281,0,1,0,0,.561Zm-1.721-2.208H57.5a.276.276,0,0,0,.281-.281.265.265,0,0,0-.281-.281H48.461a.276.276,0,0,0-.281.281A.288.288,0,0,0,48.461,90.668Zm0-1.684H57.5a.276.276,0,0,0,.281-.281.265.265,0,0,0-.281-.281H48.461a.276.276,0,0,0-.281.281A.288.288,0,0,0,48.461,88.984Z' transform='translate(-44.85 -85.56)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

body.single-product #main .product button#enquiryButton:hover {
  background: #000;
  color: #fff;
}

body.single-product #main .product button#enquiryButton:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.277' height='14.076' viewBox='0 0 16.277 14.076'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-60.35 -101.06)'%3E%3Cg transform='translate(60.35 101.06)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M45.131,85.56H60.847a.276.276,0,0,1,.281.281v10.1a.288.288,0,0,1-.281.281H55.589l-2.376,3.293a.294.294,0,0,1-.393.075c-.019-.019-.037-.056-.056-.075l-2.376-3.293H45.131a.288.288,0,0,1-.281-.281v-10.1A.276.276,0,0,1,45.131,85.56Zm5.052,7.315H55.8a.281.281,0,1,0,0-.561H50.182a.281.281,0,1,0,0,.561Zm-1.721-2.208H57.5a.276.276,0,0,0,.281-.281.265.265,0,0,0-.281-.281H48.461a.276.276,0,0,0-.281.281A.288.288,0,0,0,48.461,90.668Zm0-1.684H57.5a.276.276,0,0,0,.281-.281.265.265,0,0,0-.281-.281H48.461a.276.276,0,0,0-.281.281A.288.288,0,0,0,48.461,88.984Z' transform='translate(-44.85 -85.56)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border-color: #fff;
}

body.single-product #main .product .custom-share-wrapper {
  width: 100%;
  float: left;
  margin: 60px 0 0;
  padding: 0;
}

body.single-product #main .product .custom-share-wrapper .single-share-box {
  left: 0;
  margin: 0;
  padding: 0;
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body.single-product #main .product .custom-share-wrapper .single-share-box .share-link-description {
  font: normal 400 13px / 13px "Mukta Vaani", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

body.single-product #main .product .custom-share-wrapper .single-share-box .share-link-description:before {
  content: "";
  display: block;
  background: url('/wp-content/uploads/2019/07/share-btn-ico.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 30px;
  height: 30px;
  border: none;
  margin: 0 0 10px;
  position: relative;
  left: -2px;
}

body.single-product #main span.tinvwl_add_to_wishlist-text {
  padding-right: 47px;
  font-size: 19px;
  font-weight: bold;
  line-height: 19px;
}

body.single-product .product .images {
  margin-bottom: 100px;
}

body.single-product .related.products {
  background: #fff;
  position: relative;
  border: none;
  width: 100%;
  float: left;
  margin-top: 0px;
  padding: 75px 0;
}

body.single-product .related.products:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  background: #fff;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

body.single-product .related.products:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  background: #fff;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

body.single-product .related.products h2:after {
  display: none;
}

body.single-product #main .related.products ul.related-product {
  width: 100%;
  float: left;
  position: relative;
  z-index: 9;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 20px;
}

body.single-product #main .related.products ul.related-product li {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  display: block;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
}

body.single-product #main .related.products ul.related-product>li .product-thumbnail {
  max-width: inherit;
  min-width: inherit;
  margin-right: 0;
  display: block;
}

body.single-product #main .related.products ul.related-product li img {
  width: 100%;
  display: inline-block;
}

body.single-product #main .related.products ul.related-product li .product-content {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

body.single-product #main .related.products ul.related-product li .product-content a.product-title {
  font: normal 300 16px / 16px "Mukta Vaani", Helvetica, Arial, Verdana, sans-serif;
  color: #000000;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 10px 0 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

body.single-product #main .related.products ul.related-product li .product-content a.product-title:after {
  font: normal normal 16px / 16px "Unna", Helvetica, Arial, Verdana, sans-serif;
  content: "View Details";
  position: absolute;
  right: 15px;
  color: #654C27;
  display: none;
}

body.single-product #main .related.products ul.related-product li .product-content .woo-buttons {
  display: none;
}

body.single-product #main .related.products ul.related-product li .product-content span.related-wishlist {
  margin-left: auto;
  width: 45px;
}

body.single-product #main .related.products ul.related-product li .product-content span.related-wishlist .tinv-wishlist {
  display: block;
}

body.single-product #main .related.products ul.related-product li .product-content span.related-wishlist .tinv-wishlist .tinv-wishlist-clear {
  display: none;
}

body.single-product #main .related.products ul.related-product li .product-content span.related-wishlist .tinv-wishlist a {
  margin: -7px 0 0;
  width: 40px;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
  border-left: 1px solid #D3CFC5;
}

body.single-product #main .related.products ul.related-product li .product-content span.related-wishlist .tinv-wishlist span.tinvwl_add_to_wishlist-text {
  display: none;
}

body.single-product #main .related.products ul.related-product li .product-content span.related-wishlist .tinv-wishlist a:before {
  content: '\e908';
  margin: 0;
  color: #BA9765;
}

body.single-product #main .related.products ul.related-product li .product-content span.related-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  content: '\e908';
  color: #ff80e7;
}

body.single-product .product_meta .sku_wrapper {
  color: #bb9764;
  font-size: 20px;
  font-style: italic;
}

body.single-product .product_meta .sku_wrapper>span {
  color: #000;
  font-weight: bold;
  font-style: normal;
}

/* equiry form modal */
#enquiryModal .modal-body {
  padding: 0 15px;
}

#enquiryModal .modal-header .close {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#enquiryModal .modal-header .close span {
  font-size: 30px;
  line-height: 30px;
}

#enquiryModal .gform_footer {
  position: relative;
  padding: 0;
  margin: 20px 0 0;
}

#enquiryModal .gform_footer input {
  width: 100px;
  margin: 0;
  padding: 5px 0;
}

#enquiryModal .gform_wrapper li.gfield.gfield_error, #enquiryModal .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

#enquiryModal .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}

#enquiryModal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #enquiryModal .gform_wrapper .top_label .gfield_error textarea.textarea {
  border-width: 2px;
}

/* wishlist table */
body.page-id-184 #content>p {
  display: none;
}

body.page-id-184 span.mce_SELRES_end {
  display: none !important;
}

body.page-id-184 .tinv-wishlist-page.woocommerce table.tinvwl-table-manage-list>tbody {
  display: block;
}

body.page-id-184 .tinv-wishlist-page .tinvwl-table-manage-list tbody tr.wishlist_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

body.tinvwl-theme-style .tinv-wishlist-page .goback-btn {
  width: 100%;
  float: left;
  text-align: right;
  margin-bottom: 30px;
}

body.tinvwl-theme-style .tinv-wishlist-page .goback-btn button {
  font: normal bold 19px / 21px "Unna", Helvetica, Arial, Verdana, sans-serif;
  color: #ba9765;
  background: none;
  border: 2px solid #ba9765;
  width: 90px;
  height: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: -ms-transform all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.tinvwl-theme-style .tinv-wishlist-page .goback-btn button:hover {
  background: #ba9765;
  color: #fff;
}

body.tinvwl-theme-style .tinv-header, body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list thead, body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tfoot {
  display: none;
}

body.page-id-184 #main {
  width: 100%;
  float: left;
  margin: 50px 0;
}

body.page-id-184 #main p.cart-empty {
  margin-top: 0;
}

body.tinvwl-theme-style .tinv-wishlist-page {
  width: 100%;
  float: left;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list {
  width: 100%;
  float: left;
  border: none;
  margin: 0;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody, body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td {
  border: none;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr.wishlist_item {
  background: #fff;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.24);
  position: relative;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr.wishlist_item:last-child {
  margin-bottom: 0px;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody .product-remove button {
  background: #ba9765;
  color: #fff;
  padding: 0;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 0px;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody .product-remove button:hover {
  background: #0c1521;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody .product-remove button i {
  position: relative;
  top: -1px;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-thumbnail {
  width: 100%;
  max-width: 220px;
  float: left;
  position: relative;
  padding-bottom: 10px;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-thumbnail img {
  max-width: 100%;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name .name {
  width: 100%;
  margin-bottom: 13px;
  display: block;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name .desc {
  display: block;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name .desc .vl-prod-attr {
  margin-bottom: 3px;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name {
  width: 50%;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name table tr td:first-of-type {
  font-weight: bold;
  color: #654C27;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name span {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #BA9765;
  font-weight: normal;
  margin-bottom: 0px;
  display: block;
}

body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name a {
  text-decoration: none;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}

body.tinvwl-theme-style .cart-empty {
  width: 100%;
  float: left;
  font-size: 30px;
  line-height: 35px;
  font-style: italic;
  color: #ba9765;
  margin-bottom: 20px;
  margin-top: 50px;
}

body.tinvwl-theme-style .return-to-shop {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

body.tinvwl-theme-style .return-to-shop a {
  font-size: 0px;
  padding: 5px 20px;
  background: #ba9765;
}

body.tinvwl-theme-style .return-to-shop a:before {
  content: 'Return to Collections';
  font-size: 16px;
  font-weight: normal;
}

body.tinvwl-theme-style .return-to-shop a:hover {
  background: #121c29;
}

/* product additions */
.single-product .vl-prod-attr {
  font-size: 19px;
  margin-bottom: 5px;
  font-style: italic;
  display: block;
}

.single-product .vl-prod-attr:first-of-type {
  margin-bottom: 14px;
}

.single-product .vl-prod-attr strong {
  color: #654C27;
  font-weight: 400;
  display: inline-block;
}

.single-product .content table {
  margin-bottom: 25px;
}

.single-product .content table tbody tr td {
  border-top: none;
  padding: 4px 5px 2px 0px;
}

.single-product .content table {
  border-bottom: none;
}

.single-product .content table tbody tr td:first-of-type {
  font-weight: bold;
  color: #654C27;
}

.single-product .content table tbody tr {
  text-align: right;
}

.single-product .content table tbody tr td:first-of-type {
  text-align: left;
}

.single-product .content table tbody tr {
  display: block;
  width: 100%;
  float: left;
}

.single-product .content table tbody tr td:first-of-type {
  min-width: 145px;
  line-height: 20px;
}

.single-product .content table tbody tr td {
  text-align: right;
  width: 100px;
}

/* wish list table changes */
.tinv-wishlist.woocommerce .product-name table {
  margin: 0;
  border: none;
}

.tinv-wishlist.woocommerce table.tinvwl-table-manage-list>tbody {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tinv-wishlist.woocommerce .product-name table td {
  padding: 3px 0;
}

.tinv-wishlist.woocommerce .wishlist_item table tbody tr {
  text-align: right;
}

.tinv-wishlist.woocommerce .wishlist_item table tbody tr td:first-of-type {
  text-align: left;
}

/* slider text position */
#main-slideshow .tp-static-layers {
  width: 1340px;
  margin: 0 auto;
}

/** ========== MEDIA QUERIES ========== **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  /* IE CSS ONLY */
  /* home */
  .home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor:before, .home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor:after, .home-masonry-wrapper .ult-content-box-container.info:after, .home-masonry-wrapper .ult-content-box-container.info:before {
    background: rgba(255, 255, 255, 0.05);
    width: 5%;
    -webkit-filter: blur(130px);
    filter: blur(130px);
  }

  .home-masonry-wrapper .info .ult-content-box {
    height: 170px;
  }

  body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody .product-remove button i {
    top: 4px;
  }

  /* product */
  body.single-product #main .related.products ul.related-product {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  body.single-product #main .related.products ul.related-product li {
    margin: 10px 10px;
  }

  /* contact */
  #main .fullwidth-image-col-wrapper .show-this-image .vc_single_image-wrapper img {
    width: 100%;
    display: block;
  }
}

@media all and (min-width:479px) {
  h1, h2, h3, h4, h5, h6, p, #main ol, #main ul {
    margin-bottom: 20px;
  }
}

@media all and (min-width:794px) {

  /* home */
  .tp-static-layers, .tp-loop-wrap, .tp-mask-wrap {
    position: relative !important;
  }

  .mainslider-wrapper {
    position: relative !important;
    max-width: 1440px;
    min-width: 1440px !important;
    margin: 0 auto;
    left: 0 !important;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mainslider-wrapper.slider-title {
    margin-top: -70px;
  }

  .mainslider-wrapper.slider-sub-title {
    margin-top: -200px;
  }
}

@media all and (min-width:767px) {

  /* home */
  .home-slider-collections-button-wrapper>.wpb_column {
    padding: 0 10px;
  }

  .home-slider-collections-button-wrapper>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row>.wpb_column>.vc_column-inner {
    padding: 0 5px;
  }
}

@media all and (min-width:641px) {

  /* form */
  #enquiryModal .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important;
  }

  #enquiryModal .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
  }

  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 0px);
  }

  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    padding-right: 0px;
    padding-left: 8px;
  }

  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;
    padding-right: 8px;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 8px;
  }

  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0px;
    padding-left: 8px;
  }

  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}

@media all and (max-width:1500px) {

  /* home */
  .home-masonry-wrapper {
    padding: 0 !important;
  }

  .home-masonry-wrapper>.vc_column_container>.vc_column-inner {
    padding: 0;
  }
}

@media all and (max-width: 1445px) {
  #main-slideshow .tp-static-layers {
    width: 100%;
    margin: 0 50px;
  }
}

@media all and (max-width: 1440px) {

  /* home */
  .mainslider-wrapper {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media all and (max-width: 1199px) {

  /* fullwidth */
  #main .full-width-right-side>.vc_column_container>.vc_column-inner .left-col, #main .full-width-left-side>.vc_column_container>.vc_column-inner .right-col {
    padding: 0 30px;
  }

  #main .full-width-right-side>.vc_column_container>.vc_column-inner .left-col>.vc_column-inner, #main .full-width-left-side>.vc_column_container>.vc_column-inner .right-col>.vc_column-inner {
    padding: 0 20px;
  }

  /* home */
  .slider-cta-buttons .tp-static-layer a {
    margin-right: 20px;
  }

  .home-intro-wrapper .right-col-bottom .ult-content-box {
    padding: 30px;
  }

  /* product page */
  body.single-product .related.products h2 {
    text-align: center;
  }

  body.single-product #main .related.products ul.related-product {
    text-align: center;
  }

  body.single-product .product .summary {
    margin-top: 10px;
  }

  _:-ms-fullscreen, :root body.single-product #main .related.products ul.related-product {
    display: block;
  }

  _:-ms-fullscreen, :root body.single-product #main .related.products ul.related-product li {
    width: 31%;
  }
}

/*@media all and (max-width: 991px) and  (min-width: 767px) {*/
/* home */
/*    .home-slider-collections-button-wrapper .vc_col-sm-4 > .vc_column-inner {*/
/*        padding: 0 5px;*/
/*    }*/
/*    .home-slider-collections-button-wrapper > .vc_column_container>.vc_column-inner {*/
/*        padding: 0 25px;*/
/*    }*/
/*}*/
@media all and (max-width: 991px) {

  /* header */
  .main-nav>li>a {
    margin: 20px 15px;
  }

  #page nav.navigation .mini-widgets {
    padding-left: 30px;
  }

  /* fullwidth */
  #main .full-width-right-side>.vc_column_container>.vc_column-inner .left-col>.vc_column-inner {
    padding-right: 0;
  }

  #main .full-width-left-side>.vc_column_container>.vc_column-inner .right-col>.vc_column-inner {
    padding-left: 0;
  }

  /* home */
  #rev_slider_1_1 .slotholder:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2019/07/slider-overlay-bg.png');
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    pointer-events: none;
  }

  .home-masonry-wrapper .info .ult-content-box {
    height: 130px;
    min-height: 100% !important;
  }

  .home-masonry-wrapper .info .ult-content-box strong {
    font-size: 23px;
    line-height: 28px;
  }

  .home-masonry-wrapper .info .ult-content-box em {
    font-size: 20px;
    line-height: 25px;
  }

  /* custom cta bottom */
  .footer section#text-8 {
    padding: 70px 35px;
  }

  /* product page */
  body.single-product .product .summary {
    margin-top: 0;
  }

  body.single-product #main .related.products ul.related-product {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    max-width: 700px;
    margin: 0 auto;
    float: none;
  }

  _:-ms-fullscreen, :root body.single-product #main .related.products ul.related-product li {
    width: 46%;
  }
}

@media all and (max-width: 794px) {

  /* home */
  #main-slideshow .tp-static-layers {
    margin: 0;
  }

  #main-slideshow .tp-static-layers br {
    display: none;
  }

  /*.slider-cta-buttons .tp-static-layer a {*/
  /*    margin-right: 10px;*/
  /*}*/
  /*.slider-cta-buttons .tp-static-layer a span {*/
  /*    font-size: 18px;*/
  /*    line-height: 18px;*/
  /*}*/
  .home-slider-collections-button-wrapper {
    background: #000000;
    margin: 0;
    padding: 20px 35px;
  }

  .home-slider-collections-button-wrapper>.vc_column_container>.vc_column-inner {
    padding: 0;
  }

  .home-slider-collections-button-wrapper .vc_col-sm-4 {
    margin-bottom: 10px;
  }

  .home-slider-collections-button-wrapper .vc_col-sm-4:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 778px) {

  /* header */
  #page .masthead {
    background: url('/wp-content/uploads/2019/07/header-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #page .mobile-mini-widgets .text-area {
    margin: 0;
  }

  #page .wishlist-menu-wrapper .wishlist_products_counter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }

  #page .wishlist-menu-wrapper span.wishlist_products_counter_text {
    display: none;
  }

  #page .wishlist-menu-wrapper .wishlist_products_counter span.wishlist_products_counter_number {
    margin-left: 0;
    color: #040B15;
    background: #fff;
  }

  #page .wishlist-menu-wrapper .wishlist_products_counter:before {
    margin: 0;
  }

  /* footer */
  #footer .wf-container-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .widget {
    margin-bottom: 30px;
  }

  .footer .widget:last-child {
    margin-bottom: 0;
  }

  #page #bottom-bar * {
    text-align: left !important;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 15px;
  }

  #bottom-bar .wf-float-left {
    padding-bottom: 5px;
  }

  /* fullwidth */
  #main .full-width-right-side>.vc_column_container>.vc_column-inner .left-col>.vc_column-inner, #main .full-width-left-side>.vc_column_container>.vc_column-inner .right-col>.vc_column-inner {
    padding-right: 25px;
    padding-left: 25px;
    margin: 0;
  }

  #main .full-width-right-side>.vc_column_container>.vc_column-inner .left-col, #main .full-width-left-side>.vc_column_container>.vc_column-inner .right-col {
    padding: 0px;
  }

  /* home */
  .home-slider-collections-button-wrapper {
    padding: 20px 25px;
  }

  .home-masonry-wrapper .first-image>.vc_column-inner>.wpb_wrapper, .home-masonry-wrapper .second-image>.vc_column-inner>.wpb_wrapper, .home-masonry-wrapper .third-image>.vc_column-inner>.wpb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .home-masonry-wrapper .info .ult-content-box {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 0;
  }

  .home-masonry-wrapper .vc_column_container>.vc_column-inner {
    padding: 0;
  }

  .home-cta-bottom-wrapper h2 br {
    display: none;
  }

  #main .home-cta-bottom-wrapper .dt-btn.white-border-btn {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  /* Product Archive */
  body.archive #main>.wf-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* product page */
  body.single-product #main .back-btn {
    display: none;
  }

  body.single-product .category-title.entry-title {
    text-align: center;
  }

  body.single-product .category-subtitle {
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    float: left;
    text-align: center;
  }

  body.single-product .product .images {
    margin-bottom: 30px;
  }

  body.single-product #main .tinv-wishlist {
    width: 100%;
  }

  body.single-product #main .product .custom-product-cta {
    width: 100%;
    float: left;
    margin-bottom: 50px;
  }

  body.single-product #main .product .custom-share-wrapper .single-share-box .share-buttons {
    left: 0;
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  body.single-product #main .product .custom-share-wrapper .single-share-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  body.single-product #main .product .custom-share-wrapper .single-share-box .share-link-description {
    display: block;
  }

  body.single-product #main .product .custom-share-wrapper .show-on-hover .share-buttons:after {
    left: 15px;
  }

  /* wishlist table */
  body.tinvwl-theme-style .tinv-wishlist-page {
    margin: 30px 0;
  }

  body.tinvwl-theme-style .tinv-wishlist-page .goback-btn {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767px) {

  /* fullwidth */
  #main .fullwidth-image-col-wrapper>.vc_column-inner>.wpb_wrapper, #main .fullwidth-image-col-wrapper>.vc_column-inner>.wpb_wrapper .ult-content-box-container, #main .fullwidth-image-col-wrapper>.vc_column-inner>.wpb_wrapper .ult-content-box-container .ult-content-box {
    height: auto;
  }

  #main .fullwidth-image-col-wrapper>.vc_column-inner>.wpb_wrapper .ult-content-box-container .ult-content-box {
    min-height: auto !important;
  }

  #main .fullwidth-image-col-wrapper .vc_single_image-wrapper img {
    display: block;
  }

  /* custom cta bottom */
  .footer section#text-8 h2 br {
    display: none;
  }

  /* home */
  .slider-sub-title {
    margin-top: 0px;
  }

  .slider-title h2 {
    margin: auto !important;
  }

  .slider-sub-title h3 {
    margin: auto !important;
  }

  .home-slider-collections-button-wrapper p {
    font-size: 24px;
    line-height: 24px;
  }

  .home-intro-wrapper .custom-height-wrapper>.vc_column-inner>.wpb_wrapper, .home-intro-wrapper .custom-height-wrapper>.vc_column-inner>.wpb_wrapper .ult-content-box-container .ult-content-box {
    height: auto;
    min-height: auto !important;
  }

  .home-intro-wrapper .video-inner .ult-content-box {
    background: none !important;
  }

  .home-intro-wrapper .video-inner .fancy-media-wrap>a img {
    visibility: visible;
    height: auto;
  }

  .home-intro-wrapper .right-col-bottom .ult-content-box {
    padding: 70px 30px;
  }

  /* product page */
  body.single-product #main .product_title {
    font-size: 26px;
    line-height: 32px;
  }

  body.single-product #main .product_title span.model-number {
    font-size: 20px;
    line-height: 20px;
  }

  body.single-product .related.products h2 {
    text-align: center;
  }

  body.single-product .product .summary {
    margin-top: 0;
  }

  body.single-product .related.products {
    padding: 30px 0 50px;
  }

  body.single-product #main .breadcrumbs {
    margin: 30px 0;
  }

  body.single-product .related.products h2 {
    padding: 0;
    margin-bottom: 30px;
  }

  body.single-product #main .product .custom-product-cta .tinvwl_add_to_wishlist_button, body.single-product #main .product button#enquiryButton {
    width: 220px;
  }
}

@media all and (max-width: 640px) {

  /* wishlist table */
  body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr.wishlist_item {
    padding-right: 0;
    padding-top: 25px;
  }

  #main .tinv-wishlist table tbody td.product-name table td {
    display: table-cell;
    width: auto !important;
    text-align: left;
  }

  #main .tinv-wishlist table tbody td .vl-prod-attr {
    text-align: left;
  }

  body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-thumbnail {
    max-width: 100%;
  }

  body.page-id-184 .tinv-wishlist-page .tinvwl-table-manage-list tbody tr.wishlist_item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* product page */
  body.single-product #main .related.products ul.related-product {
    max-width: 300px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }

  _:-ms-fullscreen, :root body.single-product #main .related.products ul.related-product li {
    width: 100%;
    margin: 10px 0;
  }
}

@media all and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 31px;
  }

  h3, h4 {
    font-size: 20px;
    line-height: 23px;
  }

  /* button */
  #main .dt-btn, .footer section#text-8 a, #main .contact-wrapper #gform_1 .gform_footer input {
    padding: 10px 5px;
  }

  /* custom content */
  .move-left {
    padding-left: 15px;
  }

  /* home */
  .home-slider-collections-button-wrapper>.vc_column_container>.vc_column-inner {
    padding: 0;
  }

  .home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box-anchor, .home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box>.wpb_text_column {
    height: auto;
  }

  .home-slider-collections-button-wrapper .ult-content-box-container .ult-content-box>.wpb_text_column {
    padding: 10px;
  }

  .home-slider-collections-button-wrapper p {
    font-size: 18px;
    line-height: 18px;
  }

  .home-intro-wrapper .right-col-bottom .ult-content-box {
    min-height: auto !important;
    padding: 40px 20px;
  }

  .home-intro-wrapper .fancy-media-wrap:before {
    background-size: 79px;
    width: 79px;
    height: 79px;
  }

  /* .home-intro-wrapper .left-col:before {
        background-size: 255px;
        width: 255px;
        height: 255px;
        top: -50px;
        left: -90px;
    }*/
  .home-masonry-wrapper .first-image>.vc_column-inner>.wpb_wrapper, .home-masonry-wrapper .third-image>.vc_column-inner>.wpb_wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-masonry-wrapper .second-image>.vc_column-inner>.wpb_wrapper {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-masonry-wrapper .first-image .ult-content-box {
    height: 330px;
  }

  .home-masonry-wrapper .second-image .ult-content-box {
    height: 350px;
  }

  .home-masonry-wrapper .third-image .ult-content-box {
    height: 350px;
  }

  .home-masonry-wrapper .info .ult-content-box {
    display: block;
    padding: 25px 35px;
    height: auto !important;
  }

  /* contact */
  .contact-wrapper #gform_1 ul li.gfield {
    margin-top: 5px;
  }

  /* custom cta bottom */
  .footer section#text-8 {
    padding: 30px 20px;
  }

  .footer section#text-8 h2 {
    margin-bottom: 30px;
  }

  /* Product Archive */
  body.archive #main>.wf-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* wishlist table */
  body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr.wishlist_item {
    padding-right: 0;
    padding-top: 25px;
  }

  body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name a {
    font-size: 20px;
    line-height: 25px;
  }

  body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name span {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  body.tinvwl-theme-style .tinv-wishlist-page .tinvwl-table-manage-list tbody tr td.product-name .name {
    margin-bottom: 10px;
  }

  body.tinvwl-theme-style .cart-empty {
    font-size: 24px;
    line-height: 27px;
    margin-top: 30px;
  }

  body.tinvwl-theme-style .return-to-shop {
    margin-bottom: 30px;
  }

  /* equiry form modal */
  #enquiryModal .modal-header .close {
    width: 30px;
    padding: 0;
  }

  /* form */
  .gform_wrapper div.validation_error {
    font-size: 14px !important;
    line-height: 16px;
  }

  /* product additions */
  .single-product .content table tbody tr td:first-of-type {
    min-width: 120px;
  }
}

@media all and (max-width: 350px) {

  /* home */
  .home-slider-collections-button-wrapper h3 {
    font-size: 16px;
    line-height: 30px;
  }

  .home-masonry-wrapper .first-image .ult-content-box {
    height: 250px;
  }

  .home-masonry-wrapper .second-image .ult-content-box {
    background-position-y: -50px !Important;
    height: 200px;
  }

  .home-masonry-wrapper .third-image .ult-content-box {
    background-position-y: -150px !Important;
    height: 225px;
  }

  /* product additions */
  .single-product .content table tbody tr td:first-of-type {
    min-width: 100px;
  }
}