﻿:root {
    --container-width: 1170px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --color-red: #E4322B;
    --color-green: #009725;
}

* {
    font-family: 'Albert Sans', sans-serif;
    scroll-behavior: smooth;
    outline: none !important;
    list-style: none;
    text-decoration: none;
}
a{
    outline: none !important; 
    text-decoration: none;
}
.home-page{height: 100vh;width:100vw;background-image: url("./images/tarimoz-bg.png");background-size: cover;background-position: center;}
.login-page {
    height: 100vh;
}
.login-page .contents{width:26vw}
.login-page .login-bg {
    height: 100vh;
    width: 100%;
    background-size: cover !important;
}

.form input {
    display: block;
    border: none;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0;
    margin-bottom: 17px;
    padding: 10px 0;
    color: #8D8D8D;
    font-size: 20px;
    width: 100%;
}

.check-input input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}

.check-input label {
    position: relative;
    padding-left: 30px;
}

.check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #707374;
    border-radius: 3px;
}

.check-input label:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #707374;
    border-radius: 3px;
    color: var(--color-red);
    transition: 300ms;
    opacity: 0;
}

.check-input input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}

.form a {
    color: #3B3B3B;
    font-size: 16px;
}

.form a:hover {
    color: var(--color-red);
}

.form p {
    margin-bottom: 0;
}


.login-page .login-logo {
    margin-bottom: 15px;
    background: #e4322b;
    width: 26rem;
    padding: 5px 35px 5px 10px;
    border-radius: 15px;
}

.login-page p {
    font-size: 16px;
    color: #A5A5A5;
    font-weight: 300;
    margin-bottom: 0;
}

.login-page h3 {
    font-size: 36px;
    color: #404040;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
}

.form button {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #fff;
    background: #E4322B;
    border: none;
    border-radius: 20px;
    padding: 15px 36px;
    font-size: 16px;
    font-weight: 500;
}

.form button:hover {
    background: #CF1810;
}
.giris-link a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    background: #8E8E8E;
    padding: 15px 36px;
    border-radius: 20px;
}
.page-left {
    width: 288px
}

.page-right {
    width: calc(100% - 288px)
}

.default-page {
    padding-left: 42px;
    margin-top: 32px;
    width: calc(100% - 42px);
}

.default-page .header-top {
    margin-bottom: 21px;
    background: #E4322B;
    padding: 34px 42px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.default-page .header-top h2 {
    margin-left: 67px;
    font-size: 48px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    position: relative;
}

.default-page .header-top h2:after {
    content: "";
    width: 1px;
    height: 60px;
    background: #C5C5C5;
    position: absolute;
    top: -15px;
    left: -20px;
}

.default-page .header-top .bayi_hesap {
    position: relative;
    cursor: pointer;
}

.default-page .header-top .bayi_hesap .bayi_menu {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    padding-top: 40px
}

.default-page .header-top .bayi_hesap .bayi_menu ul {
    background: #fff;
    border-radius: 15px;
    width: 80%;
    padding: 20px 10px 20px 10px;
}

.default-page .header-top .customer:hover .bayi_menu {
    display: block;
    z-index: 9;
}

.default-page .header-top .bayi_menu li {
    padding: 10px 19px;
}

.default-page .header-top .bayi_menu li.quit {
    margin-top: 20px;
    position: relative;
}

.default-page .header-top .bayi_menu li.quit:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    background: #F9F9F9;
    height: 1px;
    width: 100%
}

.default-page .header-top .bayi_menu li:hover {
    background: #F9F9F9;
    border-radius: 10px
}

.default-page .header-top .bayi_menu a {
    font-size: 16px;
    font-weight: 600;
    color: #3B3B3B;
}

.default-page .header-top .bayi_menu li:hover a {
    color: #E4322B;
}

.default-page .header-top .bayi_hesap img {
    margin-right: 10px;
}

.default-page .header-top .bayi_hesap label {
    font-size: 11px;
    font-weight: 500;
    color: #A5A5A5;
}

.default-page .header-top .bayi_hesap h5 {
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.default-page .header-top .bayi_hesap i {
    margin-left: 10px;
    background: #D6D6D6;
    padding: 17px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 15px;
}

.default-page .header-top .bayi_hesap {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #C5C5C5;
    padding: 16px 21px;
}
.breadcrumb i {
    color: #A5A5A5;
    margin: 0 5px;
    font-size: 12px;
}

.breadcrumb li a {
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb li.active a {
    color: #3B3B3B;
    border: 1px solid #3B3B3B;
    padding: 4px 10px;
    border-radius: 7px
}

.siralama {
    position: relative;
}

.siralama h2 {
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
    margin-bottom: 0;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 15px 18px;
    cursor: pointer;
}

.siralama h2 i {
    margin-left: 14px;
    color: #3B3B3B;
}

.siralama .list {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    width: 211px;
    padding-top: 10px
}

.siralama .list ul {
    background: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
}

.siralama:hover .list {
    display: block;
    z-index: 9;
}

.siralama .list ul li {
    padding: 10px 19px;
}

.siralama .list ul li:hover {
    background: #F9F9F9;
    border-radius: 10px
}

.siralama .list ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #3B3B3B;
}

.siralama .list ul li:hover a {
    color: #E4322B;
}

.sidebar {
    border: 1px solid #D6D6D6;
    padding: 16px 15px 0;
    border-radius: 15px;
}

.sidebar .left-search {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 16px 0 16px 20px
}

.sidebar .left-search i {
    color: #A5A5A5;
}

.sidebar input {
    border: none;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.sidebar .list {
    border: 1px solid #D6D6D6;
    padding: 30px 0px 30px 20px;
    border-radius: 15px;
    margin-top: 12px;
}

.sidebar .list h4 {
    color: #2D0908;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sidebar .list li {
    margin-bottom: 10px;
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.sidebar .list li a {
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.sidebar .list li.active a {
    font-weight: 600;
}

.sidebar .list li a i {
    margin-right: 20px;
    color: #8E8E8E;
    font-size: 18px;
}

.sidebar .list label {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #8E8E8E;
    margin-right: 9px;
    border-radius: 3px;
    position: relative;
}

.sidebar .list label.tik {
    border-color: #E4322B;
    background: #E4322B;
}

.sidebar .list label.tik:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 2px;
    background-image: url(./images/icon/tik.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-right .item {
    margin-bottom: 20px;
    padding: 22px 20px 40px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #efeded;
}

.page-right .item:hover {
    -webkit-box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.58);
}

.page-right .amount {
    display: flex;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    align-items: center;
    margin-top: 0px;
}

.page-right .amount p {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.page-right .amount p+p {
    margin-left: 5px;
}

.page-right .discount {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: .5;
    align-items: center;
    min-height: 24px;
}

.page-right .discount p {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
    background: #2F8211;
    padding: 4px 5px;
    border-radius: 5px;
}

.page-right .discount:after {
    display: none;
}

.page-right .discount span {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

.page-right .discount span:after {
    position: absolute;
    background: #000000;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    top: 58%;
    opacity: .5;
    bottom: 0;
    transform: rotate(0);
}

.page-right .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #8D8D8D;
    width: 14rem;
}
.page-right  img {
   max-width:auto;
    width: auto;
    height:150px;
    object-fit:cover;
    margin:0 auto;
    text-align:center;
    display:block;
}

.page-right .adet-indirim {
    margin-top: 8px;
    min-height: 24px;
}

.page-right .adet-indirim b {
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 0;
    color: #3B3B3B;
    background: #FFC9C7;
    padding: 4px;
    border-radius: 5px;
}

.page-right .adet-indirim.green b {
    background: #C3E2CB;
}

.page-right .adet-indirim.blue b {
    background: #C7F2FF;
}

.page-right .item:hover .adet-indirim {
    opacity: 0;
}

.page-right a,.page-right a:hover {
    position: absolute;
    color: #fff;
    bottom: 11px;
    height: 40px;
    border-radius: 5px;
    background: var(--color-red);
    width: calc(100% - 40px);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.page-right .item:hover a {
    display: flex;
}

.page-right .item .rozet {
    position: absolute;
    width: 76px;
    right: 10px;
    top: 10px;
}
.firma {
    display: flex;
    align-items: center;
    padding: 36px 18px;
    margin-bottom: 30px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
}

.firma img {
    margin-right: 5px;
}

.firma h5 {
    font-size: 15px;
    font-weight: 600;
    color: #3B3B3B;
    margin-bottom: 0;
}

.sidebar-hesap {
    padding: 18px 10px;
}

.sidebar-hesap li {
    padding: 10px 0 10px 19px;
    margin-bottom: 7px;
}

.sidebar-hesap li a {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 600;
}
.page-right-two {
    width: calc(100% - 288px);
}
.siparisler {
    width: 80%;
    margin: 0 auto;
}

.siparislist {
    margin-top: 15px;
}

.siparisler .item {
    background: #EFFBFF;
    border-radius: 10px;
    padding: 12px 27px;
}

.siparisler .item h5 {
    font-size: 20px;
    font-weight: 700;
    color: #404040;
}

.siparisler .item h6 {
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    float: right;
}

.siparisler .item p {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 0;
}

.siparisler .items {
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    padding: 12px 27px;
    margin-top: 10px;
    cursor: pointer;
}

.siparisler .items p {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 0;
}

.siparisler .items span {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 0;
}

.siparisler .items span+span {
    border-left: 1px solid #878787;
    padding-left: 20px;
    margin-left: 10px;
}

.siparisler .items span+span b {
    font-size: 16px;
}

.siparisler .items b {
    font-size: 18px;
    font-weight: 700;
    color: #878787;
    margin-bottom: 0;
}

.siparisler .items i {
    margin-left: 30px;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #707070;
    color: #3B3B3B;
    border-radius: 50px;
    font-size: 22px;
    padding-top: 5px;
}

.siparis-adresi {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 11px 20px;
    margin-top: 20px;
    width: 60%;
}

.siparis-adresi label {
    font-size: 16px;
    font-weight: 500;
    color: #8E8E8E;
    margin-bottom: 9px;
}

.siparis-adresi p {
    font-size: 16px;
    font-weight: 400;
    color: #2D0908;
    margin-bottom: 0;
}

.siparisler .list {
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    padding: 12px 27px;
    margin-top: 10px;
}

.siparisler .list label {
    font-size: 18px;
    font-weight: 600;
    color: #8D8D8D;
}

.siparisler .list span {
    font-size: 18px;
    font-weight: 600;
    color: #8D8D8D;
}

.siparis-listesi {
    display: none;
}

.items.active .siparis-listesi {
    display: block;
}
.pro-detail-left {
    width: 50vw;
}

.pro-detail-right {
    padding: 30px 25px 25px;
    background: #F9F9F9;
    border-radius: 5px;
    width: calc(100% - 50vw);
}

.pro-detail-right .amount {
    display: flex;
    position: relative;
    font-size: 68px;
    font-weight: 600;
    color: #000000;
    align-items: center;
    margin-top: 0px;
}

.pro-detail-right .amount p {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
}

.pro-detail-right .amount p+p {
    margin-left: 5px;
}

.pro-detail-rightpage-right .discount {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: .5;
    align-items: center;
    min-height: 24px;
}

.pro-detail-right .discount b {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-left: 0px;
    background: #2F8211;
    padding: 4px 5px;
    border-radius: 5px;
    margin-bottom: -6px;
}

.pro-detail-right .discount:after {
    display: none;
}

.pro-detail-right .discount span {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 8px;
    display: block;
    font-size: 18px;
    top: -14px;
}

.pro-detail-right .discount span:after {
    position: absolute;
    background: #000000;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    top: 58%;
    opacity: .5;
    bottom: 0;
    transform: rotate(0);
}

.pro-detail-right .adet-indirim {
    margin-top: 8px;
    min-height: 24px;
}

.pro-detail-right .adet-indirim b {
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 0;
    color: #3B3B3B;
    background: #FFC9C7;
    padding: 8px;
    border-radius: 5px;
}

.pro-detail-right .adet-indirim.green b {
    background: #C3E2CB;
}

.pro-detail-right .adet-indirim.blue b {
    background: #C7F2FF;
}

.opsiyonlar {
    margin: 25px 0;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.opsiyonlar .item {
    border: 1px solid #eee;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.opsiyonlar .item label {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #8D8D8D;
}

.opsiyonlar .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3B3B3B;
}

.opsiyonlar .col-lg-4:nth-child(1) .item {
    border-top-left-radius: 10px
}

.opsiyonlar .col-lg-4:nth-child(3) .item {
    border-top-right-radius: 10px
}

.pro-detail-right .title {
    font-size: 24px;
    font-weight: 400;
    color: #8D8D8D;
    margin-bottom: 0;
}

.opsiyonlar .col-lg-4:nth-child(4) .item {
    border-bottom-left-radius: 10px
}

.opsiyonlar .col-lg-4:nth-child(6) .item {
    border-bottom-right-radius: 10px
}
.form-hesap {
    width: 80%;
    margin: 0 auto;
}

.form-hesap .files::before {
    content: 'Yüklendi';
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.form-hesap span {
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}

.hesapbilgi {
    background: #fff;
    border-radius: 10px;
    padding: 30px 24px;
    border: 1px solid #F9F9F9;
}

.vergi {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 30px 24px;
    margin-top: 20px;
}

.form-hesap h3 {
    font-size: 32px;
    font-weight: 500;
    color: #404040;
    margin-bottom: 20px;
}

.form-hesap p {
    font-size: 16px;
    font-weight: 400;
    color: #3B3B3B;
    margin-bottom: 20px;
    width: 78%;
}
.files-input {
    position: relative;
}

.files {
    padding: 0;
}

.files::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="file"] {
    cursor: pointer !Important;
    color: #fff0 !important;
    text-indent: 0px;
    border-width: 1px;
    height: 51px;
    border-radius: 0;
}

.files::before {
    content: 'Dosya Yükle';
    display: flex;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    top: -2px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    right: 0;
    background: #8D8D8D;
    padding: 13px 25px;
    border-radius: 15px;
}

.files-input label {
    font-size: 20px;
    display: inline-block;
    padding-right: 0px;
    vertical-align: middle;
    font-weight: 400;
    position: absolute;
    top: 7%;
    left: 5px;
    color: #676767;
    width: 63%;
    overflow: hidden;
    white-space: nowrap;
}

.files-input p {
    font-size: 12px;
    color: #8E8E8E;
    width: 77%;
}
.adres-bilgilerim .item {
    border: 1px solid #C5C5C5;
    min-height: 263px;
    border-radius: 10px
}

.adres-bilgilerim .contents {
    width: 80%;
    margin: 0 auto;
}

.adres-bilgilerim .contents a {
    background: #D6D6D6;
    color: #3B3B3B;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}

.adres-bilgilerim .contents span {
    color: #404040;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.adres-bilgilerim .contents p {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
}
.video{margin-bottom:90px;}
.video .item{position:relative;}
.video .play{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size: 71px;color: #e4322b;}