.dialogShader {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: #000; opacity: 0.4; z-index: 99;}
.dialogCont {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 100;}
.dialogCont .centerer {width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-around;}
.dialogCont .dialogFrame {width: 600px; float: left; background-color: #FFF; position: relative;}
.dialogCont .dialogFrame.size-1 {width: 800px;}
.dialogCont .dialogFrame.size-2 {width: 1000px;}
.dialogCont .dialogFrame .close {width: auto; height: auto; float left; position: absolute; color: #FFF; font-size: 40px; top: -30px; right: -27px; line-height: 20px; opacity: 0.7;}
.dialogCont .dialogFrame .close:HOVER {opacity: 1;}
.dialogCont .headerFrame {width: 100%; padding: 10px 20px; float: left; background-color: #a5182d; border-bottom: 1px #a5182d solid; color: #FFF; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center;}
.dialogCont .headerFrame.red {background-color: #d9001a; border-bottom: 1px #c20003 solid;}
.dialogCont .bodyFrame {width: 100%; padding: 30px; float: left; background-color: #FFF; font-size: 14px; font-weight: 300;}
.dialogCont .bodyFrame P:first-child {margin-top: 0px;}
.dialogCont .scroller {width: 100%; max-height: 50vh; float: left; overflow-y: scroll;}
.dialogCont .dialogFrame .buttonsFrame {width: 100%; float: left; display: flex; justify-content: space-between; margin: 10px 0px 0px 0px;}
.dialogCont .dialogFrame .buttonsFrame A {width: 160px; padding: 10px 20px; border: 1px #e0e0e0 solid; background-color: #f5f5f5; transition: box-shadow 200ms; font-size: 13px; font-weight: 300; display: flex; align-items: center; justify-content: space-around; text-decoration: none; border-radius: 2px;}
.dialogCont .dialogFrame .buttonsFrame A:HOVER {box-shadow: inset 0 0 10px rgba(0,0,0, 0.3);}
.dialogCont .dialogFrame .buttonsFrame A.cart {background-color: #ed2d5b; color: #FFF; border: 1px #ed2d5b solid;}
.dialogCont .dialogFrame .buttonsFrame A IMG {margin-right: 10px;}
.dialogCont .dialogFrame .buttonsFrame A.green {background-color: #1da676; color: #FFF; border-color: #1da676;}