@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;display=swap"); @import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
p,h1,h2,h3,h4,h5,h6,small,a,span{
    font-family: Inter, sans-serif!important; 
}
.fal, .far {
    font-family: "Font Awesome 5 Pro" !important;
}
body {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: rgb(136, 136, 136);
    line-height: 26px;
}

@font-face {
    font-family: futur;
    src: url("../fonts/futur.ttf");
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Barlow, sans-serif;
    color: rgb(17, 17, 17);
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.3s ease-out 0s;
}

.prod-btn {
    padding-right: 0;
}

.about-sec-img img {
    width: 400px;
}

h1 {
    font-size: 40px;
}

span#phone-error {
    color: #fff !important;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}
.product-detail li{
    list-style:disc!important;
    margin-left:20px;
}
p {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(95, 95, 95);
    margin-bottom: 15px;
    line-height: 26px;
}

a, .btn, button, span, p, i, input, select, textarea, li, img, svg path, ::after, ::before, .transition-3, h1, h2, h3, h4, h5, h6 {
    transition: all 0.3s ease-out 0s;
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0px;
    border: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

::selection {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

::placeholder {
    color: rgb(34, 34, 34);
    font-size: 14px;
    opacity: 1;
}

.w-img img {
    width: 80%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow: hidden visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.custom-container {
    max-width: 1200px;
}

@media (max-width: 575px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
}

.grey-bg {
    background: rgb(251, 251, 251);
}

.grey-bg-2 {
    background: rgb(243, 243, 243);
}

.grey-bg-3 {
    background: rgba(238, 238, 238, 0.53);
}

.grey-bg-4 {
    background: rgb(245, 245, 245);
}

.white-bg {
    background: rgb(255, 255, 255);
}

.black-bg {
    background: rgb(34, 34, 34);
}

.black-bg-5 {
    background: rgb(41, 41, 41);
}

.footer-bg {
    background: #353935;
}

.btn-header {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
    background-color: #e32024;
    border-color: transparent;
    color: rgb(255 255 255) !important;
    font-size: 15px !important;
    /*font-weight: 700 !important;*/
    height: 43px;
    line-height: 43px;
    padding: 0px 20px !important;
    border-width: 0px;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    /*z-index: 1;*/
    white-space: nowrap;
    /* border-radius: 5px; */
    /*text-transform: uppercase;*/
    margin-top: 4px;
}

.btn-header::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background-color: rgb(56 191 195);
    border-radius: 50%;
    left: 0px;
    bottom: 0px;
    transform: translate(-80%, 71%);
    z-index: -1;
    /* opacity: 0.1; */
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.btn-header:hover::before {
    width: 1200px;
    height: 470px;
}

.btn-header:hover {
    box-shadow: none;
    color: rgb(255, 255, 255);
}

.b-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
    border: 2px solid rgb(34, 34, 34);
    height: 50px;
    line-height: 42px;
    text-align: center;
    padding: 0px 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.b-btn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}

.b-btn:focus {
    background-color: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.b-btn-2 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgb(34, 34, 34);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(34, 34, 34);
    height: 50px;
    line-height: 46px;
    text-align: center;
    padding: 0px 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.b-btn-2:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.b-btn-2:focus {
    background-color: rgb(255, 255, 255);
    border-color: rgb(34, 34, 34);
    color: rgb(34, 34, 34);
}

.b-btn-3 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: rgb(255, 255, 255);
    background-color: rgb(219, 51, 64);
    border: 2px solid rgb(219, 51, 64);
    height: 38px;
    line-height: 32px;
    text-align: center;
    padding: 0px 23px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 3px;
}

.b-btn-3:hover {
    background-color: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.b-btn-3:focus {
    background-color: rgb(219, 51, 64);
    border-color: rgb(219, 51, 64);
    color: rgb(255, 255, 255);
}

.cat-btn {
    display: inline-block;
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    background-color: rgb(185, 161, 107);
    border-radius: 3px;
}

.cat-btn i {
    margin-right: 5px;
}

.cat-btn:hover {
    background-color: rgb(34, 34, 34);
}

.link-btn {
    font-size: 14px;
    font-weight: 600;
    color: rgb(185, 161, 107);
    text-transform: capitalize;
}

.link-btn:hover {
    color: rgb(34, 34, 34);
}

.link-btn-2 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(219, 51, 64);
    text-transform: capitalize;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.link-btn-2:hover {
    color: rgb(34, 34, 34);
    text-decoration: underline;
}

.link-btn-3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

.link-btn-3 i {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.link-btn-3:hover {
    color: rgb(255, 132, 41);
}

.slider-btn {
    font-size: 20px;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.slider-btn i {
    margin-left: 5px;
    transform: translateY(2px);
}

.slider-btn:hover {
    color: rgb(255, 255, 255);
}

.pulse-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    color: rgb(34, 34, 34);
    animation: 2s ease 0s infinite normal none running pulse;
}

.pulse-btn:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.pulse-btn i {
    padding-left: 2px;
}

.add-to-cart-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
    border: 2px solid rgb(34, 34, 34);
    height: 50px;
    line-height: 46px;
    text-align: center;
    padding: 0px 40px;
}

.add-to-cart-btn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}

.add-to-cart-btn-2 {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    color: rgb(219, 51, 64);
    font-weight: 600;
}

.add-to-cart-btn-2::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: rgb(219, 51, 64);
}

.add-to-cart-btn-2:hover {
    color: rgb(219, 51, 64);
}

.select-btn {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    transition: all 0.4s ease 0s;
    text-align: center;
}

.select-btn:hover {
    background-color: rgb(255, 132, 41);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 132, 41);
}

.select-btn-3 {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 0px 40px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    transition: all 0.4s ease 0s;
    text-align: center;
}

.select-btn-3:hover {
    background-color: rgb(255, 132, 41);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 132, 41);
}

.breadcrumb-title h2 {
    font-size: 33px;
    margin-bottom: -3px;
    font-weight: 600;
    color: #fff;
    /*z-index: 2222;*/
    position: relative;
}

/*.page__title::before {*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0.5;*/
/*    z-index: -3;*/
/*    position: absolute;*/
/*    background-color: #000000a8;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index:0!importent;*/
/*}*/
.add-cart-btn {
    display: inline-block;
    height: 48px;
    line-height: 44px;
    text-align: center;
    padding: 0px 70px;
    color: rgb(255, 255, 255);
    background: rgb(34, 34, 34);
    border: 2px solid rgb(34, 34, 34);
    font-size: 14px;
}

.add-cart-btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}

.btn-tp {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
    background-color: #e32024;
    border-color: transparent;
    color: rgb(255 255 255) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 43px;
    line-height: 43px;
    padding: 0px 20px !important;
    border-width: 0px;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    /* border-radius: 5px; */
    text-transform: uppercase;
}

.btn-tp::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background-color: rgb(247 195 85);
    border-radius: 50%;
    left: 0px;
    bottom: 0px;
    transform: translate(-74%, 70%);
    z-index: -1;
    /* opacity: 0.1; */
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.btn-tp:hover::before {
    width: 1200px;
    height: 470px;
}

.btn-tp:hover {
    box-shadow: none;
    color: rgb(255, 255, 255);
}

.btn-tp-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: rgb(255, 132, 41);
    border-color: transparent;
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 48px;
    padding: 0px 50px;
    border-width: 0px;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    border-radius: 8px;
}

.btn-tp-2::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    left: 0px;
    bottom: 0px;
    transform: translate(-50%, 50%);
    z-index: -1;
    opacity: 0.1;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.btn-tp-2:hover::before {
    width: 1200px;
    height: 470px;
}

.btn-tp-2:hover {
    box-shadow: none;
    color: rgb(255, 255, 255);
}

.btn-d:focus, .btn:focus:active {
    box-shadow: none;
}

.btn-d:hover {
    box-shadow: none;
}

.btn-d:hover::before {
    width: 420px;
    height: 420px;
}

.btn-d-margin {
    margin-top: 40px;
}

.btn-d {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-color: transparent;
    color: rgb(102, 102, 102);
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    height: 50px;
    line-height: 50px;
    padding: 0px 35px;
    border-width: 0px;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
}

@media only screen and (max-width: 575px) {
    .btn {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}

.more-btn {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    color: rgb(219, 51, 64);
}

.more-btn i {
    padding-left: 2px;
}

.common-nav .owl-nav {
    display: flex;
}

.common-nav .owl-nav button {
    font-size: 16px;
    color: rgb(187, 187, 187);
}

.common-nav .owl-nav button.nav-right {
}

.common-nav .owl-nav button:hover {
    color: rgb(34, 34, 34);
}

.common-dot .owl-dots {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
}

.common-dot .owl-dot.active {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(34, 34, 34);
    height: 12px;
    width: 12px;
    position: relative;
    top: 2px;
}

.common-dot .owl-dot {
    border: 1px solid rgb(204, 204, 204);
    height: 8px;
    background: rgb(204, 204, 204);
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.product__modal {
    max-width: 900px;
    padding: 27px 20px 20px;
}

.product__modal-close {
    top: 15px;
    right: 15px;
    z-index: 1;
}

.product__modal-close button {
    color: rgb(255, 255, 255);
    display: block;
    line-height: 36px;
    text-align: center;
    background: rgb(185, 161, 107);
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid rgb(185, 161, 107);
    outline: none;
}

.product__modal-close button:hover {
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}

.product__modal-wrapper {
    padding: 20px;
}

.product__modal-content h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    padding: 0px 65px 0px 0px;
    margin: 0px 0px 15px;
}

.product__modal-box .nav-tabs {
    border-bottom: 0px;
}

.product__modal-box .nav-link {
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.product__modal-links ul li {
    display: inline-block;
    margin-right: 4px;
}

.product__modal-links ul li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(227, 227, 227);
    border-radius: 50%;
    text-align: center;
}

.product__modal-links ul li a:hover {
    color: rgb(34, 34, 34);
    background: rgb(185, 161, 107);
    border-color: rgb(185, 161, 107);
}

.product__modal .nav-tabs {
    border: none;
    justify-content: space-between;
}

.product__modal .nav-link {
    border: 1px solid rgb(227, 227, 227);
    position: relative;
    margin-bottom: 20px;
}

.product__modal .nav-link.active {
    border-color: rgb(185, 161, 107);
}

.product__modal .nav-link.active::after {
    position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgb(185, 161, 107);
    border-image: initial;
}

.product__modal-title {
    font-size: 22px;
    font-weight: 600;
}

.product__modal-stock span {
    font-size: 14px;
    color: rgb(185, 161, 107);
}

.product__modal-stock span:first-child {
    color: rgb(34, 34, 34);
    padding-right: 5px;
}

.product__modal-add-review span a {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.product__modal-add-review span a::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: rgb(227, 227, 227);
}

.product__modal-add-review span a:hover {
    color: rgb(185, 161, 107);
}

.product__modal-add-review span:last-child a::after {
    display: none;
}

.product__modal-price span {
    font-size: 22px;
    color: rgb(34, 34, 34);
    display: inline-block;
    margin-bottom: 15px;
}

.rating {
    margin-bottom: 5px;
}

.rating-2 {
    margin-bottom: 15px;
}

.rating ul li {
    display: inline-block;
}

.rating ul li a {
    color: rgb(185, 161, 107);
}

.rating ul li a:hover {
    color: rgb(34, 34, 34);
}

.rating__shop ul li a {
    font-size: 16px;
}

.section__title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    padding-right: 20px;
    color: #353935;
    padding-left: 20px;
    /* padding-bottom: 12px !important; */
}

.section__title::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 2px;
}

.section__title-line {
    text-align: center;
}

.section__title-line-2 {
    padding-bottom: 10px;
}

.section__title-2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 12px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.section__title-icon {
    line-height: 1;
}

.section__title-icon img, .section__title-icon svg {
    vertical-align: inherit;
}

.section__title-3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    line-height: 1;
}

.section__title-4 {
    font-size: 24px;
}

.section__title-4::after {
    display: none;
}

.section__title-5 {
    font-size: 24px;
    padding-bottom: 0px;
}

.section__title-5::after {
    display: none;
}

.page__title {
    height: 200px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /*background: #ececec;*/
    /* border-bottom: 1px solid #e1e1e1; */
    border-top: 1px solid #e1e1e1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page__title {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .page__title {
        height: 350px;
    }
}

.page__title-inner h1 {
    font-size: 36px;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .page__title-inner {
        margin-top: 0px;
    }
}

.btn-outer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.page__title-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.page__title-breadcrumb .breadcrumb-item {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    /*z-index: 2222;*/
    position: relative;
}

.page__title-breadcrumb .breadcrumb-item a:hover {
    color: rgb(183 179 176);
}

.page__title-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.page__title-breadcrumb .breadcrumb-item.active::before {
    color: #fff;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 0px;
    }

    70% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 45px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
    }
}

@keyframes pulse {
    0% {
        box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 0px;
    }

    70% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 45px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
    }
}

@keyframes video-ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes video-ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.header__top-info {
    padding: 2px 0px 4px;
}

.header__top-info ul li {
    display: inline-block;
    position: relative;
}

.header__top-info ul li:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
}

.header__top-info ul li:last-child::after {
    display: none;
}

.header__top-info ul li::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.15);
}

.header__top-info ul li p {
    font-size: 13px;
    color: rgb(243, 243, 243);
    font-weight: 300;
    margin-bottom: 0px;
}

.header__top-info ul li p a {
    font-weight: 500;
    position: relative;
}

.header__top-info ul li p a::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: rgb(255, 255, 255);
}

.header__top-2 {
    padding: 3px 0px;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.header__top-menu ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.header__top-menu ul li a {
    font-size: 12px;
    font-weight: 300;
    color: rgb(119, 119, 119);
}

.header__top-menu ul li a:hover {
    color: rgb(34, 34, 34);
}

.header__top-menu ul li.has-dropdown > a {
    padding-right: 11px;
}

.header__top-menu ul li.has-dropdown > a::after {
    position: absolute;
  content:"";
    right: 0px;
    top: 1px;
    font-size: 12px;
    color: rgb(119, 119, 119);
    font-family: "Font Awesome 5 Pro";
}

.header__top-menu ul li.has-dropdown:hover a::after {
    color: rgb(34, 34, 34);
}

.header__top-features {
    display: flex;
    margin-left: 45px;
    position: relative;
    top: 8px;
}

.header__top-features::before {
    position: absolute;
    content: "";
    background: rgb(229, 229, 229);
    width: 1px;
    height: 100%;
    top: -8px;
    left: -45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header__top-features-3 {
        display: none;
    }
}

.header__social ul li {
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-right: 20px;
}

.header__social ul li a {
    color: rgb(255, 255, 255);
}

.header__social ul li a i {
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.header__social ul li a:hover {
    color: rgb(34, 34, 34);
}

.header__select-item .nice-select {
    border: 0px;
    height: inherit;
    line-height: inherit;
    padding-left: 0px;
    padding-right: 11px;
}

.header__select-item .nice-select::after {
    border-color: rgb(119, 119, 119);
    border-width: 1px;
    right: 0px;
}

.header__select-item .nice-select .list {
    left: auto;
    right: 0px;
    border-radius: 0px;
}

.header__select-item .nice-select .list-2 {
    right: -30px;
}

.header__select-item-2 span {
    color: rgb(119, 119, 119);
}

.header__select-item-2 .nice-select {
    margin-left: 4px;
    float: none;
}

.header__select-item-2 .nice-select .current {
    color: rgb(51, 51, 51);
}

.header__select-item-3 {
    display: flex;
}

.header__select-item-3 .country-flag {
    margin-right: 5px;
}

.header__select-item-3 .nice-select {
    background: transparent;
    color: rgb(17, 17, 17);
}

.header__select-item-4 nice-select .list {
    right: -30px;
}

.header__select-2 {
    position: relative;
}

.header__select-2::before {
    position: relative;
    content: "";
    width: 1px;
    height: 15px;
    left: -30px;
    top: 0px;
    background: rgba(119, 119, 119, 0.47);
    display: inline-block;
}

.header__search-input {
    position: relative;
    width: 250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header__search-input {
        width: 230px;
    }
}

.header__search-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 50px 0px 20px;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 3px;
}

.header__search-input input::placeholder {
    color: rgb(194, 194, 194);
    font-size: 14px;
}

.header__search-input input:focus {
    border-color: rgb(34, 34, 34);
}

.header__search-input button {
    font-size: 18px;
    color: rgb(51, 51, 51);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.header__search-input-2 {
    position: relative;
}

.header__search-input-2 input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 165px 0px 20px;
    color: rgb(34, 34, 34);
    border: 1px solid rgb(227, 227, 227);
    border-radius: 3px;
    font-size: 13px;
}

.header__search-input-2 input::placeholder {
    color: rgb(170, 170, 170);
}

.header__search-input-2 button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 17px;
    color: rgb(51, 51, 51);
}

.header__search-input-2 .nice-select {
    position: absolute;
    padding: 0px 15px 0px 0px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    top: -2px;
    right: 60px;
    background-color: transparent;
}

.header__search-input-2 .nice-select::after {
    margin-top: -2px;
    width: 5px;
    height: 5px;
    right: 0px;
    border-width: 1px;
    border-color: rgb(119, 119, 119);
}

.header__search-input-2 .nice-select .current {
    font-size: 13px;
    color: rgb(34, 34, 34);
}

.header__search-input-3 {
    position: relative;
}

.header__search-input-3 input {
    padding-left: 165px;
    padding-right: 55px;
}

.header__search-input-3 button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 17px;
    color: rgb(51, 51, 51);
}

.header__search-input-3 .nice-select {
    position: absolute;
    padding: 0px 15px 0px 0px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    top: 0px;
    left: 20px;
    background-color: transparent;
    width: 130px;
}

.header__search-input-3 .nice-select::after {
    margin-top: -3px;
    width: 7px;
    height: 7px;
    left: 100px;
    border-width: 1px;
    border-color: rgb(51, 51, 51);
}

.header__search-input-3 .nice-select::before {
    position: relative;
    content: "";
    width: 1px;
    height: 15px;
    right: -125px;
    top: 4px;
    background: rgba(119, 119, 119, 0.47);
    display: inline-block;
}

.header__search-input-3 .nice-select .current {
    font-size: 13px;
    color: rgb(34, 34, 34);
}

.header__action ul li {
    display: inline-block;
    margin-right: 0px !important;
}

.header__action ul li:not(:last-child) {
    margin-right: 20px;
}

.header__action ul li a {
    display: inline-block;
    font-size: 25px;
    color: rgb(34, 34, 34);
    position: relative;
}

.header__action ul li a .cart-count {
    position: absolute;
    top: -4px;
    right: -10px;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: rgb(219, 51, 64);
    font-weight: 500;
    border-radius: 50%;
}

.header__action ul li a .cart-price {
    font-size: 14px;
    color: rgb(68, 68, 68);
    margin-left: 20px;
}

.header__action ul li a .flaticon-random-button {
    position: relative;
    top: 4px;
}

.header__action-2 ul li a .cart-count {
    background-color: rgb(255, 132, 41);
}

.header__action-2 ul li .cart-price {
    color: rgb(17, 17, 17);
    font-weight: 600;
    margin-left: 10px;
}

.header__border {
    border-bottom: 1px solid rgb(229, 229, 229);
    background: #353935;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__border {
        padding: 8px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__middle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.header__middle-2 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.header__middle .sd-contact {
    margin-right: 80px;
}

.header__middle .sd-contact span {
    font-size: 14px;
}

.header__middle .sd-contact span a {
    color: rgb(255, 132, 41);
    font-weight: 500;
}

.header__middle-right-2 {
    display: flex;
    justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .header__middle-right-2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .header__middle-right-d {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header__bottom {
        padding: 20px 0px;
    }
}

.header__bottom-offer p {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.header__bottom-offer p span {
    font-weight: 500;
}

.header__bottom-offer-border {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .header__bottom-offer-border {
        border-right: 0px;
    }
}

.header__purchase p {
    font-size: 14px;
    color: rgb(40, 40, 40);
    margin-bottom: 0px;
}

.mobile-header-area {
    background: rgb(255, 255, 255);
}

.main-menu-border {
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.main-menu ul li:not(:last-child) {
    /* border-right: 1px solid white; */
    padding: 0px 10px;
}

.main-menu ul li.has-dropdown > a {
    padding-right: 14px;
}

.main-menu ul li.has-dropdown > a::after {
    position: absolute;
   content:"";
    right: 0px;
    top: 9px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: "Font Awesome 5 Pro";
}

.main-menu ul li a {
    display: inline-block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 7px 0px;
    position: relative;
}

.main-menu ul li .submenu {
    text-align: left;
    position: absolute;
    min-width: 230px;
    background: rgb(255, 255, 255);
    padding: 15px 0px;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 20px;
    z-index: 11;
}

.main-menu ul li .submenu li {
    margin: 0px;
    display: block;
}

.main-menu ul li .submenu li.has-dropdown > a::after {
    right: 15px;
    transform: rotate(-90deg);
    color: rgb(153, 153, 153);
}

.main-menu ul li .submenu li > a {
    display: block;
    color: rgb(153, 153, 153);
    line-height: 1.5;
    padding: 10px 28px;
}

.main-menu ul li .submenu li > a:hover {
    color: rgb(34, 34, 34);
}

.main-menu ul li .submenu li .submenu {
    left: 100%;
    top: 0px;
}

.main-menu ul li .submenu li:hover > a::after {
    color: rgb(51, 51, 51);
}

.main-menu ul li:hover > a {
    color: #e32024;
}

.main-menu ul li:hover > a::after {
    color: rgb(185, 161, 107);
}

.main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu-2 ul li a {
    font-size: 14px;
    color: rgb(40, 40, 40);
    font-weight: 500;
    padding-bottom: 10px;
}

.main-menu-2 ul li:hover > a {
    color: rgb(219, 51, 64);
}

.main-menu-2 ul li.has-dropdown:hover > a::after {
    color: rgb(219, 51, 64);
}

.main-menu-3 ul li {
    margin-right: 30px;
}

.main-menu-3 ul li a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 15px 0px;
}

.main-menu-3 ul li:hover > a {
    color: rgb(255, 132, 41);
}

.main-menu-3 ul li.has-dropdown > a::after {
    right: -3px;
    top: 16px;
    color: rgb(255, 255, 255);
}

.category__menu {
    position: relative;
}

.category__menu ul li {
    display: inline-block;
    margin-right: 24px;
}

.category__menu ul li:last-child {
    /* padding-top: 7px; */
}

.category__menu ul li a {
    display: inline-block;
    font-weight: 500;
    color: rgb(0, 0, 0);
    padding: 24px 0px;
}

.category__menu ul li:hover > a {
    color: #e32024;
}

.category__btn {
    padding-bottom: 16px;
    padding-top: 18px;
}

.category__btn:hover .side-submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.side-submenu {
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    top: 120%;
    min-width: 270px;
    z-index: 111;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .side-submenu {
        min-width: 160px;
    }
}

.side-submenu ul li {
    position: relative;
    display: block;
    margin-right: 0px;
}

.side-submenu ul li > a {
    display: inline-block;
    width: 100%;
    color: rgb(136, 136, 136);
    padding: 14px 30px 10px;
}

.side-submenu ul li > a i {
    font-size: 17px;
    padding-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .side-submenu ul li > a {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .side-submenu ul li > a {
        padding-left: 15px;
    }
}

.side-submenu ul li:last-child a {
    border-bottom: none;
}

.side-submenu ul li.has-dropdown > a {
    position: relative;
    padding-right: 15px;
}

.side-submenu ul li.has-dropdown > a::after {
    position: absolute;
   content:"";
    font-weight: 700;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: rgb(136, 136, 136);
}

.side-submenu ul li:hover > a {
    color: rgb(34, 34, 34);
    background: rgb(243, 243, 243);
}

.side-submenu ul li:hover > a::after {
    color: rgb(34, 34, 34);
}

.side-submenu ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.side-submenu ul li:hover .submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.side-submenu ul li .mega-menu {
    position: absolute;
    left: 120%;
    top: 0px;
    width: 800px;
    background: right center / cover no-repeat rgb(255, 255, 255);
    z-index: 1;
    padding: 25px 25px 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 4.316px 4.168px 20px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .side-submenu ul li .mega-menu {
        width: 540px;
        left: 110%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .side-submenu ul li .mega-menu {
        width: 650px;
        left: 110%;
    }
}

.side-submenu ul li .mega-menu li {
    width: 30%;
    float: left;
    margin-bottom: 25px;
    display: inline-block;
}

.side-submenu ul li .mega-menu li:not(:last-child) {
    margin-right: 0px;
}

.side-submenu ul li .mega-menu li > a {
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-bottom: 15px;
    padding: 0px;
    border: none;
}

.side-submenu ul li .mega-menu li .mega-item {
    margin-bottom: 45px;
}

.side-submenu ul li .mega-menu li .mega-item li {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.side-submenu ul li .mega-menu li .mega-item li a {
    font-size: 14px;
    color: rgb(136, 136, 136);
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    width: auto;
}

.side-submenu ul li .mega-menu li .mega-item li a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0px;
    bottom: 0px;
    background: rgb(136, 136, 136);
    width: 0px;
    height: 1px;
}

.side-submenu ul li .mega-menu li .mega-item li:hover > a {
    color: rgb(34, 34, 34);
}

.side-submenu ul li .mega-menu li .mega-item li:hover > a::after {
    width: 100%;
    left: 0px;
    right: auto;
}

.side-submenu ul li .mega-menu li:hover > a {
    color: rgb(34, 34, 34);
    background-color: inherit;
}

.side-submenu ul li .submenu {
    position: absolute;
    top: 0px;
    left: 120%;
    width: 270px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 4.316px 4.168px 20px 0px;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .side-submenu ul li .submenu {
        width: 235px;
    }
}

.side-submenu ul li .submenu li {
    display: block;
    margin-right: 0px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.side-submenu ul li .submenu li:last-child {
    border-bottom: none;
}

.side-submenu ul li .submenu li > a {
    width: 100%;
    display: block;
    padding: 15px 25px;
    text-transform: capitalize;
    border-bottom: none;
}

.side-submenu ul li .submenu li > a::before {
    position: absolute;
    content: "";
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 2px;
    height: 0px;
    background: rgb(136, 136, 136);
}

.side-submenu ul li .submenu li > a::after {
    right: 15px;
    transform: translateY(-50%) rotate(0deg);
}

.side-submenu ul li .submenu li:hover > a::before {
    height: 100%;
    bottom: auto;
    top: 0px;
}

.side-submenu ul li .submenu li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.side-submenu ul li .submenu li .submenu {
    top: 0px;
    left: 120%;
    visibility: hidden;
    opacity: 0;
}

.offcanvas__area::-webkit-scrollbar {
    display: none;
}

.offcanvas__area .modal.show .modal-dialog {
    transform: none !important;
}

.offcanvas__area .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out 0s;
    transform: translate(100px, 0px);
}

.offcanvas__area .modal-dialog {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 450px;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: rgb(255, 255, 255);
}

@media (max-width: 575px) {
    .offcanvas__area .modal-dialog {
        max-width: 300px;
    }
}

.offcanvas__area .modal-content {
    border: 0px;
}

.offcanvas__area-2 .modal.show .modal-dialog {
    left: 0px;
    transform: none !important;
}

.offcanvas__area-2 .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out 0s;
    transform: translate(-100px, 0px);
}

.offcanvas__area-2 .modal-dialog {
    left: 0px;
    right: auto;
}

.offcanvas__close-btn {
    font-size: 16px;
    color: rgb(34, 34, 34);
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: transparent;
    border: 0px;
    outline: 0px;
}

.offcanvas__close-btn:hover {
    color: rgb(185, 161, 107);
}

.offcanvas__close-btn svg {
    width: 22px;
    height: 22px;
}

.offcanvas__close-btn svg path {
    fill: rgb(34, 34, 34);
}

.offcanvas__action a {
    font-size: 16px;
    color: rgb(34, 34, 34);
    position: relative;
    margin-right: 20px;
}

.offcanvas__action a.has-tag {
    padding-right: 15px;
}

.offcanvas__action a .tag {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background: rgb(204, 204, 204);
    border-radius: 50%;
}

.offcanvas__action a svg {
    width: 20px;
    height: 22px;
}

.offcanvas__action a svg path {
    fill: rgb(34, 34, 34);
}

.offcanvas__action a:hover .tag {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.offcanvas__top {
    padding: 40px 40px 0px;
}

.offcanvas__bottom {
    margin-top: 15px;
    position: static;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 15px 35px;
    background: rgb(255, 255, 255);
    z-index: 1;
}

.offcanvas__search-btn {
    background: transparent;
    font-size: 22px;
}

.offcanvas__search-btn svg {
    width: 22px;
    height: 22px;
}

.offcanvas__search-btn svg path {
    fill: rgb(34, 34, 34);
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
}

.offcanvas__social ul li {
    display: inline-block;
}

.offcanvas__social ul li:not(:last-child) {
    margin-right: 20px;
}

.offcanvas__social ul li a {
    font-size: 14px;
    color: rgb(34, 34, 34);
}

.offcanvas__content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.sidebar__search {
    position: relative;
    padding: 0px 40px;
}

.sidebar__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    border-bottom: 1px solid rgb(227, 227, 227);
    font-size: 14px;
}

.sidebar__search input::placeholder {
    color: rgb(34, 34, 34);
}

.sidebar__search input:focus {
    border-color: rgb(185, 161, 107);
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgb(34, 34, 34);
}

.header-bar-btn {
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    background: transparent;
    border: 0px;
    outline: 0px;
}

.header-bar-btn span {
    background: rgb(34, 34, 34);
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
}

.header-bar-btn span:nth-child(1) {
    top: 0px;
}

.header-bar-btn span:nth-child(2) {
    top: 7px;
}

.header-bar-btn span:nth-child(3) {
    top: 14px;
}

.header-bar-btn-2 span {
    background: rgb(255, 255, 255);
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0px;
}

.mean-container .mean-bar {
    padding: 0px;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0px;
    color: rgb(34, 34, 34);
    border-top: 1px solid rgb(235, 235, 235);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
    color: rgb(185, 161, 107);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    height: 30px;
    width: 30px;
    color: rgb(34, 34, 34);
    line-height: 30px;
    top: 0px;
    font-weight: 400;
    padding: 0px !important;
    border: 1px solid rgb(235, 235, 235) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(185, 161, 107);
    color: rgb(255, 255, 255);
    border-color: rgb(185, 161, 107);
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0px;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: rgb(34, 34, 34);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    color: rgb(34, 34, 34);
}

.slider__padding {
    padding-left: 145px;
    padding-right: 145px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__padding {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .slider__padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.slider__height img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .slider__height {
        min-height: 500px;
    }
}

.slider__title {
    font-size: 72px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000000;
}

@media (max-width: 575px) {
    .slider__title {
        font-size: 45px;
    }
}

.slider__content span {
    display: inline-block;
    font-size: 12px;
    /*background-color: rgb(34, 34, 34);*/
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
    /*height: 26px;*/
    width: 200px;
    line-height: 26px;
    padding: 0px 17px;
    border-radius: 3px;
    margin-bottom: 25px;
}

.slider__content-2 {
    padding-left: 10px;
}

/*.slider__content-3 span {*/
/*  background-color: rgb(56, 191, 195);*/
/*}*/
.slider__content-3 p {
    font-size: 23px;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px #000000;
}

.main-slider-pagination {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-slider-pagination {
        right: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider-pagination {
        right: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider-pagination {
        right: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-slider-pagination {
        right: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider-pagination {
        right: 30px;
    }
}

.main-slider-pagination button {
    font-size: 40px;
    color: rgb(156, 156, 156);
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 4px 0px;
}

.main-slider-pagination button.main-slider-button-prev {
}

.main-slider-pagination button:hover {
}

.main-slider-pagination-2 {
    position: static;
}

.main-slider-pagination-2 button {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider-pagination-2 button {
        top: 70%;
        transform: translateY(-70%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider-pagination-2 button {
        top: 80%;
        transform: translateY(-80%);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-slider-pagination-2 button {
        top: 90%;
        transform: translateY(-90%);
    }
}

@media (max-width: 575px) {
    .main-slider-pagination-2 button {
        display: none;
    }
}

.main-slider-pagination-2 button.main-slider-button-prev {
    margin-right: 0px;
    left: 30px;
    right: auto;
}

.category__item:hover .category__thumb img {
    transform: scale(1.1);
}

.category__title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.category__title a:hover {
    color: #e32024;
}

.category__content {
    padding: 15px 0px;
}

.category__quantity {
    font-size: 13px;
    font-weight: 500;
    color: rgb(185, 161, 107);
}

.product__thumb {
    position: relative;
}

.product__action {
    position: absolute;
    top: 15px;
    right: -15px;
    visibility: hidden;
    opacity: 0;
}

.prod-btn {
    padding: 0 37px !important;
}

.textarea1 {
    height: 82px !important;
}

label {
    color: #000;
    padding-bottom: 5px;
}

.product__action ul li {
    margin-bottom: 5px;
}

.modal-title {
    font-size: 20px;
    margin-left: 36%;
    font-weight: 700;
}

.des-tabs {
    margin: 0 118px;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

button#nav-home-tab:hover {
    border-bottom: 1px solid #000;
}

.nav-tabs {
    padding-top: 8px;
    border: none;
}

button#nav-profile-tab:hover {
    border-bottom: 1px solid #000;
}

.product__action ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px 0px;
}

.accreadiation-inner img {
    cursor: pointer;
    width: 287px;
    padding: 5px;
}

.accreadiation-inner {
    border: 1px solid #cbc7c791;
}

.footer-btn {
    background-color: #ffffff3d;
}

.des-box {
    border: 1px solid #00000021;
}

.heading {
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    padding-top: 6px;
}

/*.page__title::before {*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0.5;*/
/*    z-index: -3;*/
/*    position: absolute;*/
/*    background-color: #000000;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.product__action ul li a svg {
    width: 14px;
    height: 14px;
}

.product__action ul li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
}

.product__action ul li a:hover svg path {
    fill: rgb(255, 255, 255);
}

.product__action-2 ul li a {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px 0px;
}

.product__action-3 {
    top: 70px;
}

.foot-label {
    color: #fff !important;
}

.contact-.mt-15.modal-btn {
    text-align: center;
}

.product__action-3 ul li a {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px 0px;
    color: rgb(40, 40, 40);
}

.product__item {
}

.product__item:hover .product__thumb img {
    transform: scale(1.1);
}

.product__item:hover .product__action {
    visibility: visible;
    opacity: 1;
    right: 15px;
}

.product__item-slider .owl-nav {
    position: absolute;
    top: -80px;
    right: 0px;
}

@media (max-width: 575px) {
    .product__item-slider .owl-nav {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product__item-wrapper {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product__item-wrapper-2 {
        margin-bottom: 40px;
    }
}

.product__item-wrapper-4 {
    margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .product__item-wrapper-4 {
        margin-left: 10px;
    }
}

.product__item-trending-slider .owl-nav {
    position: absolute;
    top: -75px;
    right: 0px;
}

@media (max-width: 575px) {
    .product__item-trending-slider .owl-nav {
        display: none;
    }
}

.product__item-3:hover .product__thumb-3 img {
    transform: scale(1.1);
}

.product__item-3:hover .product__add-cart-3 {
    top: -28px;
}

.product__item-3:hover:hover .product__action {
    visibility: visible;
    opacity: 1;
    right: 15px;
    top: 70px;
}

.product__item-slider-2 .owl-nav {
    display: flex;
    position: absolute;
    top: -75px;
    right: 0px;
}

.product__tag a {
    display: inline-block;
    font-size: 12px;
    color: rgb(186, 186, 186);
    text-transform: uppercase;
    font-weight: 500;
}

.product__tag a:hover {
    color: rgb(34, 34, 34);
}

.product__tag-2 a {
    display: inline-block;
    font-size: 12px;
    color: rgb(186, 186, 186);
    text-transform: uppercase;
    font-weight: 500;
}

.product__tag-2 a:hover {
    color: rgb(34, 34, 34);
}

.product__tag-3 a {
    font-size: 11px;
    color: rgb(219, 51, 64);
    text-transform: uppercase;
    display: inline-block;
}

.product__tag-4 span a {
    color: rgb(255, 132, 41);
}

.product__flash {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.product__flash span {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    height: 24px;
    line-height: 24px;
    padding: 0px 14px;
    background-color: rgb(185, 161, 107);
    border-radius: 3px;
}

.product__flash-3 {
    position: absolute;
    top: 10px;
    right: 10px;
}

.product__flash-3 span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgb(219, 51, 64);
    border-radius: 50%;
    color: rgb(255, 255, 255);
}

.product__flash-4 {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product__flash-4 span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgb(255, 132, 41);
    border-radius: 50%;
    color: rgb(255, 255, 255);
}

.product__title {
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-bottom: 3px;
    font-weight: 500;
}

.product__title a:hover {
    color: rgb(185, 161, 107);
}

.product__title-2 {
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-bottom: 3px;
}

.product__title-2 a:hover {
    color: rgb(185, 161, 107);
}

.product__title-3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    margin-bottom: 0px;
}

.product__title-3 a:hover {
    color: rgb(219, 51, 64);
}

.product__price .price {
    font-size: 16px;
    color: rgb(185, 161, 107);
    font-weight: 600;
}

.product__price .price.old-price {
    font-size: 15px;
    color: rgb(204, 204, 204);
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 4px;
}

.product__price .price.new-price {
    font-size: 18px;
    font-weight: 600;
    color: rgb(185, 161, 107);
}

.product__price-2 .price {
    font-size: 16px;
    color: rgb(185, 161, 107);
    font-weight: 600;
}

.product__price-2 .price.old-price {
    font-size: 15px;
    color: rgb(204, 204, 204);
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 4px;
}

.product__price-2 .price.new-price {
    font-size: 18px;
    font-weight: 600;
    color: rgb(185, 161, 107);
}

.product__price-3 {
    height: 20px;
}

.product__price-3 .price {
    position: relative;
    font-size: 14px;
    color: rgb(85, 85, 85);
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

.product__price-3 .old-price {
    font-size: 13px;
    color: rgb(170, 170, 170);
    text-decoration: line-through;
    margin-right: 5px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

.product__price-4 .price {
    color: rgb(85, 85, 85);
    font-weight: 400;
}

.product__sale-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0px;
    display: flex;
}

@media (max-width: 575px) {
    .product__sale-slider .owl-nav {
        display: none;
    }
}

.product__sale-slider .owl-nav button {
    font-size: 20px;
    color: rgb(187, 187, 187);
}

.product__sale-slider .owl-nav button.nav-right {
    margin-left: 25px;
}

.product__sale-slider .owl-nav button:hover {
    color: rgb(34, 34, 34);
}

.product__sale-wrapper {
    padding: 30px 30px 35px;
    border: 2px solid rgb(185, 161, 107);
    border-radius: 3px;
}

@media (max-width: 575px) {
    .product__sale-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product__sale-item:hover .product__sale-thumb img {
    transform: scale(1.1);
}

.product__sale-item:hover .product__action {
    visibility: visible;
    opacity: 1;
    right: 15px;
}

.product__sale-tag {
    display: inline-block;
    font-size: 12px;
    color: rgb(186, 186, 186);
    text-transform: uppercase;
    font-weight: 500;
}

.product__sale-flash {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.product__sale-flash span {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    height: 24px;
    line-height: 24px;
    padding: 0px 14px;
    background-color: rgb(185, 161, 107);
    border-radius: 3px;
}

.product__sale-title {
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-bottom: 3px;
}

.product__sale-title a:hover {
    color: rgb(185, 161, 107);
}

.product__sale-price .price {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: 500;
}

.product__sale-price .price.old-price {
    font-size: 15px;
    color: rgb(204, 204, 204);
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 4px;
}

.product__sale-price .price.new-price {
    font-size: 18px;
    font-weight: 600;
    color: rgb(185, 161, 107);
}

.product__content {
    padding-top: 5px;
}

.product__countdown {
    text-align: center;
}

.product__countdown .cdown {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: rgb(255, 255, 255);
    text-align: center;
    border-radius: 2px;
    padding-top: 10px;
}

.product__countdown .cdown .time-count {
    font-size: 22px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    line-height: 1;
}

.product__countdown .cdown p {
    color: rgb(153, 153, 153);
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.product__countdown-2 .cdown {
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(247, 247, 247);
}

.product__border {
    border-top: 1px solid rgb(229, 229, 229);
}

@media (max-width: 575px) {
    .product__tab {
        margin-top: 30px;
    }
}

.product__tab .nav-tabs {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.product__tab .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    padding: 0px;
    border: 0px;
    margin-left: 25px;
    background: transparent;
}

.product__tab .nav-tabs .nav-item .nav-link.active {
    background: transparent;
    color: rgb(34, 34, 34);
}

.product__tab .nav-tabs .nav-item-2 .nav-link.active {
    color: rgb(219, 51, 64);
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.product__tab .nav-tabs .nav-item-2 .nav-link.active::before {
    position: absolute;
    content: "";
    background-color: rgb(219, 51, 64);
    width: 100%;
    height: 3px;
    bottom: -12px;
}

.product__tab .nav-tabs .nav-item-2 .nav-link {
    position: relative;
    font-weight: 500;
}

.product__tab .nav-tabs .nav-item-2 .nav-link::before {
    position: absolute;
    content: "";
    background-color: rgb(219, 51, 64);
    width: 0px;
    height: 3px;
    bottom: -12px;
    transition: all 0.3s ease 0s;
}

.product__tab .nav-tabs .nav-item-2 .nav-link:hover::before {
    width: 100%;
}

.product__tab .nav-tabs .nav-item-2 .nav-link:hover {
    color: rgb(219, 51, 64);
}

@media (max-width: 575px) {
    .product__tab .nav-tabs .nav-item-2 {
        margin-bottom: 30px;
    }
}

.product__tab .nav-tabs .nav-item-3 .nav-link.active {
    color: rgb(17, 17, 17);
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.product__tab .nav-tabs .nav-item-3 .nav-link.active::before {
    position: absolute;
    content: "";
    background-color: rgb(17, 17, 17);
    width: 100%;
    height: 3px;
    bottom: -17px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__tab .nav-tabs .nav-item-3 .nav-link.active::before {
        bottom: -11px;
    }
}

@media (max-width: 575px) {
    .product__tab .nav-tabs .nav-item-3 .nav-link.active::before {
        bottom: -12px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .product__tab .nav-tabs .nav-item-3 .nav-link.active::before {
        display: none;
    }
}

.product__tab .nav-tabs .nav-item-3 .nav-link {
    position: relative;
    font-weight: 500;
}

.product__tab .nav-tabs .nav-item-3 .nav-link::before {
    position: absolute;
    content: "";
    background-color: rgb(17, 17, 17);
    width: 0px;
    height: 3px;
    bottom: -17px;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product__tab .nav-tabs .nav-item-3 .nav-link::before {
        bottom: -12px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .product__tab .nav-tabs .nav-item-3 .nav-link::before {
        display: none;
    }
}

.product__tab .nav-tabs .nav-item-3 .nav-link:hover::before {
    width: 100%;
}

.product__tab .nav-tabs .nav-item-3 .nav-link:hover {
    color: rgb(17, 17, 17);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__tab .nav-tabs .nav-item-3 {
        margin-top: 20px;
    }
}

.product__tab-2 {
    float: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    .product__tab-2 {
        float: left;
    }
}

.product__tab-2 .nav-tabs .nav-item .nav-link {
    margin-left: 0px;
    margin-right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .product__tab-2 .nav-tabs .nav-item .nav-link {
        margin-top: 20px;
    }
}

.product__tab-3 .nav-tabs .nav-item .nav-link {
    margin-left: 0px;
    margin-right: 45px;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 18px;
}

.product__tab-3 .nav-tabs .nav-item .nav-link::before {
    position: absolute;
    content: "";
    background-color: rgb(17, 17, 17);
    width: 0px;
    height: 2px;
    bottom: -19px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__tab-3 .nav-tabs .nav-item .nav-link::before {
        bottom: -10px;
    }
}

.product__tab-3 .nav-tabs .nav-item .nav-link:hover::before {
    width: 100%;
}

@media (max-width: 575px) {
    .product__tab-3 .nav-tabs .nav-item .nav-link {
        margin-bottom: 30px;
    }
}

.product__tab-3 .nav-tabs .nav-item .nav-link.active {
    position: relative;
}

.product__tab-3 .nav-tabs .nav-item .nav-link.active::before {
    width: 100%;
}

.product__hot-title p {
    font-size: 32px;
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
}

.product__hot-title h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1;
}

.product__hot-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product__hot-slider .owl-nav {
        left: -20px;
    }
}

@media (max-width: 575px) {
    .product__hot-slider .owl-nav {
        display: none;
    }
}

.product__hot-slider .owl-nav button {
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    border: 2px solid rgb(221, 221, 221);
    color: rgb(221, 221, 221);
    border-radius: 50%;
    margin: 10px 0px;
}

.product__hot-slider .owl-nav button.main-slider-button-prev {
    margin-right: 5px;
}

.product__hot-slider .owl-nav button:hover {
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}

.product__add-cart-3 {
    position: relative;
    top: 10px;
    background-color: rgb(255, 255, 255);
}

.product__tb-slider {
    position: relative;
}

.product__tb-slider button {
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    border: 2px solid rgb(221, 221, 221);
    color: rgb(221, 221, 221);
    border-radius: 50%;
}

.product__tb-slider button.main-slider-button-prev {
    margin-right: 5px;
}

.product__tb-slider button:hover {
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product__tb-slider button {
        display: none;
    }
}

.product__tb-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .product__tb-slider .owl-prev {
        left: -35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .product__tb-slider .owl-prev {
        left: -40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .product__tb-slider .owl-prev {
        left: -25px;
    }
}

.product__tb-slider .owl-next {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .product__tb-slider .owl-next {
        right: -35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .product__tb-slider .owl-next {
        right: -40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .product__tb-slider .owl-next {
        right: -25px;
    }
}

.product__modal-box .nav-tabs {
    border: 0px;
    margin-top: 10px;
}

.product__modal-box .nav-tabs .nav-link {
    padding: 0px;
    border: 2px solid transparent;
}

.product__modal-box .nav-tabs .nav-link.active {
    border: 2px solid rgb(185, 161, 107);
}

.product__modal-nav .nav {
    display: block !important;
}

.product__modal-nav .nav .nav-item {
    opacity: 0.5;
}

.product__modal-nav .nav .nav-item.active {
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__modal-content-2 {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .product__modal-content-2 {
        margin-top: 40px;
    }
}

.product__modal-content-2 h4 {
    font-size: 16px;
    margin-bottom: 17px;
    color: rgb(40, 40, 40);
}

.product__modal-content-2 h4 a:hover {
    color: rgb(255, 132, 41);
}

.product__modal-content-2 .rating ul li {
    display: inline-block;
}

.product__modal-content-2 .rating ul li span {
    font-size: 14px;
    color: rgb(255, 132, 41);
}

.product__modal-content-2 .rating .rating-shop ul {
    display: inline-block;
}

.product__modal-content-2 .rating .rating-shop ul li span {
    font-size: 12px;
    color: rgb(255, 132, 41);
}

.product__modal-content-2 .rating .rating-shop span {
    font-size: 12px;
    font-weight: 500;
}

.product__modal-content-2 .rating-shop {
    display: flex;
}

@media (max-width: 575px) {
    .product__modal-content-2 .rating-shop {
        display: block;
    }
}

.product__modal-content-2 .rating-left {
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
}

@media (max-width: 575px) {
    .product__modal-content-2 .rating-left {
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 25px;
        margin-right: 25px;
    }
}

.product__modal-content-2 .rating-left::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: rgb(220, 220, 220);
}

@media (max-width: 575px) {
    .product__modal-content-2 .rating-left::after {
        display: none;
    }
}

.product__modal-content-2 .rating-left a:hover {
    color: rgb(255, 132, 41);
}

.product__modal-content-2.old-price {
    color: rgb(140, 140, 140);
    text-decoration: line-through;
}

.product__modal-content-2 .product__price span {
    font-size: 14px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    margin-right: 7px;
}

.product__modal-content-2 .product__price span.old-price {
    color: rgb(140, 140, 140);
    text-decoration: line-through;
}

.product__modal-content-2 .product__modal-des {
    padding-top: 18px;
    padding-bottom: 25px;
    border-top: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
}

.product__modal-content-2 .product__modal-des p {
    font-size: 14px;
    line-height: 24px;
    color: rgb(96, 96, 96);
    margin-bottom: 0px;
}

.product__modal-content-2 .product__modal__tag span {
    font-size: 14px;
    color: rgb(96, 96, 96);
    display: inline-block;
}

.product__modal-content-2 .product__modal__tag span a:hover {
    color: rgb(255, 132, 41);
}

.product__modal-content-2 .product__share span {
    font-size: 14px;
    color: rgb(108, 108, 108);
    margin-right: 20px;
}

.product__modal-content-2 .product__share ul {
    display: inline-block;
}

.product__modal-content-2 .product__share ul li {
    display: inline-block;
    margin-right: 30px;
}

.product__modal-content-2 .product__share ul li a {
    font-size: 14px;
    color: rgb(108, 108, 108);
    display: inline-block;
}

.product__modal-content-2 .product__share ul li a:hover {
    color: rgb(255, 132, 41);
}

.product__modal-content-2 .product__details-color span {
    font-size: 14px;
    color: rgb(34, 34, 34);
    width: 15%;
    display: inline-block;
}

@media (max-width: 575px) {
    .product__modal-content-2 .product__details-color span {
        margin-bottom: 15px;
    }
}

.product__modal-content-2 .product__details-color ul {
    line-height: 1;
}

.product__modal-content-2 .product__details-color ul li {
    display: inline-block;
}

.product__modal-content-2 .product__details-color ul li:not(:last-child) {
    margin-right: 5px;
}

.product__modal-content-2 .product__details-color ul li a {
    display: inline-block;
    width: 35px;
    height: 20px;
    background-color: rgb(34, 34, 34);
    box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px, rgb(255, 255, 255) 0px 0px 0px 2px inset;
}

.product__modal-content-2 .product__details-color ul li a.brown {
    background-color: brown;
}

.product__modal-content-2 .product__details-color ul li a.blue {
    background-color: blue;
}

.product__modal-content-2 .product__details-color ul li a.red {
    background-color: red;
}

.product__modal-content-2 .product__details-color ul li a.white {
    background-color: white;
}

.product__modal-content-2 .product__details-color ul li a.active, .product__modal-content-2 .product__details-color ul li a:hover {
    box-shadow: rgb(21, 21, 21) 0px 0px 0px 1px, rgb(255, 255, 255) 0px 0px 0px 2px inset;
}

.product__modal-content-2 .product__details-size span {
    font-size: 14px;
    color: rgb(34, 34, 34);
    width: 15%;
    display: inline-block;
}

@media (max-width: 575px) {
    .product__modal-content-2 .product__details-size span {
        margin-bottom: 15px;
    }
}

.product__modal-content-2 .product__details-size ul {
    line-height: 1;
}

.product__modal-content-2 .product__details-size ul li {
    display: inline-block;
}

.product__modal-content-2 .product__details-size ul li:not(:last-child) {
    margin-right: 5px;
}

.product__modal-content-2 .product__details-size ul li a {
    display: inline-block;
    width: 35px;
    height: 20px;
    line-height: 18px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(225, 225, 225);
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
}

.product__modal-content-2 .product__details-size ul li a.active, .product__modal-content-2 .product__details-size ul li a:hover {
    border-color: rgb(34, 34, 34);
    color: rgb(34, 34, 34);
}

.product__modal-content-2 .product__details-size ul li a.unavailable {
    position: relative;
    cursor: not-allowed;
    color: rgb(225, 225, 225);
}

.product__modal-content-2 .product__details-size ul li a.unavailable::after {
    position: absolute;
    content: "";
    left: -3px;
    top: -51px;
    width: 1px;
    height: 142px;
    transform: rotate(60deg);
    background-color: rgb(225, 225, 225);
}

.product__modal-content-2 .product__details-size .product-size-guide-btn {
    font-size: 11px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    background-color: transparent;
    outline: 0px;
    text-transform: uppercase;
}

.product__sale {
    display: table;
    position: absolute;
    text-align: center;
    top: 36px;
    right: -20px;
    z-index: 2;
    min-width: 100px;
    transform: rotate(90deg);
}

.product__sale span {
    position: relative;
    background: rgb(255, 132, 41);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 50px;
    border-radius: 0px;
    min-height: auto;
    border: 0px;
}

.product__sale span::after {
    border-style: solid;
    border-image: initial;
    border-color: transparent transparent rgb(255, 132, 41) rgb(255, 132, 41);
    border-width: 10px 5px;
    position: absolute;
    right: -10px;
    bottom: 0px;
    content: "";
    z-index: 1;
}

.product__sale span::before {
    border-style: solid;
    border-image: initial;
    border-color: rgb(255, 132, 41) transparent transparent rgb(255, 132, 41);
    border-width: 9px 5px;
    position: absolute;
    right: -10px;
    top: 0px;
    content: "";
    z-index: 1;
}

.product__sale span.percent {
    background: rgb(34, 34, 34);
}

.product__sale span.percent::after {
    border-style: solid;
    border-image: initial;
    border-color: transparent transparent rgb(34, 34, 34) rgb(34, 34, 34);
    border-width: 10px 5px;
}

.product__sale span.percent::before {
    border-style: solid;
    border-image: initial;
    border-color: rgb(34, 34, 34) transparent transparent rgb(34, 34, 34);
    border-width: 9px 5px;
}

.product__details-tab-nav .nav-tabs {
    border: none;
}

.product__details-tab-nav .nav-tabs .nav-link {
    padding: 0px 50px;
    border: 0px;
    font-size: 20px;
    color: rgb(163, 163, 163);
    font-weight: 500;
}

.product__details-tab-nav .nav-tabs .nav-link.active {
    color: rgb(34, 34, 34);
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .product__details-tab-nav .nav-tabs .nav-link {
        padding: 10px 25px;
    }
}

@media (max-width: 575px) {
    .product__details-tab-nav .nav-tabs .nav-link {
        padding: 0px;
        text-align: left;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product__details-des p {
    color: rgb(96, 96, 96);
    font-size: 16px;
    margin-bottom: 28px;
}

.product__details-des-list ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.product__details-des-list ul li::after {
    position: absolute;
    content:"";
    left: 0px;
    top: 0px;
    font-size: 14px;
    color: rgb(96, 96, 96);
    font-family: "Font Awesome 5 Pro";
}

.product__details-des-list ul li span {
    font-size: 16px;
    color: rgb(96, 96, 96);
}

.product__details-review p {
    color: rgb(96, 96, 96);
    font-size: 16px;
    margin-bottom: 28px;
}

.product__desc-info ul li {
    display: flex;
    align-items: center;
    padding: 15px 30px;
}

@media (max-width: 575px) {
    .product__desc-info ul li {
        padding: 15px;
    }
}

.product__desc-info ul li:nth-child(2n+1) {
    background: rgb(247, 247, 247);
}

.product__desc-info ul li h6 {
    font-size: 16px;
    color: rgb(69, 69, 69);
    margin-bottom: 0px;
    display: inline-block;
    width: 25%;
}

@media (max-width: 575px) {
    .product__desc-info ul li h6 {
        width: 60%;
    }
}

.product__desc-info ul li span {
    font-size: 16px;
    color: rgb(69, 69, 69);
}

.product-quantity-title label {
    font-size: 14px;
    font-weight: 500;
    color: rgb(96, 96, 96);
    margin-right: 10px;
}

.cart-plus-minus {
    position: relative;
    display: inline-block;
}

.cart-plus-minus input {
    outline: 0px;
    background: none;
    font-weight: 400;
    color: rgb(34, 34, 34);
    font-size: 14px;
    display: inline-block;
    height: 50px;
    padding: 0px 20px;
    width: 110px;
    border: 1px solid rgb(235, 235, 235);
    text-align: center;
}

.cart-plus-minus .qtybutton {
    font-size: 20px;
    color: rgb(34, 34, 34);
    display: inline-block;
    position: absolute;
    top: 15px;
    height: 22px;
    width: 22px;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 0px;
}

.cart-plus-minus .dec {
    left: 7px;
}

.cart-plus-minus .inc {
    right: 7px;
}

.product-widget {
    border-bottom: 1px solid rgb(227, 227, 227);
    padding-bottom: 30px;
}

.product-widget:last-child {
    border-bottom: 0px;
}

.product-widget .pt-title {
    font-size: 18px;
    position: relative;
}

.product-widget .cat-link ul li {
    margin-bottom: 15px;
}

.product-widget .cat-link ul li:last-child {
    margin-bottom: 0px;
}

.product-widget .cat-link ul li a {
    position: relative;
    font-weight: 400;
    display: block;
}

.product-widget .cat-link ul li a::after {
    position: absolute;
   
    
    box-shadow: rgb(34, 34, 34) 0px 0px 0px 1px, rgb(255, 255, 255) 0px 0px 0px 2px inset;
}

.product__color ul li a:hover {
    box-shadow: rgb(34, 34, 34) 0px 0px 0px 1px, rgb(255, 255, 255) 0px 0px 0px 2px inset;
}

.product__color ul li a.blue {
    background: blue;
}

.product__color ul li a.red {
    background: red;
}

.product__color ul li a.yellow {
    background: yellow;
}

.product__color ul li a.pink {
    background: pink;
}

.product__color ul li a.brown {
    background: brown;
}

.product__color ul li a.green {
    background: green;
}

.product__color ul li a.oragne {
    background: orange;
}

.single-widget-category:not(:last-child) {
    margin-bottom: 10px;
}

.single-widget-category input {
    display: none;
}

.single-widget-category label {
    color: rgb(102, 102, 102);
    display: inline-block;
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    padding-left: 35px;
}

.single-widget-category label:hover {
    color: rgb(255, 132, 41);
    cursor: pointer;
}

.single-widget-category label::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 50%;
}

.single-widget-category label::after {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font awesome 5 pro";
    font-size: 12px;
    content:"";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    font-weight: 200;
}

.single-widget-category input:checked + label {
    color: rgb(255, 132, 41);
}

.single-widget-category input:checked + label::after {
    opacity: 1;
    visibility: visible;
}

.single-widget-category label span {
    color: rgb(186, 185, 185);
}

.single-widget-category .color-black-bg::before {
    background-color: rgb(34, 34, 34);
    border-color: transparent;
}

.single-widget-category .color-green-bg::before {
    background-color: rgb(48, 146, 50);
    border-color: transparent;
}

.single-widget-category .color-blue-bg::before {
    background-color: rgb(34, 55, 214);
    border-color: transparent;
}

.single-widget-category .color-red-bg::before {
    background-color: rgb(226, 21, 21);
    border-color: transparent;
}

.single-widget-category .color-gray-bg::before {
    background-color: rgb(119, 119, 119);
    border-color: transparent;
}

.single-widget-category .color-black-bg::before {
    background-color: rgb(34, 34, 34);
    border-color: transparent;
}

.single-widget-category .color-white-bg::before {
    background-color: rgb(255, 255, 255);
    border-color: rgb(221, 221, 221);
}

.sm-filter-title {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    color: rgb(17, 17, 17);
}

.tagcloud a {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    display: inline-block;
    color: rgb(163, 163, 163);
    text-decoration: none;
    height: 26px;
    padding: 0px 15px;
    font-size: 12px;
    margin-right: 7px;
    margin-bottom: 7px;
    line-height: 26px;
}

.tagcloud a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
    border-color: transparent;
}

.shop-top-left > span {
    font-size: 14px;
    color: rgb(102, 102, 102);
    display: inline-block;
    margin-right: 8px;
}

.select-default .nice-select {
    border: 0px;
    float: none;
    height: 23px;
    line-height: 23px;
    padding: 0px;
    max-width: 168px;
    margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .select-default .nice-select {
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .select-default .nice-select {
        margin-right: auto;
        margin-left: inherit;
    }
}

.select-default .nice-select::after {
    right: 0px;
    color: rgb(102, 102, 102);
}

.select-default .nice-select span {
    color: rgb(102, 102, 102);
    font-size: 14px;
}

.tab-btn-group button {
    padding: 0px;
    line-height: 1;
    background: transparent;
    color: rgb(172, 172, 172);
    border: 0px;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.tab-btn-group button.active {
    color: rgb(34, 34, 34);
}

.shop-top-right .select-default .list {
    width: 100%;
}

.product-thumb-list {
    max-width: 260px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-thumb-list {
        max-width: inherit;
        margin-right: 0px;
    }
}

.wood-list-product-wrap {
    display: flex;
    align-items: center;
}

.wood-product-list-content {
    margin-left: -15px;
    padding-right: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .wood-product-list-content {
        margin-left: 0px;
        margin-top: 25px;
    }
}

.wood-product-list-content p {
    color: rgb(102, 102, 102);
    line-height: 30px;
    margin-bottom: 22px;
}

.wood-product-list-content .pro-title {
    margin-bottom: 6px;
    padding-bottom: 0px;
}

.wood-product-list-content .pro-title:hover {
    color: rgb(255, 132, 41);
}

.wood-product-list-content .rating {
    margin-bottom: 15px;
}

.wood-cart-btn {
    border: 1px solid rgb(225, 225, 225);
    border-radius: 2px;
    background-color: rgb(246, 246, 246);
    height: 43px;
    line-height: 41px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    padding: 0px 55px;
}

.wood-cart-btn:hover {
    background-color: rgb(255, 132, 41);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.wood-proudct-btn-boxed {
    display: inline-block;
    border-radius: 2px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgb(225, 225, 225);
    vertical-align: middle;
    font-size: 15px;
}

.wood-proudct-btn-boxed:hover {
    background-color: rgb(255, 132, 41);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.wood-shop-product-actions a {
    margin-right: 6px;
}

@media (max-width: 575px) {
    .wood-shop-product-actions a {
        margin-bottom: 6px;
    }
}

.product-thumb {
    overflow: hidden;
    position: relative;
}

.product-thumb :is(img:nth-child(2)) {
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.single-product:hover :is(img:nth-child(2)) {
    opacity: 1;
    visibility: visible;
    transform: scale(1.1);
}

.basic-pagination ul li {
    display: inline-block;
}

.basic-pagination ul li:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 575px) {
    .basic-pagination ul li {
        margin-bottom: 10px;
    }
}

.basic-pagination ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    border: 2px solid rgb(227, 227, 227);
    font-size: 12px;
    font-weight: 500;
}

.basic-pagination ul li a:hover, .basic-pagination ul li a.active {
    color: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
}

.basic-pagination-3 ul li {
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .basic-pagination-3 ul li {
        margin-right: 5px;
    }
}

.basic-pagination-3 ul li.prev a, .basic-pagination-3 ul li.next a {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0px;
    border: none;
}

.basic-pagination-3 ul li.prev a:hover, .basic-pagination-3 ul li.next a:hover {
    color: rgb(255, 132, 41);
    background: inherit;
}

.basic-pagination-3 ul li.active a {
    color: rgb(255, 255, 255);
    background: #e32024;
    border-color: #e32024;
}

.basic-pagination-3 ul li a {
    position: relative;
    overflow: hidden;
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    border: 2px solid rgb(238, 240, 246);
    color: rgb(34, 34, 34);
}

.basic-pagination-3 ul li a:hover {
    background: rgb(255, 132, 41);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 132, 41);
}

.department__image {
    position: relative;
}

.department__product {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 15%;
    text-align: center;
    margin: 0px auto;
}

.department__product a {
    display: flex;
    height: 40px;
    width: 200px;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    justify-content: center;
    margin: 0px auto;
    line-height: 38px;
}

.department__product a span {
    font-size: 17px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    margin-right: 5px;
}

.department__product a p {
    margin-bottom: 0px;
    position: relative;
    top: 6px;
}

.department__product-sm-image {
    overflow: hidden;
}

.department__product-sm-image:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.department__product-sm-image img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.cart-plus-minus {
    width: 120px;
}

.cart-plus-minus input {
    outline: 0px;
    background: none;
    font-weight: 400;
    color: rgb(34, 34, 34);
    font-size: 14px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 50px;
    width: 100%;
    border: 1px solid rgb(235, 235, 235);
    text-align: center;
}

.cart-plus-minus .qtybutton {
    font-size: 20px;
    color: rgb(34, 34, 34);
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 22px;
    width: 22px;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 0px;
    transform: translateY(-50%);
}

.cart-plus-minus .dec {
    left: 7px;
}

.cart-plus-minus .inc {
    right: 7px;
}

.banner__area-2 {
    padding-left: 145px;
    padding-right: 145px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__area-2 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__area-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .banner__area-2 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.banner__title {
    font-size: 22px;
    font-weight: 600;
}

.banner__title-2 {
    font-size: 34px;
}

@media (max-width: 575px) {
    .banner__title-2 {
        font-size: 20px;
    }

    .banner__title-2 br {
        display: none;
    }
}

.banner__content {
    padding: 65px 70px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner__content {
        padding: 27px 65px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__content {
        padding: 15px 66px;
    }
}

@media (max-width: 575px) {
    .banner__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.banner__content-2 {
    position: absolute;
    top: 70px;
    left: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
    .banner__content-2 {
        top: 15px;
        left: 40px;
    }
}

.banner__content-2 p {
    font-size: 14px;
    color: rgb(219, 51, 64);
}

.banner__content-3 {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.banner__content-3::before {
    position: absolute;
}

.banner__content-wrapper {
    margin-right: 160px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-wrapper {
        margin-right: 50px;
    }
}

@media (max-width: 575px) {
    .banner__content-wrapper {
        margin-right: 0px;
    }
}

.banner__content-wrapper h5 {
    font-size: 26px;
    line-height: 1.4;
}

.banner__content-wrapper span {
    font-size: 22px;
    line-height: 1.4;
    display: inline-block;
    color: rgb(17, 17, 17);
}

.banner__content-wrapper form input {
    background: rgb(255, 255, 255);
    border: 0px;
    padding: 0px 25px;
    border-radius: 3px;
    min-width: 310px;
}

.banner__content-wrapper form input::placeholder {
    color: rgb(108, 108, 108);
    font-size: 14px;
    opacity: 1;
}

@media (max-width: 575px) {
    .banner__content-wrapper form input {
        min-width: 100px;
        margin-bottom: 15px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .banner__content-wrapper form {
        display: inline-block !important;
    }
}

.banner__content-wrapper .save-info {
    display: flex;
    justify-content: center;
}

.banner__content-wrapper .save-info p {
    color: rgb(219, 51, 64);
}

.banner__slider-active {
    position: relative;
}

.banner__slider-active button {
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    border: 2px solid rgb(221, 221, 221);
    color: rgb(221, 221, 221);
    border-radius: 50%;
}

.banner__slider-active button.main-slider-button-prev {
    margin-right: 5px;
}

.banner__slider-active button:hover {
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner__slider-active button {
        display: none;
    }
}

.banner__slider-active .owl-prev {
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner__slider-active .owl-prev {
        left: -35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .banner__slider-active .owl-prev {
        left: -40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .banner__slider-active .owl-prev {
        left: -25px;
    }
}

.banner__slider-active .owl-next {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner__slider-active .owl-next {
        right: -35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .banner__slider-active .owl-next {
        right: -40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .banner__slider-active .owl-next {
        right: -25px;
    }
}

.banner__sd-area {
    min-height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.banner__sd-area .bakix-marker {
    position: absolute;
}

.banner__sd-area .map-c1 {
    top: 58%;
    left: 9%;
}

.banner__sd-area .map-c2 {
    top: 22%;
    left: 18%;
}

.banner__sd-area .map-c3 {
    bottom: 18%;
    right: 35%;
}

@media (max-width: 575px) {
    .banner__sd-area .map-c3 {
        display: none;
    }
}

.banner__sd-area .map-c4 {
    bottom: 30%;
    right: 10%;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .banner__sd-area .map-c4 {
        bottom: 32%;
        right: 22%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner__sd-area .map-c4 {
        bottom: 32%;
        right: 18%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__sd-area .map-c4 {
        right: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__sd-area .map-c4 {
        bottom: 39%;
        right: 25%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__sd-area .map-c4 {
        bottom: 40%;
        right: 35%;
    }
}

@media (max-width: 575px) {
    .banner__sd-area .map-c4 {
        display: none;
    }
}

.banner__sd-area .map-c5 {
    top: 37%;
    right: 43%;
}

@media (max-width: 575px) {
    .banner__sd-area .map-c5 {
        top: 41%;
        right: 56%;
    }
}

.banner__sd-area .bakix-map-icon {
    background: rgb(255, 132, 41);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    color: rgb(255, 255, 255);
    position: relative;
}

.banner__sd-area .bakix-map-icon i {
    font-size: 10px;
}

.banner__sd-area .bakix-map-icon::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running video-ripple;
    left: -2px;
    top: -2px;
}

.banner__sd-area .bakix-map-address {
    background: rgb(255, 255, 255);
    padding: 12px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    position: absolute;
    z-index: 9;
    width: 200px;
    top: 100%;
}

.banner__sd-area .bakix-map-address p {
    color: rgb(116, 118, 145);
    margin: 0px;
}

.banner__sd-area .bakix-marker:hover .bakix-map-address {
    opacity: 1;
    visibility: visible;
}

.banner__thumb {
    position: relative;
}

.banner__thumb::before {
    position: absolute;
    content: "";
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.features__wrapper {
    border-bottom: 1px solid rgb(58, 58, 58);
}

.features__item:hover .features__icon {
    transform: translateY(-5px) translate3d(0px, -5px, 0px);
}

.features__item-border {
    position: relative;
}

.features__item-border::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 106px;
    background-color: rgb(229, 229, 229);
}

.features__item-2 {
    display: flex;
    justify-content: center;
}

.features__item-2 .features__icon i {
    color: rgb(219, 51, 64);
}

.features__item-2 .features__icon-2 {
    margin-bottom: 0px;
}

.features__item-2 .features__icon-2 i {
    color: rgb(255, 132, 41);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .features__item-d {
        display: none;
    }
}

.features__icon {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18) 0s;
    margin-bottom: 5px;
}

.features__icon i {
    font-size: 45px;
    color: rgb(185, 161, 107);
}

.features__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.features__title-2 {
    color: rgb(255, 255, 255);
}

.features__title-3 {
    font-weight: 600;
    margin-bottom: 0px;
}

.features__content p {
    color: rgb(153, 153, 153);
}

.features__content-2 p {
    margin-bottom: 0px;
}

.features-2__title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.features-2__title-2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.features-2__icon {
    min-height: 60px;
}

.features-2__icon-2 {
    margin-bottom: 25px;
}

.features-2__item {
    padding: 0px 92px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .features-2__item {
        padding-left: 52px;
        padding-right: 52px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-2__item {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .features-2__item {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.features-2__item-br {
    border-right: 1px solid rgb(235, 235, 235);
}

.features-2__item-bb {
    border-bottom: 1px solid rgb(235, 235, 235);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .features-2__item-bb {
        padding-top: 40px;
    }
}

.features-2__item-2 {
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .features-2__item-2 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 575px) {
    .features-2__item-2 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.features-2__item-pt-65 {
    padding-top: 65px;
}

.features-2__item-pb-40 {
    padding-bottom: 40px;
}

.features-2__content-2 p {
    color: rgb(85, 85, 85);
}

.brand__area .owl-carousel .owl-item img {
    width: 100%;
    border: 1px solid rgb(224, 224, 224);
    padding: 8px;
    background: rgb(255, 255, 255);
    margin-bottom: 2px;
}

.brand__info h4 {
    font-size: 24px;
}

.brand__info a {
    color: rgb(255, 132, 41);
    font-size: 16px;
    text-decoration: underline;
}

.brand__slider {
    position: relative;
}

.brand__slider button {
    font-size: 26px;
    text-align: center;
    color: rgb(221, 221, 221);
    border-radius: 50%;
}

.brand__slider button.main-slider-button-prev {
    margin-right: 5px;
}

.brand__slider button:hover {
    color: rgb(255, 132, 41);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand__slider button {
        display: none;
    }
}

.brand__slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .brand__slider .owl-prev {
        left: -15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .brand__slider .owl-prev {
        left: -40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .brand__slider .owl-prev {
        left: -25px;
    }
}

.brand__slider .owl-next {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .brand__slider .owl-next {
        right: -15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .brand__slider .owl-next {
        right: -40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .brand__slider .owl-next {
        right: -25px;
    }
}

@media (max-width: 575px) {
    .brand__slider .owl-nav {
        display: none;
    }
}

.brand-area-2 .owl-carousel .owl-item img {
    width: auto;
}

.trending__info h5 {
    font-size: 24px;
}

.trending__info p {
    font-size: 15px;
}

.trending__categories-content {
    background: rgb(255, 255, 255);
    padding: 25px 40px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 10px 0px;
}

.trending__categories-content h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

.trending__categories-content .smc-list ul li {
    margin-bottom: 6px;
}

.trending__categories-content .smc-list ul li:last-child {
    margin-bottom: 0px;
}

.trending__categories-content .smc-list ul li a {
    font-size: 15px;
    color: rgb(136, 136, 136);
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.trending__categories-content .smc-list ul li a i {
    margin-right: 10px;
}

.trending__categories-content .smc-list ul li a:hover {
    color: rgb(255, 132, 41);
    margin-left: 5px;
}

.trending__categories-content .ct-view {
    color: rgb(255, 132, 41);
    font-size: 14px;
    text-decoration: underline;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .payment-image-2 {
        margin-top: 20px;
        text-align: center;
    }
}

.about__title {
    font-size: 80px;
    color: rgb(34, 34, 34);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .about__title {
        font-size: 50px;
    }
}

.about__title-pre {
    font-size: 16px;
    color: rgb(102, 102, 102);
    display: inline-block;
    margin-bottom: 5px;
}

.about__title-area p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    padding: 0px 80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .about__title-area p {
        padding: 0px 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about__title-area p {
        padding: 0px;
    }
}

.about__history-title {
    font-size: 38px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #e32024;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__history-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .about__history-title {
        font-size: 20px;
        padding-left: 0px;
    }
}

.about__history-title span {
    color: #353935;
}

.about__history-title-pre {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #353935;
    position: relative;
    padding-left: 125px;
    margin-bottom: 13px;
    display: inline-block;
}

@media (max-width: 575px) {
    .about__history-title-pre {
        padding-left: 0px;
    }
}

.about__history-title-pre::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    width: 100px;
    height: 2px;
    transform: translateY(-50%);
    background: #e32024;
}

@media (max-width: 575px) {
    .about__history-title-pre::after {
        display: none;
    }
}

.about__history-wrapper p {
    /* font-size: 14px; */
    color: rgb(85, 85, 85);
}

.about__history-wrapper p.about__history-text {
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-bottom: 30px;
}

.about__gallery-review {
    padding: 124px 200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .about__gallery-review {
        padding-top: 98px;
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about__gallery-review {
        padding: 80px 115px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about__gallery-review {
        padding: 55px 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__gallery-review {
        padding: 70px 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__gallery-review {
        padding: 70px 75px;
    }
}

@media (max-width: 575px) {
    .about__gallery-review {
        padding: 50px 20px;
    }
}

.about__gallery-review h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.about__gallery-review span {
    font-size: 12px;
    font-weight: 500;
    color: rgb(85, 85, 85);
    letter-spacing: 12px;
    display: inline-block;
    margin-bottom: 25px;
}

.about__gallery-review p {
    color: rgb(176, 176, 176);
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .about__offer {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

.about__offer-content h3 {
    font-size: 40px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .about__offer-content h3 {
        font-size: 20px;
    }
}

.about__offer-content p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 0px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .about__offer-content p {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__offer-content p {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width: 575px) {
    .about__offer-content p {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about__offer-content p br {
        display: none;
    }
}

.sec-wrapper h5 {
    color: #e32024;
    letter-spacing: 1px;
    /* font-size: 17px; */
    /* font-weight: 400; */
    font-size: 14px;
    font-weight: 700;
}

.absection-title {
    font-size: 36px;
    margin-bottom: 40px;
}

.mb-8 {
    margin-bottom: 8px;
}

.single-contact-info {
    /* padding-top: 30px; */
    padding-left: 30px;
    margin-bottom: 23px;
    /* align-items: baseline; */
}

.single-contact-info:hover .contact-info-icon a {
    background-color: #e32024;
    color: rgb(255, 255, 255);
}

.single-contact-info:last-child {
    border: none;
}

.contact-info-icon {
    margin-right: 20px;
}

.contact-info-icon a {
    height: 50px;
    width: 50px;
    background: #e32024;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: rgb(255 255 255);
    transition: all 0.3s ease-out 0s;
    border: 1px;
    margin-top: 10px;
}

.contact-info-icon a:hover {
    background-color: rgb(56 191 195);
    color: rgb(255, 255, 255);
}

.contact-info-text span {
    font-size: 22px;
    /* text-transform: capitalize; */
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 20px;
        text-transform: uppercase;
}

.contact-info-text h5 {
    font-weight: 500;
    font-size: 15px;
}

@media (max-width: 575px) {
    .contact-info-text h5 {
        font-size: 16px;
    }
}

.map-area {
    line-height: 0;
}

#contact-map iframe {
    height: 300px;
    width: 100%;
    margin-bottom: -6px;
}

.quality-area {
    border-top: 1px solid rgb(227, 227, 227);
}

.kquality-icon {
    height: 120px;
    width: 120px;
    line-height: 148px;
    text-align: center;
    background: rgb(255, 132, 41);
    border-radius: 50%;
    float: left;
    margin-right: 40px;
}

@media (max-width: 575px) {
    .kquality-icon {
        float: inherit;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .kquality-icon {
        margin-bottom: 0px;
        float: left;
    }
}

.kquality-icon i {
    font-size: 55px;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-top: 10px;
}

.kquality-text-title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.kquality-text p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0px;
}

.kquality-img {
    position: relative;
    display: inline-block;
}

.kquality-img::before, .kquality-img::after {
    height: 100%;
    width: 10px;
    top: 0px;
    left: 0px;
    background: rgb(255, 132, 41);
    position: absolute;
    content: "";
    z-index: 1;
}

.kquality-img::after {
    left: 10px;
    background: rgb(255, 255, 255);
}

.blog__slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0px;
}

.blog__slider-2 {
    position: relative;
}

.blog__slider-2 button {
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    border: 2px solid rgb(221, 221, 221);
    color: rgb(221, 221, 221);
    border-radius: 50%;
}

.blog__slider-2 button.main-slider-button-prev {
    margin-right: 5px;
}

.blog__slider-2 button:hover {
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog__slider-2 button {
        display: none;
    }
}

.blog__slider-2 .owl-prev {
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .blog__slider-2 .owl-prev {
        left: -35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .blog__slider-2 .owl-prev {
        left: -40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .blog__slider-2 .owl-prev {
        left: -25px;
    }
}

.blog__slider-2 .owl-next {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .blog__slider-2 .owl-next {
        right: -35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .blog__slider-2 .owl-next {
        right: -40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .blog__slider-2 .owl-next {
        right: -25px;
    }
}

.blog__slider-3 {
    position: relative;
}

.blog__slider-3 .owl-nav {
    display: flex;
    position: absolute;
    top: -68px;
    right: 0px;
}

.blog__item {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px 0px;
}

.blog__item-2 {
    box-shadow: none;
}

.blog__tag {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e32024;
    padding: 0px 10px;
    border-radius: 3px;
}

@media (max-width: 575px) {
    .blog__tag {
        width: 80%;
    }
}

.blog__tag span {
    font-size: 11px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.blog__content {
    padding: 35px 30px 25px;
}

.blog__content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

.blog__content-3 {
    padding: 20px 30px 20px 0px;
}

.blog__title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    margin-bottom: 12px;
}

.blog__title a:hover {
    color: rgb(185, 161, 107);
}

.blog__meta span {
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin-right: 8px;
}

.blog__meta span a:hover {
    color: rgb(185, 161, 107);
}

.blog__meta-2 span {
    color: rgb(219, 51, 64);
}

.blog__meta-3 span {
    color: rgb(255, 132, 41);
    font-weight: 500;
}

.blog__meta-3 .blog-sm-author {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.blog__meta-3 .blog-sm-author::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: rgb(255, 132, 41);
    right: -14px;
    bottom: 8px;
    border-radius: 50%;
}

.blog__author img {
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 50%;
}

.blog__tpauthor-img img {
    width: auto;
    height: auto;
}

.blog__date {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 54px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    padding: 6px 0px 8px;
}

.blog__date h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
}

.blog__date p {
    font-size: 12px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), (max-width: 575px) {
    .blog__wrapper {
        padding-right: 0px;
    }
}

.blog-wrap {
    position: relative;
    z-index: 3;
    margin-top: -291px;
}

.blog-wrap.blog-item {
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .blog-wrap {
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

.blog-title {
    font-size: 32px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .blog-title {
        font-size: 25px;
    }
}

.blog-thumb img {
    width: 100%;
}

.blog-video {
    position: relative;
}

.blog-video .play-btn {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: rgb(34, 34, 34);
    background: rgb(255, 132, 41);
    border-radius: 50%;
    box-shadow: none;
}

.blog-video .play-btn:hover {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.blog-meta {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 15px;
}

.blog-meta li {
    display: inline-block;
    margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-meta li {
        font-size: 14px;
    }
}

.blog-meta li:last-child {
    margin-right: 0px;
}

.blog-meta li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(104, 106, 111);
}

.blog-meta li a:hover {
    color: rgb(255, 132, 41);
}

.blog-meta li a i {
    color: rgb(255, 132, 41);
    margin-right: 3px;
}

.blog-info {
    padding-top: 28px;
    border-top: 1px solid rgb(233, 235, 238);
}

.blog-tag span, .blog-category span {
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(34, 34, 34);
}

.blog-tag a:hover, .blog-category a:hover {
    color: rgb(34, 34, 34);
}

.sidebar__widget-title h4 {
    font-size: 24px;
    position: relative;
    padding-bottom: 12px;
}

.sidebar__widget-content .search {
    position: relative;
}

.sidebar__widget-content .search input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0px 40px 0px 20px;
    background: rgb(255, 132, 41);
    color: rgb(255, 255, 255);
}

.sidebar__widget-content .search input::placeholder {
    color: rgb(255, 255, 255);
}

.sidebar__widget-content .search button {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    background: transparent;
}

.sidebar__widget-content .cat-link ul li {
    margin-bottom: 15px;
}

.sidebar__widget-content .cat-link ul li:last-child {
    margin-bottom: 0px;
}

.sidebar__widget-content .cat-link ul li a {
    position: relative;
    font-weight: 400;
    display: block;
}

.sidebar__widget-content .cat-link ul li a::after {
    position: absolute;
    content:"";
    right: 0px;
    top: 0px;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
}

.sidebar__widget-content .cat-link ul li a:hover {
    color: rgb(255, 132, 41);
}

.sidebar__widget-content .cat-link ul li a:hover::after {
    color: rgb(255, 132, 41);
}

.sidebar__widget-content .tags a {
    font-size: 16px;
}

.sidebar__widget-content .tags a:hover {
    color: rgb(255, 132, 41);
}

.sidebar__widget-padding {
    padding: 45px;
}

.rc-text h6 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.rc-text h6 a:hover {
    color: rgb(255, 132, 41);
}

.rc-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.rc-meta {
    font-size: 13px;
}

.user-rating ul li {
    display: inline-block;
}

.user-rating ul li a {
    color: rgb(255, 132, 41);
}

.post-rating ul li {
    display: inline-block;
}

.post-rating ul li a:hover {
    color: rgb(34, 34, 34);
}

.post-date span {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 132, 41);
}

.post-comments {
    border-bottom: 1px solid rgb(227, 227, 227);
    margin-bottom: 42px;
    padding-bottom: 46px;
}

.comments-box {
    border-top: 1px solid rgb(227, 227, 227);
    padding: 30px 0px;
}

.latest-comments li:first-child .comments-box {
    border-top: 0px;
    padding-top: 0px;
}

.comments-avatar {
    float: left;
    margin-right: 20px;
}

.comments-avatar img {
    border-radius: 50%;
}

.comments-text {
    overflow: hidden;
    padding-top: 4px;
}

.comments-text p {
    font-size: 16px;
}

.comments-text p span {
    color: rgb(40, 40, 40);
}

.avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 0px;
    display: inline-block;
    color: rgb(34, 34, 34);
}

.avatar-name span {
    color: rgb(255, 132, 41);
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.reply-2 {
    font-weight: 600;
    font-size: 14px;
    color: rgb(34, 34, 34);
}

.reply-2:hover {
    color: rgb(255, 132, 41);
}

.conatct-post-form .post-check {
    display: flex;
    align-items: center;
}

.conatct-post-form .post-check input {
    margin-right: 5px;
    width: auto;
    margin-bottom: 0px;
    padding: 0px;
}

.comments-text p {
    margin-bottom: 15px;
    margin-top: 8px;
    color: rgb(91, 91, 91);
}

.latest-comments li.children {
    margin-left: 100px;
}

@media (max-width: 575px) {
    .latest-comments li.children {
        margin-left: 15px;
    }
}

.load-comments {
    color: rgb(255, 132, 41);
    font-weight: 500;
}

.conatct-post-form input {
    border: 2px solid rgb(245, 245, 245);
    height: 45px;
    margin-bottom: 16px;
    padding: 0px 30px;
    width: 100%;
    font-size: 14px;
    background: rgb(255 255 255);
    border: 1px solid #dfdfdf;
}

.conatct-post-form input::placeholder {
    color: rgb(187, 187, 187);
}

.conatct-post-form input:focus {
    border-color: rgb(0 71 107 / 9%);
}

.conatct-post-form textarea {
    border: 2px solid rgb(245, 245, 245);
    height: 95px;
    margin-bottom: 10px;
    padding: 15px 25px;
    width: 100%;
    font-size: 14px;
    resize: none;
    outline: none;
    background: rgb(255 255 255);
    border: 1px solid #dfdfdf;
}

.conatct-post-form textarea::placeholder {
    color: rgb(187, 187, 187);
}

.conatct-post-form textarea:focus {
    border-color: rgb(0 71 107 / 9%);
}

.post-rating {
    display: flex;
}

.blog__author {
    padding: 30px 40px;
    box-shadow: rgba(10, 0, 58, 0.14) 0px 1px 4px 0px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .blog__author-content {
        margin-top: 30px;
    }
}

.blog__author-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog__author-content span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.blog__author-content p {
    margin-bottom: 0px;
}

.blog__author-social {
    margin-bottom: 10px;
}

.blog__author-social ul li {
    display: inline-block;
}

.blog__author-social ul li:not(:last-child) {
    margin-right: 5px;
}

.blog__author-social ul li a:hover {
    color: rgb(255, 132, 41);
}

.blog__slider-d.owl-carousel .owl-item img {
    display: inherit;
    width: auto;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #f7c355;
    border-radius: 50%;
    /* border: 2px solid #f7c355; */
    padding: 5px;
}

.tpteam__img {
    position: relative;
}

.tpteam__img img {
    max-width: 100%;
    filter: grayscale(100%);
    border-radius: 8px;
}

.tpteam:hover .tpteam__img img {
    filter: grayscale(0);
}

.tpteam__social {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    background: rgb(255, 132, 41);
    display: inline-block;
    padding: 16px 12px;
    margin-left: 30px;
    margin-right: 30px;
    transform: scale(0.9);
    transition: all 0.3s ease 0s;
}

.tpteam__social a {
    color: rgb(34, 34, 34);
    font-size: 14px;
    margin: 0px 6px;
}

.tpteam__text {
    padding-top: 25px;
}

.tpteam-title {
    font-size: 20px;
    font-weight: 600;
}

.tpteam-title a:hover {
    color: rgb(255, 132, 41);
}

.tpteam__text h5 {
    font-weight: 500;
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.tpteam:hover .tpteam__social {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.table-content table {
    background: rgb(255, 255, 255);
    border-color: rgb(228, 228, 228);
    border-radius: 0px;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.table-content .table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgb(228, 228, 228);
}

.table-content .product-quantity {
    float: none;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.table-content table td.product-name a:hover {
    color: rgb(255, 132, 41);
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th, .table-content table td {
    border-bottom: 1px solid rgb(228, 228, 228);
    border-right: 1px solid rgb(228, 228, 228);
}

.product-quantity input {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    border: 1px solid rgb(220, 220, 220);
}

.table td, .table th {
    border-top: 1px solid rgb(228, 228, 228);
}

.product-quantity > input {
    width: 80px;
    border-radius: 3px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0px auto;
    position: relative;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

@media (max-width: 767px) {
    .coupon {
        float: none;
    }
}

#coupon_code {
    height: 50px;
    border: 2px solid rgb(228, 228, 228);
    padding: 0px 15px;
    margin-right: 10px;
}

#coupon_code:focus {
    border-color: rgb(255, 132, 41);
}

#coupon_code::placeholder {
    color: rgb(111, 113, 114);
}

@media (max-width: 767px) {
    #coupon_code {
        margin-bottom: 15px;
    }
}

.coupon2 {
    float: right;
}

@media (max-width: 767px) {
    .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-page-total {
    padding-top: 50px;
}

.cart-page-total > h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total > ul {
    border: 1px solid rgb(228, 228, 228);
}

.cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: rgb(111, 113, 114);
    padding: 10px 30px;
    border-bottom: 1px solid rgb(228, 228, 228);
    font-weight: 400;
}

.cart-page-total ul > li > span {
    float: right;
}

.cart-page-total li:last-child {
    border-bottom: 0px;
}

td.product-thumbnail img {
    width: 125px;
}

.coupon-accordion h3 {
    background-color: rgb(246, 246, 246);
    border-top: 3px solid rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
   content:"";
    left: 15px;
    top: 13px;
    position: absolute;
    color: rgb(111, 113, 114);
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}

.coupon-accordion span {
    color: rgb(111, 113, 114);
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.coupon-accordion span:hover, p.lost-password a:hover {
    color: rgb(34, 34, 34);
}

.coupon-content {
    border: 1px solid rgb(228, 228, 228);
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0px;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
    display: block;
    color: rgb(111, 113, 114);
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
    border: 1px solid rgb(228, 228, 228);
    height: 45px;
    margin: 0px 0px 14px;
    max-width: 100%;
    padding: 0px 0px 0px 10px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
    border-color: rgb(255, 132, 41);
}

.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
    background: none 0px 0px repeat scroll rgb(255, 132, 41);
}

.coupon-info p.form-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: rgb(111, 113, 114);
}

.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
    background: none 0px 0px repeat scroll rgb(37, 37, 37);
    border: medium none;
    color: rgb(255, 255, 255);
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: rgb(111, 111, 111);
}

p.checkout-coupon input[type="text"] {
    height: 45px;
    padding: 0px 15px;
    width: 100%;
    border: 1px solid rgb(228, 228, 228);
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
}

p.checkout-coupon input[type="text"]:focus {
    border-color: rgb(255, 132, 41);
}

p.checkout-coupon input[type="text"]::placeholder {
    color: rgb(111, 113, 114);
}

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid rgb(228, 228, 228);
    font-size: 26px;
    margin: 0px 0px 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select select {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgb(228, 228, 228);
    padding: 0px 10px;
    height: 50px;
}

.country-select .nice-select::after {
    margin-top: -5px;
}

.country-select label, .checkout-form-list label {
    color: rgb(111, 113, 114);
    display: block;
    margin: 0px 0px 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
    color: red;
}

.country-select .nice-select {
    border: 1px solid rgb(228, 228, 228);
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: rgb(111, 113, 114);
    margin-bottom: 20px;
    border-radius: 0px;
}

.country-select .nice-select:focus {
    border: 1px solid rgb(255, 132, 41);
}

.country-select .nice-select .list {
    width: 100%;
}

.checkout-form-list {
    margin-bottom: 30px;
}

.checkout-form-list label {
    color: rgb(111, 113, 114);
}

.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(228, 228, 228);
    border-radius: 0px;
    height: 45px;
    padding: 0px 0px 0px 10px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.checkout-form-list input[type="text"]:focus, .checkout-form-list input[type="password"]:focus, .checkout-form-list input[type="email"]:focus {
    border-color: rgb(255, 132, 41);
}

.checkout-form-list input[type="text"]::placeholder, .checkout-form-list input[type="password"]::placeholder, .checkout-form-list input[type="email"]::placeholder {
    color: rgb(111, 113, 114);
    opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: rgb(111, 113, 114);
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: rgb(111, 113, 114);
}

.order-notes textarea {
    border: 1px solid rgb(228, 228, 228);
    height: 90px;
    padding: 15px;
    width: 100%;
    outline: none;
}

.order-notes textarea:focus {
    border-color: rgb(255, 132, 41);
}

.order-notes textarea::placeholder {
    color: rgb(111, 113, 114);
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-default > .panel-heading {
    border-radius: 0px;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid rgb(228, 228, 228);
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid rgb(228, 228, 228);
    font-size: 30px;
    margin: 0px 0px 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0px;
    width: 100%;
}

.your-order-table table th, .your-order-table table td {
    border-bottom: 1px solid rgb(228, 228, 228);
    border-right: medium none;
    color: rgb(111, 113, 114);
    font-size: 14px;
    padding: 15px 0px;
    text-align: left;
}

@media (max-width: 767px) {
    .your-order-table table th, .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: rgb(111, 113, 114);
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body > p {
    color: rgb(34, 34, 34);
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping ul li label {
    color: rgb(111, 113, 114);
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0px;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: rgb(249, 249, 249);
}

.your-order-table table tr.order-total td span {
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

.payment-method .accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.payment-method .accordion-item {
    background-color: rgb(255, 255, 255);
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(228, 228, 228);
}

.payment-method .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    padding: 23px 0px;
    border: none;
}

.payment-method .accordion-button:focus {
    box-shadow: none;
}

.payment-method .accordion-button::after {
    position: absolute;
   content: "";
}

.payment-method .accordion-body {
    padding: 0px 0px 20px;
}

.payment-method .accordion-body p {
    margin-bottom: 0px;
}

.payment-method .accordion-collapse {
    border: none;
}

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: none 0px 0px repeat scroll rgb(35, 35, 35);
    border: medium none;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: none 0px 0px repeat scroll rgb(255, 132, 41);
}

.payment-method .btn-link {
    background: no-repeat;
    border: medium none;
    border-radius: 0px;
    color: rgb(68, 68, 68);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0px;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(228, 228, 228);
    border-radius: 0px;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid rgb(228, 228, 228);
}

.card-header:first-child {
    border-radius: 0px;
}

.payment-method .card-header {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(228, 228, 228);
}

.order-button-payment button {
    width: 100%;
}

.cart-plus-minus {
    width: 180px;
}

.cart-plus-minus input {
    outline: 0px;
    background: none;
    font-weight: 400;
    color: rgb(34, 34, 34);
    font-size: 14px;
    display: inline-block;
    height: 45px;
    padding: 0px 50px;
    width: 180px;
    border: 1px solid rgb(235, 235, 235);
    text-align: center;
    border-radius: 0px;
}

.cart-plus-minus .qtybutton {
    font-size: 20px;
    color: rgb(34, 34, 34);
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 22px;
    width: 22px;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 0px;
    transform: translateY(-50%);
}

.cart-plus-minus .dec {
    left: 20px;
}

.cart-plus-minus .inc {
    right: 20px;
}

.cartmini__area .modal.show .modal-dialog {
    transform: none !important;
}

.cartmini__area .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out 0s;
    transform: translate(100px, 0px);
}

.cartmini__area .modal-dialog {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 450px;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: rgb(255, 255, 255);
}

.cartmini__area .modal-content {
    border: 0px;
}

.cartmini__wrapper {
    padding: 50px 40px 65px;
}

@media (max-width: 575px) {
    .cartmini__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cartmini__top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.cartmini__top h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.cartmini__close-btn {
    font-size: 24px;
    color: rgb(34, 34, 34);
    background: transparent;
    border: 0px;
    outline: 0px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.cartmini__item {
    padding: 20px 30px 20px 0px;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.cartmini__item:last-child {
    border: none;
}

.cartmini__thumb img {
    width: 80px;
}

.cartmini__title {
    font-size: 15px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}

.cartmini__title a:hover {
    color: rgb(185, 161, 107);
}

.cartmini__remove {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 13px;
    color: rgb(190, 189, 189);
    height: 17px;
    width: 17px;
    line-height: 16px;
    text-align: center;
    border: 1px solid rgb(190, 189, 189);
    border-radius: 50%;
}

.cartmini__price .price {
    font-size: 13px;
    color: rgb(34, 34, 34);
}

.cartmini__total {
    padding: 20px 0px;
    margin-bottom: 20px;
    border-top: 1px solid rgb(245, 245, 245);
}

.cartmini__total h5 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
    color: rgb(34, 34, 34);
}

.cartmini__total span {
    font-size: 18px;
    color: rgb(34, 34, 34);
}

.cartmini__list {
    height: 575px;
    scrollbar-width: none;
    overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cartmini__list {
        height: 540px;
    }
}

@media (max-width: 575px) {
    .cartmini__list {
        height: 475px;
    }
}

.sign__wrapper {
    padding: 50px 70px 45px;
    margin: 0px 30px;
    border-radius: 10px;
    box-shadow: rgba(2, 2, 26, 0.14) 0px 40px 80px 0px;
    z-index: 11;
}

@media (max-width: 575px) {
    .sign__wrapper {
        margin: 0px;
        padding: 30px 20px 25px;
    }
}

.sign__header {
    padding: 0px 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sign__header {
        padding: 0px 10px;
    }
}

@media (max-width: 575px) {
    .sign__header {
        padding: 0px;
    }
}

.sign__header p {
    margin-bottom: 0px;
    color: rgb(122, 121, 127);
    position: relative;
    padding: 0px 40px;
    display: inline-block;
}

.sign__header p span {
    position: absolute;
    top: 40%;
    left: 0px;
    transform: translateY(-50%);
}

.sign__header p span:last-child {
    left: auto;
    right: 0px;
}

.sign__header p a:hover {
    color: rgb(255, 132, 41);
}

.sign__social {
    display: block;
    height: 50px;
    background: rgb(242, 242, 242);
    border-radius: 6px;
    position: relative;
    line-height: 48px;
    padding-left: 23px;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
}

.sign__social::after {
    position: absolute;
    content: "";
    left: -40%;
    top: 45%;
    transform: translateY(-50%);
    height: 220px;
    width: 220px;
    background: rgb(51, 96, 189);
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sign__social::after {
        left: -50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sign__social::after {
        left: -35%;
    }
}

@media (max-width: 575px) {
    .sign__social::after {
        left: -35%;
    }
}

.sign__social i {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-right: 50px;
}

@media (max-width: 575px) {
    .sign__social i {
        margin-right: 35px;
    }
}

.sign__social:hover {
    color: rgb(255, 255, 255);
}

.sign__social:hover::after {
    width: 100%;
    height: 150%;
    left: 0px;
    border-radius: 6px;
}

.sign__social.g-plus::after {
    background: rgb(233, 62, 48);
}

.sign__form h5 {
    font-size: 16px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    margin-bottom: 11px;
}

.sign__input {
    position: relative;
}

.sign__input input {
    width: 100%;
    height: 60px;
    line-height: 52px;
    padding: 0px 50px;
    font-size: 14px;
    border: 2px solid transparent;
    background: rgb(245, 245, 245);
    color: rgb(34, 34, 34);
    border-radius: 6px;
}

.sign__input input::placeholder {
    color: rgb(122, 121, 127);
}

.sign__input input:focus {
    outline: none;
    background: rgb(255, 255, 255);
    border-color: rgb(255, 132, 41);
    box-shadow: rgba(8, 0, 42, 0.2) 0px 1px 4px 0px;
}

.sign__input i {
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 25px;
    font-size: 14px;
    color: rgb(122, 121, 127);
}

.sign__agree input {
    margin: 2px 0px 0px;
    appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid rgb(122, 121, 127);
    outline: none;
    border-radius: 4px;
}

.sign__agree input:checked {
    position: relative;
    background-color: rgb(255, 132, 41);
    border-color: transparent;
}

.sign__agree input:checked::after {
    box-sizing: border-box;
   content:"";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    color: rgb(255, 255, 255);
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sign__agree input:hover {
    cursor: pointer;
}

.sign__agree label {
    padding-left: 10px;
    font-size: 14px;
}

.sign__agree label:hover {
    cursor: pointer;
}

.sign__agree label a {
    color: rgb(51, 51, 51);
    font-weight: 500;
}

.sign__agree label a:hover {
    color: rgb(255, 132, 41);
}

.sign__forgot a {
    color: rgb(122, 121, 127);
}

.sign__forgot a:hover {
    color: rgb(255, 132, 41);
}

.sign__new p {
    color: rgb(122, 121, 127);
    margin-bottom: 0px;
}

.sign__new p a {
    color: rgb(255, 132, 41);
}

.footer__top-space {
    padding-top: 70px;
    z-index: 2;
    position: relative;
}

.footer__top-space-2 {
    padding-top: 60px;
}

.footer__widget.footer-col-1 {
    padding-right: 20px;
}

.footer__widget.footer-col-2 {
    padding-left: 30px;
}

@media (max-width: 575px) {
    .footer__widget.footer-col-2 {
        padding-left: 0px;
    }
}

.footer__widget.footer-col-3 {
    padding-left: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget.footer-col-3 {
        padding-left: 0px;
    }
}

.footer__widget.footer-col-4 {
    padding-left: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__widget.footer-col-4 {
        padding-left: 0px;
    }
}

.footer__widget.footer-col-5 {
    padding-left: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__widget.footer-col-5 {
        padding-left: 0px;
    }
}

.footer__widget-title {
    font-size: 19px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    margin-bottom: 27px;
}

.footer__widget-title-2 {
    color: rgb(255, 255, 255);
}

.footer__widget-title-3 {
    color: rgb(255, 132, 41);
}

.footer__widget-border {
    position: relative;
}

.footer__widget-border::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 1px;
    height: 295px;
    background-color: rgba(255, 255, 255, 0.11);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__widget-border::after {
        display: none;
    }
}

.footer__widget-border-2::after {
    left: -80px;
    height: 295px;
}

.footer__subscribe p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 32px;
    margin-bottom: 15px;
}

.footer__subscribe-2 p {
    font-size: 13px;
    color: rgb(187, 187, 187);
}

.footer__subscribe-2 p a {
    color: rgb(255, 255, 255);
}

.footer__subscribe-input {
    position: relative;
}

.footer__subscribe-input input {
    width: 100%;
    height: 47px;
    line-height: 40px;
    padding: 0px 35px 0px 25px;
    background-color: rgb(255 255 255 / 9%);
    outline: 0px;
    border: 0px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #ffffff4f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__subscribe-input input {
        padding: 0px 45px 0px 15px;
    }
}

.footer__subscribe-input input::placeholder {
    color: rgb(108, 108, 108);
}

.footer__subscribe-input button {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 18px;
    color: rgb(187, 187, 187);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__subscribe-input button {
        right: 17px;
    }
}

.footer__subscribe-3 {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .footer__subscribe-3 {
        display: block;
    }
}

.footer__subscribe-3 p {
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    .footer__subscribe-3 p {
        margin-bottom: 20px;
    }
}

.footer__contact-phone {
    color: rgb(210, 210, 210);
    margin-bottom: 0px;
}

.footer__contact-email p {
    font-size: 16px;
    color: rgb(210, 210, 210);
    margin-bottom: 0px;
}

.footer__contact-email-2 p {
    color: rgb(187, 187, 187);
    font-weight: 500;
}

.footer__opening p {
    font-size: 12px;
    color: rgb(153, 153, 153);
    margin-bottom: 0px;
}

.footer__social ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer__social ul li a {
    font-size: 17px;
    display: inline-block;
    color: #e32024;
    background: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.footer__social ul li a:hover {
    color: rgb(255, 255, 255);
    background: transparent;
    border-color: #fff;
}

.footer__social-2 ul li a {
    color: rgb(219, 51, 64);
}

.footer__social-3 ul li a {
    color: rgb(255, 132, 41);
}

.footer__links ul li {
    line-height: 1;
    margin-bottom: 25px;
}

.footer__links ul li a {
    font-size: 16px;
    color: rgb(210, 210, 210);
    position: relative;
}

.footer__links ul li a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background-color: rgb(255, 255, 255);
}

.footer__links ul li a:hover::after {
    width: 100%;
    left: 0px;
    right: auto;
}

.footer__links-2 ul li a {
    color: rgb(187, 187, 187);
}

.footer__links-2 ul li a:hover {
    color: rgb(255, 255, 255);
}

.footer__offer-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer__offer-inner-2 {
    padding: 20px 0px;
}

.footer__offer-inner-2 p {
    font-size: 15px;
    font-weight: 500;
    margin-right: 50px;
}

.footer__offer-inner-2 input {
    background: rgb(255, 255, 255);
    border-radius: 3px;
}

.footer__offer-inner-2 button {
    color: rgb(40, 40, 40);
}

.footer__offer-content p {
    font-size: 13px;
    margin-bottom: 0px;
    color: rgb(243, 243, 243);
}

.footer__offer-content p a {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.footer__offer-content p a::after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background-color: rgb(243, 243, 243);
}

.footer__offer-content p:first-child {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 6px;
}

.footer__offer-content p:first-child::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer__bottom-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.footer__bottom-links ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer__bottom-links ul li a {
    font-size: 13px;
    color: rgb(153, 153, 153);
}

.footer__bottom-links ul li a:hover {
    color: rgb(255, 255, 255);
}

.footer__bottom-2-wrapper {
    border-top: 1px solid rgb(58, 58, 58);
}

.footer__copyright p {
    margin-bottom: 0px;
    text-align: center;
}

.footer__copyright p a:hover {
    color: rgb(255, 255, 255);
}

.footer__info .sm-contact-info {
    display: flex;
}

@media (max-width: 575px) {
    .footer__info .sm-contact-info {
        display: block;
    }
}

.footer__info .sm-contact-info .sm-item {
    margin-right: 15px;
}

.footer__info .sm-contact-info .sm-item span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: rgb(187, 187, 187);
}

.footer__info .sm-contact-info .sm-item span a {
    font-weight: 400;
    color: rgb(187, 187, 187);
    margin-left: 5px;
}

.logo img {
    width: 150px;
}

.header__action ul li a img {
    width: 30px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
    }
}

.header__action ul li .site-btn {
    font-size: 12px;
    border: 1px solid rgb(35, 95, 126);
    padding: 5px 15px;
    margin-bottom: 0px;
    background: #e32024;
    color: rgb(255, 255, 255);
    letter-spacing: 0.07em;
    font-weight: 500;
    text-transform: uppercase;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
}

.header__action ul li .site-btn:hover {
    transform: scale(0.95);
    transition: all 0.3s ease-out 0s;
    border-color: rgb(56, 191, 195);
    color: rgb(255, 255, 255);
    background: rgb(56, 191, 195);
}

.category__thumb a {
    display: flex;
    justify-content: center;
    height: 200px;
}

.category__item {
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: rgb(228, 231, 238) rgb(228, 231, 238) black;
    border-image: initial;
    background: rgb(255, 255, 255);
    padding-top: 10px;
    min-height: 282px;
}

.site-btn {
    font-size: 12px;
    border: 1px solid rgb(35, 95, 126);
    padding: 12px 15px;
    margin-bottom: 0px;
    background: #e32024;
    color: rgb(255, 255, 255);
    letter-spacing: 0.07em;
    font-weight: 500;
    text-transform: uppercase;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
}

.site-btn:hover {
    transform: scale(0.95);
    transition: all 0.3s ease-out 0s;
    background-color: rgb(56, 191, 195);
    border-color: rgb(56, 191, 195);
    color: rgb(255, 255, 255);
}

.testi-slide {
    height: 450px;
    background-color: rgb(248, 248, 248);
    padding: 40px;
    margin: 40px 0px 40px 3px;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: rgb(228, 231, 238) rgb(228, 231, 238) #e32024;
    border-image: initial;
    position: relative;
    text-align: center;
}

.testi-head {
    display: table;
    width: 100%;
    margin-bottom: 21px;
    margin-top: 15px;
}

.testi-head > img {
    display: table-cell;
    width: auto;
    max-width: 70px !important;
    border-radius: 50% !important;
}

.user-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
}

.user-info > h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.user-info > span {
    display: block;
    font-size: 14px;
}

.testi-slide > .description {
    color: rgb(81, 84, 98);
    font-size: 16px;
    margin-bottom: 26px;
}

.rating {
    margin-bottom: -7px;
}

.rating li {
    display: inline-block;
    font-size: 12px;
    color: rgb(255, 193, 7);
}

.cta {
    background: url("../img/main-banner-bg.jpg") 0% 0% / cover no-repeat;
}

.cta-img img {
    width: 100%;
}

.cta-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd-contact a {
    font-size: 20px;
    color: #e32024;
    font-weight: 800;
    margin-left: 14px;
}

.sd-contact span {
    color: rgb(0, 0, 0);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.cta .about__history-title span {
}

.cta .about__history-title {
    margin-bottom: 5px;
}

.logo.footer__logo img {
    width: 200px;
    margin-bottom: 40px;
}

.abt-imgz {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
}

.abt-imgz > img, .elementor .abt-imgz > img {
    display: inline-block;
    width: auto;
    max-width: 46%;
    margin-right: 4%;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.abt-txt {
    position: absolute;
    bottom: 15px;
    right: calc(2% + 13px);
    background-color: #e32024;
    padding: 27px 35px 20px;
    max-width: 445px;
}

.abt-txt > h4 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    /* margin-bottom: 26px; */
    padding-right: 50px;
}

.abt-txt > span::after {
    content: "";
    top: 50%;
    left: 100%;
    width: 141px;
    height: 2px;
    background-color: rgb(204, 204, 204);
    transform: translateY(-50%);
    margin-left: 24px;
    display: inline-block;
}

.play-btn, a.play-btn {
    display: inline-block;
    color: #002776;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 10px;
    position: relative;
    left: 10px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
}

.about-img-main {
    position: relative;
}

.feature-img img {
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease 0s;
    /* height: 100%; */
}

.feature-img img.active {
    display: block;
    opacity: 1;
    animation: 0.2s ease 0s 1 normal none running fadeIn;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.feature-main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-main ul li {
    width: 115px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 13px;
    margin-bottom: 16px;
    color: rgb(200, 200, 200);
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(133, 133, 133, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 121px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: -1 0 27%;
    font-size: 13px;
    color: #e9e9e9;
    line-height: 20px;
    margin: 0px;
}

.feature-main ul li:hover {
    background-color: #e32024;
}

.feature-main ul li.active {
    background-color: rgba(255, 255, 255, 0.11);
}

.feature-img {
    border: 1px solid rgb(228, 231, 238);
    padding: 5px;
    background: rgb(255, 255, 255);
    height: 360px;
}

.book--section {
    padding: 26px 0px;
    background: rgb(255, 255, 255);
    position: relative;
    border-radius: 10px;
    margin-bottom: -82px !important;
    z-index: 5;
}

.book--section .newsletter-title {
    font-size: 21px;
}

.book--section img {
    width: 250px;
}

.book--section newsletter-text {
    font-size: 12px;
}

.grey-bg-33 {
    background: rgb(237, 237, 237);
}

.block-widget-wrap {
    padding-right: 45px;
}

header {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

section.slider__area {
    margin-top: 0px;
}

.side-logo {
    width: 160px;
    margin-bottom: 30px;
}

.cartmini__top p {
    margin-bottom: 30px;
}

.footer__info p {
    color: rgb(210, 210, 210);
}

.category__thumb img {
    /* width: 70% !important; */
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.owl-nav {
    position: absolute;
    top: 50%;
    right: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    transform: translate(0%,-50%);
}

.owl-nav button {
    font-size: 16px;
    color: rgb(187, 187, 187);
}

.owl-prev {
    background: black;
    padding: 2px 10px;
    margin: 0px 2px;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}

.owl-next {
    background: black;
    padding: 2px 10px;
    margin: 0px 2px;
    position: absolute;
    right: 0;
    transform: translateX(50%);
}

.light-icon-f {
    display: block;
}

.feature-main ul li:hover .dark-icon-f {
    display: none;
}

.feature-main ul li:hover .light-icon-f {
    display: block;
}

.feature-main ul li.active .light-icon-f {
}

.feature-main ul li.active .dark-icon-f {
}

.feature-main ul li img {
    width: 30px;
    margin-bottom: 5px;
}

nav#mobile-menu li i {
    color: white;
}

.footer__contact p {
    margin-bottom: 13px;
}

.footer__contact p i {
    margin-right: 6px;
}

.main-slider-pagination .main-slider-button-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.main-slider-pagination .main-slider-button-next {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.footer__copyright p {
    color: rgb(178, 178, 178);
}

.header.is-sticky {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px;
    animation: 0.35s ease-out 0s 1 normal none running slideDown;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

.is-sticky .header__middle {
    display: none !important;
}

section.feature-sec {
    background: #353935;
}

img.dark-icon-f {
    display: none;
}

.counter {
    /* background-color: #ffffff4f; */
    /* padding: 15px 0px; */
    /* border: 1px solid #00000008; */
    margin-top: 26px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.counter-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 21px; */
    text-align: center;
    /* border: 1px solid #e3e3e3; */
    /* padding: 5px; */
}

.counter-inner img {
    width: 50px;
}

.counter-inner h6 {
    /* color: rgb(255, 255, 255); */
    font-size: 39px;
    /* margin: 5px 0px; */
    font-weight: 600;
}

.counter-inner p {
    font-size: 15px;
    color: rgb(51 51 51);
    margin-bottom: 0px;
    font-weight: 500;
}

.counter-inner h6::after {
    content: "+";
}

.abt-txt span {
    color: rgb(255, 255, 255);
}

.counter-inner {
    position: relative;
}

.projectFactsWrap .counter-inner::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.09);
    position: absolute;
    right: -35px;
    top: 0px;
}

.counter-inner2::after {
    display: none;
}

.logo.header-logo {
    /* position: absolute; */
    z-index: 2;
    /* top: -31px; */
}

.logo.header-logo a img {
    width: 156px;
    /*z-index: 3;*/
    position: relative;
}

.is-sticky .logo.header-logo img {
    width: 150px;
}

.is-sticky .logo.header-logo::before {
    height: 100px;
    width: 120px;
}

.slider__height {
    min-height: 600px;
}

span.number-c {
    font-size: 24px;
    display: block;
    margin-bottom: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.call_me {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100000 !important;
}

.call_me, .call_me::before {
    background: radial-gradient(rgb(51, 169, 60), rgb(51, 169, 60), rgb(24, 121, 31));
}

.call_me i {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 60px;
    animation: 1.5s linear 0s infinite normal none running uptocallphone;
    position: relative;
    z-index: 10001;
}

.call_me::before {
    content: "";
    transform: scale(1, 1);
    opacity: 0.5;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 9999;
    animation: 1.5s ease 0s infinite normal none running uptocallmini;
}

@-webkit-keyframes uptocallphone {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes uptocallphone {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        transform: scale(1, 1);
        opacity: 0.5;
    }

    80% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }

    85% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0.5;
    }
}

@keyframes uptocallmini {
    0% {
        transform: scale(1, 1);
        opacity: 0.5;
    }

    80% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }

    85% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0.5;
    }
}

.our-working-process .swiper {
    margin-top: 0px !important;
}

.single-working-prcess-one {
    position: relative;
    height: 100%;
}

.single-working-prcess-one.two .inner::after {
    background-image: url("../img/05.jpg");
}

.single-working-prcess-one.three .inner::after {
    background-image: url("../img/05.jpg");
}

.single-working-prcess-one.four .inner::after {
    background-image: url("../img/05.jpg");
}

.single-working-prcess-one .inner {
    height: 100%;
    padding: 30px;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    border: 1px solid rgb(233, 233, 233);
}

@media only screen and (max-width: 575px) {
    .single-working-prcess-one .inner {
        padding: 20px;
    }
}

.single-working-prcess-one .inner::after {
    position: absolute;
    content: "";
    background-image: url("../img/05.jpg");
    width: 0%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-size: cover;
    transition: all 0.3s ease 0s;
}

.single-working-prcess-one:hover::after {
    background: rgb(48, 55, 62);
}

.single-working-prcess-one:hover::before {
    opacity: 1;
}

.single-working-prcess-one:hover .inner::after {
    width: 100%;
}

.single-working-prcess-one:hover .inner .title {
    color: rgb(255, 255, 255);
}

.single-working-prcess-one:hover .inner p.disc {
    color: rgb(255, 255, 255);
}

.single-working-prcess-one::after {
    position: absolute;
    content: "";
    left: 50%;
    top: -21.2%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: rgb(227, 227, 227);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .single-working-prcess-one::after {
        display: none;
    }
}

.single-working-prcess-one::before {
    position: absolute;
    content: "";
    left: 50%;
    top: -22%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgb(48, 55, 62);
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .single-working-prcess-one::before {
        display: none;
    }
}

.single-working-prcess-one span {
    font-size: 120px;
    line-height: 100px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke: 0.5px rgb(227, 227, 227);
    display: block;
    margin-bottom: 106px;
}

.single-working-prcess-one .title {
    color: rgb(48, 55, 62);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.single-working-prcess-one p.disc {
    color: rgb(96, 96, 96);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.32px;
}

.single-working-prcess-one.active::after {
    background: rgb(48, 55, 62);
}

.single-working-prcess-one.active::before {
    opacity: 1;
}

.single-working-prcess-one.active .inner::after {
    width: 100%;
}

.single-working-prcess-one.active .inner .title {
    color: rgb(255, 255, 255);
}

.single-working-prcess-one.active .inner p.disc {
    color: rgb(255, 255, 255);
}

.separetor-process-top {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    padding-top: 106px;
}

.separetor-process-top::after {
    position: absolute;
    content: "";
    top: 13px;
    width: 98%;
    height: 1px;
    background: rgb(227, 227, 227);
}

.swiper-button-next {
    position: absolute;
    top: 60px;
    background: #e32024;
    padding: 9px 10px;
    margin: 0px 2px;
    font-size: 13px;
    color: rgb(187, 187, 187);
    z-index: 1;
}

.swiper-button-prev {
    position: absolute;
    top: 60px;
    left: 94%;
    background: #e32024;
    padding: 9px 10px;
    margin: 0px 2px;
    font-size: 13px;
    color: rgb(187, 187, 187);
    z-index: 1;
    opacity: 1 !important;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
}

.brand__item {
    padding-top: 30px;
}

/*.brand__item:hover img {*/
/*  transform: translateY(-10px);*/
/*  filter: grayscale(1);*/
/*}*/
.logo .footer__contact {
    margin: 25px 0px;
}

.footer__widget .cat-img {
    width: 100%;
    margin-bottom: 34px;
    border: 2px solid rgb(255, 255, 255);
    padding: 4px;
}

.footer__widget .site-btn {
    margin-top: 20px;
}

footer {
    position: relative;
}

.footer-bg-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    z-index: 1;
}

.about__history-wrapper.under-about-inner {
    background: #F6F6F6;
    padding: 40px;
}

.contact-form-div {
    /* border: 1px solid #ededed; */
    /* padding: 30px; */
    /* background: #F6F6F6; */
    position:relative;
}

section.gifImg.onscroll {
    background: #e6e8ea;
    padding-top: 75px;
    padding-bottom: 20px;
}

.site-btn-2 {
    margin-top: 0 !important;
    padding: 7px 20px !important;
    background: #fff;
    color: #1c5b7b;
}

.site-btn2:hover {
    transform: scale(0.95);
    transition: all 0.3s ease-out 0s;
    background-color: rgb(56, 191, 195);
    border-color: rgb(56, 191, 195);
    color: rgb(255, 255, 255);
}

.footer__subscribe-input input::placeholder {
    color: #fff
}

.call_me {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 100000 !important;
    cursor: pointer
}

.call_me, .call_me::before {
    background: radial-gradient(#33a93c, #33a93c, #18791f)
}

.call_me i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
    position: relative;
    z-index: 10001
}

.call_me::before {
    content: '';
    transform: scale(1, 1);
    opacity: .5;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 9999;
    -webkit-animation: uptocallmini 1.5s infinite;
    -moz-animation: uptocallmini 1.5s infinite;
    animation: uptocallmini 1.5s infinite
}

@-webkit-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: .5
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5)
    }

    85% {
        -webkit-transform: scale(.5, .5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: .5
    }
}

@keyframes uptocallmini {
    0% {
        transform: scale(1, 1);
        opacity: .5
    }

    80% {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }

    85% {
        transform: scale(.5, .5);
        opacity: 0
    }

    100% {
        transform: scale(1, 1);
        opacity: .5
    }
}

.company-inner img {
    width: 100%;
    /* padding: 10px; */
    border-radius: 20px;
    margin-bottom: 11px;
}

.enquiry-btn {
    padding-left: 10px !important;
}

.company-inner {
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
}

.message, .facilities-img img {
    width: 100%;
}

/*top to bottom start here */
.brand-logo img {
    width: 150px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.brand-logo {
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    /*height: 100%;*/
    /* border: 1px solid #0000000d; */
    padding: 18px;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: rgb(228, 231, 238) rgb(228, 231, 238) black;
    transition: all 0.3s ease 0s;
    transform: translateY(0px);
    height: 200px;
}
.brand-logo h3{
    font-size:14px;
}

.brand-logo:hover {
    box-shadow: none;
    transition: all 0.3s ease 0s;
    transform: translateY(-10px);
}

#loading-center-absolute img {
    width: 100%;
}

.address-inner {
    background-color: rgb(248, 248, 248);
    padding: 10px;
    margin: 40px 0px 40px 3px;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: rgb(228, 231, 238) rgb(228, 231, 238) #e32024;
    border-image: initial;
}

.address-inner h6 {
    margin-top: 10px;
    background: #fff;
    padding: 14px;
    border: 1px solid #e8e8e8;
}
.c-form{
        background: white;
    padding: 40px 40px;
    border-radius: 6px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.contact-form-div::after{
    /*content:"";*/
    position:absolute;
    background-color: #f7c355;
    height: 80%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 6px;
}

/*career page css styles*/

.job-img {
    width: 150px;
    position: absolute;
    top: -25px;
    background: white;
    border: 1px solid #d1d1d1;
    padding: 15px;
}

.job-card {
    padding: 20px;
    border: 1px solid #e8e8e8;
    text-align: start;
    color: black;
    border-bottom: 4px solid #00476b;
    position: relative;
    padding-top: 63px;
}

.apply-date {
    position: absolute;
    top: 20px;
    right: 18px;
    padding: 2px 5px;
    border: 5px double #b3b3b3;
    border-width: 1px;
    border-style: dashed;
    color: #e32024;
    background: rgb(0 71 107 / 16%);
    color: #000000;
    font-weight: bold;
    /* font-size: 17px; */
}

.job-card-title {
    font-size: 20px;
    /* margin-top: 28px !important; */
    color: black;
}

.modal-header {
    background-color: #e32024;
    color: white;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.jobform {
    margin-bottom: 3px;
    padding-bottom: 0px;
}

.facilities-content li{
       list-style-type: disc;
    margin-left: 19px;
}
.numbers{
      display: flex
;
    flex-wrap: wrap;
}
.contact-info-text .footer__social ul li a{
        color: rgb(255 255 255);
    background: #e32024;
}
.facilities-content ul {
    margin-bottom: 5px;
}
.des-box ul{
    margin-left: 19px;
}
.des-box ul li{
       list-style-type: disc !important;
}
.facilities-content p {
    margin-bottom: 5px;
}
.footer__widget-content a{
    color:#fff !important;
}

/*--------------updated----*/

.c-high{
   color:#e32024; 
}

.custom-headings{
    text-align: center;
    /* text-align: center; */
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

.active a, .active  a i{
    color: #e32024 !important;
}

.custom-headings h3{
    /* margin: 0; */
    /* font-size: 36px; */
    /* position:relative; */
    /* margin-bottom: 60px; */
    /* display: inline; */
    /* text-align: center; */
    /*margin: auto;*/
}
/*.custom-headings h3::after {*/
/*       content: '';*/
/*       position: absolute;*/
/*       height: 4px;*/
/*       top: 50%;*/
/*       left: -40px;*/
/*       background: #e32024;*/
/*       width: 50px;*/
/*       transform: translate(-50%, -50%);*/
/*}*/
/*.custom-headings h3::before {*/
/*       content: '';*/
/*       position: absolute;*/
/*       height: 4px;*/
/*       top: 50%;*/
/*       right: -40px;*/
/*       background: #e32024;*/
/*       width: 50px;*/
/*       transform: translate(50%, -50%);*/
/*}*/
/*--------------updated-end----*/