/* Mega Menu */
.mega-menu-side-wrapper {
	width: 100%;
	vertical-align: top;
}

.mega-menu-side-left-nav {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	background-color: #eeeeee;
}

.mega-menu-side-left-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.mega-menu-side-left-nav ul li {
	padding: 20px 20px 20px 20px;
	cursor: pointer;
	border-bottom: 1px solid #dedede;
}

.mega-menu-side-left-nav ul li:last-child {
	border-bottom: 0px;
}

.mega-menu-side-left-nav ul li:hover {
	background-color: #dddddd;
}

.mega-menu-side-children-wrapper {
	width: calc(100% - 300px);
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px 10px 20px;
}

.navbar .nav-item .nav-white .mega-menu-side-children-wrapper a {
	border: none;
	padding: 10px !important;
}

.navbar .nav-item .nav-white .mega-menu-side-children-wrapper .mega-menu-side-children-title {
	text-align: left !important;
	padding-top: 20px !important;
	color: #424242 !important;
	font-weight: bold;
}

.mega-menu-side-children-wrapper .mega-menu-side-child:not(:first-child) {
	display: none;
}



.mega-menu-side-wrapper {
	width: 100%;
	vertical-align: top;
	display: flex;
}

.mega-menu-side-left-nav {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	background-color: #eeeeee;
}

.mega-menu-side-left-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.mega-menu-side-left-nav ul li {
	padding: 20px 20px 20px 20px;
	cursor: pointer;
	border-bottom: 1px solid #dedede;
}

.mega-menu-side-left-nav ul li:last-child {
	border-bottom: 0px;
}

.mega-menu-side-left-nav ul li:hover {
	background-color: #dddddd;
}

.mega-menu-side-children-wrapper {
	width: calc(100% - 300px);
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px 10px 20px;
}

.navbar .nav-item .nav-white .mega-menu-side-children-wrapper a {
	border: none;
	padding: 10px !important;
}

.navbar .nav-item .nav-white .mega-menu-side-children-wrapper .mega-menu-side-children-title {
	text-align: left !important;
	padding-top: 20px !important;
	color: #424242 !important;
	font-weight: bold;
}

.mega-menu-side-children-wrapper .mega-menu-side-child:not(:first-child) {
	display: none;
}

/* Account Area */
.accountArea {
	background-color: #f9f9f9;
}
.accountArea footer {
	box-shadow: 0px 10px 5px #888
}
.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
}
.panel-body {
	padding: 15px;
}
.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-primary {
	border-color: #5b1489;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
}
.accountNavigation {
	border: 1px solid #ddd;
}
.accountNavigation ul {
	list-style: none;
	padding-left: 0;
}

/*light box work */
.moodboard-wrapper {
    display: inline-block;
    position: relative;
}
.moodboard-popup {
	position: fixed;
	right: 0;
	top: 57px;
	background-color: #e3d5d0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	padding-top: 5px;
	padding-bottom: 5px;
	width: 186px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none;
    z-index: 1000;
}
.moodboard-popup .preview-wrapper {
	padding: 1px;
}
.moodboard-popup .popup-preview {
	width: 100%;
	object-fit: cover;
	height: 50px;
}
.moodboard-popup .contents {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.ProductBox .moodboard-wrapper {
	width: 100%;
}
.product .product-image img {
	max-width: 80%;
}
.productAttributesBlock {
    font-size: 12px;
    padding: 5px 0;
    border-radius: 5px;
    max-width: 90%;
}
.productAttributesBlock .col-6 {
    padding: 0 10px!important;
}

/*payment Form Stripe */

.paymentFormArea form {
    background-color: #efefef;
    padding: 30px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 50px;
}

.cardIconsStripe {
	position: absolute;
	top: 10px;
	right: 10px;
}

[data-role="add-to-moodboard"] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(255,2355,255,0.8);
    padding: 0 7px;
    border-radius: 5px;
    border: 1px solid #555;
}
[data-role="expanded-mood-board"] {
    display: none;
}
.moodboard-popup .title .svg-inline--fa {
    margin-left: 10px;
}
.moodboard-toast-add {
    position: fixed;
    right: 30px;
    top: 110px;
    background-color: rgb(93, 180, 93);
    padding: 20px;
    color: #ffffff;
    border-radius: 3px;
    display: none;
}
.moodboard-toast-add .svg-inline--fa {
    margin-right: 10px;
}
.moodboard-popup .title {
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.moodboard-popup .inner {
    margin-left: 25px;
    margin-right: 25px;
}
.moodboard-popup .remove {
    background-color: rgb(205, 60, 60);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    right: 6px;
    top: 15px;
    display: none;
    cursor: pointer;
}
.preview-wrapper:hover .remove {
    display: inline-block;
}
[data-role="zeus-auto-lightbox"] {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99999999991;
    padding: 150px;
    background-color: rgba(0, 0, 0, 0.82);
    vertical-align: middle;
    line-height: calc(100vh - 300px);
}
[data-role="zeus-auto-lightbox"] .zeus-lightbox-buttons {
    display: block;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
[data-role="zeus-auto-lightbox"] .close-zeus-lightbox {
    height: 40px;
    line-height: 40px;
    color: #444444;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99999999995;
}
[data-role="zeus-auto-lightbox"]:before {
    content: 'LOADING IMAGE';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    z-index: 99999999991;
}
[data-role="zeus-auto-lightbox"] img {
    vertical-align: middle;
    height: auto;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 3px;
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.3))
        drop-shadow(0px 0px 10px rgba(0,0,0,.3));
    z-index: 99999999992;
    position: relative;
}
@media only screen and (max-width: 1280px){
    .moodboard-popup {
        top: 81px;
    }
    [data-role="zeus-auto-lightbox"] {
        padding: 70px;
    }
}
@media only screen and (max-width: 1112px){
    .moodboard-popup {
        top: 74px;
    }
}
@media only screen and (max-width: 479px){
    [data-role="zeus-auto-lightbox"] {
        padding: 40px;
    }
    [data-role="zeus-auto-lightbox"]:before {
        font-size: 20px;
    }
    .moodboard-popup {
        top: 97px;
    }
}


.swatch.orange:before {
	background-color: orange;
}
.swatch.beige:before {
	background-color: beige;
}
.swatch.pink:before {
	background-color: pink;
}
.swatch.cream:before {
	background-color: #fffcf0;
}
.swatch.white:before {
	background-color: white;
}
.swatch.red:before {
	background-color: red;
}
.swatch.brown:before {
	background-color: brown;
}
.swatch.black:before {
	background-color: black;
}
.swatch.green:before {
	background-color: green;
}
.swatch.grey:before {
	background-color: grey;
}
.swatch.purple:before {
	background-color: purple;
}
.swatch.blue:before {
	background-color: #000083;
}

.swatch:before {
	content: " ";
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #eee;
	margin-right: 5px;
}
.swatch {
	vertical-align: top;
	display: inline-block;
}
.product-quantity button {
/* 	display: none!important;	 */
}
.product-quantity .updateQty {
	display: none;
}
.product-quantity:before {
	display: none;
}
.product-price-cart:before, .product-line-price:before {
/* 	content: "£"; */
}
label.product-price-cart:before, label.product-line-price:before {
	content: none;
}
.megaMenuColumnName {
	vertical-align: super;
}
.dropdown-menu {
	font-size: 12px;
}
.dropdown-menu .h6 {
	font-size: 14px;
	color: #555;
}
.sidebar-right {
	padding-left: 0px;
}
.cart-totals .panel-body{
	padding-left: inherit;
}
.link {
	color: var(--orange);
}
.link:hover {
	color: #03b9b6;
	cursor: pointer;
}
 #rev_slider_1_1_wrapper {
	position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}


.border-gdpr {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px!important;
}

bl li {
    font-size: 14px;
    padding: 5px 0;
        font-style: italic;
}

#gdpr h4 {
	font-size: 18px!important;
    font-weight: 900!important;
}

.gdpr-forms {
    border: 1px solid #f6f6f6;
    padding: 20px;
}

.gdpr-form-header {
    border: 1px solid #f6f6f6;
    padding: 10px;
}


.gdpr.gdpr-privacy-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    width: 100%;
    color: #fff;
    z-index: 9999999;
}

.gdpr * {
	font-size: 12px;
    font-family: Helvetica, Arial, sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #455561;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}

.gdpr.gdpr-privacy-bar .gdpr-preferences:before {
    content: '\276F';
    font-size: 1.1em;
    font-weight: normal;
    padding-right: 5px;
    color: #fff;
    position: absolute;
    left: -7px;
    top: 10px;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement:before {
    content: '\2713';
    top: -1px;
    bottom: -1px;
    left: -1px;
    position: absolute;
    width: 42.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-shadow: none;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    border-right: none;
}

.privacy-pref-link {
    margin-right: 30px!important;
    margin-top: 5px!important;
}


.gdpr.gdpr-privacy-bar .gdpr-wrapper {
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 200px;
}

.gdpr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999999;
    display: none;
}


.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:first-of-type {
    margin-left: 10px;
}

.gdpr.gdpr-privacy-bar .gdpr-preferences {
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    margin-left: 9px;
    color: #fff;
    float: left;
}

.gdpr.gdpr-privacy-bar button {
    margin: 0 5px;
    padding: 9px 10px;
}

.gdpr button {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    line-height: 1.5;
    display: block;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:last-of-type {
    margin-right: 0;
    margin-left: 20px;
}


.gdpr.gdpr-privacy-bar .gdpr-agreement {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 36px 12px 76px;
    height: auto;
    line-height: 1.4285714;
    white-space: normal;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}


textarea {
	font-size: 12px!important;
}

.icon-size {
    font-size: 50px!important;
    margin-bottom: 20px;
}

.navbar-default.transparent .navbar-nav>li>a {
    font-size: 13px;
}

.sub-heading-margin {
    margin-left: 20px;
}



.side-by-side {
    width: 50%;
    float: left;
}

.fancy-gallery-infos {
    float: left;
    padding-top: 90px;
    width: 100%;
}


.mini-gallery {
    float: left;
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
}


.mini-gallery > li {
    float: left;
    margin-right: 1px;
}

.mini-gallery > li > a {
    float: left;
    position: relative;
    width: 100%;
}


.color-f6 {
    background-color: #f6f6f6!important;
}

.dotted-right {
    border-right: 1px dotted;
}

.box {
    padding: 100px;
    margin-left: 38px;
    margin-right: 40px;
}



.who-we-are-sec {
    float: left;
    text-align: center;
    width: 100%;
}

.who-we-are-sec > h3 {
    color: #1a1a1a;
    float: left;
    font-family: Nunito;
    font-size: 31px;
    font-weight: bold;
    margin: 0 0 11px;
    width: 100%;
}

.service-simple-sec {
    float: left;
    text-align: center;
    width: 100%;
}

.service-simple {
    float: left;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    width: 100%;
}

.who-we-are-sec > img {
    display: inline-block;
    float: none;
    margin-top: 70px;
    max-width: 100%;
}

img {
    vertical-align: middle;
}


.block {
    float: left;
    width: 100%;
    padding: 120px 0;
    position: relative;
}


.service-simple > i {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 42px;
    height: 54px;
    line-height: 54px;
    margin-bottom: 25px;
    width: 54px;
    border-radius: 50%;
    background-color: #0cb4ce;;
}


.bg-color-black {
    background-color: #000;
}


.box {
    text-align: center;
}


.four-boxes {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.diagonal-border {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 600px;
    height: 2000px;
    background: #f6f9fc;
    transform: skew(0,-12deg);
}



.mymo-button {
    color:#471d51;
    float: right;
    margin-top: 35px;
}

.mymo-search {
    background-color: currentColor;
    padding: 8px;
    padding-right: 25px;
    padding-left: 25px;
}


.mymo-callout {
    width: 50%;
    font-size: 36px;
}

.mymo-strong {
    color:#471d51;
}


.mymo-images {
    height: 160px;
}


.btn-primary, .btn-primary:hover {
    background-color: #471d51 !important;
    border-color: #471d51 !important;
}

.customise-button, .customise-button:hover {
    color: #ffffff !important;
    background-color: #d00b48 !important;
    border-color: #d00b48 !important;
}

.finish-button, .finish-button:hover {
    color: #ffffff !important;
    background-color: #f3bf1e !important;
    border-color: #f3bf1e !important;
}


.next {
    padding: 30px;
    padding-left: 70px;
    padding-right: 70px;
}

.header-padding {
    padding-top: 15px;
}


.next-pages {
    margin-top: 135px;
}

.process-button {
    margin-top: 50px;
}


.btn {
    border: none;
}


/* Global settings */
 
.product-image {
  float: left;
  width: 20%;
}
 
.product-details-cart {
  float: left;
  width: 60%;
}
 
.product-price-cart {
  float: left;
  width: 8%;
}
 
.product-quantity {
  float: left;
  text-align: center;
  width: 8%;
}
 
.product-removal {
/*   float: left; */
/*   width: 9%; */
}
 
.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}
 
/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}
 
.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}
 
.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}
 
/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price-cart:before, .product .product-line-price:before, .totals-value:before {
/*   content: '£'; */
}
.product-price-cart, .product-line-price {
	font-size: 12px;
}
.heading-text {
	font-size: 12px;	
}
 
/* Body/Header stuff */
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
 
h1 {
  font-weight: 100;
}
 
label {
  color: #aaa;
}
 
 
.slotholder {
	 position: inherit!important;
 }
 
.shopping-cart {
  margin-top: -45px;
}
 
/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-details-cart, .column-labels .product-removal {
  text-indent: -9999px;
}
 
/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100px;
}
.product .product-details-cart .product-title-cart {
  margin-right: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 100;
}
.product .product-details-cart .product-description-cart {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
  font-size: 10px;
}
.product-details-cart p {
	font-size: 11px!important;	
}
.product .product-quantity input {
  width: 40px;
}
.product .remove-product {
    border: 0;
    padding: 2px;
    background-color: transparent;
    color: #555;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product .remove-product:hover {
  text-decoration: none;
}
 
/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .totals-item-total {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
}
 
.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}
 
.checkout:hover {
  background-color: #494;
}
 
/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
 
  .column-labels {
    display: none;
  }
 
  .product-image {
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }
 
  .product-details-cart {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
 
  .product-price-cart {
    
  }
 
  .product-quantity {
    width: 100px;
    text-align: center;
  }
  .product-quantity input {
/*     margin-left: 20px; */
  }
 
  .product-quantity:before {
    content: 'x';
  }
 
  .product-removal {
    width: auto;
  }
 
  .product-line-price {
    float: right;
    width: 70px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }
 
  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }
 
  .product .product-line-price:before {
    content: 'Item Total: $';
  }
 
  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}


@media screen and (min-width:720px) {

    .buttons-block {
        display: block;
    }

}















/********************************

        TEMPLATE IMAGES

 ********************************/


/** SLIDER ***/

.bg-img-1 {
    background-image: url(../img/backgrounds/placeholder-1.png);
}

.bg-img-2 {
    background-image: url(../img/backgrounds/placeholder-1.png);
}

.bg-img-3 {
    background-image: url(../img/backgrounds/placeholder-1.png);
}






/********************************

        Element Styling

 ********************************/

.color-f6 {
    background-color: #f6f6f6!important;
}

.dotted-right {
    border-right: 1px dotted;
}




/********************************

        Element Padding

 ********************************/

.box {
    padding: 100px;
    margin-left: 38px;
    margin-right: 40px;
}

.box-quad {
    padding: 100px;
}





/********************************

        Registration

 ********************************/

.left-form-box {
    padding: 0px;
    padding-right: 10px;
}

.right-form-box {
    padding: 0px;
}








/********************************

        TEMPLATE IMAGES

 ********************************/


/** SLIDER ***/

.bg-img-1 {
    background-image: url(../img/backgrounds/placeholder-1.png);
}

.bg-img-2 {
    background-image: url(../img/backgrounds/placeholder-1.png);
}

.bg-img-3 {
    background-image: url(../img/backgrounds/placeholder-1.png);
}







/********************************

        @Media Queries

 ********************************/


@media screen and (max-width:992px) {

    #productleft .product-left-img {
        display: none;
    }

    #productright .product-right-img {
        display: none;
    }

    #productshowcase .mini-gallery {
        display: none;
    }


    .box-quad {
        padding: 30px;
    }


}


.ajax-loading-area {
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    display: none;
}

.ajax-loading-area span {
    font-size: 20px;
    font-weight: bold;
    background-color: #ffffff;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.selected-state-selected {
    border: 1px solid #0000ff;
}

.swatch-selection:before {
    position: absolute;
    height: 50px;
    width: 50px;
    border: none;
}

.select-first {
    margin-left: 15px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.select-first .svg-inline--fa {
    margin-right: 10px;
}



body.zeus-auto-modal-open {
    overflow: hidden;
}

.zeus-auto-modal-wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99999999991;
    padding: 0;
    background-color: rgba(92, 98, 120, 0.7);
    /*display: flex;*/
    align-items: center;
    /*backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
    display: none;
}

.zeus-auto-modal-box {
    background-color: white;
    margin: 0 auto;
    width: 80%;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.zeus-auto-modal-close-button {
    position: absolute;
    cursor: pointer;
    right: -13px;
    top: -13px;
    background-color: white;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid #919191;
    color: #4f4f4f;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.zeus-auto-modal-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
}

.zeus-auto-modal-ajax-loader {
    font-size: 50px;
    color: #545454;
    margin-top: 50px;
    margin-bottom: 50px;
}

.basket-cannot-buy-all-notification {
    background-color: rgb(208, 73, 73);
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    letter-spacing: initial;
}

.basket-cannot-buy-all-notification-title {

}

.basket-cannot-buy-all-notification-text-explainer {
    margin-top: 20px;
}

.basket-cannot-buy-all-notification-product {
    background-color: rgba(255, 255, 255, 0.16);
    padding: 8px 12px;
    margin-top: 10px;
    border-radius: 3px;
}

.basket-cannot-buy-all-notification-product-note {
    font-size: 14px;
    margin-top: 5px;
    font-style: italic;
}
