@import url("responsive/mobile.css"); @import url("responsive/1152x864.css"); @import url("responsive/1280x1024.css");  @media screen and (max-width:767px) and (min-width:0) {  .button-1x {font-size: 11px;padding: 4px 10px;font-weight: normal !important;}  .button-2x {font-size: 12px;padding: 5px 25px;}  .button-3x {font-size: 13px;padding: 5px 25px;}  .button-4x {font-size: 13px;padding: 5px 25px;}  .button-5x {font-size: 13px;padding: 5px 40px;font-weight: 200;}  }  @font-face {  font-family: "Ionicons";font-display: swap ;font-weight: normal;  font-style: normal;  src: url("ionicons.eot");  src: url("ionicons.eot") format("embedded-opentype"), url("ionicons.ttf") format("truetype"), url("ionicons.woff") format("woff"), url("ionicons.svg") format("svg");  }  .ion-arrow-down-b:before, .ion-ios-checkmark-outline:before, .ion-bag:before, .ion-ios-location:before, .ion-ios-pricetags:before, .ion-ios-information-outline:before, .ion-ios-close-empty:before, .ion-calendar:before,.ion-close-round:before, .ion-ios-locked:before,.ion-ios-plus-empty:before, .ion-eye:before, .ion-backspace:before, .ion-alert-circled:before, .ion-heart:before, .ion-navicon-round:before{display: inline-block;font-family: "Ionicons";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;text-rendering: auto;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}  .ion-navicon-round:before {content: "\f20d";}  .ion-arrow-down-b:before {content: "\f104";}  .ion-ios-checkmark-outline:before {content: "\f3fe";}  .ion-bag:before {content: "\f110";}  .ion-ios-location:before {content: "\f456";}  .ion-ios-pricetags:before {content: "\f48f";}  .ion-ios-close-empty:before {content: "\f404";}  .ion-ios-information-outline:before {content: "\f44c";}  .ion-calendar:before {content: "\f117";}  .ion-backspace:before {content: "\f3bf";}  .ion-alert-circled:before {content: "\f100";}  .ion-ios-locked:before {content: "\f458";}  .ion-heart:before {content: "\f141";}  .ion-eye:before {content: "\f133";}.ion-close-round:before{content:"\f129"}.ion-ios-plus-empty:before{content:"\f489"}

.urun-detay-sag-alan-demo-links {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center !important;
    width: calc(100% - 20px);
    gap: 20px;
}
.urun-detay-sag-alan-demo-links>a {
    display: flex;
    color: #fff;
    border: 1px solid transparent;
    font-weight: 600;
    padding: 0 35px;
    width: calc(50% - 22px);
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.urun-detay-sag-alan-demo-links>a:nth-child(1){
    background: rgba(0, 84, 139, 1);
}
.urun-detay-sag-alan-demo-links>a:nth-child(2){
    background: rgba(0,134,188,1);
}
.urun-detay-sag-alan-demo-links>a:nth-child(1):hover{
    background: rgba(0,134,188,1);
}
.urun-detay-sag-alan-demo-links>a:nth-child(2):hover{
    background: rgba(0, 84, 139, 1);
}
button[name="addtocart"] {
    font-weight: 600 !important;
    background-color: #f7ab00;
    border: #4b3700;
    color: #fffdf4;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
button[name="addtocart"]:hover {
    background-color: #f3b138;
    border: #4b3700;
}