/*# sourceMappingURL=theme.css.map */

#product-card-wrapper {
  border: solid 2px #f0f0f4;
  border-radius: 5px;
  background: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}

#product-card-wrapper:hover {
  border: solid 2px #40bbf4;
  box-shadow: 0 24px 23px -21px rgba(0, 0, 0, 0.2);
}

#product-card-wrapper .pcard-image img {
  border: 2px solid #f0f0f4;
  border-radius: 5px;
}

#product-card-wrapper .pcard-name {
  height: 40px;
  margin-top: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}

#product-card-wrapper .pcard-name a {
  font-size: 16px;
  color: #38383e;
  line-height: 20px;
  font-weight: 300;
}

#product-card-wrapper .pcard-price .field-content > * {
  display: inline-block;
}

#product-card-wrapper .formatted-price {
  font-weight: 700;
  font-size: 16px;
}

#product-card-wrapper .arti-kdv {
  font-weight: 400;
  font-size: 12px;
  margin-left: 0;
}

#product-card-wrapper .pcard-view {
  opacity: 0;
  left: 72px;
  top: 152px;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 30px;
  text-align: center;
  color: white;
  background: #40bbf4;
}

#product-card-wrapper .pcard-view a {
  color: white;
  letter-spacing: 0.88px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 20px 3px;
}

#product-card-wrapper:hover .pcard-view a {
  color: white;
  letter-spacing: 0.88px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 20px 3px;
}

#product-card-wrapper:hover .pcard-view {
  display: block;
  position: absolute;
  left: 72px;
  top: 170px;
  border-radius: 30px;
  text-align: center;
  color: white;
  background: #40bbf4;
  z-index: 9;
  opacity: 1;
  margin-top: 0;
}

#product-card-wrapper .pcard-stars {
  height: 17.51px;
}

#product-card-wrapper > a {
  display: block;
  padding: 15px;
}

#product-card-wrapper > a:hover .pcard-name,
#product-card-wrapper > a:focus .pcard-name {
  color: #38383e;
}

#product-card-wrapper > a:hover .pcard-price .field-content > *,
#product-card-wrapper > a:focus .pcard-price .field-content > * {
  color: #38383e;
}

.section-checkout .layout-container {
  background: none;
}
.section-checkout header#header{
  padding-bottom:10px;
  border-bottom: 1px solid #D1D1D1;
}

div#navbar {
  border-bottom: 1px solid #ccc;
}

#block-dynamicmainmenubystore-2 .main-nav-wrapper {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-top: 3px;
}

#block-dynamicmainmenubystore-2 .main-nav-wrapper .item.level-1 {
  display: block;
  border-radius: 5px;
  border: 2px solid #F0F0F4;
  padding: 10px;
  background: #fff;
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
  padding-bottom: 60px;
}
#block-dynamicmainmenubystore-2 .main-nav-wrapper .level-1 img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

#block-dynamicmainmenubystore-2 .main-nav-wrapper > .item > a {
  display: block;
  padding: 10px 15px;
  color: #4A4A56;
  font-size: 14px;
  font-family: "Roboto", "regular";
  line-height: 16px;
  text-align: center;
}
#block-dynamicmainmenubystore-2 .main-nav-wrapper .level-0 > .child-item-wrapper span.item-text {
  position: absolute;
  bottom: 10px;
  left: 15px;
  max-width: 130px;
  vertical-align: middle;

  text-transform: uppercase;
  color: #4A4A56;
  font-size: 14px;
  font-family: "Roboto", "regular";
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#block-dynamicmainmenubystore-2 .main-nav-wrapper .level-1 > .child-item-wrapper span.item-text {
  position: relative;
  top: 0;
  width: 100%;
}
#block-dynamicmainmenubystore-2 .main-nav-wrapper .level-0 > .child-item-wrapper .child-item-header {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
#block-dynamicmainmenubystore-2 .main-nav-wrapper .item span.item-image {
  display: block;
}
#block-dynamicmainmenubystore-2 .item.level-0 {
  min-height: 52px;
  display: flex;
  align-items: center;
}
#block-dynamicmainmenubystore-2 .item.level-0:hover>a>.item-text {
  color:#2ECC71 ;
}
#block-dynamicmainmenubystore-2 .main-nav-wrapper .item.parent-item > .child-item-wrapper {
  display: none;
  position: absolute;
  width: calc(100vw - 10px);
  top:55px;
  left: calc(50% - 50vw);
  padding: 30px 0;
  background: #fff;
  box-shadow: 0px 22px 22px -5px #00000029;
  border-top: 1px solid #ccc;
  z-index: 99;
}

#block-dynamicmainmenubystore-2
  .main-nav-wrapper
  .item.parent-item:hover
  > .child-item-wrapper {
  display: block;
}

  #block-dynamicmainmenubystore-2
  .main-nav-wrapper
  .item.parent-item
  .level-1
  > .child-item-wrapper .child-item-header {
    display: none;
  }

#block-dynamicmainmenubystore-2
  .main-nav-wrapper
  .item.parent-item
  .level-1
  > .child-item-wrapper {
    display: none;
  }
  #block-dynamicmainmenubystore-2
  .main-nav-wrapper
  .item.level-1:hover {
    border: 2px solid #2ECC71;
  }
  #block-dynamicmainmenubystore-2
  .main-nav-wrapper
  .child-item {
    display:flex;
    flex-wrap: wrap;
  }
  #block-dynamicmainmenubystore-2
  .main-nav-wrapper
  .item.level-1 .child-item-wrapper .item span.item-text {
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
  }

.design-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.product-card {
  display: block;
  padding: 15px;
  border: solid 2px #f0f0f4;
  border-radius: 5px;
  background: white;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: center!important;
}

.swiper .product-card{
  margin-bottom: 0;
}



.product-card:hover {
  border: solid 2px #2ECC71;
  box-shadow: 0 24px 23px -21px rgb(0 0 0 / 20%);
}

.product-card a {
  color: #4a4a56;
  text-decoration: none;
  transition: color 150ms ease;
  letter-spacing: 0.2px;
  font-family: "Roboto", "Arial", sans-serif;
  background-color: transparent;
}
.product-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 211px;
  height: 151px;
}
.product-card-image img {
  width: 225px;
  height: 151px;
  object-fit: contain;
}

.product-card-name {
  height: 32px;
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.product-card-name span {
  font: normal normal 300 14px/16px Roboto;
  text-align: left;
  letter-spacing: 0px;
  color: #4A4A56;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category_default__title{
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  height: 32px;
}
.category_default__title .design_categories__name {
  font-size: 14px;
  line-height:16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #4A4A56;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card-quantity {
  display: flex;
  justify-content: start;
}
.product-card-quantity span {
  text-align: left;
  font: normal normal normal 9px/10px Roboto;
  letter-spacing: 0px;
  color: #92929B;
  margin-bottom: 5px;
}
.product-card-price {
  text-align: left;
  font: normal normal bold 14px/16px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
}
.product-card-price span {
  display: inline-block;
  margin-left:5px;
  text-align: left;
  font: normal normal normal 9px/10px Roboto;
  letter-spacing: 0px;
  color: #92929B;
  opacity: 1;
}
.product-list-item.views-row {
  width: 33%;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  #block-iyibaski-content > div > div{
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: column; */
  }
  .product-list-item.views-row {
    width: 48%;
    margin-bottom: 2%;
  }
  .product-list-item.views-row:nth-child(odd) {
    margin-right: 4%;
  }
  .product-card {
    margin:0;
    margin-bottom: 10px;
  }
  .block-iyibaski-content .views-col:nth-child(even) .product-card {
    margin-left: 5px;
  }
  .block-iyibaski-content .views-col:nth-child(odd) .product-card {
    margin-right: 5px;
  }
  .product-card-image {
    width: 100%;
    height: 100px;
  }
  .product-card-image img {
    height: 100px;
  }
}
#block-dynamicmainmenubystore .child-item-wrapper {
    margin-left: 10px;
}


body.section-checkout #main,body.section-cart #main{
  background-color: #F8F8F8;
  color: #343A40;
  height: unset;
}
.form-item-bdb-checkout-panes-order-information-billing{
  margin-bottom: 15px;
}
.checkout-progress{
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.order-total-line-value{
  width: 125px;
}

.checkout-progress--step:before{
  display: none;
}

.checkout-progress--step {
  font-size: 14px;
  position: relative;
  z-index: 10;
  width:150px;
}

.checkout-progress--step:after{
  position: absolute;
  top: 13px;
  left: 50%;
  width:100%;
  height: 1px;
  background-color: #F0F0F4;
  content: " ";
  z-index: -2;
}
@media screen and (max-width: 576px) {
  .section-checkout .checkout-progress--step {
    padding-right:0;
  }
  .section-checkout .checkout-progress--step:nth-child(3) {
    display:none;
  }
  .section-checkout .checkout-progress{
    margin: 0;
  }
  .checkout-progress--step:nth-child(2):after{
    content: unset;
  }

}
.checkout-progress .checkout-progress--step:last-child:after{
  display: none;
}
.checkout-progress--step .step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.checkout-progress--step .step > span{
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100%;
  background-color: #2ECC71;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
}
.checkout-progress--step .step__previous > span{
  font-size: 24px;
}
.checkout-progress--step .step > span:before{
  position: absolute;
  width: calc(100% + 20px);
  height: 5px;
  top: 10px;
  background-color:white;
  content:" ";
  z-index: -1;
}

.checkout-progress--step__previous,
.checkout-progress--step__previous .step-text,
.checkout-progress--step__current .step-text{
  color: #2ECC71;
}

@media screen and (max-width: 576px) {
  .checkout-progress--step__previous .step-text,
  .checkout-progress--step__current .step-text{
    font-size: 10px;
  }
}
.checkout-progress--step__current .step > span{
  border: 1px solid #2ECC71;
  color: #2ECC71;
  background-color: white;
}
.checkout-progress--step__next .step > span{
  background-color: #F0F0F4;
  color: #92929B;
}
.checkout-progress--step__next .step-text{
  color: #92929B;
}
.checkout-progress--step .step-text{
  text-align: center;
}

.checkout-pane{
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,.1);
  margin-bottom: 20px;
}
.form-item-bdb-checkout-panes-order-information-addresses-information{
  display:flex;
}
.profile--view-mode--billing-address,
.profile--view-mode--shipping-address{
  flex: 1;
}
.checkout-order-summary td.price{
  text-align: right;
}
.customer-information .checkout-pane-title{
  color: #4A4A56;
  font-size: 20px;
  font-weight: 300;
}
.customer-information .address-cart{
  padding: 20px;
}

.address_item {
  margin: 5px 0;
  display: flex;
  font-size: 14px;
}
.pane-cart-title{
  color: #4A4A56;
  font-size: 20px;
  font-weight: 300;

}
.address_item .address_item_title{
  color: #92929B;
}
.address_item .address_item_title:after{
  content: " / ";
}
.address_item .address_item_value{
  display: inline;
  color: #4A4A56;
  font-weight: 400;
}

.address_item .address_item_value div{
  display: inline;
}

.address_item .address_item_value p.address{
  margin-bottom: 0;
}

.summary-inner{
  font-size: 14px;
  color: #4A4A56;

}
.layout-region-checkout-secondary-wrapper {
  border :3px solid #2ECC71;
  background: #fff;
  border-radius: 5px;
}
.layout-region-checkout-secondary-wrapper .button--primary{
  width: 100%;
  border-radius: 0 0 4px 4px;
  border-radius: 0;
}
.layout-region-checkout-secondary-wrapper .form-submit:after {
  content: "\e93a";
  font-family: "icomoon";
  font-size: 15px;
  margin-left:10px;
}
.checkout-pane-coupon-redemption{
  display: none;
}

.checkout-pane-order-summary{
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: unset;
}
.summary-title{
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}
.summary-price-details{
  margin-block: 25px;
}
.order-item-details-link{
  vertical-align: text-bottom;
}
.term-input-wrapper{
  padding:25px;
  padding-bottom: 15px;
  background-color: #FAFAFC;
  font-size: 12px;
  color:#92929B;
}
.term-input-wrapper a{
  color:#92929B;
}
.term-input-wrapper a{
  font-weight: bold;
}
.order-total-line{
  display: flex;
  text-align: unset;
  padding: 10px 0;
}
.order-total-line-label{
  flex: 1;
  color:#92929B;

}
.order-total-line-value{
  width: unset;
  font-weight:500;
  flex: auto;
}
.order-total-line__total{
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #F0F0F4;
  color:#92929B;
  font-size: 16px;


}
.order-total-line.order-total-line__total .order-total-line-label,
.order-total-line.order-total-line__total .order-total-line-value{
  color: #4A4A56 !important;
}
.order-summary-details{
  padding:10px;
}
@media screen and (max-width: 576px) {
  .order-summary-details{
    padding:1px;
  }

}
.order-summary-details footer{
  display: flex;
  justify-content: end;
}
.order-summary-details footer > div{
  max-width: 250px;
  flex: 1;
}
.order-summary-details .formatted-price{
  text-align: right;
}
.checkout-pane-title{
  font-size: 26px;
  font-weight: 300;
  color:#4A4A56;
}
@media screen and (max-width: 576px) {
  .checkout-pane-title{
    font: normal normal 300 20px/24px Roboto;
  }
  .order-summary-details footer > div{
    max-width: unset;
    flex: 1;
  }
}
.layout-region-checkout-main{
  width: 75%;
}
.layout-region-checkout-secondary{
  width: 25%;
}
.no-border table tr,
.no-border table td {
  border: none;
}

@media screen and (max-width: 576px) {
  .no-border table td {
    padding:10px !important;
  }

}
.order-summary-details {
  overflow-y: auto;
}
.order-summary-details  table{
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 0;
}
.order-summary-details  table td{
  vertical-align: middle;
}
.order-summary-details  table td.views-field-total-price__number{
  text-align: right;
  font-weight: bold;
  font-size:18px;
}
.order-summary-details  table td.views-field-field-bdb-quantity{
  text-align:right;
  font-size: 14px;
  color:#92929B;
}
.order-summary-details  table td.views-field-field-bdb-quantity:after{
  content: "Adet";
  color:#92929B;
}


.order-summary-details .item__attributes .attribute-row{
  display:inline;
  margin-right: 5px;
}
.order-summary-details .item__attributes{
  color: #92929B;
  font-size:12px;
}
.order-summary-details .item__attributes .attribute_value__label{
  font-weight: bold;
}

.no-border table td {
  padding: 20px;
}

.no-border table td {
  padding: 20px;
}
.order-summary-details table tr{
  border-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #f0f0f4;
}

.bg-beige{
  background-color: #FAFAFC;
  border-radius: 5px;
  height: 100%;
}
.scrollable-block{
  overflow-y: scroll;
  height: 250px;
}

#edit-custom-terms-of-services-texts-termsofservicestext .termsofservicestext-icerik{
  color: #92929B;
  padding:30px;
}

/* width */
.scrollable-block::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* Track */
.scrollable-block::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color:whitesmoke;
}
/* Handle */
.scrollable-block::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 20px;
}
/* Handle on hover */
.scrollable-block::-webkit-scrollbar-thumb:hover {
  background: darkgray;
}

.checkout_address_wrapper{
  display: flex;
}
.checkout_address_wrapper > div{
  flex:1;
  border-radius: 5px;
}
.checkout_address_wrapper > div:nth-child(2n+1){
  margin-right:15px;
}
.checkout_address_wrapper > div:nth-child(2n){
  margin-left:15px;
}

@media screen and (max-width: 576px) {
  .checkout_address_wrapper{
    flex-direction: column;
  }
  .checkout_address_wrapper > div:nth-child(2n+1){
    margin-right:0;
    margin-bottom: 10px;
  }
  .checkout_address_wrapper > div:nth-child(2n){
    margin-top: 10px;

    margin-left:0;
  }
}
.checkout-pane-payment-information {
  position: relative;
  padding:0;
  padding-top: 100px;
}
.checkout-pane-payment-information > .fieldset-wrapper{
  display: flex;
}
.checkout-pane-payment-information > .fieldset-wrapper >:nth-child(1){
  flex: 1;
  padding: 0;
  border-top: 1px solid #F0F0F4;
  border-right: 1px solid #F0F0F4;
}
.checkout-pane-payment-information .general_center_payment {
  border: none!important;
  padding: 0px 30px 30px 30px !important;
  font-weight: 500;
}
.checkout-pane-payment-information > .fieldset-wrapper >:nth-child(1) > legend{
  display:none
}
.checkout-pane-payment-information > .fieldset-wrapper >:nth-child(2){
  flex: 3;
}

.h-wrapper{
  padding: 30px;
  margin: 30px;
  margin-top: 0;
  background: #fafafc;
  border-radius: 5px;
}
.cc-message-wrapper .h-wrapper{
  display: flex;
  background: none!important;
  padding: 0;
  margin: 0;
}
.cc-message-wrapper .h-wrapper > *{
  flex: 1;
}
.cc-message-wrapper .h-wrapper .h-aciklama{
  font: normal normal normal 12px/16px Roboto!important;
  letter-spacing: 0px!important;
  color: #4A4A56!important;
  margin-bottom: 0!important;
}
.h-title-complete{
  font: normal normal 300 30px/35px Roboto;
  letter-spacing: 0.3px;
  color: #4A4A56;
  margin-top: 20px;
  text-align: center;
}
.h-sag .h-aciklama-alt{
  padding: 25px;
  border-radius: 5px;
  background-color: #40BBF41A;
}
.h-sag .h-aciklama-label{
  font: normal normal medium 14px/16px Roboto!important;
  letter-spacing: 0px!important;
  color: #4A4A56!important;
}

.h-clipboard{
  padding: 13px;
  margin: 10px 0;
  background-color: #FFF;
}
.h-clipboard samp{
  margin-right: 5px;
}

.h-aciklama{
  font: normal normal normal 12px/16px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
  margin-bottom: 0;
}

.h-banka-adi {
  font-size: 24px;
  font-weight: 300;
  line-height: 2.08;
  letter-spacing: 0.2px;
}

.h-label {
  font: normal normal normal 14px/16px Roboto;
  letter-spacing: 0px;
  color: #92929B;
  margin-bottom: 10px;
}

.h-desc {
  font: normal normal 300 22px/28px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
  margin-bottom: 50px;
}
.h-desc:last-child {
  margin-bottom: 35px;
}
@media screen and (max-width: 576px) {
  .h-wrapper{
    display: block!important;
  }
  .h-title-complete{
    font: normal normal 300 24px/35px Roboto;
  }
  .h-label {
    font: normal normal normal 14px/16px Roboto;
  }

  .h-desc {
    font: normal normal 300 18px/24px Roboto;
    margin-bottom: 35px;
  }
}
.h-copy{
  font-size: 16px;
  color: #92929B;
  cursor: pointer;
  vertical-align: top;
}
.h-sag {
  margin-top: 15px;
}
.h-sag .h-aciklama-ust{
  padding: 25px;
  border-radius: 5px;
  background-color: #fffad7;
  margin-bottom: 10px;
}

.checkout-pane-payment-information > .fieldset-wrapper >:nth-child(2) >:first-child >:first-child{
  font-size: 16px;
  margin-bottom: 10px;
  color: #4a4a56;
}

.form-item-payment-information-payment-method input{
  display: none;
}
.form-item-payment-information-payment-method label{
  padding:20px;
  cursor: pointer;
  background-color:#FFF;
  color:#4A4A56;
  text-transform: uppercase;
  border-bottom: 1px solid #F0F0F4;
  margin:0;
}
.form-item-payment-information-payment-method input:checked ~ label{
  background-color:#4A4A56;
  color:#FFF;
}

#edit-payment-information-add-payment-method{
  padding: 30px;
  margin: 30px;
  margin-top: 0;
  background: #fafafc;
  border-radius:5px;
}

.form-item-payment-information-add-payment-method-payment-details-show-stored-methods{
  display: none;
}


.card-tooltip {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #d9d9e1;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-weight: 700;
  cursor: pointer;
}
.cart-tooltip-content{
  position: relative;
}
.cart-tooltip:hover ~ .cart-tooltip-content > .card-tooltiptext{
  display: block;
}

.show-tooltip .card-tooltiptext{
  display: block;
}
.card-tooltiptext{
  display: none;
  width: 380px;
  background-color: #4a4a56;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
  z-index: 101;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 25px;
  margin-left: -200px;
}


.credit-card-form label{
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size:14px;
  color: #92929B;
}
.credit-card-form input[type=text],.credit-card-form select{
  background-color: #fff;
  border: 3px solid #F0F0F4;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 150ms ease;
  width: 100%;

  height: 60px;
  padding: 15px;
  margin-bottom: 14px;

  color: #4a4a56;
  box-shadow: none;
}
div[id*="edit-payment-information-add-payment-method-payment-details-taksit-bilgilendirme"] {
  color: #92929B;
}
.credit-card-form input[type=text]:focus,.credit-card-form select:focus{
  outline: none;
  border: 3px gray solid;
}

.credit-card-form__expiration select {
  width: 100px;
}
.credit-card-form .credit-card-form__expiration {
  width: 250px;
  display: inline-block;
  float: left;
}
.credit-card-form .form-item-payment-information-add-payment-method-payment-details-security-code {
  display: inline-block;
  width: 150px;
}

#credit-card-preview{
  display: none;
}


.js-form-type-checkbox > label {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.25;
}

#edit-payment-information>legend{
  position: absolute;
  left: 30px;
  top: 30px;
  font-weight: 300;
  font-size: 26px;
}


#edit-payment-information-payment-method--wrapper>legend>span{
  display: none;
}

.form-item-payment-information-add-payment-method-payment-details-add-new-card-title{
  font-size: 16px;
  margin-bottom: 10px;
  color: #4a4a56;
}
@media screen and (max-width: 576px) {
  .layout-region-checkout-main {
    width: 100%;
  }
  .checkout-pane{
    padding: 20px;
  }
  .checkout-pane-payment-information > .fieldset-wrapper {
    display: block;
    box-shadow: 0px 0px 10px 0px rgb(128 128 128 / 10%);
    border-radius: 5px;
    overflow: hidden;
  }
  #edit-payment-information>legend {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    font: normal normal 300 20px/24px Roboto;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"] > .fieldset-wrapper > div{
    display: flex;
  }
  fieldset[data-drupal-selector="edit-payment-information-payment-method"] > .fieldset-wrapper > div > div.form-item {
    flex:1;
    text-align:center;
  }
  #edit-payment-information-add-payment-method {
    padding: 20px;
    margin: 0;
    background-color:#fff;
    border-radius: 0;
  }
  .checkout-pane-payment-information {
    background-color:#F8F8F8;
    box-shadow: none;
    padding: 0;
    padding-top: 100px;
  }
  .form-item-payment-information-payment-method label{
    background: #F0F0F4 0% 0% no-repeat padding-box;
  }
  .credit-card-form .credit-card-form__expiration {
    width: 66%;
  }
  .credit-card-form .form-item-payment-information-add-payment-method-payment-details-security-code {
    width: 33%;
  }
  .credit-card-form__expiration select {
     width: 100%;
  }
  .credit-card-form .form-item-payment-information-add-payment-method-payment-details-security-code .credit-card-form select {
    width: 100%;
  }
  body.section-checkout.no-sidebar #content {
     width: auto;
     float: unset;
     margin-left: 0;
  }
  .form-item-payment-information-add-payment-method-payment-details-ucds,
  .form-item-payment-information-add-payment-method-payment-details-reusable {
    margin-bottom: 10px;
  }
  .h-wrapper {
    padding: 15px 20px;
    margin: 0;
    background: #fff;
    border-radius: 0;
  }
  .layout-region-checkout-secondary {
    width: 100%;
    margin-bottom: 15px;
  }
  .layout-region.layout-region-checkout-footer{
    margin-top:20px
  }
  #edit-custom-terms-of-services-texts-termsofservicestext .termsofservicestext-icerik {
    padding: 30px 10px;
  }


}
/*--------KAYITLI KREDİ KARTI BAŞLANGIÇ--------*/
div.js-form-type-radio {
  display: inline-block;
}
div.js-form-type-radio.form-item-payment-information-add-payment-method-payment-details-stored-method {
  margin-bottom: 5px;
}
div.js-form-type-radio.form-item-payment-information-add-payment-method-payment-details-stored-method:nth-child(odd) {
  margin-right: 15px;
}

@media screen and (max-width: 576px) {
  div.js-form-type-radio.form-item-payment-information-add-payment-method-payment-details-stored-method {
    margin-right: 0 !important;
  }
}
.js-form-type-radio > input[type="radio"] {
  display: none;
}
.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input ~ label {
  padding-left: 0 !important;
  color: #92929b !important;
}
fieldset[data-drupal-selector=edit-payment-information-payment-method] .js-form-type-radio {
  display:block;
}
.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input[type=radio]:checked ~ label .bdb-stored-payment-method-radio {
  width: 243px;
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 15px 30px -10px rgba(0,0,0,.16);
  background-color: #ffffff;
}
.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input ~ label .bdb-stored-payment-method-radio .bdb-stored-payment-method-radio-card-holder {
  font-size: 14px;
  line-height: 1.14;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 23px;
}
.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input[type=radio]:checked ~ label .bdb-stored-payment-method-radio {
  width: 243px;
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 15px 30px -10px rgba(0,0,0,.16);
  border: solid 3px #2ECC71;
  background-color: #ffffff;
}
.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input ~ label .bdb-stored-payment-method-radio .bdb-stored-payment-method-radio-number {
  position: absolute;
  bottom: 44px;
  left: 23px;
  margin: 0;
}
.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input ~ label .bdb-stored-payment-method-radio .bdb-stored-payment-method-radio-expiry {
  bottom: 20px;
  position: absolute;
  margin: 0;
  left: 23px;
}
.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input ~ label .bdb-stored-payment-method-radio {
  /* background: red; */
  width: 243px;
  height: 150px;
  border-radius: 5px;
  border: solid 3px #f0f0f4;
  background-color: #ffffff;
  padding: 20px;
}
.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input ~ label .bdb-stored-payment-method-radio:hover {
  box-shadow: 0 15px 30px -10px rgb(0 0 0 / 16%);
}

.credit-card-form fieldset[data-drupal-selector=edit-payment-information-add-payment-method-payment-details-stored-method] input ~ label {
  padding-left: 0 !important;
  color: #92929b !important;
}
.credit-card-form .bdb-new-payment-method {
  width: 243px;
  height: 150px;
  border-radius: 5px;
  border: solid 3px #f0f0f4;
  background-color: #ffffff;
  padding: 20px;
  display: grid;
  text-align: center;
}
.form-item-payment-information-add-payment-method-payment-details-stored-method .bdb-new-payment-method {
  cursor: pointer;
}
.credit-card-form .bdb-new-payment-method:hover {
  box-shadow: 0 15px 30px -10px rgb(0 0 0 / 16%);
}
.credit-card-form>fieldset{
  display:none;
}
.credit-card-form .show-stored-cards {
  font-size: 14px;
  margin-left: 30px;
  color: #92929b;
  text-decoration: underline;
  cursor: pointer;
}
.creview-wrapper [id*="edit-payment-information-payment-method-"]+div[id*="edit-payment-information-add-payment-method"] {
  background: #fafafc;
  padding: 20px;
  border-radius: 5px;
  float: left;
  width: 100%;
}
/*--------KAYITLI KREDİ KARTI BİTİŞ--------*/

.checkout-pane-completion-message,
.checkout-pane-bdb-checkout-panes-order-note,
.checkout-pane-bdb-checkout-panes-order-complete-summary-pane,
.checkout-pane-bdb-checkout-panes-order-complete-address-pane{
  background-color: transparent;
  box-shadow: unset;
  padding-top: 0;
  padding-bottom: 0;
}
.cc-order-user-note-text-area{
 margin: 15px 0;
}
.checkout-pane-bdb-checkout-panes-order-note .form-actions{
  display: flex;
  justify-content: center;
}
.checkout-pane-user-note-text{
  margin: 15px 0;
}
@media screen and (max-width: 576px) {
  .checkout-pane-completion-message,
  .checkout-pane-bdb-checkout-panes-order-note,
  .checkout-pane-bdb-checkout-panes-order-complete-summary-pane,
  .checkout-pane-bdb-checkout-panes-order-complete-address-pane{
    padding:0;
  }
}
.checkout-pane-completion-message>.checkout-complete,
.checkout-pane-bdb-checkout-panes-order-note>.checkout-complete,
.checkout-pane-bdb-checkout-panes-order-complete-summary-pane>.checkout-complete,
.checkout-pane-bdb-checkout-panes-order-complete-address-pane>.checkout-complete
{
  float: none;
  margin: 0 auto 25px;
  max-width: 800px;
}

#kazanc-app-wrapper {
  margin-bottom: 25px;
  display: block;
}

.checkout-pane-completion-message .summ-p-count {
  margin-bottom: -10px;
}

.checkout-pane-completion-message .summ-p-count.table-show {
  margin-bottom: 0;
}

.checkout-pane-completion-message>.layout-region-checkout-secondary .checkout--sidebar--inner {
  border-bottom: solid 3px #2ECC71;
  border-radius: 5px;
}

.cc-message strong {
  font-weight: 400;
}

.cc-label {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin-top: 15px
}
@media screen and (max-width: 576px) {
   .cc-label {
    display:flex;
    flex-direction: column;
    margin-top: 0;
  }
  .cc-label .color-green {
    margin-bottom:10px;
  }

}
.checkout-complete p {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.2px;
  color: #92929b;
  font-weight: 300;
}

.checkout-complete .gonderi__shipment-address p {
  border-radius: 5px;
  background-color: #fafafc;
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: left;
  color: #4a4a56;
  font-weight: 300;
}

.cc-ozet-message.cc-teslimat .views-field-rendered-entity>span {
  width: 100%;
}

.cc-ozet-message.cc-teslimat .views-field-rendered-entity>span .gonderi__shipment-address p span {
  width: auto;
  font-weight: 300;
}

.cc-ozet-message.cc-teslimat .views-field-rendered-entity>span .gonderi__shipment-address p .gonderi__phone {
  font-weight: 300;
}

.cc-ozet-message.cc-teslimat .views-field-title,
.cc-ozet-message.cc-teslimat .gonderi__title {
  display: none;
}

.cc-order-id-wrapper {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.08;
  letter-spacing: 0.2px;
  margin: 30px 0 35px;
}
@media screen and (max-width: 576px) {
  .cc-order-id-wrapper {
    margin: 10px 0 30px;
  }
}
.cc-order-id-wrapper .cc-order-id {
  font-weight: bold;
}
.cc-return-back{
  display: inline-block;
}
.cc-return-shopping a {
  line-height: 2;
}

.cc-block {
  background-color: white;
  padding: 30px 40px;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 576px) {
  .cc-block {
    padding:30px 20px;
  }
}
.cc-icon {
  padding-right: 17px;
  font-size: 33px;
  display: inline-block;
  color: #d9d9e1;
}
.color-green{
  color: #2ECC71;

}

.cc-message-wrapper.cc-block.cc-block-completed {
  text-align: center;
}

.cc-message-wrapper.cc-block .cc-icon {
  padding-right: 0;
  font-size: 22px;
}

.cc-baski-wrapper.cc-block {
  background: #fafafc;
  text-align: center;
}

.cc-baski-wrapper.cc-block a.siparislerim-link {
  width: 100%;
  display: block;
  margin: 30px 0 10px;
  text-decoration: underline;
}

.cc-baski-wrapper.cc-block a.btn {
  width: 294px;
  height: 60px;
  border-radius: 5px;
  background-color: #40bbf4;
  font-size: 16px;
  line-height: 39px;
}

.cc-baski-wrapper.cc-block .cc-label {
  font-size: 40px;
}

.cc-ozet-wrapper.cc-block {
  padding: 40px;
}

.cc-fatura-label,
.cc-ozet-bottom-label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

.cc-teslimat-label{
  margin-bottom:5px;
}

.cc-ozet-wrapper .cc-ozet-column .cc-ozet-message {
  border-radius: 5px;
  background-color: #fafafc;
  padding: 30px;
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: left;
  color: #4a4a56;
  font-weight: 300;
}

.cc-ozet-wrapper .given-name,
.cc-ozet-wrapper .family-name {
  font-weight: 500;
}

.cc-ozet-column {
  width: 350px;
  display: inline-block;
}

.cc-ozet-column .field__label {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: left;
  color: #4a4a56;
}

.cc-ozet-column .field__item {
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: left;
  color: #4a4a56;
  font-weight: 300;
}

.cc-ozet-column span {
  color:#92929B;
  display: inline-block;
  margin-right:3px;
}

.cc-fatura-wrapper {
  margin-right: 20px;
  float: left;
}

.cc-teslimat-wrapper {
  float: right;
}

.cc-bottom-column {
  width: 235px;
  display: inline-block;
}

.cc-bottom-column span {
  width: 100%;
  display: block;
}

.cc-bottom-column span:first-child {
  font-weight: 500;
  margin-bottom: 10px;
}

.cc-bottom-column span:last-child {
  font-size: 20px;
  font-weight: 300;
}

.cc-address-wrapper{
  display:flex;
  padding:15px 0;
}
.cc-address-wrapper .cc-fatura-wrapper,.cc-address-wrapper .cc-teslimat-wrapper{
  flex: 1;
  border-radius: 5px;
  background-color: #fafafc;
  padding: 20px;
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: left;
  color: #4a4a56;
}
.cc-address-wrapper .cc-fatura-wrapper{
  margin-right: 15px;
}
.cc-address-wrapper .cc-teslimat-wrapper{
  margin-left: 15px;
}
.cc-company-name{
  font-weight: bold;
}
/* Cart Css */

.cart-block--contents {
  width: 460px !important;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(74, 74, 86, 0.2);
  top: 44px;
  right: 0;
}
@media screen and (max-width: 576px) {
  .cart-block--contents {
    display: none!important;
  }
}
.cart.cart-block{
  display: block;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.cart.cart-block .loading-img{
  width:max-content;
  margin:0 auto;
  padding-top: 70px;
}

.cart.cart-block table{
  border-spacing: 0 1em;
}

.cart.cart-block tr{
  border:none !important;
  display:block;
  padding:5px 0;
}

.cart.cart-block tr td img {
  /*border: 2px solid #f0f0f4;*/
  border-radius: 5px;
  width: 100px;
  height: 75px;
  object-fit: contain;
}

.cart-block--contents .view-header {
  margin: 0 0 14px;
  color: #4a4a56;
}

.cart-block--contents__inner {
  padding: 20px 10px 0 20px;
}

.cart-block--contents .views-field-field-custom-item-title-1 {
  width: unset;
  /*padding: 0 10px;*/
  width:200px;
  padding-top: 5px;
  padding-left: 20px;
}

.cart-block--contents table tbody td {
  padding: 7.5px 0;
  border-bottom: 0;
}

.cart-block--contents [class*="_product-id"] {
  font-size: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.cart-block-p-render [class*="_attribute-"] {
  display: inline-block;
  color: #92929b;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.cart-block-p-render [class*="_attribute-"] div:first-child {
  font-weight: 500;
  padding-right: 0.2em;
  float: left;
}

.cart-block-p-render [class*="_attribute-"] div:last-child {
  font-weight: 400;
  padding-right: 0;
  float: left;
}

.cart-block-p-render [class*="_attribute-"]:after {
  content: ", ";
  display: inline-block;
}

.cart-block-p-render [class*="_attribute-"]:last-child:after {
  content: "";
}

.cart-block--contents .cart-block-options {
  display: inline-block;
  color: #92929b;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.cart-block-item-price {
  letter-spacing: 0.3px;
  white-space: nowrap;
  color: #4a4a56;
  width: 100px;
  text-align: right;
  position: relative;
}

.cart-block-item-price .formatted-cprice {
  font-weight: 600;
}

.cart-block-item-price .formatted-cprice .arti-kdv {
  font-size: 10px;
  color: #838386;
  margin-left: 2px;
  font-weight: 200;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.cart-block--contents .views-field-field-product-image {
  width: 100px;
}

.cart-block--contents .views-field-field-product-image img {
  border: 2px solid #f0f0f4;
  border-radius: 5px;
}

.cart-block--contents__items {
  max-height: inherit;
  overflow-y: hidden;
  overflow-x: hidden;
}

.cart-block--contents__links {
  display: none;
}

.cart-block--contents table {
  max-height: 305px;
  overflow-y: auto;
  display: block;
  padding: 0 10px 0 0;
}

.cart-block--contents footer {
  padding: 10px 0 20px;
  border-top: 2px solid #f0f0f4;
  margin-top: 10px;
  /* text-align: center; */
  display: table;
  width: 100%;
}

.cart-block--contents footer a.btn.with-icon:after {
  content: "\e951";
  font-family: "icomoon";
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.cart-block--contents footer a {
  margin-top: 7px;
  line-height: 2;
  width: 180px !important;
}

.cart-block--contents footer a.button--primary.with-icon {
  width: 160px !important;
  position: relative;
  box-shadow: none;
  padding: 9px 15px;
  display: block;
  float: right;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  letter-spacing: 1.1px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.cart-block--contents footer a.btn:hover,
.cart-block--contents footer a.btn:focus {
  color: #fff !important;
  box-shadow: unset;
}

.cart-block--contents footer .cart-block-message {
  width: 95px;
  display: table-column;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.1px;
  text-align: right;
  float: left;
  margin-top: 8px;
}

.cart-block--contents footer .cart-block-message .cart-block-total {
  font-weight: 500;
  margin-bottom: 3px;
}

.cart-block--contents footer .cart-block-message .cart-block-shipment {
  color: #fb197b;
  margin-top: 1px;
}

.cart-block--contents footer .cart-block-order-total {
  float: left;
  width: unset !important;
  font-size: 26px !important;
  padding-left: 12px !important;
  margin-top: 12px !important;
  display: table-column;
}

.cart-block-order-total .price-left {
  font-size: 30px;
}

.cart-block-order-total .price-right sup {
  font-size: 14px !important;
  top: -10px !important;
}
.cart-block-title {
  font-size: 18px;
  font-weight: 400;
}

.cart-block-attributes {
  font-size: 12px;
  color: #92929b;
  line-height: 14px;
}

.cart-block-attributes ul li {
  display: inline-block;
}

.cart-block-attributes .attribute_value__attribute_label,
.cart-block-attributes .attribute_value__name {
  display: inline-block;
}

.cart-block-attributes .attribute_value__name {
  font-weight: 600;
}

.cart-form .views-field-title {
  width: 315px;
}

.cart-form .views-field-field-product-image {
  width: 145px;
}

.cart-form .views-field-field-product-image img {
  border: 2px solid #f0f0f4;
  border-radius: 5px;
}

.cart-form td:last-child {
  text-align: right;
}

.cart-form th:last-child {
  padding-right: 40px;
  text-align: right;
}

.cart-form .form-actions button#edit-checkout {
  width: 100%;
  display: block;
  border-radius: 0;
  box-shadow: 0px 12px 20px #2ECC7133;
  background: #2ECC71 0% 0% no-repeat padding-box;
  padding: 15px 30px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
}

.cart-form .form-actions button#edit-submit {
  display: none;
}


/* width */
.cart-block--contents table::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.cart-block--contents table::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color:whitesmoke;
}
/* Handle */
.cart-block--contents table::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 20px;
}
/* Handle on hover */
.cart-block--contents table::-webkit-scrollbar-thumb:hover {
  background: darkgray;
}

.bordered-block {
  border-style: solid;
}

.mt-15 {
  margin-top: 15px;
}
.bw-2 {
  border-width: 2px;
}

.bc-gray {
  border-color: #d9d9e1;
}

.br-5 {
  border-radius: 5px;
}

#header-region > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-checkout #header-region > div {
    display: flex;
  }
}

header#header {
  margin-top: 30px;
  background-color: #fff;
  padding-bottom: 30px;
}

.header-block-right {
  float: right;
  padding: 12px;
  margin-left: 24px;
  width: 160px;
  position: relative;
}

.header-block-right.bordered-block {
  width: 150px;
}

.header-block-right.p-0 {
  padding: 0;
  height: 46px;
}

.header-block-right.bordered-block:hover {
  border-color: #2ECC71;
}

#block-iyibaski-branding {
  width: 25%;
}
.icon-bdb_icons_hamburger{
  display: none;
  font-size: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 576px) {
  .section-checkout .icon-bdb_icons_hamburger{
    display: none;
  }
}
.mobile-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  z-index: 99999;
  transition: backgorund ease-in-out .2s;
  background: rgba(0,0,0,0.4);
}
.mobile-menu .mobile-content{
  width: 90%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  padding: 16px 12px;
  transition: transform ease-in-out .2s;
  transform: translateX(-100%);
  padding-bottom: 100px;
}
.mobile-menu .mobile-content.opened{
  transform: translateX(0);
}
.mobile-menu .item-image,
.mobile-menu .child-item-header{
  display: none;
}
.mobile-menu-head{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #eaeaea;
  font-size: 16px!important;
}

.mobile-menu .item.parent-item .child-item-wrapper{
  display: none;
}
.mobile-menu .item.parent-item .child-item-wrapper .container{
  margin:0 ;
  padding: 0;
}
.mobile-menu .item{
  border-bottom: 1px solid #eaeaea;
  padding-left:10px;
}
.mobile-menu .item>a{
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .item:last-child{
  border-bottom: none;
}
.mobile-menu .item-text,
.mobile-content > .account *,
{
  color: #4a4a56;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.main-nav-wrapper .icon-bdb_icons_arrow_slider.icon-right-arrow{
  display: none;
  margin-right: 10px;
}
.mobile-menu .main-nav-wrapper .icon-bdb_icons_arrow_slider.icon-right-arrow{
  display: block;
  transition: transform ease-in-out .2s;
  height: 15px;
  width: 15px;
}
.mobile-menu .main-nav-wrapper .icon-bdb_icons_arrow_slider.icon-right-arrow.rotated{
  transform: rotate(90deg);
}

.mobile-content > .account {
  border-top: 2px solid #eaeaea;
  margin-top: 16px;
  padding-top: 16px;
}
.mobile-menu .account .general__body > a,
.mobile-menu .account .general__body .links > span
{
  display: block;
  padding: 10px;
  border-bottom: 1px solid  #eaeaea;
}
.mobile-menu .account .general__body .links > span:last-child{
  border: none;
}
.mobile-menu .account .login-left{
  display: none;
}
.mobile-menu .mobile-search{
  display: none;
}
.mobile-search{
  display:none
}
@media screen and (max-width: 768px) {
  .mobile-search{
    display:block;
  }
   .error-page-logo .hamburger-menu{
     display: none;
   }
   .general__body.hover .links{
     display: none!important;
   }
  .header-block-right.iconic-block.p-0 .cart-block--summary>a {
    padding-top: 15px!important;
  }
  header#header {
    padding: 15px 10px;
    margin: 0;
  }
  #block-iyibaski-branding {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .logo-and-hamburger-wrapper{
    display: flex;
    align-items: center;
  }
  .logo-and-hamburger-wrapper .site-logo{
    width: 100%;
    max-width:150px;
    max-height:50px;
  }
  .icon-bdb_icons_hamburger{
    display: block;
  }
  .block-exposedformtum-tasarimlarpage-1 .search-bar{
    position: fixed;
    display: none;
    width: 100%;
    left: 50px;
    top: 100px;
    width: calc(100% - 100px)!important;
    background: white;
    background: white;
    width: 100%important;
    border-radius: 10px;
    z-index: 9999;
  }
  .search-overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.9);
    left: 0;
    top: 0;
    z-index: 999;
  }
  .search-overlay>span{
    position: absolute;
    top: 50px;
    right: 50px;
    color:white;
  }
  .header-block-right {
    padding: 0;
    height: unset;
    margin-left: 0;
  }
  .header-block-right .login-right, .header-block-right .cart-link-right{
    display: none;
  }
  .mobile-search{
    font-size: 19px;
    color: #555;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 20px;
  }
  .header-block-right.bordered-block {
    width: unset;
    border: none;
    display: inline-flex;
    align-items: center;
    float: none;
    vertical-align: middle;
  }
  #block-dynamicmainmenubystore-2{
    display: none;
  }
}
.site-logo{
  max-width:225px;
  max-height:100px;
  object-fit:contain;
}

.header-block-right .login-left,
.header-block-right .cart-link-left {
    float: left;
    line-height: 0;
}

.header-block-right .general__body>p>a {
    padding: 10px 10px 8px 12px;
    display: block;
    width: 100%;
    float: left;
}

.header-block-right .login-right,
.header-block-right .cart-link-right {
    float: right;
    line-height: 24px;
    font-size: 13px;
    font-weight: 500;
    width: 80px;
}

.header-block-right a:hover,
.header-block-right a:hover,
.header-block-right a:focus,
.header-block-right a:focus {
    color: #4a4a56 !important;
}

.header-block-right .cart-link-left .icon-bdb_icons_shop {
    font-size: 23px;
}

.header-block-right .cart-link-left .cart-block-counter {
  position: absolute;
  left: 29px;
  top: 6px;
  background: #fb197b;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  text-align: center;
  padding: 0 4px;
}

.header-block-right .cart-link-left .cart-block-counter:empty {
    display: none;
}
.header-block-right.iconic-block.p-0 .cart-block--summary>a {
  padding: 9px 10px 10px 12px;
  display: inline-block;
  width: 100%;
}
.cart-block table tbody tr:last-child{
  border-bottom: 0px;
}

.shop-cart-item{
  display: flex;
  /*justify-content: space-between;*/
  margin-bottom: 10px;
  padding: 20px;

  border: 1.5px solid #F0F0F4;
  background-color:#fff;
  border-radius: 5px;
  transition: 0.2s;
}
.shop-cart-item .views-field-field-design-images{
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-left: 10px;
  flex:2;
}
.shop-cart-item .views-field-field-design-images img{
  border-radius: 5px;

}
.shop-cart-item .views-field-nothing{
  margin-right: 30px;
  flex: 5;
}
.shop-cart-item .views-field-nothing .cart-item-title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.shop-cart-item .views-field-unit-price__number .formatted-cprice{
  font-size:18px;
}
.shop-cart-item .views-field{
  display: flex;
  align-items: center;
}
.shop-cart-item .views-field-unit-price__number,
.shop-cart-item .views-field-field-bdb-quantity
{
  flex:2;
  margin-right: 20px;
}
.shop-cart-item .views-field-field-bdb-quantity{
  color: #92929B;
}


.shop-cart-item .delete-order-item{
  display: block;
  padding: 0;
  margin-top: 10px;
  background-color: transparent;
  color: #343A40;
  font-weight: 500;
  font-size:14px;

}

.shop-cart-item .item__attributes{
  color: #92929B;
  font-size:12px;
}
.shop-cart-item .item__attributes .attribute_value__label{
  font-weight: bold;
}
#block-authenticatedblock .general__body {
  display: inline-block;
  width: 100%;
}
#block-authenticatedblock .general__body a {
  padding: 9px 10px 10px 12px;
  display: block;
  float: left;
  width: 100%;
}
#block-authenticatedblock .general__body i {
  font-size: 23px;
}
.section-frontpage .splide {
  padding: 0 !important;
  margin-bottom: 40px;
}
.section-frontpage .splide__slide {
  border-radius: 5px !important;
  height: 360px !important;
}

.section-frontpage .splide__pagination__page{
  width: 10px;
  height: 10px;
  border-radius: 25px;
}

.section-frontpage .splide__pagination__page.is-active {
  background: #2ECC71;
}

.block-exposedformtum-tasarimlarpage-1 input[type='text'] {
  margin-bottom: 0;
  background: none;
  background-repeat: no-repeat;
  border: 2px solid #92929b;
  border-radius: 5px;
  height: 45px;
  padding-left: 15px;
  font-size: 13px;
}
.block-exposedformtum-tasarimlarpage-1 button {
  background: none;
  border: none;
  font-size: 0;
  color: #fff;
 }
.block-exposedformtum-tasarimlarpage-1 button:after {
  content: "";
  font-family: icomoon;
  font-size: 16px;
  position: absolute;
  left: 17px;
  top: 10px;
  color: #fff;
}
#atcf table tr {
  border:none;
}
#atcf table td {
  vertical-align: middle;
}
#atcf table td label   {
  margin: 5px 0;
}
#atcf table td.selected label {
  border: solid 2px #1EB25D!important;
  background-color: #2ECC71!important;
}
#atcf table thead th.active .atcf-production {
  border: solid 2px #1EB25D!important;
}
#atcf table tbody td.active.quantity .q-in {
  border: solid 2px #1EB25D!important;
}
#atcf .atcf-smart.atcftype-radio .field.has-addons .control .b-radio.is-primary {
  border-color: #1EB25D!important;
}
#atcf table tbody td>span.q-in {
  display: block;
  height: 38px;
  width: 73px;
  border: 1px solid #d9d9e1;
  border-radius: 5px;
  padding: 3px;
}

#atcf table thead th.active .atcf-production:before {
  -webkit-box-shadow: 2px 2px #1EB25D!important;
  box-shadow: 2px 2px #1EB25D!important;
}
.atcf-shipment-info-btn{
  display: none!important;
}
.block-exposedformtum-tasarimlarpage-1 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 576px) {

  .block-exposedformtum-tasarimlarpage-1 {
    width: auto;
    margin-right: unset;
  }
}
#atcf.desktop .atcf-smart.atcftype-single label {
  position: relative;
  padding: 8.5px 30px 8.5px 15px!important;
}
#atcf .atcf-smart.atcftype-single label [class^=icon-], #atcf .atcf-smart.atcftype-single label [class*=" icon-"] {
  float: unset!important;
  margin-top: 0px!important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.block-exposedformtum-tasarimlarpage-1 .form-actions {
    height: 45px;
    width: 50px;
    box-shadow: none;
    background: #494956;
    border-radius: 0 5px 5px 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;

}
.block-exposedformtum-tasarimlarpage-1 input[type='text'] {
  margin-bottom: 0;
  background: none;
  background-repeat: no-repeat;
  border: 2px solid #494956;
  border-radius: 5px;
  height: 45px;
  padding-left: 15px;
  font-size: 13px;
}

.block-exposedformtum-tasarimlarpage-1 button {
  background: none;
  border: none;
  font-size: 0;
  color: #fff;
 }
.block-exposedformtum-tasarimlarpage-1 button:after {
  content: "";
  font-family: icomoon;
  font-size: 16px;
  position: absolute;
  left: 17px;
  top: 14px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .block-exposedformtum-tasarimlarpage-1 input[type='text'] {
    border: 2px solid #fff;
  }
  .block-exposedformtum-tasarimlarpage-1 .form-actions {
    background: none;
  }
  .block-exposedformtum-tasarimlarpage-1 button:after {
    color: #494956;
  }
}
.my-order.views-row{
  background: #FAFAFC 0% 0% no-repeat padding-box;
  margin-bottom: 20px;
  padding: 20px 27px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #f0f0f4;
  border-radius: 4px;
  color: #4A4A56;
}
@media screen and (max-width: 576px) {
  .my-order.views-row{
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.my-order.views-row>.order-column{
  flex: 2;
}
.my-order.views-row>.order-column:last-child{
  display:flex;
  flex:1;
  align-self: center;
}
@media screen and (max-width: 576px) {
  .my-order.views-row>.order-column:last-child{
    margin-top: 24px;

  }
}
.my-order.views-row>.order-column:last-child > a {
  border: 1px solid #2ECC71;
  border-radius: 5px;
  color: #2ECC71;
  box-shadow: none;
  display: block;
  padding: 7px 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.2s;
}
.my-order.views-row>.order-column:nth-child(3)>div{
  text-align: center;
  width: 60%;
  align-self: center;
  font-size: 22px;
}
@media screen and (max-width: 576px) {
  .my-order.views-row>.order-column:nth-child(3)>div{
    width:auto ;

  }
}
.my-order.views-row>.order-column:nth-child(3)>div>.icon{
  color:#2ECC71;
}
.my-order.views-row>.order-column>.order-label{
  font-size: 12px;
  color: #92929b;
}

.my-order.views-row>.order-column>.order-value{
  font-weight: 300;
  font-size: 22px;
  margin:10px 0px;
}

.my-order.views-row>.order-column>div>.order-state{
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}

.user-page-content-area{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000000B;
  border-radius: 5px;
  padding:30px;
  margin-top: -8%;
}

.taksit-secenek-row .js-form-type-radio > input[type="radio"] + label:before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  border: solid 4px #92929b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.taksit-secenek-row .js-form-type-radio > input[type="radio"]:checked + label:before {
  border: solid 4px #2ECC71;
  margin-top: -7px;
}
@media screen and (max-width: 576px) {
  .user-page-content-area{
    padding:0px;
    margin-top: -25%;
  }
  .cart-page-custom-wrapper {
    flex-direction: column
  }
  .cart-page-left,.cart-page-right{
    width: 100%;
    padding: 0;
  }
  div[id*="edit-payment-information-add-payment-method-payment-details-stored-method"] {
    justify-content: center;
  }
  .cart-page-left > .cart-page-left-content{
    background:transparent;
    border:none;
    padding: 0;
  }
  .shop-cart-item {
    position:relative;
    display: block;
    border: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000B;
    border-radius: 5px;
    margin-bottom:20px;
  }
  .shop-cart-item .views-field-field-design-images{
    display:inline-block;
    margin:0 auto;
    width: 25%;
    vertical-align: top;

  }
  .shop-cart-item .views-field-field-design-images img{
    height:48px;
    width: 60px;
    object-fit:contain;
    border-radius:0;
  }
  .shop-cart-item .views-field-nothing{
    width: 75%;
    display: inline-block;
    margin:0;
    padding-right: 25px;
  }
  .shop-cart-item .views-field-field-bdb-quantity,
  .shop-cart-item .views-field-unit-price__number
  {
    width: 30%;
    display: inline-block;
    margin: 15px 0 0 0 ;
    padding: 15px 0 0 0 ;
    border-top: 1px solid #F0F0F4;
    vertical-align: top;
  }
  .shop-cart-item .views-field-field-bdb-quantity
  {
    width: 30%;
    text-align: left;
  }
  .shop-cart-item .views-field-unit-price__number{
    width: 70%;
    text-align:right;
  }
  .shop-cart-item .views-field-field-bdb-quantity br{
    display:none;
  }
  .shop-cart-item .views-field-remove-button{
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .shop-cart-item .cart-item-title{
    text-align: left;
    font: normal normal medium 14px/16px Roboto;
    letter-spacing: 0px;
    color: #4A4A56;
  }

}
.welcome-block{
  padding:30px;
  height: 182px;
  background: #2ECC71 0% 0% no-repeat padding-box;
}
.welcome-block .welcome-text{
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.welcome-block .branch-name{
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#block-checkoutprogress{
  width:50%;
}
#block-secureshoppingblock{
  width:25%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 576px) {
  .section-checkout #block-secureshoppingblock{
    display: none;
  }
}
.term-input-wrapper.js-form-type-checkbox > label {
  padding-left: 30px;
}
.term-input-wrapper.js-form-type-checkbox > input[type="checkbox"] {
  margin-right: -20px;
}
.term-input-wrapper.js-form-type-checkbox > label:before {
  width: 20px;
  height: 20px;
}
.term-input-wrapper.js-form-type-checkbox > input[type="checkbox"]:checked + label:before {
  width: 20px;
  height: 20px;
  line-height:17px;
}
.credit-card-form .bdb-new-payment-method .icon-bdb_icons_plus-thin {
  font-size: 36px;
  margin-top: 15px;
}
.add-to-cart-button button {
  box-shadow: 0px 12px 20px #2ECC7133;
}
.cart-page-custom-wrapper .summary-title {
  padding-top: 30px;
}
.cart-page-custom-wrapper [data-drupal-selector="order-total-summary"] {
  padding: 0 30px;
}
.cart-page-left-content > h1 {
  font-weight: 300;
  font-size: 26px;
}
.cart-page-left-content .views-label-remove-button {
  text-indent: -9999px;
}
button.delete-order-item .icon-bdb_icons_close {
  color: #D9D9E1;
}
.cart-page-left-content span.views-label.views-label-unit-price__number {
  display: none;
}
.cart-page-right .button--primary {
  border-radius: 0;
  text-align: center;
}
.cart-page-right .button--primary .icon-bdb_icons_arrow {
  float: right;
  margin-top: 3px;
}
.cart-page-left #edit-actions.form-actions {
  display: none;
}
.checkout-pane-payment-information .ajax-progress.ajax-progress-throbber {
  position: absolute;
  right: 10px;
  top: 20px;
}
.checkout-pane-payment-information .ajax-progress.ajax-progress-throbber .message {
  display: none;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] > .fieldset-wrapper > div > div.form-item {
  position: relative;
}

.custom-acount-page-title{
  font: normal normal 300 30px/35px Roboto;
  color: #4A4A56;
}
@media screen and (max-width: 576px) {
  .custom-acount-page-title{
    text-align: center;
   }
}
.custom-acount-page-seperator{
  margin: 30px 0;
  border-bottom: 2px solid #F0F0F4;
}
.ui-widget-overlay.ui-front{
  z-index: 1;
}

.custom-user-wrapper{
  display: flex;
}
@media screen and (max-width: 576px) {
  .custom-user-wrapper{
    flex-direction: column;
  }
}

.custom-account-info, .custom-company-info{
  background: #FAFAFC 0% 0% no-repeat padding-box;
  margin-bottom: 20px;
  padding: 30px ;
  border: 1px solid #f0f0f4;
  border-radius: 4px;
  color: #4A4A56;
  flex:1;
}

.custom-account-info{
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .custom-account-info{
    margin-right: 0px;
  }
}
.custom-company-info{
  margin-left: 15px;
}
@media screen and (max-width: 576px) {
  .custom-company-info{
    margin-left: 0px;
  }
}
.custom-user-wrapper .title{
  font: normal normal 300 30px/35px Roboto;
  margin-bottom: 35px;
}

.custom-user-wrapper .line .label{
  font: normal normal normal 12px/14px Roboto;
  letter-spacing: 0px;
  color: #92929B;
  flex:1;
}

.custom-user-wrapper .line .value{
  font: normal normal normal 18px/24px Roboto;
  letter-spacing: 0px;
  flex:3;
}
.custom-user-wrapper .line .value.approved{
 color:#2ECC71;
}
.custom-user-wrapper .line:first-child {
  display: flex;
  align-items: center;
}
.custom-user-wrapper .line:not(:first-child) {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .custom-user-wrapper .line {
    flex-direction: column;
    align-items:flex-start !important;
  }
  .custom-user-wrapper .line .value {
    margin-top: 8px;
    word-break: break-all;
  }
}

.custom-account-info .change-password{
  border: 1px solid #2ECC71;
  border-radius: 5px;
  color: #2ECC71;
  box-shadow: none;
  display: block;
  padding: 0 28px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  transition: 0.2s;
  width:max-content;
  margin:25px 0px 10px 0px;
}


.ui-dialog-title{
  font: normal normal 300 26px/30px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
}
.ui-dialog-titlebar{
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
  padding: 0 !important;
}
.ui-dialog{
  padding:30px;
  box-shadow: 0px 13px 16px #00000029;
  border-radius: 10px;
  border: none;
}
@media screen and (max-width: 576px) {
  .ui-dialog{
   width: 85% !important;
  }
}
.ui-dialog-titlebar-close{
  background-color:transparent;
  font-size:13px
}

.ui-dialog-content{
  padding:0 !important;
}

.ui-dialog .user-form .password-strength__meter, .password-strength__indicator, .user-form .description, .password-strength__title, .password-suggestions {
  display: none !important;
}
.ui-dialog .user-form .form-submit{
  margin: 10px 0px;
}
.ui-dialog .user-form label , .ui-dialog .user-form .password-confirm{
  font: normal normal normal 14px/16px Roboto;
  letter-spacing: 0px;
  color: #92929B;
}
.ui-dialog .user-form input{
  border: 3px solid #F0F0F4;
  height: 44px;
}
.ui-dialog .user-form .form-item{
  margin-bottom: 20px;
}

.ui-dialog .user-form .form-actions{
  display: flex;
  justify-content: center;
}


.user-page-content-area .back-to-orders{
  font: normal normal normal 12px/14px Roboto;
  letter-spacing: 0px;
  color: #92929B;
}

.user-page-content-area .repeat-order{
  font: normal normal normal 14px/16px Roboto;
  letter-spacing: 0px;
  color: #92929B;
}
.user-page-content-area .order-detail-header{
  display:flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .user-page-content-area .order-detail-wrapper{
    padding:16px 0px 0px 16px;
  }
}

.order-information{
  background: #FAFAFC 0% 0% no-repeat padding-box;
  border: 1px solid #F0F0F4;
  border-radius: 0px 4px 4px 4px;
  margin-top: 30px;
  padding:30px;
}

.order-information .info-header{
  display: flex;
  justify-content: space-between;
  align-items:center;
}

.order-information .info-header .column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.order-information .info-header .column .label{
  font: normal normal normal 12px/14px Roboto;
  letter-spacing: 0px;
  color: #92929B;
}
.order-information .info-header .column .value{
  font: normal normal normal 16px/19px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
  margin-top: 5px;
  display: flex;
}

@media screen and (max-width: 576px) {
  .order-information .info-header{
    flex-direction: column;
  }
  .order-information .info-header .column{
    margin-bottom: 10px;
  }
}
.order-information .order-item-card{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000000B;
  border-radius: 5px;
  margin:30px 0 10px 0;
  padding:20px;

  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .order-information .order-item-card .order-item-columns {
    flex-direction: column;
  }
}
.order-information .order-item-card .order-item-columns{
  display: flex;
}
.order-information .order-item-card .column{
  flex:1;
  align-items: center;
  display:flex;
}
@media screen and (max-width: 576px) {
  .order-information .order-item-card .column{
    text-align: start !important;
    justify-content:center !important;
    margin: 5px 0px;
  }
}
.order-information .order-item-card .column:nth-child(2), .order-information .order-item-card .column:nth-child(3){
  text-align: left;
  justify-content:start;
}
.order-information .order-item-card .column:last-child{
  justify-content:flex-start;
  text-align: end;
}

.order-information .order-item-card .column .product-image{
  background: transparent url('img/0 copy.png') 0% 0% no-repeat padding-box;
  border: 1px solid #F0F0F4;
  border-radius: 4px;
  margin-right: 20px;
  min-width: 100px;
  max-width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .order-information .order-item-card .column .product-image{
    margin-right: 0px;
  }
}
.order-information .order-item-card .column .product-image img{
  height: 100%;
  object-fit: contain;
}
.order-information .order-item-card .column .product-info{
text-align: left;
}
.order-information .order-item-card .column .product-info .title{
  font: normal normal normal 14px/16px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
  margin-bottom: 10px;
}
.order-information .order-item-card .column .product-info .quantity{
  font: normal normal normal 12px/14px Roboto;
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: #92929B;
  text-transform: capitalize ;
}
.order-information .order-item-card .column .product-info .details-button{
  text-decoration: underline;
  font: normal normal normal 12px/14px Roboto;
  letter-spacing: 0px;
  color: #2ECC71;
}

.order-information .order-item-card .column .price{
  font: normal normal normal 20px/24px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
}
@media screen and (max-width: 576px) {
  .order-information .refund-wrapper  .order-item-card .column .price{
    margin-bottom: 10px;
  }
}
.order-information .order-item-card .column .state{
  font: normal normal 300 16px/19px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
  width: 104px;
}

.order-information .order-item-card .column .shipping .label{
  font: normal normal medium 12px/14px Roboto;
  letter-spacing: 0px;
  color: #92929B;
}
.order-information .order-item-card .column .shipping .value{
  font: normal normal 300 12px/19px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
}


.order-detail-bottom{
  display: flex;
  margin-top:30px;
}
.order-detail-bottom .customer-information{
  margin-right: 15px;
  flex: 4;
}
.order-detail-bottom .customer-information .user-note{
  background: #FAFAFC 0% 0% no-repeat padding-box;
  border: 1px solid #F0F0F4;
  border-radius: 0px 4px 4px 4px;
  padding: 20px;
  margin-bottom: 15px;
}
.order-detail-bottom .customer-information .address-info{
  background: #FAFAFC 0% 0% no-repeat padding-box;
  border: 1px solid #F0F0F4;
  border-radius: 0px 4px 4px 4px;
  padding: 20px;
}
.order-detail-bottom .summary{
  flex:4;
  background: #FAFAFC 0% 0% no-repeat padding-box;
  border: 1px solid #F0F0F4;
  border-radius: 0px 4px 4px 4px;
  padding:20px;
}

.order-detail-bottom .summary{
  flex:2;
  margin-left: 15px;
}

@media screen and (max-width: 576px) {
  .order-detail-bottom{
    flex-direction:column;
  }
  .order-detail-bottom .customer-information{
    margin-right:0;
  }
  .order-detail-bottom .summary{
    margin-left: 0px;
    margin-top:24px;
  }
}

.order-detail-bottom .title{
  font: normal normal 300 18px/21px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
}
.order-detail-bottom hr{
  border-bottom: 1px solid #F1F1F4;
  margin: 20px 0;
}
form#views-exposed-form-tum-tasarimlar-page-1 {
  position: relative;
}
.user-page-content-area .custom-tabs {
  margin-bottom: 45px;
}
@media screen and (max-width: 576px) {
  .user-page-content-area .custom-tabs   {
    padding:16px;
    display:flex;
    overflow: overlay;
  }
}
.user-page-content-area .custom-tabs a {
  margin-right: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 576px) {
  .user-page-content-area .custom-tabs a {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    white-space: nowrap;
    margin-right: 25px;

  }
}
.user-page-content-area .custom-tabs a.active-tab {
  border-bottom: 2px solid #2ecc71;
}

div[id*="edit-payment-information-add-payment-method-payment-details-stored-method"]{
  display:flex;
  flex-wrap: wrap;
}

.cc-ozet-label{
  margin-bottom:15px;
}

.order-detail-bottom .payment-information{
  display: flex;
  justify-content:space-between;
  color: #4A4A56;
}
.order-detail-bottom .payment-information .label{
  font: normal normal 300 14px/32px Roboto;
}
.order-detail-bottom .payment-information .value{
  font: normal normal normal 14px/32px Roboto;
}
#block-authenticatedblock .general__body .links {
  display: none;
}
#block-authenticatedblock .general__body {
  position: relative;
}
#block-authenticatedblock .general__body.hover .links {
  display: block;
  position: absolute;
  top: 43px;
  z-index: 99;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 10px 10px 15px;

}
#block-authenticatedblock .general__body.hover .links a {
  display: block;
}
#block-authenticatedblock .general__body.hover .links a {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #4A4A56;
  text-transform: capitalize;
}
#block-authenticatedblock .general__body .links span.siparislerim a {
  border-top: 1px solid #D9D9E1;
  padding-top: 20px;
  margin-top: 10px;
  width: 90%;
}
#block-authenticatedblock .general__body .links span:first-child a {
  border: none;
  margin-top: 0;
  padding-top: 10px;
  width: 100%;
}
.stored-methods .stored-methods-title h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  .stored-methods .stored-methods-title h2 {
    text-align: center;
  }
}

.stored-methods .stored-methods-title hr {
  margin: 30px 0 20px 0;
  border-color: #d9d9e1;
}

.stored-methods .stored-methods-content {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .stored-methods .stored-methods-content {
    justify-content: center;
  }
}

.stored-methods .stored-methods-content .stored-method-card {
  border: 3px solid #f0f0f4;
  border-radius: 5px;
  padding: 18px 23px;
  margin: 0 36px 15px 0;
  width: 243px;
}

@media screen and (max-width: 576px) {
  .stored-methods .stored-methods-content .stored-method-card {
    margin: 0 0px 15px 0;
  }
}

.stored-methods .stored-methods-content .stored-method-card .stored-method-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}


.stored-methods .stored-methods-content .stored-method-card .stored-method-card-delete {
  background-color: #f0f0f4;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 12px;
}

.stored-methods .stored-methods-content .stored-method-card .stored-method-card-delete span:first-child {
  margin-right: 3px;
}

.stored-methods .stored-methods-content .stored-method-card .stored-method-card-number {
  font-size: 18px;
  margin-bottom: 10px;
}


.stored-methods .stored-methods-content .stored-method-card .stored-method-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stored-methods .stored-methods-content .stored-method-card .stored-method-card-footer .stored-method-card-expiration {
  font-size: 16px;
}

.stored-methods .stored-methods-content .stored-method-card .stored-method-card-footer .stored-method-card-type {
  width: 40px;
}
/*--------FOOTER BAŞLANGIÇ--------*/
footer#footer{
  background-color: #FBFBFC;
}
.footer-content{
  display: flex;
  padding-block: 50px;
}
.footer-brand-logo{
  flex:2;
}
.footer-links{
  flex:4;
  display:flex;
}
.footer-links-column{
  flex:1;
}
.footer-link-title{
  position:relative;
  margin-bottom: 35px;
  color: #4A4A56;
  font-weight:500;
  font-size:14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.footer-link-title:after{
  content: " ";
  position:absolute;
  bottom: -15px;
  left: 0;
  width: 18px;
  height: 2px;
  background: #2ECC71;
  border-radius: 1px;
}
.footer-link-item{
  margin-bottom: 15px;
  text-align: left;
  font-size:14px;
  letter-spacing: 0.7px;
}
.footer-link-item a:hover{
  color: #2ECC71;
  transition:color .2s ease-out;

}
#copyright{
  background-color:#E5E5EA;
}
.copyright-content{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 25px;
}
.copyright-text{
  font-weight: 300;
}
.copyright-text a{
  font-weight: 500;
  color:#4A4A56;
}
.credit-carts{
  display:flex;
  align-items: center;
}
.credit-carts>*{
  margin-left:10px;
  height:70px;
  object-fit: contain;
}

.block-footer-mini{
  background-color: #E5E5EA;
}
.block-footer-mini ul{
  padding-top: 25px;
  display:flex;
}
.block-footer-mini .footer-link-item {
  margin-bottom: -10px;
  font-weight: 500;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .footer-content{
    flex-direction: column;
    align-items: center;
    padding-block: 40px;
  }
  .footer-links-column{
    flex:auto;
    margin-top: 20px;
  }
  .footer-brand-logo{
    margin-bottom:20px;
  }
  .footer-brand-logo img{
    width: 100%;
  }
  .footer-links{
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
  .block-footer-mini ul {
    flex-direction: column;
  }
  .block-footer-mini .footer-link-item {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .copyright-content{
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .copyright-text {
    margin-bottom: 20px;
  }
  .copyright-text a {
    display: block;
  }
  .credit-carts>*{
    margin-left:unset;
    height:50px;
  }
}
/*--------FOOTER BİTİŞ--------*/
#sidebar-first h2 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
#sidebar-first h2:after {
  width: 18px;
  height: 2px;
  background-color: #2ECC71;
  display: block;
  content: "";
  margin-top: 10px;
}

#sidebar-first div[class*="block-"]  {
  border: 2px solid #D9D9E1;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  #sidebar-first div[class*="block-"]  {
    display: none;
  }
}
#sidebar-first div[class*="block-"] a {
  font-weight: 300;
}
#sidebar-first .block-facets ul li.facet-item a,  #sidebar-first .block-facets ul li.facet-item,
#sidebar-first ul.kategori-tree li, #sidebar-first ul.kategori-tree li a
{
  display: block;
  margin-bottom: 10px;
}
#sidebar-first ul.kategori-tree li[class*="tree-item-level"] .indent-span {
  margin: 0 7px;
  float: left;
  height: 30px;
}
#sidebar-first .block-facets ul li.facet-item a:last-child, #sidebar-first .block-facets ul li.facet-item:last-child,
#sidebar-first ul.kategori-tree li:last-child, #sidebar-first ul.kategori-tree li:last-child a {
  margin-bottom: 0;
}
#sidebar-first div[class*="block-"] a::after {
  content: " ";
  width: 8px;
  height: 8px;
  margin-top: 6px;
  background-color: #ffffff;
  border-radius: 2px;
  display: inline-block;
  float: right;
  transform: rotate(45deg);
  box-shadow: 2px -2px #b1b1b9;
}
#sidebar-first .block-facets a.is-active, #sidebar-first ul.kategori-tree li.active a {
  font-weight: 600;
}
#sidebar-first ul.kategori-tree li.active {
  position: relative;
  margin-bottom: 20px;
}
#sidebar-first ul.kategori-tree li.active::after {
  content: '';
  height: 0px;
  border-top: 1px solid #e4e4e4;
  position: absolute;
  left: -10px;
  right: -10px;
}
.section-user .layout-container {
  margin: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
  text-align: center;
  margin-top: 30px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #2ECC71 0% 0% no-repeat padding-box
}

.swiper-button-prev:after, .swiper-button-next:after{
  color:#D9D9E1;
}
.frontpage-swiper-container  .swiper-wrapper {
  padding: 0 10px;
}
@media screen and (max-width: 576px) {
  .banner-wrapper{
    padding: 0 20px;
  }
  .frontpage-swiper-container  .swiper-wrapper {
    padding: 0;
  }

  .swiper-button-prev:after, .swiper-button-next:after{
    font-size: 36px!important;
  }
  .frontpage-swiper-container  .swiper-wrapper {
    padding: 0;
  }
}
.frontpage-swiper-container  .swiper-arrow-wrapper{
  position:relative;
}

.frontpage-swiper-container .swiper{
  position: static;
}
.swiper-button-prev,.swiper-button-next{
  top: 50%!important;
  transform: translateY(-50%);
  margin-top: unset !important;
}
.frontpage-swiper-container  .swiper-button-prev{
  left:-30px !important;
}
.frontpage-swiper-container .swiper-button-next{
  right: -30px !important;
}
.frontpage-swiper-container .title{
  font-size: 22px;
  font-weight: 500;
  font-family: Roboto;
  line-height: 30px;
  color: #4A4A56;
  text-transform: uppercase;
  margin:40px 0 30px 0;
  display: flex;
  justify-content: center;
}

.frontpage-swiper-container  .all-products-button-wrapper{
  display: flex;
  justify-content: center;
  margin:60px 0;
}
.frontpage-swiper-container  .all-products-button-wrapper .all-products-button{
  background: #2ECC71 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 20px #2ECC7133;
  border-radius: 5px;
  padding:14px 30px;
  color:#FFF;
  letter-spacing: 0.45px;
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto;
  line-height: 21px;
}

body.section-frontpage #content-wrapper {
  padding-top: 30px;
}
body.section-frontpage .splide__arrow--prev {
  left:-40px;
}
body.section-frontpage .splide__arrow--next {
  right:-40px;
}

body.section-frontpage .splide__arrow svg {
  fill:#D9D9E1;
}

body.section-frontpage .splide__pagination {
  bottom: -25px;
}



/*--------ERROR PAGE BAŞLANGIÇ--------*/
.error-page-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 600px;
  min-height: calc(100vh - 125px);
  margin: auto;
  padding: 60px 20px;
}
.error-page-actions{
  text-align:center;
}
.error-page-go-home{
  margin-top:30px;
  margin-inline: 10px;
  display:inline-block;
}
.error-page-logo .site-logo img{
  width:100%;
  max-width:250px;
  max-height: 150px;
  margin-bottom: 60px;
}
.error-page-logo #block-iyibaski-branding{
  width:100%;
}
.error-page-description{
  font-size:28px;
}
.error-page-image{
  margin-bottom: 60px;
  max-height: 300px;
}
@media screen and (max-width: 576px) {
  .error-page-description{
    font-size:20px;
  }
  .error-page-logo .site-logo img{
    max-width:200px;
    margin-bottom: 30px;
  }
  .error-page-image{
    margin-bottom: 30px;
    max-height: 200px;
  }
}
/*--------ERROR PAGE BİTİŞ--------*/

/*
  Sayfanın en altındaki copyright kısmı 81px(desktop),
  sayfamız 100vh den küçük olduğunda en az 100vh
  kadar davransın ve copyright en aşağıda gözüksün
  diye eklendi
*/
.role--anonymous .dialog-off-canvas-main-canvas{
  min-height:calc(100% - 120px);
}
.role--authenticated .dialog-off-canvas-main-canvas{
  min-height:calc(100% - 81px);
}
@media screen and (max-width: 768px) {
  .role--anonymous .dialog-off-canvas-main-canvas{
    min-height:calc(100% - 162px);
  }
  .role--authenticated .dialog-off-canvas-main-canvas{
    min-height:calc(100% - 143px);
  }
}
.block-brandlogo{
  width:25%
}
.header-brand-logo img {
  width: 220px;
  object-fit: contain;
}
/*--------HIDDEN CAPTCHA------*/
.bdb-login-important {
  display: none;
}
/*--------HIDDEN CAPTCHA------*/

.empty-card-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.empty-card-wrapper .empty-cart-logo{
  width: 100%;
  max-width: 250px;
  margin-bottom: 50px;
}
.empty-card-wrapper .empty-cart-slogan{
  font-size: 28px;
}
.empty-card-wrapper .empty-cart-go-home{
  margin-top: 30px;
  margin-inline: 10px;
  display: inline-block;
}

.no-result-page{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-result-page img{
  max-width: 250px;
  width: 100%;
}

.no-result-page p{
  font-size: 28px;
  margin-top: 45px;
}

.content-area .messages--status{
  margin-top: 0;
}

.atcf-free-input{
  padding: 0 10px;
}
.atcf-free-input>span.label{
   font-size: 14px;
   color: #4a4a56;
   font-weight: 600;
}
.atcf-free-input textarea{
  background-color: #fff;
  border: 2px solid #d9d9e1;
  border-radius: 5px;
  font-size: 13px;
  padding: 8.5px 10px 8.5px 15px;
  transition: border-color 150ms ease;
  width: 100%;
  height: 40px;
  color: #4a4a56;
  margin-bottom: 0px;
}
.atcf-free-input .icon.is-right,
.atcf-free-input .help.is-danger{
  display: none;
}

.no-results-wrapper {
  max-width: 400px;
  text-align: center;
  margin: 100px auto 40px;
  display: block;
  font-size: 20px;
}

.no-results-wrapper img {
  display: block;
  margin-bottom: 30px;
}

.categories__description,
.design_categories__description {
  width: 100%;
  display: block;
  float: left;
  margin-top: 40px;
  padding: 20px;
  background: #FAFAFC;
  border-radius: 5px;
  height: 500px;
  overflow-y: auto;
  border: 1px solid #F0F0F4;
}

a.checkout-return:before {
  content: "\e951";
  font-family: "icomoon";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: -3px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.checkout-return {
  position: relative;
  padding-left: 25px;
  opacity: .8;
}

a.checkout-return:hover {
  color: #2ecc71;
  opacity: 1;
}

.checkout-safety  .icon-bdb_icons_safety:before {
  color: #16dc86;
  font-size: 45px;
  float: left;
  margin-right: 10px;
  margin-top: 30px;
}

.checkout-safety {
  float: right;
  font-size: 20px;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: 0.2px;
  color: #4a4a56;
  padding-left: 55px;
  font-family: "Roboto",sans-serif;
}
@media screen and (max-width: 576px) {
  .checkout-safety {
    display:none;
  }
}
.block-system.block-iyibaski-content > .form-item > label {
  display: none;
}
.delete-stored-method-form.confirmation .form-actions {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.delete-stored-method-form.confirmation .form-actions [data-drupal-selector="edit-submit"] {
  background: none;
  color: #333 !important;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
  opacity: .7;
  text-transform: capitalize;
  font-size: 14px;
}
.section-product #main {
  background: #FBFBFC;
}
.product-page-right {
  background: #fff;
}
@media screen and (max-width: 576px) {
  .product-page-right {
    padding:0;
  }
}
#atcf.desktop .atcf-prices-matrix {
  background: #F0F0F4 !important;
  margin-bottom: -17px;
}
#atcf table tbody label {
  border: none !important;
}
#atcf table tbody td>span.q-in {
  background: #fff;
}

.product-page-right hr {
  margin: 20px 10px 25px;
}

.product-page-right h1 {
  line-height: 35px;
  margin-top: 5px;
  font-size: 30px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 576px) {
  .product-page-right h1 {
    font-size: 19.5px;
  }
}
.section-product #atcf .atcf-smart.atcftype-radio .field.has-addons .control .b-radio.is-primary:hover {
  border: 2px solid #1EB25D!important;
}

.section-product #atcf .atcf-smart.atcftype-radio .field.has-addons .control .b-radio.is-primary:after {
  color: #1EB25D!important;
}

#atcf .atcf-smart select {
  margin-bottom: 0;
  width: 365px;
  margin-bottom: 12px;
  max-width: 100%;
  width: auto;
  background: no-repeat;
  box-shadow: none;
  height: 40px;
  border: 2px solid #d9d9e1;
  border-radius: 5px;
  padding-left: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABl0lEQVRoQ+2WwUrEMBCGZ8YH6Ib2IILgA3gUfABd7+JbevEsvoGKHvcsLF42cbt3baXQSg8xTTMTZHF6TefP//1/SIuw5w/uuX9QgL9uUBvQBpgJ6BFiBsge1wbYETIFtAFmgOxxbYAdIVPgfzRgjDlFxBtEvHXOrZihBcfn7hXTABbGvB8QHQJATYhLa+1zDoiyLM9bgHsAKBqAde3c8dQ+UQALY9ZEdNSLZYEYm+/3eftw7kQCAKqqOmva9gEAFjkgPOa3DdFFvdm8igB0Ij4IBLhyzj1NbRJa95knxEtr7UuMbswR+tGRhuCa74zNApBsQsJ8EsAvEDsEWMYeJynzyQAcCEnzLIAUCGnzbIAARHc7PY5vkRzmRQBiIHKZFwMIQXQ33fB70DeynXPPT30LZl+jIUHPd2LXv1/kMC/awADmgRiWRJMfREUbCEBkMZ+lgTHEZ9veEcBXQ3Qd82M2dd5961kaSDGSOqMAqclJzWkDUkmm6mgDqclJzWkDUkmm6mgDqclJzWkDUkmm6mgDqclJzX0DFhbmMQ9cxFUAAAAASUVORK5CYII=) !important;
  background-color: #fff;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  outline: none;
}

.section-product .product-images img[src$=".svg"] {
  max-width: 200px;
  pointer-events:none;
}

.section-product .modal .image-wrapper img[src$=".svg"] {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
nav.pager {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px;
}
li.pager__item.pager__item--active a {
  background: #2ECC71;
  color: #fff;
  border: none;
  padding: 10px 16px;
}

li.pager__item a {
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px;
  border: solid 3px #f0f0f4;
  font-size: 14px;
  padding: 8px 14px;
  margin-right: 5px;
}
.block-iyibaski-page-title h1{
  font: normal normal normal 30px/35px Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
}
ul.breadcrumb {
  display: block;
  margin-bottom: 10px;
}
.section-product ul.breadcrumb {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 8px;
}
ul.breadcrumb li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #92929b;
  position: relative;
}
ul.breadcrumb li a::after {
  content: "\e951";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px;
  font-size: 10px;
}
ul.breadcrumb li:last-child a::after {
  content: " ";
  margin: 0;
  width: 0px;
}

.breadcrumb-block-mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .breadcrumb-block-mobile {
    display: block;
  }
  .breadcrumb-block {
    display: none;
  }
}

.order-summary-details .item{
  margin-top:20px;
}
.order-summary-details .item hr{
  margin-top:20px;
  margin-bottom: 0px;
  border-bottom: 1px solid #F0F0F4;
}
.order-summary-details .main-part{
  display:flex;
}
.order-summary-details .product-image{
  width:60px;
  height:50px;
  margin-right: 10px;
}
.order-summary-details .product-image img{
  width:100%;
  height:100%;
  object-fit: contain;
}
.order-summary-details .detail-part{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.order-summary-details .price-and-quantity .quantity{
  text-align: right;
  font: normal normal normal 14px/14px Roboto;
  letter-spacing: 0px;
  color: #92929B;
}
.order-summary-details .price-and-quantity .price .formatted-cprice{
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  font-family: Roboto;
  letter-spacing: 0px;
  color: #4A4A56;
}
.role--anonymous #header {
  border-bottom: 1px solid #ccc;
}
.role--anonymous img.site-logo {
  width: 225px;
}

.sidebar .facets-widget-checkbox ul li {
  margin-bottom: 10px;
  position: relative;
}
.sidebar .facets-widget-checkbox ul li div.attribute-filter-header {
  color: #4A4A56;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 22px;
  margin-bottom: 10px;
}
.sidebar .facets-widget-checkbox ul li input {
  display: none;
}
.sidebar .facets-widget-checkbox ul li label {
  display: inline-block;
  padding-left: 24px;
  margin-bottom: 0;
}
.sidebar .facets-widget-checkbox ul li label a {
  display: none;
}
.sidebar .facets-widget-checkbox ul li label span {
  font-size: 14px !important;
  letter-spacing: 0.7px;
  color: #4A4A56;
  font-weight: 300;
  text-transform: capitalize;
}
.sidebar .facets-widget-checkbox ul li label:before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  border: 2px solid #d9d9e1;
  left: 0;
  top: 0;
  border-radius: 5px;
  font-family: icomoon;
  background: #fff;
  position: absolute;
}
.sidebar .facets-widget-checkbox ul li .facets-checkbox:checked+label:before {
  content: "\e93a";
  border: 2px solid #16e38a;
  color: #16e38a;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
}
.hideable.block-facets {
  display: none;
}
.cc-order-user-note-button {
  border-radius: 4px;
  background: #fff;
  color: #fff !important;
  border: 2px solid #2ECC71;
  color: #2ECC71 !important;
}

p.address {
  font-size: 14px;
  color: #4A4A56;
  font-weight: 400;
}

.ht:hover .tooltip {
  display:block;
}

.ht{
  position: relative;
  cursor: pointer;
  color: #999;
}
.tooltip {
  display: none;
  color: #fff;
  background: #4a4a56;
  z-index: 1;
  position: absolute;
  bottom: 0;
  transform: translatey(-22%);
  padding: 12px 16px;
  width: 300px;
  right: 0;
  border-radius: 4px;
}
.address-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
