:root {
  --color:#c4161c;
}

body{
    font-family: 'Quicksand', sans-serif;
}

body.home-body{
    background: #fff;
}


header.desktop .search{
    border-color:var(--color);
    border-radius:50px;
}

header.desktop .search form .btn-send{
    border-radius: 50px;
    background: var(--color);
    width:85px;
    right:0px;
}

.circle-header{
    background: #f8f9fa;
    width:158px;
    height:53px;
    border:1px solid var(--color);
    border-radius: 50px;
    display: flex;
    align-items:Center;
    justify-content: center;
}

.circle-header i{
    color:var(--color);
    font-size:28px;
    margin-right:10px;
}

.circle-header span{
    display: flex;
    color:#333;
    flex-direction: column;
    font-size:14px;
}

.circle-cart{
    background: var(--color);
    margin-left:10px;
    position: relative;
}

.circle-cart span{
    color:#fff;
}

.circle-header:hover{
    background: #dae0e5;
}

.circle-cart i{
    color:#fff;
    font-size:20px;
}

.circle-cart:hover{
    background: var(--color) !important;
}

.circle-cart .count{
    width:15px;
    height:15px;
    background: #fff;
    color:#333;
    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;
    font-weight: bold;
    border:none;
    flex-direction: column;
    
}

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);
    box-shadow: 5px 5px 22px 0 rgb(0 0 0 / 10%);
}

.card-product .card-product-inner .title{
    font-weight: bold;
    color:#333e48;
    text-align: left;
}

.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{
    font-weight: bold;
    font-size:14px;
}

.card-product:hover .price-group{
    display: none;
}

.card-product:hover .buttons{
    display: block !important;
}


.card-product .free-cargo{
    background: #c4161c6e!important;
    border-radius: 20px 20px 0 20px;
    font-size:11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px;
    color:var(--color);
    font-weight: bold;
    text-align: center;
}

.card-product .card-product-inner .buttons{
    bottom:20px;
    text-align: center;
    display: none;
    width:100%;
}

.card-product .card-product-inner .buttons a{
    display: block;
    margin:0px auto;
    color: #fff !important;
    background-color: var(--color) !important;
    border-color: var(--color) !important;
    font-weight: bold !important;
    font-size:16px !important;
    border-radius: 50px !important;
    padding:8px 20px;
}

.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:16px;
    color: var(--color);
    font-weight: bold;
}

.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{
    background: #f3f3f3;
}

footer .title{
    color:var(--color);
}

footer .info ul li a:hover{
    color:var(--color);
}

.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;
}