div [radicalmart-variability] {margin:42px 0;}
#ProductDescription .uk-subnav {display:none;}
.uk-card-default {background-color: #ffffff;}
#checkout_payment {display:none;}
.tm-pseudo-link {border-bottom: 2px dotted;}
.tm-pseudo-link a:hover {text-decoration: none !important;}
a:hover {text-decoration: none;}


.uk-card .uk-grid div.uk-padding { display: flex; flex-direction: column; }
div [radicalmart-variability] { order: 1; }
.uk-background-primary-lighten{ order: 2; margin-bottom: 60px; }
div{ order: 3; }

.uk-button-primary {border: 1px solid #f7e0d6;}

#checkout_contacts h2, .before-discount {display:none;}

.form-control-feedback{
	font-size: small;
    color: #ff390a;
    display: flex;
    flex-wrap: wrap;
	opacity: 0;
  animation: ani 1.5s forwards;
}
@keyframes ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.has-danger .required {
  border-color: #ff390a;
  @extend .uk-animation-shake;
}

@media (min-width: 1900px) {
	.uk-section-default{background-image:url("../../yootheme/vendor/assets/uikit-themes/master-florence/images//section-light-background.svg");background-position-x:50%;background-repeat:repeat-y}
	.uk-section-muted{background-image:url("../../yootheme/vendor/assets/uikit-themes/master-florence/images//section-light-background.svg");background-position-x:50%;background-repeat:repeat-y}
	.uk-section-primary{background-image:url("../../yootheme/vendor/assets/uikit-themes/master-florence/images//section-light-background.svg");background-position-x:50%;background-repeat:repeat-y}
	.uk-section-secondary{background-image:url("../../yootheme/vendor/assets/uikit-themes/master-florence/images//section-dark-background.svg");background-position-x:50%;background-repeat:repeat-y}
}

.tm-adr-hd {
    font-size: 13px;
	color: #333;
}

.tm-inverse-link { 
    color: #c99c88 !important;
}
.tm-inverse-link:hover { 
    color: #b17053; !important;
}
/*widget fast contact*/
#widget {
	margin: 30px !important;
}

#widget .uk-icon-button {
	background: #f9e6dc;
}

#widget .uk-button-secondary {
    background-color: #392a23 !important;
}

.pulse::before {
	content: '';
	position: absolute;
	border: 1px solid #999;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: pulse 1.8s linear infinite;
 
}
.rotate {
	animation: phone 1.9s ease-in-out infinite;
}
@keyframes pulse {
	0%	{
		transform: scale(0.5);
	opacity: 0;
		}
	50% {
	opacity: 1;
		}
	100% {
	transform: scale(1.2);
	opacity: 0;
		}
}   
.pulse::after {
	animation-delay: .5s;
}

@keyframes phone {
 0%, 100% {
  transform: rotate(-20deg);
 }
 50% {
  transform: rotate(21deg);
 }
}    

.whatsapp {
	color:rgb(30, 190, 165);
}
.instagram {
	color:#DC2F87;
}
.telegram {
	color:#00a1d6;
}

@media (max-width: 640px) {
#module-131 .uk-dropdown {
	padding: 0;
	}
}
#checkout_shipping{display:none;} 

/*discount-price*/
.old-price {
  position: relative;
}
.old-price:before {
  border-bottom: 1px solid #fd5607;
  position: absolute;
    content: "";
    width: 125%;
    height: 60%;
    margin: 0 0 0 -5px;
    transform: rotate(19deg);
}
