/*** Style 2 ***/
.fix-margin-bottom {
    margin-bottom: 0;
}
.title-strong {
    font-family: 'MyriadWebPro-Bold';
}
.title-border {
    border: solid 1px #c1c1c1;
    border-radius: 4px;
}
.title-yellow {
    color: #deb01a;   
}

/*** Page Item Detail ***/
@media(max-width: 991px) {
	.page-item-detail .item-info{
		margin-top: 50px;
	}
}
@media(max-width: 767px) {
	.page-item-detail .item-info .quantity-wrapper{
		display: block;
    	max-width: 180px;
	}
}	

/*** Btn ***/
.btn-success {
    color: #fff;
    background-color: #4bab20;
    text-transform: uppercase;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #348A0F;
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #348A0F;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #348A0F;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    color: #fff;
    background-color: #348A0F;
}
.btn-success.btn-outline {
    color: #4bab20;
    background-color: transparent;
    border: solid 1px #4bab20;
}
.btn-success.btn-outline.focus,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    color: #fff;
    background-color: #4bab20;
    border-color: #4bab20;
}
.btn-success.btn-outline.active,
.btn-success.btn-outline:active,
.open>.dropdown-toggle.btn-success.btn-outline {
    color: #fff;
    background-color: #4bab20;
    border-color: #4bab20;
}
.btn-default.btn-outline {
    color: #656f78;
    background-color: transparent;
    border: solid 1px #656f78;
    text-transform: uppercase;
}
.btn-default.btn-outline.focus,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:hover {
    color: #fff;
    background-color: #656f78;
    border-color: #656f78;
}
.btn-default.btn-outline.active,
.btn-default.btn-outline:active,
.open>.dropdown-toggle.btn-default.btn-outline {
    color: #fff;
    background-color: #656f78;
    border-color: #656f78;
}
.btn-icon {
	display: inline-block;
	color: #deb01a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #deb01a;
    line-height: 40px;
    font-size: 25px;
}
.btn-icon:focus,
.btn-icon:hover {
	color: #fff;
	background-color: #deb01a; 
}
.btn-icon-red {
	display: inline-block;
	color: #CC2936;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #CC2936;
    line-height: 40px;
    font-size: 25px;
}
.btn-icon-red:focus,
.btn-icon-red:hover {
	color: #fff;
	background-color: #CC2936; 
}
.btn-icon-green {
	display: inline-block;
	color: rgb(131, 197, 102);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px rgb(131, 197, 102);
    line-height: 40px;
    font-size: 25px;
}
.btn-icon-green:focus,
.btn-icon-green:hover {
	color: #fff;
	background-color: rgb(131, 197, 102); 
}

/*** Tables ***/
.table-container .table-responsive tbody > tr > td .btn-success {
    min-width: 150px;
}
.table-container .table-responsive tbody > tr {
	height: 96px;
}

.short-height {
   height: 56px;
}

.table-container .table-responsive tbody > tr.subst-row {
	height: 48px;
	font-size: 15px;
}

.table-container .table-responsive tbody > tr.subst-row > td .img-responsive {
	min-width:45px;
	width:45px;
	position:relative;
	left: 15px;
}

.table-container .table-responsive tbody > tr.accordion-toggle {
    height: inherit;
}

.table-container {
	background-color: #fff;
}
.table-container .table thead th {
    vertical-align: middle;
}
.table td .table {
    margin: 0;
    padding: 0;
}
.table td .table thead th {
    background-color: #ecf0f3;
    color: #c1c1c1;
    border-bottom: solid 1px #94a8bc;
}
.table-container .table-responsive thead > tr > th.small {
	white-space: nowrap;
}
.table-container .table-responsive thead > tr > th:first-child {
	white-space: nowrap;
}
@media(max-width: 767px) {
	.table-container .table-responsive tbody > tr > td .btn-success,
	.table-container .table-responsive tbody > tr > td .btn-default,
	.table-container .table-responsive tbody > tr > td .btn-primary {
    	min-width: auto;
	}
}
    
/*** Page Order Archive ***/
@media(max-width: 991px) {
	.page-order-archive form button.btn {
		width: 100%;
		display: block;
	}
}
@media(max-width: 767px) {
	.page-order-archive .tabs-container .nav-tabs > li > a {
		font-size: 18px;
		padding: 15px 8px;
		white-space: nowrap;
	}
}

/*** Page Research ***/
.page-research .col-left .section {
    padding-bottom: 0px;
    padding-top: 25px;
}
.page-research .col-right .help-block {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #969ca3;
}
.page-research .col-right .title {
    color: #fff;
    margin: 0;
    display: block;
    text-align: left;
    background-color: #969ca3;
    padding: 10px 15px;
}
.page-research .carousel {
    background-color: #ccd5df;
}
.page-research .carousel-indicators-container {
    background-color: #bec9d6;
    text-align: center;
    padding: 10px 15px;
}
.page-research .carousel .carousel-indicators {
    position: inherit;
    width: auto;
    margin: auto;
    left: inherit;
}
.page-research .carousel .item .container-fluid {
    padding-top: 85px;
    padding-bottom: 85px;
}
.page-research .carousel .item .img-container {
    display: block;
    position: relative;
    background-color: #fff;

    width: 146.067px;
    height: 224.667px;

    margin: auto;
}
.page-research .carousel .item .img-container i {
    position: absolute;
    right: 10px;
    top: 10px;
}
.page-research .all-parts {
    text-decoration: none !important;
    color: #c1c1c1;
    font-size: 20px;
    position: relative;
}
.page-research .all-parts div {
	position: absolute;
	top: 50%;
	width: 100%;	
	text-align: center;	
	margin-top: -13px;
}
.page-research .carousel-indicators li,
.page-research .carousel-indicators .active {
    border: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #a6a6a6;
    margin-left: 2px;
    margin-right: 2px;
}
.page-research .carousel-indicators .active {
    background-color: #deb01a;
}
.page-research .carousel .item a {
    overflow: hidden;
    padding: 3px;
    border: 2px solid transparent;
}
.page-research .carousel .item a:hover,
.page-research .carousel .item a.active {
    border-color: #deb01a;
}
.page-research .item-container {
    margin: 0;
    text-align: center;
}
.page-research .item-container .img-container {
    padding: 25px;
    text-align: center;
}
.page-research .item-container .img-container .img-responsive {
    margin: auto;
}
.page-research .item-container .list-action-container {
    display: none;
}
.page-research .table p {
    width: 250px;
}
.page-research .list-action {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 24px;
}
.page-research .list-action > li {
    margin-left: 8px;
    margin-right: 8px;
    color: #c1c1c1;
}
.page-research .list-action > li > a {
    color: #c1c1c1;
}
.page-research .list-action > li > a:hover {
    color: #a0a0a0;
}
.zoom {
    display:inline-block;
    position: relative;
}
@media(max-width: 991px) {
	.page-research .col-right {
		margin-top: 25px;
	}
	.page-research .col-right .help-block {
		padding-left: 15px;
	}
}
@media(max-width: 767px) {
	.page-research .carousel .item .container-fluid {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.page-research .carousel .item .img-container {
		margin-bottom: 15px;
	}
}

/*** Page Order Detail ***/
.page-order-detail .card {
    margin-bottom: 50px;
}

/*** Page Order Detail ***/
.page-order-pending .table-container .help-block{
    margin-left: 15px;
    margin-right: 15px;
}

/*** Page Basket ***/
.page-basket .bg-white {
    background-color: #fff;
}
.page-basket .form-inline label {
    margin-right: 15px;
}
.page-basket .form-inline.order-reference label {
    color: inherit;
}
.page-basket .form-inline label > small {
    text-transform: none;
    margin-right: 8px;
    color: #a0a0a0;
}
.page-basket .form-inline .form-group {
    margin-right: 15px;
}
.page-basket .form-inline .checkbox input {
    margin-left: 8px;
}
.page-basket .form-inline .form-control {
    padding: 6px 12px;
}
.page-basket .form-inline select.form-control {
    min-width: 180px;
}
.page-basket .table-container {
    background-color: #fff;
}
.page-basket td.text-right {
    text-align: right !important;
}
.page-basket tr.no-border {
    border: 0 !important;
}
.page-basket tr.summary ,
.page-basket td.summary {
    font-size: 28px;
}
.page-basket tr.summary:hover ,
.page-basket td.summary:hover {
    background-color: transparent;
}
.page-basket tr.summary,
.page-basket tr.summary-large,
.page-basket td.summary {
    height: auto !important;
}
.page-basket .table tbody tr.summary-large {
    font-size: 28px;
}
.page-basket .table tbody tr.summary-yellow {
    color: #deb01a;
    border-top: 1px solid #deb01a;
}
.page-basket .table tbody tr.summary-yellow:hover {
    background-color: transparent;
}
.page-basket .btn-action-container {
    margin-bottom: 25px;
    margin-top: 25px;
}
.page-basket .btn-action-container .btn {
    width: 240px;
    margin-left: 25px;
}
.page-basket .btn-action-container .btn:first-child {
    margin-left: 0;
}
.page-basket .progress {
    background-color: #d3d3d3;
}
.page-basket .card {
    padding: 25px 15px;
}
.page-basket hr.yellow {
    border-color: #deb01a;
}
.page-basket .card .title.title-grey {
    margin-bottom: 15px;
}
@media(max-width: 991px) {
    .page-basket .order-summary.sm-margin-top {
        margin-top: 25px;
    }
    .page-basket .order-reference .form-inline .form-group {
        margin-bottom: 15px;
    }
    .page-basket .btn-action-container .btn {
        width: auto;
        padding: 10px 20px;
    }
}
@media(max-width: 767px) {
    .page-basket .order-reference {
        text-align: left;
    }
    .page-basket .form-inline .form-group {
        margin-right: 0;
    }
    .page-basket .order-summary .text-center{
        text-align: right;
    }
    .page-basket .order-summary .title-sm,
    .page-basket .order-summary .title-border{
        text-align: right;
        padding-right: 15px;
    }
    .page-basket .btn-action-container .btn {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

/*** Progress steps ***/
.bs-wizard {
    margin-top: 25px;
    margin-bottom: 25px;
}
.bs-wizard .disabled {
    background-color: transparent !important;
    text-transform: none !important;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #d3d3d3;
    font-size: 16px;
    line-height: 19px;
}
.bs-wizard > .bs-wizard-step.complete .bs-wizard-stepnum,
.bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {
    color: #deb01a;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background: #deb01a;
    top: 31px;
    left: 50%;
    margin-top: -15px;
    margin-left: -5px;
    border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 2px;
    box-shadow: none;
    margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #deb01a;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #d3d3d3;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{
   pointer-events: none;
}
@media(max-width: 767px) {
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 14px;
    }
}

/*** Custom checkbox ***/
.custom-checkbox {
    display: inline-block;
}
.custom-checkbox .control {
    display: block;
    position: relative;
    padding-right: 45px;
    cursor: pointer;
    font-weight: 400;
}
.custom-checkbox .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox .control a{
    font-weight: 600;
}
.custom-checkbox .control__indicator {
    position: absolute;
    top: -2px;
    right: 0;
    height: 34px;
    width: 34px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
}
.custom-checkbox .control input:checked ~ .control__indicator {
    background: #deb01a;
    border-color: #deb01a;
}
.custom-checkbox .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.custom-checkbox .control input:checked ~ .control__indicator:after {
    display: block;
}
.custom-checkbox .control--checkbox .control__indicator:after {
    left: 10px;
    top: 2px;
    width: 12px;
    height: 20px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.custom-checkbox .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

/*** Footer ***/
@media(max-width: 767px) {
    .footer .item {
        margin-bottom: 15px;
    }
    .footer .item:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }
}