/* RESTAPP MENU STARKS EDIT */
/* Header Değişiklikler */
.profile-desc p{ font-size: 15px; margin-bottom: 10px;}
.kampanyadiv{ background: #f44336;}
.profile-desc .nav-item a { color:#fff; }
.user-div .register-head{ background: #f443360;}

/* İçerik Değişiklikler */
.sidebar-title{ border-radius: 3px 3px 0 0;}
.widget-heading,
.menu-widget .widget-heading{ border-radius: 3px 3px 0 0;}
.widget-title,
.menu-widget .widget-title{ color: #111; }
.menu-widget.favorite-products .widget-heading{  border-radius: 3px 3px 0 0;}
.menu-widget.favorite-products .widget-title i,
.menu-widget.favorite-products .widget-title { color: #111; }
.btn-secondary:hover{ background: #f44336; color: #fff; border-color:#f44336;}
.theme-btn.header-btns:active, .theme-btn.header-btns:focus, .theme-btn.header-btns{ background: #f44336; border-color: #f44336;}
.theme-btn.header-btns:hover{background: #db2f22; border-color: #db2f22; }
.red-modal.order-modal .modal-inside .detail-one-col label.custom-control{ width: 100%;}
.main-block ul li a.active{ background: #f44336; color: #fff;}
.red-modal .modal-header{
    background: rgb(238,46,36);
    background: -moz-linear-gradient(top, rgba(238,46,36,1) 0%, rgba(136,8,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,46,36,1) 0%,rgba(136,8,0,1) 100%);
    background: linear-gradient(to bottom, rgba(238,46,36,1) 0%,rgba(136,8,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2e24', endColorstr='#880800',GradientType=0 );
}

.comments-modal .modal-header{
    background: rgb(238,46,36);
    background: -moz-linear-gradient(top, rgba(238,46,36,1) 0%, rgba(136,8,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,46,36,1) 0%,rgba(136,8,0,1) 100%);
    background: linear-gradient(to bottom, rgba(238,46,36,1) 0%,rgba(136,8,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2e24', endColorstr='#880800',GradientType=0 );
}
.comments-modal .modal-header .modal-title{ min-height: 36px;}

.user-profile-detail.old-orders-module{ padding-top: 0; border: 0;}
.user-profile-detail.old-orders-module .table{ margin-bottom: 0;}
.user-profile-detail.old-orders-module .table a{ font-size: 14px; font-weight: 600;}
.user-profile-detail.old-orders-module .table a.btn{width:111px; border: 0; background: #45a048; color:#fff; padding: 5px 10pX; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.user-profile-detail.old-orders-module .table a.btn.cancel{background-color: #F30!important;}
.user-profile-detail.old-orders-module .table a span{ font-size: 14px; color:#1a1d24; font-weight: 600;}
.user-profile-detail.old-orders-module .table th.text-center,
.user-profile-detail.old-orders-module .table td.text-center{ text-align: center; }
.user-profile-detail.old-orders-module .table th,
.user-profile-detail.old-orders-module .table td{ min-width: 150px; }
.widget-delivery .custom-control{ padding-left: 30px; padding-top: 3px; font-size: 14px; outline: none!important;}
.widget-delivery .custom-control-input:checked~.custom-control-indicator{ background-color: #f30; }
.widget-delivery .custom-control-input:focus~.custom-control-indicator { -webkit-box-shadow: none;  box-shadow: none; }
.image-wrap figure img{ cursor: pointer; }
.bootstrap-datetimepicker-widget{ z-index: 9999!important;}