#tm-main {
	min-height: 100px !important;
}

/* Catálogo */

.catalogue [class*=uk-width] {
    width: 33% !important;
}
@media (max-width: 720px) {
	.catalogue [class*=uk-width] {
		width: 50% !important;
	}
}
@media (max-width: 480px) {
	.catalogue [class*=uk-width] {
		width: 100% !important;
	}
}

/* clase en el menú carrito */
.checkout .tm-main {
    background: #ffffff;
}

.checkout input#cant {
	height: 34px;
	width: 70px;
    text-align: center;
	background: #eae7e0;
}

.checkout input {
    height: 35px;
    background: #eae7e0;
    border: 0;
    border-radius: 5px;
    padding: 0px 6px;
}

input#comprobarCupon {	
	height: 46px;
}

label#terminosLabel{
	display: block;
}

/* producto */

[class*=uk-width] {
	min-height: 60px;
}

/* General */
::selection {
    background: #80c5bb85;
    color: #464646;
    text-shadow: none;
}

.uk-link, a {
    color: #c9ab71;
    text-decoration: underline;
    cursor: pointer;
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #c9ab71;
    text-decoration: none;
    cursor: pointer;
}

/* Relacionado */

@media (min-width: 480px) {
    .align.sac-product-view {
        display: inline-block;
        margin-left: 2%;
		margin-right: 2%;
        text-align: center;
        width: 45%;
    }
}

@media (min-width: 768px) {
    .align.sac-product-view {
        display: inline-block;
        margin-left: 2%;
        text-align: center;
        width: 31%;
    }
}

@media (min-width: 960px) {
    .align.sac-product-view {
        display: inline-block;
        margin-left: 0px;
        text-align: center;
        width: 20%;
    }
}

/* PopUp*/

.ui-draggable .ui-dialog-titlebar {
    background: #c9ab71 !important;
}

.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:first-child {
    background: #c9ab71;
    color: #fff;
    border: 0;
}

.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget {
    background: #80c5bb;
    color: #fff;
    border: 0;
}