div#account-login .card-group > .card + .card:before {
    content: "veya";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--success);
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    box-sizing: content-box;
    box-shadow: 0 0 0 1px var(--success);
}

/** Whatsapp Sipariş */
.whatsapp_chat_support{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.wcs_button{
    text-align: center;
    vertical-align: middle;
    padding: 9px 18px;
    border-radius: 50px;
    background: #26C281;
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;

    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);

}
.wcs_button .fa{
    font-size: 15px;
    margin-right: 3px;
}

.wcs_fixed_right{
    z-index: 999;
    position: fixed;
    bottom:20px;
    right: 20px;
}

.wcs_fixed_left{
    z-index: 999;
    position: fixed;
    bottom:20px;
    left: 20px;
}

.wcs_button_person{
    padding: 7px 18px 8px 10px;
    border-radius: 50px;
    text-align: left;
    background: #26C281;
    color: #fff;

    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    transition: .4s ease all;

    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.wcs_button_person:hover{
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);

    -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
}

.wcs_button_person_img{
    overflow: hidden;
    display:table-cell;
    vertical-align:middle;
}

.wcs_button_person_img img{
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
}

.wcs_button_person_img .fa{
    font-size: 60px;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    transition: .4s ease all;
}
.wcs_button_person:hover .wcs_button_person_img  .fa{
    transform:rotate(275deg);
}

.wcs_button_person_content{
    padding-left: 14px;
    display:table-cell;
    vertical-align:middle;
}

.wcs_button_person_name{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.wcs_button_person_description{
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}

.wcs_button_person_status{
    font-size: 10px;
    vertical-align: middle;
    color: #fff;
    background: rgba(255,255,255,.3);
    display: inline-block;
    padding: 1px 5px;
    border-radius: 5px;
}

.wcs_button_person_offline{
    background: #a4a4a4 !important;
    cursor: auto !important;
}

.wcs_button_person_offline:hover{
    -webkit-transform: translate(0,0) !important;
    -moz-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    transform: translate(0,0) !important;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.wcs_button_person_offline .wcs_button_person_status{
    background: #f1a528;
}

.wcs_button_person_offline .wcs_button_person_img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

/** Afişler (Banner) */
.banner a{
    display: block;
}
.banner.fon-block .image,
.banner.fon-block .image > a{
    position:relative;
    display:block;
    vertical-align:middle;
    overflow:hidden;
}
.banner img{
    transition: all 0.4s ease-in-out 0s;
}
.banner:hover img {
    transform: scale(1.05);
}

.banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px;
}

.banner .banner-content .banner-content-inner {
    max-width:50%
}
.banner .banner-content .banner-content-inner h3 {
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 1.7vw;
}
.banner .banner-content .banner-content-inner h4 {
    font-size: 1.2vw;
    font-weight: 400;
}
.banner .banner-content .banner-content-inner h5 {
    font-style: italic;
    font-size:0.8vw;
    font-weight: 400;
}

.banner .banner-content .banner-content-inner .btn.btn-primary {
    padding: 0 10px;
    border-radius: 4px;
}

.banner .banner-content .banner-content-inner .btn.btn-primary,
.banner .banner-content .banner-content-inner .btn.btn-primary i {
    font-size:0.6vw
}

.banner + .banner{
    margin-top:30px;
}

/** Statik Bloklar */

.statickblock {
    margin-bottom:15px
}
.statickblock.left,
.statickblock.right{
    display:flex;
    align-items: start;
}

.statickblock.left{
    flex-direction: row;
}
.statickblock.right{
    flex-direction: row-reverse;
}
.statickblock .statick-image{
    margin-bottom:15px;
    transition: all 300ms ease-in-out;
    color: var(--primary-color);
    text-align: center;
}

.statickblock:hover .statick-image{
    transform: scale(1.035) rotate(0.05deg);
}
.statickblock.left .statick-image,
.statickblock.right .statick-image{
    margin-bottom:0;
}

.statickblock.left .statick-image{
    margin-right:15px;
}

.statickblock.right .statick-image{
    margin-left:15px;
}
/** Çerez Uyarısı **/
div#crzuyari {
    background: #fff;
    color: #666;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 250px;
    padding: 10px;
    z-index: 99999;
    border-radius: 4px;
    border:2px solid var(--primary-color);
}

#crzuyari button {
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 12px;
}

#crzuyari button:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 5px;
}
#crzuyari button:last-child:before {
    content: "\f00d";
}
/** Modal Sepet */
#cartModal .modal-body .row{
    display: flex;
    flex-wrap: wrap;
}
#cartModal .cart-popup-info{
    padding-bottom: 15px;
    text-align: center;
}
#cartModal .cart-popup-info .product-name {
    font-size: 20px;
    font-weight: 400
}
#cartModal .cart-popup-info .price {
    display: flex;
    justify-content:center;
    margin-top:10px;
}
#cartModal .cart-popup-info .price-quantity {
    font-size: 22px;
    color: #555;
    font-weight: normal;
    margin-right:10px;
}

#cartModal .cart-popup-info .price-new {
    font-size: 22px
}

#cartModal .cart-popup-action {
    background: #f2f2f2;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#cartModal .cart-popup-action .btn {
    display: block;
    margin: 10px 0;
    border: none;
    width: 100%;
    font-size: 13px;
}

#cartModal .cart-popup-action .cart-popup-imgbottom {
    text-align: center;
    width: 100%;
    margin: 20px 0
}

#cartModal .cart-popup-action .cart-popup-imgbottom .previewCartCheckout-price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 0
}

/** Üyelik Kuponları */

.signUpCouponsLabel {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
}

.signUpCouponsLabel p,
.signUpCouponsLabel span {
    margin: 0;
    padding: 0;
}

/** Div Tablolar **/
.divTable {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.divTableRow {
    align-items: center;
    justify-content: space-between;
}

.divTableCell,
.divTableHead {
    line-height: 15px;
}
.divTableHeading {
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 12px;
}

.divTableHead {
    line-height: 14px;
}

.divTableFoot {
    background-color: #f9f9f9;
    /*font-weight: bold;*/
}

.divTableBody .divTableRow:nth-child(2n) {
    background-color: #f9f9f9;
}

.divTableBody .divTableRow:nth-child(2n+1) {
    background-color: #fff;
}

/** Alt Kategori Blokları **/

.altKategoriList {
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1000px;*/
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /*grid-auto-rows: 200px;*/
    grid-auto-flow: dense;
}

.altKategoriList .altKategori {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.altKategoriList .altKategori.odd {
    grid-column: span 1;
}

.altKategoriList .altKategori.even {
    grid-column: span 2;
}

.altKategoriList .altKategori .thumbnail,
.altKategoriList .altKategori .thumbnail img {
    width: 100%;
}

.altKategoriList .altKategori .thumbnail {
    margin-bottom: 5px;
    display: flex;
}

/*.altKategoriList .altKategori .thumbnail img{
   object-fit: cover;
}*/

.categoryList .altKategoriLoadMore {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    float: left;
    border: 1px solid #ddd;
    overflow: hidden;
    min-height: 35px;
    height: 35px;
    width: 35px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: #f4f4f4;
    font-size: 24px;
}

.categoryList .altKategoriLoadMore>span {
    display: inline-block;
    padding: 0 5px;
}

.categoryList .altKategoriLoadMore:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-color);
}


.categoryList {
    /* -webkit-column-count: 2; */
    -moz-column-count: 2;
    /* column-count: 2; */
    /* -webkit-column-gap: 1em; */
    -moz-column-gap: 1em;
    /* column-gap: 1em; */
    /* margin: 1.5em; */
    /* padding: 0; */
    -moz-column-gap: 1.5em;
    /* -webkit-column-gap: 1.5em; */
    /* column-gap: 1.5em; */
    /* font-size: .85em; */
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 10px;
    margin-bottom:20px
}
.categoryListItem {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.categoryListItem.odd {
    flex-grow: 1;
    width: calc(33.3333% - 10px);
}

.categoryListItem.even {
    flex-grow: 2;
    width: calc(66.6666% - 10px);
}

.categoryListItem a.thumbnail {
    display: flex;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.categoryListItem a.thumbnail + a.btn {
    border-radius: 0 0 4px 4px;
    border-top: medium none;
}
.categoryListItem a img {
    width: 100%;
    /* height: 100%; */
    object-fit: fill;
}
.categoryListItem .btn-default {
    padding: 5px 15px;
    border-radius: 4px;
    text-transform:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.altKategoriTrigger {
    margin-bottom: 20px;
}

.tumunuyukle {
    display: block;
    clear: both;
}

/** Default Button **/
.btn-default{
    color:var(--button-color);
    background-color: var(--button-bg-color);
}
.btn-default:hover,
.btn-default:focus{
    color:var(--button-hover-color);
    background-color: var(--button-bg-hover-color);
}
/** Custom Radio Input **/
.custom-radio {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 5px;
}

.imgRadio .custom-radio {
    max-width: 175px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 16px;
    height: 20px;
    opacity: 0;
}

.imgRadio .custom-control-input {
    left: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    margin: 0;
}

.custom-control-label {
    position: relative;
    vertical-align: top;
    color: #000!important;
    font-weight: 400;
    min-height: 24px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 50px;
    background: #ebebeb;
    padding: 4px 10px 4px 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer
}

.imgRadio .custom-control-label {
    border-radius: 5px;
    padding: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.custom-control-label::before {
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50%;
}

.imgRadio .custom-control-label::before {
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background-color: #efefef;
    border: 1px solid #efefef;
}

.custom-control-label::after {
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: 50%/50% 50% no-repeat;
}

.imgRadio .custom-control-label::after {
    top: 12px;
    left: 10px;
    width: 25px;
    height: 25px;
    content: "\f00c";
    font-family: 'FontAwesome';
    opacity: 0;
    color: white;
    font-size: 20px;
    background: none;
}

.custom-radio.selected .custom-control-label {
    background-color: var(--primary-color);
}

.custom-control-input:checked~.custom-control-label {
    color: #fff!important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--primary-color);
    border-color: #fff;
    background-color: #fff;
}

.imgRadio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2309f'/%3e%3c/svg%3e");
}

.imgRadio .custom-control-input:checked~.custom-control-label::after {
    background: none;
    opacity: 1;
}

.imgRadio.circleOption .custom-control-label {
    border-radius: 100%;
    padding: 1px;
    background: none;
    border: 2px solid #fff;
    overflow: hidden;
}

.imgRadio.circleOption .custom-control-label img {
    padding: 0;
    border: medium none;
    max-width: 45px;
}

.imgRadio.circleOption .custom-control-label::before,
.imgRadio.circleOption .custom-control-label::after {
    display: none;
}

.imgRadio.circleOption:hover .custom-control-label,
.imgRadio.circleOption.selected .custom-control-label {
    border-color: var(--primary-color)
}

/** CircleButton **/
.circleButton {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #efefef;
    background: #efefef;
    line-height: 20px;
    display: block;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #777;
    transition: all 0.3s linear 0s;
}

.circleButton+.circleButton {
    top: 38px;
}

.circleButton:hover,
.circleButton:focus {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.circleButton i {
    font-size: 12px;
}

.btn-circle{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** Badges **/
.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

/** 3d Ürün resmi **/
.product-360 {
    position: relative;
}
.product-360 .fon-circlr {
    max-width: 760px;
    cursor: move;
    margin: 0 auto 0 auto;
    min-height: 100px;
    position: relative;
    border: 1px solid #f1f1f1;
}
.product-360 .fon-circlr .img-loader {
    /*background: url(loader.gif) center center no-repeat;*/
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-360 .btn-toolbar {
    position: absolute;
    bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.product-360 .btn-toolbar span{
    margin:0 5px;
    padding:0 0;
}

.product-360 .badge360{
    position: absolute;
    top: 20px;
    right:20px;
    width: 40px;
    height: 40px;
    background: url(fononline/360-degrees.png) no-repeat scroll center center;
    background-size: cover;
}

/** Seçenek Miktarı **/
/*.owq-option table {
        border:1px solid #ddd;
    }*/
.option-container .divTable{
    display: table;
}
.option-container .divTableRow {
    display: table-row;
}
.option-container .divTableCell,
.option-container .divTableHead {
    display: table-cell;
    padding: 3px 10px;
    vertical-align: middle;
}
.option-container .divTableHeading {
    background-color: #f9f9f9;
    display: table-header-group;
}
.option-container .divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}
.option-container .divTableBody {
    display: table-row-group;
}
.owq-option input[type="text"] {
    /*max-width: 100px;*/
    min-width: 40px;
    padding: 0;
}
.owq-quantity .form-control {
    /*display: inline-block !important;*/
    text-align: center;
}
.owq-option .col-quantity{
    max-width: 150px;
}

.owq-quantity > span {
    font-size: 10px;
    background: #fff;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owq-option .no-stock .stock {
    color: #833;
    font-weight: bold;
}
.owq-option .no-stock .form-control {
    background: #fdd;
}

/** Ürün Sayfası Simgeli Bloklar **/
.icon-blocks {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.icon-blocks > div {
    /* padding-left: 5px;
     padding-right: 5px;
     !* background: #f9f9f9; *!*/
    margin-bottom: 10px;
}

.icon-blocks .box {
    /* max-width: 150px; */
    background: #f9f9f9;
    display: flex;
    align-items: center;
    margin: 0 5px;
    padding: 5px;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

.icon-blocks .box .icon {
    width: 30%;
}

.icon-blocks .box .text {
    width: 70%;
    padding-left: 5px;
}

.icon-blocks h4 {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.icon-blocks p {
    font-size: 11px;
    margin: 0 0 0 0;
    line-height: 12px;
    font-weight: 300;
}

.icon-blocks .box .symbol-percent {
    display: inline-block;
    margin-right: 3px;
    font-size: 20px;
}

/** Ürün Resimleri **/
.product-info-details .price-tax {
    display: inline;
}
.product-image-details {
    position: sticky;
    top: 0;
}
.product-info-details {
    background-color:#fff;
}
.product-image-details .swiper-slide {
    padding: 0 0;
}
.product-image-details .additional-container {padding: 0; position: relative;}

.product-image-details .product-single-image:hover .swiper-button-next,
.product-image-details .product-single-image:hover .swiper-button-prev,
.product-image-details .additional-container:hover .swiper-button-next,
.product-image-details .additional-container:hover .swiper-button-prev {
    opacity: 1;
}
.product-image-details .additional-container .product-thumb {
    border:1px solid transparent;
}
.product-image-details .additional-container .product-thumb:hover,
.product-image-details .additional-container .product-thumb.img-active {
    border-color:var(--link-hover-color);
}
.product-image-details .additional-container .additional-button-prev,
.product-image-details .additional-container .additional-button-next {
    background: #fff !important;
}
.product-image-details .additional-container .additional-button-next {
    right: 0 !Important;
}
.product-image-details .additional-container .additional-button-prev {
    left: 0 !Important;
}
.product-image-details .additional-container .additional-images .swiper-wrapper {
    justify-content: center;
}
.product-image-details .product-image-full {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    font-size: 35px;
    background: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    border-radius: 100%;
    cursor:pointer;
}
.product-image-details .product-image-full:hover {
    background:var(--button-bg-hover-color);
    color:var(--button-hover-color);
}

/** Ürün Etiketleri **/
.box-label {position: absolute;left: 10px;top: 10px;right:10px;z-index:5;text-align: left}
.box-price .box-label {position: initial;}
.product-zoom-image .box-label {z-index: 9999}
.pro-label{color: #707070;background-color: #fff;text-transform: capitalize;font-size: 1.4rem;z-index:2;text-align:center;line-height: 20px;padding: 0 5px;min-width: 48px; border-radius:4px; position:initial!important; left:initial!important;top:initial!important; margin-bottom:2px; text-transform: uppercase}
.pro-label:not(.sale), .pro-label:not(.sale) * {font-size:1rem}
.pro-label.sale{color: #fff;background:#e74343;}
.pro-label.new{background-color: #116fec;color: #fff;}
.pro-label.video{background-color: #05c07c;color: #fff;}
.pro-label.panoramic{background-color: #8138be;color: #fff;}
.pro-label.nostock{background-color: #de0606;color: #fff;}
.pro-label.nostock:before{content:"\f06a";font-family: FontAwesome!important;margin-right:5px}
button.button-nostock,button.button-nostock:hover {box-shadow: none;border: 0;line-height: 32px;width: 100%;height: 36px;padding: 0;border-radius: 4px;-webkit-border-radius: 4px;font-weight: 400;margin: 10px 0 0 0!important;border: 2px solid #de0606;background-color: #de0606;color: #fff;transform: scale(1);opacity: 1}
button.button-nostock > span {display:inline-block;font-size: initial}
button.button-nostock:before {content:"\f06a"!important;font-family: FontAwesome!important; margin-right:5px}
.box-label > div:nth-child(2) > span {top: 33px;}
.box-label > div:nth-child(3) > span {top: 56px;}
.box-label > div:nth-child(4) > span {top: 79px;}
.box-label > div:nth-child(5) > span {top: 102px;}
.product-thumb .product-item.nostock:hover{
    border-color: #de0606;
}
/*@media (max-width: 479px) {
    .pro-label {top: 10px;left: 10px;}
    .box-label > div:nth-child(2) > span {}
}*/
.product-thumb .product-item .category-options{
    z-index: 5;
}

.product-zoom-image .pro-label{
    z-index:10000
}


/** Hesabım Sayfası **/

/*ul.listIcons {
    list-style: none;
    padding: 0 0;
}
.listIcons li {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}*/
.listIcons div>a {
    /* width: 115px;
     height: 100px;*/
    display: block;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
}

.listIcons div>a>span {
    display: block;
}

.listIcons div>a>span>i.fa {
    font-size: 45px;
}
.listIcons div>a:hover {
    background: #fff;
    color: var(--secondary-color);
    border-radius: 6px 6px 40px 6px;
    box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, 0.2);
}



/** Ajax Search **/
.ajax-result-container {
    top: 5px;
}
.ajax-result-item .product-thumb .product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.ajax-result-item .product-image {
    width: 75px;
}

.ajax-result-item .product-thumb .product-item .caption {
    width: calc(100% - 75px);
    padding: 0;
}
.ajax-result-item a{
    border:none;
}
.ajax-result-item:hover a,
.ajax-result-item a:hover{
    color: var(--link-hover-color);
    background: none!important;
}

ul.ajax-result-list {
    list-style: none;
    padding: 5px;
}

.cate-items li {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-top: 7px;
    padding-bottom: 7px;
}
.cate-items li + li {
    border-top: 1px solid #eee;
}
/** Geri Sayım **/
.products-container .countdown-box {
    align-items: center;
    display: flex;
    justify-content: center;
}

/** Renk Değiştirici **/
.ul-swatches-colors .swatches-options a{
    background-size: cover;
}

/** Altbilgi Telefon **/
.footer-phone {
    background:none;
    position:relative
}
.footer-phone:before {
    content: "\f2a0";
    font-family: 'FontAwesome';
    display: inline-block;
    color: var(--link-hover-color);
    position: absolute;
    left: 0;
    font-size: 50px;
    top: 50%;
    transform: translateY(-50%);
}
/** Kategori Modulü **/
.category-heading a {
    font-weight: 700;
    color: #000;
    display: block;
}
.category-heading a i{
    float:right;
    padding: 7px 0;
}
.categoriesModule li + li {
    border-top:1px solid #dedede
}

ul.categoriesModule li a {
    display: block;
    padding: 10px 0;
    color: var(--link-color);
    transition: all 0.3s ease-in;
}
ul.categoriesModule li a:hover {
    /*background:#f9f9f9;*/
    color: var(--link-hover-color);
    padding-left: 10px;
}

/** İletişim **/

#information-contact .panel-heading h3 {
    margin: 0;
    font-size: 15px;
}

#yandexMap {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
}
/** Rowspace **/
.rowspace {
    margin-top: var(--rowspace);
}

/** Ürün Miktarı **/
.product-info-details #product .form-group #input-quantity{margin: 0;padding:0;border: 0 solid #dbdbdb;border-radius: 0;-webkit-border-radius: 0;}
.product-info-details #product .form-group .quantity-box {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    box-sizing: border-box;
    height: 48px;
    margin: 5px 0;
    padding: 0 5px;
    max-width: 150px;
}
input#minus, input#plus {
    border-radius: 30px;
    width: 34px;
    height: 34px;
    color: var(--link-color)!important;
    background: #f1f1f1;
    border:1px solid #dbdbdb;
}
input#minus:hover, input#plus:hover {
    border-radius: 30px;
    width: 34px;
    height: 34px;
    color: #fff!important;
    background: var(--link-hover-color);
}
.product-info-details #product > .form-group:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-info-details #product > .form-group:last-child #button-cart.nostock {
    background: #de0606;
}
.product-info-details #product > .form-group:last-child #button-cart.nostock:hover {
    background: #980505;
}
.product-info-details #product > .form-group:last-child #button-cart{
    min-width: calc(100% - 295px);
    margin: 0 15px;
}
.product-info-details #product > .form-group:last-child .btn-group {
    display: flex;
    margin-left: auto;
}
.product-info-details #product > .form-group:last-child .btn-group .btn {
    text-indent: -250px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 100%;
    text-align: center;
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.product-info-details #product > .form-group:last-child .btn-group .btn:last-child {
    margin-right: 0;
}
.product-info-details #product > .form-group:last-child .btn-group .btn:before {
    text-indent: 15px;
    float: left;
    margin: 0 auto;
}
.product-info-details #product > .form-group:last-child .btn-group button.btn:hover {
    color: var(--button-hover-color);
    border-color: var(--button-bg-hover-color);
    background-color: var(--button-bg-hover-color);
}

/** Giriş Sayfası **/
div#account-login .card-group > .card .card-title,.ajax-body-login h2 {
    font-size: 24px;
}

div#account-login .card-group > .card .card-title .fa {
    font-size: inherit;
}
.ajax-body-login a.forgotten {
    float: none;
    display: block;
}

.ajax-body-login .login-form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.ajax-body-login .col-reg {
    width: 50%;
}
.ajax-body-login .col-reg.registered-account {
    border-right: 1px solid #ebebeb;
    padding-right: 40px;
}
.ajax-body-login .col-reg.login-customer {
    padding: 0 40px;
}
.ajax-body-login .col-reg.login-customer h2:after {
    display:none
}
.ajax-body-login .input-group .input-group-addon {
    border: 1px solid #ccc;
    border-right: medium none;
}
.ajax-body-login .account-login,
.ajax-body-login .account-register,
.ajax-body-login .account-success,
.ajax-body-login .logout-success{
    border-radius: 5px;
}
/** Üst Sabit Afiş **/
.topbanner {
    position: relative;
}
.topbanner > a {
    display: block;
}
.topbanner-bg,.topbanner-bg .inner {
    max-height: 50px;
    height: 50px;

}
.topbanner-bg {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.topbanner-bg .inner {
    padding-left: 15px;
    padding-right: 40px;
}
.topbanner .inner p {
    margin-bottom: 0;
}
.topbanner .inner .btn.btn-primary {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 5px 5px 10px;
}
.topbanner > a.close-text-header {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.topbanner > a.close-text-header:hover {
    color:var(--link-hover-color);
}
.common-home .topbanner + #back-top + .header-absolute{
    top:50px;
}
.common-home .topbanner.hidden + #back-top + .header-absolute{
    top:0;
}
.header-shipping a {
    pointer-events: none;
}
.header-bottom .header-shipping {
    border-left: 1px solid #ededed;
    padding-left: 15px;
}
.header-shipping a {pointer-events: none;}
.header-bottom .header-shipping a {
    display: flex;
    align-items: center;
    max-width: 160px;
    font-size: 11px;
    line-height: 14px;
    text-align: justify;
    word-break: break-all;
}
.header-bottom .header-shipping a i {
    font-size: 32px;
    margin-right: 10px;
}
/** Altbilgi Kategoriler **/
.footer-categories {
    background: var(--primary-color);
}
.footer-categories .navbar {
    margin-bottom: 0;
}
.footer-categories .navbar-collapse {
    --webkit-box-shadow:none;
    box-shadow:none;

}
.footer-categories .nav.navbar-nav {
    float: none;
    display: flex;
    align-items: start;
    justify-content: center;
}
.footer-categories .navbar-nav>li {
    float: none;
}

.footer-categories .navbar-nav>li>a {
    color: var(--link-color);
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.footer-categories .navbar-nav>li>a:hover,
.footer-categories .navbar-nav>li>a:focus,
.footer-categories .nav .open>a,
.footer-categories .nav .open>a:focus,
.footer-categories .nav .open>a:hover{
    background: inherit;
    color: rgba(255,255,255,0.7);
}
.footer-categories .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.footer-categories .title {
    font-size: 1.7rem;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
    /* padding-bottom: 14px; */
    /* border-bottom: 1px solid #e3e3e3; */
    float: none;
    padding: 0;
    border-radius: 0;
}
.footer-categories .title:before {
    content: "";
    width: 65px;
    height: 2px;
    background: var(--link-hover-color);
    left: 0;
    bottom: -2px;
    position: absolute;
    opacity: 1;
}
.footer-categories .title:after {
    content: "";
    width: 3.5rem;
    height: 2px;
    background: var(--heading-color);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.footer-categories .title i {
    margin-top: -8px;
    cursor: pointer;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fancybox-inner {
    height:auto!important
}
/** Mobile Menu **/
.fon-menu.mobile-menu .ul-top-items .li-top-item a.a-top-link{
    padding-top:10px;
    padding-bottom:10px;
}
.fon-menu .mobile-menu .ul-second-items .li-second-items {
    padding-left: 15px;
}
/** Sepet **/
#checkout-cart button.btn {
    padding: 10px 15px;
}

/** Yorumlar **/
.sort-reviews{
    gap:5px
}
.nav-pills>li>a {
    padding: 5px 10px;
    border: 2px solid transparent;
    text-align: center;
    line-height: 14px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li>a:focus,
.nav-pills>li>a:hover{
    color: initial;
    background: none;
    border-color:var(--primary-color);
}
#tab-review .ratings-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
}
#tab-review .ratings-full,
#tab-review .ratings {
    position: relative;
    font-family: "FontAwesome";
    letter-spacing: 0.2em;
}

#tab-review .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}
#tab-review .ratings::before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #f93;
}


#tab-review .ratings-full {
    cursor: pointer;
    margin-right: 0.5rem;
}
#tab-review .ratings-full::before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: rgba(0, 0, 0, 0.16);
    white-space: nowrap;
}
#tab-review .ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
#tab-review .rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aaa;
}
#tab-review .rating-reviews:hover {
    color: #336699;
}

#tab-review .tooltiptext {
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 125%;
    left: 50%;
    background-color: #333;
    color: #fff;
    font: 400 1.3rem var(--main-font), sans-serif;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#tab-review .avg-rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

#tab-review .avg-mark {
    font-size: 6em;
    font-weight: 600;
    color: #336699;
    letter-spacing: -0.025em;
    line-height: 1;
    margin-bottom: 0;
}
#tab-review .avg-rating {
    margin-left: 1.8rem;
}
#tab-review .avg-rating p {
    font-size: 1.4rem;
    line-height: 1.4;
}
#tab-review .avg-rating .ratings-container {
    margin-bottom: 0.3rem;
}
#tab-review .avg-rating .ratings-full {
    margin-right: 0.8rem;
}
#tab-review .ratings-value {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
}
#tab-review .ratings-value span:first-child {
    margin-right: 2.1rem;
    font-size: 2.5rem;
}
#tab-review .ratings-value .count {
    margin-left: 0.6rem;
    font-size: 1.2rem;
    color: #aaa;
}
#tab-review .ratings-list .ratings-container {
    margin-bottom: 1.5rem;
}

#tab-review .ratings-list .progress-bar {
    background-color: #eee;
    height: 1rem;
    width: 100%;
    max-width: 20rem;
    margin-left: 1.3rem;
    margin-bottom: 0;
    border-radius: 0.4rem;
}
#tab-review .ratings-list .progress-bar.progress-bar-sm {
    height: 0.8rem;
}
#tab-review .ratings-list .progress-bar span {
    border-radius: 0.4rem;
    display: block;
    height: 100%;
    background-color: #999;
}
#tab-review .ratings-list .progress-value {
    margin-left: 2rem;
    min-width: 4rem;
}
#tab-review .ratings-list .progress-value mark {
    font-size: 1.2rem;
    color: #666;
    background:transparent;
}
#tab-review .title-link {
    font-size: 1.4rem;
}

#tab-review .tab-nav-boxed .nav-item {
    margin: 0 1rem 0.5rem 1rem;
}
#tab-review .tab-nav-boxed .nav-link {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    border-width: 1px;
    padding: 0.9em 1.5em;
    border-radius: 2rem;
}
#tab-review .tab-nav-boxed .nav-link::after {
    content: none;
}
#tab-review .tab-nav-boxed .nav-link:hover, #tab-review .tab-nav-boxed .nav-link.active {
    color: #336699;
}
#tab-review .tab-nav-boxed .tab-pane {
    padding: 1.5rem 0 0;
}
#tab-review .rating-form{
    display:flex;
    align-items: center;
}
#tab-review .rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 20px;
    font-size: 20px;
    margin-left: 1rem;
    margin-bottom: 5px;
    justify-content: center;
}
#tab-review .rating-stars label {
    color: #333;
    /* text-indent: -9999px; */
    /* letter-spacing: 1px; */
    width: 30px;
    text-align: center;
    font-size: 20px;
    cursor:pointer
}
#tab-review .rating-stars label input {
   opacity: 0;
    margin-top: 0!important;
    width:20px;
    height: 20px;
}
#tab-review .rating-stars label span:before {
    content: "";
    position: absolute;
    left: 4px;
    height: 20px;
    line-height: 1;
    font-family: "FontAwesome";
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.6em;
}
#tab-review .rating-stars label.active span:before,
#tab-review .rating-stars label:hover span:before,
#tab-review .rating-stars:not(:hover) label input:checked ~ .icon:before,
#tab-review .rating-stars:hover label:hover input ~ .icon:before{
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #f93;
}
#tab-review .rating-stars .star-1 {
    z-index: 10;
}
#tab-review .rating-stars .star-2 {
    z-index: 9;
}
#tab-review .rating-stars .star-3 {
    z-index: 8;
}
#tab-review .rating-stars .star-4 {
    z-index: 7;
}
#tab-review .rating-stars .star-5 {
    z-index: 6;
}
#tab-review .rating-stars .star-1 span:before {
    width: 20%;
}
#tab-review .rating-stars .star-2 span:before {
    width: 40%;
}
#tab-review .rating-stars .star-3 span:before {
    width: 60%;
}
#tab-review .rating-stars .star-4 span:before {
    width: 80%;
}
#tab-review .rating-stars .star-5 span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
}

#tab-review .rating-stars label input:focus:not(:checked) ~ .icon:last-child:before {
    color: #333;
    text-shadow: 0 0 5px #f93;
}
/* -----------------------------------------------
    Comments
------------------------------------------------- */
.comments .comment {
    position: relative;
    font-size: 1.3rem;
    padding: 3rem 0;
    border-top: 1px solid #eee;
    padding: 4rem 0;
}
.comments .comment:last-child {
    padding-bottom: 2rem;
}
.comments > li {
    position: relative;
    border-top: 1px solid #eee;
    font-size: 1.3rem;
    padding: 3rem 0;
}
.comments ul.children {
    margin-left: 10rem;
}

.comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comment-body .comment-content p {
    margin-bottom: 1.6rem;
    line-height: 1.9;
}

.comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    max-width: 5rem;
    margin-right: 2rem;
}
.comment-avatar i {
   font-size:50px
}

.comment-author {
    margin: 0.5rem 0 1rem;
    font-size: 1.8rem;
    color: #333;
    line-height: 1;
}
.comment-author a {
    margin-right: 0.4rem;
    color: inherit;
}

.comment-date {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
}

.ratings-container.comment-rating {
    margin-bottom: 1.3rem;
}

.comment-action > * {
    margin-right: 2.4rem;
}
.comment-action .btn {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    background: transparent;
    position: relative;
}
.comment-action .btn-upvote {
   color:#28a745;
}
.comment-action .btn-downvote {
   color:#dc3545 ;
}
.comment-action .btn:hover,
.comment-action .btn:focus,
.comment-action .btn:active{

}
.comment-action .btn::after {
    display: block;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-top: 3px solid;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    content: "";
}
.comment-action .btn:hover::after,
.comment-action .btn:active::after,
.comment-action .btn:focus::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.comment-action .btn i {
    font-size: 1.5rem;
}
@media (max-width: 575px) {
    .comments .comment-action span {
        display: none;
    }
    .comments ul.children {
        margin-left: 3rem;
    }

    .comment-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7rem;
        flex: 0 0 7rem;
        max-width: 7rem;
    }
}


/** Responsive Sitiller **/
@media(max-width: 1199px){
    .categoryListItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
}
@media (max-width:991px){
    .banner + .banner{
        margin-top:15px;
    }
    ul.ajax-result-list {
        display: flex;
        flex-wrap: wrap;
    }
    .ajax-result-item{
        width: 50%;
    }
    .rowspace {
        margin-top: calc(var(--rowspace) - 20px);
    }
    .product-info-details #button-cart,
    .product-info-details #button-nostock{
        min-width: 200px;
    }
    .whatsapp_chat_support, .wcs_button{
        display:block
    }
    .breadcrumbs {
        padding: 0;
    }

    .breadcrumbs h1,.breadcrumbs h2{
        font-size:2rem
    }
    .breadcrumbs li{
        font-size:1.3rem
    }
    .banner .banner-content .banner-content-inner h3 {
        font-size: 2.7vw;
    }
    .banner .banner-content .banner-content-inner h4 {
        font-size: 1.6vw;
    }
    .banner .banner-content .banner-content-inner h5 {
        font-size:1.2vw;
    }
    .banner .banner-content .banner-content-inner .btn.btn-primary,
    .banner .banner-content .banner-content-inner .btn.btn-primary i {
        font-size:1vw
    }

}
@media (max-width:767px){
    .banner {
        margin: 0 0 15px 0;
    }
    .banner .banner-content {
        padding: 15px;
    }

    .banner .banner-content * {
        font-size:revert;
    }
    .banner .banner-content .banner-content-inner {
        max-width:60%
    }
    .divTableHeading {
        display: none
    }
    .divTableCell,
    .divTableHead {
        padding: 5px 10px;
    }
    .divTableCell.col-quantity {
        max-width: 100%;
    }
    .divTableCell input[type="text"] {
        max-width: 100%;
    }
    .imgRadio .custom-radio {
        max-width: 145px;
    }
    .option-container .divTableHeading {
        display:none
    }
    .option-container .divTableRow {
        display: block;
    }
    .option-container .divTableCell,
    .option-container .divTableHead{
        padding:5px 10px;
    }
    .option-container .divTableCell.col-quantity {
        max-width: 100%;
    }
    .option-container .divTableCell input[type="text"] {
        max-width: 100%;
    }
    .rowspace {
        margin-top: calc(var(--rowspace) - 30px);
    }
    .topbanner .inner .btn.btn-primary {
        display:none;
    }
    .ajax-body-login .col-reg {
        width: 100%;
    }
    .ajax-body-login .col-reg.registered-account {
        border-right: medium none;
        padding-right: 0;
    }
    .ajax-body-login .col-reg.login-customer {
        display: none;
    }
    .footer-categories {
        background: var(--secondary-color);
        margin-top: -15px;
    }
    .footer-categories .nav.navbar-nav {
        display: block;
        margin:0 -15px
    }

    .footer-categories .navbar-nav>li>a,
    .footer-categories .dropdown-menu>li>a{
        color: rgba(255,255,255,0.6);
    }

    .footer-categories .navbar-nav>li>a:hover,
    .footer-categories .navbar-nav>li>a:focus,
    .footer-categories .nav .open>a,
    .footer-categories .nav .open>a:focus,
    .footer-categories .nav .open>a:hover,
    .footer-categories .dropdown-menu>li>a:hover,
    .footer-categories .dropdown-menu>li>a:focus{
        background: inherit;
        color: var(--link-hover-color);
    }
    .footer-categories .dropdown-menu .divider {
        margin: 9px 25px;
        background-color: rgba(255,255,255,0.1);
    }
    .product-info-details{padding-top:25px}

    .product-info-details-more .nav-tabs {
        display: flex;
        justify-content: center;
    }
    .product-info-details-more .nav-tabs > li {
        display: inline-block!important;
        margin: 0 10px -1px 10px!important;
    }
    .product-info-details-more .nav-tabs > li > a {
        font-size: 12px;
        line-height: 13px;
    }
    .product-info-details-more .nav-tabs > li > a > i {
        display: block;
        margin-bottom: 10px;
    }
    .banner .banner-content .banner-content-inner h3 {
        font-size: 4vw;
    }
    .banner .banner-content .banner-content-inner h4 {
        font-size: 2.5vw;
    }
    .banner .banner-content .banner-content-inner h5 {
        font-size:2vw;
    }
    .banner .banner-content .banner-content-inner .btn.btn-primary,
    .banner .banner-content .banner-content-inner .btn.btn-primary i {
        font-size:1.6vw
    }

}
@media(max-width:575px){
    .banner .image {
        min-height: 150px;
    }
    .banner .image img{
        min-height: 150px;
        object-fit: cover;
    }
    .divTableCell.col-quantity {
        /*border: 1px solid #999999;*/
        display: block;
    }
    .rowspace {
        margin-top: calc(var(--rowspace) - 40px);
    }

    .topbanner-bg .inner > div {
        font-size:10px
    }
    .topbanner .inner p{
        line-height:12px
    }
    div#account-login .card-group > .card + .card:before {
        left: 50%;
        top: -35px;
        transform: translateX(-50%) translateY(0);
    }
    .banner .banner-content .banner-content-inner h3 {
        font-size: 4.5vw;
    }
    .banner .banner-content .banner-content-inner h4 {
        font-size: 3vw;
    }
    .banner .banner-content .banner-content-inner h5 {
        font-size:2.3vw;
    }
    .banner .banner-content .banner-content-inner .btn.btn-primary,
    .banner .banner-content .banner-content-inner .btn.btn-primary i {
        font-size:2vw
    }
    #cartModal .cart-popup-left {
        display: flex;
        align-items: center;
    }
    #cartModal .cart-popup-left .product-image {
        max-width:120px;
    }
    #cartModal .cart-popup-right{
        width: 100%;
    }
}

@media(max-width: 480px) {
    .staticblocks .fon-col.image-left,
    .staticblocks .fon-col.image-right{
        min-width: 100%;
    }
    .categoryListItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .categoryListItem.odd {
        width: calc(50% - 10px);
    }
    .categoryListItem.even {
        width: calc(100% - 10px);
    }
    .banner .banner-content .banner-content-inner .btn.btn-primary,
    .banner .banner-content .banner-content-inner .btn.btn-primary i {
        font-size:2.2vw
    }
    .product-info-details #product > .form-group:last-child {
        flex-wrap: wrap;
    }
    .product-info-details #product > .form-group:last-child #button-cart,
    .product-info-details #product > .form-group:last-child #button-nostock {
        min-width: calc(100% - 155px);
        margin: 0 0 0 5px;
    }
    .product-info-details #product > .form-group:last-child .btn-group{
        margin-left:0
    }
    .product-info-details #product > .form-group:last-child .btn-group .btn {
        text-indent: 0;
        border-radius: 30px;
        width: auto;
        margin-right: 10px;
        padding: 0 10px;
    }
    .product-info-details #product > .form-group:last-child .btn-group .btn:before {
        float: none;
        margin-right: 5px;
        text-indent: 0;
    }
}