.havasBtnPrymary {
    padding: 19px 5px;
}

/*****************************************************
SUMMARY ACCORDION
*****************************************************/
.havasBlock .panel {
    box-shadow: none;
}

.havasBlock .panel-group .panel+.panel {
    margin-top: 10px;
}
.havasBlock .panel-default {
    border-color: #eee;
}

.havasBlock .panel-heading {
    padding: 0;
    background-color: #eee;
    border: 0;
}

.havasBlock .panel-heading a {
    display: inline-block;
    width: calc( 100% - 73px);
    padding: 15px 0;
    text-decoration: none !important;
    margin-left: 20px;
}

.havasBlock .panel-default.active .panel-heading a {
    font-weight: 700;
}

.havasBlock .panel-title {
    font: 12px 'Noto Sans', sans-serif;
    color: #666666;
}

.havasBlock .step {
    padding: 15px 12px;
    display: inline-block;
    background: #fff;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.havasBlock .step span {
    display: inline-block;
    width: 25px;
    text-align: center;
    font-weight: bold;
}

.havasBlock .panel-default.active .step {
    background-color: #ccc;
}

.havasBlock .panel-body{
    padding: 25px 15px;
    border: 0 !important;
}

.havasBlock .panel-body h3{
    margin-top: 0;
    margin-bottom: 15px;
    font: 12px 'Noto Sans', sans-serif;
    font-weight: bold;
    color: #666666;
}

.havasBlock .panel-body .havasPrize {
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.havasBlock .havasSummryCart .thumbInRow a {
    margin: 0;
}

.havasBlock .havasSummryCart .name {
    margin-bottom: 10px;
}

.havasBlock .havasSummryCart .variants {
    line-height: 22px;
}

.havasBtnEditContent {
    margin-bottom: 15px;
}

/**
NIK
**/

.havasOptionBottom {
    clear: both;
    overflow: auto;
    margin-top: 30px;
}


#collapseFour {
  position: relative;
}

.havasHrAbs {
  border-color: #eee;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.havasMessageContent {
  padding-bottom: 20px;
}

.havasOptionBottom a.havasLabelRed {
  padding-left: 25px;
}
/**
NIK
**/

#havasSummryCartBottom,
.havasSummryCartBottom {
    overflow: auto;
    background-color: #eee;
    margin: 0 -15px -25px -15px;
    padding: 20px;
}

.havasSummryCartBottom > .col-sm-12 {
  margin-top: 10px;
}

.havasHrLarge.havasHrCartBottom {
  margin: 20px -15px 5px -15px;
}

/*****************************************************
SUMMARY BLOCK NEW ADDRESS
*****************************************************/
#havasNewAddress {
    display: none;
    margin-top: 50px;
}

#havasNewAddress .close-box {
    margin-bottom: 20px;
}

select[disabled], select:disabled {
    color: #1d5613;
    opacity: 0.4;
}

#havasNewAddress .add {
    padding-top: 15px;
}

/*****************************************************
SUMMARY BLOCK
*****************************************************/
#havasSummaryBlock .panel-heading{
    padding: 15px;
}

.havasNameTrasport {
    font-size: 10px;
    line-height: 12px;
}

.havasTotal {
    margin-top: 20px;
}

.havasTotal .havasBtnPrymary {
    margin: 20px 0;
}
/*****************************************************
TABLET PORT UP
*****************************************************/
@media screen and (min-width: 768px) {

    .havasBtnPrymary {
        padding: 19px 25px;
    }

    .havasResult .havasBtnEditContent {
        text-align: right;
        margin-bottom: 0;
    }

    .havasBlock .panel-body .havasPrize {
        margin-top: 41px;
        text-align: left;
    }

    .havasSummerCartTop {
        overflow: auto;
    }

    .havasSummryCart {
        overflow: auto;
        margin-top: 10px;
    }

    .havasOptionBottom .havasLabelRed {
        margin-bottom: 0 !important;
    }

    #havasNewAddress {
        padding: 0 25px;
    }


    #havasNewAddress .add {
        text-align: right;
    }

}
/*****************************************************
TABLET LAND UP
*****************************************************/
@media screen and (min-width: 1024px) {
    #havasSummaryBlock {
        width: calc( 100% - 10px);
        position: absolute;
        top: 0;
        right: 10px;
    }
}

/*****************************************************
CUSTOM CHECK
*****************************************************/

/* The container */
.havas-check-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.havas-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.havas-checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #b2b2b2;
}

/* On mouse-over, add a grey background color */
.havas-check-container:hover input ~ .havas-checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.havas-check-container input:checked ~ .havas-checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.havas-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.havas-check-container input:checked ~ .havas-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.havas-check-container .havas-checkmark:after {
  left: 5px;
  top: 0px;
  width: 10px;
  height: 15px;
  border: solid #984626;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
