:root {
  --color:#533a28;
}

body.home-body{
    background: #fff;
}


header.desktop .search{
    border-color:#919191;
    border-radius:50px;
}

header.desktop .search form .btn-send{
    border-radius: 50px;
    background: var(--color);
    width:85px;
    right:0px;
}

.circle-header{
    width:158px;
    height:53px;
    border:1px solid #919191;
    border-radius: 50px;
    display: flex;
    align-items:Center;
    justify-content: center;
    transition: all .3s ease;
}
.circle-header:hover i
{
    color: #cb4343;
    transition: all .3s ease;
}
.circle-header i{
    color:var(--color);
    font-size:28px;
    margin-right:10px;
}

.circle-header span{
    display: flex;
    color:#000;
    flex-direction: column;
    font-size:14px;
}

.circle-cart{
    margin-left:10px;
    position: relative;
}

.circle-cart i{
    font-size:20px;
}

.circle-cart .count{
    width:15px;
    height:15px;
    background: #533a28;
    color:#ffffff;
    font-weight: bold;
    font-size:11px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50px;
    top: 10px;
}

.menu{
    background: #f8f8f8 !important;
    box-shadow: none !important;
}

header.desktop .mega-menu .dropdown-menu {
    border: 1px solid var(--color);
    top: 50px;
}

header.desktop .mega-menu > ul > li > .nav-link img{
    margin-bottom:10px;
}


header.desktop .mega-menu > ul > li > .nav-link{
    color:#333;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 600;
    border:none;
    flex-direction: column;
    border-bottom: 1px solid transparent;
    
}

header.desktop .mega-menu > ul > li > .nav-link:hover{
    color:#333;
}

.card-product{
    border:1px solid #f5f5f5;
    border-radius: 10px;
    transition: all .2s linear;
}

.card-product:hover{
    border-color:var(--color);
}

.card-product .card-product-inner .title{
    font-weight: 700;
    color:#000;
    text-align: center;
    font-size: 15px;
    margin: 10px auto !important;
}
.card-product .card-product-inner .title span
{
    font-weight: 400;
}

.product-reviews .stars .star{
    color:#ffce00;
    margin-right:3px;
}

.card-product .card-product-inner .price-group{
    width:100%;
    justify-content: space-between;
}

.card-product .card-product-inner .price-group .prices{
    margin: 0px auto;
    font-weight: bold;
    font-size:14px;
}
.card-product .free-cargo{
    background: #c4161c !important;
    border-radius: 10px;
    font-size:11px;
    flex-direction: column;
    justify-content: center;
    padding:10px;
    color:#FFF;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

.card-product .card-product-inner .buttons{
    bottom:20px;
    text-align: center;
    width:100%;
}

.card-product .card-product-inner .buttons a{
    display: block;
    margin:0px auto;
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
    font-weight: 600 !important;
    font-size:14px !important;
    border-radius: 15px !important;
    width: 100%;
    padding:8px 20px;
    text-transform: uppercase;
}

.card-product .indirim-oran{
    background: var(--color);
    width: 47px;
    height: 47px;
    color:#fff;
    border-radius: 100%;
    font-size:14px;
    font-weight:bold;
    position: absolute;
    left:10px;
    top:10px;
    display: flex;
    justify-content: center;
    align-items:Center;
}

.card-product .card-product-inner .price-group .prices .list-price{
    text-decoration: line-through;
    font-size:14px;
    color:rgb(148, 148, 148);
}

.card-product .card-product-inner .price-group .prices .sale-price{
    font-size:17px;
    color: #c4161c;
    font-weight: 700;
    text-align: center;
}

.home-body .pattern-group .p-g-mod .p-g-mod-header{
    border:none;
}

.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
    font-size:26px;
    font-weight: bold;
    border-bottom:1px solid var(--color);
    padding-bottom: 5px;
}

.card-product .product-reviews{
    justify-content: start;
    margin-top:5px;
}

.pdp-image{
    box-shadow: 0 0 2rem rgba(0,0,0,.12)!important;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    border:none;
}

.product-profile-1 h1.title{
    font-size:22px;
    border:none;
}

.pdp-detail{
    background: #f7f7f7;
    padding:10px;
    border-radius: 0px 10px 10px 0px;
}

.product-details-tab .tab-content {
    border: 1px solid #f3f3f3!important;
}

.product-profile-1 .carousel .carousel-inner{
    border:none;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #f3f3f3;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    font-weight: bold;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {background: #c4161c6b;color: var(--color);border: none;border-bottom: 1px solid var(--color);}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item:first-child .nav-link {
    border-radius: 10px 0px 0px 0px;
}

.product-quantity .btn {
    background: #fff;
    color: #36b257;
    height: 100%;
}

.product-quantity input {
    background: #fff;
    border: none;
    color: #36b257;
    width: 100px;
    font-size: 20px;
    height: 40px;
}

.product-profile-1 .product-quantity {
    border: 1px solid #e1f4e6!important;
}

.product-buttons .btn-cart {
    background: #fff;
    height: 40px;
    border-color: #35b357;
    color: #35b357;
    width: 200px;
    font-size: 14px;
    font-weight: bold;
}

.product-buttons .btn-cart:hover {
    background: #35b357;
    color: #fff;
    border-color: #35b357;
}

.product-buttons .btn-fast-buy {
    background: #35b357;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-color: #35b357;
    width: 171px;
}


footer .title{
    color:#000;
}

footer .info ul li a:hover{
    color:#cb4343;
}

.product-badges{
    flex-wrap: inherit;
}

.product-badges .p-badge i {
    margin-right:10px;
}

.product-price-group .discount{
    border-radius: 100%;
    font-size:12px;
}

.product-price-group .prices .sale-price{
    color:var(--color);
    font-size:30px;
}

.product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: inherit;
    padding: 10px 10px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px 5px 0;
    height: 45px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item:last-child a {border-radius: 0px 10px 0px 0px !important;}

.product-body {
    background: #fff;
}
@media (max-width: 767px) {
    .pattern-group .p-g-mod .p-g-mod-body {
        padding: 0px !important;
    }
    .card-product
    {
        border-radius: 0 !important;
    }
    .card-product .card-product-inner .title
    {
        font-size:11px !important;
    }
    .card-product .card-product-inner .buttons a
    {
        font-size: 12px !important;
        border-radius: 0 !important;
    }
    .card-product .card-product-inner .price-group .prices .sale-price
    {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
    .card-product .card-product-inner
    {
        padding: 0 !important;
    }
    .card-product .card-product-inner .image-wrapper .image img
    {
        border-radius: 0 !important;
    }
    .home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title
    {
        font-size: 22px !important;
    }
    .pattern-group .p-g-mod .p-g-mod-header
    {
        margin: 10px 0 !important;
        padding-left: 0 !important;
    }
    .card-product .card-product-inner .buttons
    {
        padding: 0 !important;
    }
    .card-product .free-cargo
    {
        display: none;
    }
}