/*
Theme-name:MALAK
Theme-coder:Dina_helal
frist-color:#262626
second-color:#D3AF67
*/


/*start upper bar*/

@font-face {
    font-family: "din-bold";
    src: url(../fonts/din-bold.otf);
}

@font-face {
    font-family: "din-medium";
    src: url(../fonts/din-mid.otf);
}

@font-face {
    font-family: "din-light";
    src: url(../fonts/din-light.otf);
}

body {
    font-family: "din-light";
    direction: rtl;
    text-align: right;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "din-medium";
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

a,
p {
    font-weight: normal;
}

a {
    transition: all .3s linear;
    color: #333;
}

.btn {
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 20px;
}

.btn-lg {
    font-size: 17px;
    padding: 10px 40px;
}

.btn-primary,
.btn-light {
    background-color: #262626;
    border-color: #262626;
}

.btn-light {
    border-radius: 0;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #D3AF67;
    border-color: #D3AF67;
}

.btn-primary:hover,
.btn-light:hover {
    background-color: #D3AF67;
    border-color: #D3AF67;
}

.btn-outline-primary {
    color: #262626;
    border-color: #D3AF67;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #D3AF67;
    border-color: #D3AF67;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #D3AF67;
    border-color: #D3AF67;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    margin-right: 15px;
}

.bg-gray {
    background-color: #f7f7f7;
}

.section-padding {
    padding: 50px 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.top-nav {
    width: 100%;
    height: auto;
}

.upperbar {
    padding: 30px 0;
    background: #fff;
}

.upperbar .dropdown {
    margin-right: 10px;
}

.upperbar .dropdown .dropdown-menu {
    top: 3px !important;
    border-radius: 10px;
    left: -30px !important;
}

.logo img {
    display: block;
    max-width: 200px;
}

.search,
.menu-bars {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    transition: all 200ms ease-in;
    color: #262626
}

.shopping-cart i,
.search i,
.menu-bars i {
    font-size: 16px;
}

.shopping-cart a {
    color: #555;
    transition: all 200ms ease-in;
    margin: 0 10px;
}

.search:hover,
.menu-bars:hover,
.shopping-cart:hover {
    color: #D3AF67
}


/*end upper bar*/


/*start navbar*/

.navbar {
    background-color: #262626;
    padding: 0;
    position: relative;
}

.navbar-brand span {
    font-size: 40px;
}

.navbar-brand span:first-child {
    color: #08526d;
    font-weight: bold;
}

.navbar-brand span:last-child {
    color: #D3AF67;
}

.navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 20px;
    color: #fff !important;
    border-top: 4px;
    border-bottom: 4px;
    position: relative;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.navbar-nav .nav-link::before {
    position: absolute;
    top: 60%;
    left: 50%;
    color: transparent;
    content: '*';
    text-shadow: 0 0 transparent;
    font-size: 25px;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before {
    color: #D3AF67;
    text-shadow: 10px 0 #D3AF67, -10px 0 #D3AF67;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #D3AF67;
}

.navbar-nav .nav-link:hover {
    color: #D3AF67 !important;
}

.hot-line {
    padding: 25px;
    background-color: #D3AF67;
    border-radius: 0;
}

.hot-line h6 {
    margin-bottom: 0;
}

.hot-line img {
    width: 25px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.navbar .fullwidth-menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
    z-index: 5;
    right: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.navbar .fullwidth-menu-nav:hover .fullwidth-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar .fullwidth-menu .img img {
    height: 220px;
}

.navbar .fullwidth-menu h5 {}

.navbar .fullwidth-menu li a {
    font-size: 17px;
    font-weight: 500;
    margin: 4px 0;
    display: inline-block;
    color: #777;
}

.navbar .fullwidth-menu li a:hover {
    color: #D3AF67;
}

.navbar .dropdown-toggle::after {
    margin-right: 5px;
}


/*end navbar*/


/*start slider*/

#panel {
    display: block;
}

.socails-header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D9D9D9;
    padding: 10px 0;
    z-index: 999;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 15px;
}

.socails-head {
    margin-top: 90px;
    transform: translate(0, 50%);
}

.socails-head p {
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.socails-head li a {
    color: #000;
    margin-bottom: 20px;
    display: block;
}

.slider {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.gallery-top .swiper-slide {
    position: relative;
}

.gallery-top .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff9;
    transition: all 0.3s ease;
    opacity: 0;
    display: inline-block;
    z-index: 5;
}

.gallery-top .swiper-slide:hover a {
    opacity: 1;
}

.gallery-top .swiper-slide a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50px, -50px);
    font-size: 100px;
    color: #4445;
}

.products {
    position: relative;
    overflow: hidden;
}

.swiper-slide .product-contr,
.products .product-contr {
    position: absolute;
    top: 50px;
    right: 20px;
}

.swiper-slide .product-contr li a,
.products .product-contr li a ,
.prods-sec .prod_item  .product-contr li a  {
    width: 40px;
    height: 40px;
    border: 1px solid #9995;
    text-align: center;
    line-height: 35px;
    color: #D3AF67;
    font-size: 13px;
    transition: all 0.3s ease;
    background-color: #000;
    display: inline-block;
    transform: translateX(100px);
}

.product-contr li:nth-of-type(2) a {
    transition-delay: 0.1s !important;
}

.product-contr li:nth-of-type(3) a {
    transition-delay: 0.2s !important;
}

.product-contr li a:hover {
    color: #000 !important;
    background-color: #D3AF67 !important;
}

.swiper-slide:hover .product-contr li a,
.products:hover .product-contr li a ,
.prods-sec .prod_item:hover  .product-contr li a {
    transform: translateX(0) !important;
}

.product-contr li small {
    padding: 8px 20px;
    height: 40px;
    background-color: #000;
    color: #D3AF67;
    display: inline-block;
    opacity: 0;
    transform: translateX(60px) scale(0);
    visibility: hidden;
    transition: all 0.2s linear;
}

.product-contr li a:hover~small {
    opacity: 1;
    transform: translateX(0) scale(1);
    visibility: visible;
}

.container-slider {
    position: absolute;
    width: 50%;
}

.slides-prev {
    position: relative;
    padding: 110px 0;
    z-index: 999;
}

.slider-icons {
    margin-top: 30px;
}

.slider-icons li {
    display: inline-block;
    margin-left: 15px;
}

.slider-icons li a {
    color: #262626;
    display: flex;
    padding: 10px;
    width: 35px;
    height: 35px;
    border: 1px solid #262626;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease-in;
}

.slider-icons li a:hover {
    color: #fff;
    background: #262626;
}

.slider h3 {
    color: #262626;
    font-size: 21px;
    line-height: 32px;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-logo img {
    max-width: 320px;
    height: auto;
}


/***start search***/

.sb-search {
    position: absolute;
    width: 0;
    min-width: 40px;
    height: 42px;
    left: 0;
    float: left;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    margin: 0;
    z-index: 9999;
    color: #262626;
    float: left;
    -webkit-backface-visibility: hidden
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    background: #262626;
    border: none;
    width: 100%;
    height: 42px;
    margin: 0;
    z-index: 10;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
}

.sb-search-input::-webkit-input-placeholder {
    color: #262626
}

.sb-search-input:-moz-placeholder {
    color: #262626
}

.sb-search-input::-moz-placeholder {
    color: #262626
}

.sb-search-input:-ms-input-placeholder {
    color: #262626
}

.sb-icon-search,
.sb-search-submit {
    width: 40px;
    height: 45px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.sb-search-submit {
    background: #fff;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1
}

.sb-icon-search {
    color: #262626;
    background: #fff;
    z-index: 90;
    font-size: 22px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.no-js .sb-search,
.sb-search.sb-search-open {
    width: 250px
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search {
    background: url(images/icons.png) -6px -69px no-repeat;
    color: #fff;
    z-index: 11
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit {
    z-index: 90
}


/******end search****/

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    background: #000 !important;
    border: 1px solid #000 !important;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff !important;
    border: 1px solid #000 !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-size: 16px !important;
    background-color: none;
    border-radius: 50px;
    border: 2px solid #D9D9D9;
    outline: none !important;
}

.swiper-button-prev {
    left: -70px !important;
}

.swiper-button-next {
    right: -70px !important;
}


/*end slider*/


/*start  product*/


.product-grid {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-grid img {
    width: 100%;
    height: auto;
}

.muduim {
    position: relative;
}

.muduim .product-prev {
    position: absolute;
    top: 90px;
    right: 30px;
}

.product-prev h2 {
    font-size: 14px;
    font-weight: normal;
    color: #292929;
}

.product-prev p {
    font-size: 16px;
    font-weight: bold;
    color: #292929;
}

.btn-product {
    display: block;
    padding: 10px 0;
    background: #262626;
    font-size: 11px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}

.prod-new {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    line-height: 20px;
    padding: 3px 15px;
    background: #262626;
    text-align: center;
    color: #fff;
}

.prod-new:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-right: 6px solid transparent;
    border-top: 8px solid #262626;
}

.discount {
    position: absolute;
    bottom: 10px;
    color: #fff;
    right: 50%;
    transform: translate(50%, 0);
}

.larg {
    position: relative;
}

.larg .product-prev {
    position: absolute;
    top: 150px;
    left: 30px;
    width: 160px;
}

.bunner {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.bunner img {
    width: 100%;
    height: auto;
}

.bunner-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px
}

.bunner-prev h2 {
    font-size: 26px;
    font-weight: normal;
    color: #292929;
}

.bunner-prev p {
    font-size: 18px;
    font-weight: normal;
    color: #292929;
}

.bunner-link {
    display: block;
    padding: 10px 0;
    background: #fff;
    font-size: 11px;
    color: #262626;
    border-radius: 30px;
    text-align: center;
}


/*end  product*/


/*stat specail-slider*/

.specail-slider h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #262626;
    text-align: center;
}

.specail-slider p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #1A1A1A;
    margin-bottom: 30px;
    text-align: center;
}

.slide-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slide-img img {
    width: 100%;
    height: auto;
}

.category-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 60px);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.slide-img:hover .category-btn {
    transform: translate(-50%, 0);
    opacity: 1;
}

.swiper-container2 {
    width: 100%;
    height: 100%;
}


/*end specail-slider*/


/*start tabs-slider*/

.tabs-slider h1 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #D3AF67;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #262626;
    color: #fff;
}

.nav-pills .nav-link {
    color: #262626;
    padding: 5px 10px;
    margin: 5px;
}

.slide-imgg {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 2px solid #ccc2;
}

.slide-imgg img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.tab-prev {
    width: 200px;
    text-align: right;
}

.tab-prev h2 {
    font-size: 18px;
    color: #262626;
    line-height: 26px;
    margin-top: 17px;
}

.tab-prev p {
    font-size: 14px;
    color: #262626;
    font-weight: normal
}

.tab-prev p strong {
    font-size: 16px;
}

.tabs-slider .nav {
    text-align: center;
    justify-content: center;
}

.inside .tab-content {
    margin-bottom: 30px;
}

.feedburnner,
.feed-bg,
.feed-bg img,
.blog {
    width: 100%;
    height: auto;
}

.feedburnner {
    position: relative;
    /* background-image: url(../img/bn2.png); */
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 30px;
    background-color: #D3AF67;
}

.feed-prev {
    position: relative;
    text-align: center;
}

.feed-prev h2 {
    font-size: 25px;
    color: #fff;
}

.feed-prev p {
    font-size: 16px;
    color: #fff;
    line-height: 3;
}

.blog h2 {
    font-size: 20px;
    color: #262626;
    text-align: center;
    margin-bottom: 30px;
}


/*end tabs-slider*/


/*start blog */

.blog {
    position: relative;
    margin-bottom: -70px;
    padding-bottom: 0;
}

.card-title {
    color: #010C53;
    font-size: 17px;
}

.card-text {
    color: #010C53;
    font-size: 13px;
}

.card {
    margin-bottom: 40px;
}

.cards-body {
    position: absolute;
    background: #fff;
    text-align: center;
    padding: 17px 70px;
    margin: 0 0 -40px;
    bottom: 0;
    right: 30px;
    left: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.card:hover .cards-body {
    margin: 0 0 -20px;
}

.card:hover .card-title,
.card:hover .card-text {
    color: #D3AF67;
}


/*end blog*/


/*start testimonials */

.testimonials {
    background-color: #F8F8F8;
    padding-top: 200px;
}

.img-item {
    width: 150px;
    height: 150px;
    transform: scale(.5);
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 30px auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-item img {
    width: 100%;
}

.swiper-testimonials {
    padding: 40px 0 !important;
}

.swiper-testimonials .swiper-wrapper .swiper-slide:nth-child(odd) .img-item {
    top: 80px;
}

.swiper-testimonials .swiper-wrapper .swiper-slide.swiper-slide-active .img-item {
    transform: scale(1);
    top: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, .3);
}

.swiper-testimonials .swiper-wrapper .swiper-slide.swiper-slide-active .card-item .caption {
    transform: translate(0, 0);
    opacity: 1;
}

.card-item h2 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.card-item p {
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

.card-item .caption {
    position: relative;
    transform: translate(0, 30px);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 400px;
    left: 50%;
}


/*end testimonials*/


/*start footer*/


/* .footer {
    width: 100%;
    height: auto;
    background-color: #D3AF67;
    padding: 20px 0;
} */

.logo2 img {
    max-width: 150px;
}

.main-footer {
    padding: 80px 0;
    background: #fff;
}

.newsletter {
    margin-top: 90px;
}

.newsletter .form-control {
    background: #fff;
    border: 1px solid #9994;
    border-radius: 0;
}

.newsletter .btn {
    border-radius: 0;
}

.socails {
    float: right;
}

.socails li {
    float: left;
    margin-left: 10px;
}

.socails li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #B2B2B2;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.socails li a:hover {
    background-color: #D3AF67;
}

.socails p {
    text-align: left;
    color: #707070;
    font-size: 13px;
    font-weight: bold;
}

.payy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.payy .img {
    width: 30%;
    height: 90px;
    border: 1px solid #9993;
    padding: 10px;
    margin-bottom: 20px;
}

.payy .img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.payy .img img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.Copyright {
    color: #fff;
    font-size: 17px;
}


/* -------------------- footer ------------------------- */

footer {
    padding-top: 50px;
    background-color: #1C1A1A;
}

footer .items h4 {
    font-size: 23px;
    color: #fff;
    padding: 15px 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 100;
    /* font-family: "Proxima-light"; */
}

footer .items p {
    color: #7F7F7F;
    line-height: 3;
    font-size: 13px;
}

footer .items a,
footer .items.subscribe p {
    color: #7F7F7F;
    line-height: 3;
    font-size: 13px;
    text-transform: capitalize;
}

footer .social a {
    margin-right: 15px;
    font-size: 15px;
}

footer .items a:hover {
    color: #fff;
}

footer .foot {
    padding: 30px;
    margin-top: 50px;
    position: relative;
    background-color: #232222;
}

footer .foot a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.5;
}

footer .foot .items a:nth-of-type(2) {
    border-left: 1px solid #fff;
}

footer .foot a:hover {
    color: #fff;
}


/*end footer*/


/*start pages*/

.breadcont {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.breadcrumb-item a {
    color: #707070;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 5px;
}

.breadcrumb-item.active {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: .75rem 0 !important
}

.product {
    width: 100%;
    height: auto;
}

.favorite {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.favorite i {
    color: #c4c4c4 !important;
}

.favorite:hover i {
    color: #D3AF67 !important;
}

.gradian {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9c9c9+1,666666+100&0.17+0,0.17+51,1+100 */
    background: -moz-linear-gradient(top, rgba(201, 201, 201, 0.17) 0%, rgba(201, 201, 201, 0.17) 1%, rgba(151, 151, 151, 0.17) 51%, rgba(102, 102, 102, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(201, 201, 201, 0.17) 0%, rgba(201, 201, 201, 0.17) 1%, rgba(151, 151, 151, 0.17) 51%, rgba(102, 102, 102, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(201, 201, 201, 0.17) 0%, rgba(201, 201, 201, 0.17) 1%, rgba(151, 151, 151, 0.17) 51%, rgba(102, 102, 102, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2bc9c9c9', endColorstr='#666666', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: auto;
    position: relative;
}

.discountt {
    position: absolute;
    top: 20px;
    left: 30px;
    line-height: 20px;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    -moz-transform: skew(-8deg, 0deg);
    -webkit-transform: skew(-8deg, 0deg);
    -o-transform: skew(-8deg, 0deg);
    -ms-transform: skew(-8deg, 0deg);
    transform: skew(-8deg, 0deg);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2c47c+0,85682d+100 */
    background: rgb(226, 196, 124);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2c47c', endColorstr='#85682d', GradientType=1);
    /* IE6-9 */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#85682d', endColorstr='#e2c47c', GradientType=1);
    /* IE6-9 */
}

.prods .discountt {
    top: auto;
    left: auto;
    right: 28%;
    bottom: 20%;
    line-height: 20px;
    padding: 6px 10px;
}

.gradian img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.gradian-prev {
    text-align: center;
    padding: 15px 0;
}

.gradian-prev h2 {
    font-size: 17px;
    color: #171717;
}

.gradian-prev p {
    font-size: 13px;
    color: #171717;
}

.gradian-prev p strong {
    margin-left: 10px;
}

.gradian-prev p span {
    margin-right: 10px;
    font-size: 10px;
}

.pt-6 {
    padding-top: 60px;
}

.left-menu {
    margin-bottom: 40px;
}

.left-menu h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.left-menu li a {
    font-weight: normal;
    font-size: 13px;
    color: #B0B1B4;
    margin-bottom: 10px;
    display: block;
}

.left-menu li a:hover {
    color: #000;
}

.custom-control-label {
    padding-right: 25px;
    font-weight: normal;
    font-size: 15px;
    color: #B0B1B4;
    line-height: 24px;
}

.custom-control-label span {
    position: relative;
    top: -10px;
    font-weight: bold;
    color: #333;
}

.custom-control-label::before,
.custom-control-label::after {
    right: 0
}

.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.products .gradian {
    height: 380px;
    overflow: hidden;
}

.products .gradian img {
    height: auto;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #262626;
    color: #fff;
    border: none;
    border-radius: 0;
}

.nav-tabs {
    margin-top: 50px;
}

.nav-link {
    padding: 18px 0;
    margin-bottom: 10px;
}

.nav-tabs .nav-link {
    background: #FAFAFA;
    color: #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    margin-left: 10px;
    padding: 5px 10px;
}

.dropdown-menu {
    background: #262626;
}

.dropdown-menu .dropdown-item {
    text-align: right;
    margin: 0;
    color: #fff;
}

.dropdown-menu .dropdown-item:hover {
    background: #D3AF67;
    color: #000;
}

.inside .tab-content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
}


/* Zoom In #1 */

.hover01 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
}

.hover01:hover {
    box-shadow: inset 0 0 0 13px rgba(0, 0, 0, .3);
    background-color: #fff;
}


/* Zoom In #2 */

.hover02 img {
    width: 100%;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover02:hover img {
    width: 98%;
}

.hover02:hover h2,
.hover02:hover {
    color: #D3AF67;
}

.hover03 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover03:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

::-webkit-inner-spin-button,
 ::-webkit-outer-spin-button {
    appearance: none;
}

.plus-minus-input {
    align-items: center;
}

.input-group-field {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 1rem;
    border: none;
    padding: 0;
    width: 30px;
}

.swatches {
    position: relative;
}

.swatches-select {
    display: inline-block;
    margin-left: 10px;
}

.swatches-select input {
    display: none;
    position: relative;
    z-index: 999;
}

.swatches-select label:after {
    content: "";
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.swatches-select label {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    background: #fff;
    color: #000;
    line-height: 35px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.swatches-select input:checked+label:after {
    display: block;
}

.swatches-select.size label {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    background: #fff;
    color: #000;
    line-height: 35px;
    width: 80px;
    height: 30px;
    text-align: center;
    transform: skew(-8deg, 0deg);
    line-height: 30px;
    border-radius: 0;
    background: #E8E8E8;
}

.swatches-select.size label:after {
    display: none !important;
}

.swatches-select.size input:checked+label {
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2c47c+0,85682d+100 */
    background: rgb(226, 196, 124);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2c47c', endColorstr='#85682d', GradientType=1);
    /* IE6-9 */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#85682d', endColorstr='#e2c47c', GradientType=1);
}

.fa-plus:before {
    font-size: 14px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #707070;
}

.circle i {
    color: #707070;
}

button:focus {
    outline: none;
}

.inside h3 {
    font-size: 20px;
    color: #171717;
    font-weight: bold;
    margin-bottom: 20px;
}

.inside h2 {
    font-size: 25px;
    color: #171717;
}

.prods {
    padding: 30px;
    border: 1px solid #9994;
    border-radius: 15px;
    margin-bottom: 30px;
}

.prods .disc-items {
    margin: 30px 0;
    border: 1px dashed #d3af674b;
    border-radius: 30px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .01);
}

.prods .disc-items .disc-head {
    background-color: #f5f5f5;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    position: relative;
    padding: 20px 10px;
    position: relative;
}

.prods .disc-items .disc-head:after {
    position: absolute;
    content: "";
    left: calc(50% - 15px);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f5f5f5;
}

.prods .disc-items .disc-head p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
}

.prods .disc-items .disc-body {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 30px 15px;
    background: #fff;
}

.prods .disc-items .disc-body h3 {
    color: #444;
    font-weight: 400;
}

.prods h4 {
    font-size: 15px;
    font-weight: 100;
    color: #777;
    line-height: 1.6;
}

.prods h4 span {
    float: left;
    font-size: 11px;
    font-weight: 100;
    margin-top: 3px;
    color: #D3AF67;
}


/* --------- */

.prods h4 span {
    color: transparent;
    font-size: 12px;
    display: inline-block;
    border-radius: 3px;
    background-color: red;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
}

.prods h4 span:before {
    content: attr(data-title);
    background: linear-gradient(90deg, gold 0%, gold 51%, #ccc 100%);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 0;
    width: 0;
    background-clip: text;
    -webkit-background-clip: text;
    transition: all 1s ease-in-out;
    animation: text-animation 6s infinite;
}

@keyframes text-animation {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}


/* ---------- */

.prods h4 strong {
    font-weight: bold;
    color: #333;
}

.prods h4 span i {
    margin-left: 5px;
}


/* ---------- */

.madmon {
    margin-top: 100px;
}

.madmon .img img {
    width: 300px;
}

.madmon .return .info {
    border: 3px solid #D3AF67;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.madmon .return img {
    object-fit: contain;
}

.madmon .content {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.madmon .items {
    display: flex;
    width: 45%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #9993;
    padding: 15px 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.madmon .items:last-of-type {
    width: 95%;
}

.madmon .items .icon {
    padding: 0 15px;
    border-left: 1px solid #9993;
}

.madmon .items .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    /* opacity: 0.5; */
    filter: grayscale(100%);
}

.madmon .items .info {
    padding: 8px 10px;
}

.madmon .items .info p {
    color: #777;
    margin-bottom: 0;
}


/* ---------- */

.text h4,
.text h6 {
    color: #333;
}

.text ul {
    margin-bottom: 30px;
}

.text ul li {
    color: #888;
    line-height: 2;
    font-size: 14px;
    position: relative;
    padding-right: 25px;
}

.text ul li:after {
    position: absolute;
    content: "\f100";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    right: 0;
    top: 5px;
    font-size: 12px;
    color: #D3AF67;
}

.inside p {
    font-size: 12px;
    color: #171717;
}

.inside del {
    font-size: 12px;
    color: #171717;
}

.inside span {
    font-size: 14px;
    color: #171717;
}

.inside span strong {
    margin-left: 10px;
}

.plus-minus-input {
    margin-bottom: 60px;
}

.product_btn i {
    margin-left: 10px;
}

.price {
    position: relative;
}

.page .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.page .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: contain;
}

.gallery-thumbs {
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    width: 140px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.thumb-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.ui-slider .ui-btn-inner {
    padding: 4px 0 0 0 !important;
}

.ui-slider-popup {
    position: absolute !important;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 36px;
    padding-top: 14px;
    z-index: 100;
    opacity: 0.8;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #000 !important;
    background: #000 !important;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
}

.ui-widget-header {
    background: rgb(226, 196, 124) !important;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(226, 196, 124, 1) 0%, rgba(133, 104, 45, 1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2c47c', endColorstr='#85682d', GradientType=1);
    /* IE6-9 */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#85682d', endColorstr='#e2c47c', GradientType=1);
    /* IE6-9 */
}

.ui-widget-content {
    background: #e8e8e8 !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-slider-horizontal {
    height: 8px!important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.2em!important;
    margin-left: -.6em!important;
}

.ui-slider .ui-slider-handle {
    width: .9em!important;
    height: .9em!important;
}

.slider-range-input {
    margin-top: 15px;
}

.slider-range-input input {
    display: inline-block;
    width: 30px;
    border: none;
    font-size: 16px;
}

.slider-range-input span {
    display: flex;
    font-size: 11px;
    align-items: center;
}

.fixed-login {
    position: fixed;
    z-index: 99999;
    right: -500px;
    opacity: 0;
    top: 0;
    width: 400px;
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s ease;
}

.fixed-login.show {
    opacity: 1;
    right: 0;
}

.fixed-login .cls {
    position: absolute;
    left: -30px;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .3);
    z-index: 999991;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fixed-login .cls:hover {
    color: #fff;
    background-color: #D3AF67;
}

.fixed-login .login-section {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding-top: 10vh;
    position: relative;
    z-index: 99999;
    padding-left: 50px;
}

.login-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.login-section {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px 30px;
}

.login-head {
    background: linear-gradient(-45deg, #333, #000);
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 10px;
    text-transform: capitalize;
}

.login-head h6,
.login-head p {
    color: #fff;
}

.login-head p a {
    margin-right: 5px;
    color: #ccc;
}

.login-head p a:hover {
    color: #D3AF67;
}


/* -------------------- pages-navigation ------------------------- */

.pages-navigation {
    padding: 90px 0;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
}

.pages-navigation:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #D3AF67;
    opacity: 0.5;
    pointer-events: none;
}

.pages-navigation h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 999;
}

.pages-navigation span {
    font-size: 18px;
    margin: 0 5px;
    color: #fff;
    font-weight: 100;
    word-spacing: 2px;
    position: relative;
    z-index: 999;
}

.pages-navigation i {
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
}

.pages-navigation a {
    color: #fff;
}

.pages-navigation a:hover {
    color: #D3AF67;
}

.contact-info .items {
    display: flex;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.contact-info .items .icons {
    color: #222;
    min-width: 20%;
    text-align: center;
    font-size: 21px;
    border-left: 1px solid #9994;
}

.contact-info .items .info p {
    font-size: 18px;
    color: #777;
    padding-right: 20px;
    margin-bottom: 0;
}

.contact-form {
    border-radius: 15px;
    border: 1px solid #9993;
    padding: 30px;
    margin: 50px 0;
}

.form-control {
    font-size: 13px;
    min-height: 45px;
    border-color: #9993;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #D3AF67;
}

a:hover {
    color: #D3AF67;
}

.contact-info .map {
    border-radius: 10px;
    padding: 10px;
    margin: 50px 0;
    height: 400px;
    border: 1px solid #9993;
}

.contact-info .map iframe {
    border-radius: 10px;
}

.comparison .content {
    display: flex;
    flex-wrap: wrap;
}

.comparison .content .items {
    border: 1px solid #9993;
    text-align: center;
    margin-bottom: 30px;
}

.comparison .content .items .product-name,
.comparison .content .items .product-img,
.comparison .content .items p {
    border-bottom: 1px solid #9993;
    padding: 10px 15px;
}

.comparison .content .items .product-name {
    text-transform: uppercase;
    font-weight: bold;
    color: #D3AF67;
}

.comparison .content .items .product-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.comparison .content .items .edit {
    padding: 10px 15px;
}

.comparison .content .items .edit a {
    color: #D3AF67;
    margin: 0 5px;
    font-size: 21px;
}

.cart-pg .container-fluid {
    padding: 0 7vw;
}

.cart-pg .cart-head {
    border: 1px solid #9995;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px;
    border-bottom: 0;
}

.cart-pg .cart-head small {
    font-size: 13px;
    margin-left: 5px;
}

.cart-pg .cart-head select {
    border: 0;
    border-bottom: 1px solid #9995;
    padding: 5px;
    margin-left: 15px;
}

.cart-pg .cart-body {
    padding: 20px 30px;
    border: 1px solid #9995;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cart-products .items {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #9995;
    margin-bottom: 20px;
}

.cart-products img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.cart-products .info {
    padding-top: 10px;
}

.cart-products .info .product-name {
    font-size: 16px;
}

.cart-products .info .price {
    font-size: 18px;
}

.cart-products .info .old-price {
    font-size: 12px;
    color: #999;
    margin: 0 15px;
    text-decoration: line-through;
}

.cart-products .info .discount {
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #CEFFE3;
}

.cart-products .info span.color {
    width: 70px;
    height: 20px;
}

.cart-products .info span.size {
    width: 70px;
    height: 25px;
    line-height: 25px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.cart-products .info .edit-product {
    margin-top: 20px;
}

.cart-products .info .edit-product a {
    color: #999;
    margin-right: 20px;
    font-size: 13px;
}

.cart-products .info .edit-product a:hover {
    color: #000;
}

.cart-products .info .edit-product a i {
    margin-right: 5px;
}

.quantity label {
    margin-right: 25px;
    font-size: 18px;
}

.quantity .qt-minus,
.quantity .qt-plus {
    font-size: 11px;
    color: #777;
}

.quantity .qt {
    font-size: 18px;
    min-width: 50px;
    text-align: center;
}

.cart-total {
    border: 1px solid #9995;
    border-radius: 10px;
    padding: 15px;
}

.cart-total .input-group label {
    padding: 9px 0 0 15px;
}

.cart-total .input-group .butn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 11px;
    padding: 8px 20px;
}

.cart-total .notice {
    font-size: 13px;
    margin: 20px 0;
    color: #2AB939;
}

.cart-total .notice i {
    margin-right: 8px;
}

.cart-total h6 {
    line-height: 1.7;
    color: #404553;
}

.cart-total h6 span {
    float: left;
    font-weight: 100;
    font-size: 15px;
    font-family: "Proxima-light";
}

.cart-total .total {
    color: #404553;
    line-height: 0.5;
}

.cart-total .total span {
    float: left;
    color: #000;
}

.cart-total .btn {
    border-radius: 0;
}

.cart-total .form-control {
    padding: 22px 22px;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-pg {
    background-color: #f7f7f7
}

.checkout-form .accordion {
    padding: 60px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 60px; */
    border-radius: 0;
    background-color: #fff;
}

.checkout-form .accordion .card-header {
    padding: 10px 30px;
    background: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.checkout-form .accordion .btn-link {
    color: #fff;
    padding: 0;
    width: 100%;
    text-align: right;
}

.checkout-form .accordion .btn-link i {
    color: #999;
    margin-right: 10px;
    font-size: 18px;
}

.checkout-form .accordion .done .btn-link i {
    color: #29b729;
}

.checkout-form .accordion .btn-link:hover,
.checkout-form .accordion .btn-link:focus {
    text-decoration: none;
}

.checkout-form .accordion .card {
    border-color: rgba(0, 0, 0, .05);
}

.checkout-form .accordion .profile-info.hide {
    display: none;
}

.checkout-form .accordion .profile-info h6 {
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(42, 3, 94, 0.2);
}

.checkout-form .accordion .profile-info .form-group {
    color: #777;
    margin-bottom: 40px;
}

.checkout-form .accordion .profile-info .form-group label {
    width: 120px;
    text-align: center;
}

.checkout-form .accordion .profile-info .form-group input,
.checkout-form .accordion .profile-info .form-group select {
    color: #777;
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #9993;
    width: calc(100% - 130px);
}

.checkout-form .accordion .profile-info .butn {
    float: left;
    padding: 5px;
    width: 120px;
    font-size: 12px;
    margin-top: 15px;
}

.checkout-form .accordion .delivery h6 {
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(42, 3, 94, 0.2);
}

.checkout-form .accordion .delivery .text p {
    padding: 5px 10px 0 0;
    color: #777;
}

.checkout-form .accordion .delivery .text p span {
    color: #212529;
    padding: 0 4px;
}

.checkout-form .accordion .delivery .details {
    margin-top: 30px;
}

.checkout-form .accordion .delivery .details .items {
    padding: 30px;
    border: 1px solid #9995;
    margin-bottom: 30px;
}

.checkout-form .accordion .delivery .details li {
    padding: 10px 0;
}

.checkout-form .accordion .delivery .details li span {
    padding: 0 20px;
    margin-right: 20px;
    border-right: 1px solid #9995;
    width: 50%;
}

.checkout-form .accordion .delivery .details li i {
    font-style: normal;
    color: #222;
}

.checkout-form .accordion .pay h6 {
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(42, 3, 94, 0.2);
}

.checkout-form .accordion .pay .form-group {
    position: relative;
    margin-bottom: 30px;
}

.checkout-form .accordion .pay .form-group input,
.checkout-form .accordion .pay .form-group img {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}

.checkout-form .accordion .pay .form-group img {
    width: 75px;
    height: 45px;
    object-fit: contain;
    position: relative;
    top: -10px;
}

.checkout-form .accordion .pay .form-group img span {
    font-size: 17px;
}

.checkout-form .accordion .pay .coupon input {
    padding: 10px;
    border: 1px solid #eee;
}

.checkout-form .accordion .pay .coupon .butn {
    padding: 10px;
    border: 1px solid #222;
    border-radius: 0;
}

.checkout-form .accordion .pay .coupon .butn:hover {
    background: transparent;
    color: #222;
}

.checkout-form .accordion .pay .coupon ul {
    margin-top: 30px;
}

.checkout-form .accordion .pay .coupon li {
    padding: 7px 10px;
    font-size: 17px;
}

.checkout-form .accordion .pay .coupon li span {
    float: left;
    /* font-size: 18px; */
}

.checkout-form .accordion .pay .coupon li i {
    font-weight: bold;
    font-style: normal;
    color: #222;
}

.checkout-form .accordion .pay .coupon li:last-of-type {
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin-top: 7px;
}

.checkout-form .accordion .date {
    margin: 30px 0;
    padding: 30px 5px;
    border: 1px solid #9994;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}

.checkout-form .accordion .date .form-group {
    display: flex;
}

.checkout-form .accordion .date .form-group label {
    font-size: 12px;
    color: #777;
    width: 50%;
    position: relative;
    top: 10px;
}

.checkout-form .accordion .date .form-group input {
    border: 1px solid #9994;
    border-radius: 8px;
}

.checkout-form .accordion .date .form-group select {
    font-size: 14px;
}

.input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-select {
    font-weight: bold;
}

.profile-pg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-pg .fixed-r-nav {
    /* box-shadow: -10px 0 30px rgba(0, 0, 0, 0.07); */
    /* border-radius: 10px; */
    padding: 0;
    /* border: 1px solid #9993; */
    background-color: #f3f3f3;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.profile-pg .fixed-r-nav .img {
    border: 1px solid #f3f3f3;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    max-width: 200px;
    height: 200px;
    margin-top: -100px;
}

.profile-pg .fixed-r-nav .img .butn {
    position: absolute;
    bottom: 0;
    left: 25px;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 45px;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.profile-pg .fixed-r-nav .img .butn:after {
    border: none;
}

.profile-pg .fixed-r-nav .img input {
    position: absolute;
    bottom: 0;
    left: 25px;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    opacity: 0;
}

.profile-pg.female .fixed-r-nav .img input,
.profile-pg.female .fixed-r-nav .img .butn {
    color: #222;
}

.profile-pg .fixed-r-nav .img img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 200px;
    height: 200px;
}

#saveImage {
    display: none;
}

.profile-pg .fixed-r-nav .nav-tabs {
    margin-top: 0;
    padding-bottom: 15px;
    border: none;
    display: block;
}

.profile-pg .fixed-r-nav .nav-tabs li {
    background-color: #f9f9f9;
    color: #111;
    margin: 0;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    float: right;
}

.profile-pg .fixed-r-nav .nav-tabs li:hover,
.profile-pg .fixed-r-nav .nav-tabs li .active {
    background-color: #000;
    color: #fff;
}

.profile-pg.female .fixed-r-nav .nav-tabs li:hover,
.profile-pg.female .fixed-r-nav .nav-tabs li .active {
    background-color: #222;
    color: #fff;
}

.profile-pg .fixed-r-nav .nav-tabs li a {
    display: inline-block;
    padding: 20px 30px;
    text-transform: capitalize;
}

.profile-pg .fixed-r-nav .nav-tabs li a:hover,
.profile-pg .fixed-r-nav .nav-tabs li.active a:hover {
    color: #fff;
}

.profile-pg .tabs {
    border: 1px solid #9995;
    padding: 30px;
    margin-bottom: 30px;
}

.profile-pg .tabs .tab-content .tab1 .content .items,
.profile-pg .tabs .tab-content .fav .items {
    padding: 10px 30px;
    margin-bottom: 30px;
    border: 1px solid #9995;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}

.profile-pg .tabs .tab-content .tab1 .content .items h5 span {
    color: #888;
    font-size: 16px;
}

.profile-pg .tabs .butn {
    display: block;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.profile-pg .fav .img {
    height: 150px;
    width: 150px;
    overflow: hidden;
    padding: 0;
}

.profile-pg .tabs .tab-content .fav .items .info {
    padding: 30px 0;
}

.profile-pg .tabs .tab-content .fav .items {
    position: relative;
}

.profile-pg .tabs .tab-content .fav .items .close,
.profile-pg .tabs .tab-content .fav .items .edit {
    position: absolute;
    left: 30px;
    top: calc(50% - 25px);
    width: 40px;
    height: 40px;
    line-height: 42px;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    background-color: #fff;
    color: #222;
    font-size: 14px;
}

.profile-pg .tabs .tab-content .fav .items .edit {
    left: 70px;
}

.profile-pg .tabs .tab-content .fav .items .close:hover,
.profile-pg .tabs .tab-content .fav .items .edit:hover {
    background-color: #222;
    color: #fff;
}

.profile-pg .tabs .tab-content .new .items,
.profile-pg .tabs .tab-content .old .items {
    margin-bottom: 50px;
}

.profile-pg .tabs .tab-content .new .items,
.profile-pg .tabs .tab-content .old .items {
    border: 1px solid #9993;
    padding: 15px;
}

.profile-pg .tabs .tab-content .new .items h6,
.profile-pg .tabs .tab-content .old .items h6 {
    margin-top: 15px;
}

.profile-pg .tabs .tab-content .new .items a,
.profile-pg .tabs .tab-content .old .items a {
    color: #222;
}

.profile-pg .tabs .tab-content .adress-edit .items {
    padding-right: 50px;
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #9993;
    padding: 15px;
}

.profile-pg .tabs .tab-content .adress-edit .items input {
    position: absolute;
    right: 15px;
    top: 5px;
}

.profile-pg .tabs .tab-content .adress-edit .items a {
    color: #222;
}

.profile-pg .tabs .tab-content .another-adress .form {
    display: none;
}

.profile-pg .tabs .tab-content .rating {
    color: #222;
    font-size: 15px;
}

.profile-pg .add-product .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    height: 250px;
    display: flex;
}

.profile-pg .add-product .img img {
    object-fit: cover;
}

.profile-pg .add-product .img input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
}

.profile-pg .add-product .img img {
    border-radius: 8px;
}

.profile-pg .add-product .img h6 {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-pg .table img {
    height: 100px;
    object-fit: contain;
    width: 100px;
}


/*end pages*/


/* --------- welcome popup --------- */

.welcome-popup {
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    max-height: 50%;
    z-index: 20;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    /* border-radius: 10px; */
    /* overflow: hidden; */
    min-height: 350px;
    display: none;
}

.welcome-popup img {
    width: 100%;
    height: 460px;
    margin-top: -110px;
    object-fit: cover;
    object-position: top;
}

.welcome-popup .info {
    height: 100%;
    background-color: #f5f5f5;
    padding: 30px;
}

.welcome-popup .cls {
    position: absolute;
    left: -10px;
    top: -10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    font-size: 27px;
    border-radius: 50%;
    background-color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}


/* --------- product-filter ---------- */

.nav-filter {
    padding: 30px 15px;
    background-color: #f7f7f7;
    border: 1px solid #9991;
    height: 100%;
}

.nav-filter .items {
    margin-top: 40px;
}

.nav-filter .items h6 {
    color: #333;
    margin-bottom: 15px;
    font-size: 15px;
}


/* .nav-filter .items .custom-control {
    padding: 3px 15px;
} */

.nav-filter .items label {
    color: #888;
    width: 100%;
    font-size: 11px;
    padding-top: 3px;
}

.nav-filter .items label span {
    float: left;
}

.nav-filter #slider {
    margin: 80px 0 30px;
}

.nav-filter .items {
    margin-top: 20px;
}

.nav-filter .items .items-title {
    position: relative;
    border-bottom: 1px solid #9993;
    padding: 10px 0;
    cursor: pointer;
}

.nav-filter .items .items-title:after {
    position: absolute;
    left: 5px;
    font-size: 13px;
    top: 16px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.nav-filter .items .items-body {
    display: block;
}

.payment {
    margin-top: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    line-height: 20px;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); */
    background: #fff;
}

.payment span {
    width: 16%;
    filter: grayscale(100%);
    opacity: 0.7;
}


/* ------------- blocks ------------ */

.blocks .items {
    padding: 100px 6vw;
    overflow: hidden;
    background-color: #999;
}

.blocks .items::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid transparent;
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: none;
}

.blocks .items:hover::before {
    border: 10px solid #fff3;
}

.blocks .items:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}

.blocks .items img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    transition: all 0.3s ease;
}

.blocks .items .content {
    position: relative;
    z-index: 5;
}

.blocks .items .content h5,
.blocks .items .content p {
    color: #dbdbdb;
}


/* check ---------------- */

.receive-branch .inputGroup {
    background: #fff;
    display: block;
    margin: 10px 0px;
    position: relative;
    border: 1px dashed #D3AF67;
    border-radius: 10px;
    overflow: hidden;
}

.receive-branch label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: center;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color .2s ease-in;
    overflow: hidden;
    margin: 0;
    padding-bottom: 15px;
}

.receive-branch label::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #D3AF67;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    z-index: -1;
}

.receive-branch label::after {
    content: "";
    width: 32px;
    height: 32px;
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .2s ease-in;
}

.receive-branch input:checked~label {
    color: #fff;
}

.receive-branch input:checked~label::before {
    transform: scale3d(55, 56, 1);
    opacity: 1;
}

.receive-branch input:checked~label::after {
    background-color: #54e0c7;
    border-color: #53e0c7;
}

.receive-branch input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden
}

.receive-branch .form {
    padding: 0 16px;
    max-width: 550px;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}


/* -------------------- comments ------------------------- */

.comments .items {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    padding: 20px;
}

.comments .items p {
    color: #888;
    font-size: 13px;
}

.comments .items h6 {
    color: #555;
}

.modal-header .close {
    margin: 0;
    padding: 0;
}

.modal-header .close span {
    font-size: 21px;
}


/* ---------- rate --------- */

.stars {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    direction: ltr;
}

.stars input {
    border-radius: 0;
    visibility: hidden;
    width: 30px;
    cursor: pointer;
}

.stars input:after {
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #EEE;
    visibility: visible;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    text-shadow: 0px 2px 4px RGBA(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.stars input:hover:after {
    opacity: 0.8;
}

.rate-stars {
    color: #fc0;
}

.stars input:checked:after {
    color: #fc0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.stars input:checked~input:after {
    color: #fc0;
}

.stars input:not(:checked):after {
    color: #eee;
}


/* -------------- clients ---------------- */

.clients p {
    color: #777;
    line-height: 2;
}

.clients .section-head h2 {
    font-size: 50px;
}

.clients .swiper-button-next,
.clients .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    border-width: 1px;
    background-size: 8px !important;
    opacity: 0;
    transition: all 0.3s ease;
}

.clients:hover .swiper-button-next,
.clients:hover .swiper-button-prev {
    opacity: 1;
}

.clients .swiper-slide.swiper-slide-prev .items,
.clients .swiper-slide .items {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.5);
    transition: all 0.5s linear;
}

.clients .swiper-slide.swiper-slide-active .items {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}


/* ---------------- sect ---------------- */

.sect .img-bnr {
    position: relative;
    height: 350px;
    overflow: hidden;
    margin: 15px 0;
}

.sect .img-bnr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sect .img-bnr:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
}

.sect .img-bnr:hover:after {
    opacity: 0.6;
}

.sect .img-bnr::before {
    position: absolute;
    content: "";
    width: 400%;
    height: 100%;
    background: #fff;
    left: -100%;
    top: -300%;
    transform: rotate(-45deg);
    z-index: 2;
    opacity: 0.2;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
}

.sect .img-bnr:hover::before {
    top: 300%;
}

.sect .img-bnr a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 55px;
    line-height: 55px;
    background-color: #171717;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 18px;
    z-index: 10;
}

.sect .img-bnr a:hover {
    background-color: #D3AF67;
}

.sect .img-bnr a:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    pointer-events: none;
    border: 1px solid #9995;
}

.sect .img-bnr a:hover:after {
    border: 1px solid #fff;
}


/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .bunner-prev h2,
    .feedburnner {
        display: none;
    }
    .cards-body {
        padding: 10px;
    }
    .slider h3 {
        font-size: 14px;
    }
}


/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .bunner-prev h2,
    .feed-prev p {
        display: none;
    }
    .swiper-button-next {
        right: 0 !important;
    }
    .swiper-button-prev {
        left: 0px !important;
    }
    .feed-prev h2 {
        margin-bottom: 15px;
    }
    .btn-lg {
        padding: 5px 20px;
    }
    .feed-prev {
        top: 10px;
        left: 0;
    }
    .card-title {
        font-size: 14px;
    }
    .testimonials {
        padding-top: 100px;
    }
    .section {
        padding: 40px 0;
    }
    .logo img {
        max-width: 130px;
    }
    .welcome-popup {
        left: 15%;
        width: 70%;
    }
    .welcome-popup .img {
        display: none;
    }
    .fixed-login {
        width: 300px;
    }
    .upperbar .dropdown .dropdown-menu {
        left: 0 !important;
    }
}


/* Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .bunner-prev h2 {
        font-size: 16px;
    }
    .card-title {
        font-size: 14px;
    }
    .swiper-testimonials .swiper-wrapper .swiper-slide.swiper-slide-active .card-item .caption {
        transform: translate(55px, 0px);
    }
    .socails li a {
        margin-bottom: 10px;
    }
    .navbar-nav .nav-link::before {
        right: 2%;
        left: auto;
    }
    .navbar-nav .nav-link {
        margin-bottom: 20px;
    }
}


/*Large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {}


/* New Style */
body {
    overflow-x: hidden;
}
.sec-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.whatsapp_link .icon{
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 3px 6px 15px 0 #0002;
}
/**********************************************
   Start Edit Navbar & Footer
**********************************************/
/* navs-container */
.navs-container .nav_top {
    background-color: #D1D0C7;
    padding: 10px 0 15px 0;
}
.navs-container .nav_top .p {
    font-weight: 500;
}
.navbar-brand .nav_middle .navbar-brand .logo {
    width: 65px;
    object-fit: contain;
}
.navs-container .nav_middle .nav_links .icon{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-inline-end: 10px;
}
.navs-container .nav_middle .nav_l_mob .dropdown {
    margin-inline-end: 45px;
}
.navs-container .nav_middle .nav_l_mob .dropdown button {
    background: transparent;
    border: transparent;
}
.navs-container .nav_middle .nav_l_mob .search_icon{
    width: 20px;
}
.navs-container .nav_middle .nav_l_mob .dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid transparent;
    padding: 0;
    box-shadow: 3px 6px 15px 0 #0002;
}
.navs-container .nav_middle .nav_l_mob .dropdown .dropdown-menu .search_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 5px;
}
.navs-container .nav_middle .nav_l_mob .dropdown .dropdown-menu .form-control {
    width: 220px;
    padding-inline-start: 30px;
}
.navs-container .nav_middle .nav_l .form-group {
    position: relative;
}
.navs-container .nav_middle .nav_l .form-control {
    border: transparent !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-inline-start: 40px;
}
.navs-container .nav_middle .nav_l .form-group  .search_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 5px;
}
.navs-container .nav_middle .nav_l .icon{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-inline-end: 10px;
}
.navs-container .navbar {
    background-color: #DBDBCF;
}
.navs-container .navbar .collapse {
    flex-direction: column;
}
.navs-container .navbar .collapse .navbar-nav {
    border-bottom: 1px solid #555;
}
.navs-container .navbar .nav-link {
    color: #555 !important;
    font-weight: 600;
    margin-bottom: 0;
}
.navs-container .navbar .data_group {
    position: relative;
}
.navs-container .navbar .data_group .icon {
    position: absolute;
    top: -6px;
    right: 2px;
    width: 33px;
    height: 33px;
    object-fit: contain;
}
.navs-container .navbar .data_group .txt {
    padding: 5px 20px;
    border-radius: 12px;
    background-color: #D2D6D596;
    padding-inline-start: 35px;
}
.navs-container .navbar .navbar-toggler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    /* background-color: rgba(221, 221, 221, 0.3); */
    border: none;
    position: relative;
  }
  
  .navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
    -webkit-box-shadow: 0px 0px 0px grey;
            box-shadow: 0px 0px 0px grey;
    background: rgba(0, 0, 0, 0);
  }
  
  .navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
    top: 0px !important;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
    top: 0px !important;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  
  .navs-container .navbar .navbar-toggler .navbar-toggler-icon {
    width: 25px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
    top: -6px;
    right: 0px;
  }
  
  .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
    top: 6px;
    right: 0px;
  }
/* Start inner-pages-navs */
.inner-pages-navs .navbar .collapse .navbar-nav {
    border-bottom: none;
}
.inner-pages-navs .navbar .nav-link {
    padding: 5px 0;
    text-decoration: underline;
}
.inner-pages-navs .bread_nav {
    background-color: #DBDBCF;
    padding: 15px 0;
    font-size: 17px;
}
.inner-pages-navs .bread_nav .link_pg {
    margin: 0 5px;
    color: #555;
}
.inner-pages-navs .bread_nav .link_pg.active {
    color: #000;
    font-weight: bold;
}
/* Start Header */
.header .item {
    padding: 70px 0;
    position: relative;
}
.header .item::before {
    content: '';
    width: 50%;
    height: 57%;
    border: 12px solid rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: absolute;
    left: 11%;
    top: 21%;
}
.header .item .sec-img {
    height: 450px;
    border-radius: 30px;
    box-shadow: 3px 6px 15px 0 #ccc;
}
.header .item .title {
    font-size: calc(1vw + 40px);
}

.header .swiper-container .swiper-pagination {
    bottom: 15px !important;
}
  
.header  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 25px !important;
    background: #D9D9D9 !important;
    border: 1px solid #ccc !important;
}
  
.header  .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px !important;
    background: #BEBABA !important; 
}

/* Start categ-sec */
.categ-sec .categ_card{
    position: relative;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
}
.categ-sec .categ_card .content {
    padding: 50px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    min-width: 70%;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 3px 50px -2px rgba(0, 0, 0, 0.25);
    transition: all .3s linear;
}
.categ-sec .categ_card .content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(18px);
    transition: all .3s linear;
}
.categ-sec .categ_card .content .title {
    position: relative;
    z-index: 5;
}
.categ-sec .categ_card:hover .content::before {
    background: rgba(0, 0, 0, 0.35);
}
/* Start prods-sec  */
.title_sec {
    text-decoration: underline;
    width: fit-content;
    padding: 20px 40px;
    box-shadow: 1px 18px 18px -9px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin: auto;
    min-width: 300px;
    text-align: center;
    font-weight: 300;
    color: #C0C0AC;
}
.title_sec2 {
    text-decoration: underline;
    width: fit-content;
    font-weight: 300;
    color: #C0C0AC;
}
.more_butn {
    text-decoration: underline;
    font-weight: 200;
    font-size: 24px;
    color: #C0C0AC;
}
.more_butn .arrow {
    width: 26px;
    object-fit: contain;
    margin-inline-start: 10px;
}
.prods-sec .prod_item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
    transition: all .3s linear;
}   
.prods-sec .prod_item .sec-img {
    transform: scale(1.1);
    transition: all .3s linear;
}
.prods-sec .prod_item .prod_data {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    padding: 15px ;
    text-align: center;
    transition: all .3s linear;
    transform: translateY(100%);
    border-radius: 0 0 20px 20px;
}
.prod_data .price strong {
    color: #E2C680;
    margin-inline-end: 5px;
}
.prods-sec .prod_item:hover .sec-img {
    transform: scale(1);
}
.prods-sec .prod_item:hover .prod_data {
    transform: translateY(0);
} 
.prods-sec .swiper-slide .prod_item {
    transform: scaleY(.8);
}
.prods-sec .swiper-slide-prev  .prod_item,
.prods-sec .swiper-slide-next  .prod_item{
    transform: scaleY(.9);
}
.prods-sec .swiper-slide-active .prod_item{
    transform: scaleY(1);
}

/* Start Shetts-sec */
.sheets-sec .swiper-slide-prev .prod_item,
.sheets-sec .swiper-slide-next .prod_item ,
.sheets-sec .swiper-slide .prod_item ,
.sheets-sec .swiper-slide-active .prod_item{
    transform: scaleY(1);
}
.sheets-sec .prod_item {
    height: 350px;
}

/* Start App-sec */
.app-sec .text-box .title {
    font-size: calc(2vw + 35px);
    line-height: 1.4;
}
.app-sec .text-box .down_link{
    transition: all .3s linear;
}
.app-sec .text-box .down_link:hover {
    transform: scale(1.05);
}
.app-sec .sec-img {
    height: 345px;
}

/* Start insta-sec */
.insta-sec .sec-img{
    height: 255px;
}

/* Start newsletter-sec */
.newsletter-sec .inner{
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 50px;
}
.newsletter-sec .inner .title {
    font-size: calc(1vw + 35px);
}
.newsletter-sec .inner .subtitle {
    font-weight: 300;
    font-family: "din-light";
}
.newsletter-sec .inner .form-group .icon {
    position: absolute;
    top: 5px;
    right: 0;
    width: 98px;
    height: 60px;
    object-fit: contain;
}
.newsletter-sec .inner .form-group .form-control {
    border: transparent;
    border-top: 1px solid #000 ;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-inline-start: 110px;
    height: 70px;
    font-size: 18px;
}
.newsletter-sec .inner .form-group .gray_butn {
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #C0C0AC94;
    color: #000;
    border-radius: 0;
    border: transparent;
    height: 60px;
    width: 140px;
    font-weight: bold;
    font-size: 20px;
}

/* Start footer */
.footer {
    background-color: #DBDBCF;
    position: relative;
    padding-top: 70px;
}
.footer .content {
    margin-bottom: 25px;
}
.footer .content .links a {
    display: block;
    margin: 15px 0;
    font-size: 15px;
    font-size: 18px;
}
.footer .content .icon {
    width: 40px;
    object-fit: contain;
    margin-inline-end: 8px;
}
.footer .copyright_foot {
    background-color: #fff;
    padding: 15px 0;
}
.footer .copyright_foot .p{
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.footer .foot_img {
    margin-inline-end: 5px;
    max-width: 35px;
    object-fit: contain;
}
/* Start products-pg */
.products-pg .filtering_box .subtitle{
    text-decoration: underline;
    font-family: "din-light";
    color: #333;
}
.products-pg .filtering_box .content {
    padding-inline-start: 2vw;
}
.products-pg .filtering_box .content .custom-control-label {
    color: #888
}

.products-pg .filtering_mob .d-flex{
    flex-wrap: nowrap;
    overflow-x: auto;
}
.products-pg .filtering_mob .form-group {
    margin-inline-end: 10px;
}
.products-pg .filtering_mob .form-control {
    min-width: 120px;
}
.products-pg  .prods_head .show_num{
    font-size: 15px ;
    color: #555;
}
.products-pg .prod_card {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.products-pg .prod_card .img-box{
    height: 350px;
    position: relative;
    overflow: hidden;
}
.products-pg .prod_card .img-box .fav_butn {
    background-color: transparent;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    font-size: 22px;
}
.products-pg .prod_card .img-box .fav_butn.active{
    color: #DDC17C;
}
.products-pg .prod_card .img-box .sec-img ,
.products-pg .prod_card .title{
    transition: all .3s linear;
}
.products-pg .prod_card .img-box .sale_badge {
    position: absolute;
    background-color: #DBDBCF;
    top: 15px;
    left: -35px;
    width: 135px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    transform: rotate(-45deg);
    text-align: center;
    z-index: 5;
}
.products-pg .prod_card .salePrice {
    color: #A15353;
    font-weight: bold;
}
.products-pg .prod_card:hover .title{
    color: #DDC17C;
}
.products-pg .prod_card:hover .sec-img {
    transform: scale(1.05);
}
.pg-pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 0;
    color: #555;
}
@media (max-width: 991px) {
    .section {
        padding: 40px 0;
    }
    .navs-container .nav_middle .nav_links .icon {
        width: 20px;
        height: 20px;
    }
    .navs-container .nav_middle .nav_l {
        display: none !important;
    }
    .navs-container .nav_middle .nav_l_mob {
        display: inline-flex !important;
    }
    .navs-container .navbar .navbar-toggler {
        position: absolute;
        top: -73px;
        left: 10px;
    }
    .navs-container .navbar .d-flex.w-100.justify-content-between.pt-4.pb-3 {
        display: none !important;
    }
    .navs-container .navbar .navbar-nav {
        border-bottom: 1px solid transparent;
        text-align: center;
    }
    .navbar-nav .nav-link::before {
        right: 48%;
    }
    .header .item {
        padding: 0 0 70px 0;
    }
    .header .item .sec-img {
        height: calc(100vh - 320px);
    }
    .header .item .title {
        font-size: calc(1vw + 27px);
        margin-top: 40px;
    }
    .header .item::before {
        width: 75%;
        height: 63%;
        border: 6px solid rgba(0, 0, 0, 0.25);
    }
    .categ-sec .categ_card {
        height: 200px;
        margin-bottom: 25px;
    }
    .prods-sec .prod_item {
        height: 300px;
    }
    .prods-sec .prod_item .prod_data{
        display: none;
    }
    .swiper-slide .product-contr li , 
    .products .product-contr li , 
    .prods-sec .prod_item .product-contr li {
        height: 41px;
    }
    .title_sec2 ,
    .title_sec {
        font-size: 30px;
    }
    .more_butn {
        font-size: 20px;
    }
    .more_butn .arrow {
        width: 20px;
    }
    .newsletter-sec .inner {
        padding: 50px 10px;
    }
    .newsletter-sec .inner .form-group .gray_butn {
        position: relative;
        margin-top: 10px;
    }
    .newsletter-sec .inner .form-group .icon {
        width: 60px;
    }
    .newsletter-sec .inner .form-group .form-control {
        padding-inline-start: 80px;
    }
    .footer .content .links a {
        font-size: 12px;
    }
    .footer .content .title {
        font-size: 1rem;
    }
    .footer .content .icon {
        width: 25px;
        margin-inline-end: 3px;
    }
    .app-sec {
        background-color: #f8f8f8;
        padding-bottom: 0;
    }
    .app-sec .text-box .title {
        font-size: calc(1vw + 35px);
        margin-bottom: 2rem !important;
    }
    .app-sec .text-box .down_link {
        width: 150px;
    }
    .d_none_mob {
        display: none !important;
    }
    .app-sec .sec-img {
        height: 300px;
        object-fit: contain;
        margin-top: 35px;
    }
    .products-pg .prod_card .img-box {
        height: 250px;
    }
    .products-pg .prod_card .title {
        font-size: 1.2rem;
    }
    /* .products-pg .filtering_box form {
        display: inline-flex;
        flex-wrap: wrap;
    }
    .products-pg .filtering_box form .form-group{
        width: 50%;
    } */
    .products-pg .filtering_mob {
        display: block !important;
    }
    .newsletter-sec .inner .subtitle {
        font-size: 13px;
    }
}