

@font-face {
  font-family: "DM Sans";
  src: url("/css/fonts/dmsans-bold-webfont.woff2") format("woff2"),
    url("/css/fonts/dmsans-bold-webfont.woff") format("woff"),
    url("/css/fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "DM Sans";
  src: url("/css/fonts/dmsans-italic-webfont.woff2") format("woff2"),
    url("/css/fonts/dmsans-italic-webfont.woff") format("woff"),
    url("/css/fonts/DMSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/css/fonts/dmsans-medium-webfont.woff2") format("woff2"),
    url("/css/fonts/dmsans-medium-webfont.woff") format("woff"),
    url("/css/fonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "DM Sans";
  src: url("/css/fonts/dmsans-regular-webfont.woff2") format("woff2"),
    url("/css/fonts/dmsans-regular-webfont.woff") format("woff"),
    url("/css/fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("/css/fonts/poppins-bold-webfont.woff2") format("woff2"),
    url("/css/fonts/poppins-bold-webfont.woff") format("woff"),
    url("/css/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("/css/fonts/poppins-extrabold-webfont.woff2") format("woff2"),
    url("/css/fonts/poppins-extrabold-webfont.woff") format("woff"),
    url("/css/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url("/css/fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("/css/fonts/poppins-regular-webfont.woff") format("woff"),
    url("/css/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}





@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Regular.svg") format('svg'),
  url("fonts/Muli-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Light.svg") format('svg'),
  url("fonts/Muli-Light.ttf") format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraBold.ttf") format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Sugar Plums";
  src: url("fonts/Sugar_Plums_Italic.ttf") format('truetype');
}






html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}



body {
    font-family: DM Sans, sans-serif;
}
p {
    font-family: DM Sans, sans-serif;
    font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
}
a {
	color: inherit;
    font-weight: normal;
}
a:hover {
	color: #555;
	text-decoration: none;
}
.plum {
    font-family: Georgia;
    font-weight: 400;
}

.topBar {
	background-color: #2e4057;
	display: flex;
	align-items: center;
	color: #fff;
	padding:5px 0;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
}
.tb-btn {
	margin-right: 15px;
}
.tb-btn a {
	text-transform: uppercase;
}
.tb-btn-border {
    border: 1px solid #fff;
    padding: 3px;
    width: 100px;
    text-align: center;
    transition: all ease 0.25s;
}
.tb-social {
	height: 30px;
}
.tb-social svg {
	height: 30px;
	width:30px !important;
}
.circleIcon {
	background-color: #fff;
	color: #000;
	padding:5px;
	border-radius: 50%
}
.rightNav {
	display: flex;
	align-items: center;
}
.rN-icon {
	margin-left: 10px;
}
.rN-icon svg {
	background-color: #000;
	color: #fff;
	padding:7px;
	border-radius: 50%;
	height: 30px;
	width:30px !important;
}

#top {
    padding-top: 128px;
    position: relative;
    height: 0;
    width:100%;
}

.HS {
    height: 70vh;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    overflow: hidden;
}
#NewArrivals {
	margin:100px 0;
}
#NewArrivals .BoxHeading {
	margin-bottom: 50px;
    text-align: center;
}
.BoxHeading {
	/* text-align: center; */
}
.BoxHeading-in {
    display: inline-block;
    margin: auto;
    text-transform: uppercase;
    position: relative;
    border: 2px solid #2e4057;
    padding: 14px 25px 8px;
    color: #2e4057;
}
.BoxHeading-in:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 15px solid #2e4057;
    border-top: 15px solid #2e4057;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
}
.BoxHeading-in:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 27px;
    width: 2px;
    height: 42px;
    transform: rotate(45deg);
    transform-origin: left bottom;
    background-color: #2e4057;
}
.btn-common {
    border: 2px solid #2e4057;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.btnin {

}
.btnin:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    background-color: #2e4057;
    width: 30px;
    transform: rotate(20deg);
    transition: all linear 0.5s;
    pointer-events: none;
}
.btn-common:hover .btnin:before {
    left:130%;
}
.btnin:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -30%;
    height: 200%;
    background-color: #eee;
    width: 10px;
    transform: rotate(20deg);
    transition: all linear 0.5s;
    pointer-events: none;
}
.btn-common:hover .btnin:after {
    left:150%;
}
#Testimonials {
    padding:50px 0;
}
.TestimonialIn {
    background-color: #fff;
    max-width: 500px;
    padding:75px 50px;
    margin:auto;
    text-align: center;
}
.TestimonialIn h2 {
    font-size: 2.9em;
    margin-bottom: 20px;
}
.TestimonialIn p:last-child {
    text-align: right;
}
.TestimonialCarousel .owl-dots .owl-dot {
    height: 15px;
    width:15px;
    border:1px solid #000;
    border-radius: 50%;
    transition: all ease 0.25s;
    margin:0 3px;
}
.TestimonialCarousel .owl-dots .owl-dot.active {
    background-color: #000;
}
#ProjectSpotlight {
    padding:100px 0;
}
.ProjSpotTxt {
    text-align: center;
}
.ProjSpotTxt h3 {
    margin:30px 0 15px;
    font-size: 2em;
}
.ProjSpotTxt p {
    margin-bottom: 30px;
}
#ProjectSpotlight img {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2)
}
.BigImg {
    
}
.CommonTxt {
    /* text-align: center; */
}

.CommonTxt h3 {
    margin: 30px 0 15px;
    font-size: 2em;
}
.CommonTxt p {
    margin-bottom: 30px;
}
#HomeAbout {
    margin:0 0 100px;
    overflow: hidden;
}
#WholesaleHome {
    margin-bottom: 100px;
}
#Follow {
    margin-bottom: 100px;
}
.FollowIn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin:30px 0;
}
.FollowWidth {
    max-width: 500px;
    margin:auto;
}
.FollowIcons svg {
    color: #fff;
    background-color: #000;
    padding: 5px;
    margin: 0px 5px;
    height: 35px;
    width: 35px !important;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    transition: all ease 0.15s;
}
.FollowIcons svg:hover {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
}
.FollowIcons:first-child {
    margin-left: auto;
}
.FollowIcons:last-child {
    margin-right: auto;
}
.Fmid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Flink {
    margin:0 auto;
    padding:10px;
}
.Flink a {
    text-transform: uppercase;
}
.Fright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.FRlink {
    margin:0 auto;
}
.FRlink svg {
    height: 35px;
    width:35px !important;
    padding:8px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    transition: all ease 0.15s;
}
.FRlink svg:hover {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
}
.Fleft {
    text-align: center;
}
.Fleft img {
    margin:auto;
}
.FSocial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}
.FSocial svg {
    height: 35px;
    width:35px !important;
    padding:8px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    transition: all ease 0.15s;
}
.FSocial svg:hover {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
}
.FSocial > a {
    margin:0 10px;
}
.FSocial > a:first-child {
    margin-left: auto;
}
.FSocial > a:last-child {
    margin-right: auto;
}
.Ftop {
    padding:30px 0;
    background-color: #eee
}
.Fbot {
    padding:15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Fbot p {
    margin:0 0 0 auto;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 2em;
}
.Fbot img {
    width: 125px;
    margin-left: 5px;
}
.Fbot a {
    margin-right: auto;
}
.LProduct h4 {
    margin: 15px 0 5px;
    text-transform: uppercase;
    font-size: 1.1em;
}
.price {
    font-weight: bold;
}
.LProduct {
    position: relative;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 15px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.LProduct img {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
.LP-WSlink {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.LP-WSlink p {
    background-color: #000;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding: 3px 15px;
    font-weight: normal;
}
.HomeCarousel, .HSlide, .HS .owl-stage-outer, .HS .owl-stage, .HS .owl-item {
    height: 100%;
}
.HS .owl-nav {
    position: absolute;
    height: 0;
    width:100%;
    top: 0;
    bottom: 0;
    margin:auto;
    z-index: 2;
}
.HS .owl-nav button span {
    color: #fff;
    font-size: 47px;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-top: 3px;
}
.HS .owl-nav .owl-next {
    border:2px solid #fff !important;
    width:35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom:0;
    right: 10px;
    margin:auto;
    border-radius: 50%;
    outline: none;
}
.HS .owl-nav .owl-prev {
    border:2px solid #fff !important;
    width:35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom:0;
    left: 10px;
    margin:auto;
    border-radius: 50%;
    outline: none;
}
.HSlide {
    position: relative;
}
.HStxt {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(46,64,87,.7);
    box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
    padding: 5px 30px;
}
.HStxt .plum {
    /* text-transform: lowercase; */
    font-family: "DM Sans", sans-serif;
    font-size: 1.3em;
    text-transform: none;
    font-weight: 600;
}
.Header {
    height: 40vh;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.HeaderIn {
    margin:auto;
    position: relative;
}
.HeaderIn h1 {
    color: #fff;
    margin: 0;
    font-size: 3.5em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6)
}
#Quote {
    padding:100px 0 0;
    text-align: center;
}
.quoteIn {
    text-align: center;
    max-width: 500px;
    margin: auto;
}
.quoteIn h3 {
    font-size: 2.1em;
}
#AboutDieter {
    padding: 100px 0;
}
#GiveBack {
    padding:50px 0;
    text-align: center;
}
.GB-in {
    max-width: 650px;
    background-color: #fff;
    margin:0 auto;
    padding: 75px 50px;
}
.GBtxt h2 {
    font-size: 1.2em;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: normal
}
.GBtxt h2 span {
    font-size: 3.5em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0.4em;
    text-transform: lowercase;
}
.GBtxt .btn-common {
    margin-top: 20px;
}
#AbUpcoming {
    padding:100px 0 50px;
    text-align: center;
}
.ABU-in {
    max-width: 650px;
    margin:auto;
    text-align: center;
}
#AbGallery {
    padding:100px 0;
}
#AbGallery .BoxHeading {
    margin-bottom: 50px;
}
.GalImg {
    cursor: pointer;
}

.ekko-lightbox .modal-body {
    padding:0;
}
.ekko-lightbox .modal-content {
    background-color: transparent;
    border:none;
}
.ekko-lightbox .modal-header {
    border:none;
    padding-bottom: 0;
}
.ekko-lightbox .modal-footer {
    display: block;
    text-align: left;
    color: #fff;
    padding: 10px 0 0;
    border:none;
}
.GalIndex {
    text-transform: uppercase;
    font-size: 0.8em;
}
.GalCaption {
    font-weight: normal;
    margin:0;
    margin-left: 0 !important;
}
.modal-backdrop.show {
    opacity: 0.7;
    background-color: #333;
}
.ekko-lightbox-nav-overlay a {
    opacity: 1;
}
.ekkoArrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #2e4057;
    color: #2e4057;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.001);
    transition: all ease 0.25s;
}
.ekkoArrow:hover {
    background-color: rgba(255,255,255,1);
}
.ekkoa1 {
    left: -60px;
}
.ekkoa2 {
    right: -60px;
}
.ekko-lightbox .close span {
    color: #fff;
    font-size: 2em;
    line-height: 24px;
}
.ekko-lightbox .close {
    opacity: 1;
    padding: 5px;
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-bottom: 7px;
    outline: none;
}
#Photos {
    padding:100px 0;
}
#Photos .BoxHeading {
    margin-bottom: 50px;
}
#AboutModal .modal-content {
    border-radius: 0;
}
.AMB-txt img {
    float: left;
    margin: 0 30px 20px 0;
}
.AboutModalBody {
    padding:0 15px 30px;
}
.AMB-head {
    text-align: center;
}
.AMB-head h3 {
    margin: 0 0 50px;
    font-size: 2.5em;
    padding-top: 50px;
}
#AboutModal .close {
    width: 30px;
    height: 30px;
    background-color: #aaa;
    color: #fff;
    border-radius: 50%;
}
#AboutModal .close span {
    font-size: 30px;
    line-height: 0px;
}
#Products {
    padding:100px 0;
}
.Sorting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Sorting > a, .Sorting > div {
    margin:0 10px;
    padding:0 10px;
}
.ProductsList {
    margin:50px 0;
}
.ProductSearch {
    margin:5px 0 30px;
}
.RFi-top {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 16px;
}
.RFi p {
    font-weight: normal;
}
.RFi {
    margin-bottom: 50px;
}
.SortIcon svg {
    height: 30px;
    width:30px !important;
    transition: all ease 0.15s;
    cursor: pointer;
}
.Sorting .SortIcon {
    margin: 5px 25px 0 0;
    padding: 0;
}
.SortIcon:hover svg {
    color: #555;
}
.Pro-off {
    display: none;
}
.ProductsGrid {
    margin: 50px 0;
}
.GProduct h4 {
    text-transform: uppercase;
    font-size: 1.1em;
}
.BreadCrumbs {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(0,0,0,0.25);
}
.BreadCrumbs a {
    font-weight: bold;
}
#ProductDetail {
    padding:100px 0;
}
.PD-text {
    text-align: center;
}
.PD-text h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    border-bottom: 1px solid #000;
}
.PD-text p {
    margin-bottom: 30px;
}
.PD-Main {
    margin-bottom: 15px;
}
.imgPD {
    cursor: pointer;
    border:1px solid rgba(0,0,0,0.1)
}
.Options {
    margin-bottom: 30px;
    text-align: center;
}
.PD-text .price {
    margin-bottom: 30px;
}
.Quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:center;
}
.Quantity p {
    margin:0 10px 0 0;
}
.qtyInput input {
    width:75px;
}
.PD-moreinfo {
    margin:30px 0;
}
.PD-moreinfo p {
    margin-bottom: 5px;
    font-size: 0.9em;
}
.PD-Social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:center;
}
.PD-socialicon {
    margin-right: 10px;
}
.PD-socialicon svg {
    height: 35px;
    width: 35px !important;
    padding: 8px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    transition: all ease 0.15s;
}
.PD-socialicon svg:hover {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
}
.AddToCart {
    text-align: right;
}
.PD-imgs {
    margin-bottom: 30px;
}
#Spotlights {
    margin:100px 0;
}
.LSpotlight {
    text-align: center;
    position: relative;
    height: 100%;
}
.LSpotlightTxt h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.LSpotlightTxt p {
    margin-bottom: 0px;
    padding-bottom: 90px;
}
.LSpotBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}
.SpotGalItem {
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    height: 450px;
}
.SpotGalItem img {
    max-height: 100%;
    margin:auto;
    width:auto !important;
}
.SpotGal .owl-stage-outer, .SpotGal .owl-stage, .SpotGal .owl-item, .SpotGalItem {
    max-height: 450px;
}
#Spotlight {
    margin:100px 0;
}
.SpotGal {
    position: relative;
    max-height: 450px;
}
.SpotGal .owl-nav {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    height: 0;
    margin:auto;
    width:100%;
}
.SpotGal .owl-nav .owl-next, .SpotGal .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin:auto;
    width:30px;
    height: 30px;
    border:2px solid #fff !important;
    border-radius: 100%;
    outline: none;
    background-color: rgba(0,0,0,0.5) !important;
}
.SpotGal .owl-nav .owl-next {
    right: 10px;
}
.SpotGal .owl-nav .owl-prev {
    left: 10px;
}
.SpotGal .owl-nav button span {
    color: #fff;
    font-size: 40px;
    line-height: 18px;
}
.SpotlightMoreText {
    margin-top: 50px;
    text-align: center;
}
.SpotlightInfo {
    margin-top: 50px;
}
.SpotlightText h2 {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    margin-top: 15px;
}
#SpotlightGal {
    margin-bottom: 100px;
}
#SpotlightGal .BoxHeading {
    margin-bottom: 50px;
}
#Customs {
    margin:100px 0;
}
#CustomsGal .BoxHeading {
    margin-bottom: 50px;
}
#CustomsGal {
    margin-bottom: 100px
}
.ContactTxt {
    text-align: center;
    margin:auto;
    max-width: 500px;
}
#ContactIntro .BoxHeading {
    margin-bottom: 30px;
}
#ContactIntro {
    margin:100px 0;
}
.ContactLinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:center;
    margin-top: 30px;
}
.ContactLinks svg {
    height: 30px;
    width:30px !important;
    margin-right: 5px;
}
.ContactLinks a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:center;
    margin:0 20px 20px;
}
.iti-flag {
    background-image: url('img/flags.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("img/flags@2x.png");}
}
.FormRow .FormInput {
    margin-bottom: 30px;
}
.FormInput input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.FormInput textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    min-height: 150px;
}
.intl-tel-input {
    width:100%;
}
.FormLabel label {
    color: #555;
    font-style: italic;
    margin-bottom: 1px;
}
#ContactForm {
    margin-bottom: 100px;
}
.SubmitIn {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.SubmitIn:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    background-color: #2e4057;
    width: 30px;
    transform: rotate(20deg);
    transition: all linear 0.5s;
    pointer-events: none;
}
.SubmitIn:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -30%;
    height: 200%;
    background-color: #eee;
    width: 10px;
    transform: rotate(20deg);
    transition: all linear 0.5s;
    pointer-events: none;
}
.SubmitIn:hover:before {
    left:130%;
}
.SubmitIn:hover:after {
    left:150%;
}
.SubmitIn input {
    border: 2px solid #2e4057;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    z-index: 2;
    width:150px;
}
#mapsection #map {
    height: 60vh;
}
#CWholesale {
    padding:100px 0;
}
#CWholesale .BoxHeading {
    margin-bottom: 30px;
}





.popup-tip-anchor {
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 215px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 10px;
    left: 0;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: /* TIP_HEIGHT= */ 10px solid white;
}
/* The popup bubble itself. */
.popup-bubble-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-20%, -100%);
    background-color: white;
    padding: 25px 20px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 200px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.mapContentIn p {
    font-family: Muli;
    font-size: 1rem;
    margin-bottom: 0;
}
.mapContentIn h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}
#MoreProducts {
    margin-bottom: 50px;
}
#MoreProducts .Mprod-title {
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 50px;
    font-size: 1.2em;
    font-weight: bold;
    color: #555;
}
#WholesaleInfo {
    margin:100px 0 0;
}
#WholesaleForm {
    padding:100px 0;
}
#UpcomingShows {
    padding:100px 0;
}
.blckbtn > a {
    padding:5px 8px;
    transition: all ease 0.25s;
}
.blckbtn > a:hover {
    background-color: #fff;
    color: #000
}
.tb-btn.blckbtn {
    margin-right: 8px;
}

.tb-btn-border:hover {
    background-color: #fff;
    color: #000;
}
#Login {
    margin:100px 0;
    text-align: center;
}
.LoginIn {
    text-align: left;
    margin: auto;
    max-width: 500px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    padding:30px;
}
.LoginIn h2 {
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.LoginSubmit {

}
.LoginReg a {
    text-transform: uppercase;
    font-weight: normal;
    color: #555;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
}
.LoginReg svg {
    color: #2e4057;
    height: 23px;
    width: 23px !important;
    margin-right: 5px;
}
.LoginBottom {
    position: relative;
}
.nav-link {
    color: #000 !important;
    text-transform: uppercase;
}
.tb-social a svg:hover {
    background-color: #000;
    color: #fff;
}
.tb-social a svg {
    border:1px solid #fff;
    transition: all ease-out 0.15s;
    color: #2e4057;
}
.cartButton {
    position: relative;
}
.cartNotif {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #2e4057;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
}
.cartNotif p {
    color: #fff;
    font-weight: bold;
    margin: auto;
    line-height: 20px;
    font-size: 0.9em;
}
.searchBtn {
    position: relative;
}

.SearchInput {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #555;
    border-radius: 15px;
    height: 30px;
    width:30px;
    transition: all ease 0.25s;
}
.SearchOpen .SearchInput {
    width:200px;
}

.SearchInput input {
    background: transparent;
    border: none;
    outline: none;
    height: 30px;
    padding: 5px 10px;
    color: #fff;
    max-width: 100%;
}
.searchBtn > a {
    position: relative;
    z-index: 2;
}
.searchBtn svg {
    border:1px solid #000;
    transition: all ease 0.15s;
    cursor: pointer;
}
.searchBtn svg:hover {
    color: #000;
    background-color: #fff;
}
.SearchOpen svg {
    background-color: #555 !important;
    color: #fff !important;
    border-color: #555;
}
.FullNav {
    -webkit-transform: translateZ(0);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2)
}
#Customs {
    overflow: hidden;
}
.CSN-in p {
    margin:0;
}
.CSN-top {
    background-color: #ccc;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: auto auto 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.CSN-top p {
    color: #fff;
    font-size: 2.7em;
    line-height: 1;
    margin: -10px 0px 0 0;
}
.CSN-bottom p {
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}
.CSN-on .CSN-top {
    margin:auto auto 10px;
    background-color: #2e4057
}
.CSN-on .CSN-top p {
    color: #fff;
}
.CSN-on .CSN-bottom p {
    color: #000;
}
.CSN-in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.CNS-item {
    margin:0 30px;
}
.checkoutSubNav {
    margin:100px 0;
}
.CSNDots {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    margin: auto;
    height: 0;
    border-top: 5px dotted #ccc;
    z-index: -2;
}
.EmptyCart {
    margin:0 0 100px;
}
.CartBottomTotals {
    margin:30px 0;
}
.CBT-left {
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
}
.CartItem {
    border-bottom: 1px solid #000;
    padding:30px 0;
    position: relative;
}
.CartTop {
    border-bottom: 1px solid #000;
    margin:30px 0 0;
}
.CartTop p {
    text-transform: uppercase;
    font-weight: bold;
    margin:0 0 5px;
}
.removeBtn {
    position: absolute;
    top:10px;
    right: 0;
}
.removeBtn button {
    background:#ccc;
    border:none;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    padding: 0 7px;
}
.cartItemImage img {
    max-width: 100%;
}
.TotalCol {
    color: #000;
}
.qtyCol input {
    max-width: 50px;
    text-align: center;
    padding: 5px;
}
.CBT-right {
    font-weight: bold;
    color: #000;
}
.CartBottomBtns {
    margin:50px 0 50px;
    text-align: right;
}
.CBB-btn {
    display: inline-block;
}
.CBB-btn input {
    color: #000;
    font-style: italic;
    border:none;
    background:transparent;
    cursor: pointer;
    border-right: 1px solid #000
}
.CBB-btn a {
    color: #000;
    font-style: italic;
}
.CartNextBtns {
    margin-bottom: 100px;
}
.FormMessage {
    text-align: center;
}
.CSupportin h2 {
    display: inline-block;
    border-bottom: 1px solid #555;
    color: #555;
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 3px;
}
#CustomerSupport {
    margin-bottom: 100px;
}
.PolicyBtn {
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 8px;
    margin-right: 5px;
}
.PolicyBtn:last-child {
    border-right: none;
}
.PolicyBtn a {
    color: #000;
    font-style: italic;
}
.SupportContactInfo .Clink:first-child a {
    margin-left: 0;
}
.SupportContactInfo {
    margin-bottom: 15px;
}
.error {
    color: red;
}
#AddAddress {
    margin-bottom: 100px;
}
.dropDown select {
    max-width: 100%;
}
.AddAddress {
    text-align: right
}
.ChooseAddressSubmit .SubmitIn input {
    width:200px;
}
.AddressOption {
    padding:10px 15px;
    border:1px solid #555;
    margin-bottom: 15px;
}
.AddressOption {
    position: relative;
}
.EditAddressBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    padding: 1px 5px;
    border-radius: 5px 0 0 0;
    /* background: #eee; */
    color: #555;
}
.EditAddressBtn a {
    text-transform: uppercase;
    font-weight: bold;
}
.ShippingBtns {
    margin:50px auto;
}
.ShippingBtn {

}
.ShippingBtn a {
    width: 220px;
    text-align: center;
}
#ChooseAddress .LoginIn {
    height: 100%;
}
#ReviewAddress h2 {
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
#ReviewAddress h3 {
    text-transform: uppercase;
    font-size: 1.2em;
}

.btmborder {
    width:100%;
    border-bottom: 1px solid #000;
}
.editThinBtn {
    font-size: 1.1em;
    font-style: italic;
}
#ReviewAddress {
    margin:0 0 100px;
}
.OrderTotals {
    margin:50px 0;
}
.OrderTotals .CBT-left {
    text-align: right;
}
.SummaryBox {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    padding:30px;
}
.SummaryBox .CartItem:last-child {
    border-bottom: none;
}
.SummaryBox > h2 {
    font-size: 1.3em;
    font-style: italic
}
.OrderMessage {
    margin:100px 0;
    text-align: center;
}
.OrderBox {
    box-shadow:  0px 0px 6px 0px rgba(0,0,0,0.2);
    max-width: 500px;
    margin:auto auto 100px;
    text-align: center;
    padding:30px;
}
.OrderBox p b {
    text-transform: uppercase;
    font-weight: bold;
}
.OrderBox h2 {
    text-align: left;
    font-size: 1.3em;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
.SortOut {
    height: 40px;
    width:230px;
    transition: all ease 0.25s;
    position: relative;
}
.SortOut.SortDropDown .SortIn {
    height: 120px;
}
.SortIn {
    height: 40px;
    transition: all ease 0.25s;
    overflow: hidden;
    position: absolute;
    top:0;
    left: 0;
    z-index: 3;
    background: #fff;
}
.SLinkin {
    height: 40px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-transform: uppercase;
    font-weight: bold;
}
.SortLink:first-child .SLinkin {
    padding:5px 0;
    border-left: none;
    border-right: none;
}
.SortLink {
    cursor: pointer;
}
.SLinkin svg {
    margin: 0 6px;
}
.SLinkin .fa-caret-down {
    margin-left: auto;
}
.ProductSearch input {
    border:1px solid #000;
    width:100%;
    padding: 5px 10px;
}
.RFi a {
    position: relative;
}
.RFi a svg {
    position: absolute;
    top: 5px;
    margin: auto;
    opacity: 0;
    transition: all ease 0.25s;
}
.RFi a p {
    transition: all ease 0.25s;
}
.RFi a:hover p, .bActive p {
    margin-left: 15px;
}
.RFi a:hover svg, .RFi a.bActive svg {
    opacity: 1;
}
.FilterOn .pBase {
    display: none;
}
.FilterOn .pBase.pActive {
    display: block;
}
.FullNav {
    background-color: #2e4057;
}
.SearchResults {
    margin:100px 0;
}
.search-result {
    padding-top: 20px;
}
.search-result h2 {
    margin-bottom: 0;
    font-size: 1.5em;
}
.search-result p {
    margin:0;
}
.SearchPaging {
    margin:20px 0 0;
}
.sagIn {
    max-width: 350px;
    margin: auto;
    text-align: center;
}
.SearchAgain {
    margin:0 0 100px;
}
.sagIn h2 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.sagInput {
    border:1px solid #000;
    padding: 5px 10px;
    width:100%;
}
.sagForm {
    position: relative;
}
.sagSubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width:36px;
}
.sagSubmit input {
    background: transparent;
    height: 100%;
    width: 36px;
    opacity: 0;
    z-index: 2;
    outline: none;
    cursor: pointer;
}
.sagSubmit svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 36px !important;
    padding: 0px 7px;
    pointer-events: none;
}
.loginMobile {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.loginBtn {

}
.loginBtn .tb-btn-border {
    border-color: #000;
    text-transform: uppercase;
}
.lN-socials .tb-social a svg {
    border:1px solid #000;
}
.PD-img {
    margin-bottom: 8px;
}

#CartSubmit.BtnOOS {
    pointer-events: none !important;
    border:2px solid #ccc !important;
    color: #ccc !important;
}
.CartOutOfStock.CartItem {
    color: #ccc !important;
}
.CartOutOfStock.CartItem .cartItemImage {
    opacity: 0.5
}
.outofstocktxt {
    font-weight: bold;
    color: red !important;
    text-transform: uppercase;
}
.CartOutOfStock.CartItem .qtyCol {
    pointer-events: none;
    opacity: 0.5;
}
.CartOutOfStock.CartItem .TotalCol {
    color: #ccc;
}
.CartOutOfStock.CartItem .removeBtn button {
    background-color: red;
}
.optionsCol {
    margin-bottom: 20px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand .img-fluid {
    height: 70px;
}
.stock-level {
    /* border-bottom: 1px solid #000; */
}
.out-of-stockspan  {
    color: #2e4057;
}
.cart-oos .btninput {
    opacity: 0.5;
    pointer-events: none;
}
.cart-oos {
    pointer-events: none;
}
.oos-item .inventoryCalc {
    color: #2e4057;
}
.c-qty-oos {
    display: none;
    color: #2e4057;
}
.oos-item .c-qty-oos {
    display: block;
}
.oos-item {
    background-color: rgb(230 35 30 / 10%);
}
.badOrder #CartSubmit {
    pointer-events: none;
    opacity: 0.5;
}
.FollowWidth .BoxHeading {
    text-align: center;
}
ul.pagination li {
    border: 2px solid #2e4057;
    color: #2e4057;
    font-size: 1.3em;
    width:32px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items:center;
    align-items: center;
    -ms-flex-pack:center;
    justify-content: center;
    margin-right: 5px;
    font-weight: bold;
}
ul.pagination li.active {
    border-color: #2e4057;
    background-color: #2e4057;
    color: #fff;
}
.LProduct-img img {
    max-height: 184px;
}
.LProduct-img {
    display: flex;
    height: 184px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.grid-setss .set-header {
    line-height: 0.8em;
}
.grid-setss-l {
    font-size: 0.8em;
    margin-top: -5px;
}



























@media (max-width: 1199px) {
    .Fmid {
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin:0 10px;
    }
}
@media (max-width: 991px) {
    #top {
        padding-top: 75px;
    }
    .ekkoa1 {
        left: 5px;
    }
    .ekkoa2 {
        right: 5px;
    }
    .FRlink {
        margin:0 10px;
        padding-top: 10px;
    }
    .FRlink:first-child {
        margin-left: auto
    }
    .FRlink:last-child {
        margin-right: auto;
    }
    #HomeAbout {
        margin:100px 0
    }
    .CommonTxt {
        margin:30px 0;
    }
    .BigImg img {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .HS {
        height: auto;
        box-shadow: none;
    }
    .HStxt {
        right: 15px;
        left: 15px;
    }


    .TestimonialIn {
        padding:75px 30px;
    }
    .LSpotlight {
        margin-bottom: 50px;
    }
    .LSpotBtn {
        bottom:54px;
    }
}
@media (max-width: 575px) {
    .CNS-item {
        margin:0 10px;
    }
    .CSNDots {
        width:180px;
    }
    .LoginSubmit {
        text-align: center;
        margin:30px 0 0;
        padding-bottom: 50px;
    }
    .LoginReg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 210px;
        text-align: center;
        margin: auto;
    }
}

    .stock_too_low{
        color: red;
    }
    .stock_good{
        color: green;
    }



.set-header{
    font-size: 12px;
    font-style: italic;
}

.moreinfo p {
    margin-bottom: 0;
}
.Fleft img {
    height: 70px;
}