.count .counter {
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 7px 40px 7px 10px;
    position: relative;
}

.count .counter input {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.count .counter input::-webkit-inner-spin-button,
.count .counter input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.count .counter input:focus {
    outline: 0;
    border-color: #e1e1e1;
}

.count .counter input::selection {
    background-color: #ccc;
    color: #f9f9f9;
}

.count .counter em {
    display: block;
    width: 20px;
    height: 18px;
    background: url("../img/sprite-svg-v1.svg") no-repeat;
    position: absolute;
    right: 11px;
    cursor: pointer;
}

.count .counter em.up {
    top: 10px;
    background-position: -60px -44px;
}

.count .counter em.down {
    bottom: 10px;
    background-position: -60px -70px;
}

.count .counter em:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.pc-wizard {
    margin-top: 20px;
}

.pc-wizard .cat-main .bl .hd {
    height: auto;
    line-height: 30px;
    padding: 15px 0 0;
}

.pc-wizard .cat-main .bl .hd .head {
    font-size: 20px;
    float: none;
}

.pc-wizard .cat-main .bl .hd .head-sub {
    font-size: 16px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}

.pc-wizard .cat-block aside.cat {
    margin-right: auto;
}

.pc-wizard .cat-block aside.cat .bl {
    background-color: transparent;
}

.pc-wizard .cat-block aside.cat .bl .hd {
    border-width: 3px;
    border-color: #fff;
}

.summary .price-medium {
    margin: 8px 0 10px;
    color: #fb8c00;
    text-decoration: line-through;
}

.summary .price-medium span {
    color: #333;
    font-size: 22px;
}

.summary .price-large {
    font-size: 39px;
    margin: 0;
}

.summary .counter {
    margin: 0 10px 0 0;
    padding: 5px 22px 5px 5px;
}

.summary .counter input {
    width: 26px;
    height: 32px;
}

.counter input {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.summary .btntocart,
.summary .btn-to-cart {
    padding: 5px 8px;
    font-size: 16px;
    margin: 0;
    border: 0;
}

.pc-wizard .cat-block aside.cat .save-btns {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pc-wizard .cat-block aside.cat .save-btns .gv a {
    display: block;
    font-size: 14px;
}

.pc-wizard-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pc-wizard-list .row > div.link {
    text-align: center;
}

.pc-wizard-list .row > div.count {
    -ms-flex-preferred-size: 11%;
    text-align: center;
}

.pc-wizard-list .row > div.price {
    text-align: right;
}

.pc-wizard-list .head {
    font-size: 14px;
    margin-bottom: 10px;
}

.pc-wizard-list .body .row {
    height: 63px;
}

.pc-wizard-list .body .row > div.img figure {
    width: 62px;
    height: 62px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
}

.pc-wizard-list .body .row > div.img figure:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.pc-wizard-list .body .row > div.img figure img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    max-width: 50px;
    max-height: 50px;
}

.pc-wizard-list .body .row > div.select {
    padding: 10px 0 0 10px;
    flex: 1 1 auto;
}

.pc-wizard-list .body .row > div.select .group-name {
    color: #fb8c00;
    font-size: 14px;
}

.pc-wizard-list .body .row > div.select .warn {
    color: #ff0000;
    font-size: 12px;
    /* float: right; */
    display: block;
    margin-top: 2px;
}

.pc-wizard-list .body .row > div.link {
    padding: 34px 10px 0 14px;
}

.pc-wizard-list .body .row > div.link a {
    opacity: 0;
}

.pc-wizard-list .body .row > div.count {
    padding: 28px 0 0 0;
}

.pc-wizard-list .body .row > div.price {
    width: 150px;
    line-height: 62px;
    color: #fb8c00;
    font-size: 26px;
    font-weight: 700;
    padding-top: 16px;
}

.pc-wizard-list .body .row > div.price sub {
    font-size: 14px;
    bottom: 0;
}

.pc-wizard-list .body .select-box {
    background-color: #fff;
    font-size: 13px;
    color: #999;
    font-weight: 600;
    height: 34px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #d4d4d4;
    margin: 2px 0 0;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer;
    position: relative;
}

.pc-wizard-list .body .select-box > .title {
    line-height: 32px;
}

.pc-wizard-list .body .select-box .title {
    display: block;
    flex: 1 1 auto;
    height: 33px;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
    margin-top: 0 !important;
    padding: 0px 10px !important;
}

.wiz-row {
    margin-bottom: 0px !important;
}
.wiz-row > .title {
    height: 62px !important;
    margin-top: 0px !important;
}

.wiz-row .img figure {
    border-radius: 0px !important;
    border-top: 0px !important;
}

.pc-wizard-list .body .select-box .deselectme,
.pc-wizard-list .body .select-box .selectme {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 14px;
    height: 21px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAVCAYAAAB2Wd+JAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPdJREFUeNqclIENhCAMRZUNXIEVuBG8VXSEuxG8EWQVbwRYwRUcwWtJMbVScrFJA4E+iv1Fs+97U/IQQgfea/umKViMsYNhQYf5UIoxFcjR0lyCjYCsgBoNNn9AHH6dQAZZFujBH+AbW5sy3ELlipBzbqRDHe13bP+NGXsNQoN5hOEpMg8takLpJwmJwuXMWzqICe40sVmMxcbAecp4x4y4StWw+tQghxz4jQHGuQLhwYHiLMqBHTFrVVUkWTHjFye81DyzoqPPcmid40viw40+R1UVWFqCTlWFhZU6JCrQmKHLs6rACPnqQ4aATcAXKNndf85PgAEAwjYBcCQtqNYAAAAASUVORK5CYII=");
}

.pc-wizard-list .body .select-box .deselectme {
    display: none;
    background-color: #fff;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAVCAYAAAB2Wd+JAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNqsU9sNwjAMbBArlC+KOgBfZIKWYdiyLJDwAwNUpH8ZIpylqxQF2tKApZPz8MVny1EhhCLHtvHGWlvDXYE6ieuBRmvdjwfKGJOVclNkmvqpRtS2io1aVbbUvxIt4KO9rG9LRAOcCU+0hJ0jHoA9ir+T3GL9gK9493lyYDuZHHS5IVk6foTrgPKb5qi1zfGjPMkkoNQ2adib1CfgInkiVUiOd+UUUZNQRUEdiae5jEUawAfKqRqHFUMzxMQL5SyZY2z+t8oe8pcAAwDWv0Y7fX64XQAAAABJRU5ErkJggg==");
}

.pc-wizard-list .body .select-box.selected {
    color: #333;
}

.pc-wizard-list .body .select-box.selected .selectme {
    display: none;
}

.pc-wizard-list .body .select-box.selected .deselectme {
    display: block;
    background-color: #fff;
}

.pc-wizard-list .counter {
    margin: 0;
    padding: 7px 28px;
}

.pc-wizard-list .counter input {
    width: 36px;
    height: 32px;
}

.pc-wizard-list .counter em {
    width: 13px;
    height: 12px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 18px;
}

.pc-wizard-list .counter em.up {
    right: 6px;
    background-position: -190px -43px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pc-wizard-list .counter em.down {
    left: 6px;
    background-position: -190px -57px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wiz-product-select-list {
    border: 1px solid #f78f1e;
    width: 798px;
    background-color: #f78f1e;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 0 2px 2px;
    position: absolute;
    z-index: 50;
    display: none;
    left: -2px;
    top: -4px;
}

.wiz-product-select-list .header {
    height: auto;
    padding: 10px 124px 10px 8px;
    position: relative;
    min-height: 34px;
}

.wiz-product-select-list .header .tab .item {
    color: #333;
    font-weight: 600;
    height: 31px;
    line-height: 31px;
    display: inline-block;
    padding: 0 12px;
    background-color: #fff;
    margin-right: 2px;
    margin-bottom: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.48);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.48);
}

.wiz-product-select-list .header .tab .item a.chk {
    font-size: 13px;
}

.wiz-product-select-list .header .nav {
    position: absolute;
    top: 11px;
    right: 6px;
    background-color: #fff;
    border: 1px solid #dadde2;
}

.wiz-product-select-list .header .nav a {
    text-indent: 32px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left;
    width: 35px;
    height: 30px;
    position: relative;
    opacity: 1;
}

.wiz-product-select-list .header .nav a:before {
    position: absolute;
    content: "\F00D";
    font-family: FontAwesome;
    display: block;
    width: 14px;
    height: 16px;
    left: -24px;
    top: 3px;
    font-size: 18px;
    padding: 3px 0px 0px 0px;
}

.wiz-product-select-list .header .nav a.prev {
    border-right: 1px solid #dadde2;
}

.wiz-product-select-list .header .nav a.prev:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wiz-product-select-list .header .nav a.disabled:after {
    background-position: 0 0;
}

.wiz-product-select-list .list {
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
    min-height: 64px;
    max-height: 504px;
    color: #333;
}

.wiz-product-select-list .list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 62px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
}

.wiz-product-select-list .list .row:nth-child(2n) {
    background: #fff;
}

.wiz-product-select-list .list .row:nth-child(odd) {
    background: #fafafa;
}

.wiz-product-select-list .list .row:hover {
    background: #f5f1eb;
}

.wiz-product-select-list .list .row > .img {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.wiz-product-select-list .list .row > .img figure {
    width: 62px;
    height: 62px;
    border-right: 1px solid #e9eaee;
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
}

.wiz-product-select-list .list .row > .img figure:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wiz-product-select-list .list .row > .img figure img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    max-width: 56px;
    max-height: 56px;
}

.wiz-product-select-list .list .row > .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e9eaee;
    width: 100%;
}

.wiz-product-select-list .list .row > .title em,
.wiz-product-select-list .list .row > .title span,
.wiz-product-select-list .list .row > .title strong {
    font-size: 12px;
    font-weight: 600;
}

.wiz-product-select-list .list .row > .title em {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wiz-product-select-list .list .row > .title em > i {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wiz-product-select-list .list .row > .title em > div {
    position: relative;
}

.wiz-product-select-list .list .row > .title em > div > .stock {
    position: unset;
}

.wiz-product-select-list .list .row > .title span,
.wiz-product-select-list .list .row > .title strong {
    display: block;
    /* float: right; */
    margin-top: 4px;
    color: #f78f1e;
    font-weight: 400;
    font-size: 13px;
    padding-right: 10px;
}

.wiz-product-select-list .list .row > .title > .kampanyali {
    font-weight: 600 !important;
}

.wiz-product-select-list .list .row > .title strong {
    font-weight: 700;
}

.wiz-product-select-list .list .row > .list-price,
.wiz-product-select-list .list .row > .price {
    padding-right: 10px;
    line-height: 62px;
    color: #fb8c00;
    font-size: 21px;
    font-weight: 700;
    justify-content: center;
    text-align: right;
    width: 133px;
}

.wiz-product-select-list .list .row > .list-price sub,
.wiz-product-select-list .list .row > .price sub {
    font-size: 14px;
    bottom: 0;
}

.lazyload {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.lazyloaded {
    opacity: 1;
}

label.gaming {
    color: #333;
}

label.gaming:before {
    background-color: transparent;
}

.chckbx.chckbx-sm label {
    font-size: 13px;
    font-weight: 600;
    margin-right: 0;
}

.chckbx input[type="checkbox"] {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin: 5px 5px 0 0;
    outline: auto;
    border: none;
    background: none;
    outline: none;
    position: absolute;
    z-index: 1;
}

.chckbx label {
    display: inline-block;
    color: #333;
    cursor: pointer;
}

.title-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.gaming-container,
.title {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.gaming-container .chckbx {
    margin-top: 0;
}

.fixed {
    position: fixed;
    z-index: 1;
}

.chckbx label {
    line-height: 14px;
}

textarea {
    width: 100%;
    font-family: monospace;
    font-size: 13px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
}

.ih-modal-container {
    height: 305px;
}

#kayitli-sistemlerim {
    width: 252px;
    max-width: 252px;
}

.wiz-product-select-list .header .nav {
    background: transparent;
    border: none;
}

.wiz-product-select-list .header .nav a {
    background-color: #fff;
    border: 1px solid #dadde2;
    margin-left: 2px;
}

.order-desc:before {
    content: "\f163" !important;
    font-weight: normal;
}

.order:before {
    content: "\f162" !important;
    font-weight: normal;
}

.hizli-icon:before {
    content: "\f0d1" !important;
    font-weight: normal;
}

.list-price {
    text-align: right;
}

.price-medium {
    margin-bottom: 20px !important;
}

/* test */

.chk a,
a.chk {
    position: relative;
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    font-size: 15px;
    padding-left: 20px;
    line-height: 26px;
    outline: 0;
}

.chk a:before,
.chk a:after,
a.chk:before,
a.chk:after {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    width: 18px;
    height: 18px;
}

.chk a:before,
a.chk:before {
    z-index: 5;
    content: "\f096";
    font-family: FontAwesome;
    display: inline-block;
    letter-spacing: 10px;
    font-size: 1.4em;
    color: #ccc;
    width: 1.4em;
    font-weight: 100;
}

.chk a.checked:before,
a.chk.checked:before {
    content: "\f046";
    font-family: FontAwesome;
    color: #f78f1e;
}

.chk a.checked:after,
a.chk.checked:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn-robot-social {
    padding: 5px 7px 4px 7px !important;
    border-radius: 6px !important;
    margin-bottom: 1px;
}

.summary .gray {
    color: #ababab;
}

.summary .no-m {
    margin: 0;
}

.summary span {
    display: block;
    font-size: 15px;
}

.summary .price-large {
    font-weight: 600;
    color: #fb8c00;
    margin-bottom: 30px;
    line-height: 50px;
}

.tar {
    text-align: right !important;
}

.space {
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
    margin-bottom: 20px;
}

.prodaddCount select {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
    font-size: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.prodaddCount {
    position: relative;
    overflow: hidden;
}

.prodaddCount input {
    position: relative;
    z-index: 2;
}

.prodaddCount:before {
    content: "";
    background: url(../img/sprite-sub.png) no-repeat;
    width: 8px;
    height: 7px;
    display: inline-block;
    right: 6px;
    float: right;
    background-position: -230px -39px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
}

input[type="checkbox"]:checked ~ label:not(.error):before {
    font-weight: 100;
}

.indirim_div {
    display: none;
}

.urunCount {
    padding: 0px;
}

.btnC {
    padding-top: 50px;
}

#paylas,
.btnC > .form-group {
    margin-bottom: 10px;
}

.robot-fiyat-kutusu {
    position: sticky;
    top: 0;
    z-index: 8;
}

.mainLeftBanners,
.mainLeftBanners img {
    width: 100%;
}

.detay {
    display: none;
}

.wiz-product-select-list .header {
    min-height: 53px;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loaded {
    display: none;
}

.loading .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -29px;
    margin-top: -37px;
}

.rtotal-title {
    text-align: right;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

.rtotal-title.price {
    margin: 0;
    font-size: 22px;
}

.rtotal-title.price.genel {
    color: #f5891c;
    font-weight: 600;
    font-size: 32px;
}

.lineth {
    text-decoration: line-through;
    text-decoration-color: #f5891c;
}
.rhr {
    background-color: #ddd;
    height: 1px;
    margin: 4px 0;
}

.btn-robot-sepet {
    margin-top: 0;
    padding: 5px 31px !important;
}

.robot-indirim {
    display: none;
}

@media (max-width: 767px) {
    .wiz-product-select-list .list .row > .title {
        padding: 10px 10px !important;
        line-height: 1.1;
        white-space: unset;
        height: unset !important;
        min-height: 62px;
    }

    .wiz-row {
        height: unset !important;
    }

    .wiz-product-select-list .list .row > .title em > i {
        text-overflow: initial;
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.img,
    .cat-row > .count,
    .cat-row > .link,
    .mainLeftBanners,
    .robot-son-gezdiginiz,
    div.colProductIn.product15.priceplusb.row-topO {
        display: none !important;
    }

    .pc-wizard-list .row > div.select {
        width: 100%;
    }

    .select-box {
        padding-left: 0px !important;
    }

    .wiz-product-select-list {
        left: -10px;
        top: 0px;
        position: absolute;
        width: 150%;
    }

    .wiz-product-select-list .list .row > .list-price,
    .wiz-product-select-list .list .row > .price {
        width: 84px;
        max-width: 84px;
        min-width: 84px;
        font-size: 1.3em;
    }
    .wiz-product-select-list .list .row > .list-price > sub {
        font-size: 0.7em;
    }

    div.panel-heading > div > div.col-md-5.text-right {
        padding: 15px 0 0 0 !important;
    }

    input[type="radio"] ~ label:not(.error):before,
    input[type="checkbox"] ~ label:not(.error):before {
        width: 1.1em;
    }

    .wiz-product-select-list .header {
        padding: 4px !important;
    }

    .wiz-product-select-list .header > .tab {
        width: calc(100% - 115px);
    }

    .wiz-product-select-list .header > .nav {
        top: 4px;
        right: 4px;
    }

    .contentC.sub > .row-bot0 {
        display: flex;
        flex-direction: column;
    }

    .contentC.sub > .row-bot0 > .col45 {
        order: 2;
    }

    .contentC.sub > .row-bot0 > .col15 {
        order: 1;
        position: sticky;
        top: 0;
    }

    .robot-fiyat-kutusu .detay {
        display: inline;
        float: right;
        font-weight: 100;
    }

    .robot-fiyat-kutusu .detay:after {
        content: "\f105";
        font-family: fontawesome;
        padding-left: 10px;
    }

    .robot-fiyat-kutusu.detay_opened .detay:after {
        content: "\f107";
    }

    .robot-fiyat-kutusu .robot-indirim,
    .robot-fiyat-kutusu .robot-tutar,
    .robot-fiyat-kutusu .robot-toplamtutar,
    .robot-fiyat-kutusu .robot-kdv {
        display: none;
    }

    .robot-fiyat-kutusu.detay_opened .robot-indirim,
    .robot-fiyat-kutusu.detay_opened .robot-tutar,
    .robot-fiyat-kutusu.detay_opened .robot-toplamtutar,
    .robot-fiyat-kutusu.detay_opened .robot-kdv {
        display: block;
    }

    .wiz-product-select-list .header {
        min-height: 41px;
    }

    .pc-wizard-list .body .select-box > .title {
        height: 33px;
    }
}
