.s-language {
	margin-top: -8px;
    margin-bottom: -8px;
}

.s-language .btn-link {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.s-language .dropdown-toggle {
	background-color: #f77100;
    height: 36px;
}

.s-language .dropdown-toggle .icon {
    margin-left: 3px;
    margin-right: -3px;
    margin-top: -1px;
    font-size: 9px;
    color: #1b1e6d;
}

.s-language .dropdown-toggle:hover {
	text-decoration: none;
}

.s-language .dropdown-menu {
	margin-top: 0;
    min-width: 100%;
    background: #f77100;
    border: none;
}

.s-language .dropdown-menu .btn-link:hover {
	text-decoration: none;
	background-color: #1b1e6d;
	border-color: #1b1e6d;
}

@media (min-width: 768px) {
	.s-language:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 1199.98px) {
	.section-top {
		font-size: 12px;
	}
}
.radio-row {
    padding-top: -webkit-calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
}
/*
.radio-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio-row .radio + .radio {
	margin-left: 15px;
}

.radio-row .radio label {
	margin: 3px 0;
}*/

.modal-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.h1, .h2, .h3, .h4 {
    font-weight: 500;
    color: #1b1e6d;
    text-transform: uppercase;
}
.carousel-heading {
	font-weight: 700;
}
.card .card-header {
    line-height: 1.2;
}
.h1 {
    font-size: 22px;
}
.h2 {
    font-size: 20px;
}
.h3 {
    font-size: 18px;
}
.h4 {
    font-size: 16px;
}

.no-gutters .product-layout {
    border-top: 1px solid #ffe9c0;
}
.no-gutters .product-layout:not(:first-child) {
    border-left: 1px solid #ffe9c0;
}

.card-config {
    box-shadow: none;
    position: relative;
}

.card-config .card-header {
    min-height: 40px;
    background-color: rgba(255,255,255,.6);
    padding: 4px 5px;
    font-size: 14px;
    text-align: right;
    line-height: 1.1;
}

.card-config .card-header a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.card-config .card-footer .btn-cart {
    background-color: #f77100;
    border-color: #f77100;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-config .card-footer .btn-cart .bi {
    margin-right: 5px;
}

.card-config .card-footer .btn-cart:hover {
    background-color: #f77100;
    border-color: #f77100;
    color: #fff;
}

@media (min-width: 768px) {
    .card-config .card-header,
    .card-config .card-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .card-config .card-footer {
        opacity: 0;
        -webkit-transition: opacity .15s ease-in;
        -moz-transition: opacity .15s ease-in;
        -o-transition: opacity .15s ease-in;
        transition: opacity .15s ease-in;
    }
    .card-config:hover .card-footer {
        opacity: 1;
    }
}

.product-images {
    position: relative;
}

.product-images .item {
    padding: 5px;
}

.product-images .owl-nav button.owl-next, 
.product-images .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 20px;
    font-size: 30px;
    text-align: center;
}

.product-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.product-nav li a {
    font-weight: bold;
    color: #1b1e6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-nav li a .bi {
    margin-right: 5px;
}

.product-nav li a:hover {
    color: #4c4c4c;
}

.product-nav li a.active {
    background-color: #fff;
    color: #f77100;
}

.product-nav li a:not(.active) {
    border: transparent;
    background-color: transparent;
}

.product-price {
    font-size: 20px;
    font-weight: 700;
}

.custom-radio {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    visibility: hidden;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 8px 4px 2rem;
    display: block;
}
.custom-control-label::before,
.custom-control-label::after {
    position: absolute;
    display: block;
    content: "";
}
.custom-control-label::before {
    left: .5rem;
    top: .5rem;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;

    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::after {
    top: .75rem;
    left: .75rem;
    width: .5rem;
    height: .5rem;
}
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
    border-radius: 50%;
}
.custom-control-input:checked ~ .custom-control-label {
    background-color: #ffffff;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #1b1e6d;
    border-color: #1b1e6d;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #4c4c4c;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #1b1e6d;
}

.optionPrice {
    font-size: 16px;
    font-weight: bold;
    color: #1b1e6d;
}

.option-aside-container {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    list-style-type: none;
    padding-left: 20px;
}
.option-aside-container li {
    font-size: 14px;
    color: #555;
    position: relative;
    padding-left: 14px;
}
.option-aside-container li:before {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #f77100;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}