@font-face {
  font-family: '00297regular';
  src: url('../fonts/00297-webfont.eot');
  src: url('../fonts/00297-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/00297-webfont.woff') format('woff'), url('../fonts/00297-webfont.ttf') format('truetype'), url('../fonts/00297-webfont.svg#00297regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --colorS: #000;
  --colorP: #c30003;
  --colorWhite: #fff;
  --colorRed: #c30003;
  --system-font: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --csFont: '00297regular', sans-serif;
}
html,
body,
form {
  margin: 0;
  padding: 0;
  font-family: var(--system-font);
  background: #fff;
}
* {
  box-sizing: border-box;
}
#securi {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
/* global */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
a:hover {
  transition: all 0.5s ease 0s;
  color: red;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.hide {
  display: none;
}
.anim {
  transition: all 0.5s ease 0s;
}
input {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.clr {
  clear: both;
  display: block;
}
img {
  border: 0;
}
.center {
  text-align: center;
}
.errorR {
  border: 1px solid #00703c !important;
}
.imgFit {
  width: 100%;
  display: block;
  height: auto;
}
.floatLeft {
  float: left;
  margin-right: 7px;
}
.floatRight {
  float: right;
  margin: 0 0 0 17px;
}
.alignleft {
  float: left;
  margin: 0 17px 0 0;
}
.alignright {
  float: right;
  margin-left: 7px;
}
.flex {
  display: flex;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lineYatay {
  border-bottom: 1px dashed #ccc;
  margin: 15px 0;
  display: block;
}
.masterTooltipSCL {
  display: none;
  position: absolute;
  background-color: red;
  padding: 5px 15px;
  color: #fff;
  font-size: 11px;
  font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
  font-size: 13px;
  -webkit-box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.36);
  box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.36);
  z-index: 999999999;
}
.masterTooltipSCL span {
  background: url(../images/sol_arrow.png) no-repeat left;
  position: absolute;
  margin: -3px 0 0 -25px;
  display: inline-block;
  width: 16px;
  height: 17px;
}
.zoom1 {
  transition: all 0.5s ease 0s;
}
.zoom1:hover {
  transition: all 200ms ease;
  transform: scale(1.3);
}
.blink {
  animation: blink 1200ms ease infinite;
}
.changeColor {
  animation: changeColor 1200ms ease infinite;
}
.cursorP {
  cursor: pointer;
}
.csDrop {
  cursor: pointer;
  margin-top: -2px;
  position: relative;
  padding: 2px 7px;
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  z-index: 9999;
  box-sizing: border-box;
  border: 1px solid #666;
  background: #000;
}
.csDrop ul {
  border: 1px solid #fff !important;
  margin: 0 0 0 -8px;
  background: #fff;
  padding: 0;
  display: none;
  width: 100%;
  position: absolute;
  text-align: left;
  box-sizing: content-box;
}
.csDrop:hover {
  background: #fff;
  color: #000;
}
.csDrop:hover ul {
  display: block;
}
.csDrop ul li {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.csDrop ul li a {
  border: 0 !important;
  display: block !important;
  font-weight: 300;
  font-size: 13px !important;
  white-space: nowrap;
  padding: 5px 10px !important;
  box-sizing: border-box;
  color: #000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
}
.csDrop ul li:first-child a {
  border: 0;
}
.csKurumsal ul {
  width: 180px;
}
.catAciklama {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
#aciklamaOku:checked + .catAciklama {
  height: 500px;
  overflow: auto;
  transition: all 0.5s ease-in-out;
}
.aciklamaOku_tr:before {
  content: "Açıklamayı Oku";
  background: #000;
  color: white;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  padding: 3px 6px;
}
#main {
  position: relative;
}
#header {
  z-index: 9;
}
#header .contentC {
  background: #000;
  display: flex;
  justify-content: flex-end;
}
#header .menuBar {
  width: 100%;
  text-align: right;
  z-index: 9;
}
#header #logo {
  width: 123px;
  height: 123px;
  min-width: 123px;
  background: url(https://www.bundesign.com/code/images/logo.jpg) no-repeat top left;
  display: inline-block;
  position: relative;
}
#header #logo span {
  opacity: 0;
}
#header #logo:after {
  content: "";
  height: 100%;
  display: block;
  width: 1px;
  background: rgba(255, 255, 255, 0.171);
  margin-left: 123px;
  top: 0;
  position: absolute;
}
#header #topBar {
  text-align: right;
  color: #868686;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.171);
  background: #000;
  padding: 0 10px;
  margin-left: 9px;
}
#header #topBar a {
  color: #868686;
  display: inline-block;
  padding: 10px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.171);
}
#header #searchForm {
  text-align: right;
}
#header #searchForm input {
  width: calc(50% - 70px);
  border: 1px solid #ccc;
  font-size: 25px;
  color: #979797;
  padding: 8px 15px;
}
#topMenu {
  width: 100%;
  z-index: 10;
  padding: 22px 0;
}
#topMenu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}
#topMenu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
#topMenu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}
#topMenu ul li:hover {
  background: var(--colorS);
  color: var(--colorWhite);
  transition: all 0.5s ease 0s;
}
#topMenu ul li:hover a {
  color: var(--colorWhite);
}
#topMenu ul li:hover ul {
  display: block;
  transition: all 0.5s ease 0s;
}
#topMenu ul li ul {
  transition: all 0.5s ease 0s;
  display: none;
  position: absolute;
  width: 250px;
  background: var(--colorS);
  text-align: left;
}
#topMenu ul li ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#topMenu ul li ul li a {
  padding: 10px 20px;
  display: block;
  text-align: left;
}
#topMenu ul li ul li a:hover {
  background: #333;
}
#topMenu ul #menu-item-13837 ul li:nth-child(1n+0) {
  border-right: 1px dashed rgba(255, 255, 255, 0.1) !important;
}
#topMenu ul #menu-item-13837 ul {
  width: 400px;
}
#topMenu ul #menu-item-13837 ul li {
  width: 50%;
  display: inline-block;
}
#topMenu ul #menu-item-13837 ul li a {
  font-size: 15px;
}
#breadcrumbs {
  display: flex;
  margin: 0;
  padding: 35px 0 0 0;
  color: #666;
}
#breadcrumbs li {
  list-style: none;
  margin-right: 5px;
  font-size: 13px;
}
#breadcrumbs li a {
  font-size: 13px;
  color: #666;
}
#breadcrumbs li .fontSize9 {
  font-size: 10px;
}
#content {
  position: relative;
}
.contentC {
  margin: 0 auto;
  width: 90%;
}
#homeBanner {
  display: flex;
  padding-top: 20px;
}
#homeBanner img {
  width: 100%;
  display: block;
}
#homeBanner #anaBanner1 {
  width: 60%;
  box-sizing: border-box;
}
#homeBanner #anaBanner1 .prev,
#homeBanner #anaBanner1 .next {
  position: absolute;
  z-index: 2;
  top: 50%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  cursor: pointer;
  margin-top: -20px;
}
#homeBanner #anaBanner1 .prev i,
#homeBanner #anaBanner1 .next i {
  font-size: 40px;
}
#homeBanner #anaBanner1 .prev {
  left: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(51, 51, 51, 0.8);
  transform: rotate(45deg) skew(20deg, 20deg);
  border-right: 0;
  border-top: 0;
}
#homeBanner #anaBanner1 .next {
  right: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(51, 51, 51, 0.8);
  transform: rotate(45deg) skew(20deg, 20deg);
  border-left: 0;
  border-bottom: 0;
}
#homeBanner #anaBanner1:hover .prev,
#homeBanner #anaBanner1:hover .next {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
#homeBanner #anaBanner2 {
  width: 20%;
  padding-left: 20px;
  box-sizing: border-box;
}
#homeBanner #anaBanner2 img {
  transition: all 0.5s ease 0s;
}
#homeBanner #anaBanner2 img:hover {
  transition: all 200ms ease;
  transform: scale(1.3);
}
#homeBanner #anaBanner3 {
  width: 20%;
  padding-left: 20px;
  box-sizing: border-box;
}
#homeTopCatList {
  margin: 40px 0;
  padding: 10px 0;
  text-align: center;
}
#homeTopCatList li {
  display: inline-block;
}
#homeTopCatList li a {
  font-size: 16px;
  display: inline-block;
  padding: 0 40px;
  border-right: 1px dashed #F1F1F1;
  color: #646464;
}
#homeTopCatList li a span {
  display: block;
  color: #000000;
  font-size: 20px;
  transition: all 0.5s ease 0s;
  font-weight: bold;
  font-family: var(--csFont);
}
#homeTopCatList li a:hover span {
  color: red;
}
#homeTopCatList li:last-child a {
  border: 0;
}
#homeTopCatList li .altBorder:hover:before {
  width: 100%;
  left: 0;
}
.altBorder {
  position: relative;
  transition: all 0.5s ease 0s;
}
.altBorder:before {
  left: 50%;
  content: "";
  transition: all 0.5s ease 0s;
  height: 3px;
  bottom: -15px;
  position: absolute;
  background: red;
  width: 0;
}
.catin:before {
  content: "SATIN AL";
}
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
.products a {
  border: 1px solid #FFFFFF;
  transition: all 0.5s ease 0s;
  position: relative;
  display: block;
}
.products a .etiket_sonAdet {
  bottom: 3px;
  right: 3px;
}
.products a .etiket_kargo {
  bottom: 3px;
  left: 3px;
}
.products a .img {
  position: relative;
  padding: 3px;
  border: 1px solid #F1F1F1;
  display: block;
}
.products a .img img {
  display: block;
  width: 100%;
}
.products a h3 {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  min-height: 60px;
  font-weight: 300;
}
.products a p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.products a p span {
  display: block;
  text-align: center;
  font-family: var(--csFont);
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.products a p span small {
  font-size: 15px;
  text-decoration: line-through;
  color: #8A8A8A;
  font-weight: 300;
}
.products a .urunDetail {
  display: block;
  border: 0 solid #000;
  color: #000;
  padding: 10px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.products a:hover {
  transition: all 0.5s ease 0s;
}
.products a:hover .urunDetail {
  background: #000;
  color: #fff;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 320px) and (max-width:750px) {
  .products {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
  }
}
.etiket_indirim {
  width: 85px;
  height: 85px;
  background: url(https://www.bundesign.com/code/images/etiket_indirim.png) no-repeat left top;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 9;
}
.etiket_yeni {
  width: 85px;
  height: 85px;
  background: url(https://www.bundesign.com/code/images/etiket_yeni.png) no-repeat left top;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 9;
}
.etiket_kargo {
  width: 180px;
  height: 20px;
  background: url(https://www.bundesign.com/code/images/sprite.png) no-repeat -287px -5px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  z-index: 9;
  box-sizing: border-box;
}
.etiket_tukendi {
  width: 85px;
  height: 81px;
  background: url(https://www.bundesign.com/code/images/etiket_tukendi.png) no-repeat left top;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  z-index: 9;
}
.etiket_sonAdet {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 0 5px;
  font-size: 11px;
  background: #000;
  color: #FFFFFF;
  z-index: 9;
  box-sizing: border-box;
}
.etiket_sonAdet span {
  background: rgba(255, 0, 4, 0.73);
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  box-sizing: border-box;
}
#detailProduct {
  padding-top: 35px;
  display: flex;
}
#detailProduct .resimAlani {
  width: 585px;
  display: flex;
}
#detailProduct .resimAlani .imageThumb {
  width: 75px;
}
#detailProduct .resimAlani .imageThumb img {
  width: 100%;
  cursor: pointer;
}
#detailProduct .resimAlani #bigImg {
  width: 100%;
}
#detailProduct .resimAlani #detayEtiket {
  font-size: 14px;
  padding-top: 25px;
}
#detailProduct .resimAlani #detayEtiket a {
  display: inline-block;
  padding: 3px 6px;
  font-size: 11px;
  background: #f1f1f1;
  color: #7B7B7B;
  margin: 0 3px;
}
#detailProduct #detailInfo {
  padding-left: 50px;
  color: #666;
  width: calc(100% - (585px + 300px));
  margin-right: 100px;
}
#detailProduct #detailInfo h1 {
  padding: 0;
  margin: 0;
  font-family: var(--csFont);
  font-weight: bold;
  font-size: 50px;
  color: #000;
}
#detailProduct #detailInfo .stars {
  font-size: 13px;
  color: #666;
  padding-top: 20px;
}
#detailProduct #detailInfo .stars i {
  color: #edde09;
  background: linear-gradient(to right, red 20%, #edde09 30%, red 70%, #edde09 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
  margin-right: 2px;
  font-size: 18px;
}
#detailProduct #detailInfo .stars span {
  display: inline-block;
  padding-left: 10px;
}
#detailProduct #detailInfo .urunBilgi {
  color: #666;
  font-size: 14px;
  padding-top: 20px;
}
#detailProduct #detailInfo .urunKategori {
  padding-top: 20px;
  font-size: 14px;
}
#detailProduct #detailInfo .urunKategori a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 5px;
}
#detailProduct #detailInfo .urunKategori a:hover {
  background: #666;
  color: #fff;
}
#detailProduct #detailInfo #benzerUrunlerimiz {
  margin-bottom: 40px;
}
#detailProduct #detailInfo #benzerUrunlerimiz img {
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all 200ms ease;
  margin-right: 5px;
  z-index: 9;
  position: relative;
}
#detailProduct #detailInfo #benzerUrunlerimiz img:hover {
  transition: all 200ms ease;
  transform: scale(1.3);
}
#detailProduct #detailInfo #gorselTercih {
  display: flex;
  padding-bottom: 20px;
}
#detailProduct #detailInfo #gorselTercih h4 {
  font-family: var(--csFont);
  font-size: 18px;
  margin-top: 20px;
  font-weight: 300;
  padding-right: 20px;
}
#detailProduct #detailInfo #gorselTercih label {
  display: inline-block;
  margin-right: 10px;
}
#detailProduct #detailInfo #gorselTercih label img {
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all 200ms ease;
  z-index: 9;
  position: relative;
  cursor: pointer;
}
#detailProduct #detailInfo #gorselTercih label input[type="radio"] + img:hover {
  transition: all 200ms ease;
  transform: scale(1.3);
}
#detailProduct #detailInfo #gorselTercih label input[type="radio"]:checked + img {
  transition: all 200ms ease;
  transform: scale(1.3);
  border: 3px solid red;
}
#detailProduct #detailInfo #gorselTercih label input {
  display: none;
}
#detailProduct #detailInfo .fiyatT {
  font-size: 13px;
  padding-top: 40px;
  color: #666;
}
#detailProduct #detailInfo .fiyatT strong {
  font-size: 40px;
  font-family: var(--csFont);
  color: #000;
}
#detailProduct #detailInfo .fiyatT small {
  text-decoration: line-through;
  font-weight: bold;
  font-size: 18px;
  color: #969696;
  font-family: var(--csFont);
}
#detailProduct #detailInfo .fiyatT i {
  font-style: normal;
  color: var(--colorRed);
}
#detailProduct #detailRightBanner {
  width: 300px;
}
#detailProduct #detailRightBanner img {
  width: 100%;
}
#detayText {
  line-height: 24px;
  color: #666;
}
#detayText h2,
#detayText h3,
#detayText h4,
#detayText h5,
#detayText h6 {
  font-family: var(--csFont);
}
.flex {
  width: 100%;
  align-items: stretch;
  flex-wrap: nowrap;
}
.flex button {
  width: 40%;
  cursor: pointer;
  border: 0;
  color: white;
  font-family: var(--csFont);
  font-size: 18px;
  transition: all 0.5s ease 0s;
  z-index: 1;
  margin-left: 10px;
}
.flex button:hover {
  transition: all 0.5s ease 0s;
  transform: scale(1.1);
  z-index: 2;
}
.flex .sepetEkle {
  background: var(--colorRed);
}
.flex .hemenAl {
  background: #666;
}
.flex .magazaKontrol {
  background: var(--colorS);
}
.flex #kisiselAc {
  width: 100% !important;
}
.guvenText {
  display: flex;
}
.guvenText span {
  font-size: 15px;
  font-weight: 300;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
}
.guvenText span i {
  font-size: 50px;
  float: left;
  margin-right: 15px;
}
.guvenText span small {
  display: block;
}
.guvenText span u {
  text-decoration: none;
}
footer {
  background: #161616;
  padding-top: 50px;
  font-size: 13px;
  color: #ccc;
  margin-top: 50px;
}
footer h2 {
  margin: 0;
  font-weight: 400;
  padding: 0 0 15px 0;
  font-size: 18px;
  color: #FFFFFF;
}
#footerC {
  padding-bottom: 20px;
}
#footerC ul {
  margin: 0;
  padding: 0;
}
#footerC ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footerC ul li a {
  font-size: 13px;
  padding: 7px 0;
  display: block;
  color: #666666;
}
#footerC ul li a:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 15px;
}
#footerC ul li a:hover {
  color: red;
}
.socialBottom {
  padding: 10px 0;
}
.socialBottom a {
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  margin-right: 7px;
}
.socialBottom a:last-child {
  margin: 0;
}
.socialBottom a span {
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
}
.socialBottom .faceBt {
  background-position: -5px -223px;
}
.socialBottom .twitBt {
  background-position: -44px -223px;
}
.socialBottom .gooBt {
  background-position: -82px -223px;
}
.socialBottom .linkBt {
  background-position: -122px -223px;
}
.socialBottom .rssBt {
  background-position: -161px -223px;
}
.socialBottom .insBt {
  background-position: -199px -223px;
}
.socialBottom .youBt {
  background-position: -240px -223px;
}
#newsletterFtForm .newsletterftInput {
  width: 100%;
  padding: 10px;
  border: 0;
  margin-bottom: 8px;
}
#newsletterFtForm #newsgonder {
  background: red;
  color: #FFFFFF;
  border: 0;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
#footerBottom {
  background: #252525;
  padding: 20px 0;
  color: #eaeaea;
}
#footerBottom ul {
  margin: 0;
  padding: 0;
}
#footerBottom ul li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  float: left;
}
#footerBottom ul li a {
  color: #000000;
  text-shadow: none;
}
#footerC .footIlet {
  padding: 0;
}
#ajanstr {
  width: 77px;
  height: 16px;
  display: inline-block;
  background-position: -205px -173px;
  overflow: hidden;
}
#ajanstr:hover {
  width: 77px;
  height: 16px;
  background-position: -205px -189px;
  display: inline-block;
  overflow: hidden;
}
#ajanstr span {
  visibility: hidden !important;
}
#yukari {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999999;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 10px;
  background: #000;
  cursor: pointer;
  font-size: 10px;
  display: none;
  border: 1px solid #000;
}
.sprite {
  background-image: url(https://www.bundesign.com/code/images/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.sprite-bank-axess {
  width: 122px;
  height: 32px;
  background-position: -105px -5px;
}
.sprite-bank-bonus {
  width: 122px;
  height: 32px;
  background-position: -105px -47px;
}
.sprite-bank-paraf {
  width: 122px;
  height: 32px;
  background-position: -105px -89px;
}
.sprite-bank-turkiyeisbankasi {
  width: 101px;
  height: 26px;
  background-position: -5px -131px;
}
.sprite-bank-world {
  width: 122px;
  height: 32px;
  background-position: -116px -131px;
}
.sprite-master {
  width: 65px;
  height: 40px;
  background-position: -5px -173px;
}
.sprite-ssl {
  width: 115px;
  height: 40px;
  background-position: -80px -173px;
}
.sprite-visa {
  width: 65px;
  height: 40px;
  background-position: -287px -35px;
}
.plusminusunit {
  flex-wrap: nowrap;
  display: inline-flex;
  border: 1px solid #000;
}
.plusminusunit span,
.plusminusunit .input {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.plusminusunit .input {
  font-size: 20px;
  padding: 10px;
  border: 0;
  border-radius: 0;
}
.eksiEkle,
.artiEkle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
  text-align: center;
  width: 30px;
  font-weight: bold;
  font-size: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  cursor: pointer;
  color: #000;
  text-shadow: none;
}
.divider {
  position: relative;
  margin: 10px 0;
  height: 1px;
}
.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #303133, transparent);
}
.div-dot:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: var(--colorRed);
  border: 1px solid #303133;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}
.btn1,
.btn {
  background: var(--colorS);
  box-sizing: border-box;
  color: white;
  border: 0;
  cursor: pointer;
  padding: 10px 30px;
  transition: all 0.5s ease 0s;
  display: inline-block;
}
.btn1.btn-sm,
.btn.btn-sm {
  padding: 5px 15px;
}
.btn1:hover,
.btn:hover {
  background: var(--colorS);
  transition: all 0.5s ease 0s;
  color: white;
}
.btn1.bgS,
.btn.bgS {
  background: var(--colorS);
}
.btn1.bgS:hover,
.btn.bgS:hover {
  background: var(--colorP);
  transition: all 0.5s ease 0s;
  color: white;
}
.btn1.btn-block,
.btn.btn-block {
  width: 100%;
  display: block;
}
.btn1.shine,
.btn.shine {
  position: relative;
  overflow: hidden;
}
.btn1.shine:after,
.btn.shine:after {
  content: '';
  top: 0;
  transform: translateX(100%) translateY(-50%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  animation: shine 1s infinite;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}
.colorS {
  color: var(--sColor);
}
.colorPink {
  color: var(--colorPink);
}
.colorOrange {
  color: #ff7c2c;
}
.colorTurkuaz {
  color: #80d9ee;
}
.colorBlueLight {
  color: #666666;
}
.colorBlue3 {
  color: #1876b9;
}
.colorRed {
  color: red;
}
.colorBlue2 {
  color: #464646;
}
.colorGray {
  color: #575757;
}
.colorWhite {
  color: #fff;
}
.colorBlack {
  color: #000;
}
.bgS {
  background: var(--sColor);
}
.bgRed {
  background: var(--colorRed);
}
.bgBlue1 {
  background-color: var(--colorBlue);
}
.bgWhite {
  background-color: #FFFFFF;
}
.bgOrange {
  background-color: #ff7c2c;
}
.bgTurkuaz {
  background-color: #80d9ee;
}
.bgGrey {
  background-color: #e3eaef;
}
.fontSize9 {
  font-size: 9px;
}
.fontSize10 {
  font-size: 10px;
}
.fontSize11 {
  font-size: 11px;
}
.fontSize12 {
  font-size: 12px;
}
.fontSize13 {
  font-size: 13px;
}
.fontSize14 {
  font-size: 14px;
}
.fontSize15 {
  font-size: 15px;
}
.fontSize16 {
  font-size: 16px;
}
.fontSize17 {
  font-size: 17px !important;
}
.fontSize18 {
  font-size: 18px;
}
.fontSize19 {
  font-size: 19px;
}
.fontSize20 {
  font-size: 20px;
}
.fontSize21 {
  font-size: 21px;
}
.fontSize22 {
  font-size: 22px;
}
.fontSize23 {
  font-size: 23px;
}
.fontSize24 {
  font-size: 24px;
}
.fontSize25 {
  font-size: 25px;
}
.fontSize26 {
  font-size: 26px;
}
.fontSize27 {
  font-size: 27px;
}
.fontSize28 {
  font-size: 28px;
}
.fontSize29 {
  font-size: 29px;
}
.fontSize30 {
  font-size: 30px;
}
.fontSize35 {
  font-size: 35px;
}
.fontSize40 {
  font-size: 40px;
}
.fontSize44 {
  font-size: 44px;
}
.fontSize50 {
  font-size: 50px;
}
.fontSize75 {
  font-size: 75px;
}
.fontW300 {
  font-weight: 300;
}
.fontW400 {
  font-weight: 400;
}
.fontW600 {
  font-weight: 600;
}
.fontW700 {
  font-weight: 700;
}
.font297 {
  font-family: var(--csFont);
}
@media (max-width: 1024px) {
  .urunList {
    padding: 5px;
  }
  .etiket_yeni {
    display: none!important;
  }
  .urunList p span {
    font-size: 20px;
  }
  .etiket_kargo {
    display: none;
  }
}
@media screen and (min-width: 1600px) and (max-width: 3200px) {
  .urunLists .productResponse {
    width: 16.5%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
  #detailProduct {
    display: flex;
    padding: 15px 17px 70px 15px;
  }
  #detailProduct #detailRightBanner {
    display: none;
  }
  #detailProduct #detailInfo {
    padding: 0 0 0 35px;
    width: calc(100% - 305px);
    margin-right: 30px;
  }
  #detailProduct #detailInfo h1 {
    font-size: 37px;
  }
  #detailProduct .resimAlani {
    min-width: 450px;
    width: 450px;
    display: flex;
  }
  #detailProduct .resimAlani .imageThumb {
    width: 75px;
  }
  #detailProduct .resimAlani .imageThumb img {
    width: 75px;
    cursor: pointer;
  }
  #detailProduct .resimAlani #bigImg {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .contentC,
  .focus {
    width: 100%;
  }
  #breadcrumbs {
    padding-left: 15px;
  }
  #detailProduct {
    display: flex;
    padding: 15px 17px 70px 15px;
  }
  #detailProduct #detailRightBanner {
    display: none;
  }
  #detailProduct #detailInfo {
    padding: 30px 0 0 20px;
    width: calc(100% - 305px);
    margin-right: 30px;
  }
  #detailProduct #detailInfo h1 {
    font-size: 37px;
  }
  #detailProduct .resimAlani {
    min-width: 400px;
    display: block;
  }
  #detailProduct .resimAlani .imageThumb {
    width: 100%;
  }
  #detailProduct .resimAlani .imageThumb img {
    width: 49%;
  }
  #detailProduct .resimAlani #bigImg {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .contentC,
  .focus {
    width: 100%;
  }
  #breadcrumbs {
    padding-left: 15px;
  }
  #bigImg,
  #detayEtiket {
    display: none;
  }
  #detailProduct {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 70px 0;
  }
  #detailProduct #detailRightBanner {
    width: 300px;
    padding-top: 30px;
  }
  #detailProduct #detailInfo {
    padding: 30px 15px 0 15px;
    width: calc(100% - 330px);
    margin-right: 30px;
  }
  #detailProduct #detailInfo #gorselTercih {
    display: block;
    padding-bottom: 20px;
  }
  #detailProduct #detailInfo #gorselTercih h4 {
    font-family: var(--csFont);
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    padding-right: 20px;
  }
  #detailProduct .resimAlani {
    width: 100%;
  }
  #detailProduct .resimAlani #bigImg {
    display: none;
  }
  #detailProduct .resimAlani .imageThumb {
    width: 100%;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
  }
  #detailProduct .resimAlani .imageThumb img {
    width: 23%;
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .menuBar {
    display: flex;
    justify-content: end;
  }
  #mobilBar {
    color: #fff;
    width: 50px;
  }
  #mobilBar #menu__toggle {
    opacity: 0;
  }
  #mobilBar #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #mobilBar #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #mobilBar #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #mobilBar #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  #mobilBar .menu__btn {
    position: fixed;
    top: 24px;
    right: 15px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  #mobilBar .menu__btn > span,
  #mobilBar .menu__btn > span::before,
  #mobilBar .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition-duration: 0.25s;
  }
  #mobilBar .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  #mobilBar .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  #mobilBar .menu__box {
    display: block;
    position: fixed;
    top: 35px;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #000;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
  #mobilBar .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  #mobilBar .menu__item:hover {
    background-color: #CFD8DC;
  }
  .contentC,
  .focus {
    width: 100%;
    padding: 0 15px;
  }
  .mobilHide {
    display: none;
  }
  #topBar,
  #anaBanner2,
  #anaBanner3,
  #topMenu,
  #breadcrumbs {
    display: none;
  }
  #header .contentC {
    padding-top: 10px;
  }
  #header #logo {
    margin: 0 0 0 0;
    position: relative;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-size: cover;
    box-shadow: none;
  }
  #homeBanner {
    margin: 0;
  }
  #homeBanner #anaBanner1 {
    width: 100%;
  }
  .urunLists .productResponse {
    width: 50%;
  }
  #detailProduct {
    display: block;
    padding: 15px 0 50px 0;
  }
  #detailProduct #detailInfo {
    padding: 20px 15px 0 15px;
    width: 100%;
  }
  #detailProduct #detailInfo h1 {
    font-size: 30px;
  }
  #detailProduct #detailInfo .fiyatT {
    display: none;
  }
  #detailProduct #detailInfo #gorselTercih {
    display: block;
    padding-bottom: 20px;
  }
  #detailProduct #detailInfo #gorselTercih h4 {
    font-family: var(--csFont);
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    padding-right: 20px;
  }
  #detailProduct #detailInfo .formAction {
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 9;
    box-shadow: 1px -25px 55px -10px rgba(0, 0, 0, 0.4);
    left: 0;
  }
  #detailProduct #detailInfo .formAction button {
    margin-left: 0;
    width: 50%;
  }
  #detailProduct #detailInfo .formAction .plusminusunit {
    border: 0;
  }
  #detailProduct .resimAlani {
    width: 100%;
  }
  #detailProduct .resimAlani #bigImg {
    display: none;
  }
  #detailProduct .resimAlani .imageThumb {
    width: 100%;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
  }
  #detailProduct .resimAlani .imageThumb img {
    width: 65%;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
input:focus,
textarea,
textarea:focus,
span,
a {
  outline: none !important;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #ccc;
}
::-webkit-scrollbar-thumb {
  background: #000;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
@keyframes showNav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    transform: scale(1);
    color: white;
  }
  50% {
    transform: scale(1.2);
    color: red;
  }
  100% {
    transform: scale(1);
    color: white;
  }
}
@keyframes changeColor {
  0% {
    color: #edde09;
  }
  33% {
    color: black;
  }
  66% {
    color: red;
  }
  100% {
    color: #edde09;
  }
}
@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/* Global Margins - margin-# or m# increments of five until 50px then jumps to 50px */
.m0,
.margin-0 {
  margin: 0px;
}
.m5,
.margin-5 {
  margin: 5px;
}
.m10,
.margin-10 {
  margin: 10px;
}
.m15,
.margin-15 {
  margin: 15px;
}
.m20,
.margin-20 {
  margin: 20px;
}
.m25,
.margin-25 {
  margin: 25px;
}
.m30,
.margin-30 {
  margin: 30px;
}
.m35,
.margin-35 {
  margin: 35px;
}
.m40,
.margin-40 {
  margin: 40px;
}
.m45,
.margin-45 {
  margin: 45px;
}
.m50,
.margin-50 {
  margin: 50px;
}
.m70,
.margin-70 {
  margin: 70px;
}
.m100,
.margin-100 {
  margin: 100px;
}
.m150,
.margin-150 {
  margin: 150px;
}
.m200,
.margin-200 {
  margin: 200px;
}
.m250,
.margin-250 {
  margin: 250px;
}
/* Global Padding */
.p0,
.padding-0 {
  padding: 0px;
}
.p5,
.padding-5 {
  padding: 5px;
}
.p10,
.padding-10 {
  padding: 10px;
}
.p15,
.padding-15 {
  padding: 15px;
}
.p20,
.padding-20 {
  padding: 20px;
}
.p25,
.padding-25 {
  padding: 25px;
}
.p30,
.padding-30 {
  padding: 30px;
}
.p35,
.padding-35 {
  padding: 35px;
}
.p40,
.padding-40 {
  padding: 40px;
}
.p45,
.padding-45 {
  padding: 45px;
}
.p50,
.padding-50 {
  padding: 50px;
}
.p100,
.padding-100 {
  padding: 100px;
}
.p150,
.padding-150 {
  padding: 150px;
}
.p200,
.padding-200 {
  padding: 200px;
}
.p250,
.padding-250 {
  padding: 250px;
}
/* Specific Margins */
/* Margin Top - mt# or margin-top-# */
/* These should override the global margins so you can use m50 mt5 or margin-50 margin-top-5, yeah i got bored and just went up in 10s */
.mt0,
.margin-top-0 {
  margin-top: 0px;
}
.mt5,
.margin-top-5 {
  margin-top: 5px;
}
.mt10,
.margin-top-10 {
  margin-top: 10px;
}
.mt20,
.margin-top-20 {
  margin-top: 20px;
}
.mt30,
.margin-top-30 {
  margin-top: 30px;
}
.mt40,
.margin-top-40 {
  margin-top: 40px;
}
.mt50,
.margin-top-50 {
  margin-top: 50px;
}
.mt100,
.margin-top-100 {
  margin-top: 100px;
}
.mt150,
.margin-top-150 {
  margin-top: 150px;
}
.mt200,
.margin-top-200 {
  margin-top: 200px;
}
.mt250,
.margin-top-250 {
  margin-top: 250px;
}
/* Margin Bottom - mb# or margin-bottom-# */
.mb0,
.margin-bottom-0 {
  margin-bottom: 0px;
}
.mb5,
.margin-bottom-5 {
  margin-bottom: 5px;
}
.mb10,
.margin-bottom-10 {
  margin-bottom: 10px;
}
.mb20,
.margin-bottom-20 {
  margin-bottom: 20px;
}
.mb30,
.margin-bottom-30 {
  margin-bottom: 30px;
}
.mb40,
.margin-bottom-40 {
  margin-bottom: 40px;
}
.mb50,
.margin-bottom-50 {
  margin-bottom: 50px;
}
.mb70,
.margin-bottom-70 {
  margin-bottom: 70px;
}
.mb100,
.margin-bottom-100 {
  margin-bottom: 100px;
}
.mb150,
.margin-bottom-150 {
  margin-bottom: 150px;
}
.mb200,
.margin-bottom-200 {
  margin-bottom: 200px;
}
.mb250,
.margin-bottom-250 {
  margin-bottom: 250px;
}
/* Margin Left - ml# or margin-left-# */
.ml0,
.margin-left-0 {
  margin-left: 0px;
}
.ml5,
.margin-left-5 {
  margin-left: 5px;
}
.ml10,
.margin-left-10 {
  margin-left: 10px;
}
.ml15,
.margin-left-15 {
  margin-left: 15px;
}
.ml20,
.margin-left-20 {
  margin-left: 20px;
}
.ml30,
.margin-left-30 {
  margin-left: 30px;
}
.ml40,
.margin-left-40 {
  margin-left: 40px;
}
.ml50,
.margin-left-50 {
  margin-left: 50px;
}
.ml100,
.margin-left-100 {
  margin-left: 100px;
}
.ml150,
.margin-left-150 {
  margin-left: 150px;
}
.ml200,
.margin-left-200 {
  margin-left: 200px;
}
.ml250,
.margin-left-250 {
  margin-left: 250px;
}
/* Margin Right - mr# or margin-right-# */
.mr0,
.margin-right-0 {
  margin-right: 0px;
}
.mr5,
.margin-right-5 {
  margin-right: 5px;
}
.mr10,
.margin-right-10 {
  margin-right: 10px;
}
.mr20,
.margin-right-20 {
  margin-right: 20px;
}
.mr15,
.margin-right-15 {
  margin-right: 15px;
}
.mr30,
.margin-right-30 {
  margin-right: 30px;
}
.mr40,
.margin-right-40 {
  margin-right: 40px;
}
.mr50,
.margin-right-50 {
  margin-right: 50px;
}
.mr100,
.margin-right-100 {
  margin-right: 100px;
}
.mr150,
.margin-right-150 {
  margin-right: 150px;
}
.mr200,
.margin-right-200 {
  margin-right: 200px;
}
.mr250,
.margin-right-250 {
  margin-right: 250px;
}
/* Specific Padding */
/* Top Padding - pt# or padding-top-# */
.pt0,
.padding-top-0 {
  padding-top: 0px;
}
.pt5,
.padding-top-5 {
  padding-top: 5px;
}
.pt10,
.padding-top-10 {
  padding-top: 10px;
}
.pt20,
.padding-top-20 {
  padding-top: 20px;
}
.pt30,
.padding-top-30 {
  padding-top: 30px;
}
.pt40,
.padding-top-40 {
  padding-top: 40px;
}
.pt50,
.padding-top-50 {
  padding-top: 50px;
}
.pt70,
.padding-top-70 {
  padding-top: 70px;
}
.pt100,
.padding-top-100 {
  padding-top: 100px;
}
.pt150,
.padding-top-150 {
  padding-top: 150px;
}
.pt200,
.padding-top-200 {
  padding-top: 200px;
}
.pt250,
.padding-top-250 {
  padding-top: 250px;
}
.pb0,
.padding-bottom-0 {
  padding-bottom: 0px;
}
.pb5,
.padding-bottom-5 {
  padding-bottom: 5px;
}
.pb10,
.padding-bottom-10 {
  padding-bottom: 10px;
}
.pb20,
.padding-bottom-20 {
  padding-bottom: 20px;
}
.pb30,
.padding-bottom-30 {
  padding-bottom: 30px;
}
.pb40,
.padding-bottom-40 {
  padding-bottom: 40px;
}
.pb50,
.padding-bottom-50 {
  padding-bottom: 50px;
}
.pb70,
.padding-bottom-70 {
  padding-bottom: 70px;
}
.pb100,
.padding-bottom-100 {
  padding-bottom: 100px;
}
.pb150,
.padding-bottom-150 {
  padding-bottom: 150px;
}
.pb200,
.padding-bottom-200 {
  padding-bottom: 200px;
}
.pb250,
.padding-bottom-250 {
  padding-bottom: 250px;
}
.pr0,
.padding-right-0 {
  padding-right: 0px;
}
.pr5,
.padding-right-5 {
  padding-right: 5px;
}
.pr10,
.padding-right-10 {
  padding-right: 10px;
}
.pr20,
.padding-right-20 {
  padding-right: 20px;
}
.pr30,
.padding-right-30 {
  padding-right: 30px;
}
.pr40,
.padding-right-40 {
  padding-right: 40px;
}
.pr50,
.padding-right-50 {
  padding-right: 50px;
}
.pr100,
.padding-right-100 {
  padding-right: 100px;
}
.pr150,
.padding-right-150 {
  padding-right: 150px;
}
.pr200,
.padding-right-200 {
  padding-right: 200px;
}
.pr250,
.padding-right-250 {
  padding-right: 250px;
}
.pl0,
.padding-left-0 {
  padding-left: 0px;
}
.pl5,
.padding-left-5 {
  padding-left: 5px;
}
.pl10,
.padding-left-10 {
  padding-left: 10px;
}
.pl20,
.padding-left-20 {
  padding-left: 20px;
}
.pl30,
.padding-left-30 {
  padding-left: 30px;
}
.pl40,
.padding-left-40 {
  padding-left: 40px;
}
.pl50,
.padding-left-50 {
  padding-left: 50px;
}
.pl60,
.padding-left-60 {
  padding-left: 60px;
}
.pl70,
.padding-left-70 {
  padding-left: 70px;
}
.pl80,
.padding-left-80 {
  padding-left: 80px;
}
.pl100,
.padding-left-100 {
  padding-left: 100px;
}
.pl150,
.padding-left-150 {
  padding-left: 150px;
}
.pl200,
.padding-left-200 {
  padding-left: 200px;
}
.pl250,
.padding-left-250 {
  padding-left: 250px;
}
.borderR3 {
  border-radius: 3px;
}
.borderR4 {
  border-radius: 4px;
}
.borderR5 {
  border-radius: 5px;
}
.borderR6 {
  border-radius: 6px;
}
.borderR7 {
  border-radius: 7px;
}
.borderR8 {
  border-radius: 8px;
}
.borderR9 {
  border-radius: 9px;
}
.borderR10 {
  border-radius: 10px;
}
