@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll
}

.playfair {
    font-family: 'Playfair Display', serif !important;
}

.spartan {
    font-family: 'Spartan', sans-serif !important;
}

.poppins {
    font-family: 'Poppins', sans-serif !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.mt-50 {
    margin-top: 50px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.over-line {
    -webkit-text-decoration-line: line-through;
    /* Safari */
    text-decoration-line: line-through;
}

a:Hover {
    text-decoration: none;
}

.facebook:hover {
    color: #3b5998
}

.twitter:hover {
    color: #1da1f2
}

.instagram:hover {
    color: #c13584
}

.youtube:hover {
    color: #ff0000
}

.linkedin:hover {
    color: #0077b5
}

.discount-price,
.normal-price {
    color: #dda25e;
}

.right-seed {
    transform: scale(-1, 1);
}


/*** Desktop-header ***/

div#search {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 400ms;
}

div#search:hover {
    cursor: pointer;
}

div#search i {
    color: #000;
}

.header-socials a {
    margin: 2px 10px;
    font-size: 16px;
    transition: 400ms;
    color: #ffffff6b;
}

.col-lg-3.header-search-col.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-socials {
    border: none;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-left: 25px;
}

.fixed-bar .header-container.desktop.no-mobile {
    background: #000000c7;
    height: 80px;
    display: flex;
    align-items: center;
}

.header-top.desktop.no-mobile {
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
}

.header-top.desktop.no-mobile span {
    font-weight: 500;
}

.header-top.desktop.no-mobile span,
.header-top.desktop.no-mobile a {
    color: #363b4a
}

.header-top.desktop.no-mobile .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-social-media span,
.header-social-media a {
    color: #868ea6 !important;
}

.header-social-media {
    margin-right: 30px;
}

.social-title span {
    font-size: 12px;
    font-weight: 500 !important;
    color: #868ea69e !important;
}

.header-top.desktop.no-mobile .member-account span {
    padding: 0 10px
}

header.main-header {
    padding-bottom: 10px;
    height: 140px;
    z-index: 999999999;
    display: block;
    position: relative;
    transition: 400ms;
}

.header-middle.desktop.no-mobile {
    height: 125px;
    display: flex;
    align-items: center;
    background: #363b4a;
    border-top: 1px solid #868ea673;
    transition: 400ms;
}

.search-input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgb(160, 160, 160);
}


/** ** header-menu ** **/

.header-menu.no-mobile.dropdown {
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.header-menu.no-mobile.dropdown li.dropbtn {
    font-size: 13px;
    font-weight: 500;
    height: 35px;
}

.header-menu.no-mobile.dropdown li.dropbtn a {
    font-size: 13px;
    font-weight: 550;
    color: black;
}

.header-center {
    width: 100%;
}

.header-middle.desktop.no-mobile form {
    width: 70%;
}

input.search-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
}

input.search-input:focus {
    outline: none;
}

.col-lg-4.search-col.row {
    display: flex;
    align-items: center;
}

.search-icon a {
    width: 30px;
    height: 30px;
    background: #231f20;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px
}

.search-icon a i {
    color: #fff;
    font-size: 13px;
}

.col-lg-4.row.icon-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col-lg-4.row.icon-col i {
    font-size: 23px;
    padding: 0 10px;
    color: #5a4a42;
}

.header-icons.row a {
    position: relative;
}

.icon-count {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #231f20;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}


/** ** header-menu-end ** **/


/*** Desktop-header-end ***/


/*** slider ***/

section.main-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -140px;
}

.main-slider .slider-item {
    /* height: 817px; */
    height: 100dvh;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
    transform: scale(1.0);
    transition: 5000ms;
}

.main-slider .owl-item.active .slider-item {
    transform: scale(1.05);
}

span.bottom-title.slider-bottom {
    margin-top: -20px;
}

.main-slider .slider-item .box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}

.main-slider .title span {
    font-size: 48px;
}

.main-slider .slider-item .box .title {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: 3000ms;
    letter-spacing: 0px;
    opacity: 0;
    text-align: left;
    justify-content: left;
}

.main-slider .slider-item .box .top-title {
    letter-spacing: 0px;
    transition: 3000ms;
}

.main-slider .owl-item.active .slider-item .box .top-title {
    letter-spacing: 1px;
}

.main-slider .slider-item .box .bottom-title {
    opacity: 0;
    transition: 3000ms;
}

.main-slider .owl-item.active .slider-item .box .bottom-title {
    opacity: 1;
    transition-delay: 1500ms;
}

.main-slider .owl-item.active .slider-item .box .title {
    opacity: 1;
}

.item.slider-item .bottom-title {
    font-weight: 500;
    font-size: 54px;
    margin-top: 20px !important;
    line-height: 1.5;
}

.item.slider-item .box .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.owl-dot span {
    background: none;
    width: 10px;
    height: 10px;
    display: block;
    transition: 1000ms;
    border-radius: 5px;
    border: 1px solid #fff;
}

button.owl-dot.active span {
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;
    width: 25px;
    transition: 1000ms;
}

.owl-dots {
    display: flex;
    top: -380px;
    right: 50px;
    z-index: 999;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    height: 50px;
}

button.owl-dot {
    margin-bottom: 6px;
}

.main-slider .slider-item .box .title {
    padding: 25px;
    line-height: 50px !important;
}

.main-slider .slider-item .box .title:after {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    width: 0%;
    left: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.404);
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 3000ms;
}

.main-slider .owl-item.active .slider-item .box .title:after {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    width: 50%;
    left: calc(50% - 25%);
    height: 1px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 3000ms;
}


/*** slider-end ***/


/*** home-products ***/

img.seed {
    width: 40px;
    height: 15px;
    object-fit: contain;
}

.home-prod-title.row span {
    font-size: 28px;
    font-weight: 800;
    margin: 0 10px;
}

.home-prod-title.row {
    align-items: center;
    justify-content: center;
    height: 125px;
    margin-bottom: 25px;
}

.product-item {
    margin-bottom: 25px;
}

.prod-img {
    width: 100%;
    height: 300px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
}

.prod-hover-box {
    padding: 0 15px;
    height: 45px;
    position: absolute;
    bottom: -45px;
    width: 100%;
    background: #00000099;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms;
}

.product-item:hover .prod-hover-box {
    bottom: 0px;
    transition: 400ms;
}

.prod-hover-box .row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.prod-hover-box span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
}

.prod-title,
.prod-price {
    text-align: center;
}

.product-item.col-lg-4 {
    margin-bottom: 75px;
}

.prod-img {
    margin-bottom: 15px;
}

.prod-title span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.prod-price.playfair span {
    font-size: 16px;
    font-weight: 800;
    color: #e4af71;
}

a.go-details:hover .prod-title span {
    color: #e4af71;
}

a.go-details:hover .prod-price span {
    color: #212529;
}

.prod-title span,
.prod-price span {
    transition: 400ms;
}

.category-item .prod-img {
    background-size: cover !important;
    height: 400px;
}

.category-list {
    margin: 100px 0;
}

/*** home-products-end ***/


/*** body-slider ***/

.body-slider .item.slider-item {
    height: 670px;
    width: 100%;
}

section.body-slider .owl-nav span {
    font-size: 75px;
    font-weight: 500;
}

section.body-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    top: -500px;
    z-index: 999;
    position: relative;
}

section.body-slider .title {
    margin-top: 50px;
}

.slider-button {
    left: 0;
    bottom: 0px;
}

.body-slider .item.slider-item .box .container.button-container {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 250px;
}

a.slider-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #000;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

a.slider-link:hover {
    cursor: pointer;
    animation-name: slider-link;
    animation-timing-function: ease;
}

@keyframes slider-link {
    0% {
        box-shadow: 0px 0px 0px #373737b5;
    }

    50% {
        box-shadow: 0px 0px 25px #373737b5;
        ;
    }

    100% {
        box-shadow: 0px 0px 0px #373737b5;
    }
}

img.arrow {
    margin-left: 50px;
    object-fit: contain;
    margin-bottom: -25px;
    height: 100px;
}


/*** body-slider-end ***/


/*** spesifictions ***/

.spesifictions .nav-link {
    background: none;
    border-bottom: 1px solid #535353 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav-tabs {
    justify-content: space-around;
    border-bottom: 1px solid #535353;
}

.spesifictions .nav-link:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 9999999;
    margin-bottom: -38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1px 10px 0 10px;
    border-color: #535353 transparent transparent transparent;
    transition: 400ms
}

.spesifictions .nav-link.active:after,
.spesifictions .nav-link:hover:after {
    margin-bottom: -48px;
    border-width: 10px 10px 0 10px;
}

.nav-link.active {
    font-weight: 700;
    border-color: #fff0 !important;
    border-bottom: 1px solid #535353 !important;
}

.nav-link.active,
.nav-link:hover {
    border: none !important
}

.col-lg-6.spes-standart img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    margin-top: 50px;
}

section.spesifictions {
    /* margin-top: -115px; */
    z-index: 99999;
    position: relative;
}

section.homepage-content {
    margin-top: 100px;
    margin-bottom: 75px;
}

section.spesifictions .detail-img img {
    height: 350px;
    /*  width:100%; */
    object-fit: contain;
}

section.spesifictions .detail-img {
    margin: 25px 0
}


/*** spesifictions-end ***/


/*** company-items ***/

section.company-items .container .row {
    justify-content: center;
}

.company-items-title.row {
    margin-top: 50px;
}

.company-items-title.row span {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin: -15px 10px;
    text-align: center;
}

.company-items-title.row {
    align-items: flex-end;
    margin-bottom: 50px;
}

.company-items .col-lg-3.icon {
    border-right: 1px solid #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-items strong.item-title {
    color: #fff;
}

span.item-text {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}


/*** company-items-end ***/


/*** footer ***/

.footer-logo {
    /* background: #231f20; */
    padding: 10px;
}

.footer-logo img {
    height: 100px;
    object-fit: contain;
}

.footer-top .row {
    align-items: center;
    justify-content: space-around;
    height: 250px;
    z-index: 9999999999999;
    position: relative;
}

.footer-socials a {
    color: #646464;
    font-size: 25px;
    margin: 0 10px;
    transition: 400ms;
}

.footer-phone a {
    font-size: 25px;
    font-weight: 600;
    color: #646464;
    transition: 400ms;
}

.footer-phone a:hover {
    color: #231f20;
    transition: 400ms;
}

.footer-top .row .footer-top-item {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.footer-menu {
    height: 278px;
}

.footer-menu li,
.footer-menu a,
.footer-menu span {
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin: 10px 0;
}

.footer-menu li a,
.footer-menu a,
.footer-menu span {
    color: #000;
    transition: 400ms;
}

.footer-menu li a:hover {
    color: #e0a45f;
    transition: 400ms;
}

div#return {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #231f20;
    color: #d5d5d5;
    border-radius: 100%;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

div#return:hover {
    cursor: pointer;
    animation-name: footer-return;
    animation-timing-function: ease;
}

@keyframes footer-return {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.col-lg-2.return-col {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

span.return-title {
    font-size: 13px;
    font-weight: 600;
    color: #646464;
    margin-top: 5px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

span.return-title:hover {
    cursor: pointer;
}

.footer-menu .row {
    display: flex;
    align-items: baseline;
}

.col-lg-3.footer-logo .logo {
    margin-bottom: 15px;
}

.col-lg-3.footer-logo .description p {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff4d;
}

.col-lg-9.menu li {
    list-style: none;
    line-height: 1.8;
}

.col-lg-9.menu li a {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff4d;
    transition: 400ms;
}

.col-lg-9.menu li:hover a {
    color: #231f20;
}

.footer-bottom {
    padding: 10px 0
}

.footer-bottom .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .footer-socials {
    padding-left: 10px
}

.footer-bottom .footer-socials i {
    font-size: 18px;
    padding-left: 10px;
    color: #ffffff4d;
    transition: 400ms;
}

.footer-bottom .footer-socials i:hover {
    color: #231f20;
}

.footer-bottom .copyright span,
.footer-bottom .copyright a {
    font-size: 14px;
    font-weight: 600;
    color: #565656;
    transition: 400ms;
}

.footer-bottom .copyright a:hover {
    color: #231f20;
    ;
}

.footer-payments img {
    width: 100%;
    object-fit: contain;
    height: 40px
}

.footer-agency a {
    font-size: 14px;
    font-weight: 600;
    color: #231f20;
}

.footer-agency img {
    filter: brightness(0);
    height: 40px;
    object-fit: contain;
}

/*** footer-end ***/


/*** main-products ***/

.price.row {
    margin-left: 0px;
    text-align: center;
    justify-content: center;
}

.price.row span {
    font-size: 20px;
    font-weight: 600;
}

span.old-price.over-line {
    color: #a0a0a0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.point-star.row {
    margin-left: 0;
    margin-top: 10px;
}

.point-star.row i {
    font-size: 10px;
    color: #fcb621
}

.point-star.row i.passive {
    font-size: 10px;
    color: #b9b9b9
}

section.main-bestseller .item .title,
section.main-mostviewed .item .title {
    padding-top: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #231f20;
}


/*** main-products-end ***/

section.company-items .col-lg-3.row .col-lg-3,
section.company-items .col-lg-3.row .col-lg-9 {
    padding-left: 5px;
    padding-right: 5px;
}

section.company-items {
    height: 350px;
    z-index: 9;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
}


/**** page-banner ****/

section.page-banner {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -140px;
    padding-top: 140px;
    position: relative;
}

.row.page-breadcrumbs .page-title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.col-lg-12.bread-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
}

.col-lg-12.bread-list a,
.col-lg-12.bread-list span,
.col-lg-12.bread-list i {
    color: #fff;
    padding: 0 2px;
    font-size: 16px;
}


/**** page-banner-end ****/


/**** product-list-page ****/

section.product-page {
    margin-top: 20px;
}

.category-list-top {
    margin-bottom: 20px;
}

.category-list-top .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 15px;
}

.category-list-top .row:first-child:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #cccccc;
}

.result strong,
.result span {
    font-size: 13px;
    color: #383838;
}

.result span {
    font-weight: 500
}

.list.row a {
    padding: 0 10px;
    position: relative;
    color: #989898;
    transition: 400ms;
}

.list.row a.active,
.list.row a:hover {
    color: #272727;
}

.list.row a:first-child:after {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    background: #989898;
    right: 0;
    top: 0
}

.product-item .img-box img {
    height: 275px;
    object-fit: contain;
    width: unset !important;
    /*border: 1px solid #efefef;*/
}

.product-item .img-box {
    display: flex;
    align-items: center;
    position: relative;
}

.product-item strong {
    font-size: 14px;
    font-weight: 700;
    color: #525252;
    padding-top: 15px;
    display: block;
    position: relative;
}

section.product-page .product-col {
    margin-bottom: 40px;
}

.aside-search {
    padding: 5px 0
}

.aside-search input[type="text"] {
    width: 100%;
    height: 40px;
    display: flex;
    position: relative;
    border: 1px solid #989898;
    padding-left: 15px;
    transition: 400ms;
}

.aside-search input[type="text"]:focus {
    outline: none;
    border: 1px solid #231f20;
}

.aside-search input[type="text"]::placeholder {
    color: #989898;
    font-size: 12px;
}

.aside-search i {
    position: absolute;
    right: 35px;
    top: 20px;
    color: #989898;
}

div#accordionExample {
    text-align: end;
}

button.btn.btn-info {
    background: none;
    border: none;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.accordion-header {
    padding: 0 !important;
    height: 20px;
}

.accordion-item button.btn {
    font-size: 13px;
    font-weight: 600;
}

.collapse,
.collapsing {
    padding-right: 25px;
    padding-top: 5px;
    padding-left: 25px;
}


/**** product-list-page-end ****/


/**** blog-list-page ****/

section.blog-page {
    margin-top: 75px;
}

p.blog-text.dark-text {
    margin: 25px 0;
    font-size: 14px;
    font-weight: 500;
    color: #353535;
}

.col-lg-12.blog-item a.blog-more {
    color: #000;
    font-weight: 800;
    transition: 400ms;
}

.col-lg-12.blog-item a.blog-more:hover {
    letter-spacing: 2px
}

.blog-image {
    border-radius: 50px;
    display: flex;
    align-items: center;
}

section.blog-page hr {
    margin: 40px 0;
}

.blog-title span {
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    width: 400px;
    transition: 400ms;
}

.blog-title {
    background: #0000007a;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50px 0 0 50px;
    padding: 0 30px;
    width: 425px;
    transition: 400ms;
}

.blog-image:hover .blog-title {
    width: 100%;
    border-radius: 50px;
    justify-content: center;
    text-align: center;
    transition: 400ms;
}


/**** blog-list-page-end ****/


/**** blog-detail-page ****/

.col-lg-6.bread-list {
    display: flex;
    list-style: none;
    justify-content: flex-start;
}

.col-lg-6.bread-list li,
.col-lg-6.bread-list li a {
    color: #acacac !important;
}

.col-lg-6.previus-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col-lg-6.previus-page a {
    color: #acacac !important;
    display: flex;
    align-items: center;
}

.col-lg-6.previus-page a i {
    width: 20px;
    height: 20px;
    color: #fff;
    background: #acacac;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 400ms;
}

.col-lg-6.previus-page a:hover i {
    margin-right: 15px
}

.blog-detail-breads .col-lg-12 {
    margin: 12px 0px;
    padding: 0;
}

.container.blog-detail-breads {
    padding: 0;
}

span.blog-detail-title.dark-text {
    font-size: 25px;
    color: #dc2850;
    font-weight: 600;
    width: 450px;
    display: block;
    text-align: center;
    margin: 25px 0;
}

.blog_detail-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/**** blog-detail-page-end ****/


/****company-page ****/

section.corporate-page {
    margin: 50px 0 150px 0;
}

.corporate-page .campaign-title {
    height: 95px;
}

.corporate-page .campaign-title strong {
    font-size: 18px;
    color: #2e2e2e;
}

.corporate-page .campaign-image img {
    height: 197px;
    width: 254px;
    object-fit: cover;
}

.corporate-page .campaign-date.row {
    margin: 15px 0;
}

.icon,
.date {
    padding: 0;
}

.date span {
    font-size: 13px;
    font-weight: 600;
}

span.date-top {
    color: #888888;
}

span.date-bottom {
    color: #0e9b4d;
}

.campaign-text span {
    font-size: 13px;
    font-weight: 500;
    color: #2e2e2e;
}

a.more {
    font-size: 13px;
    font-weight: 700;
    color: black;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    transition: 400ms;
}

a.more:hover {
    letter-spacing: 1px;
}

.campaign-image img {
    transition: 400ms;
}

.campaign-image a:hover img {
    box-shadow: 1px 1px 4px 0px #737373;
}

.contact-informations .icon,
.contact-informations .info {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    text-align: center;
}

.contact-informations .info span:before {
    content: "";
    display: flex;
    width: 50px;
    height: 2px;
    background: #5a4a42;
    position: relative;
    bottom: 0;
    left: calc(50% - 25px);
    margin: 15px 0;
}

.contact-informations .info span,
.contact-informations .info a {
    font-size: 13px;
    font-weight: 400;
    padding-top: 15px;
    color: #3a3a3a;
}

.contact-informations.row .icon {
    height: 40px;
}

.contact-informations.row a {
    transition: 400ms;
}

.contact-informations.row a:hover {
    color: #dc2850;
}

.socials.row {
    margin-left: 0 !important;
}

.socials-title {
    margin: 40px 0;
}

.socials-title strong {
    font-size: 25px;
    color: #c1c1c1;
    letter-spacing: 1px;
}

.social-icons i {
    font-size: 25px;
    color: dimgrey;
    margin-right: 10px;
    transition: 400ms;
}

.social-icons i:hover {
    color: #dc2850;
}

.socials-title {
    margin: 40px 0;
}

.socials-title strong {
    font-size: 25px;
    color: #c1c1c1;
    letter-spacing: 1px;
}

.social-icons i {
    font-size: 25px;
    color: dimgrey;
    margin-right: 10px;
    transition: 400ms;
}

.social-icons i:hover {
    color: #dc2850;
}

div#v-pills-tab {
    text-align: end;
}

div#v-pills-tab a {
    color: #3e3e3e;
    font-weight: 500;
    background: none;
    border-radius: 0;
    transition: 400ms;
}

div#v-pills-tab a:hover {
    letter-spacing: 2px
}

:not(.detail-page)div#v-pills-tab a:after,
:not(.detail-page).nav-link:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #dc2850;
    position: absolute;
    display: block;
    right: 0;
    margin: 0 30px;
    transition: 400ms;
}

:not(.detail-page)div#v-pills-tab a:hover:after,
:not(.detail-page).nav-link.active:after {
    width: 150px;
    height: 1px;
    transition: 400ms;
}

.accordion-item .btn:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f055";
    padding-right: 4px;
}

.accordion-item .btn.co:after {
    content: "\f056";
}

.accordion-item .btn:hover,
.accordion-item .btn:active,
.accordion-item .btn:focus {
    text-decoration: none;
}


/****company-page-end ****/


/****detail-page ****/

section.page-banner.detail-banner,
section.page-banner.cart-banner {
    height: 450px;
}

section.page-banner.detail-banner li,
.bread-list li,
section.page-banner.detail-banner a,
section.page-banner.detail-banner strong,
section.page-banner.detail-banner i section.page-banner.cart-banner li,
section.page-banner.cart-banner a,
section.page-banner.cart-banner strong,
section.page-banner.cart-banner i {
    color: #ffffff !important;
}

section.detail-page {
    margin-top: 30px;
}

.detail-page .detail-title strong {
    font-size: 22px;
    font-weight: 700;
}

.detail-page .detail-summary p {
    font-size: 13px;
    font-weight: 400;
    margin: 25px 0;
}

.detail-page .detail-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-page .detail-price .price.row span {
    font-size: 18px;
    font-weight: 500;
}

.detail-page .detail-price .price.row span {
    font-size: 18px;
    font-weight: 500;
}

.detail-page .detail-price .price.row span.discount-price,
.detail-page .detail-price .price.row span.normal-price {
    font-weight: 800;
    color: #231f20;
}

.detail-page .discount-ratio span {
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
    background: #000;
}

.detail-page .color-option.row button {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: none;
}

.detail-page .color-option.row {
    display: flex;
    align-items: center;
}

.detail-page button.yelow {
    background: #ffdf00;
}

.detail-page button.black {
    background: #444444;
}

.detail-page button.dark-blue {
    background: #2f2890;
}

.detail-page button.green {
    background: green;
}

.detail-page .detail-options .color-option.row {
    margin-left: 0;
    margin-bottom: 15px;
}

.detail-page .size-option .col-lg-3.size a {
    border: 1px solid #ddd;
    height: 27px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 6px;
    border-radius: 7px;
    color: #7b7b7b;
    font-weight: 500;
    transition: 400ms;
}

.detail-page .size-option .col-lg-3.size a:hover {
    border: 1px solid #231f20;
    color: #231f20;
    transition: 400ms;
}

.detail-page .size-option .col-lg-3.size a.active {
    border: 1px solid #231f20;
    background: #231f20;
    color: #ffffff;
    transition: 400ms;
}

.color-option.row button {
    transition: 400ms;
}

.color-option.row button.active,
.color-option.row button:hover {
    border: 1px solid #e1a55f;
}

.detail-page .size-option .col-lg-8.row {
    margin-left: -60px;
}

.detail-page .detail-buttons strong:not(.info) {
    color: #585858;
}

.detail-page .detail-buttons .stock strong.info {
    color: #3ac543;
    margin-left: 5px;
}

.detail-page .detail-buttons .cargo strong.info {
    color: #231f20;
    margin-left: 5px;
}

.detail-page .count-col input {
    border: 1px solid #bbb;
    height: 35px;
    width: 115px;
    border-radius: 6px;
    text-align: center;
}

.detail-page a.btn.add-cart-button {
    background: #e1a55f;
    font-size: 13px;
    padding: 7px 30px;
    color: #fff;
    transition: 400ms;
}

.detail-page a.btn.add-cart-button:hover {
    background: #454545;
}

.detail-page a.btn.add-favorite-button {
    background: #5a4a42;
    color: #fff;
    width: 61px;
    height: 35px;
    transition: 400ms;
}

.detail-page a.btn.add-favorite-button:hover {
    background: #ffffff;
    color: #5a4a42;
}

.detail-page .row.add-cart-row {
    margin-top: 20px;
}

.detail-page .point-star.row {
    margin-left: 0;
    margin-top: 0 !important;
}

.detail-page .product-ratio.row {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}

.detail-page .comment-count {
    margin-left: 25px;
}

.detail-page .comment-count span {
    font-size: 14px;
    color: #848484;
}

.detail-page .detail-share .socials i {
    font-size: 16px;
    margin-left: 15px;
    color: #4145ab;
    transition: 400ms;
}

.detail-page .detail-share .socials i:hover {
    color: #e1a55f;
}

.detail-page .col-lg-12.product-content {
    margin-top: 50px;
    margin-bottom: 75px;
}

.detail-page .col-lg-12.product-content ul.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c5c5c5
}

.detail-page .col-lg-12.product-content ul.nav li.nav-item {
    width: calc(100% / 4);
    text-align: center;
    transition: 400ms;
}

.detail-page .col-lg-12.product-content ul.nav li.nav-item .nav-link.active,
.detail-page .col-lg-12.product-content ul.nav li.nav-item .nav-link:hover {
    background: #c5c5c5;
    color: #fff;
}

.detail-page .col-lg-12.product-content ul.nav li.nav-item a {
    border-radius: unset !important;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    transition: 400ms;
}

.product-detail.col-lg-12.row .detail-images .carousel-item img {
    height: 425px;
    object-fit: contain;
}


/****detail-page-end ****/


/****mostviewed ****/
.page-mostviewed .img-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 5px;
}

.page-mostviewed {
    margin-bottom: 100px !important;
    position: relative;
    z-index: 99999;
}

.page-mostviewed .mostviewed-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    background: #000000ba;
    border-bottom: none !important;
    margin: 30px 0;
}

.page-mostviewed .mostviewed-title strong {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}


/****mostviewed-end ****/


/****cart ****/

section.cart-page {
    margin-top: 30px;
    margin-bottom: 125px;
}

section.cart-page .col-lg-3.order-summary .title span {
    font-size: 25px;
}

section.cart-page .col-lg-9.order-product .title span {
    font-size: 25px;
    color: #231f20;
}

section.cart-page .col-lg-3.order-summary .title,
section.cart-page .col-lg-9.order-product .title {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px
}

section.cart-page span.subtotal-title,
section.cart-page span.cargo-title,
section.cart-page span.total-title {
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0;
}

section.cart-page a.btn.button.order-next {
    background: #231f20;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    color: white;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.cart-page a.btn.button.order-next:hover {
    background: #231f20bd;
}

.order-summary .subtotal,
.order-summary .cargo,
.order-summary .gift-code,
.order-summary .total {
    margin: 15px 0;
}

.order-summary .gift-code input[type="text"] {
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: 1px solid #b9b8b8;
}

.order-summary .gift-code input[type="text"]::placeholder {
    padding-left: 10px;
    font-size: 13px;
    color: #a2a2a2;
}

section.cart-page .cart-items {
    margin-top: 15px;
}

section.cart-page .item-title {
    font-size: 16px;
    left: 0;
    padding-left: 0;
    margin-left: 0;
}

section.cart-page .item-title strong {
    color: rgb(17, 17, 17);
}

section.cart-page .item-price.row {
    margin-top: 25px;
    margin-bottom: 15px;
}

section.cart-page .item-price.row .price {
    margin-right: 25px;
    display: flex;
    align-items: center;
}

section.cart-page .item-price.row .price strong {
    font-size: 19px;
    font-weight: 900;
    color: #231f20;
    margin-left: 15px;
    /* margin-top: 25px; */
}

section.cart-page .item-info .row {
    margin: 0;
}

section.cart-page .item-info .icon {
    margin-right: 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

section.cart-page .item-info .icon strong {
    font-size: 12px
}

section.cart-page .item-info .icon img {
    object-fit: contain;
    margin-right: 5px
}

.order-product .cart-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-product .cart-image img {
    height: 170px;
}

section.cart-page strong.cargo-firm {
    color: #888888;
    margin-right: 10px;
}

section.cart-page a.delete-button {
    background: #5a4a42;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: 400ms;
}

section.cart-page a.delete-button:hover {
    background: #231f20;
}

section.cart-page .order-delete {
    display: contents;
}


/****cart-end ****/


/** cart-review ***/

.cart-review {
    position: absolute;
    background: #fff;
    width: 275px;
    top: 28px;
    right: -25px;
    min-height: 150px;
    padding: 10px;
    box-shadow: 0px 0px 15px 0px #4848482b;
    border-radius: 10px;
    display: none;
    z-index: 999999999999999999999999999999999999999;
    transition: 400ms;
}

.cart-review.active {
    display: block;
    z-index: 999999999;
}

.header-cart-box {
    right: 0;
    height: 28px;
    width: 40px;
    position: absolute;
    bottom: 0px;
}

.cart-review img {
    border-radius: 10px;
    height: 65px;
    object-fit: cover;
}

.cart-review .info {
    padding: 0;
}

.review-title strong {
    font-size: 13px;
    color: #5d5d5d;
    white-space: break-spaces;
}

.review-price span,
.review-price strong {
    font-size: 13px;
}

.review-price strong {
    padding: 0 3px;
    color: #797979;
}

.review-price span {
    font-weight: 500;
    color: #000000;
}

.review-price {
    position: relative;
    bottom: 1px;
}

.cart-bottom .review-total {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.cart-bottom .review-total strong {
    color: #676767;
    font-size: 13px;
    font-weight: 600;
}

.cart-bottom .review-buttons.row {
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}

.cart-bottom .review-buttons.row a {
    color: #fff;
    padding: 7px 25px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
}

.cart-bottom .review-buttons.row a:first-child {
    background: #010202;
    transition: 400ms;
}

.cart-bottom .review-buttons.row a:first-child:hover {
    background: #5a4a42ad;
    transition: 400ms;
}

.cart-bottom .review-buttons.row a:last-child {
    background: #e1a55f;
    transition: 400ms;
}

.cart-bottom .review-buttons.row a:last-child:hover {
    background: #e1a55fb5;
    transition: 400ms;
}

.cart-item .col-lg-4.image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.cart-item .col-lg-4.image .delete-cart-item {
    font-size: 14px;
    position: absolute;
    left: 6px;
    top: 0px;
    color: #5a4a42;
    transition: 400ms;
}

.cart-item .col-lg-4.image .delete-cart-item i {
    font-size: 14px;
    transition: 400ms;
}

.cart-item .col-lg-4.image .delete-cart-item:hover i {
    color: #231f20;
}


/** cart-review-end ***/

.dropbtn .dropdown-menu {
    transition: 400ms;
}

.dropbtn:hover .dropdown-menu {
    display: block;
    padding: 20px;
}

.dropdown-menu {
    width: 100%;
    top: 33px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 1px 19px #00000061;
    padding: 20px 0;
}

.dropdown-row.row .col-lg-5 ul {
    list-style: none;
}

.dropdown-row.row .col-lg-5 ul a {
    list-style: none;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #0e0e0e !important;
    padding: 8px 0;
    display: block;
    letter-spacing: 0.5px;
    transition: 400ms;
}

.dropdown-row.row .col-lg-5 ul li:hover a {
    color: #231f20 !important;
}

a.drop-menu-image img {
    transition: 400ms;
}

a.drop-menu-image:hover img {
    transition: 400ms;
    box-shadow: 1px 1px 5px #adadad;
}

a.drop-image-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.drop-image-box span {
    background: #fbfbfb;
    padding: 10px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #969696;
    top: -20px;
    position: relative;
    transition: 400ms;
}

.col-lg-6.category-image {
    display: block;
}

.checkout-content .cart-item-table.commun-table.mb-30.no-mobile li {
    list-style: none;
}

td.overview-price ul {
    padding: 0 !important;
}

.product-image img {
    height: 125px;
    object-fit: contain;
}

.cart-item-table.commun-table.mb-30.no-mobile .product-image img {
    height: 85px;
    object-fit: contain;
}

span.product-title {
    width: 150px;
    display: block;
}

.product-title a {
    width: 150px;
    display: block;
}


/*** login ***/

.theme-btn {
    background: #231f20 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 10px;
    height: 40px !important;
    transition: 400ms;
}

.theme-btn:hover {
    background: #231f20b9 !important;
}

.page-margin {
    margin: 40px 0
}


/*
.page-margin {
    margin: 75px 0 150px 0;
}
*/

button {
    border-radius: 0 !important;
}

section.checkout-section.ptb-60.page-margin {
    margin-bottom: -100px;
    z-index: 99;
    position: relative;
}

.log-in-box {
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.sign-in-box {
    border-radius: 25px !important;
    text-align: center;
}

.heading {
    text-align: center;
    margin: 25px 0 !important;
    font-weight: 600;
    color: #515151;
}

.log-in-box .form-control::placeholder,
.sign-in-box .form-control::placeholder,
.address-box .form-control::placeholder {
    font-weight: 500;
    color: #51515193;
    font-size: 14px;
}

.log-in-box .form-control,
.sign-in-box .form-control,
.address-box .form-control {
    font-size: 14px;
    font-weight: 500 !important;
    color: #515151 !important;
    border-bottom: 1px solid #bc9e9c;
    border-top: none;
    border-right: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-left: none;
    border-radius: 0 !important
}

.log-in-box .form-control:focus,
.log-in-box .form-control:hover,
.sign-in-box .form-control:focus,
.sign-in-box .form-control:hover,
.address-box .form-control:focus,
.address-box .form-control:hover {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #231f20;
}

.sign-in-box button {
    margin-top: 15px;
    margin-bottom: 25px;
}

.sign-in-box .new-account.align-center.mt-20 span,
.log-in-box .new-account.align-left.mt-20 span {
    font-weight: 600;
    color: #515151;
}

.sign-in-box .new-account.align-center.mt-20 a,
.log-in-box .new-account.align-left.mt-20 a {
    font-weight: 600;
    color: #231f20;
}

.sign-in-box a.forgot-password.mtb-20 {
    font-weight: 600;
    color: #231f20 !important;
}


/*** login end ***/


/*** account **/

:not(.corporate-page).nav-pills .nav-link {
    color: #231f20 !important;
    transition: 300ms;
    font-weight: 600;
}

:not(.corporate-page).nav-pills .nav-link.active,
:not(.corporate-page).nav-pills .show>.nav-link,
:not(.corporate-page).nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #231f20 !important;
}

:not(.corporate-page)div#v-pills-tab {
    /*   border: 1px solid #231f20  !important; */
    border-radius: 25px;
}

:not(.corporate-page)div#v-pills-tab a {
    border-radius: 25px;
    display: flex;
    align-items: center;
    text-align: end;
    justify-content: flex-end;
}

:not(.corporate-page)section.checkout-section.ptb-60.page-margin i {
    font-size: 20px;
    padding-left: 10px;
}

:not(.corporate-page)div#v-pills-tabContent {
    border: 1px solid #231f20 !important;
    border-radius: 25px;
    padding: 30px;
}

table.table {
    border: none;
}

:not(.corporate-page).commun-table .table thead tr th {
    background: none;
    border: none;
}

:not(.corporate-page).row.no-mobile.card-table {
    border: 1px solid #231f20 !important;
    border-radius: 25px;
    background: #da29290a;
}


/*

.cart-item-table.commun-table thead,
.cart-item-table.commun-table tr {
    border-bottom: 1px solid #231f20  !important;
}

*/

:not(.corporate-page).sidebar .row.card-table {
    border: 1px solid #231f20 !important;
    border-radius: 25px;
    background: #da292a0f;
}

:not(.corporate-page).sidebar .row.card-table a {
    color: #231f20 !important;
}

.sidebar .row.card-table input {
    background: none;
    border: 1px solid #00000042;
    height: 30px
}

div#v-pills-account .form-control::placeholder {
    font-weight: 500;
    color: #51515193;
    font-size: 14px;
}

div#v-pills-account .form-control {
    font-size: 14px;
    font-weight: 500 !important;
    color: #515151 !important;
    border-bottom: 1px solid #bc9e9c;
    border-top: none;
    border-right: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-left: none;
    border-radius: 0 !important
}

div#v-pills-account .form-control:focus,
div#v-pills-account .form-control:hover {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #231f20;
}

a.new-address {
    color: #231f20;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 15px 0;
    transition: 400ms;
}

a.new-address i {
    /*     font-size:0px !important; */
    transform-origin: center !important;
    transform: rotate(0);
    transition: 400ms;
    display: block;
    padding-left: 0 !important;
    margin-left: 15px !important;
}

a.new-address:hover i {
    transform: rotate(90deg);
    transform-origin: center !important;
}

a.btn.theme-btn.btn-sm.text-white.go-order {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-content .address-box .row {
    justify-content: center;
}

select#delivery_address_type,
#billing_address_type {
    border: none;
    font-size: 15px;
    margin: 10px 0;
}

.check-box.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-box.row label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
}

.check-box.row input#chk-billing-address {
    height: 15px;
    width: 15px;
    margin-left: 15px;
}

.row.address-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 50px 0;
}

.btn.btn-warning.right-side.ml-1.theme-btn {
    background: #5a4a42 !important;
    border: 1px solid #5a4a42;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 5p;
    display: flex;
    width: 150px;
    margin-left: 15px
}

.btn.btn-warning.right-side.ml-1.theme-btn:hover {
    color: #ffffff;
    background: #bc9e9c !important;
    border: 1px solid #bc9e9c;
}


/*** account-end **/

.checkout-section .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: none !important;
    background-clip: border-box;
    border: none !important;
    border-radius: .25rem;
}

.checkout-section .col-md-3 {
    border: 1px solid #231f20;
    padding: 5px;
    border-radius: 25px !important;
    margin: 5px 15px;
}

.checkout-section .col-md-3.new-delivery-address {
    border-radius: 5px;
    margin: 15px;
    text-align: center;
    display: flex;
    border: 1px solid #231f20;
    align-items: center;
    justify-content: center;
    background: #231f20;
}

.checkout-section.overview .col-md-3 {
    border: 1px solid #231f20;
    padding: 5px;
    border-radius: 25px !important;
    margin: 0 0 !important;
    list-style: none;
}

.checkout-section.overview .col-md-3 li {
    list-style: none;
}

.delivery-section input.form-control.radio-input {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.delivery-section .state.row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/*** wishlist ***/

td.wish-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

td.wish-image img {
    height: 100px;
}

td.wish-td {
    vertical-align: middle !important;
}

td.wish-td a {
    color: #675958;
    transition: 400ms;
}

td.wish-td a:hover {
    color: #a58786c7;
}

a.delete-button.wish-delete {
    font-size: 30px;
    font-weight: 700;
}


/*** wishlist-end ***/


/*** comment ***/

.comment-list {
    margin-bottom: 35px;
}

.comment-list .list-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 10px;
}

.comment-list .list-item .row {
    margin: 0 !important;
}

.comment-list .list-item .row {
    margin: 0 !important;
}

.comment-list .comment-name span {
    font-size: 15px;
    font-weight: 800;
    color: #5f5f5f;
}

.comment-list .comment-name:after,
.comment-list .comment-rating:after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #d0d0d0;
    position: absolute;
    top: 2px;
    right: 0;
}

.comment-list .comment-name {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.comment-list .comment-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.comment-list .comment-rating i {
    font-size: 13px !important;
}

.comment-list .comment-date span {
    font-size: 14px;
    color: #b9b9b9;
}

.comment-list .comment-text {
    margin-top: 15px;
}

.comment-list .comment-text span {
    font-size: 13px;
    color: #757575;
}

.comment-form .rating {
    float: left;
}

.comment-form .rating:not(:checked)>input {
    position: absolute;
    /* top:-9999px;*/
    clip: rect(0, 0, 0, 0);
}

.comment-form .rating:not(:checked)>label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}

.comment-form .rating:not(:checked)>label:before {
    content: '★ ';
}

.comment-form .rating>input:checked~label {
    color: #bc9e9c;
}

.comment-form .rating:not(:checked)>label:hover,
.comment-form .rating:not(:checked)>label:hover~label {
    color: #dbbcb9;
}

.comment-form .rating>input:checked+label:hover,
.comment-form .rating>input:checked+label:hover~label,
.comment-form .rating>input:checked~label:hover,
.comment-form .rating>input:checked~label:hover~label,
.comment-form .rating>label:hover~input:checked~label {
    color: #dbbcb9;
}

.comment-form .rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.comment-form .letter-count {
    text-align: end;
    justify-content: flex-end;
    display: flex;
    color: #967f7ea8;
}

.comment-form .form-control {
    height: 50px;
    margin-bottom: 15px;
    background: #dbbcb9;
    border: none;
    border-radius: 15px;
}

.comment-form .form-control::placeholder {
    color: #fff;
    font-size: 15px;
}

.comment-form textarea.form-control {
    margin-bottom: 0;
    height: 185px;
}

.comment-form .form-control:active,
.comment-form .form-control:focus {
    box-shadow: none !important;
    border: 1px solid #dbbcb9;
    background: none;
    color: #bc9e9c !important;
}

.comment-form .form-control:active::placeholder,
.comment-form .form-control:focus::placeholder {
    color: #bc9e9c !important;
}

.comment-form .form-group.comment-group .row {
    justify-content: space-between;
}

.comment-form .comment-submit.col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.comment-form .comment-submit.col-lg-6 button {
    width: 125px;
    height: 40px;
    border: none;
    background: #bc9e9c;
    border-radius: 30px;
    color: #fff;
    transition: 400ms;
}

.comment-form .comment-submit.col-lg-6 button:hover {
    width: 125px;
    height: 40px;
    border: none;
    border: 1px solid #dbbcb9;
    background: #fff;
    color: #bc9e9c;
    transition: 400ms;
}


/*** comment-end ***/


/*** coupons ***/

.coupon-box {
    padding: 15px;
    background: #dbbcb9;
    margin-bottom: 20px;
    border-radius: 15px;
}

.coupon-box strong,
.coupon-box span {
    font-size: 13px;
    color: #515151;
}


/**** coupons-end ***/


/**** header-menu-31-03-2021  ****/

.header-menu.no-mobile.dropdown .dropdown-row ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding-left: 0;
    justify-content: flex-start;
}

li.second-down-item a {
    font-weight: 300 !important;
}

li.down-item ul {
    display: block !important;
    margin-top: 10px;
}

li.down-item {
    padding: 0 15px;
    margin-bottom: 20px;
}

a.menu-seconds-link {
    color: #231f20 !important;
}

.accordion-body li {
    list-style: none;
}

.accordion-body li a {
    color: #231f20 !important;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 300;
}

a.menu-seconds-link {
    color: #231f20 !important;
    font-size: 14px !important;
}


/**** header-menu-31-03-2021  ****/


/**** filter-03-04-2021  ****/

button.btn.btn-theme {
    background: #dbbcb9;
    color: #515151;
    font-weight: 800;
    font-size: 14px;
    width: 100%;
    border-radius: 0 !important;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-top: 5px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #bc9e9c;
    border-color: #bc9e9c;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


/*
.page-link:last-child:not(.page-item:first-child .page-link):not(.page-item.active .page-link) {
    margin-right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
*/

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #515151;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    font-weight: 600;
    transition: 400ms;
}

.page-link:hover {
    z-index: 2;
    color: #515151;
    text-decoration: none;
    background-color: #dbbcb9;
    border-color: #dbbcb9;
}

#multiCollapse2 .col-lg-12,
#multiCollapse2 {
    padding: 0 !important;
}

#multiCollapse2 .col-lg-12 p {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #515151e0;
}

#multiCollapse2 .col-lg-6 {
    padding-top: 10px;
}

input#filter-submit {
    background: #231f20;
    color: #fff;
    padding: 7px 25px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    transition: 400ms;
}

input#filter-submit:hover {
    background: #231f20a6;
    transition: 400ms;
}

.row.collapse-contents {
    margin-bottom: 35px;
}

.filter-col label {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #515151;
}

.filter-col form {
    margin-top: 15px;
}


/**** filter-03-04-2021-end  ****/

.pointer {
    cursor: pointer;
}

.pointer:hover {
    color: #DBBCB9;
    transform: scale(1.1);
    transition: all 0.1s ease-in-out 0.1s;
}


/*** 15-14-2021 ***/


/*** menu-img ***/

.col-lg-3.img-col.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-lg-3.img-col.row img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*** menu-img-end ***/


/*** product-price ***/

.product-item.border.p-1 .price.row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-item.border.p-1 .price.row span {
    font-size: 24px;
    font-weight: 700;
}

.product-item.border.p-1 .price.row span.old-price {
    font-size: 14px;
    font-weight: 500;
}

.product-item.border.p-1 {
    text-align: center;
}

.point-star.row {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** product-price-end ***/


/*** 15-14-2021-end ***/


/*** new-home ***/


/*** main-brands ***/

section.main-brands-slider {
    height: 250px;
    display: flex;
    align-items: center;
}

.brand-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 400ms;
    width: 126px;
    height: 126px;
}

.brand-img-box:after {
    content: "";
    display: flex;
    width: 110px;
    height: 110px;
    border: 1px solid #d9d9d900;
    position: absolute;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 400ms;
}

section.main-brands-slider a:hover .brand-img-box:after {
    border: 1px solid #d9d9d9ab;
    width: 125px;
    height: 125px;
}

.brand-img-box img {
    height: 110px;
    width: 110px !important;
    object-fit: contain;
    border: 1px solid #7c706982;
    border-radius: 100%;
    padding: 15px;
    transition: 400ms;
}

.brand-style:after {
    content: "";
    display: flex;
    position: absolute;
    background: #60514900;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    width: 110px;
    height: 110px;
    top: 8px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 400ms;
}

.main-brands-slider a:hover .brand-style:after {
    content: "Ürünlere Gözat";
    display: flex;
    position: absolute;
    background: #605149c7;
    color: #fff;
    width: 110px;
    height: 110px;
    top: 8px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 400ms;
}


/*** main-brands-end ***/


/*** main-category-banner ***/

.row.group-item {
    margin-bottom: 25px;
}

.group-title {
    height: 30px;
    background: #5a4a42;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}

.group-title span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}

.group-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 30px;
    background: #8b7163;
    margin-left: -15px;
    z-index: 0;
    transition: 800ms;
}

.banner-link:hover .group-title:after {
    width: 100%;
    background: #8b7163;
    transition: 800ms;
}

.group-image img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    transition: 400ms;
}

.banner-link:hover .group-image img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    transition: 400ms;
    filter: brightness(0.8)
}


/*** main-category-banner-end ***/


/*** main-category-product-slider ***/

.group-banner-slider .prod-img-box {
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-banner-slider .prod-img-box img {
    height: 250px;
    width: 100%;
    border: 1px solid #ddd;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-title-box {
    height: 50px;
    display: flex;
    align-items: center;
}

.prod-title-box span {
    font-size: 13.5px;
    font-weight: 400 !important;
    color: #3c3c3c;
}

.prod-price-box {
    justify-content: start !important;
    height: 20px;
    align-items: flex-end;
}

.prod-price-box span {
    font-size: 15px !important;
}

.group-banner-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 115%;
    left: -7%;
    position: absolute;
    top: calc(50% - 70px);
}

.group-banner-slider .owl-nav button span {
    border: 1px solid #dddddd;
    position: relative;
    padding: 0px 11px;
    background: #fff;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #717171;
    transition: 400ms;
}

.group-banner-slider .owl-nav button:hover span {
    color: #fff;
    background: #717171 !important;
    border: 1px solid #717171;
    transition: 400ms;
    border-radius: 100%;
}

.group-banner-slider .owl-nav button:hover {
    background: #fff !important;
    transition: 400ms;
    border-radius: 100%;
}


/*** main-category-product-slider-end ***/

section.main-showcase .self-design a {
    height: 65px;
    width: 100%;
    background: #1abc9c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.self-design {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 2px;
    left: 0;
    padding: 0 15px;
}

.self-design span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.self-design a.design-button span {
    transition: 400ms;
}

.self-design:hover a.design-button span {
    letter-spacing: 2px;
}


/** ** home-category-list ** **/

.home-category-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-align: start;
    flex-direction: column;
}

.home-category-list li.dropbtn {
    font-size: 13px;
    font-weight: 500;
    height: 60px;
    display: flex;
    align-items: center;
    background: #de345a;
    padding-left: 15px;
}

.home-category-list li.dropbtn a {
    font-size: 13px;
    font-weight: 550;
    color: #2b2b2b;
}

.home-category-list li.dropbtn a.first-link {
    color: white;
}

.header-center {
    width: 100%;
}

.header-middle.desktop.no-mobile form {
    width: 82%;
}

input.search-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    background: none;
    border-bottom: none;
    color: #fff;
}

input.search-input:focus {
    outline: none;
}

.search-col.row {
    display: flex;
    align-items: center;
}

.search-icon a {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
}

.search-icon a i {
    color: #797979;
    font-size: 13px;
}

.search-col {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #de345a;
    border-radius: 26px;
    padding-top: 0 !important;
    padding-left: 0;
    margin-top: 0 !important;
}

.header-container.desktop.no-mobile .row {
    align-items: center;
}

.header-account a span,
.header-account span {
    color: #ffffffc7;
    font-size: 13px;
    padding-right: 10px;
    transition: 400ms;
}

.header-account a:hover span {
    color: #ffffff;
    transition: 400ms;
}

.main-header .icon-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header .icon-col i {
    font-size: 23px;
    padding: 0 10px;
    color: #fff;
}

.main-header .icon-col i:hover {
    color: #ffffffc7;
}

.header-icons.row a {
    position: relative;
}

.icon-count {
    position: absolute;
    bottom: 0;
    right: 0px;
    background: #ffffff;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid rgb(32, 32, 32);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #242424;
    padding-left: 1px;
    font-weight: 600;
    padding-top: 1px;
}

.home-category-list .dropdown-row ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding-left: 0;
    justify-content: flex-start;
}

li.second-down-item a {
    font-weight: 500 !important;
    font-size: 11.5px !important;
    color: #545454 !important;
}

li.down-item ul {
    display: block !important;
    margin-top: 10px;
}

li.down-item {
    padding: 0 15px;
    margin-bottom: 20px;
}

a.menu-seconds-link {
    color: #231f20 !important;
}

.accordion-body li {
    list-style: none;
}

.accordion-body li a {
    color: #231f20 !important;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 300;
}

a.menu-seconds-link {
    color: #231f20 !important;
    font-size: 12.5px !important;
}

.col-lg-3.category-title,
.col.top-menu {
    height: 40px;
    display: flex;
    align-items: center;
}


/** ** home-category-list-end ** **/

.dropdown-menu {
    width: 860px;
    top: -2px;
    border: none;
    border-radius: 0;
    box-shadow: 14px 14px 20px #0000002b;
    padding: 20px 0;
    position: absolute;
    left: 89.8%;
    min-height: 485px;
}


/**** new-header ****/

.header-container.desktop.no-mobile {
    background: #000000c7;
    height: 140px;
    display: flex;
    align-items: center;
    transition: 400ms;
}

.category-title span {
    padding-left: 15px;
}

.header-logo img {
    width: 335px;
    object-fit: contain;
    height: 55px;
}

.header-menu-col .normal-menu {
    display: flex;
    list-style: none;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.header-menu-col ul {
    list-style: none;
}

.header-menu-col span {
    color: white !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    /* text-transform: uppercase; */
}


/**** new-header-end ****/


/**** main-products ****/

.home-product {
    /*   height: 1021px */
}


/**** main-products-end ****/

.account-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounts {
    position: absolute;
    width: 100%;
}

.accounts .row {
    justify-content: center;
}

.account-icon {
    margin-right: 10px;
}

.accounts span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 400ms;
}

.accounts a:hover span {
    color: #de345a;
}

.header-middle.desktop.no-mobile .row {
    align-items: center;
}

.home-category-list.collapse,
.home-category-list.collapsing {
    padding-right: 30px !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    transition: 0ms !important;
    position: absolute;
    width: 100%;
}

.home-category-list.collapsing {
    height: 479px !important;
}

#collapseCat:hover~#collapseCategory {
    display: flex !important;
}


/*** fixed-header ***/

header.main-header.fixed-bar {
    position: fixed;
    top: 0;
    height: 80px;
    right: 0px;
    left: 0;
    z-index: 999999999;
    box-shadow: 0px 3px 6px #00000066;
    transition: 400ms;
}

header.main-header.fixed-bar .header-icon-col {
    display: none;
    transition: 400ms;
}

.fixed-bar .header-middle.desktop.no-mobile {
    height: 60px;
    display: flex;
    align-items: center;
    background: #363b4a;
    border-top: 1px solid #868ea673;
    transition: 400ms;
}


/*** fixed-headerend ***/

section.main-campaign_ads-slider img {
    transition: 400ms;
}

section.main-campaign_ads-slider a:hover img {
    transition: 400ms;
    filter: brightness(0.8)
}

.campaing-title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaing-title span {
    font-size: 22px;
    font-weight: 700;
    color: #61bd6d;
}

section.main-campaign_ads-slider {
    height: 525px;
    display: flex;
    align-items: center;
}

.campaign-style img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .dropdown-content {
    display: block !important;
}

li.poppins.drop-links a:before {
    display: none;
}

li.poppins.drop-links a {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #8f8f8f;
    width: 100%;
}

li.poppins.drop-links.active a {
    font-weight: 600 !important;
    color: #999999
}

.dropdown-content .list {
    text-align: center;
    list-style: none !important;
}

.dropdown-content .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.dropdown-content .list span.account-span {
    color: #1abc9c;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.poppins.drop-links {
    text-align: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 10px 5px;
    text-align: center;
    border-radius: 15px;
    z-index: 9;
    /*left: calc(50% - 75px);*/
    border: 1px solid #231f205e;
}

.dropdown-content .list {
    text-align: center;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.poppins.drop-links.active a {
    font-weight: 600 !important;
    color: #999999;
}

li.poppins.drop-links a {
    font-size: 13px;
    font-weight: 450;
    text-align: center;
    color: #8f8f8f;
    width: 100%;
}

.list li.active a {
    color: #2b2b2d;
}

.list li a {
    display: block;
    position: relative;
    padding: 6px 5px;
    border-bottom: 1px solid #EDEDDE;
    color: #7a7d82;
    font-size: 1.4rem;
}

.accounts .dropdown-content span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 400ms;
    justify-content: center;
    height: 30px;
}

.accounts .dropdown-content .list li a {
    padding: 5px 0px !important;
}


/*** new-home-end ***/


/*** media-photo ***/

.photo-content img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: 400ms;
}

.photo-content img:hover {
    box-shadow: 0px 0px 13px #0000003d;
    transition: 400ms;
}

.photo-content .photo {
    margin-bottom: 25px;
}


/*** media-photo-end ***/


/*** media-file ***/

.file-content .title {
    text-align: center;
}

.file-content .title strong {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    color: #558376;
}

.download-box {
    height: 200px;
    display: flex;
    align-items: center;
}


/*** media-file-end ***/


/*** media-video ***/

.video-content .title {
    text-align: center;
}

.video-content .title strong {
    font-size: 16px !important;
    font-weight: 700;
    color: #558376;
    text-shadow: 1px 1px 1px #4c4c4d00;
    transition: 400ms;
}

.video-content .row {
    margin-bottom: 50px;
}

.video-content .title:hover strong {
    text-shadow: 2px 2px 1px #4c4c4d47
}


/*** media-video-end ***/

.corporate-info-title span,
.media-info-title span {
    font-size: 18px;
    font-weight: 800;
    color: #666666;
}

.corporate-info-title,
.media-info-title {
    height: 35px;
    border-bottom: 1px solid #dce0e8;
    margin-bottom: 20px;
}


/*** left-menu ***/

.top-menu-title span {
    font-size: 19px;
    font-weight: 700;
    color: #e0a45f;
    text-transform: uppercase;
}

.top-menu .menu-li {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.top-menu .menu-li a {
    font-size: 14px;
    font-weight: 600;
    color: #5a5a5a;
}

.menu-socials nav i {
    font-size: 20px;
    transition: 400ms;
    color: #f0f0f0;
}

.menu-socials nav a {
    padding: 0 10px;
}

.menu-socials {
    background: #231f20;
    padding: 15px;
}

.menu-social-title span {
    font-size: 13px;
    color: #f0f0f0;
}

.menu-social-title {
    margin-bottom: 20px;
}

span.social-bottom {
    font-weight: 800;
}

span.social-top {
    font-weight: 500;
}


/*** left-menu-end ***/


/**** contact-page ****/

.page-header {
    height: 475px;
    margin-top: -80px;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
}

.col-lg-3.page-title span {
    color: #e1aa68;
    font-size: 45px;
    font-weight: 900;
    text-transform: lowercase;
}

.col-lg-9.bread-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    height: 40px;
}

.col-lg-9.bread-list li,
.col-lg-9.bread-list a {
    text-transform: lowercase;
    color: #afafaf;
    font-size: 19px;
    font-weight: 300;
}

.col-lg-9.bread-list i {
    padding: 0 5px 0 0;
}

.contact-information .page-title {
    margin-bottom: 50px;
    display: block;
}

.contact-information .page-title strong {
    font-size: 28px;
    color: #daa05d;
}

section.contact-page.page-margin-25 .col-lg-8 {
    margin: 0 !important;
    padding: 0 !important;
}

section.contact-page.page-margin-25 .col-lg-8 .row {
    margin: 0;
}

.contact-information .address i {
    color: #a0a0a0;
    font-size: 20px;
}

.contact-information .address .row {
    margin: 25px 0 !important;
}

.contact-information .address .row a,
.contact-information .address .row span,
.contact-information .address .row strong {
    font-size: 20px
}

.contact-information .address .col-lg-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-information .address .row a,
.contact-information .address .row span {
    color: #6e330b;
    font-weight: 300 !important;
}

.page-contact-form .contact-title strong {
    color: #58585a;
    font-size: 25px;
    font-weight: 400;
    margin-top: 75px !important;
    display: block;
}

.contact-social.header-social {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-social i {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 25px;
    padding: 7px;
    transition: 300ms;
}

.contact-social i:hover {
    color: #ffffff;
}

.header-social li {
    background: #afafaf;
    margin-left: 10px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding-left: 2px;
    list-style: none;
    justify-content: center;
    transition: 300ms;
    display: flex;
    align-items: center;
}

.header-social li:hover {
    background: #daa05d;
}

.header-social li a {
    text-align: center;
    display: block;
    color: #fff;
}

.header-social li a i {
    font-size: 15px;
}

.contact-form.page-margin-50 .input {
    padding-left: 0;
    padding-right: 0;
}

.contact-form.page-margin-50 .input input,
.contact-form.page-margin-50 .input textarea {
    border-radius: 0;
    margin-bottom: 15px;
    background: none;
}

.contact-form.page-margin-50 .input input {
    height: 50px;
}

.page-contact-form .col-lg-4 {
    padding: 0;
}

a.btn.button {
    padding: 0;
    width: 100%;
    height: 50px;
    margin-top: -1px;
    transition: 400ms;
}

button.button.contact {
    width: 100%;
    height: 50px;
    border: 0;
    background: #000;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    transition: 400ms;
}

button.button.contact:hover {
    background: #e1aa68;
    transition: 400ms;
}

.contact-input input:focus,
.contact-input textarea:focus {
    box-shadow: inset 0px 0px 10px 0px #e1aa68;
    border: 1px solid #e1aa6800;
    ;
}

.contact-input input:focus::placeholder,
.contact-input textarea:focus::placeholder {
    color: #000;
}

.contact-input input,
.contact-input textarea {
    color: #000;
}

.contact-copyright {
    background: #fefaec;
    height: 50px;
    display: flex;
    align-items: center;
}

.contact-copyright .container {
    display: flex;
    justify-content: space-between;
}

.contact-copyright .container span {
    font-size: 13px;
    font-weight: 300;
}

section.contact-page.page-margin-25.mt-50 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.place-maps {
    margin-bottom: -230px;
}

section.contact-page.page-margin-25.mt-50 {
    padding-bottom: 125px;
}


/*** contact-page-end ***/

.lightbox {
    z-index: 9999999999999999999999999 !important;
}

div#lightboxOverlay {
    z-index: 999999999999999999999999 !important;
}

.swal2-container {
    z-index: 99999999999999999999999999 !important;
}


/*** search ***/

section.main-search {
    display: flex;
    align-items: center;
}

span.top-search {
    color: #3cbadd;
    font-size: 65px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}

span.bottom-search {
    font-size: 55px;
    letter-spacing: -2px;
    color: #193663;
    font-weight: 700;
}

.search-bar {
    width: 65%;
    box-shadow: 0px 5px 30px -4px #71717185;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 3px;
    margin-top: 25px;
}

.search-bar button {
    background: #3cbadd;
    border: none;
    margin-right: 2px;
    border-radius: 0 10px 10px 0;
    width: 115px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.search-bar input {
    width: 395px;
    border: none;
    padding-left: 10px;
    background: none;
    font-size: 14px;
}

.search-bar input:focus {
    outline: none;
}


/*** search-end ***/

#exampleModalLong {
    align-items: center !important;
}

#exampleModalLong.show {
    align-items: center !important;
    display: flex !important;
    z-index: 99999999999999999999;
    background: rgba(0, 0, 0, 0.603);
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: none;
    border: none;
    width: 800px !important;
}

.search-form {
    width: 800px;
}

.search-input {
    transition: 400ms;
}

.search-input:focus {
    background: none;
    border-bottom: 2px solid #e1a55f;
    color: #e1a55f;
    box-shadow: none !important;
}

.search-input:focus::placeholder {
    color: #e1a55f;
}

.search-input,
.search-input::placeholder {
    background: none;
    border: none;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

.search-input {
    border-bottom: 2px solid #fff !important;
    border-radius: 0 !important;
}

button.search-btn {
    background: none;
    border: none;
}

button.search-btn i {
    font-size: 14px;
    transition: 400ms;
}

button.search-btn:hover i {
    color: #e1a55f;
    transition: 400ms;
}

.search-form .form-input {
    width: 100%;
}

a.go-details.image-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.prod-price.playfair {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.spesifictions .detail-title h2 {
    font-size: 20px;
}

.main-slider .slider-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    z-index: 0;
}

.main-slider .slider-item .box {
    z-index: 99;
}

.header-lang {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-lang span {
    font-size: 18px;
    margin: 0px 8px;
    color: #ffffffa1;
    line-height: 1;
}

.header-lang a {
    font-size: 16px;
    line-height: 1;
    color: #ffffffa1;
}

.header-lang a.active-lang {
    font-weight: 500;
    color: #fff;
}

section.page-banner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000047;
    z-index: 0;
}

section.page-banner * {
    z-index: 99;
}

section.spesifictions .detail-img img {
    height: auto !important;
    width: 100%;
    object-fit: contain;
    margin-top: 0;
}

section.spesifictions .detail-img {
    margin: 35px 0;
}

.spes-content {
    margin: 35px 0;
}

a.previous-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    background: #000;
    height: 45px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #000;
    transition: 400ms;
}

a.previous-page:hover {
    background: transparent;
    color: #000;
    transition: 400ms;
}

a.previous-page span {
    margin-left: 7px;
    line-height: 1;
}