body .no-margin {
	margin: 0;
}

.text-end {
  text-align: right !important;
}

article.box {
	padding-top: 0 !important;
	margin-top:2.75em;
}

.siteobject_webshop_opc .row, 
.siteobject_webshop_opc .row > * {
	/*padding: 0;
	margin: 0;*/
}

.siteobject_webshop_opc .panelcol {
	padding-left: 15px;
    padding-right: 15px;
}

.siteobject_webshop_opc .panel {
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
	text-align: center;
}

.siteobject_webshop_opc  .panel-body {
    padding: 15px;
}

.siteobject_webshop_opc h1,
.siteobject_webshop_opc h2,
.siteobject_webshop_opc h3,
.siteobject_webshop_opc h4,
.siteobject_webshop_opc h5,
.siteobject_webshop_opc h6 {
    /*color: #732b99;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    line-height: 1.5;*/
    margin: 0px 0px 30px;
}



.siteobject_webshop_opc h3 {
    font-size: 24px;
}

.siteobject_webshop_opc p {
    margin: 0 0 10px;
}

.siteobject_webshop_opc p {
    margin-bottom: 30px;
}

.siteobject_webshop_opc form .formDiv {
	padding-left: 15px;
    padding-right: 15px;
}

.siteobject_webshop_opc form .col_full, 
.siteobject_webshop_opc form .col_half, 
.siteobject_webshop_opc form .col_one_third, 
.siteobject_webshop_opc form .col_two_third, 
.siteobject_webshop_opc form .col_three_fourth, 
.siteobject_webshop_opc form .col_one_fourth, 
.siteobject_webshop_opc form .col_one_fifth, 
.siteobject_webshop_opc form .col_two_fifth, 
.siteobject_webshop_opc form .col_three_fifth, 
.siteobject_webshop_opc form .col_four_fifth, 
.siteobject_webshop_opc form .col_one_sixth, 
.siteobject_webshop_opc form .col_five_sixth {
    margin-bottom: 25px;
	display: block;
    float: left;
    margin-right: 4%;
    position: relative;
}

.siteobject_webshop_opc  .col_half {
    width: 48%;
}

.siteobject_webshop_opc .col_last {
    clear: right;
    margin-right: 0px !important;
}

.siteobject_webshop_opc .col_full {
    width: 100%;
}

.siteobject_webshop_opc .accordion {
    position: relative;
	margin-bottom: 20px;
}

.siteobject_webshop_opc .acctitle {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px;
    padding: 10px 0px 10px 20px;
    position: relative;
}

.siteobject_webshop_opc .acctitle:first-child {
    border-top: medium none;
}

.siteobject_webshop_opc .acctitle i {
    font-size: 14px;
    left: 0px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 14px;
}

.siteobject_webshop_opc .acctitle i.acc-open, 
.siteobject_webshop_opc .acctitlec i.acc-closed {
    display: none;
}

.siteobject_webshop_opc .acctitlec i.acc-open {
    display: block;
}

.siteobject_webshop_opc [data-toggle="accordionButtons"] > .acctitle input[type="radio"] {
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}

.siteobject_webshop_opc .fright {
    float: right !important;
}

.siteobject_webshop_opc input[type="radio"] {
	opacity: 0;
	width: 0;
	height: 0;
}

.siteobject_webshop_opc input[type="radio"]:active ~ label {
  opacity: 1;
}

.siteobject_webshop_opc input[type="radio"]:checked ~ label {
  opacity: 1;
}

/***** cart ****/

.siteobject_webshop_opc .cart {
	/*padding-right: 0px;
    padding-left: 0px;*/
}

.siteobject_webshop_opc .cart .row {
	line-height: 1.42857;
    padding: 5px 0px 5px 0;
}

.siteobject_webshop_opc .cart .head {
    border-top:none;
   	vertical-align: bottom;
	margin:0;
}

.siteobject_webshop_opc .cart .head .photo,
.siteobject_webshop_opc .cart .head .detail,
.siteobject_webshop_opc .cart .head .unit,
.siteobject_webshop_opc .cart .head .totalPrice,
.siteobject_webshop_opc .cart .head .amount,
.siteobject_webshop_opc .cart .head .empty {
	padding-left:0px;
	padding-right:0;
	padding-top: 0;
}


/**** button ****/
.siteobject_webshop_opc .nextButton .button {
	    padding: 0px 22px;
}

.siteobject_webshop_opc .nextButton .button {
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 5px;
    outline: medium none;
    padding: 0px 22px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    white-space: nowrap;
}

.siteobject_webshop_opc .cart .mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.siteobject_webshop_opc .cart .computer, .siteobject_webshop_opc .cart .head {
		display: none;
	}
	
	.siteobject_webshop_opc .cart .mobile {
		display: block;
	}
	
	.siteobject_webshop_opc .nextButton .button {
		line-height: inherit;
	}
}




.fv-plugins-icon {
    position: absolute;
    right: 0;
    text-align: center;
    top: 25px;
}

 .fv-plugins-icon {
    height: 36px;
    line-height: 36px !important;
    width: 36px;
}

.fv-plugins-icon.fa-check {
        color: #19a974;
}

.fv-plugins-icon.fa-times {
        color: #ff4136;
}


