.gform_wrapper ul {
  margin: 0;
  padding: 0; }
  .gform_wrapper ul li {
    list-style: none;
    margin: 0; }

.gform_wrapper .ginput_container,
.gform_wrapper .ginput_full,
.gform_wrapper .ginput_right,
.gform_wrapper .ginput_left {
  margin-bottom: 15px;
  display: block; }

.gform_wrapper input[type='text'],
.gform_wrapper select,
.gform_wrapper textarea {
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  .gform_wrapper input[type='text']:focus,
  .gform_wrapper select:focus,
  .gform_wrapper textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.gform_wrapper textarea {
  height: inherit;
  resize: none; }

.gform_wrapper .gfield_description {
  color: #707070;
  font-size: 16px;
  margin-bottom: 5px; }

.gform_wrapper .gfield_required {
  color: #FF0000;
  padding-left: 2px; }

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: -15px; }

.gform_wrapper .validation_error {
  top: 0;
  margin-bottom: 15px; }

.gform_wrapper .validation_message.instruction {
  top: 0; }

.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  bottom: 7px;
  right: 21px; }

.gform_wrapper .gsection {
  margin: 40px 0 15px 0; }
  .gform_wrapper .gsection .gsection_title {
    font-size: 24px;
    color: #404040; }

.gform_wrapper ul > .gsection:first-child {
  margin: 0 0 15px 0; }

.gform_pre_wrapper .gform_confirmation_message {
  color: #404040;
  font-size: 22px;
  font-weight: bold; }

.gform_pre_wrapper.no-labels label {
  display: none; }

.gform_pre_wrapper.button-full .btn {
  width: 100%; }

.gform_pre_wrapper.button-center .submit-button-wrapper {
  text-align: center; }

.gform_pre_wrapper.error-white .validation_error,
.gform_pre_wrapper.error-white .validation_message {
  color: #FFFFFF; }

.gform_pre_wrapper.confirmation-white .gform_confirmation_message {
  color: #FFFFFF; }

@font-face {
  font-family: 'Bodoni SvtyTwo ITC TT';
  src: url("/assets/fonts/BodoniSvtyTwoITCTTBold.woff2") format("woff2"), url("/assets/fonts/BodoniSvtyTwoITCTTBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir-havvy';
  src: url("/assets/fonts/Avenir-Heavy.woff2") format("woff2"), url("/assets/fonts/Avenir-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir LT Std';
  src: url("/assets/fonts/AvenirLTStd-Light.woff2") format("woff2"), url("/assets/fonts/AvenirLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url("/assets/fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("/assets/fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

body {
  font-size: 18px;
  background: #ffffff; }

h1, h2, h3, h4, h5, h5, h6 {
  margin: 0; }

.padded {
  padding-top: 30px;
  padding-bottom: 30px; }

.padded-bottom {
  padding-bottom: 30px; }

.text-red {
  color: #FF0000; }

.input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  .input-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/*
.gform_wrapper{
	.gform_fields{
		list-style: none;
		li{
			margin-bottom:20px;
			.gfield_required{
				color:red;
				margin-left:5px;
			}
			textarea{
				height: 200px;
			}
		}
	}
	.validation_error{
		margin-bottom:10px;
	}
	.validation_message{
		margin-top:10px;
	}
	.gform_ajax_spinner{
		width:25px;
		margin-left:8px;
	}
}

.custom-request-form{
	input.gform_button{
		background-color:#CCCCCC;
	}
	.validation_error,
	.validation_message{
		color:#FF0000;
	}
	.gform_confirmation_message {
		text-align: center;
		font-size: 40px;
		margin-top: 100px;
	}
}*/
.empty {
  line-height: 1px; }

.content-section {
  padding-top: 10px;
  padding-bottom: 100px;
  border-top: 1px solid #eee; }

section.related.products {
  clear: both; }

/*===start==header===*/
.navbar-default {
  background-color: transparent;
  border: none; }

.navbar-brand {
  float: none;
  padding: 0; }

.navbar-nav {
  clear: right;
  font-family: 'Bodoni SvtyTwo ITC TT';
  margin-top: 50px; }
  .navbar-nav li ul {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    background-color: #FFFFFF;
    padding: 10px;
    z-index: 999999;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    box-shadow: 0px 0px 4px -3px #000000;
    min-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    list-style: none; }
    .navbar-nav li ul li {
      padding: 7px 0; }
      .navbar-nav li ul li a {
        font-family: 'Bodoni SvtyTwo ITC TT';
        color: #777;
        text-decoration: none; }
      .navbar-nav li ul li a:hover {
        color: #333; }
  .navbar-nav li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.navbar .cart-count span {
  position: absolute;
  top: 28px;
  left: 29px;
  background-color: #FFFFFF;
  font-size: 11px;
  color: #f4922e;
  border: 1px solid #f4922e;
  border-radius: 100px;
  padding: 8px 5px;
  line-height: 0;
  font-family: arial;
  font-weight: bold; }

.navbar-search {
  margin-top: 12px;
  width: 85% !important;
  max-width: 285px; }

.navbar-toggle {
  margin-top: 50px; }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

/*===end==header===*/
.header-separator {
  margin-bottom: 50px; }

.footer-separator {
  margin-top: 50px; }

.slider-arrow a {
  color: #6e7a47;
  font-size: 30px;
  height: 50px;
  width: 50px;
  background: #ffffff;
  text-align: center;
  z-index: 99;
  padding-top: 4px; }

.slider-arrow2 a {
  color: #6e7a47;
  font-size: 30px;
  height: 50px;
  width: 50px;
  background: #ffffff;
  text-align: center;
  padding-top: 4px;
  box-shadow: 0 0 20px #ddd; }

.prev-arrow2 {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -60px;
  color: #6e7a47; }

.next-arrow2 {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -60px; }

.prev-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -60px;
  color: #6e7a47; }

.next-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -60px; }

.form-group {
  /*margin-bottom: 15px;*/
  border: 1px solid gray;
  border-radius: 5px;
  width: 80%;
  margin-left: 20px; }

/*===end==header===*/
/*===start===banner===sec==*/
.banner-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  height: 500px; }

.banner-text {
  position: relative; }

.banner-text h1 {
  font-size: 71px;
  font-weight: bold;
  color: #000000;
  line-height: 79px;
  text-align: center;
  font-family: 'Bodoni SvtyTwo ITC TT'; }

/*===End===banner===sec==*/
/*===Start==Product==category==*/
.Product-Categories {
  /* overflow: hidden*/
  position: relative;
  width: 100%;
  padding: 60px 0; }

.product-title h2 {
  font-size: 30px;
  font-family: 'Bodoni SvtyTwo ITC TT';
  font-weight: bold;
  margin-bottom: 40px; }

.single-prod {
  box-shadow: 1px 2px 32px -3px #e8e8e8;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  /*    height: 600px;*/ }

.other-single-prod {
  /*    height: 700px;*/ }

.product-pic {
  margin-bottom: 10px; }

.product-pic img {
  width: 100%;
  height: auto; }

.for-margin-top {
  height: auto; }

.category-link {
  text-decoration: none !important; }

.product-text h4 {
  color: #fa654b;
  font-family: 'Bodoni SvtyTwo ITC TT', 'Times New Roman';
  font-size: 30px;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px;
  display: block; }

.product-text {
  padding: 15px; }

/*.product-text h4:before {
    position: absolute;
    background: #000000;
    content: "";
    width: 20px;
    height: 3px;
    left: 0;
    top: 46px;
}*/
.single-prod4 {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 5px 6px #e8e8e8;
  transition: 1s; }

.single-prod {
  margin-bottom: 40px; }

.product-pic4 img {
  width: 100%; }

.single-prod4:hover,
.single-prod:hover {
  box-shadow: 2px 2px 8px 10px #e8e8e8; }

.product-text .cust p {
  color: #a8a8a8;
  text-transform: none;
  font-size: 17px;
  font-family: 'AvenirLTStd-Roman', arial;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px; }

.product-text p {
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'AvenirLTStd-Roman';
  font-weight: 600;
  letter-spacing: 4.2px;
  text-decoration: none;
  font-weight: 600; }

.product-text .cust {
  width: 100%; }

.img-cust img {
  width: 100%;
  margin-top: 50px; }

.cust-text h4 {
  margin-top: 100px; }

.shopin-parson .cart-icon {
  position: relative; }

.cart-icon {
  top: 5px;
  position: absolute;
  left: -33px;
  bottom: 0; }

/*===End==Product==category==*/
/*===Start==Carousel==*/
.carousel-block {
  padding: 40px 0;
  position: relative; }

.carousel-block[data-carousel="1"] {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/images/bg2.png"); }
  .carousel-block[data-carousel="1"] .carousel-title {
    position: relative;
    text-align: center; }
    .carousel-block[data-carousel="1"] .carousel-title h1 {
      height: 57px;
      font-size: 30px;
      background-color: #fa654b;
      font-family: 'Bodoni SvtyTwo ITC TT';
      color: #FFFFFF;
      position: relative;
      display: inline-block;
      padding: 12px 40px;
      margin-bottom: 6px; }
    .carousel-block[data-carousel="1"] .carousel-title h1:before, .carousel-block[data-carousel="1"] .carousel-title h1:after {
      display: block;
      position: absolute;
      content: "";
      width: 30px;
      height: 57px;
      top: 0;
      background-repeat: no-repeat; }
    .carousel-block[data-carousel="1"] .carousel-title h1:before {
      background-image: url("/assets/images/ribbon-left.png");
      left: -30px; }
    .carousel-block[data-carousel="1"] .carousel-title h1:after {
      background-image: url("/assets/images/ribbon-right.png");
      right: -30px; }

.carousel-block[data-carousel="2"] {
  background-color: transparent; }
  .carousel-block[data-carousel="2"] .carousel-title h1 {
    font-size: 30px;
    display: inline-block;
    font-family: 'Bodoni SvtyTwo ITC TT';
    font-weight: bold; }

.carousel-control.right,
.carousel-control.left {
  background: none; }

.carousel-item {
  position: relative; }

.item-less-mr {
  margin: 0; }

.carousel-item img {
  width: 100%;
  height: auto; }

.carousel-item-img {
  box-shadow: 0 0 13px 0 #9a8d8d;
  padding: 22px;
  background: #FFFFFF;
  margin-bottom: 27px; }

.img-custo img {
  width: 100%;
  height: 289px; }

.carousel-item h4,
.carousel-item h4 a {
  font-size: 24px;
  color: #000000;
  font-family: "AvenirLTStd-Roman";
  line-height: 30px;
  text-decoration: none; }

.left i,
.right i {
  font-size: 30px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  color: #000;
  line-height: 40px;
  box-shadow: 2px 2px 2px 2px #c8d3d9; }

.left i {
  top: 125px;
  left: -45px;
  position: absolute; }

.right i {
  top: 125px;
  right: -45px;
  position: absolute; }

.carousel-item1 img {
  width: 100%;
  height: auto;
  border: 20px solid #ffffff;
  box-shadow: 2px 2px 2px 2px #c8d3d9; }

.carousel-item1 {
  margin-right: 12px; }

.for-img-cust img {
  width: 100%;
  height: 289px; }

.carousel-item1 p {
  font-size: 24px;
  color: #65605d;
  font-family: "AvenirLTStd-Light";
  padding: 30px 0 60px 0;
  line-height: 26px; }

.left span i,
.right span i {
  font-size: 30px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  color: #000;
  line-height: 40px;
  box-shadow: 2px 2px 2px 2px #c8d3d9; }

.left span i {
  top: 125px;
  left: -45px;
  position: absolute; }

.right span i {
  top: 125px;
  right: -45px;
  position: absolute; }

/*==End==Carousel==*/
/*---------------- contact section -----------*/
.contract-sec {
  background: #fa8975;
  padding: 58px 0 68px; }

.contract-sec h3 {
  font-family: "Avenir-havvy";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 26px; }

.contract-sec p {
  font-family: "Avenir-havvy";
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 26px; }

.contract-sec .btn,
.gform_button {
  color: #000;
  background-color: #ffffff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: 1.5px;
  border: none;
  padding: 0 20px;
  border-radius: 4px; }

/*==End==Contract-sec==*/
/*==Start==footer-sec==*/
.footer-sec {
  background-color: #434343;
  padding: 65px 0; }
  .footer-sec h3 {
    font-family: "Avenir-havvy";
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 30px; }
  .footer-sec p,
  .footer-sec a {
    margin: 0;
    font-family: 'AvenirLTStd-Roman';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-decoration: none; }
  .footer-sec .social a {
    margin-right: 20px;
    font-size: 22px; }
  .footer-sec .pull-left {
    margin-right: 50px; }
    .footer-sec .pull-left a {
      margin-right: 20px; }
  .footer-sec.bottom {
    padding: 26px 0 17px 0;
    border-top: 1px solid #707070; }

/*==End==footer-sec==*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 12px; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.sidebar {
  border-right: 1px solid #EEEEEE; }
  .sidebar h2 {
    margin: 40px 0 20px 0; }
  .sidebar ul {
    list-style: none; }
    .sidebar ul li {
      margin-left: 10px;
      line-height: 18px; }
      .sidebar ul li a {
        color: #444444;
        font-weight: normal;
        font-size: 14px; }
    .sidebar ul li.current-cat > a {
      font-weight: bold; }

/*woocommerce overrride*/
.button.alt {
  background-color: #fa8975 !important; }

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  content: "" !important; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding-left: 10px !important; }

.woocommerce-error {
  color: #b81c23 !important; }

.select2-container--default .select2-selection--single {
  height: 34px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px; }

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-left: 0; }

.about_paypal {
  display: none; }

.imagewrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  padding-top: 100%;
  /*	box-shadow: 2px 2px 5px -2px #BDBDBD;*/ }

.woocommerce .quantity .input-text.qty {
  width: 70px;
  padding-right: 2px;
  padding-left: 2px; }

/*end woocommerce override*/
.page-content h1 {
  margin-bottom: 30px; }

.page-content h3 {
  font-weight: bold;
  margin-bottom: 20px; }

.page-content p {
  font-size: 20px;
  margin-bottom: 20px; }

.mailing-list-form .gfield_label {
  display: none; }

.mailing-list-form .gform_body {
  float: left;
  width: 50%; }

.mailing-list-form .gform_footer {
  float: left;
  width: 50%; }

.mailing-list-form input {
  height: 49px; }
  .mailing-list-form input::placeholder {
    font-size: 18px; }

.mailing-list-form .gform_button {
  margin-left: 20px; }

.mailing-list-form .validation_error {
  display: none; }

.contact-form .gform_button {
  background-color: #DDDDDD; }

.contact-form .validation_error {
  color: #FF0000; }

.contact-form .validation_message {
  color: #FF0000; }

.page-banner .page-banner-title-container {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-banner .page-banner-title-container .page-banner-title {
    position: relative; }
    .page-banner .page-banner-title-container .page-banner-title .page-banner-vig {
      z-index: 998;
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: -20px;
      right: -20px;
      background-color: #000000;
      opacity: 0.8;
      filter: blur(70px); }
    .page-banner .page-banner-title-container .page-banner-title span {
      font-size: 35px;
      font-size: inherit;
      z-index: 999;
      position: relative;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 5px;
      font-weight: bold;
      margin: 0;
      padding: 0;
      text-shadow: -1px -1px 40px #000000, 1px 1px 40px #000000; }
      .page-banner .page-banner-title-container .page-banner-title span small {
        font-size: 24px;
        color: #FFFFFF; }

/************************MEDIA QUERIES***************************/
/* Custom Medium-Large to Medium Devices, Desktops */
@media only screen and (max-width: 1499px) and (min-width: 1200px) {
  .nav > li > a {
    padding: 10px 10px; }
  .navbar-header {
    /*		margin-left: -100px;*/ }
  .navbar-brand img {
    width: 350px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .banner-sec {
    height: 300px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
  .banner-sec {
    height: 200px; } }

/* Custom Extra Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .banner-sec {
    height: 200px; }
  .navbar-brand img {
    width: 100%; }
  .carousel-block[data-carousel="1"] .carousel-title h1 {
    font-size: 24px; } }

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