.btn-cart {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Header Area Styles Starts */
#header-area {
    background: #fff;
    margin-bottom: 20px;
    /* Main Header & Search Styles Starts */
}

#header-area .header-top {
    background: #252a2f;
    /* Currency & Languages Drop Down Styles Starts */
}

#header-area .header-top .header-links ul li {
    display: inline-block;
}

#header-area .header-top .header-links ul li .fa {
    margin-right: 3px;
}

#header-area .header-top .header-links ul li a {
    padding: 12px 15px 12px 0;
}

#header-area .header-top .header-links ul li a:hover,
#header-area .header-top .header-links ul li a:focus, #header-area .header-top .header-links ul li.active a {
    background: none;
    color: #9dd3aa;
}

#header-area .header-top .header-links
.header-links li
.header-links li,
#header-area .header-top .header-links li a {
    color: #fff;
}

#header-area .header-top .btn-link {
    color: #fff;
    text-decoration: none;
    margin: 4px 0 0 0;
}

#header-area .header-top .btn-link i.fa {
    margin-left: 5px;
}

#header-area .header-top .open .btn-link {
    color: #9dd3aa;
}

#header-area .main-header {
    padding: 25px 0 35px;
}

#header-area .main-header #logo {
    text-align: center;
}

#header-area .main-header #logo a {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
}

#header-area .main-header #logo a .black {
    color: black;
}

#header-area .main-header #logo a:hover {
    text-decoration: none;
    color: var(--primary);
}

#header-area .main-header #logo a:hover .black {
    color: black;
}

#header-area .main-header #logo .img-responsive {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    #header-area .main-header #logo .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    #header-area .main-header #logo .img-responsive {
        margin: 0 auto;
    }
}

#header-area .main-header #search {
    margin: 12px 0 0 0;
}

#header-area .main-header #search .input-group .form-control {
    background: none;
    border: solid var(--primary);
    border-width: 1px 1px 1px 1px;
    color: #878a8c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header-area .main-header #search .input-group .btn {
    background: none;
    border: solid var(--primary);
    border-width: 1px 1px 1px 0;
    color: var(--primary);
    height: 46px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Cart Style Starts */
#cart .btn {
    color: #383838;
    background: none;
    border: 1px solid var(--primary);
    text-align: left;
    padding: 10px 15px;
    margin: 12px 0 0 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#cart .btn .fa-shopping-cart {
    color: var(--primary);
    font-size: 22px;
    margin-right: 10px;
    vertical-align: top;
}

#cart .btn span {
    color: #252a2f;
    font-size: 16px;
    text-transform: uppercase;
}

#cart .btn span#cart-total {
    color: var(--primary);
    padding: 0 8px 0 5px;
}

#cart .btn i.fa-caret-down {
    color: var(--primary);
    margin-left: 5px;
}

#cart .dropdown-menu {
    min-width: 100%;
    margin-top: 10px;
    background: #383838;
    color: #fff;
    border: none;
    z-index: 1001;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu table td {
    background: none;
    border: none;
}

#cart .dropdown-menu table td.hcart td {
    border-bottom: 1px solid #e8e8e8;
}

#cart .dropdown-menu table td a {
    color: var(--primary);
}

#cart .dropdown-menu table td a:hover {
    color: #fff;
}

#cart .dropdown-menu table.total td {
    padding: 2px 8px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#cart .open > .dropdown-menu {
    display: block;
}

#cart .btn-block1 {
    padding: 20px 0 0;
}

#cart .btn-block1 a {
    padding: 8px 12px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

#cart .btn-block1 a:hover, #cart .btn-block1 a + a {
    background: var(--primary);
    color: #fff;
}

#cart .btn-block1 a, #cart .btn-block1 a + a:hover {
    background: #fff;
    color: #252a2f;
}

.line-bottom {
    border-bottom: 1px solid #929497;
}

.line-top,
.btn-block1 {
    border-top: 1px solid #929497;
}

/* Main Menu Styles Starts */
.bg-red {
    background: var(--primary) !important;
}

#main-menu.navbar {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#main-menu .navbar-nav li a {
    color: #fff;
}

#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li > a:focus,
#main-menu .navbar-nav > li.open a {
    background: #383838;
    color: #fff;
}

#main-menu .dropdown-menu {
    background: #383838;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#main-menu .dropdown-menu li a {
    color: #fff;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
}

#main-menu .dropdown-menu li:hover a {
    background: #4c4c4c;
    text-decoration: none;
}

#main-menu .dropdown-inner {
    display: table;
    padding-bottom: 10px;
}

#main-menu .dropdown-inner ul {
    display: table-cell;
}

#main-menu .dropdown-inner .dropdown-header {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0 10px 15px;
}

#main-menu .dropdown-inner li a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
}

/* Breadcrumb Styles Starts */
.breadcrumb {
    text-transform: uppercase;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb li {
    color: #878a8c;
    font-size: 13px;
}

.breadcrumb + li:before {
    content: "\00BB";
    color: #878a8c;
}

.breadcrumb a {
    color: #252a2f;
}

/* Tabs Styles Starts */
.tabs-panel {
    margin-top: 20px;
}

.tabs-panel.card-smart {
    padding: 0;
}

.tabs-panel .nav-tabs {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 4px solid var(--primary);
}

.tabs-panel .nav-tabs > li {
    margin-bottom: 0;
}

.tabs-panel .nav-tabs > li > a {
    color: var(--primary);
    margin: 0;
}

.tabs-panel .nav-tabs > li > a:hover {
    background: #fff;
}

.tabs-panel .nav-tabs > li.active, .tabs-panel .nav-tabs > li.active > a {
    background: var(--primary);
    color: #fff;
}

.tabs-panel .nav-tabs > li > a, .tabs-panel .btn, .tabs-panel .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav > li > a:hover,
.tabs-panel .nav > li > a:focus {
    background: none;
}

.tabs-panel .nav-tabs > li > a,
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav-tabs > li > a:hover {
    border: none;
}

.tabs-panel .tab-content {
    padding: 20px;
    font-size: 13px;
}

.tabs-panel label.control-label {
    text-transform: uppercase;
    font-weight: normal;
}

.tabs-panel label.control-label.ratings {
    padding-top: 1px;
}

.tabs-panel .btn {
    margin-left: -10px;
}

/* Pagination Styles Starts */
.pagination {
    margin: 0;
}

.pagination > li > a {
    color: #8b8b8b;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
}

.page-item .page-link:hover, .page-item .page-link:focus {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.results {
    padding-top: 10px;
    text-align: right;
}

.side-heading {
    margin-top: 0;
    padding: 12px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #383838;
}

.group,
.list-group-item:first-child,
.list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.list-group-item {
    color: #252a2f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.list-group-item .fa {
    font-size: 12px;
    padding-right: 6px;
    color: var(--primary);
}

.list-group.categories {
    margin-bottom: -1px;
}

.list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus, .list-group.categories a.list-group-item.active {
    background-color: var(--primary);
    border-color: white;
}

.list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus, .list-group.categories a.list-group-item:hover .fa, .list-group.categories a.list-group-item:focus .fa, .list-group.categories a.list-group-item.active .fa {
    color: #fff;
}

.list-group.categories:last-child {
    margin-bottom: 20px;
}

.list-group.categories .list-group .list-group-item {
    padding-left: 25px;
}

.list-group.categories .list-group .list-group .list-group-item {
    padding-left: 45px;
}

.filter-group.filter-group-checkbox {
    margin-left: 20px;
}

.main-container {
    padding: 0 0 60px 0;
}

/* Footer Links Styles Starts */
#footer-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
}

.footer-links {
    border-top: 1px solid #929497;
    padding: 25px 0 40px;
}

.footer-links h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    padding: 2px 0;
    font-size: 12px;
    color: #212121;
}

.footer-links li a {
    color: #212121;
}

.footer-links li a:hover,
.footer-links .last li a {
    color: #232323;
}

.footer-links .last h4.lead {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
    color: #8b8b8b;
}

.footer-links .last h4.lead span {
    color: #232323;
}

.copyright {
    background: #252a2f;
    padding: 18px 0 8px;
    font-size: 13px;
    color: #fff;
}

.copyright a,
.copyright a:hover {
    color: var(--primary);
}

.copyright p {
    padding-top: 4px;
}

/* Three Column Banner Styles Starts */
.col3-banners {
    margin-bottom: 20px;
}

/* Two Column Banner Styles Starts */
.col2-banners {
    margin-bottom: 20px;
}

/* Slider Section Styles Starts */
.slider {
    margin-bottom: 30px;
}

/* Product Carousel Styles Starts */
.product-carousel .row {
    margin-left: -5px;
    margin-right: -5px;
}

.product-carousel .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

#owl-product .item {
    padding-left: 5px;
    padding-right: 5px;
}

#owl-product .owl-controls {
    margin: 0;
}

#owl-product .owl-controls .owl-buttons div {
    position: absolute;
    background: none;
    font-size: 26px;
}

#owl-product .owl-controls .owl-buttons .owl-prev,
#owl-product .owl-controls .owl-buttons .owl-next {
    top: -61px;
    color: #fff;
}

#owl-product .owl-controls .owl-buttons .owl-prev {
    right: 60px;
}

#owl-product .owl-controls .owl-buttons .owl-next {
    right: 20px;
}

/* Products Box Styles Starts */
.products-list {
    margin-bottom: 15px;
}

.product-head {
    padding: 14px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    background: #252a2f;
    color: #fff;
    text-transform: uppercase;
}

.product-col {
    padding: 15px 15px 10px;
    border: 1px solid #e8e8e8;
    height: 100%;
}

.product-col .caption {
    padding: 20px 0;
}

.product-col h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.product-col .description {
    padding: 5px 0;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #8b8b8b;
}

.product-col .price {
    padding: 10px 0;
}

.product-col .price .price-tax {
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
}

.product-col .price span.price-new {
    color: #2f353b;
    font-size: 24px;
    padding-right: 5px;
}

.product-col .price span.price-old {
    font-size: 18px;
    color: #808080;
    text-decoration: line-through;
}

.product-col .cart-button {
    padding-top: 10px;
}

.product-col .cart-button .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product-col .cart-button .cart-item-quantity {
    max-width: 70px;
    margin-left: 7px;
}

.product-col .cart-button .btn-cart {
    padding: 5px 12px;
    font-size: 15px;
    margin: 10px 0 0 0;
}

.product-col .cart-button .btn-cart .fa {
    margin-left: 0;
    padding: 0;
    background: none;
}

.product-col .cart-button .btn-wishlist,
.product-col .btn-compare {
    display: inline-block;
    color: #fff;
    background: #303030;
    margin-right: 3px;
}

.btn-wishlist:hover,
.btn-compare:hover,
.btn-cart {
    background: var(--primary);
}

.btn-cart {
    padding: 0 0 0 15px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

.btn-cart .fa {
    margin-left: 10px;
    padding: 10px;
    background: transparent;
    border-left: 1px #303030 solid;
    height: 100%;
}

.btn-cart:hover {
    background: #303030;
    color: white;
}

.product-col.list .image {
    padding: 20px 30px 10px 0;
    float: left;
}

.product-col.list .description {
    padding-right: 20px;
}

.cat-intro {
    padding-top: 10px;
}

.cat-intro .img-thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cat-intro .cat-body {
    color: #8b8b8b;
    font-size: 13px;
    padding-left: 5px;
    text-align: justify;
}

.product-filter {
    margin: 30px 0;
    padding: 8px 0;
    border: solid #e8e8e8;
    border-width: 1px 0;
}

.product-filter .display {
    padding-top: 5px;
    padding-left: 10px;
}

.product-filter .display a {
    color: #2f353b;
    font-size: 24px;
    margin-right: 6px;
}

.product-filter .display a.active {
    color: var(--primary);
}

.product-filter .control-label {
    padding-top: 5px;
    font-size: 18px;
    font-weight: normal;
}

.product-filter .form-control {
    height: 30px;
    padding: 3px 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Product Page Styles Starts */
.product-info {
    padding-top: 10px;
}

.product-info .images-block .thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.product-info .images-block .list-inline {
    margin-left: -2px;
}

.product-info .images-block .list-inline li {
    padding-left: 2px;
    padding-right: 2px;
}

.product-info .images-block .list-inline .thumbnail {
    padding: 5px;
}

.product-info.full .images-block .list-inline {
    margin-left: -5px;
}

.product-info.full .images-block .list-inline li {
    padding-left: 5px;
    padding-right: 5px;
}

.product-info .product-details h2 {
    margin-top: 0;
    font-size: 24px;
}

.product-info .product-details h3 {
    font-size: 22px;
}

.product-info .product-details .manufacturer {
    color: #808080;
    text-transform: uppercase;
}

.product-info .product-details .manufacturer span {
    min-width: 130px;
    display: inline-block;
    color: #2f353b;
}

.product-info .product-details .shipping {
    margin-top: 10px;
    font-size: 18px;
}

.product-info .product-details .price .price-head {
    padding-right: 10px;
    font-size: 24px;
    color: #212121;
    text-transform: uppercase;
}

.product-info .product-details .price .price-tax {
    padding-top: 5px;
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
}

.product-info .product-details .price .price-new {
    color: var(--primary);
    font-size: 24px;
    padding-right: 5px;
}

.product-info .product-details .price .price-old {
    font-size: 18px;
    color: #212121;
    text-decoration: line-through;
}

.product-info .product-details .options {
    position: relative;
    z-index: 1;
}

.product-info .product-details .options h3 {
    margin-bottom: 20px;
}

.product-info .product-details .options h6 {
    font-weight: 700;
}

.product-info .product-details .options.disabled:after {
    content: '';
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    opacity: .5;
}

.product-info .product-details .cart-button .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 12px;
}

.product-info .product-details .cart-button .cart-item-quantity {
    max-width: 100px;
}

.product-info .product-details .btn-wishlist, .product-info .product-details .btn-compare {
    color: #fff;
    background: #303030;
    margin-right: 3px;
}

.product-info .product-details .btn-wishlist:hover,
.product-info .product-details .btn-compare:hover,
.product-info .product-details .btn-cart {
    background: var(--primary);
}

.product-info .product-details .btn-cart {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.product-info .product-details .btn-cart:hover {
    color: #fff;
    background: #333333;
}

.product-info-box {
    padding-top: 10px;
}

.product-info-box + .product-info-box {
    padding-top: 30px;
}

.product-info-box .heading {
    padding: 13px 20px;
    font-size: 18px;
    color: var(--primary);
    text-transform: uppercase;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 4px solid var(--primary);
    border-left: 1px solid #e8e8e8;
}

.product-info-box .content {
    color: #212121;
    font-size: 13px;
}

/* Shopping Cart Page Styles Starts */
.shopping-cart-table {
    margin-top: 30px;
    background: #fff;
    text-transform: uppercase;
}

.cart-item-price span.price-new {
    color: #2f353b;
    padding-right: 5px;
}

.cart-item-price span.price-old {
    color: #808080;
    text-decoration: line-through;
}


/* Compare Page Styles Starts */
.compare-table {
    margin-top: 30px;
    background: #fff;
    text-transform: uppercase;
}

.compare-table thead {
    background: #f9f9f9;
}

.compare-table thead > tr > td {
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
}

.compare-table tbody > tr > td {
    font-size: 14px;
}

.compare-table td {
    text-align: center;
}

.compare-table .rating .fa-star {
    color: var(--primary);
}

.order-table {
    margin-top: 30px;
    background: #fff;
    text-transform: uppercase;
}

.order-table thead {
    background: #f9f9f9;
}

.order-table thead > tr > td {
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
}

.order-table tbody > tr > td {
    font-size: 14px;
}

.order-table tbody > tr > td a:hover {
    color: #252a2f;
}

/* Login & Registration Section Styles Starts */
.login-area {
    padding-top: 30px;
}

.registration-area {
    padding-top: 20px;
}

.registration-area .inner {
    margin-top: 30px;
    margin-bottom: 20px;
}

.registration-area .control-label {
    color: #8b8b8b;
    font-weight: 600;
}

.registration-area .form-control, .registration-area .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.registration-area .dl-horizontal dt {
    font-weight: normal;
}

.registration-area .dl-horizontal dd {
    font-weight: bold;
}

.registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd {
    margin-bottom: 5px;
}

.registration-area .dl-horizontal.total {
    color: var(--primary);
    font-size: 18px;
}

.registration-area .dl-horizontal.total dt, .registration-area .dl-horizontal.total dd {
    margin-bottom: 0;
}

.card-smart {
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.card-smart .card-header {
    padding: 5px 0 15px 0;
    color: #252a2f;
    border-bottom: 1px solid #929497;
    background: white;
}

.card-smart h3.panel-title {
    font-size: 24px;
}

.card-smart .card-body {
    padding: 20px 0 0;
}

/* Content Box Styles Starts */
.content-box {
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
}

.content-box .special-heading {
    font-size: 100px;
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 30px;
}

/* Contact Details Box Styles Starts */
.contact-details li + li {
    margin-top: 20px;
}

.contact-details li .fa {
    color: var(--primary);
    padding: 5px 10px 0 0;
    font-size: 18px;
}

.card-smart blockquote {
    margin: 0;
    padding: 5px 15px;
    color: #8b8b8b;
    font-size: 13px;
    border: none;
}

.card-smart blockquote footer {
    padding-top: 10px;
    color: #252a2f;
    font-size: 14px;
}

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 30px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    margin-top: 0;
    gap: 5px;
    display: flex;
    justify-content: center;
    color: #6C757D !important;
}

.bs-wizard > .bs-wizard-step > div:last-child{
    margin-left: 20px;
}

.bs-wizard > .bs-wizard-step:last-child > div:last-child{
    display: none !important;
}

.bs-wizard > .bs-wizard-step.active span{
    color: #009DEF !important;
}

.bs-wizard > .bs-wizard-step span{
    color: #3F3E3E !important;
    font-weight: 600;
}

.bs-wizard > .bs-wizard-step.active svg circle{
    stroke: #009DEF !important;
}

.bs-wizard > .bs-wizard-step a{
    color: #6C757D !important;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #6C757D;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: var(--primary);
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: var(--primary);
}

.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: #f5f5f5;
}

.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;
    }
}

.delivery-options .delivery-option {
    border: solid 1px #ccc;
    padding: 20px 0;
}

.delivery-options .delivery-option .delivery-option-radio, .delivery-options .delivery-option .delivery-option-image, .delivery-options .delivery-option .delivery-option-text {
    border-right: solid 1px #ccc;
}

.delivery-options .delivery-option .delivery-option-radio, .delivery-options .delivery-option .delivery-option-image, .delivery-options .delivery-option .delivery-option-text, .delivery-options .delivery-option .delivery-option-price {
    vertical-align: middle;
}

.payment-options .payment-option {
    border: solid 1px #ccc;
    padding: 20px 0;
}

.payment-options .payment-option .payment-option-radio, .payment-options .payment-option .payment-option-image, .payment-options .payment-option .payment-option-text {
    border-right: solid 1px #ccc;
}

.payment-options .payment-option .payment-option-radio, .payment-options .payment-option .payment-option-image, .payment-options .payment-option .payment-option-text, .payment-options .payment-option .payment-option-price {
    vertical-align: middle;
}

/*! =======================================================
                      VERSION  9.3.0
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: black;
    margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.slider .hide {
    display: none;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #4a925b;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 0px solid transparent;
}

.slider-handle.round {
    border-radius: 50%;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}

.slider-selection {
    background: var(--primary);
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

.toggle {
    position: relative;
    overflow: hidden;
}

.toggle input[type="checkbox"] {
    display: none;
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

.toggle-on.btn {
    padding-right: 24px;
}

.toggle-off.btn {
    padding-left: 24px;
}

.toggle.btn-lg, .btn-group-lg > .toggle.btn {
    min-width: 79px;
    min-height: 45px;
}

.toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
    padding-right: 31px;
}

.toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
    padding-left: 31px;
}

.toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
    width: 40px;
}

.toggle.btn-sm, .btn-group-sm > .toggle.btn {
    min-width: 50px;
    min-height: 30px;
}

.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
    padding-right: 20px;
}

.toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
    padding-left: 20px;
}

.toggle.btn-xs, .btn-group-xs > .toggle.btn {
    min-width: 35px;
    min-height: 22px;
}

.toggle-on.btn-xs, .btn-group-xs > .toggle-on.btn {
    padding-right: 12px;
}

.toggle-off.btn-xs, .btn-group-xs > .toggle-off.btn {
    padding-left: 12px;
}

.registration-area label.cs-customer, .registration-area label.cs-address {
    font-size: 26px;
    padding: 5px 0 15px 0;
    color: #252a2f;
    border-bottom: 1px solid #929497;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}

.cart-summary {
    padding-bottom: 20px;
}


/* PR fixes */
.header-links .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem;
    padding-top: 0.8em;
}

#cart .btn {
    color: var(--primary);
}

.open .dropdown-menu {
    display: block;
}

.copyright {
    min-height: 5em;
}

#cart .dropdown-menu {
    left: initial;
    right: 0;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

/*
 *  Bootstrap TouchSpin - v4.2.5
 */
.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: absolute;
    right: 0;
    height: 50%;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0 4px 0 0;
    top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 4px 0;
    bottom: 0;
}

/*
 * VARIANTS
 */

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}

.product-info__attributes {
    margin-bottom: 2rem;
}

.product-info__attributes .attribute-text,
.product-info__attributes .attribute-color {
    display: flex;
    margin-left: auto;
    align-items: center;
    flex-wrap: wrap;
}

.product-info__attributes .attribute-color__item {
    position: relative;
    border-radius: .25rem;
    border: 1px solid var(--secondary);
    padding: 3px;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .product-info__attributes .attribute-color__item {
        margin-right: 5px;
    }
}

.product-info__attributes .attribute-color__item label {
    --bs-product-color: rgba(0, 0, 0, .3);
    background-color: var(--bs-product-color);
    width: 24px;
    height: 24px;
    border-radius: .15625rem;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

.product-info__attributes .attribute-color__item input:disabled + label {
    cursor: not-allowed;
    opacity: .3;
}

.product-info__attributes .attribute-color__item input:checked + label:after {
    content: '';
    border: 2px solid var(--primary);
    border-radius: .25rem;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

.product-info__attributes .attribute-text__item {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .product-info__attributes .attribute-text__item {
        margin-right: 5px;
    }
}

.product-info__attributes .attribute-text__item input:disabled + label {
    cursor: not-allowed;
    opacity: .3;
}

.product-info__attributes .attribute-text__item input:checked + label {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.step-customer{
    width: 50%;
    margin: 0 auto;
}

.step-customer h1{
    text-align: center;
}

.pull-right{
    float: right;
}

.step-shipping h2, .step-payment h2{
    text-align: center;
    margin-bottom: 1rem;
}

.carrierList{
    margin-bottom: 2rem;
}

.carrierList .col-12 > div{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    padding: 1.8rem 2rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.carrierList .col-12 > div p {
    margin: 0;
    padding: 0;
}

#coreshop_submitQuote, #coreshop_submitOrder{
    border: 1px #fff solid !important;
    background-color: #1c9dd9 !important;
    color: #fff !important;
    width: auto !important;
    display: inline-block;
    font-size: 20px;
}

#coreshop_acceptTerms{
    float: none !important;
    margin-right: 0.3rem;
}

#coreshop_submitQuote{
    background-color: #3c3b3b !important;
    margin-top: 0.5rem !important;
    font-size: 14px;
}

#coreshop_submitQuote:hover, #coreshop_submitOrder:hover{
    background-color: #fff !important;
    color: #1c9dd9 !important;
    border: 1px #1c9dd9 solid !important;
}

#order-summary{
    margin-top: 7rem;
}

.step-summary section{
    padding: 0 !important;
    margin-bottom: 1rem;
}

.step-summary .shopping-cart-table{
    margin-top: 0 !important;
}

.shopping-cart-page h1{
    border-bottom: 1px #EFEFEF solid;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
}

.shopping-cart-page{
    display: flex;
    width: 100%;
    gap: 25px;
}

.shopping-cart-page > div:first-child{
    width: 70%;
}

.shopping-cart-page > div:last-child{
    width: 30%;
}

.shopping-cart-info{
    padding: 21px 23px;
    background-color: #EFEFEF73;
    border-radius: 4px;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.shopping-cart-info p {
    margin: 0;
}

.shopping-cart-table .btn{
    padding: 0 !important;
}

.shopping-cart-item-product .product-available{
    color: #3F3E3E !important;
    font-weight: 600;
    margin-top: 0;
}

.shopping-cart-item-product{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}

.shopping-cart-item-product .item-foto {
    flex: 0 0 150px;
}

.shopping-cart-table input {
    padding: 5px 10px !important;
}

.shopping-cart-header{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    font-size: 14px;
    color: #6C757D !important;
    text-transform: none;
}

.shopping-cart-header .shopping-cart-item-product, .shopping-cart-item .shopping-cart-item-product{
    flex: 43%;
}

.shopping-cart-header .item-price, .shopping-cart-item .item-price {
    flex: 10%;
}

.shopping-cart-header .item-quantity, .shopping-cart-item .item-quantity {
    flex: 0 0 100px;
}

.shopping-cart-item .item-quantity {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;

}

.shopping-cart-item .item-quantity .input-quantity {
    border-radius: 4px !important;
    border-color: #C6C6C6;
    text-align: center;
    width: 50px;
}

.shopping-cart-item .item-quantity a {
    color: #6C757D !important;
    cursor: pointer;

}
.shopping-cart-item .item-quantity a.plus:hover {
    color: #28a745 !important;
    text-decoration: none;
}
.shopping-cart-item .item-quantity a.minus:hover {
    color: #cd1017 !important;
    text-decoration: none;
}

.shopping-cart-header .item-amount, .shopping-cart-item .item-amount {
    flex: 10%;
}

.shopping-cart-header .item-opt, .shopping-cart-item .item-opt {
    flex: 5%;
}

.shopping-cart-footer {
    width: 71%;
    text-align: right;
    text-transform: none;
}

.shopping-cart-item {
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem;
    margin-bottom: 1rem;
    text-transform: none;
}

.shopping-cart-item-product a{
    color: #3F3E3E !important;
}

.shopping-cart-summary{
    box-shadow: 0px 0px 24.1px 0px #C6C6C64D;
    padding: 30px 25px 30px 25px;
    border-radius: 4px;
}

.shopping-cart-summary .product-info-details-container div{
    margin-top: 1rem;
}

.shopping-cart-summary h2{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2rem;
}

.shopping-cart-summary h3{
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    margin-bottom: .5rem;
}

.shopping-cart-summary-price{
    display: flex;
    justify-content: space-between;
}

.shopping-cart-summary-price span{
    display: block;
}

.shopping-cart-summary-price span:first-child{
    color: #6C757D;
}

.shopping-cart-summary-all{
    background-color: rgba(239, 239, 239, 0.45);
    border-radius: 4px;
    padding: 1rem 1.5rem;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.shopping-cart-summary-all > div:last-child span{
    display: block;
    color: #009DEF;
    font-weight: 500;
    text-align: right;
}

.shopping-cart-summary-all > div:last-child > span:first-child{
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.shop-cart-merchant-limit{
    color: #6C757D;
    font-weight: 400;
    font-size: 14px;
}

.shop-cart-merchant-limit span{
    color: #3F3E3E;
    font-weight: 700;
}

.btn-coreshop-checkout, #coreshop_submitOrder{
    background-color: #009DEF !important;
    border-radius: 4px !important;
    padding: 1rem 0 !important;
    color: #fff !important;
}

#coreshop_submitOrder{
    width: 100% !important;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-top: .4rem;
}

.shopping-cart-back{
    margin-top: 1rem;
    color: #009DEF;
    text-align: center;
}

.slick-list{
    width: 810px !important;
    padding-right: 10px;
}

.step-shipping h3, .step-payment h3{
    color: #009DEF;
    font-size: 20px;
    font-weight: 400;
    margin: 2rem 0;
}

#coreshop_shippingAddress > div{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    padding: 1.8rem 3rem;
    margin-bottom: 1rem;
}

#coreshop_shippingAddress > div input{
    margin-right: .5rem;
}

.shopping-cart-page .btn-shipping{
    width: auto !important;
    display: inline-block !important;
    padding: 9px 12px 9px 12px;
    gap: 4px;
    border-radius: 4px;
    background: #009DEF;
    color: #ffffff;
}

#coreshop_shippingAddress label{
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}

#coreshop_shippingAddress label > div{
    width: 50%;
    color: #6C757D !important;
    font-size: 14px !important;
    font-weight: 400;
}

#coreshop_shippingAddress label > div strong{
    font-weight: 500 !important;
    color: #3F3E3E !important;
}

.shippingCostInfo{
    background-color: rgba(0, 157, 239, 0.05);
    font-size: 14px;
    border-radius: 4px;
    padding: 1rem 2rem;
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.shippingCostInfo p{
    margin: 0;
}

.shippingCostInfo strong{
    font-weight: 500;
    font-size: 18px;
}

.shippingCostInfo strong span{
    color: rgb(0, 157, 239);
}

.shipping-details{
    display: none;
}

#coreshop_oddzial{
    width: 50%;
}

#shipping-branch label{
    color: #6C757D;
}

.payment-method-list > div{
    border-radius: 4px;
    border: 1px solid #EFEFEF;
    padding: 1.6rem 1.8rem;
}

.payment-method-list .form-group{
    margin-bottom: .5rem;
}

.payment-method-list > div .form-check{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .7rem;
}

.payment-method-list > div .form-check label{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-method-list > div .form-check label img{
    border-radius: 4px;
    height: 40px;
}

.payment-method-list > div .form-check label span{
    display: block;
    line-height: 1;
}

.shopping-cart-summary h3{
    color: #3F3E3E !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin: 1rem 0 !important;
}

.step-summary h3{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.shipping-summary-details p{
    color: #3F3E3E;
    font-weight: 500;
    margin-bottom: .3rem !important;
}

.shipping-summary-details p span{
    color: #6C757D;
    font-weight: 400;
}

.shopping-cart-footer .btn-update-quantity {
    padding: 6px 35px !important;
    border-radius: 4px;
    border: 1px solid #C6C6C6;
    background-color: #FFFFFF;
    color: #212529;
}
.shopping-cart-footer {
    width: 100%;
    text-align: center;
}
.shopping-cart-footer .btn-update-quantity:hover {
    border-color: #009DEF;
    color: #009DEF;
}

.shopping-cart-summary .voucher-code {
    background-color: rgba(239, 239, 239, 0.45);
    display: block;
}

.free-shipping {
    padding: 17px;
    text-transform: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #EFEFEF;
    background-color: #E9F1F5;
}
.free-shipping svg {
    margin-right: 8px;
}
.free-shipping p {
    text-align: left;
    margin: 0;
}
.free-shipping p span {
    color: #009DEF;
}

.cart-summary-item  .column-name {
    flex: 0 0 70%;
}


.order .order-thx-msg {
    color: #fff;
    border-radius: 5px;
    background: #009DEF;
    padding: 20px;
    width: 100%;
}
.order .order-thx-msg a {
    color: #fff;
    text-decoration: underline;
}
.order .order-thx-msg a:hover {
    color: #C6C6C6;
}

.order .order-thx-msg h1 {
    border: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #5CB672;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.coreshop-flash-message {
    text-transform: none;
}

.shopping-cart-summary .price-rules {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.shopping-cart-summary .price-rules svg {
    margin-top: 1rem;
}



@media (max-width: 1000px) {
    .shopping-cart-page {
        flex-direction: column;
        margin-top: 1rem !important;
    }
    .shopping-cart-page > div:first-child {
        width: 100%;
    }
    .shopping-cart-page > div:last-child {
        width: 100%;
    }

    .shopping-cart-header {
        display: none;
    }

    .shopping-cart-item {
        background-color: #8eceec;
    }
    .shopping-cart-item .shopping-cart-item-product {
        background-color: #1e7e34;
        flex: 100%;
    }

    .shopping-cart-item .item-price {
        background-color: #0fbad6;
        flex: 100%;
    }

    .shopping-cart-item .item-quantity {
        flex: 50%;
    }

    .shopping-cart-item .item-amount {
        background-color: #8a6d3b;
        flex: 20%;
    }
    .shopping-cart-item .item-opt {
        background-color: #ebcccc;
        flex: 5%;
    }
}