/* This stylesheet is meant for custom styles, on top of the Ever+ Template */
.sm-input {
    padding: 6px;
    width: 80px;
    height: 40px;
    font-size: 1.2em;
    margin-bottom: 0 !important;
}

.errorlist {
    padding-left:20px;
}

.incdecbutton {
    /*font-weight: bold !important;*/
    font-size:25px !important;
    background: #e4e4e4 !important;
    transition-property: background;
    transition-duration: 0.05s;
    -webkit-tap-highlight-color: #bdbdbd !important;
}

.incdecbutton:active {
    /*box-shadow: 7px 6px 7px 1px rgba(0, 0, 0, 0.24);*/
    /* Moving button 4px to y-axis */
    transform: translate(2px, 1px);
    background: #bdbdbd !important;
}

.form-control {
    margin-bottom: 0 !important;
}

.sm-container {
    max-width: 970px !important;
    padding:0!important;
}

select {
    /*padding: 6px;*/
    /*margin-bottom: 15px;*/
    width: auto;
    /*font-size: 1.2em;*/
    height: 40px;
    min-width: 80px;
}

textarea {
    width: 100%;
    height: 100px;
    font-size: 1.2em;
}

h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.big-list div div p {
    color: black;
}

section.medium {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.btn {
    margin-top: 30px;
    height: 60px;
    width: 280px;
    font-size:15px;
    font-weight: bold;
}

.sm-resize-logo
{
    max-height: 80px;
    max-width:100%
}

@media screen and (max-width: 480px) {

    section.medium {

        padding-top: 20px;

    }

    .btn {
        width: 100%;
    }

    h2 {
        margin-top: 0;
    }

    .reply-box {
        padding: 15px;
    }

    .container {
        width: 93%;
        max-width: 970px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

h4 {
    font-size: 1.2em;
}

.section {
    border-top: 0;
}

.content p {

    text-align: left;
}

.title-block {
    /* padding: 20px; */
    text-align: left;
}

.form-control {
    margin-top: 18px;
    margin-right: 30px;
    padding: 5px;
}

div.bottom-border
{
    border-bottom: 1px;
    border-bottom-color: #adadad;
}

.sm-mobile-only { display: none }

@media all and (max-width: 480px) {

    .sm-mobile-only { display: block }

}

/* comment box */
#id_notes
{
    margin-top: 0;
    height:80px;
}

.product_item
{
    display:inline;
}

.sm-content-font
{
    font-size:13px;
    color: #555;
    font-weight: normal;
}

.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}


.nopadding {
   padding: 0 !important;
}

.nomargin {
   margin: 0 !important;
}

h5{
    margin-top:0;
    margin-bottom:5px;
}

::-webkit-input-placeholder { /* Edge */
  color: #cbcbcb;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cbcbcb;
}

::placeholder {
  color: #cbcbcb;
}

.amount-control {
    width: 45px;
    height: 40px;
    margin-top: 0;
    display:inline;
    text-align: center;
    border: 1px solid #c5c5c5;
    vertical-align: top;
}

.text-control {
    width: 100%;
    height: 40px;
    margin-top: 0;
    display:inline;
    text-align: left;
    border: 1px solid #c5c5c5;
    vertical-align: top;
    font-size: 1.2em;
    padding: 5px;
}

.sm-textfield {
    height: 40px;
    margin-top: 0;
    text-align: left;
    border: 1px solid #c5c5c5;
    vertical-align: center;
}

.ui-button {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    font-size: 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    height: 40px;
    width: 40px;
}

.ui-button-left
{
    margin-right: 5px;
    vertical-align: top;
}

.ui-button-right
{
    margin-left: 5px;
    vertical-align: top;
}

.attribute-label
{
    font-weight: normal;
}

.attribute-select
{

}

.attribute-row
{
    margin-top: 5px;
    margin-bottom: 5px;
}
/*begin touch checkbox*/

.checkbox1 label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox1 .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top:0;
    margin-bottom:0;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox1 .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox1 label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox1 label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox1 label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox1 label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
}

/*end touch checkbox*/

.outerContainer {
    display: table;
    overflow: hidden;
}
.outerContainer .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}


/* checkbox-style*/
.checkbox-style,
.radio-style {
	opacity: 0;
	position: absolute;
}

.checkbox-style, .radio-style,
.checkbox-style-1-label, .radio-style-1-label,
.checkbox-style-2-label, .radio-style-2-label,
.checkbox-style-3-label, .radio-style-3-label {
	display: inline-block;
	vertical-align: middle;
	/*margin: 5px;*/
	cursor: pointer;
}

.checkbox-style-1-label, .radio-style-1-label,
.checkbox-style-2-label, .radio-style-2-label,
.checkbox-style-3-label, .radio-style-3-label { position: relative; }

.checkbox-style-1-label:before, .radio-style-1-label:before,
.checkbox-style-2-label:before, .radio-style-2-label:before,
.checkbox-style-3-label:before, .radio-style-3-label:before {
	content: '';
	background: #FFF;
	border: 2px solid #DDD;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	padding: 4px;
	margin-right: 10px;
	line-height: 1;
	text-align: center;
}

.radio-style-1-label:before,
.radio-style-2-label:before,
.radio-style-3-label:before { border-radius: 50%; }

.checkbox-style:checked + .checkbox-style-1-label:before { background: #286ba7; }
.radio-style:checked + .radio-style-1-label:before { background: #CCC; }

/* Checkbox-small + Radio-small */
.checkbox-style-1-label.checkbox-small:before,
.radio-style-1-label.radio-small:before,
.checkbox-style-2-label.checkbox-small:before,
.radio-style-2-label.radio-small:before,
.checkbox-style-3-label.checkbox-small:before,
.radio-style-3-label.radio-small:before {
	border: 2px solid #DDD;
	width: 16px;
	height: 16px;
	margin: 0 8px 1px 0;
}

/* Style-2 */
.checkbox-style:checked + .checkbox-style-2-label:before {
	background: #286ba7;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-style:checked + .radio-style-2-label:before {
	background: #ccc;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }
.radio-style:checked + .radio-style-2-label.radio-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }

/* style-3 */
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before {
	/* content: "\e92b"; */
    content: "\2713";
	/*font-family: 'lined-icons';*/
	background: #286ba7;
	color: #FFF;
}
.radio-style:checked + .radio-style-3-label:before {
	color: #BBB;
	background-color: transparent;
}

/* style-3 - Small */
.checkbox-style + .checkbox-style-3-label.checkbox-small:before,
.radio-style + .radio-style-3-label.radio-small:before {
	border: 1px solid #BBB;
	width: 16px;
	height: 16px;
	margin: 0 8px 1px 0;
	font-size: 7px;
	line-height: .8;
}

/* end checkbox-style*/

.sm-radio-button {
    height:20px;
    width:20px;
    vertical-align: middle;
}

.sm-radio-label {
    margin-left:8px;
    vertical-align: middle;
    margin-top: 8px;
}

.center {
text-align: center;
}

.margin10
{
    margin-top:10px;
    margin-bottom:10px;
}

.mt0
{
    margin-top:0;
}

.mb0
{
    margin-bottom:0;
}


.margin10
{
    margin-top:10px;
    margin-bottom:10px;
}

.fs20
{
    font-size:20px;
}

.fs14
{
    font-size:14px;
}

span.textline:after,
span.textline:before{
    content:"\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
}

.grecaptcha-badge { opacity:0;}