/* ====================================================================================================================
 * 3.5 - MODAL
 * ====================================================================================================================*/

.modal-mask {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  background-color: #000; }

.lt-ie9 .template-index .slider {
  border-bottom: none; }

.template-index .slider .flex-video {
  padding-bottom: 45%; }

.template-index .slider .video .caption, .template-index .slider .video .video-src {
  display: none; }

.template-index .slider .video .play-button {
  display: block;
  visibility: hidden;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  border: 4px solid #fff;
  background: #000;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
  border-radius: 50%; }

.template-index .slider .video .play-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.template-index .slider .video .play-button .triangle {
  -moz-transform: scale(0.9999);
  position: relative;
  top: 21px;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff; }


/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 2.08333em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.33333em;
  overflow: hidden; }

.flex-video.widescreen {
  padding-bottom: 57.25%; }

.flex-video.vimeo {
  padding-top: 0; }

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

@media only screen and (min-width: 768px) {
  .template-index .slider {
    border-bottom: none; }
}

.lt-ie9 .template-index .slider {
  border-bottom: none; }

.template-index .slider .flex-video {
  padding-bottom: 45%; }

.template-index .slider .video .caption, .template-index .slider .video .video-src {
  display: none; }

.template-index .slider .video .play-button {
  display: block;
  visibility: hidden;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  border: 4px solid #fff;
  background: #000;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%; }

.template-index .slider .video .play-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.template-index .slider .video .play-button .triangle {
  -moz-transform: scale(0.9999);
  position: relative;
  top: 21px;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff; }
}

.width--1a {
 width: 6%;
}

.slider .video .play-button{
  visibility: visible!Important;
}

.slider .owl-pagination {
  position: absolute;
  right: 20px;
  z-index: 999999999;
  bottom: 18px;
  top: auto;
  margin: 0;
  padding: 5px; }

.modal-xs.video-xs .player, .modal-xs.video-xs .caption{
  float: left; }

.modal-xs.video-xs{
  width: 710px; }

.owl-next,.owl-prev{
  position: absolute;
  z-index: 999;
  background: transparent!important;
  top: 43%;
  width: 4%; }

.owl-next{
  right: 0px; }

.owl-prev{
  left: 0px; }


/*^^^^^^^^Edited by Rami^^^^^^^^^*/
.product-para{
/*   background-color: #E0E0E0; */
}
.product-description{
  width:100%;
  padding:5% 10%;
  font-size:15pt;
  text-align:center;
}

.product-review{
  width:100%;
  padding: 5% 15%;
}

.similar-products{
/*   background-color: #E0E0E0; */
}

.grid-product-title{
  font-size:20px;
}

/*---- Reid Changes ---*/

.money{
  font-family: playfair display;
  font-size: 16px;
  font-weight: bold;
  color: #888888;
}


.thumb-selected{
  outline: 1px solid red;
  outline-offset: -1px;
}

.color-selected{
  color: red;
  text-decoration: underline;
}

.color-texts span{
  cursor: pointer;
}

.carousel-container{
  overflow: hidden;
  padding: 5px 3px;
  position: relative;
}

.carousel-up{
/*   color: #808080; */
  font-size: 20pt;
  position: absolute;
  top: -5px;
  left: 40%;
  z-index: 100;
}
.carousel-up:hover {
  cursor: pointer;
 }


.carousel-down{
/*   color: #808080; */
  font-size: 20pt;
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 100;
}
.carousel-down:hover {
  cursor: pointer;
 }

.product-listitem{
  border-radius: 10px;
}
.product-img{
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
}

.product-img:hover{
  opacity: 0.8;
}

.product-color-swatch{
  padding: 0% 15%;
  text-align: center;
}


.padding-10px{
  padding: 10px;
}

.padding-20px{
  padding: 20px;
}

.margin-LT{
  margin-left: 12px;
  margin-top: 30px;
}

.color-gray{
  color: gray;
}
.color-green{
  color: lightgreen;
}

.color-red{
  color: red
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.custom-filter{
  padding: 4px 10px;
}

.sku-text{
  font-size: 15px;
  color: grey;
}
.font-size-18{
  font-size: 18px;
}
.font-size-14{
  font-size: 14px;
}
.font-italic{
  font-style: italic;
  font-family: "Times New Roman";
}


.quantity-input{
  padding: 10px 15px;
}

.footer-up{
  padding-top:25px;
  border-top: solid 1px gray;
}

.padding-2{
  padding: 10px 10px;
}

.footer-top{
  padding-top:25px;
  border-top: solid 1px gray;
  padding:20px 5% 0px 5%;
}

.footer-up > div{
  float:left;
  width:20%;
}


.footer-block{
  border-left: solid 1px gray;
  border-bottom: solid 1px gray;
}

.partial--social-media a{
  color:black;
}

.email-submit{
  margin-left: -80px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


@media only screen and (min-width: 768px){
  .width-2-5{
    width:40%;
  }
}

.footer-down{
  text-align: center;
  padding: 25px 0px;
  border-left: solid 1px gray;
}

.footer-bottom{
  border-top: solid 1px gray;
  padding: 20px;
}

.footer-bottom-box-1{
  padding-right: 5%;
  float: left;
}
.footer-bottom-box-2{
  padding-left: 5%;
  float: right;
}

.partial--social-media a:hover {
  color: red;
}

.partial--social-media a:before{
  font-size: 18px;
}




.div-height120{
  height: 100px;
}

.selector-wrapper label{
  display: block;
  font-weight: bold;
}

.selector-wrapper select{
/*  margin-left: 12px; */
  width: 90%;
  text-transform: uppercase;
}

.product-property{
  padding: 30px;
}


.cms-about-us{
  padding-top:50px;
}

.cursor-pointer: hover{
  cursor: pointer;
}

.chart-link{
  margin-left: 12px;
  text-decoration: underline;
}

.new-product-modal{
    padding: 30px 90px;
}

.is_fixed_menu ~ .layout__main-content {
  margin-top: 44px;
}

// Created by Rami

.layout__header .bottom-row {
  transition: all 0.3s;
}
.layout__header .bottom-row .layout__logo{
  display: none;
}

.layout__header.is_fixed_menu .bottom-row .layout__logo {
  display: block;
  position: fixed;
  left: 40px;
  top: -12px;
  z-index: 999999;
}
.layout__header.is_fixed_menu .bottom-row .layout__logo img {
  max-width: 120px;
  max-height: 20px;
}

.layout__login {
  margin-top: 0px !important;
}

.product-panel {
  background: white;
}
.photos {
  position: relative;
}
.slider2-loader {
  position: absolute;
  top: 40px;
  left: 50px;
  height: 30px;
  width: 30px;
  z-index: 999;
  background: url(//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/ajax-loader.gif?3553872415475997985);
  background-repeat: no-repeat;
  background-size: 16px;
}
.slider2 {
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transition: opacity ease .3s;
}

.slider2 ul li {
  list-style: none; }

.slider2 ul {
  list-style: none; }

.slider2 {
  max-width: 100%;
}

.slider2 .flexslider {
  max-width: 1024px;
  margin: 0px auto;
}

@media only screen and (min-width: 768px) {
  .slider2 .flexslider {
    margin: 20px auto;
  }
}

.slider2 .flex-viewport {
  overflow: hidden!important;
}


 ol > li:before {
  display:none;
}

.flex-control-thumbs li{
  margin-bottom: 0px !important;
  padding-bottom: 8px !important;
}

.login-section__text {
  cursor: pointer;
}

.login-section__text i {
  position: relative;
  top: 4px;
}

.login-section__actions{
	position: absolute;
	top: calc(100% + 10px);
	left: auto;
	width: 100%;
	/* display: none; */
	width: 175px;
	right: -20px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 109;
	display: none;
	&:before, &:after{
		content: '';
		position: absolute;
		right: 9px;
		border-style: solid;
		border-width: 7px;
		width: 0;
		height: 0;
	}
	&:before{
		border-color:transparent transparent #ddd  transparent;
		bottom: calc(100% + 1px);
		z-index: 101;
	}
	&:after{
		border-color:transparent transparent  #fff transparent;
		bottom: 100%;
		z-index: 102;
		visibility: visible;
	}
}

.login-section__link {
	display: block;
	text-align: center;
	padding: 14px 0;
	transition: all 0.2s;
	border-bottom: 1px solid #ddd;
	&:last-child{
		border-bottom: none;
	}
	&:hover{
		color: #459a9d;
	}
}


.login-section {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 13px;
  padding-top: 2px;
  right: 20px;
}

.login-section-left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 13px;
  padding-top: 6px;
  left: 20px;
}

/* --- Reid Changes ---*/

.header-promotional-message {
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
  height: 38px;
  font-family: "futura-pt",sans-serif;
  text-transform: uppercase;
}

.header-promotional-message p{
  margin-bottom: 10px !important;
}

.product-collection .slick-arrow{
  top: 43%;
}

/*
.partial--product .title {
  font-size: 20px;
}
*/


.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.product-thumb-img {
  position: relative;
}

.product-thumb-img .hover-img{
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}

.slick-active .product-thumb-img:hover .hover-img{
  opacity: 1;
}

.product-thumb-img:hover .hover-img {
  opacity: 1;
}


.text-align--center4real {
  text-align: center !important; }

/* Style for Home Slider */


.slider .slide {
  min-height: 150px !important;
  position: relative;
}

.slider .slide img {
  display: inline-block;
  width: 100%; }

.slider .slide .caption {
  visibility: hidden;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  margin: 20px 20px 10px;
  position: static;
  padding: 20px;
  position: absolute;
  max-width: 350px;
  margin: 20px 55px 30px;
  padding: 15px;
  max-width: 400px;
  padding: 20px;
  color: blue; }

/*
@media only screen and (min-width: 768px){
  .slider .slide .caption .title,
  .slider .slide .caption .sub-title {
    color: #f0f; }

  .slider .slide .caption.left {
    left: 0; }

  .slider .slide .caption.middle {
    top: 50%;
    margin-top: 0; }
} */

.slider {
  border-bottom: 1px solid #ebebeb; }

@media only screen and (min-width: 768px) {
  .slider {
    border-bottom: none; }
}

.lt-ie9 .slider {
  border-bottom: none; }

.slider .flex-video {
  padding-bottom: 45%; }

.slider .video .caption, .slider .video .video-src {
  display: none; }

.slider .video .play-button {
  display: block;
  visibility: hidden;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  border: 4px solid #fff;
  background: #000;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%; }

.slider .video .play-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.slider .video .play-button .triangle {
  -moz-transform: scale(0.9999);
  position: relative;
  top: 21px;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff; }

.slider .owl-controlls {
  margin-top: 0; }

.slider .row {
  position: relative;
  padding: 0; }

.slider .slide {
  position: relative; }

.slider .slide img {
  display: inline-block;
  width: 100%; }

.slider .slide .caption {
    visibility: hidden;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    margin: 20px 20px 10px;
    position: static;
    padding: 20px; }

@media only screen and (min-width: 768px) {
  .slider .slide .caption {
    padding: 20px; }
}

.lt-ie9 .slider .slide .caption {
  padding: 20px; }

.slider .slide .caption.right {
  float: none !important; }

.slider .slide .caption .bg {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:  #444444  ;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

@media only screen and (min-width: 768px) {
  .slider .slide .caption .bg {
    display: block; }
}

.lt-ie9 .slider .slide .caption .bg {
  display: block; }

.slider .slide .caption .title {
  color:  #f7f7f7  ;
  position: relative;
  margin-top: 0;
  font-size: 1em;
  padding-bottom: 0;
  line-height: 1.2; }

.slider .slide .caption .sub-title {
  color:  #f7f7f7  ;
  position: relative;
  font-size: 0.83333em;
  font-weight: 300; }

/*
.slider .slide .caption a.button {
  color:  #f7f7f7  ;
  position: relative;
  font-family:  'Lato', sans-serif ;
  font-size:2em;
  text-transform: none;
  margin-bottom: 0; }

.slider .slide .caption a.button:hover {
  color:  #f7f7f7  ;
  background:  #999999  ; }
*/

@media only screen and (max-width: 768px) {
  .slider .slide .caption .title,
  .slider .slide .caption .sub-title {
    color: #231f20;
    font-size: 1.8em; }

  .slider .slide .caption .sub-title {
    font-size: 1.2em; }

  .slider .slide .caption a.button {
    border-color: none;
    color: #fff;
    font-size: 0.8em; }

  .slider .slide .caption a.button:hover {
    background-color: #c8171e;
    color: #fff; }
}

@media only screen and (min-width: 768px) {
  .slider .slide .caption {
    position: absolute;
    max-width: 350px;
    margin: 20px 55px 30px;
    padding: 15px; }

  .slider .slide .caption .title {
    font-size: 2.4em;
    font-family: "futura-pt", san-serif;
    text-transform: uppercase;
    line-height: 30px;
  }

  .slider .slide .caption .sub-title {
    font-size: 1em;
  	font-family: "baskerville-urw", serif;
  }

/*
  .slider .slide .caption a.button {
    font-size: 0.83333em;
    color: #fff
    min-width: 200px;
    text-align: center;
    padding-bottom: 20px; }

  .slider .slide .caption a.button:hover {
    background-color: #fff;
    color: #333; }
*/

  .slider .slide .caption.top {
    top: 30px;
    margin-top: 0; }

  .slider .slide .caption.middle {
    top: 50%;
    margin-top: -80px; }

  .slider .slide .caption.bottom {
    bottom: 0; }

  .slider .slide .caption.left {
    left: 0; }

/*---Reid Changes ---*/

  .slider .slide .caption.center {
    left: 50%; top: 50%; margin: 0; padding: 0;
    transform: translate(-50%, -50%); }

  .slider .slide .caption.right {
    right: 0; }

  .slider .slide .caption.bottom.right {
      bottom: 45px; }

    .slider .slide .caption.text-left {
     text-align: left; }

  .slider .slide .caption.text-center {
     text-align: center; }

  .slider .slide .caption.text-right {
     text-align: right; }

}



.lt-ie9 .slider .slide .caption {
  position: absolute;
  max-width: 350px;
  margin: 20px 55px 30px;
  padding: 15px; }

.lt-ie9 .slider .slide .caption .title {
  font-size: 1.16667em; }

.lt-ie9 .slider .slide .caption .sub-title {
  font-size: 1em; }

/*
.lt-ie9 .slider .slide .caption a.button {
  font-size: 0.83333em; }
*/

.lt-ie9 .slider .slide .caption.top {
  top: 125px;
  margin-top: -70px; }

.lt-ie9 .slider .slide .caption.middle {
  top: 50%;
  margin-top: -70px; }

.lt-ie9 .slider .slide .caption.bottom {
  bottom: 0; }

.lt-ie9 .slider .slide .caption.left {
  left: 0; }

.lt-ie9 .slider .slide .caption.center {
  left: 50%;
  margin-left: -100px; }

.lt-ie9 .slider .slide .caption.right {
  right: 0; }

.lt-ie9 .slider .slide .caption.bottom.right {
  bottom: 45px; }

  .lt-ie9 .slider .slide .caption.text-left {
     text-align: left; }

 .lt-ie9 .slider .slide .caption.text-center {
     text-align: center; }

 .lt-ie9 .slider .slide .caption.text-right {
     text-align: right; }

@media only screen and (min-width: 1280px) {
  .slider .slide .caption {
    max-width: 700px;
    padding: 20px; }

    /*---Reid Changes ---*/

  .slider .slide .caption .title {
    font-size: 3.75em;
    padding-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 46px;}

  /*---Reid Changes ---*/

  .slider .slide .caption .sub-title {
    font-size: 1.16667em;
    padding-bottom:16px;
    font-family:"baskerville-urw",serif;
    }

  .slider .slide .caption a.button {
    font-size: 1.2em;
    }
}

.slider .owl-controls {
  margin-top: 0; }

.slider .owl-pagination {
  position: absolute;
  right: 20px;
  bottom: 18px;
  top: auto;
  margin: 0;
  padding: 5px; }

@media only screen and (min-width: 768px) {
  .slider .owl-pagination {
    right: 50px;
    bottom: 20px; }
}

.lt-ie9 .slider .owl-pagination {
  right: 50px;
  bottom: 20px; }

.slider .owl-pagination .owl-page {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  border: 0;
  margin: 0 7px 0 0;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color:  #f7f7f7  ;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.slider .owl-pagination .owl-page:last-child {
  margin-right: 0; }

.slider .owl-pagination .owl-page.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

.slider .slide .caption{
  visibility: visible; }

.slider .owl-pagination .owl-page {
  background: transparent!important; }

/*----Reid Changes ----*/

.slider .slide .caption a.button {
  margin-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 38px;
  font-size: 12px;
  font-family: "futura-pt",sans-serif;}

  /* ---- NOT PROUD OF USING IMPORTANT -
   MADE ME DO IT ----*/
.yotpo.bottomLine .yotpo-bottomline .yotpo-stars, .yotpo.bottomline .yotpo-bottomline .yotpo-stars, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
  padding-right:5px !important;
  }


  /*---- REID CHANGES ----*/

.partial--search span.glyph--search {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    margin-left: 10px;
}

.partial--search .text-input, .partial--search .text-input:focus {
    margin: 0 0 0 10px;
    padding: 3px 0 5px 20px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
}

.layout__main-menu.vertical .item a {
    display: block;
    position: relative;
    margin: 0px 0px 0px 20px;
}

.fw__blocks.spacing--3 {
    padding: 7.5px;
    margin-left: 10px;
}

/*--- Mega Menu ---*/

li.buddha-menu-item i.fa {
    vertical-align: inherit !important;
    float: none !important;
  	color: red;
}

i.fa.fa-angle-down {
	display: none;
	}

.vertical-mega-menu ul.mm-submenu li a {
    padding: 0px !important;
    margin: 0 0 0 10px !important;
    float: none !important;
    clear: both;
}

.vertical-mega-menu ul.mm-submenu.simple>li .mega-menu-prices span {
    opacity: 0.8;
    margin-left: 5px;
}

.horizontal-mega-menu ul.mm-submenu.simple li .mega-menu-prices span {
    opacity: 1;
}

.horizontal-mega-menu ul.mm-submenu li span {
    background: none !important;
    padding: 0px !important;
    margin: 0px;
    font-weight: bold;
    font-size: 13px;
}

.layout__main-menu.horizontal .list.level-1 {
    display: inline-block;
    padding: 0 130px;
    font-family: "futura-pt",sans-serif;
    text-transform: uppercase;
}

.layout__main-menu.vertical .item {
    width: 100%;
    line-height: 1.4;
    font-family:"futura-pt",sans-serif;
    text-transform: uppercase;
}

.vertical-mega-menu ul.mm-submenu li {
    margin: 0 0 0 10px;
}

ul.mm-submenu.simple>li .mega-menu-prices span.mega-menu-compare_at_price, ul.mm-submenu.simple>li .mega-menu-prices span.mega-menu-compare_at_price>span {
    text-decoration: line-through;
    color: #ff0400
}

/*--- End Mega Menu ---*/



/* --- Main ---*/

h3.title.font--heading.blacktype {
	font-family: "baskerville-urw",serif;
	font-style: italic;
}

p.title.spacing--1y.font-size--4 {
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  height: auto;
  font-size: 16px;
}

.caption .yotpo.bottomLine.yotpo-small {
  text-align: center;
  margin: 1px 0 5px auto;
  float: none !important;
}



.money {
    font-family:  "baskerville-urw",serif;
    font-size: 16px;
    font-weight: bold;
    color: #616161;
}

.spacing--nomarginbottom {
    margin-bottom: 0px;
    font-family: "futura-pt";
}


body {
    letter-spacing: 0.0325em;
    font-family: "baskerville-urw",serif;
    font-size: 14px;
    line-height: 1.25;
}

h1.page-title.font--heading.text-align--center.homebox.width--12 {
	color: #fff;
    font-family: "futura-pt";
}

.whitebgtitle.spacing--2 {
	background-color: transparent;
}


.product_accord section {
    display: block;
    font-size: 11pt;
    color: #0c0c0c;
    max-height: 0px;
    transition: max-height 0.2s ease;
    overflow: hidden;
}


p.title.font-size--5.spacing--nomarginbottom {
    font-size: 26px;
    line-height: 1;
}


.yotpo.bottomLine .yotpo-bottomline .yotpo-stars, .yotpo.bottomline .yotpo-bottomline .yotpo-stars, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
    padding-right: 8px !important;
}

a.text-m.write-review-btn-hidden {
    font-size: 15px;
}

h1.shipping {
  font-size:40px;
  line-height:1.25;
  text-transform: uppercase;
}


h2.shipping	{
  font-size:32px;
  line-height: 1.25;
  text-transform: capitalize;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color:#fff;
}

button, .button, a.button, input[type="submit"], input[type="button"], input[type="reset"] {
    font-family: futura-pt;
    padding: 0 30px;
    }


h1.page-title.font--heading.text-align--center {
color: #cecece;
font-family: "futura-pt";
text-transform: uppercase;
}

#igFlag img {
    max-width: 25px;
    margin-bottom: -3px;
    cursor: pointer;
    margin-left: 5px;
    display: block;

}

.partial--tiles .tile {
    font-size: 14px;
    font-family: "baskerville-urw";
}


div.partial--panel.index-21 {
	padding-bottom: 10px;
    padding-right: 10px;
}

h2.polos {
  margin-top: 10px;
  margin-bottom: -20px;
  font-size: 28px;
  letter-spacing: 2px;
}

h2.promo {
    font-size: 24px;
    line-height: 1.0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

div.FDH{
  font-size: 28px;
  font-family: "ff-market-web";
  margin-bottom: 30px;
}

p.Prize {
  font-size: 16px;
}

.slider .slide .caption .sub-title {
  color: #000000;
}

.whitebgtitle {
  background-color: transparent;
  color: #fff;
}

h3.blog {
    text-transform: uppercase;
}

p.title {
    font-family: "futura-pt";
}

p.price {
}


/*--- End Main ---*/

/*--- Sign Up Form Landing ---*/

.billboard-text-wrapper {
    border: 1px solid black;
    padding-top: 0rem;
    padding: 2rem;
    position: absolute;
    bottom: 0%;
    left: 68%;
}

h3.header-form {
    text-transform: uppercase;
    font-size: 40px;
}

h3.header-form-m {
    text-transform: uppercase;
    font-size: 21px;
}

.billboard-text-wrapper-m {
    border: none;
    position: absolute;
    width: 86%;
    left: 7%;
  	top: -188%;
}

/*--- End Sign Up Form Landing ---*/




/*--- Klevu ---*/

.kuGridView ul li .kuName a {
    font-size: 13px;
    text-decoration: none;
    color: #414042;
    font-family: "futura-pt";
}

/*--- End Klevu ---*/

/*--- List Updates ---*/

ul.shipping {
  margin-left:40px;
}
/*--- End List Updates ---*/
.caption p.title.spacing--1y.font-size--4 {margin: 0 0 2px !important;}
.caption div.price .money {font-size: 14px;}
.caption .yotpo .text-m {font-size: 11px;}
.caption .yotpo .pull-left {text-align: center; float: none !important;}
.caption .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.caption .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.caption .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {margin-top: 2px; font-size: 15px !important;}
.caption .yotpo.bottomLine .yotpo-bottomline {padding-top: 4px;}
.yotpo-stars .yotpo-icon:before {padding-bottom: 2px}