@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Mukta&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css?family=Karla&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bitter&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hind&display=swap');
@import url('https://fonts.googleapis.com/css?family=Arvo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Overpass&display=swap');
@import url('https://fonts.googleapis.com/css?family=Figtree&display=swap');
@import url('https://fonts.googleapis.com/css?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css?family=Catamaran&display=swap');
@import url('https://fonts.googleapis.com/css?family=Signika&display=swap');
@import url('https://fonts.googleapis.com/css?family=Vollkorn&display=swap');
@import url('https://fonts.googleapis.com/css?family=Padauk&display=swap');
@import url('https://fonts.googleapis.com/css?family=Crete+Round&display=swap');

body, html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #080808;
	width: 100% !important;
	height: 100% !important;
}

:root {
    --footer-height: 241px;
	--footer-height-tablet: 284px;
	--footer-height-mobile: 654px;
	--nav-height: 62px;
	--breadcrumbs-height: 41px;
}

.bootstrap-select .dropdown-toggle, 
.bootstrap-select .dropdown-toggle:hover,
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default,
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default:hover,
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    background-color: #fff;
    color: #555555;
    cursor: default;
    border: 1px solid #ccc;
}
.bootstrap-select .btn-default {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	height: 34px;
	padding: 6px 12px;
	text-transform: capitalize;
}
.bootstrap-select>.dropdown-toggle.disabled,
.bootstrap-select>.dropdown-toggle.disabled:hover,
.bootstrap-select.disabled, .bootstrap-select>.disabled {
	background-color: #eeeeee;
	color: #555555;
	border: 1px solid #ccc;
}
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .btn-default.active {
    background-color: #fff;
    color: #fff;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
    color: #555555;
    font-weight: 400;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 10px !important;
}

.m-auto {
	margin: 0 auto;
}
.whatsapp-icon {
	position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background: #01e676;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon:focus,
.whatsapp-icon:hover {
	background: #01e676;
}

.about-frase {
	text-shadow: 0 0 15px black;
}

.general-container {
	position: relative;
  	min-height: 100vh;
}
.image-to-crop-container {
	max-width: 90%;
}
.image-to-crop-container img {
	max-width: 100% !important;
	max-height: 330px !important;
}

.tranlsation {
	transition: width 2s;
}


.how-works-button {
	letter-spacing: 1px;
	min-width: 130px;
}

.how-works-block {
	display: block;
	opacity: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fade-in-1 {
	animation: fadeIn;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
}
.fade-in-2 {
	animation: fadeIn;
	animation-duration: 0.7s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}
.fade-in-3 {
	animation: fadeIn;
	animation-duration: 0.7s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
}
.fade-in-4 {
	animation: fadeIn;
	animation-duration: 0.7s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding: 2rem 0 55% 0;
  position: relative;
}
@media screen and (min-width: 60em) {
	.video-container {
	    padding: 24% 0 0 0 !important;
	}
}
.video-container {
    padding: 56% 0 0 0;
}
.video-container iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.yt-video {
	height: 170px;
}
@media screen and (min-width: 30em) {
	.yt-video {
		height: 400px;
	}
}

@media screen and (min-width: 30em) {
	.image-to-crop-container {
		max-width: 50%;
	}
	.image-to-crop-container img {
		max-height: 480px !important;
	}
	.tile-m {
		height: 540px;
	}
}
@media screen and (min-width: 60em) {
	.image-to-crop-container {
		max-width: 90%;
	}
	.tile-l {
		height: 420px;
	}
}

.steps-container {
	min-height: calc(100vh - var(--footer-height) - var(--nav-height) - var(--breadcrumbs-height));
}
@media screen and (max-width: 767px) {
    .steps-container {
        min-height: calc(100vh - var(--footer-height-mobile) - var(--nav-height) - var(--breadcrumbs-height));
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .steps-container {
        min-height: calc(100vh - var(--footer-height-tablet) - var(--nav-height) - var(--breadcrumbs-height));
    }
}
.steps .help-block {
	display: none;
}

div .dark-red {
	color: #a94442;
}
/* SCROLLBAR */
/* Let's get this party started */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(180, 180, 180, 0.6);
    border: 4px solid transparent;
    background-clip: content-box;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(30, 30, 30, 0.6);
    border-radius: 5px;
}
.shipping-place-box {
	height: 190px; 
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
.pickup-timing {
    margin-bottom: 3px; 
}
.picture-frame-sizes label label {
    min-width: 150px;
}
.empty-img {
	background: #444;
}

@media screen and (min-width: 30em) {
	div .banner-container {
		height: 420px;
	}
	.sidebar {
		height: 90vh;
	}
	.shipping-place-box {
		height: 220px; 
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		
	}
	.pickup-timing {
		margin-bottom: 2px;
	}
}
	
div input.labelauty + label {
    margin: 0;
    display: block;
}

div input.labelauty + label > span.labelauty-unchecked-image {
	background-image: url(../js/jquery-labelauty-master/source/images/input-checked.png);	
}


.wo-30 {
	width: 20%;
	margin: 0 auto;
}

.scale-075 {
	-webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.purchase-detail .form-group,
#address-form .form-group, 
#profile-form .form-group, 
#update-password-form .form-group,
#shipping-place-checkout .form-group {
	margin-bottom: 0;
}

.purchase-detail .control-label {
	margin: 0;
	margin-bottom: 4px;
}

.paymentmethod-visa {
    width: 48px;
    height: 18px;
    background-position: 0px -43px;
}
.paymentmethod-visadeb {
    height: 20px;
    width: 73px;
    background-position: 0 -384px;
}
.paymentmethod-master {
    height: 33px;
    width: 36px;
    background-position: 0px -85px;
}
.paymentmethod-diners {
    height: 23px;
    width: 73px;
    background-position: 0px -172px;
}
.paymentmethod-oca {
    height: 14px;
    width: 53px;
    background-position: 0 -257px;
}
.paymentmethod-lider {
    height: 30px;
    width: 30px;
    background-position: 0 -343px;
}
.paymentmethod-abitab {
    width: 75px;
    height: 25px;
    background-position: 0px -213px;
}
.paymentmethod-redpagos {
    height: 18px;
    width: 74px;
    background-position: 0 -302px;
}
.paymentmethod-mercadopagos {
	height: 30px;
    width: 88px;
}

.list-bullet {
	list-style-type: disc !important;
}

div [class*=paymentmethod] {
    background-image: url(../img/payment-methods-sprite.png);
    background-size: 87px 418px;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.plexo-iframe {
	width: 100%;
	min-height: 750px;
	border: 0;
}

p.price-size {
	margin-top: -150px;
	color: black;
}
@media screen and (min-width: 30em) {
	p.price-size {
		margin-top: -50px;
		color: white;
	}
}
.img-cropper-container {
	height: 500px;
}

div .irs--flat .irs-bar,
div .irs--flat .irs-handle >i:first-child,
div .irs--flat .irs-from, div .irs--flat .irs-to,
div .irs--flat .irs-single {
	cursor: pointer;
	background-color: #999;
}
div .irs--flat .irs-from:before, 
div .irs--flat .irs-to:before,
div .irs--flat .irs-single:before {
	border-top-color: #999;
}
div .irs--flat .irs-handle.state_hover > i:first-child, 
div .irs--flat .irs-handle:hover > i:first-child {
    background-color: #ccc;
}
.rangeslider .rangeslider__fill {
    background: #999;
}
.z-99999 {
	z-index: 99999;
}
.z-999999 {
	z-index: 999999;
}
.mw-1200 {
	max-width: 1200px;
}
.breadcrumbs-widget {
	height: var(--breadcrumbs-height);
}
.breadcrumbs-widget ul {
	background: white;
	margin: 0;
}
.form-horizontal .control-label.text-left {
	text-align: left;
}

.img-molding-slider {
    transform: scale(14) rotate(90deg);
}
.slider-container {
	width: 100% !important;
}
.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.tooltip {
    opacity: 0;
    z-index: 99;
    color: #bbb;
    width: 150px;
    display: block;
    font-size: 10px;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111;
    background: rgba(51,51,51,0.9);
    border: 1px solid rgba(34,34,34,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    z-index: 100000;
    right: -40px;
    bottom: 40px;
}
.tooltip:before,.tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(51,51,51,0.9);
    position: absolute;
    bottom: -10px;
    left: 43%;
}
.tooltip-container:hover .tooltip,a:hover .tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
div .slick-prev:before, div .slick-next:before {
	color: #333;
	font-size: 24px;
}
div.slick-slide {
	outline: none;
}
div.slick-list {
	padding: 0 30px;
}
.mt--10px {
	margin-top: -10px;
}
h2 {
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 30px;
}
@media screen and (max-width: 60em) {
	div h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 24px;
	}
	h3, h4 {
		font-size: 16px;
	}
}
h3, h4 {
	color: #222;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
.h3 {
	font-size: inherit;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
.mh-500 {
  min-height: 500px;
}
.h-60px {
	height: 60px;
}
.w-60px {
	width: 60px;
}
.w-62px {
	width: 62px;
}
p {
	margin: 0;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
p.big {
	font-size: 20px;
}
i.icon-big {
	font-size: 40px;
}
.overflow-hidden {
  overflow: hidden;
}
.no-text {
	text-indent: -999px;
	overflow: hidden;
}
.custom-red {
	color: #f16767;
}
.text-white {
  color: white;
}
.text-dark {
  color: #333;
}
.text-silver {
  color: #f6f6f6;
}
.text-grey {
  color: #777;
}
.text-black {
  color: #080808;
}
.bg-white {
	background-color: white;
}
.bg-dark {
	background-color: #333;
}
.bg-silver {
  background-color: #f6f6f6;
}
.text-white {
	color: #fff;
}
a {
	color: #335f82;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 1px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #666;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
.h-50 {
  height: 50px;
}

/* Navigation */
#nav {
	z-index: 9999;
	width: 100%;
}
#nav .navbar-header {
	float: none;
}
.logo-nav {
    position: absolute;
    left: 50%;
    margin-left: -55px;
}
.logo-nav-mobile {
    position: absolute;
    left: 20px;
}
.navbar img {
	width: auto;
	height: 50px;
}
.navbar-nav > li.right-nav-item .dropdown-menu {
  right: 0;
  left: inherit;
}
#nav .navbar-toggle {
    display: block;
    float: right;
}

#nav .navbar-nav > li {
	float: none;
}
#nav .navbar-header {
	float: none;
}

#nav .navbar-collapse.in {
	overflow-y: auto;
}
#nav .navbar-collapse.collapse {
	display: none !important;
}
#nav .navbar-collapse.collapse.in {
	display: block !important;
}
.navbar .navbar-collapse {
	text-align: center;
}

@media screen and (min-width: 60em) {
	#nav .navbar-nav > li {
		float: left;
	}
	#nav .navbar-nav > li.right-nav-item {
		float: right;
	}
	#nav .navbar-header {
		display: none;
	}
	#nav .navbar-collapse.collapse {
	    display: block !important;
	}
}

@media screen and (min-width: 60em) and (max-width: 75em) {
	.nav > li > a {
		letter-spacing: 1px !important;
		padding: 15px 10px;
		font-size: 11px !important;
	}
}

.navbar .navbar-nav {
	float: none;
	vertical-align: top;
}

.navbar-custom {
	margin-bottom: 0;
	padding: 5px 0;
	box-shadow: 0px 0px 10px #777;
	z-index: 10000;
	height: var(--nav-height);
}
.navbar-custom .nav li a.logo-header {
	padding: 0;
}
@media screen and (max-width: 60em) {
	.navbar-custom .nav li a.logo-header {
		display: none;
	}
}

.navbar-custom .nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11.5px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.home-button:hover,
.btn:hover,
.social-icon:hover {
	text-decoration: none;
	color: grey;
	font-weight: bold;
}

.btn {
	border-radius: 0;
	padding: 10px;
	font-size: 14px;
}
.btn-position {
	position: absolute;
	bottom: 150px;
	left: 0;
}
.btn-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	border-radius: 0;
 }
.btn-mobile {
	height: 42px;
}
.btn-w {
	width: 100%;
}
.b-radius-5{
	border-radius: 5px;
}
@media screen and (min-width: 30em) {
	.btn-position {
		position: static;
	}
	.btn-fixed {
		position: relative;
		border-radius: 0px;
	}
	.btn-mobile {
		height: auto;
	}
	.btn-w {
		width: 190px;
	}
	.btn {
		border-radius: 0px;
	}
}
.btn-null {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.btn-default {
	text-transform: uppercase;
	color: #555;
    background-color: #b3dcf8;
    border-color: #b3dcf8;
	margin: 0;
}
.btn-primary {
	background-color: #3498db;
	border-color: #3498db;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #3498db;
	border-color: #3498db;
	color: white;
}

/* Header Section */
.home-button {
	letter-spacing: 1px;
	min-width: 120px;
    width: 30%;
}
.letter-spaced {
	letter-spacing: 0.3px;
}

#main-banner {
	height: 90vh;
}
@media screen and (max-width: 767px) { 
    #main-banner {
        height: 70vh;
    }
}
#main-banner-full {
	height: 90vh;
}
@media screen and (max-width: 1023px) { 
    #main-banner-full {
        height: 40vh;
    }
}
.main-banner-img-container {
	width: 100%;
	height: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-banner-img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner-text-container {
	justify-content: center;
	width: 100%;
	height: 50%;
}
.main-banner-buttons-container {
	margin: 1rem 0;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
@media screen and (max-width: 967px) {

	.main-banner-img-container {
		justify-content: center;
		height: 60%;
	}
	.main-banner-text-container {
		justify-content: center;
		height: 40%;
	}
}
@media screen and (min-width: 60em) {

	.main-banner-img-container {
		width: 50%;
		height: 100%;
	}
	.main-banner-text-container {
		justify-content: center;
		width: 50%;
		height: 50%;
	}
	.main-banner-buttons-container {
	    justify-content: flex-start;
	}
}
.main-banner-text {
	display: block;
	opacity: 0;
}

.f-24px {
	font-size: 24px;
}

.f-20px {
	font-size: 20px;
}

.f25 {
	font-size: 1.7rem;
}

@media screen and (min-width: 30em) {
	.f25-l {
		font-size: 1.7rem;
	}	
}

@media screen and (min-width: 60em) {

	div.f-40px-l, p.f-40px-l, span.f-40px-l {
		font-size: 40px;
	}
	div.f-25px-l, p.f-25px-l, span.f-25px-l {
		font-size: 25px;
	}
	div.f-18px-l, p.f-18px-l, span.f-18px-l {
		font-size: 18px;
	}
	.modal-dialog {
		width: 800px;
	}
}

.mt-auto {
	margin-top: auto;
}

.footer {
    position: absolute;
    width: 100%;
}

.footer-container{
	height: var(--footer-height);
}
@media screen and (max-width: 767px) {
    .footer-container {
        height: var(--footer-height-mobile);
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer-container {
        height: var(--footer-height-table);
    }
}

.intro-footer p.header {
	font-size: 1.5rem;
}
.intro-footer p.description {
	font-size: 1.25rem;
	text-shadow: none;
	font-weight: normal;
	margin-top: 0.5rem;
}
.error-background {
  background-size: cover;
  background-image: url('../img/empty_frame.jpg');
  background-position: center;
  height: 700px;
}
.center-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shadow-notice {
  color: white;
  font-weight: bold;
  font-size: 4rem;
  text-shadow: 1px 1px 8px black; 
}
div .b--light-gray {
	border-color: #ccc;
}
header .intro-text {
	position: relative;
}
/* About Section */
#questions h1,
#materials h1 {
    letter-spacing: 1px;
}
#about {
	padding: 120px 0;
}

/* Portfolio Section */
#portfolio {
	padding: 120px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	border: 1px solid #777;
	color: #555;
	padding: 8px 20px;
}
ol.type li a.active {
	background: #222;
	border: 1px solid #222;
	color: #fff;
}
ol.type li a:hover {
	background: #222;
	border: 1px solid #222;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Products Section */
.product-grid-item {
	min-height: 200px;
	background-size: cover;
}
.product-square-img:before {
    content: "";
    display: block;
    margin-top: 100%;
}
.bg-product-grid {
	background-size: cover;
	text-indent: -999px;
	overflow: hidden;
}
.text-product-grid {
	margin-bottom:-500em;
	padding-bottom:500em;
}
.molding-scroll {
	z-index: 1000;
}

@media screen and (min-width: 60em) {
	.product-image-container {
		display: flex;
		overflow: hidden;
		height: 25vw;
	}

	.product-image-container .product-image {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

/* Molding autogenerated */

.clock-hand-autogenerated {
	position: absolute;
    width: 70%;
    top: 15%;
    left: 15%;
}
.product-container .product-inner {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.molding-border {
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    position: absolute;  	
    background-size: cover;
    z-index: 100;
    width: 100%;
    background-color: #eee;
}
.molding-top, .molding-bottom {
	z-index: 110;
}
.molding-bottom {
	bottom: 0;
	top: unset;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.molding-left {
    top: unset;
	-webkit-transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: bottom left;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: bottom left;
    -o-transform: rotate(-90deg);
    -o-transform-origin: bottom left;
    transform: rotate(-90deg);
    transform-origin: bottom left;
}
.molding-right {
    top: unset;
    right: 0;
    left: unset;
	-webkit-transform: rotate(90deg);
    -webkit-transform-origin: bottom right;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: bottom right;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: bottom right;
    -o-transform: rotate(90deg);
    -o-transform-origin: bottom right;
    transform: rotate(90deg);
    transform-origin: bottom right;
}
.molding-img {
	position: absolute;
    top: 0;
    left: 0;
}
.molding-big-img {
	height: 22rem;
}
.mirror {
	background-image:url('../img/mirror-bg.jpg');
}
.mirror .inner-mirror {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
}
.mirror-top {
	z-index:500;
    top:0;
    right:0;
    left:0;
    height:0;
    position:absolute;  	
    background-size: cover;
}
.mirror-left {
	z-index: 1000;
    height: 0;
    position: relative;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(270deg);
    -o-transform-origin: left top;
    transform: rotate(270deg);
    transform-origin: left top;
}
.pb-40px {
	padding-bottom: 40px;
}
.w-190px {
	width: 190px;
}
.w-240px {
	width: 240px;
}
.w-190px label, .w-240px label {
	width: 100%;
}
/* Contact Section */
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact .text-danger {
	color: #E87E04;
	text-align: left;
}
label {
	font-weight: 400;
	font-family: 'Mukta', sans-serif;
	margin: 0.5rem 0;
}
input, select, textarea {
	font-weight: 400;
	font-family: 'Mukta', sans-serif;
}
#contact .form-control, #order-search .form-control, #company-form .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: #fff;
	background-image: none;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin: auto;
}
#contact .form-control:focus, #order-search .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contactform-captcha, #companycontactform-captcha {
	width: 100px !important;
	margin: auto !important;
}
.social ul li {
	display: inline-block;
}
.social i.fa {
	font-size: 22px;
	padding: 4px;
	color: #444;
	transition: all 0.5s;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #aaa;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

.number-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #ebf6ff;
  border: 2px solid #555;
  color: #555;
  text-align: center;
  font-size: 32px;
}
#address-form .form-group.field-shipping-place-id {
	display: none;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-loop {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.arrow {
    position: absolute;
    left: 50%;
    margin-top: 60px;
    transform: translate(-50%,-50%);
}
.arrow span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

.progress-bar {
	background-color: #3498db;
}

.position-sticky {
	position: sticky;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.question-div {
	display: grid;
	grid-template-columns: repeat(2,100%);
	align-items: center;
	margin-bottom: 0;
	height: 74px;
}
.fa-question-circle {
    margin-left: 11px;
    color: grey;   
}

.select-material-absolute {
	margin-top: -80px;
	position: absolute;
	margin-left: 116px;
}

@media screen and (min-width: 60em) {
	.select-material-absolute {
		margin-top: -80px;
	    position: absolute;
	    margin-left: 130px;
	}
}

/* About Price Calculator - Inputs Width */
@media screen and (min-width: 60em) {
	input#height-price-id, input#width-price-id {
		width: 200px;
	}
}

/*About Price Calculator - Fonts */
.print-container .form-group .control-label,
.container-sizes h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #555;
}
#final-price-container h4 {
	font-size: 22.5px;
}
.text-price {
	color: #555;
	font-style: italic;
}

/* Sheet */
.sheet-border-color {
	color: #443e34;
}

/* Shadows */
.shadow-2 {
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 15%) !important;
}

/* Borders */
@media screen and (max-width: 30em) {
	.custom-border-width {
		border-width: 0.7rem !important;
	}
}
@media screen and (min-width: 30.063em) {
	.custom-border-width {
		border-width: 0.5rem !important;
	}
}

.grecaptcha-badge { 
    visibility: hidden;
}
