.b-block {
    display: block !important;
    width: 100%;
}

.btn-type-primary {
    border-radius: 5px;
    margin-bottom: 0;
    height: 40px;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
    background: #369a64;
    background: linear-gradient(0deg, #369a64 0%, #5ad363 100%);
}

.btn-type-primary:hover, .btn-type-primary:focus {
    background: #369a64;
    color: #fff;
    background: -moz-linear-gradient(top, #339966 0%, #5ad363 100%);
    background: -webkit-linear-gradient(top, #339966 0%, #5ad363 100%);
    background: linear-gradient(to bottom, #339966 0%, #5ad363 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339966', endColorstr='#5ad363', GradientType=0);
}

.btn-type-secondary {
    border-radius: 5px;
    margin-bottom: 0;
    height: 40px;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    background: #ff0917;
    background: -moz-linear-gradient(top, #ff0917 0%, #bc000a 100%);
    background: -webkit-linear-gradient(top, #ff0917 0%, #bc000a 100%);
    background: linear-gradient(to bottom, #ff0917 0%, #bc000a 100%);
}

.btn-type-secondary:hover {
    color: #fff;
    background: #bc000a;
    background: -moz-linear-gradient(top, #bc000a 0%, #ff0917 100%);
    background: -webkit-linear-gradient(top, #bc000a 0%, #ff0917 100%);
    background: linear-gradient(to bottom, #bc000a 0%, #ff0917 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc000a', endColorstr='#ff0917', GradientType=0);
}

header {
    height: 132px;
}

header .top-container {
    height: 132px;
    padding-top: 15px;

}

header .top-container:before, header .top-container:after {
    content: "";
    display: table;
}

header .top-container:after {
    clear: both;
}

header .top-container .top-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 110px;
    width: 100%;
    max-height: 130px;
}

header .top-container .top-logo .logo-link img {
    padding: 0
}

header .top-container .cd-dropdown-wrapper .cd-dropdown-trigger::before,
header .top-container .cd-dropdown-wrapper .cd-dropdown-trigger::after {
    display: none;
}

header .top-container .cd-dropdown-wrapper {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    width: 100%;
}

header .top-container .top-search {
    display: inline-block;
    vertical-align: middle;
    max-width: 605px;
    width: 100%;
}

header .top-container .top-right-menu-cart {
    display: flex;
    vertical-align: middle;
    max-width: 310px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    float: right;
    top: 50px;
    right: -11px;
}

header .top-container .top-right-menu-cart .fa-shopping-cart {
    font-size: 20px;
}

header .top-container .top-right-menu-user {
    display: inline-block;
    vertical-align: middle;
    max-width: 115px;
    padding-left: 30px;
    width: 100%;
}

.footer h4, .footer li a {
    color: #666 !important;
}

.footer .btn-admin {
    border-radius: 5px;
    border: solid 1px #cccccc;
    font-size: 14px;
    color: #666666;
    padding: 7px;
    display: inline-block;
}

.footer .btn-admin .icon-admin {
    float: left;
    background: url(../imgs/icon-admin.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer .btn-admin .text {
    float: left;
    font-size: 14px;
    padding: 5px;
    border-left: solid 1px #cccccc;
    margin: -5px 0 -7px 7px;
    color: #666666;
}

.logo-link {
    float: none;
}

.question-modal {
    border-radius: 10px;
    overflow: hidden;
}

.float-right {
    float: right;
}

.mr10 {
    margin-right: 10px;
}

.btn-green {
    background-color: #3ac62b;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-shadow: none;
    font-weight: 400;
}

.btn-icon {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.btn-icon i {
    margin-left: 10px;
}

.icon-sort {
    background: url(../imgs/icon-sort.png) no-repeat;
    width: 30px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.icon-sort2 {
    background: url(../imgs/icon-sort2.png) no-repeat;
    width: 32px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.icon-filter {
    background: url(../imgs/icon-filtre.png) no-repeat;
    width: 32px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.btn-filter {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    border: solid 1px #e1e1e1;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.btn-filter i {
    margin-right: 20px;
}

.btn-os-success {
    padding: 5px 40px;
    border: none;
    border-radius: 5px;
    background: #339966;
    color: #fff;
    background: -moz-linear-gradient(top, #5ad363 0%, #339966 100%);
    background: -webkit-linear-gradient(top, #5ad363 0%, #339966 100%);
    background: linear-gradient(to bottom, #5ad363 0%, #339966 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ad363', endColorstr='#339966', GradientType=0);
}

.btn-os-success:hover {
    background: #5ad363;
    color: #fff;
    background: -moz-linear-gradient(top, #339966 0%, #5ad363 100%);
    background: -webkit-linear-gradient(top, #339966 0%, #5ad363 100%);
    background: linear-gradient(to bottom, #339966 0%, #5ad363 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339966', endColorstr='#5ad363', GradientType=0);

}

.btn-d-size {
    min-width: 150px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}


.btn-add-basket {
    border-radius: 5px;
    margin-bottom: 0;
    height: 40px;
    padding-left: 35px;
    padding-right: 35px;
    background: rgb(53, 155, 102);
    background: linear-gradient(0deg, rgba(53, 155, 102, 1) 0%, rgba(90, 211, 99, 1) 100%);
}

.btn-add-basket:hover {
    background: #5ad363;
    color: #fff;
    background: -moz-linear-gradient(top, #339966 0%, #5ad363 100%);
    background: -webkit-linear-gradient(top, #339966 0%, #5ad363 100%);
    background: linear-gradient(to bottom, #339966 0%, #5ad363 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339966', endColorstr='#5ad363', GradientType=0);
}

/* Custom Radio: Begin */

.new-btn.new-blue {
    background: rgb(22, 102, 197);
    background: linear-gradient(0deg, rgba(22, 102, 197, 1) 0%, rgba(60, 195, 234, 1) 100%);
}

.new-btn.new-orange {
    background: rgb(246, 97, 3);
    background: linear-gradient(0deg, rgba(246, 97, 3, 1) 0%, rgba(253, 193, 0, 1) 100%);
}

.custom-radio {
    height: 20px;
    display: inline-block;
}

.custom-radio label .minitext {
    font-size: 11px;
    color: #b2b2b2;
    font-weight: normal;
}

.custom-radio + .custom-radio {
    margin-left: 30px
}

/* Custom radio buttons */
input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 13px;
    height: 20px;
}

input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    border-radius: 50%;
}

input[type="radio"] {
    /*display: none !important;*/
    /**display: inline;*/
}

input[type="radio"]:checked + label:before {
    border: 1px solid #5ad363;
}

input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;

    border-radius: 50%;
    background: #5ad363;
}

/* Custom Radio: End */


/* Custom Checkbox: Begin*/
.custom-checkbox {
    display: inline-block;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label a {
    text-decoration: underline;
    color: #003366;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;

}

.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: solid 1px #ccc;
    background: white;
    border-radius: 3px;
}

.styled-checkbox:hover + label:before {
    background: #5ad363;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #5ad363;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Checkbox: End */

/* Custom Select: Begin */
.custom-select-group {
    display: flex;
    flex-wrap: nowrap;
}

.custom-select-group .filter-header {
    display: none;
}

.custom-select-group .custom-select {
    margin-left: 10px;
    display: block;
    width: 100%;
}

.custom-select-group .btn-apply-filter {
    display: none;
}

.custom-select-group .custom-select:first-child {
    margin-left: 0px;
}

.custom-select {
    position: relative;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    display: inline-block;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    border-color: #e1e1e1;
    color: #999999;
    background-color: #fff;
    padding: 6px 12px;
}

/* Custom Select: End */

/* Counter : Begin*/

.count-wrapper {
    width: 100px;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.count-wrapper .counter {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.count-wrapper .product-count {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    border: solid 1px #e0e0e0;
}

/* Counter : End */
/* Kategori Listesi: begin  */

.cat-list-container {
    border: solid 1px #ededed;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cat-list-container .container-header {
    padding: 6px 25px;
}

.cat-list-container .container-footer {
    padding: 15px;
    text-align: right;
}

.cat-list-container .container-header .s-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.cat-list-container .container-header .s-title {
    color: #666;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}

.cat-list-container .container-header .sort-select {
    float: right;
}

.cat-list-header {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 30px 0px 50px;
    background-color: #f6f6f6;
}

.cat-list-header .cell {
    font-size: 14px;
    font-weight: 600;
}

.cat-list-header .cell-1 {
    width: 10%;
}

.cat-list-header .cell-2 {
    width: 15%;
}

.cat-list-header .cell-3 {
    width: 35%;
}

.cat-list .cell {
    font-size: 14px;
}

.cat-list .cell .styled-checkbox + label {
    font-size: 0;
}

.cat-list .cell-1 {
    width: 10%;
}

.cat-list .cell-2 {
    width: 15%;
}

.cat-list .cell-3 {
    width: 35%;
}

.cat-list {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.cat-list.cat-list-type-1 {
    border-style: solid;
    border-color: #33ffcc;
    border-width: 0 0 4px 8px;
}

.cat-list.cat-list-type-2 {
    border-style: solid;
    border-color: #ffcc00;
    border-width: 0 0 4px 8px;
}

.cat-list.cat-list-type-3 {
    border-style: solid;
    border-color: #31b3e4;
    border-width: 0 0 4px 8px;
}

.cat-list.cat-list-type-4 {
    border-style: solid;
    border-color: #ffcccc;
    border-width: 0 0 4px 8px;
}


.cat-list .cat-list-title {
    width: 50px;
    position: relative;
    display: inline-block;
    background-color: #f6f6f6;
    border-right: solid 1px #e1e1e1;
}

.cat-list .cat-list-title .title {
    color: #666;
    font-size: 16px;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.cat-list.horizontal {
    display: block;
    padding-bottom: 0;
    background: #fff !important;
    border: none;

}

.cat-list.horizontal .cat-list-title {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.cat-list.horizontal.cat-list-type-1 .cat-list-title {
    background: rgb(0, 102, 153);
    background: linear-gradient(0deg, rgba(0, 102, 153, 1) 0%, rgba(0, 153, 204, 1) 100%);
}

.cat-list.horizontal.cat-list-type-2 .cat-list-title {
    background: rgb(255, 102, 0);
    background: linear-gradient(0deg, rgba(255, 102, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
}

.cat-list.horizontal.cat-list-type-3 .cat-list-title {
    background: rgb(102, 204, 153);
    background: linear-gradient(0deg, rgba(102, 204, 153, 1) 0%, rgba(102, 255, 153, 1) 100%);
}

.cat-list.horizontal.cat-list-type-4 .cat-list-title {
    background: rgb(255, 51, 51);
    background: linear-gradient(0deg, rgba(255, 51, 51, 1) 0%, rgba(255, 102, 51, 1) 100%);
}


.cat-list.horizontal .cat-list-title .title {
    position: static;
    text-align: center;
    padding: 12px;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    color: #fff;
}

.cat-list.horizontal .list {
    width: 100%;
}

.cat-list.horizontal .list-item {
    padding-left: 50px;
}

.cat-list .list {
    width: calc(100% - 50px);
    background-color: #fff;
    font-size: 14px;
    color: #333;
}

.cat-list .list-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 30px 5px 0;
    border-bottom: solid 1px #e1e1e1;
}

.cat-list .list-item .item-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 0;
    width: 75%;
}

.cat-list .list-item .item-content .cell-1 {
    width: 13%;
}

.cat-list .list-item .item-content .cell-3 {
    width: 48%;
}

.cat-list .list-item .name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding-right: 10px;
}

.cat-list .list-item .note {
    display: block;
    font-weight: 500;
    color: #ef383f;
}

.cat-list .list-item .modallink {
    color: #271bb0;
    text-decoration: underline;
}

.cat-list .list-item .size {
    color: #5ad363;
}

/* Kategori Listesi: End  */

/* Modal: Begin*/
#EquipmentModal .modal-dialog {
    width: 95%;
    max-width: 1090px;
}

#EquipmentModal .modal-dialog .title br {
    display: none;
}

#EquipmentModal .modal-dialog .list {
    text-align: center;
    margin-bottom: 20px;
}

#EquipmentModal .modal-dialog .list li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 5px 20px;
}

.modal .close {
    color: #d80027;
    opacity: 1;
    font-size: 30px;
}

.modal .modal-title {
    font-weight: 500;
}

/* Modal: end*/

/* Size Table: Begin */
.beden-olculeri .modal-size-note {
    color: #f00;
    text-align: center;
    padding: 20px 0 0;
}

.table-size th h5 {
    font-size: 14px;
    font-weight: 600;
    border-left: solid 1px #e1e1e1;
    text-align: center;
    padding: 6px 0;
    margin: 0;
    display: block;
}

.table-size th:first-child h5 {
    border-left: none;
}

.table-size tr:nth-child(even) {
    background-color: #fff;
}

.table-size > thead > tr > th {
    border-bottom: 1px solid #ddd;
    padding: 0 0 8px 0;
    height: 37px;
}

.table-size td {
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    vertical-align: middle !important;
    line-height: 100% !important;
    border-bottom: 1px solid #e1e1e1;
}

.table-size tr.selected {
    border: solid 2px #5ad363;
}

/* Size Table: End */

/* Product List: Begin */
.product-list-container {
    border: solid 1px #ededed;
    border-radius: 10px;
    overflow: hidden;
}

.product-list-container .container-header {
    padding: 13px 20px;
    background-color: #f6f6f6;
}

.product-list-container .filter-selection {
    margin-left: 10px;
}

.product-list-container .product-list.view-grid {
    padding: 60px 40px;
    display: flex;
    flex-wrap: wrap;
}

.product-list-container .product-list.view-list {

}


.product-list.view-grid .product-item {
    display: block;
    overflow: hidden;
    margin: 0 11px 50px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    width: calc((100% - 90px) / 4);
    float: left;
}

.product-list .product-item .photo {
    margin-bottom: 15px;
}

.product-list .product-item .photo img {
    max-height: 100%;
    max-width: 100%;
}

.product-list .product-item .name {
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
}

.product-list .product-item .count-wrapper {
    margin: 0 auto 10px;

}

.product-list .product-item .price-discount {
    margin-bottom: 5px;
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
}

.product-list .product-item .price {
    color: #797979;
    font-size: 20px;
    font-weight: bold;
}

.product-list-container .product-list.view-list .product-item {
    display: flex;
    flex-wrap: nowrap;
    padding: 13px 40px;
    border-bottom: solid 1px #e1e1e1;
    align-items: center;
    text-align: left;
}

.product-list-container .product-list.view-list .product-item .photo {
    width: 115px;
    margin-bottom: 0;
}

.product-list-container .product-list.view-list .product-item .photo img {
    max-height: 85px;
    max-width: 150px;
}

.product-list-container .product-list.view-list .product-item .name {
    width: calc(70% - 115px);
}

.product-list-container .product-list.view-list .product-item .count-wrapper {
    width: 10%;
    text-align: center;
}

.product-list-container .product-list.view-list .product-item .price-discount {
    width: 10%;
    text-align: center;
}

.product-list-container .product-list.view-list .product-item .price {
    width: 10%;
    font-size: 16px;
    text-align: center;
}

/* Product List: End */

/* Product Detail: Begin */
.pdetail .product-title {
    color: #666;
}

.pdetail .pdetail-price-standart {
    font-size: 19px;
    color: #999;
}

.pdetail .pdetail-price-sales {
    color: #5ad363 !important;
}

.pdetail .quantity {
    margin-top: 50px;
}

.pdetail .quantity-number {
    height: 40px;
}

.pdetail .quantity-left-minus,
.pdetail .quantity-right-plus {
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    font-size: 12px;
}

.pdetail .quantity-left-minus .fa,
.pdetail .quantity-right-plus .fa {
    font-size: 12px;
}

.pdetail .quantity .quantity-wrapper {
    max-width: 100px;
    margin-right: 20px;
    float: left;
}

.pdetail .quantity .btn-default {
    margin-bottom: 0;
    height: 40px;
    padding-left: 35px;
    padding-right: 35px;
    background: rgb(53, 155, 102);
    background: linear-gradient(0deg, rgba(53, 155, 102, 1) 0%, rgba(90, 211, 99, 1) 100%);
}

.pdetail .product-description {
    margin-top: 70px;
    padding-top: 25px;
    border-top: solid 1px #e1e1e1;
}

.pdetail .product-description .title {
    color: #666;
    margin-bottom: 10px;
}

.pdetail .product-description .prop li {
    list-style: none;
    color: #999999;
    font-size: 14px;
}

.product-image-list a img {
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    max-width: 120px;
    max-height: 160px;
}

/* Product Detail: End */

/* Hesaplar: Begin */
.main {
    border: solid 1px #ededed;
    border-radius: 5px;
}

.cargono {
    font-size: 30px;
    color: #5ad363;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.main .mainBaslik {
    background-color: #f6f6f6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main .mainBaslik .title {
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
}

.main .mainBaslik .title img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    float: none;
}

.main .main-content {
    padding: 30px 30px;
}

.main .hesabim {
    margin: 0;
}

.main .hesabim .active {
    color: #5ad363;
    font-weight: bold;
}

.main .form-group {
    margin-bottom: 23px;
}

.main .form-group label {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.main .form-group .form-control {
    border-color: #e1e1e1;
    color: #999999;
}

/* Hesaplar: End */

/* Order Detail: Begin */

.icon-return-product {
    background: url(../imgs/icon-return-product.png) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-right: 10px;
}

.main-content .success {
    color: #5ad363;
}

.main-content .note {
    color: #f00;
}


.main-content .notification.text-danger {
    font-size: 18px;
    color: #ff0000;
}

.main-content .notification.text-success {
    font-size: 15px;
    color: #666;
}

.main-content .notification.text-success .no {
    color: #fff;
    background-color: #5ad363;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    vertical-align: middle;
}

.main-content .text-info {
    padding: 10px 20px;
    background-color: #5ad363;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.btn-table {
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    max-width: 120px;
    min-width: 100px;
    display: inline-block;
    vertical-align: top;
}

.btn-table .fa {
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
}

.btn-table.btn-default {
    border: solid 1px #e1e1e1 !important;
    background: rgb(254, 254, 254);
    background: linear-gradient(0deg, rgba(254, 254, 254, 1) 0%, rgba(230, 230, 230, 1) 50%, rgba(254, 254, 254, 1) 100%);
}

.btn-table.btn-default .fa {
    color: #5ad363;
}

.btn-table.btn-success {
    color: #fff;
    border: none;
    background: rgb(26, 170, 101);
    background: linear-gradient(0deg, rgba(26, 170, 101, 1) 0%, rgba(89, 211, 99, 1) 67%);
}

.btn-table.btn-success .fa {
    color: #fff;
}

.tabs-type1 li a {
    border: 1px solid #e1e1e1 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    font-size: 15px;
    color: #999;
    margin-right: 5px;
}

.tabs-type1 li.active a {
    color: #5ad363 !important;
    font-weight: bold;
    border-bottom-color: transparent !important;
}

.table-type1 thead tr {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.table-type1 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-type1 thead th {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    padding: 13px 20px !important;
}

.table-type1 tbody tr.canceled {
    background-color: #fec2c2;
}

.table-type1 tbody tr.selected {
    background-color: #88f5c0;
}

.table-type1 tbody tr:nth-child(even) {
    background-color: #fff;
}

.table-type1 tbody td {
    font-size: 14px;
    color: #333333;
    padding: 10px 20px !important;
    vertical-align: middle !important;
}

.table-type1 .cell-photo {
    width: 125px;
}

.table-type1 .cell-price {
    width: 130px;
}

.table-type1 tbody td .size {
    font-weight: bold;
    color: #5ad363;
}

.table-type1 tbody tr.deleted {
    opacity: .3;
    cursor: default;
}

.table-type1 tbody .btn-default.active {
    height: 100px;
    margin-bottom: -15px;
    background: rgb(230, 230, 230);
    background: linear-gradient(0deg, rgba(230, 230, 230, 1) 0%, rgba(254, 254, 254, 1) 100%);
}

.table-type1 tbody .btn-success.active {
    height: 100px;
    margin-bottom: -11px;
}

.table-type1 tbody td .btn {
    margin: 0 5px;
}

.table-type1 tbody .detail {
    display: none;
}

.table-type1 tbody .detail.showed {
    display: table-row;
}

.table-type1 tbody .detail > td {
    padding: 0 !important;
}

.table-type1 tbody .detail.showed td .products-detail-container {
    border: solid 3px #1aaa65;
    background: #fff;
    position: relative;
}

.table-type1 tbody .detail.showed td .products-detail-container .table {
    margin-bottom: 0;
}

.table-type1 tbody .detail.showed td .detail-container {
    padding: 50px;
    color: #666;
    font-size: 15px;
    border-top: solid 3px #e6e6e6;
    background: #fff;
    position: relative;
}

.table-type1 tbody .detail .title {
    color: #666666;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px;
}

.table-type1 tbody .detail .sub-title {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
}

.table-type1 tbody .detail p {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 45px;
}

.table-type1 tbody .detail .payment .text-return-message {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.table-type1 tbody .detail .payment {
    background-color: #f7fdf7;
    padding: 30px;
    text-align: center;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 35px;
}

.table-type1 tbody .detail .total {
    font-size: 22px;
    color: #6dd775;
    font-weight: 600;
}

.table-type1 tbody .notification td {
    padding: 0 !important;
}

.table-type1 tfoot {
    background-color: #f6f6f6;
    color: #666666;
    font-size: 15px;
    font-weight: 600;
}

.table-type1 tfoot td {
    vertical-align: middle !important;
}

.table-type1 .total-price {
    font-size: 22px;
    color: #6dd775;
    font-weight: 600;
}

.table-type1 .detail-package {
    display: none;
}

.table-type1 .detail-package.showed {
    display: table-row
}

.table-type1 .detail-package > td {
    padding: 0 !important;
}

.table-type1 .products-detail > td {
    padding: 0 !important;
}

.table-type1 tbody tr .return-wrapper .text {
    display: none;
}

.table-type1 tbody tr.selected .return-wrapper .text {
    display: inherit;
}

.table-type1 tbody tr.selected .return-wrapper .btn-iadeiste {
    display: none;
}

.table-type1 .btn-package-detail-close {
    display: block;
    margin: -20px auto 0;
    width: 110px;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 7px;
    background: rgb(26, 170, 101);
    background: linear-gradient(0deg, rgba(26, 170, 101, 1) 0%, rgba(89, 211, 99, 1) 67%);
}

.table-type1 .btn-package-detail-close .fa {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
}

.table-detail-package {
    border: solid 2px #7cc800;
    margin-bottom: 0;
}

.table-detail-package thead {
    background-color: #f6f6f6;
}

.table-detail-package tbody td {
    padding: 10px 20px !important;
}

.table-products-detail thead {
    background-color: #f6f6f6;
}

.table-products-detail tfoot {
    background-color: #f6f6f6;
}

.count-wrapper {
    width: 100px;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.count-wrapper .counter {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.count-wrapper .product-count {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    border: solid 1px #e0e0e0;
}

.mobile-table {
    border: solid 1px #e7e7e7;
}

.mobile-table.cell-4 .th, .mobile-table.cell-4 .td {
    /*width: 25%;*/
}

.mobile-table .mobile-table-header {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    display: table;
    width: 100%;
    position: static;
    border-bottom: solid 1px #e7e7e7;
}

.mobile-table .mobile-table-header .th {
    display: table-cell;
    padding: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.mobile-table-header .selection-title {
    float: right;
    width: 80px;
    padding: 5px;
}

.mobile-table .item.active {
    border: solid 2px #68ce80 !important;
}

.mobile-table .item.canceled .item-info {
    background-color: #ffbdbd !important;
}

.mobile-table .item .item-info {
    display: table;
    width: 100%;
    border-bottom: solid 1px #e7e7e7;
}

.mobile-table .item:last-child {
    border: none;
}

.mobile-table .item .item-info .td {
    text-align: center;
    font-size: 15px;
    color: #333;
    display: table-cell;
    padding: 15px 10px;
}

.mobile-table .item .item-info .td.u {
    text-decoration: underline;
}

.mobile-table .item .item-details {
    display: none;
}

.mobile-table .item .item-details .info {
    border-bottom: solid 1px #e7e7e7;
    font-size: 15px;
    color: #333;
    padding: 10px;
    margin-bottom: 0;
    text-align: left;
}

.mobile-table .item .item-details .info dt {
    display: inline-block;
    width: 45%;

}

.mobile-table .item .item-details .info dd {
    display: inline-block;
    width: 53%;
}


.mobile-table .item .item-info .btn-item-detail {
    color: #5ad363;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
}

.mobile-table .item .item-details .item-detail {
    /* width: 50%;
      float: left;*/
    display: inline-block;
    padding: 20px;
    max-width: 48%;
}

.mobile-table .item .item-details .item-detail:last-child {
    margin-bottom: 0px;
}

.mobile-table .item .item-details .detail-content {
    display: none;
    padding: 15px 15px;
}


.mobile-table .item .item-details .detail-content .title {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
}

.mobile-table .item .item-details .detail-content .sub-title {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mobile-table .item .item-details .detail-content p {
    color: #666;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 25px;
    font-weight: bold;
}

.mobile-table .item .item-details .detail-content .payment .text-return-message {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.mobile-table .item .item-details .detail-content .payment {
    padding: 30px 0px;
    text-align: center;
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 35px;
}

.mobile-table .item .item-details .detail-content .total {
    font-size: 15px;
    color: #5ad363;
    font-weight: 600;
}

.mobile-table .item .item-details.show-detail-iade-bilgileri .btn-table.btn-default,
.mobile-table .item .item-details.show-detail-address .btn-table.btn-default {
    border-bottom: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: rgb(254, 254, 254);
    background: linear-gradient(0deg, rgba(244, 244, 244, 1) 50%, rgba(254, 254, 254, 1) 100%);
    margin-bottom: -20px;
    height: 112px;
}

.mobile-table .item .item-details.show-detail-iade-icerik .btn-table.btn-success {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: rgb(254, 254, 254);
    background: linear-gradient(0deg, rgba(244, 244, 244, 1) 50%, rgba(254, 254, 254, 1) 100%);
    margin-bottom: -20px;
    height: 112px;
    color: #000;
    border: solid 1px #e1e1e1;
    border-bottom: none;
}

.mobile-table .item .item-details.show-detail-iade-icerik .btn-table.btn-success .fa {
    color: #5ad363;
}

.mobile-table .item .item-details.show-detail-address .detail-address,
.mobile-table .item .item-details.show-detail-iade-bilgileri .detail-iade-bilgileri {
    display: block;
    background-color: rgba(244, 244, 244, 1);
}

.mobile-table .item .item-details.show-detail-iade-icerik .detail-iade-icerik {
    display: block;
    /* background-color: rgba(89,211,99,1);*/
    background-color: rgba(244, 244, 244, 1);
}

.mobile-table .item .item-details.showdetail .detail-content {
    clear: both;
}

.mobile-table .item .item-details.showdetail .fa-chevron-circle-right {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mobile-table .item .item-detail .btn-item-content-detail {
    background: #ffcc33;
    background: -moz-linear-gradient(top, #ffcc33 0%, #ff9a01 50%, #ffcc33 100%);
    background: -webkit-linear-gradient(top, #ffcc33 0%, #ff9a01 50%, #ffcc33 100%);
    background: linear-gradient(to bottom, #ffcc33 0%, #ff9a01 50%, #ffcc33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc33', endColorstr='#ffcc33', GradientType=0);
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 10px;
    display: block;
    box-shadow: none;
    outline: none;
    border: none;
}

.mobile-table .item .item-detail .btn-item-content-detail .fa-chevron-circle-right {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}


.mobile-table .item.active .item-info {
    background-color: #f3f3f3;
}

.mobile-table .item.active .btn-item-detail {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mobile-table .item.active .item-details {
    display: block;
    text-align: center;
}

.mobile-table .item.active .item-details:before, .mobile-table .item.active .item-details:after {
    content: "";
    display: table;
}

.mobile-table .item.active .item-details:after {
    clear: both;
}

.mobile-table .btn-package-detail {
    font-weight: bold;
}

.mobile-table .btn-table-text {
    padding: 0;
    font-weight: bold;
}

.mobile-tabs {
    border: solid 1px #e1e1e1;
}

.mobile-tabs li {
    border: solid 1px #e1e1e1;
    margin-bottom: 8px;

}


.mobile-tabs li:last-child {
    margin-bottom: 0;
}

.mobile-tabs li .btn-tab {
    display: block;
    cursor: pointer;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ffffff', GradientType=0);
    padding: 8px 10px;
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    position: relative;
    box-shadow: none;
    outline: none;
    border: none;
}

.mobile-tabs li .btn-tab .fa {
    color: #5ad363;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 20px;
    height: 20px;
    margin: auto;
}

.tab-page {
    margin-bottom: 30px;
    margin-top: 20px;
    display: none;
}

.tab-page.active {
    display: block;
}

.tab-page .header-tab-page {
    /* background: #fefefe;
     background: -moz-linear-gradient(top,  #fefefe 0%, #e6e6e6 51%, #ffffff 100%);
     background: -webkit-linear-gradient(top,  #fefefe 0%,#e6e6e6 51%,#ffffff 100%);
     background: linear-gradient(to bottom,  #fefefe 0%,#e6e6e6 51%,#ffffff 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ffffff',GradientType=0 );
     */
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #5ad363 !important;
    border: solid 1px #e1e1e1;
    border-bottom: none;
}


.tab-page .tab-page-content {
    border: solid 1px #e1e1e1;
    margin-bottom: 30px;
}

.tab-page-item {
    padding: 10px 20px;
    display: table;
    width: 100%;
    text-align: left;
}

.tab-page-item:before, .tab-page-item:after {
    content: "";
    display: table;
}

.tab-page-item:after {
    clear: both;
}

.tab-page-item.selected {
    background-color: #88f5c0 !important;
}

.tab-page-item .photo {
    /* float: left;*/
    width: 80px;
    display: table-cell;
    vertical-align: middle;
}

.tab-page-item .description {
    /*float: left;*/
    display: table-cell;
    width: calc(100% - 80px);
    vertical-align: middle;
}

.tab-page-item .description h6 {
    color: #333333;
    font-size: 13px;
    margin-bottom: 17px;
    font-weight: normal;
}

.tab-page-item .description .count {

    color: #333333;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}

.tab-page-item .description .price {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}

.tab-page-item .description .return-wrapper {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}


.tab-page .tab-page-content.item-selectable .description {
    width: calc(100% - 120px);
}


.tab-page .tab-page-content.item-selectable .selection {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}


.product-total .total {
    color: #5ad363 !important;
    font-size: 22px;
    font-weight: bold;
}

.product-total {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    padding: 13px 20px;
    border-top: solid 1px #e1e1e1;
}


.tab-page-content .tab-page-item .return-wrapper .text {
    display: none;
}

.tab-page-content .tab-page-item.selected .return-wrapper .text {
    display: inherit;
}

.tab-page-content .tab-page-item.selected .return-wrapper .btn-iadeiste {
    display: none;
}


.modal-footer .btn {
    vertical-align: top;
}


/* Order Detail: End */

/* Basket: Begin */
.basket-content {
    padding: 35px;
}


.steps {
    position: relative;
    width: 100%;
    margin-bottom: 35px
}

.steps:before, .steps:after {
    content: " ";
    display: table;
    border-spacing: 0
}

.steps:after {
    clear: both
}

.steps:before {
    content: "";
    border-bottom: solid 2px #c0c0c0;
    display: block;
    width: 92%;
    position: absolute;
    z-index: 0;
    top: 25px;
    margin: auto;
    left: 0;
    right: 0
}

.steps ul {
    position: relative;
    z-index: 10
}

.steps ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(100% / 3);
    float: left;
    position: relative;
    z-index: 10
}

.steps ul li:nth-child(2) {
    text-align: center
}

.steps ul li:nth-child(3) {
    text-align: right
}

.steps ul li .step {
    text-align: center;
    display: inline-block;
    color: #c0c0c0;
    font-weight: bold;
    font-size: 20px
}

.steps ul li .step .no {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 2px #c0c0c0;
    background-color: #fff;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: #c0c0c0;
}

.steps ul li .step.active {
    color: #64db75;
}

.steps ul li .step.active .no {
    color: #64db75;
    border-color: #64db75;
}

.steps ul li .step.completed {
    color: #64db75;
}

.steps ul li .step.completed .no {
    background-color: #64db75;
    border-color: #64db75;
    color: #fff
}


.table-container {
    border-radius: 10px;
    border: solid 1px #ededed;
    overflow: hidden;
}

.table-type2 {
    width: 100%;
}

.basket-detail-table {
    padding: 0 !important;
}

.table-type2 tr:nth-child(even) {
    background-color: transparent;
}

.table-type2 th {
    background-color: #f6f6f6;
}

.table-type2 th {
    padding: 10px 30px;
    font-weight: bold;
    color: #666;
}

.table-type2 .cell-1 {
    width: 15%;
}

.table-type2 tbody td {
    padding: 15px 30px;
}

.table-type2 .product-item td {
    padding: 45px 30px;
    border-bottom: solid 1px #ededed;
}

.table-type2 .product-item td:first-child {
    text-align: left;
}

.basket-payment-box {
    border-radius: 5px;
    background-color: #f6f6f6;
    overflow: hidden;
}

.basket-payment-box .box-header {
    padding: 10px;
    background-color: #666666;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.basket-payment-box .box-body {
    padding: 20px;
}

.basket-payment-box .box-body li .title {
    display: inline-block;
    width: 60%;
    color: #666666;
}

.basket-payment-box .box-body li .price {
    display: inline-block;
    width: 38%;
    text-align: right;
}

.basket-payment-box .box-body li .total {
    font-size: 20px;
    color: #5ad363;
    font-weight: bold;
}

.basket-payment-box .box-body li {
    list-style: none;
    border-bottom: dotted 1px #bcbcbc;
    padding-bottom: 16px;
    margin-bottom: 20px;
    color: #666666;
    font-size: 14px;
}

.basket-payment-box .box-body li:last-child {
    border: none;
    margin-bottom: 0;
}

/* Basket: End */
/* Order Delivery : Begin */
.icon-step {
    background: url(../imgs/icon-steps.png) no-repeat;
    width: 57px;
    height: 52px;
    margin-right: 15px;
}

.icon-complete {
    background: url(../imgs/icon-completed.png) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
}

.icon-step.icon-1 {
    background-position: 0 0;
}

.active .icon-step.icon-1 {
    background-position: 0 -52px;
}

.icon-step.icon-2 {
    background-position: 0 -105px;
}

.active .icon-step.icon-2 {
    background-position: 0 -158px;
}

.icon-step.icon-3 {
    background-position: 0 -215px;
}

.active .icon-step.icon-3 {
    background-position: 0 -269px;
}


.hr-type2 {
    margin: 55px 0;
}

.form-basket .form-group {
    margin-bottom: 25px;
}

.form-basket .form-group textarea {
    resize: none;
    border-radius: 10px;
}

.form-basket .form-group .input-label {
    display: block;
}

.form-basket .form-group .custom-select {
    display: block;
    width: 100%;
}

.cargo-note {
    margin: 50px 0 80px;
    color: #f00;
    padding: 0 30px;
    border-radius: 10px;
}

.cargo-note .title {
    color: #f00;
    margin-bottom: 20px;
}

.cargo-note p {
    color: #f00;
}

.payment-options {
    margin: 0 auto 40px;
    text-align: center;
}

.payment-options:before, .payment-options:after {
    content: "";
    display: table;
}

.payment-options:after {
    clear: both;
}

.payment-options li {
    display: block;
    cursor: pointer;
    float: left;
    list-style: none;
    border: solid 1px #c0c0c0;
    padding: 10px;
    width: calc(100% / 3);
    text-align: center;
    font-size: 16px;
    color: #c0c0c0;
    position: relative;
}

.payment-options li.active {
    border-color: #64db75;
    color: #64db75;
}

.payment-item .icon {
    background: url(../imgs/icon-steps.png);
    width: 83px;
    height: 82px;
    display: block;
    margin: 0 auto 12px;
}

.payment-item .icon-1 {
    background-position: 0 -325px;
}

.payment-item .icon-2 {
    background-position: 0 -414px;
}

.payment-item .icon-3 {
    background-position: 0 -504px;
}

.cardPaymentForm .credit-card {
    background: url(../imgs/kkarti.png) no-repeat;
    width: 281px;
    height: 176px;
    position: relative;
    margin-bottom: 20px;
}

.cardPaymentForm .credit-card .cardno {
    font-weight: bold;
    position: absolute;
    top: 97px;
    left: 22px;
    color: #000;
    font-size: 19px;
}

.cardPaymentForm .credit-card .date {
    position: absolute;
    top: 127px;
    left: 136px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.cardPaymentForm .credit-card .name {
    position: absolute;
    top: 150px;
    left: 30px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.payment-info-box {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background-color: #5ad363;
    margin-bottom: 15px;
    border-radius: 10px;
}

.bank-list {
    width: 100%;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
}

.bank-list li {
    list-style: none;
    border-bottom: solid 1px #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.table-installment-wrapper {
    width: 100%;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    overflow: hidden;
}

.table-installment-wrapper table {
    width: 100%;
    margin-bottom: 0;
}

.table-installment-wrapper thead {
    background: rgb(243, 243, 243);
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.table-installment-wrapper thead th {
    font-size: 14px;
    text-align: center;
    width: 33%;
    padding: 10px 5px;
}

.table-installment-wrapper td {
    background-color: #fff;
    font-size: 14px;
    padding: 13px 0;
    text-align: center;
}

.table-installment tr.selected td {
    background-color: #f8f8f8;
}

.table-bank {
    font-size: 14px;
    text-align: center;
}

.table-bank th {
    text-align: center;
    background-color: #f8f8f8;
}

.table-bank td .label {
    display: none
}

.table-bank th, .table-bank td {
    padding: 15px 0 !important;
}

/* Order Delivery : End */

/* Login: begin */

.sign-box {
    border: 1px solid #cfcfcf;
    width: 100%;
    height: auto;
    float: left;
}


.sign-box .btn-text {
    font-weight: 600;
    text-decoration: underline;
    color: #333;
}

.sign-box .sign-type {
    margin-bottom: 10px;
}

.sign-type input[type="radio"] {
    display: none !important;
}

.sign-box .btn {
    margin-bottom: 20px;
}

.sign-box .btn i {
    background-color: transparent;
    display: inline-block;
}

.sign-box .box-header {
    padding: 5px 15px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
}

.sign-box .mainBaslik .login-title, .sign-box .mainBaslik .register-title {
    margin: 0 0 10px;
    font-size: 21px;
    padding: 5px 0;
}

.sign-box .mainBaslik h2 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.sign-box .mainBaslik h2 span {
    padding: 4px 0 0 0;
    float: left;
}

.sign-box label {
    font-size: 14px;
}

.sign-box.login-content .register-title {
    display: none;
}

.sign-box.login-content #register-form {
    display: none;
}

.sign-box.register-content .login-title {
    display: none;
}

.sign-box.register-content #login-form {
    display: none;
}

/* Login: end */

.tab-content-addr {
    padding: 25px 0;
}

.add-list {
    padding: 20px;
    margin: 0 -15px 15px;
}

.add-list:before, .addr-list:after {
    content: "";
    display: table;
}

.addr-list:after {
    clear: both;
}

.add-list .addr-box {
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 15px 30px;
    width: calc((100% - 90px) / 3);
}

.add-list .addr-box:nth-child(3n+1) {
    margin-left: 0;
}

.add-list .addr-box .addr-header {
    border-bottom: 1px solid #ddd;
    padding: 15px
}

.add-list .addr-box .addr-header .title {
    color: #666666;
    margin: 0;
}

.add-list .addr-box .addr-body {
    padding: 15px;
    color: #999999;
    min-height: 260px;
}

.add-list .addr-box .addr-footer {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    background-color: #f6f6f6;
}

.add-list .addr-box .addr-footer button {
    width: 90px;
    margin-bottom: 0;
}


.btns-mobile-filter, .mobile-menu {
    display: none
}

@media only screen and (min-width: 768px) {
    .view-mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #EquipmentModal .modal-dialog .title br {
        display: block;
    }

    #EquipmentModal .modal-dialog .list li {
        width: 46%;
    }

    .mobile-menu {
        display: block;
        float: left;
        cursor: pointer;
    }

    .add-list-yeni {
        padding: 20px;
    }

    .add-list {
        margin: 0 0 15px;
    }

    .add-list .addr-box {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .content-box {
        border: none;
    }

    .content-box .content-header {
        background-color: #fff;
        border: solid 1px #e1e1e1;
        margin-bottom: 15px;
        padding: 10px;
    }

    .content-box .content-wrapper {
        padding: 0;
    }

    .content-box .content-wrapper .content-body {
        width: 100%;
        float: none;
        padding-top: 0px;
    }

    .content-box .content-wrapper .left-menu {
        display: none;
    }


    .notification.text-danger {
        color: #fff;
        background-color: #f00;
        font-weight: bold;
        text-align: center;
        padding: 15px 25px;
    }

    .notification.text-success {
        color: #5ad363 !important;
        font-weight: bold;
        text-align: center;
        padding: 0px 25px;
    }

    .main-content .notification.text-success .no {
        color: #5ad363 !important;
        font-size: 20px;
        display: initial;
        padding: 0;
        background-color: transparent;
    }

    .table-type2 {
        margin-bottom: 20px;
    }

    .cat-list-header .cell {
        font-size: 11px;
        font-weight: 400;
    }

    .cat-list .cell {
        font-size: 12px;
    }

    .cat-list-header .cell-1,
    .cat-list .cell-1 {
        width: 100%;
    }

    .cat-list-header .cell-2 {
        width: 100%;
    }

    .cat-list .cell-2 {
        width: 40px;
    }

    .cat-list-header .cell-3,
    .cat-list .cell-3 {
        width: 100%;
    }

    .cat-list .list-item .name {
        font-size: 12px;
    }

    .count-wrapper .counter {
        width: 15px;
        font-size: 15px;
    }

    .basket-content {
        padding: 15px;
    }

    .hesabim li {
        display: inline-block;
        margin-right: 20px;
    }

    .btn-table {
        max-width: 100%;
    }

    .btn.btn-grid {
        margin-right: 5px;
    }

    .product-list-container .custom-secondary .select-selected {
        height: 60px;
    }

    .btns-mobile-filter {
        display: block;
        margin-bottom: 15px;
        background-color: #fff;
    }

    .pdetail .cart-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #f0f0f0;
        padding: 10px;
        text-align: center;
    }

    header .top-container .cd-dropdown-wrapper {
        display: inline-block;
        vertical-align: middle;
        max-width: 150px;
        width: 100%;
        margin: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .ayar-bosluk{
        margin-left: 2px!important;
    }
     header .top-container .top-logo {
        max-width: 80px;
        padding: 6px;
    }
    .view-desktop {
        display: none;
    }

    .view-mobile {
        display: block;
    }

    .steps:before {
        width: 84%;
    }

    .basket-content {
        padding: 15px;
    }

    .table-type2 thead {
        display: none;
    }

    .table-type2 tbody tr {
        display: block;
        border-bottom: solid 1px #ededed !important;
    }

    .table-type2 tbody tr td {
        display: inline-block;
        text-align: left !important;
        padding: 10px 10px 15px !important;
        border: none !important;
    }

    .table-type2 .table-thead {
        display: none;
    }

    .table-type2 tbody tr td label.view-mobile {
        display: block;
        border-bottom: solid 1px #ececec;
        font-size: 12px;
    }

    .new-btn {
        display: inline-block;
        margin-bottom: 10px;
        /*width: 100%;*/
    }

    .main .main-content {
        /*padding: 20px 10px;*/
    }

    .hesabim {
        position: fixed;
        width: 100%;
        background: #fff;
        left: -150%;
        padding-top: 20px;
        top: 0;
        height: 100%;
        z-index: 100;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
    }

    .hesabim.active {
        left: 0;
    }

    .hesabim li {
        color: #000;
        padding-left: 40px;
        display: block;
        margin-bottom: 20px;
        float: none;
    }

    .hesabim li a {
        color: #777;
        font-weight: 400;
        font-size: 14px;
    }


    .cat-list-container .container-header {
        padding: 6px 10px;
    }

    .cat-list-container .cat-list {
        display: block;
        width: 100%;
        background: #f6f6f6 !important;
    }

    .cat-list-container .list-item {

        text-align: center;
        padding: 5px 5px 0 !important;
    }

    .cat-list-container .list-item:before,
    .cat-list-container .list-item:after {
        display: table;
        content: "";
    }

    .cat-list-container .list-item:after {
        clear: both;
    }

    .cat-list-container .list-item .item-content:before,
    .cat-list-container .list-item .item-content:after {
        display: table;
        content: "";
    }

    .cat-list-container .list-item .item-content:after {
        clear: both;
    }

    .cat-list-container .list-item .item-content {
        display: block;
        width: calc(100% - 100px);
        float: left;
    }

    .cat-list-container .list-item .item-content .cell-3 {
        width: 100%;
    }

    .cat-list-container .list-item .item-content .cell-1 {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }

    .cat-list-container .list-item .item-content .price-cell {
        padding-top: 7px;
    }

    .cat-list-container .list-item .custom-checkbox {
        font-size: 0;
        margin-top: 40px;
    }

    .cat-list-container .list-item .cell .custom-checkbox label {
        font-size: 0 !important;
    }

    .cat-list-container .list-item .cell {
        display: block;
        text-align: left;
        margin-bottom: 15px;
    }

    .cat-list .list {
        width: 100%;
    }

    .cat-list .cat-list-title {
        width: 100%;
    }

    .cat-list .cat-list-title .title {
        position: static;
        transform: none;
        -webkit-transform: none;
        text-align: center;
        color: #666;
    }

    .cat-list.horizontal .cat-list-title {
        border-radius: 0;
    }

    .cat-list.horizontal .cat-list-title .title {
        color: #fff;
    }

    .cat-list-container .cat-list-header {
        display: none;
    }

    .count-wrapper {
        width: 70px;
    }

    .cat-list-container .cat-list .photo {
        width: 70px;
        float: left;
        text-align: center !important;
    }

    .cat-list .cell .styled-checkbox + label {
        font-size: 12px !important;
    }

    .cat-list .cell .styled-checkbox + label:before {
        margin-bottom: 0 !important;
        vertical-align: middle;
    }


    .basket-content .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .basket-payment-box {
        margin-bottom: 20px;
    }

    .table-bank {
        text-align: left;
    }

    .table-bank thead {
        display: none;
    }

    .table-bank tr td {
        padding: 10px !important;
        display: block;
    }

    .table-bank tr {
        display: block;
        margin-bottom: 20px;
        border: solid 1px #e1e1e1;
    }

    .table-bank .bank {
        background-color: #f5f5f5;
    }

    .table-bank td span {
        display: inline-block;
        font-weight: bold;
        width: 80px;
        margin-right: 20px;
    }

    .hesabim li {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .product-list-container .product-list.view-grid {
        padding: 20px;
    }

    .product-list-container .container-header {
        background-color: transparent;
    }

    .product-list-container .custom-select-group {
        display: none;
    }

    .product-list-container .custom-secondary .select-selected {
        height: auto;
    }

    .product-list-container .custom-select-group .custom-select {
        margin-left: 0;
        margin-bottom: 10px;

    }

    .product-list.view-grid .product-item {
        width: calc((100% - 50px) / 2);
        margin: 0 11px 15px;
    }

    .ghost-right-menu {
        display: none;
    }

    header {
        height: 60px;
    }

    header .top-container {
        padding-top: 0;
    }


    .cd-dropdown-wrapper .cd-dropdown-trigger {
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    .search-input-box .fa-search {
        display: none;
    }

    .cd-dropdown-wrapper .btn-search {
        display: inline-block;
    }

    .search-input-box {
        position: absolute;
        top: -150%;
        z-index: 10;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
    }

    .search-input-box.active {
        top: 63px;
    }

    header .top-container {
        height: 65px;
        background-color: #f4f4f4;
        margin-bottom: 20px!important;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, .2);
    }

    header .top-container .top-right-menu-cart {
        font-size: 0px;
        text-align: center;
        max-width: 60px;
        margin-top: -23px;
        margin-right: 55px;
    }

    header .top-container .top-right-menu-user {
        font-size: 0px;
        text-align: center;
        max-width: 40px;
        right: 50px;
        padding-left: 0;
        margin-top: 15px;
    }

    header .top-container .top-right-menu-user .fa {
        font-size: 20px;
    }

    .school-name {
        display: block;
        margin-bottom: 15px;
    }

    .cat-list-container .container-footer {
        background-color: #f0f0f0;
        position: fixed;
        z-index: 1000;
        width: 97%;
        bottom: 0;

    }

    .cat-list-container .container-footer .total-price {
        color: #6e6e6e;
        font-size: 18px;
        text-align: left;
        padding-top: 7px;
    }

    .modal-sorting-wrapper {
        position: fixed;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: rgba(0, 0, 0, .7);
    }

    .modal-sorting-wrapper.active {
        display: flex;
    }

    .modal-sorting-wrapper .modal-sorting {
        width: 95%;
        border: solid 1px #e1e1e1;
        background-color: #fff;
        text-align: left;
    }

    .modal-sorting-wrapper .modal-sorting-header {
        padding: 15px;
        background-color: #f7f7f7;
        color: #666;
        font-size: 18px;
        font-weight: 600;
        position: relative;
    }

    .modal-sorting-wrapper .modal-sorting-header .icon-close {
        color: #666666;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .modal-sorting-wrapper .modal-sorting-body li {
        list-style: none;
        padding: 15px;
        color: #666;
        font-size: 18px;
        font-weight: 600;
        border-top: solid 1px #e1e1e1;
    }

    #bedenTablosu .modal-dialog {
        width: 95%;
    }

    .modal:before {
        content: none;
    }

    #bedenTablosu .beden-olculeri {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-list-container .custom-select-group.active {
        display: block;
        border: solid 1px #e1e1e1;
    }

    .product-list-container .custom-select-group.active .custom-select {
        border-top: solid 1px #e1e1e1;
    }

    .custom-select-group .filter-header {
        display: block;
    }

    .custom-select-group .filter-header {
        position: relative;
        width: 100%;
        background-color: #f7f7f7;
        color: #666;
        padding: 15px;
    }

    .custom-select-group .filter-header .icon-close {
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        color: #666;
        left: 15px;
        top: 15px;
    }

    .custom-select-group .filter-header .title {
        text-align: center;
        width: 100%;
        font-weight: bold;
    }

    .custom-select-group .filter-header .clear-filter {
        position: absolute;
        font-size: 16px;
        right: 15px;
        top: 15px;
        color: #666;
    }

    .custom-select-group .custom-select .select-selected {
        border: none;
    }

    .custom-select-group .custom-select {
        border: none;
    }

    .custom-select-group .btn-apply-filter {
        width: 100%;
        margin-top: 15px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 15px;
        background-color: #666;
        border: solid 1px #e1e1e1;
    }

    .footer {
        background: #f5f6f0;
        border: none;
    }

    .footer .col-xs-12 {
        padding: 0 30px;
    }

    .footer .footer-menu-items {
        border-bottom: solid 1px #d6d6d6;
        position: relative;
    }

    .footer .footer-menu-items h4 .arrow {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #666;
    }

    .footer .footer-menu-items ul {
        display: none;
    }

    .footer .footer-menu-items.active ul {
        display: block;
    }

    .footer .footer-menu-items.active h4 .arrow {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #666;
    }

    .footer .media-wrapper {
        padding-top: 30px;
        text-align: center;
    }

    .main-content .text-info {
        background-color: transparent;
        color: #666;
    }

    .tab-page {
        margin: 30px 0px;
    }

    .text-cargo p {
        font-size: 22px;
    }

    .td-block {
        display: block !important;
    }

    .cargo-note {
        background-color: transparent;
        color: #f00;
        border: solid 1px #f00;
    }

    .cargo-note p {
        color: #f00;
    }

    .mobile-payment-options li {
        list-style: none;
        background-color: #f8f8f8;
        border: solid 1px #e1e1e1;
        margin-bottom: 10px;
        font-size: 16px;
        color: #666;
        position: relative;
        padding: 10px 10px 10px 40px;
    }

    .mobile-payment-options li .custom-radio {
        position: absolute;
        left: 10px;
        top: 20px;
    }

    .mobile-payment-options .payment-item .icon {
        background-size: 40px auto;
        -webkit-background-size: 40px auto;
    }

    .payment-item .icon-1 {
        background-position: 0 -158px;
    }

    .payment-item .icon-2 {
        background-position: 0 -202px;
    }

    .payment-item .icon-3 {
        background-position: 0 -246px;
    }

    .mobile-payment-options li .icon {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
    }

    .basket-payment-box .box-body li .total {
        color: #666;
        font-size: 16px;
    }

    .pdetail .product-description .title {
        font-size: 18px;
    }

    .pdetail .product-description .prop li {
        font-size: 18px;
    }

    .mobile-table .item .item-details .detail-content {
        padding: 15px 25px;
    }

    .tab-page-item {
        border-bottom: solid 1px #e1e1e1;
        position: relative;
    }

    .tab-page-item .description {
        display: block;
        width: calc(100% - 30px);
    }

    .tab-page-item .return-wrapper {
        position: absolute;
        width: 20px !important;
        height: 20px;
        right: 20px;
        top: 20px;
    }


    .tab-page-item .note {
        font-size: 11px;
    }


}


.ghost-right-menu {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 1000;
    padding: 20px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;

}

.ghost-right-menu.open {
    right: 0;
}

.ghost-right-menu .title {
    padding: 10px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: absolute;
    top: 30px;
    z-index: 11;
    left: -50px;
    cursor: pointer;
}

.ghost-right-menu .menu li {
    list-style: none;
    margin-bottom: 10px;
}

.ghost-right-menu .menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.ghost-right-menu .menu li a:hover {
    text-decoration: underline;
}
