@charset "UTF-8";
@font-face {
	font-family: 'HoneyScriptSemiBold';

    src: url('/_fonts/HoneyScriptSemiBold.eot');
	src: url('/_fonts/HoneyScriptSemiBold.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/HoneyScriptSemiBold.woff') format('woff'),
         url('/_fonts/HoneyScriptSemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'MyriadProRegular';

    src: url('/_fonts/MyriadProRegular.eot');
	src: url('/_fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/MyriadProRegular.woff') format('woff'),
         url('/_fonts/MyriadProRegular.ttf') format('truetype');
}
@media screen and (max-width: 949px)  {
    .removeMobile {
        width: 0 !important;
        display: none !important;
    }
}

section#cartContent {
    position: relative;
    display: block;
    min-height: 500px;
    text-align: left;
    z-index: 100;
    background-color: #fff;
}

section#cartContent h2#titlePage {
    position: relative;
    display: inline-block;
    font-family: "MyriadProRegular";
    font-size: 2.5em;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

section#cartContent img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

div#emptyCart {
    height: 400px;
}
div#emptyCart h2 {
    font-family: "HoneyScriptSemiBold";
    font-size: 4em;
    font-weight: normal;
    display: block;
    margin-top: 100px;
    text-align: center;
}

table {
    margin: 50px auto 0 auto;
    width: 100%;
}

h2.tableTitles {
    font-family: "MyriadProRegular";
    font-size: 1.5em;
    font-weight: normal;
}

img.imgProd {
    height: 150px;
}
tr, td {
    width: 20%;
    text-align: center;
}

button.removeProd {
    width: 50px;
    height: 50px;
    background: url('/_images/Delete-Prod.png') no-repeat center;
    background-color: transparent;
    border: none;
    text-align: center;
}

tr td p {
    font-family: "MyriadProRegular";
    font-size: 1em;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    color: #424242;
}
tr td p span {
    font-weight: bold;
}

tbody tr td h2 {
    font-family: "MyriadProRegular";
    font-weight: normal;
    margin: 0 0 10px 0;
    text-align: center;
}

tbody tr td h3 {
    font-family: "MyriadProRegular";
    font-weight: normal;
    margin: 0;
    font-size: 1.5em;
}

div.buttonBottom {
    position: relative;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.buttonBottom a#buttonFinish {
    font-family: "HoneyScriptSemiBold";
    font-size: 2.7em;
    background-color: transparent;
    color: #000;
    border: none;
    border-top: 1px #424242 solid; 
    border-bottom: 1px #424242 solid; 
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 10px;
}
div.buttonBottom a#buttonKeepBrowsing {
    font-family: "HoneyScriptSemiBold";
    font-size: 2.7em;
    background-color: transparent;
    color: #000;
    border: none;
    border-top: 1px #424242 solid; 
    border-bottom: 1px #424242 solid; 
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 10px; 
    float: left;
}

div.buttonBottom a#buttonFinish:hover, div.buttonBottom a#buttonKeepBrowsing:hover {
    color: #CD7E29;
    border-color: #CD7E29;
}