.header-bottom.sticky,
.box-layout .header-bottom.sticky,
.error-header .header-bottom.sticky {
    background: #0E1830;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.header-top {
    background: #0E1830;
}

.footer-bottom {
    background: #0E1830;
}

#toast-container {
    position: sticky;
    z-index: 90000;
    top: 0
}

#toast-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px
}


#toast-container>#toast-wrapper>.toast {
    min-width: 150px
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
    padding-right: 20px
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border: 1px solid rgb(33 33 33);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0.25rem;
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: rgb(255, 255, 255);
    background-color: rgba(3, 3, 3, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: space-between !important;
}


.toast-body {
    padding: 0.75rem;
}

.toast-header button {
    background: transparent;
    border: none;
    box-shadow: none;
    float: right;
    text-align: right;
}

.category-item {
    padding: 20px;
}

.category-img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #CCC;
    padding: 1px;
}

.category-img img {
    width: 100%;
    border-radius: 50%;
}

.home-category-slider h3 {
    font-size: 1rem;
    margin-top: 15px;
}

.home-category-slider .next.slick-arrow {
    right: -15px;
}

.home-category-slider .prev.slick-arrow {
    left: -15px;
}

.home-category-slider:hover .next.slick-arrow {
    right: -35px;
}

.home-category-slider:hover .prev.slick-arrow {
    left: -35px;
}

.featured-slider {
    height: 500px;
}

.btn-primary {
    color: #fff;
    background-color: #e5a43d;
    border-color: #e5a43d;
}


.btn-primary:hover {
    color: #fff;
    background-color: #100e0d;
    border-color: #100e0d;
}

.margin-header {
    margin-bottom: 200px;
}

.sticky .logo img {
    transition: .4s;
    width: 100%;
}

.sitemap-page li {
    float: initial;
}

.header-bottom.sticky .logo,
.header-bottom.sticky .mainmenu nav>ul>li>a,
.header-bottom.sticky .cart-menu-area li>a i {
    line-height: 100px;
    transition: .4s;
}

.header-bottom.sticky .logo {

    width: 15%;
}

.mainmenu {
    text-align: center;
    width: 80%;
    position: relative;
    padding: 0 20px;
}

.cart-menu-area li>a i {
    color: #fff;
    font-size: 35px;
    line-height: 100px;
}

.header-bottom .container {
    padding: 0 0;
}

.header-bottom.sticky .header-bottom-bg {
    padding: 0;
}

.mainmenu nav>ul>li>a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 94px;
    padding: 0 10px;
    position: relative;
    display: block;
}

.mainmenu nav>ul>li>a::after {
    display: none;
}

ul.mega-menu>li {
    margin-right: 1%;
    width: 30%;
    text-align: left;
}

.slider-item {
    height: 80vh;
}

.section-padding {
    padding: 20px 0;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-50 {
    width: 50% !important;
}

.service-up-area {
    background: #f9f9f9 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    padding: 50px 15px;
    margin-bottom: 50px;
}

.service-up-area::after {
    background: #eee none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.block-title a .title {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

.cart-menu {
    background: rgb(255 255 255);
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: -15px;
    top: 150%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 275px;
    box-shadow: 0 3px 6px #999;
}

.cart-menu .cart-menu-btn>a {
    background: #000 none repeat scroll 0 0;
    font-family: roboto;
    color: #fff;
    line-height: 40px;
    text-align: center;
    width: 48.8%;
}

.cart-menu .cart-menu-btn>a:first-child {
    margin-right: 6px;
}

.cart-menu>li:last-child {
    margin-bottom: 0;
    margin-top: 15px;
}

.cart-menu .cart-menu-btn>a:hover {
    background: #e1a23d repeat scroll 0 0;
    color: #fff;
}

.product-title h5 {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}

.singl-pro-title>h5 {
    color: #555;
    font-weight: 500;
    font-size: 12px;
}

.tax-note {
    font-size: 12px;
    font-weight: 300;
    color: #555;
}

.service-point li span {
    border: 1px solid #1b1b1b;
    display: inline-block;
    height: 10px;
    margin-right: 15px;
    width: 10px;
}

.single-input .submit-text>input {
    border: 2px solid #e5a43d;
    color: #fff;
    font-weight: 400;
    height: 40px;
    padding: 5px 20px;
    line-height: 30px;
    background-color: #e5a43d;
    border-color: #e5a43d;
}

.single-input .submit-text>input:hover {
    border-color: #e1a23d;
    color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.check-title h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.home-slider {
    margin-top: 145px;
}


.gray-box {
    background: #EDEEF7;
    padding: 2rem;
}

.gray-box h4 {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #253d4e;

}

.gray-box p {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #253d4e;

}

.selected .gray-box {
    background: #EDEEF7;
    padding: 2rem;
    border: 3px solid #e5a43d;
}


.shipping-method-item .gray-box {
    background: #EDEEF7;
    padding: 1rem 2rem;
    border: 3px solid transparent;
}

.shipping-method-item.selected .gray-box {
    background: #EDEEF7;
    padding: 1rem 2rem;
    border: 3px solid #00396f;
}

.shipping-method-item .gray-box h4 {
    margin: 0;
}

.payment-method-item .gray-box {
    background: #EDEEF7;
    padding: 1rem 2rem;
    border: 3px solid transparent;
}

.payment-method-item.selected .gray-box {
    background: #EDEEF7;
    padding: 1rem 2rem;
    border: 3px solid #00396f;
}

.payment-method-item .gray-box h4 {
    margin: 0;
}

.error-text {
    color: red;
}

.checkout-page .panel {
    margin-bottom: 30px;
}

.checkout-page .panel-default>.panel-heading {
    color: #fff;
    background-color: #0a0707;
    border-color: #0a0707;
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 500;
}

.checkout-page .panel-title {
    color: #FFF;
    font-weight: 500;
}

.checkout-page .panel-title a {
    color: #FFF;
    font-weight: 500;
}

.checkout-page .panel-title a:hover {
    color: #FFF;
}

.checkout-page input[type=radio],
.account-inner input[type=radio] {
    display: initial;
}

.cart-totals {
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    padding: 40px;
    margin-left: 30px;
    margin-bottom: 50px;
}

.order_table table .product-thumbnail img {
    max-width: 120px;
    border-radius: 15px;
    border: 1px solid #ececec;
    padding: 5px;
}

.order_table table .w-160 {
    max-width: 160px;
}

.text-heading {
    color: #253D4E;
}

.text-muted {
    color: #B6B6B6 !important;
}

.text-brand {
    color: #e5a43d !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.divider-2 {
    width: 100%;
    height: 1px;
    background-color: #ececec;
}

.dashboard-content {
    padding-left: 30px;
}

.account-inner {}

.account-welcome-box {
    margin-bottom: 30px;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #333;
    border-bottom: 1px solid #000;
    color: #FFF;
    font-size: 15px;
}

.card-header h3 {
    color: #FFF;
    font-size: 20px;
}

.account-inner table thead tr th,
.account-inner table thead tr td {
    line-height: 60px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
}

.btn-small {
    background: #e5a43d;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 20px;
    color: #FFF;
}

.dashboard-content h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.form-floating .input-group .form-control {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
}

.form-floating .input-group .form-control:focus,
.form-floating .input-group .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating .input-group-label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating .input-group .btn {
    position: relative;
    z-index: 2;
    height: 100%;
}

.header-top input {
    background: #FFF;
    border: 0;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
    width: 100%;
    padding: 1px 10px;
    height: 30px;
}


.header-top button[type="submit"] {
    background: #e5a43d;
    border: 0;
    color: #fff;
    right: 0;
    position: absolute;
    left: initial;
    text-align: center;
    height: 30px;
}

.header-top button[type="submit"] i {
    font-size: 14px;
    margin-right: 0;
    padding: 0 5px;
}

.search-bar {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}

.header-top ul li {
    line-height: 50px;
}

.header-top .right li,
.header-top .right li a {
    color: #fff;
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
    line-height: 50px;
}

.mainmenu nav>ul>li>ul>li>a {
    padding: 10px 0;
    font-size: 14px;
    color: #878787;
    line-height: 1.5;
}

.slick-arrow {
    max-width: 50px;
}

.product-options {
    width: 100%;
    margin-bottom: 20px;
}

.btn-outline-success {
    color: #e5a43d;
    border-color: #d99c3a;
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #d99c3a;
    border-color: #d99c3a;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #d99c3a;
    border-color: #d99c3a;
}

.color-brand h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.main-view {
    background: #fff none repeat scroll 0 0;
    padding: 30px;
    border-radius: 0;
}

.product-enquiry-modal .modal-dialog {
    width: 50%;
    margin: 100px auto 20px auto;
    max-width: 100%;
}

.modal-footer>* {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    line-height: 21px;
}

.product-enquiry-modal .modal-footer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    padding: 0;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 25px;
}

.modal.animated {
    animation-duration: .6s;
}

.grid-banner-section {
    padding: 30px 0 30px 0;
}

.grid-banner-item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.grid-banner-item img {
    width: 100%;
}

.p-filter.single-side {
    margin-bottom: 30px;
}

.p-filter .sidebar-title>h3 {
    margin-bottom: 10px;
}

.filter-checkbox {
    padding-bottom: 10px;
    padding-top: 10px;
}

.summary-item {
    width: 100%;
    padding: 10px 10px;
    display: block;
}

.cart-summary {
    width: 100%;
    padding: 2rem;
    margin-bottom: 3rem;
    background: #000000;
}

.cart-summary h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
}

.cart-summary p {

    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #EDEEF7;

}

.cart-coupon {}

.cart-coupon h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    color: #EDEEF7;
    margin-bottom: 10px;
    margin-top: 20px;

}

.cart-coupon .form-control {
    border-radius: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #EDEEF7;
    outline: 0;

}

.cart-coupon .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.cart-coupon .btn-primary {
    color: #ffffff;
    background-color: #e5a43d;
    border-color: #e5a43d;
    border-radius: 0;
}

.cart-summary .submit-button {
    width: 100%;
    float: inherit;
    margin: 0 0;
    background: #e5a43d;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    padding: 10px 20px;
    transition: all .6s ease;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}



.cart-summary table {
    border: none;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #EDEEF7;
    margin-top: 30px;

}

.cart-summary table tr {
    border: none;
}

.cart-summary table td {
    border: none;
    padding: 0 0 10px 0;
}

.cart-summary table tr:last-child td {
    font-weight: bold;
    padding-top: 20px;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.cart-page .section-title {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.cart-page .section-title h1 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    color: #000;
}

.cart-page .product-box {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
}

.cart-page .product-image {
    width: 20%;
    padding-right: 5%;

}

.cart-page .product-image img {
    width: 100%;
}

.cart-page .product-details-container {
    width: 80%;
    padding: 1rem 0.5rem;
}

.cart-page .product-details-container .product-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.cart-page .product-details-container .product-price {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;

}

.cart-page .qtybutton {
    background: #ddd none repeat scroll 0 0;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
}

.cart-page .qtybutton:hover {
    background: #e1a23d repeat scroll 0 0;
    color: #fff;
}

.cart-page .plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: 0;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 45px;
}

.cart-page .dec.qtybutton {
    font-size: 16px;
}

.btn-cart-remove {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: transparent;
    border-color: transparent;
    padding: 5px;
    color: #000;
    font-size: 25px;
    outline: none;
    box-shadow: none;
}

.btn-cart-remove:focus,
.btn-cart-remove:hover,
.btn-cart-remove:active {
    outline: none;
    box-shadow: none;
    color: var(--bs-secondary);
}

.brand-logo .brand-item {
    padding: 0 10px;
}

.cart-summary .text-heading {
    color: #ffffff;
}

.cart-summary .text-heading:hover {
    color: var(--bs-secondary);
}

.cart-summary .order_table .product-thumbnail img {
    max-width: 90px;
    border-radius: 10px;
    border: none;
    padding: 0;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}


.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}


.main-card {
    z-index: 0;
    border: none;
    position: relative
}


.steps {

    color: #000000;

    text-align: right
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar li:before {
    content: '';
    width: 40px;
    height: 40px;

    display: block;

    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 5px auto;

    position: relative;
}

#progressbar li span {
    font-size: 1rem;
    position: absolute;
    color: #fff;
    top: 5px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #e1a23d
}

.progress {
    height: 10px
}

.progress-bar {
    background-color: #e1a23d
}

.form-check .cart-page {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    font-size: 15px;
}

.brand-logo-area {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
}

.footer-brand .prev.slick-arrow {
    z-index: 2;
    left: -35px;
    max-width: 30px;
}



.footer-brand .next.slick-arrow {
    right: -35px;
    max-width: 30px;
}

.product-item {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 20px;
}

.riding-one .product-item {
    background: #ffffff none repeat scroll 0 0;
    border: 0;
    transition: all 0.3s ease 0s;
    padding: 0;
}

.riding-title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 20px 0;
}

.grid-absolute-title {
    position: absolute;
    padding: 15px;
    max-width: 100%;
    z-index: 10;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
}

.mainmenu ul>li>ul>li:hover>a::after {
    width: 0;
    display: none;
}

.mainmenu ul>li>ul>li:hover>a {
    color: #000;
}

.page-banner {
    margin-top: 150px;
}

.section-title .shape {
    margin: 0 auto;
    padding: 5px 0;
    width: 150px;
}

.section-title {
    margin-bottom: 10px;
}

.category li {
    border-bottom: none;
    float: none;
    padding: 5px 0;
}

.sidebar-title>h3 {
    color: #1b1b1b;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.category li span {
    color: #444;
    font-family: roboto;
    font-weight: 500;
    float: right;
}

.filter-checkbox label {
    display: block;
}


.mobile-show {
    display: none !important;
}


.cd-filter {
    position: absolute;
    top: 0;
    left: -10px;
    width: 290px;
    height: 100%;
    background: #fff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    display: none;
}

.cd-filter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #e1a23d;
    z-index: 2;
}

.cd-filter form {
    padding: 70px 20px;
    background: #FFF;
    max-height: 500px;
    overflow-y: scroll;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.cd-filter .cd-close {
    position: absolute;
    top: 0;
    right: 10px;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #e1a23d;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
}

.no-touch .cd-filter .cd-close:hover {
    background: #e1a23d;
}

.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter.filter-is-visible .cd-close {
    opacity: 1;
}

@media only screen and (min-width: 1170px) {
    .cd-filter {
        width: 20%;
    }

    .cd-filter form {
        padding: 50px 10px;
        background: #FFF;
    }
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: transparent url(../img/icon-filter.png) no-repeat center center;
    z-index: 3;
    background-size: 30px;
    display: none;
}

.cd-filter-trigger.filter-is-visible {
    pointer-events: none;
}

@media only screen and (min-width: 1170px) {
    .cd-filter-trigger {
        width: auto;
        left: 2%;
        text-indent: 0;
        color: #9a9a9a;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .no-touch .cd-filter-trigger:hover {
        color: #e1a23d;
    }

    .cd-filter-trigger.filter-is-visible,
    .cd-filter-trigger.filter-is-visible:hover {
        color: #fff;
    }
}

.footer-subscribe-section {
    background: #b98433;
    color: #ffffff;
    padding: 10px 0;
}

.footer-subscribe-section .actions-btn a i {
    background: #fff;
    border: 1px solid #ddd;
    color: #FFF;
    font-size: 25px;
}

.footer-subscribe-section .actions-btn a i.fa-facebook {
    background: #3b5998;
    border: 1px solid #3b5998;
    color: #FFF;
}

.footer-subscribe-section .actions-btn a i.fa-instagram {
    background: #bc2a8d;
    border: 1px solid #bc2a8d;
    color: #FFF;
}

.newsletter-box h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 100px;
    color: #FFF;
    margin-bottom: 0;
}


.newsletter-box .form-control {
    background: #ffffff;
    border-color: #ffffff;
    color: #777777;
    width: 500px;
    max-width: 80%;
}

.newsletter-box .btn {
    color: #ffffff;
    background: #303030;
    width: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -10px;
}

.social-link.actions-btn ul {
    padding: 0;
}

.footer-quick-links {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 20px;
}

.footer-quick-links .footer-link a {
    display: inline-block;
    margin: 11px 0 0;
    padding: 0 5px;
    border-right: 1px solid #adadad;
    line-height: 13px;
    font-weight: 300;
    color: #666;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.facility-box {
    position: relative;
}

.fb-icon {
    font-size: 40px;
    color: #363f4d;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.facility-inner {
    display: table;
    margin: 0 auto;
}

.fb-text {
    display: inline-block;
    vertical-align: middle;
}

.fb-text h4 {
    text-transform: uppercase;
}

.fb-text * {
    font-weight: 500;
}

.fb-text span {
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
}

.facility-box:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #cccccc;
    right: 0;
}

.facility-box:last-child::before {
    content: none;
}

.facility_box {
    padding: 30px;
    position: relative;
    z-index: 0;
}

.facility_box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px dashed rgba(0, 0, 0, 0.5);
    margin: 10px;
    z-index: -1;
}

.facility_box .fb-text span {
    color: #444;
    font-style: italic;
    text-transform: capitalize;
}

.newsletter-area {
    background-color: #e5a43d;
    padding: 30px 0 30px;
    margin-top: 30px;
}

.newsletter-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newsletter-block .newsletter-tilte {
    width: 35%;
}

.newsletter-block .newsletter-tilte .title {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
}

.newsletter-block .newsletter-tilte p {
    font-size: 16px;
    color: #FFF;
    line-height: 24px;
    letter-spacing: 0.05em;
    padding-top: 5px;
}

.newsletter-block .newsletter-form input {
    height: 50px;
    background: #fff;
    border: 0;
    color: #000000;
    padding: 5px 150px 5px 10px;
    display: inline-block;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 3px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newsletter-block .newsletter-form button {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 48px;
    background: #0E1830;
    border-radius: 0 3px 3px 0;
    border: 0;
    padding: 0;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    padding: 0 35px;
    text-transform: caption;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newsletter-block .newsletter-form {
    position: relative;
    width: 65%;
}

.social-block {
    text-align: right;
}

.social-block .social li {
    display: inline-block;
    float: right;
}

.social-block .social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #333;
    font-size: 18px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 10px;
}

.social-block .social li .insta-link {
    background: #bc2a8d;
}

.social-block .social li .fb-link {
    background: #3b5998;
}

.product-title del {
    font-weight: 400;
    color: #b2b2b2;
    font-size: 12px;
}

.delete-price {
    font-weight: 400;
    color: #b2b2b2;
    font-size: 20px;
    text-decoration: line-through;
}

.product-title .price-old,
.price-old {
    font-weight: 400;
    color: #b2b2b2;
    font-size: 12px;
    text-decoration: line-through;
}

.shop-menu .right p {
    float: right;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: 0;
    line-height: 20px;
}

.shop-menu select {
    color: #333;
    text-align: center;
    font-size: 12px;
    background: #ddd;
    line-height: 20px;
}

.custom-select::after {
    border-left: 1px solid #ddd;
    color: #1b1b1b;
    content: "";
    font-family: fontawesome;
    font-size: 15px;
    height: 100%;
    line-height: 22px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    width: 20px;
}

.out-stock {
    padding: 5px 5px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    max-width: 150px;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    background: #a6a6a6;
    border-radius: 3px;
}

.single-side-price {
    padding-bottom: 50px;
}

.single-side-price .sidebar-title {
    padding-bottom: 20px;
}


button.shop-btn {
    background: #fff none repeat scroll 0 0;
    color: #1b1b1b;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

button.shop-btn::after {
    background: #e1a23d repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

button.shop-btn:hover::after {
    height: 100%;
}

button.shop-btn:hover {
    color: #fff;
}

.out-stock-info a {
    text-transform: none;
    padding-left: 10px;
    float: initial;
}

.mean-container .mean-nav {
    max-height: 100vh;
    overflow-y: auto;
}

/* Dots */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .75;
    color: black;
    background: #FFF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1.0;
    background: #e1a23d;
}

.service-content-box {
    min-width: 400px;
    max-width: 100%;
}

.service-content-box .sell-up-left {
    background-color: #fff;
    padding: 20px 0;
}

.service-content-box .sell-up-left hr.line {
    height: 4px;
    margin: 10px 0 10px;
    width: 120px;
}

.service-content-box .sell-up-left a.shop-btn {
    margin-top: 10px;
}

table.table-dark thead tr th {
    color: #FFF;
}

table.table-dark thead tr th {
    line-height: 40px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
}

.service-table-box tbody tr td,
.service-table-box tbody tr th {
    padding-top: 20px;
}

.service-table-box ul li {
    float: initial;
    padding: 5px 0;
}

.img-responsive {
    width: 100%;
}

.login-form-box {
    padding: 30px;
    margin: 40px auto;
    width: 700px;
    max-width: 100%;
    padding: 60px;
    background-color: #f7f7f7;
}

.login-form-box .input-text input {
    border: 2px solid #ddd;
    color: #333;
    font-weight: 400;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.forget-link a {
    text-transform: initial;
    top: -10px;
    display: block;
    color: #999;
    margin-top: -10px;
    margin-bottom: 10px;
    text-decoration: underline;
    line-height: 20px;
    text-align: right;
}

.login-form-box .btn-primary {
    min-width: 100px;
}

.register-link>a {
    text-transform: initial;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.about-page-top {
    padding-top: 60px;
}

.shop-menu {
    border: none;
}

.single-side {
    margin-bottom: 30px;
}

.left-sidebar {
    margin-top: 20px;
}

.contact-info>li>i {
    margin-right: 15px;
    margin-top: 5px;
}

.contact-info>li {
    border-bottom: 1px solid #ddd;
    display: block;
    float: none;
    height: initial;
    padding: 30px;
}

.contact-social.social-share li a {
    margin-left: 30px;
}

.social-share li:nth-child(1) a {
    margin-left: 0;
}

.product-details .tab-content .leave-comment {
    margin-top: 20px;
}

.rating-input {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 20px;
}

.rating-input label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating-input label:last-child {
    position: static;
}

.rating-input label:nth-child(1) {
    z-index: 5;
}

.rating-input label:nth-child(2) {
    z-index: 4;
}

.rating-input label:nth-child(3) {
    z-index: 3;
}

.rating-input label:nth-child(4) {
    z-index: 2;
}

.rating-input label:nth-child(5) {
    z-index: 1;
}

.rating-input label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating-input label .icon {
    float: left;
    color: transparent;
}

.rating-input label:last-child .icon {
    color: #ccc;
}

.rating-input:not(:hover) label input:checked~.icon,
.rating-input:hover label:hover input~.icon {
    color: #e6a43e;
}

.rating-input label input:focus:not(:checked)~.icon:last-child {
    color: #ccc;
    text-shadow: 0 0 5px #e6a43e;
}

.single-blog-page .leave-comment input {
    height: 40px;
    border: 1px solid #ddd;
    color: #777;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.comment-rating {
    color: #e6a43e;
    font-size: 10px;
    margin: 10px 0 10px 0;
}

.comments-list .about-author{
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    margin-bottom: 10px;
}