/* modal sepet baslangıc */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade:not(.show) {
    opacity: 0;
}
 
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1052;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal.rightmenu.fade .modal-dialog {
    right: -650px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
    height: 100%;
 	top:0px;
	width:100%;
	/* max-width: 650px; */
    position: fixed;
}
 
.rightmenu .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog.rightmenu {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
	right:0px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.rightmenu.fade.show .modal-dialog {
    right:0px;
	top:0px;
	margin:0px;
}
.rightmenu .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.3rem;
    outline: 0; 
    height: 100%;
}
.rightmenu .modal-body {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 1 1 auto;
    padding:0rem;
	padding-top:0px;
	overflow-y:scroll;
	overflow-x: auto;
}
 .modal-open {
   overflow: auto;
}
.fade {
    transition: opacity .15s linear;
}
.modal.show .modal-dialog.right-modal {
	right:15px;
	margin-right:25px;
 }
.modal.fade .modal-dialog.right-modal {
	right:15px;
	margin-right:25px;
}
.modal.show .modal-dialog.right-modal {
	right: auto !important;
	margin-right: auto !important;
}
.modal.fade .modal-dialog.right-modal {
	right: auto !important;
	margin-right: auto !important;
}
.coupun_inpt {
	min-height:38px;
	font-size:13px;
	height:38px;
}

.button.close  {
	width:25px !important;
	height:25px !important;
	max-width:25px !important;
	max-height:25px !important;
	min-width:25px !important;
	min-height:25px !important;
	border-radius:50%;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	line-height:1.3;
	display:inline-block;
	background-color: #fff;
	border:1px solid #000000; 
}

/* modal sepet kapanış */

.card .card-header > h4 {
    font-size: 16px;
}
.card + .card {
    margin-top: 5px;
}


.cart_gifr_dis {
    float: left;
    width: 700px;
    border: 1px solid #ea4e1b59;
    padding: 10px;
    padding-right: 10px;
    padding-left: 0px; }
  
  .cart_hediyeleri {
    text-align: left;
    width: 20%;
    padding-left: 20px;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 700;
    float: left; }
  
  .dis_rw {
    width: 700px;
    background-color: #efefef; }
  
  .cartgift_dis {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ea4e1b59;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px; }
  
  .img_cart_gif {
    float: left;
    width: 45%;
    text-align: center;
    padding-top: 10px; }
  
  .img_cart_gif img {
    width: 100%; }
  
  .hdysec_btn {
    width: 40%;
    background-color: #ea4e1b;
    border-radius: 5px;
    padding: 4px;
    color: #fff;
    font-size: 12px;
    float: left;
    text-align: center; }
  
.cartgift_dis:hover .hdysec_btn {
    background-color: #33485d; }
  
.cart_gifr_dis .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 80%;
    float: left; }
  
.name_cart_gif {
    float: left;
    width: 55%;
    text-align: left;
    line-height: 16px;
    font-weight: 600;
    font-size: 11px;
    height: 62px;
    padding-top: 0px;
}


#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff; }
#cart .btn-lg {
    padding: 0.65rem 1rem; }
#cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none; }
#cart.open > .btn:hover {
    color: #444; }
#cart .dropdown-menu {
    background: #252525;
    z-index: 1003;
    min-width: 129px !important; }
#cart .dropdown-menu table {
    margin-bottom: 10px; }
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px; }
#cart .dropdown-menu li p {
    margin: 20px 0; }
@media (max-width: 478px) {
    #cart .dropdown-menu {
    width: 100%; }
    #cart .dropdown-menu li > div {
        min-width: 100%; } }
#cart .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
 
#cart {
    width: 100%;
    }
.menu_cart .svg-icon {
        display: inline-block;
        vertical-align: middle;
        width:26px;
        height:26px;
        margin-bottom: 0px;
    }
 .menu_cart  {
    display:block;
    position: relative;
    padding-top: 7px;
     }
.menu_cart  label{
    color: #000;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
}      
.sepet_bos {
        margin-top: 30px; }
      
.cart-total {
    position: absolute;
    border-radius: 50%;
    width:18px;
    height:18px;
    line-height: 14px;
    padding:2px;
    background-color:#e94e1b;
    color: #ffffff;
    text-align: center;
    margin-left:2px;
    top: 5px;
    right: 5px;
    font-size: 11px;
}


#checkout-cart #accordion h4 {
    cursor: pointer; }
  
  #checkout-cart #accordion h4:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    content: '\f0d7  ';
    margin-right: 10px; }
  
  #checkout-cart #accordion h4.collapsed:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    content: '\f0da';
    margin-right: 10px; }
  
  #checkout-checkout #accordion h4 {
    cursor: pointer; }
  
  #checkout-checkout #accordion h4:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    content: '\f0d7  ';
    margin-right: 10px; }
  
  #checkout-checkout #accordion h4.collapsed:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    content: '\f0da';
    margin-right: 10px; }
  
  
 









@media (max-width:992px) {
    .cart-total {
        width: 16px;
        height: 16px;
        line-height: 12px;
        top:3px;
        right:-7px;
     }
     .menu_cart  {
        padding-top:3px;
         }
}