@import url(https://fonts.googleapis.com/css?family=Biryani:300,400,600,700,900);@import url(/vendor/css/font-awesome.css);@import url(/vendor/css/swiper.css);@import url(/vendor/css/bootstrap.css);@import url(/vendor/css/bootstrap-select.css);@charset "UTF-8";

@-webkit-keyframes left-0 {
  0% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

@keyframes left-0 {
  0% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes width-0 {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes width-0 {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Functions */

/* grid sizes of the css world - most devices */

/* grid sizes of the bootstrap world */

/* components - start */

.search-box-1 {
  position: relative;
  display: inline-block;
  max-width: 320px;
  width: 100%;
  height: 40px;
}

.search-box-1 .fa {
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 16px;
  color: #191F5D;
  z-index: 1;
}

.search-box-1 input {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*ie*/
  line-height: 100%;
  padding: 0 15px 0 40px;
  font-size: 13px;
  color: #8D96AC;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  background: #F6F7FC;
  z-index: 0;
}

.inp {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 40px;
  line-height: 40px;
  /*ie*/
  line-height: 100%;
  padding: 0 2px;
  margin: 5px auto 15px auto;
  font-size: 14px;
  color: #191F5D;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #CACED8;
  background: #FFFFFF;
}

.inp ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inp ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inp :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inp ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inp ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inp :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8D96AC;
}

.inp ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8D96AC;
}

.inpt {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 40px;
  line-height: 40px;
  /*ie*/
  line-height: 100%;
  padding: 0 10px;
  margin: 5px auto 15px auto;
  font-size: 14px;
  color: #191F5D;
  font-weight: 600;
  border: 1px solid #CACED8;
  background: #FFFFFF;
}

.inpt ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inpt ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inpt :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inpt ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inpt ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.inpt :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8D96AC;
}

.inpt ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8D96AC;
}

.inpt.inpt-lg {
  height: 50px;
  line-height: 50px;
  /*ie*/
  line-height: 100%;
}

.inpt.inpt-block {
  width: 100%;
  max-width: 100%;
}

.texta {
  position: relative;
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 120px;
  padding: 5px;
  margin: 5px auto 15px auto;
  font-size: 14px;
  color: #191F5D;
  font-weight: 600;
  border: 1px solid #CACED8;
  background: #FFFFFF;
}

.texta ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.texta ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.texta :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.texta ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.texta ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D96AC;
  opacity: 1;
  /* Firefox */
}

.texta :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8D96AC;
}

.texta ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8D96AC;
}

.texta.texta-190 {
  height: 190px;
}

.texta.texta-115 {
  height: 115px;
}

.bt {
  display: inline-block;
  max-width: 100%;
  height: 48px;
  line-height: 54px;
  padding: 0 15px;
  min-width: 100px;
  color: #FFF;
  border: none;
  border-radius: 24px;
  background: #CACED8;
  text-align: center;
  cursor: pointer;
}

.bt .bt-inline-wr {
  display: inline-block;
  height: 24px;
  margin: 12px auto;
}

.bt .bt-inline-wr .ic {
  float: left;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: 0 0 no-repeat;
  -khtml-background-size: 24px 24px;
  -ms-background-size: 24px 24px;
  background-size: 24px 24px;
}

.bt .bt-inline-wr .tx {
  float: left;
  height: 24px;
  line-height: 28px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.bt .bt-inline-wr:after:after {
  content: "";
  display: block;
  clear: both;
}

.bt.bt-xs {
  height: 24px;
  line-height: 28px;
  border-radius: 12px;
}

.bt.bt-md {
  display: inline-block;
  height: 36px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 700;
}

.bt.bt-40 {
  height: 40px;
  line-height: 42px;
}

.bt.bt-red {
  background: #F055A1;
  background: linear-gradient(to right, #F055A1 0%, #FA777A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#F055A1", endColorStr="#FA777A");
}

.bt.bt-red:hover {
  color: #FFFFFF;
  background: #F055A1;
  background: linear-gradient(to bottom, #F055A1 0%, #FA777A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#F055A1", endColorStr="#FA777A");
}

.bt.bt-red:active {
  color: #FFFFFF;
  background: #F055A1;
  background: linear-gradient(to bottom, #F055A1 0%, #FA777A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#F055A1", endColorStr="#FA777A");
}

.bt.bt-blue {
  background: #5A61E0;
  background: linear-gradient(to right, #5A61E0 0%, #5A61E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#5A61E0", endColorStr="#5A61E0");
}

.bt.bt-blue:hover {
  color: #FFFFFF;
  background: #5A61E0;
  background: linear-gradient(to bottom, #5A61E0 0%, #5A61E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#5A61E0", endColorStr="#5A61E0");
}

.bt.bt-blue:active {
  color: #FFFFFF;
  background: #5A61E0;
  background: linear-gradient(to bottom, #5A61E0 0%, #5A61E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#5A61E0", endColorStr="#5A61E0");
}

.bt.bt-orange {
  /*@include bg-gradient-lr($bg-13, $bg-6);*/
  background: #F0B864;
}

.bt.bt-orange:hover {
  color: #FFFFFF;
}

.bt.bt-orange:active {
  color: #FFFFFF;
}

.bt.bt-round-xs {
  border-radius: 4px;
}

.bt.static-width {
  max-width: 320px;
  width: 100%;
}

.bt.bt-facebook {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 48px;
  margin: 5px auto 10px auto;
  color: #FFFFFF;
  text-align: center;
  background: #3C5B96;
}

.bt.bt-facebook a {
  color: #FFFFFF;
}

.bt.bt-facebook .ic {
  background-image: url("/img/icons/facebook.png");
}

.bt.bt-google {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 48px;
  margin: 5px auto;
  border: 1px solid #D6D6D6;
  color: #3C3D41;
  text-align: center;
  background: #FFFFFF;
  border-radius: 24px;
}

.bt.bt-google .ic {
  background-image: url("/img/icons/google.png");
}

.bt.bt-google .tx {
  margin-left: 5px;
}

.bt.bt-block {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bt.minWidth310 {
  min-width: 310px;
  text-align: center;
}

/* Tags */

.tag {
  display: inline-block;
  height: 20px;
  line-height: 24px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  background: #CACED8;
  border-radius: 10px;
}

.tag.tag-xl.col {
  height: auto;
  margin: 10px;
  line-height: 22px;
  padding: 10px 0;
  font-size: 14px;
  color: #898989;
  font-weight: 600;
  border: 3px solid #F6F7FC;
  background: #FFFFFF;
  border-radius: 12px;
}

.tag.tag-xl.col img {
  display: block;
  max-width: 70px;
  margin: 10px auto;
}

.tag.tag-xl.col:hover {
  color: #191F5D;
  cursor: pointer;
}

.tag.tag-xl.col:active {
  color: #191F5D;
  cursor: pointer;
}

.tag.border-4 {
  border-radius: 4px;
}

/**/

.hide-lg-down {
  display: block;
}

.hide-lg-up {
  display: none;
}

.hide-md-down {
  display: block;
}

.hide-md-up {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .hide-lg-down {
    display: none !important;
  }

  .hide-md-up {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .hide-md-down {
    display: none !important;
  }

  .hide-md-up {
    display: block !important;
  }
}

/* */

.row-line {
  display: block;
  padding: 5px 0;
  margin-bottom: 10px;
}

.row-line h4 {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #191F5D;
  font-weight: 700;
}

.row-line h6 {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #191F5D;
  font-weight: 700;
}

.row-line .row-liner {
  display: block;
  padding: 5px 0;
}

.row-line .row-liner:after {
  content: "";
  display: block;
  clear: both;
}

.row-line .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  max-width: 320px;
}

/* */

.hiddenDiv {
  display: none !important;
}

.spacer10 {
  display: block;
  height: 10px;
  clear: both;
}

.spacer25 {
  display: block;
  height: 25px;
  clear: both;
}

.width25 {
  display: inline-block;
  width: 25px;
}

/* */

.radiocontainer {
  position: relative;
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  color: #8D96AC;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radiocontainer input {
  position: absolute;
  opacity: 0;
}

.radiocontainer input:checked ~ .radiobtn {
  border: 4px solid #5A61E0;
}

.radiocontainer input:checked ~ .radiobtn:after {
  display: block;
}

.radiocontainer .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #F0F1F5;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.645, 0.285, 0.41, 0.79);
}

.radiocontainer .radiobtn:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.radiocontainer:hover input ~ .radiobtn {
  border-color: #5A61E0;
}

.radiocontainer + .radiocontainer.falType {
  margin-left: 15px;
}

.checktagcontainer {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 6px 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checktagcontainer input {
  position: absolute;
  opacity: 0;
}

.checktagcontainer input:checked ~ .chkbtn {
  background: #5A61E0;
  color: #FFFFFF;
}

.checktagcontainer input:checked ~ .chkbtn:after {
  display: block;
}

.checktagcontainer .chkbtn {
  display: block;
  height: 32px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 12px;
  color: #8D96AC;
  font-weight: 700;
  background: #F0F1F5;
  border-radius: 18px;
  transition: all 0.2s cubic-bezier(0.645, 0.285, 0.41, 0.79);
}

.checktagcontainer:hover input ~ .chkbtn {
  background: #5A61E0;
  color: #FFFFFF;
}

.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 6px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #8D96AC;
  border-radius: 50%;
}

.checkboxcontainer:hover input ~ .checkmark {
  background-color: #5A61E0;
  border-color: #5A61E0;
}

.checkboxcontainer input:checked ~ .checkmark {
  background-color: #5A61E0;
  border-color: #5A61E0;
}

.checkboxcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

.checkboxcontainer .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* */

/* reader_list_filter_modal */

.mdl-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(69, 104, 220, 0.8);
  background: linear-gradient(to bottom, rgba(69, 104, 220, 0.8) 0%, rgba(176, 106, 179, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(69, 104, 220, 0.8)", endColorStr="rgba(176, 106, 179, 0.8)");
  z-index: 1001;
}

.mdl-layer.opened {
  display: block;
  -webkit-animation: fadeIn 0.5s both;
  animation: fadeIn 0.5s both;
}

.mdl-layer .mdl-wr {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 600px;
  max-height: 98%;
  width: 96%;
  padding: 20px;
  transform: translateY(-50%) translateX(-50%);
  background: #FFFFFF;
  overflow-y: auto;
  border-radius: 12px;
}

.mdl-layer .mdl-wr .mdl-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 26px;
  color: #191F5D;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}

.mdl-layer .mdl-wr .mdl-close:hover {
  color: #FA777A;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mdl-layer .mdl-wr .mdl-close:active {
  color: #FA777A;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mdl-layer .mdl-wr .mdl-content {
  padding: 20px 0;
}

.mdl-layer .mdl-wr .mdl-content h4 {
  display: block;
  font-size: 16px;
  color: #191F5D;
  font-weight: 700;
}

.mdl-layer .mdl-wr .mdl-content .form-check label {
  font-size: 15px;
  color: #8D96AC;
}

.mdl-layer .mdl-wr .mdl-btns .bt {
  width: 100%;
  text-align: center;
}

.mdl-layer.login-modal .mdl-content,
.mdl-layer .signup-modal .mdl-content,
.mdl-layer .reset-password-modal .mdl-content {
  max-width: 320px;
  margin: 0 auto;
}

.mdl-layer.login-modal .mdl-content h4,
.mdl-layer .signup-modal .mdl-content h4,
.mdl-layer .reset-password-modal .mdl-content h4 {
  font-size: 24px;
}

.mdl-layer.login-modal .mdl-content .bt-red,
.mdl-layer .signup-modal .mdl-content .bt-red,
.mdl-layer .reset-password-modal .mdl-content .bt-red {
  font-size: 17px;
  font-weight: 500;
}

.mdl-layer.login-modal .mdl-content h6 small.open-login-modal,
.mdl-layer .signup-modal .mdl-content h6 small.open-login-modal,
.mdl-layer .reset-password-modal .mdl-content h6 small.open-login-modal {
  font-size: 14px;
  color: #FA777A;
}

.mdl-layer.user-categories-modal .mdl-wr .mdl-content h4 {
  font-size: 24px;
}

.mdl-layer.user-categories-modal .c-list li {
  position: relative;
  display: block;
  min-height: 40px;
  padding: 10px 10px 10px 60px;
}

.mdl-layer.user-categories-modal .c-list li .ic {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 40px;
  height: 40px;
}

.mdl-layer.user-categories-modal .c-list li .title {
  font-size: 16px;
  color: #191F5D;
  font-weight: 600;
}

/* components - end */

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
  /* The slider */
  /* Rounded sliders */
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CACED8;
  transition: all 0.2s cubic-bezier(0.645, 0.285, 0.41, 0.79);
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: all 0.2s cubic-bezier(0.645, 0.285, 0.41, 0.79);
}

.switch input {
  display: none;
}

.switch input:checked + .slider {
  background-color: #5A61E0;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #5A61E0;
}

.switch input:checked + .slider:before {
  transform: translateX(59px);
}

.switch .slider.round {
  border-radius: 32px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch .on-tx {
  position: absolute;
  left: 0;
  top: 13px;
  display: none;
  width: 65px;
  font-size: 12px;
  color: white;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch .off-tx {
  position: absolute;
  right: 0;
  top: 13px;
  display: block;
  width: 65px;
  font-size: 12px;
  color: white;
  text-align: center;
  -webkit-animation: fadeIn 0.5s both;
  animation: fadeIn 0.5s both;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch input:checked ~ .on-tx {
  display: block;
  -webkit-animation: fadeIn 0.5s both;
  animation: fadeIn 0.5s both;
}

.switch input:checked ~ .off-tx {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

/**/

.pagination-wr {
  display: block;
}

.pagination-wr:after {
  content: "";
  display: block;
  clear: both;
}

.pagination-wr .pagination {
  display: block;
  text-align: center;
}

.pagination-wr .pagination a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 3px;
  line-height: 32px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 700;
  text-align: center;
  border: 2px solid #8D96AC;
  border-radius: 50%;
}

.pagination-wr .pagination a:hover {
  background: #5A61E0;
  border-color: #5A61E0;
  color: #FFFFFF;
}

.pagination-wr .pagination a:active {
  background: #5A61E0;
  border-color: #5A61E0;
  color: #FFFFFF;
}

/**/

.rating {
  position: relative;
  display: block;
  max-width: 300px;
}

.rating .star {
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-right: 2px;
  background: url("/img/icons/star-empty.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.rating .star.filled {
  background-image: url("/img/icons/star-blue.png");
}

.rating:not(.readonly) .star:hover,
.rating:not(.readonly) .star.prefilled {
  background-image: url("/img/icons/star-blue.png");
}

/**/

.shopDiscountPanel {
  background-color: #46c9ba;
  padding: 10px 10px;
  max-width: 1320px;
  margin: 0 auto;
}

.discountContainer {
  position: relative;
  text-align: center;
}

.indirimYuzdeBlok {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-58%, -50%);
  color: #fff;
  font-size: 13px;
}

.countdownDiscount {
  font-size: 17px;
  font-weight: bold;
}

.countdownDiscountSymbol {
  float: left;
  margin-left: 0;
}

.countdownDiscount {
  font-size: 29px;
  font-weight: bold;
  float: right;
  line-height: 20px;
}

.countdownCircle {
  float: left;
  display: table;
  width: 80px;
  height: 80px;
  margin: 6px;
  padding: 0;
  border: 2px solid #fff;
  font-weight: bold;
  color: white;
  border-radius: 50%;
}

.countdownCircle > .timeValue {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #e13b38;
  font-size: 40px;
}

.countdownRight {
  font-size: 15px;
  font-weight: 600;
  float: left;
  padding-top: 35px;
}

.countdownDesc {
  font-size: 19px;
  font-weight: 600;
  padding: 34px 0;
}

a.discountAhref,
a.discountAhref:hover {
  color: #000000;
}

@media (max-width: 960px) {
  .indirimYuzdeBlok {
    top: 58%;
    left: 62%;
    transform: translate(-58%, -62%);
  }

  .countdownDesc {
    font-size: 15px;
    font-weight: 600;
    padding: 27px 15px;
  }

  .countdownCircle {
    border-radius: 200px;
    color: white;
    height: 4em;
    border: 2px solid #fff;
    font-weight: bold;
    width: 4em;
    display: table;
    margin: 6px;
    float: left;
  }

  .countdownCircle > .timeValue {
    font-size: 25px;
  }

  .countdownRight {
    font-size: 12px;
  }

  #clockdiv {
    padding: 14px 0px;
  }
}

@media (max-width: 768px) {
  .indirimYuzdeBlok {
    left: 52%;
    transform: translate(-61%, -52%);
    top: 61%;
  }

  .countdownCircle {
    border-radius: 200px;
    color: white;
    height: 3em;
    border: 2px solid #fff;
    font-weight: bold;
    width: 3em;
    display: table;
    margin: 0 auto;
    float: none;
  }

  .countdownCircle > .timeValue {
    font-size: 21px;
  }

  .countdownRight {
    font-size: 11px;
    padding-top: 15px;
    float: none;
    display: block;
    text-align: center;
  }

  .countdownDesc {
    font-size: 14px;
    padding: 18px 15px;
  }

  #clockdiv {
    padding: 2px 9px;
  }
}

.customFortuneGoldenButton {
  background-color: #FFD700;
  border-color: #ff9600;
  color: #ff9600;
}

/**/

.big-list-item {
  display: block;
  width: 30px;
  height: 30px;
  margin: 15px auto;
  line-height: 30px;
  border: 1px solid #8D96AC;
  border-radius: 50%;
  font-size: 14px;
  color: #191F5D;
  text-align: center;
}

/* ------[ old_site ]------ */

.online-header {
  color: #8abe4f;
  font-weight: bold;
}

.mesgul-header {
  color: #ff9600;
  font-weight: bold;
}

.offline-header {
  color: #d02630;
  font-weight: bold;
}

.onlineIcon {
  width: 10px;
  margin-right: 3px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
  padding-left: 1.25em;
}

.gifPleaseWait {
  display: block;
  margin: 5px auto;
}

.kalan_sure {
  float: right;
  font-size: 20px;
  color: #b90707;
}

/* ------[ old_site - media queries ]------ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: 0 none !important;
  box-shadow: none !important;
}

body {
  padding: 72px 0 0 0;
  margin: 0;
  color: #191F5D;
  font-family: "Biryani", sans-serif;
  background: #F6F7FC;
}

body ul,
body li {
  list-style: none;
}

body a {
  font-family: "Biryani", sans-serif;
  color: #191F5D;
  text-decoration: none;
  cursor: pointer;
}

body a:hover {
  text-decoration: none;
}

body a:active {
  text-decoration: none;
}

body img {
  display: block;
  max-width: 100%;
}

body header,
body footer {
  display: block;
}

body .section-container section {
  float: left;
  width: 100%;
}

body .section-container:after {
  content: "";
  display: block;
  clear: both;
}

body section {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

body section .section-content {
  position: relative;
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

body section .section-content.right-zero {
  margin-right: 0;
}

body.modal-opened {
  overflow: hidden;
}

/* bootstrap override */

.btn-link {
  color: #191F5D;
  font-weight: 600;
}

.btn-link:hover {
  text-decoration: none;
  color: #191F5D;
}

.modal .modal-dialog .modal-header {
  display: block;
}

/* ------[ header ]------ */

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 70px;
  border-bottom: 2px solid #F6F7FC;
  background: #FFFFFF;
  z-index: 98;
  visibility: visible;
}

header .header {
  position: relative;
  display: block;
  max-width: 1320px;
  height: 70px;
  margin: 0 auto;
}

header .header h1.logo {
  position: absolute;
  top: 5px;
  left: 40px;
}

header .header h1.logo a {
  display: block;
  width: 145px;
}

header .header h1.logo.en {
  padding-top: 8px;
}

header .header .top-menu {
  position: absolute;
  top: 14px;
  right: 100px;
}

header .header .top-menu li {
  float: left;
  height: 42px;
  line-height: 44px;
  margin-right: 30px;
}

header .header .top-menu li .user-box {
  position: relative;
  display: block;
  height: 42px;
  padding: 0 17px 0 47px;
  line-height: 44px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 22px;
  background: #5A61E0;
  background: linear-gradient(to right, #5A61E0 0%, #5A61E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#5A61E0", endColorStr="#5A61E0");
  cursor: pointer;
}

header .header .top-menu li .user-box img {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

header .header .top-menu li .user-box .img {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 37px;
  text-align: center;
  background: #FFFFFF;
  color: #5A61E0;
  border-radius: 16px;
}

header .header .top-menu li .user-box:hover {
  color: #FFFFFF;
  background: #F055A1;
  background: linear-gradient(to right, #F055A1 0%, #FA777A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#F055A1", endColorStr="#FA777A");
}

header .header .top-menu li .user-credit {
  font-size: 14px;
  font-weight: 400;
  color: #8D96AC;
}

header .header .top-menu li .user-credit span {
  font-size: 20px;
  font-weight: 700;
  color: #FA777A;
}

header .header .top-menu li .go-to-fortune-type {
  padding-top: 1px;
}

header .header .top-menu li > a {
  display: block;
  padding-top: 1px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #191F5D;
}

header .header .top-menu li > a:hover {
  color: #FA777A;
}

header .header .top-menu li > a:active {
  color: #FA777A;
}

header .header .hamburger {
  position: absolute;
  top: 27px;
  right: 40px;
  height: 20px;
}

header .header .hamburger span.btt {
  display: block;
  width: 16px;
  cursor: pointer;
}

header .header .hamburger span.btt.close {
  display: none;
}

header .header .hamburger ul.menu {
  position: fixed;
  top: 70px;
  right: -20px;
  bottom: 0;
  display: block;
  width: 0;
  min-width: 0px;
  padding: 40px 0;
  background: #BBBBDC;
  overflow: hidden;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

header .header .hamburger ul.menu li {
  display: block;
  margin: 10px 0;
  line-height: 30px;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

header .header .hamburger ul.menu li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

header .header .hamburger.opened span.bt.close {
  display: block;
}

header .header .hamburger.opened span.bt.open {
  display: none;
}

header .header .hamburger.opened ul.menu {
  width: 285px;
  max-width: 285px;
}

header .header .hamburger.opened ul.menu li {
  opacity: 1;
  filter: alpha(opacity=100);
}

header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  display: inline-block;
  width: auto;
}

header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #191F5D;
  border: none;
  background: transparent;
}

header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu a.dropdown-item {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  color: #191F5D;
}

header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-item:hover,
header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-item:focus {
  background: transparent;
}

header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle .filter-option {
  width: auto;
}

/* ------[ header - media queries ]------ */

@media only screen and (max-width: 480px) {
  header .header h1.logo {
    position: absolute;
    top: 13px;
    left: 15px;
  }

  header .header h1.logo a {
    display: block;
    width: 110px;
  }

  header .header h1.logo.en {
    padding-top: 8px;
  }

  header .header .top-menu {
    right: 50px;
  }

  header .header .top-menu li .user-box {
    padding: 0 17px 0 25px;
  }

  header .header .top-menu li .user-box img {
    top: 3px;
    left: 3px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }

  header .header .top-menu li .user-box .img {
    top: 3px;
    left: 3px;
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 18px;
  }

  header .header .top-menu li .user-credit {
    display: none;
  }

  header .header .hamburger {
    top: 27px;
    right: 20px;
  }
}

/* ------[ footer ]------ */

footer {
  border-top: 4px solid #F6F7FC;
  background: #FFFFFF;
  overflow: hidden;
}

footer .footer {
  display: block;
  max-width: 1320px;
  padding: 25px 0;
  margin: 0 auto;
}

footer .footer .foot-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer .foot-menu li {
  flex: 1;
  text-align: center;
}

footer .footer .foot-menu li.l-border {
  border-left: 4px solid #F6F7FC;
}

footer .footer .foot-menu li.r-border {
  border-right: 4px solid #F6F7FC;
}

footer .footer .foot-menu li .fal-menu {
  display: flex;
  flex-wrap: wrap;
}

footer .footer .foot-menu li .fal-menu dt {
  flex: 1 50%;
}

footer .footer .foot-menu li .fal-menu dt a {
  font-size: 14px;
  font-weight: 600;
  color: #8D96AC;
}

footer .footer .foot-menu li .fal-menu dt a:hover {
  color: #FA777A;
}

footer .footer .foot-menu li .fal-menu dt a:active {
  color: #FA777A;
}

footer .footer .foot-menu li .site-menu dt a {
  font-size: 14px;
  font-weight: 700;
  color: #191F5D;
}

footer .footer .foot-menu li .site-menu dt a:hover {
  color: #FA777A;
}

footer .footer .foot-menu li .site-menu dt a:active {
  color: #FA777A;
}

footer .footer .foot-menu li .link.play-store,
footer .footer .foot-menu li .link.app-store {
  display: block;
  max-width: 178px;
  margin: 10px auto;
}

footer .footer .foot-menu li .link.binnaz-home {
  display: block;
  max-width: 145px;
  margin: 0 auto;
}

footer .foot {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  background: #5A61E0;
}

footer .foot .copy {
  position: absolute;
  top: 5px;
  left: 20px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

footer .foot .right {
  position: absolute;
  right: 20px;
  top: 5px;
}

footer .foot .right a {
  float: right;
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 26px;
}

/* ------[ footer - media queries ]------ */

@media only screen and (max-width: 768px) {
  footer .footer .foot-menu .fal-menu-wr {
    display: none;
  }

  section.reader-list-filter-wr {
    padding: 20px 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer .foot-menu li.r-border {
    border-right: none;
  }

  footer .footer .foot-menu .logo-wr {
    display: none;
  }
}

/* sliders - start */

/* ------[ slider-popular-readers-wr ]------ */

section.slider-popular-readers-wr {
  position: relative;
  margin-top: 4px;
  padding: 40px 0 40px 0;
  background: #FFFFFF;
}

section.slider-popular-readers-wr .section-content .head {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #191F5D;
}

section.slider-popular-readers-wr .section-content .head-2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #191F5D;
}

section.slider-popular-readers-wr .section-content .swiper-container {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 150px;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr2 .im {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr2 .im img {
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr2 .im .dot {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 33px;
  border: 6px solid #FFFFFF;
  background: #BBBBDC;
  border-radius: 50%;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr2 .im .dot.online {
  background: #40DEAC;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr2 .im .dot.busy {
  background: #F0B864;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr .im {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr .im .iw {
  position: relative;
  display: block;
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr .im .iw img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  margin-left: -50%;
  margin-top: -50%;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr .im .dot {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 33px;
  border: 6px solid #FFFFFF;
  background: #BBBBDC;
  border-radius: 50%;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr .im .dot.online {
  background: #40DEAC;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .im-wr .im .dot.busy {
  background: #F0B864;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .ss-right {
  position: absolute;
  top: 0;
  right: 0;
  left: 155px;
  bottom: 0;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .ss-right .name {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .ss-right .status {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #40DEAC;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide .ss-right .desc {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #8D96AC;
  overflow: hidden;
}

section.slider-popular-readers-wr .section-content .swiper-container .swiper-wrapper .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
}

section.slider-popular-readers-wr .section-content .swiper-pagination {
  position: relative;
  text-align: center;
}

section.slider-popular-readers-wr .section-content .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}

section.slider-popular-readers-wr .section-content .swiper-button-next {
  cursor: pointer;
}

section.slider-popular-readers-wr .section-content .swiper-button-next .ac {
  display: none;
}

section.slider-popular-readers-wr .section-content .swiper-button-next:hover .ac {
  display: block;
}

section.slider-popular-readers-wr .section-content .swiper-button-next:hover .ps {
  display: none;
}

section.slider-popular-readers-wr .section-content .swiper-button-prev {
  cursor: pointer;
}

section.slider-popular-readers-wr .section-content .swiper-button-prev .ac {
  display: none;
}

section.slider-popular-readers-wr .section-content .swiper-button-prev:hover .ac {
  display: block;
}

section.slider-popular-readers-wr .section-content .swiper-button-prev:hover .ps {
  display: none;
}

/* ------[ slider-fortune-type-details-wr ]------ */

section.slider-fortune-type-details-wr {
  padding: 90px 0 90px 30px;
  background: #FFFFFF;
}

section.slider-fortune-type-details-wr h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.slider-fortune-type-details-wr h4 {
  display: block;
  font-size: 16px;
  color: #191F5D;
  font-weight: 600;
  text-align: center;
}

section.slider-fortune-type-details-wr p {
  display: block;
  margin-bottom: 90px;
  font-size: 20px;
  color: #191F5D;
  font-weight: 400;
  text-align: center;
}

section.slider-fortune-type-details-wr .swiper-container {
  padding-bottom: 50px;
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  display: block;
  width: 320px;
  height: auto;
  margin: 10px;
  padding: 25px 25px 100px 25px;
  background: #FFFFFF;
  border-radius: 4px;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide .bt {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  width: auto;
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide .line {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide .line + .line {
  margin-top: 15px;
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide img.ps {
  display: block;
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide img.ac {
  display: none;
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide:hover img.ps {
  display: none;
}

section.slider-fortune-type-details-wr .swiper-container .swiper-wrapper .swiper-slide:hover img.ac {
  display: block;
}

section.slider-fortune-type-details-wr .swiper-pagination {
  position: relative;
  text-align: center;
}

section.slider-fortune-type-details-wr .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}

/* ------[ slider-popular-comments-wr ]------ */

section.slider-popular-comments-wr {
  padding: 90px 0;
  background: #FFFFFF;
}

section.slider-popular-comments-wr .head {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.slider-popular-comments-wr .swiper-container {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

section.slider-popular-comments-wr .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
  padding: 20px;
  text-align: center;
}

section.slider-popular-comments-wr .swiper-container .swiper-wrapper .swiper-slide .quote {
  display: block;
  max-width: 30px;
  margin: 0 auto 20px auto;
}

section.slider-popular-comments-wr .swiper-container .swiper-wrapper .swiper-slide .comment {
  display: block;
  padding: 20px;
  font-size: 16px;
  color: #8D96AC;
  font-weight: 400;
}

section.slider-popular-comments-wr .swiper-container .swiper-wrapper .swiper-slide .name {
  display: block;
  padding-bottom: 40px;
  font-size: 22px;
  color: #8D96AC;
  font-weight: 600;
}

section.slider-popular-comments-wr .swiper-button-next {
  cursor: pointer;
}

section.slider-popular-comments-wr .swiper-button-next .ac {
  display: none;
}

section.slider-popular-comments-wr .swiper-button-next:hover .ac {
  display: block;
}

section.slider-popular-comments-wr .swiper-button-next:hover .ps {
  display: none;
}

section.slider-popular-comments-wr .swiper-button-prev {
  cursor: pointer;
}

section.slider-popular-comments-wr .swiper-button-prev .ac {
  display: none;
}

section.slider-popular-comments-wr .swiper-button-prev:hover .ac {
  display: block;
}

section.slider-popular-comments-wr .swiper-button-prev:hover .ps {
  display: none;
}

/* ------[  sliders - media queries ]------ */

@media only screen and (max-width: 1024px) {
  section.slider-fortune-type-details-wr {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  section.slider-fortune-type-details-wr p {
    margin-bottom: 25px;
  }
}

/* sliders - end */

/* home - start */

.main-img-wr {
  min-height: 500px;
  overflow: hidden;
}

.main-img-wr img {
  position: relative;
  display: block;
  width: 100%;
  margin: -1% 0;
  z-index: 0;
}

.main-img-wr .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 800px;
  text-align: center;
  -khtml-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.main-img-wr .cover h2 {
  display: block;
  margin-bottom: 5px;
  font-size: 60px;
  color: white;
  font-weight: 700;
  letter-spacing: 4px;
}

.main-img-wr .cover p {
  font-size: 42px;
  color: white;
}

section.home-what-is-binnaz-1 {
  padding: 0;
  background: #FCFCFE;
}

section.home-what-is-binnaz-1 .section-content .what {
  padding-top: 90px;
}

section.home-what-is-binnaz-1 .section-content .what h2 {
  display: block;
  margin-bottom: 40px;
  font-size: 34px;
  color: #191F5D;
  font-weight: 700;
}

section.home-what-is-binnaz-1 .section-content .what h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  color: #191F5D;
  font-weight: 700;
}

section.home-what-is-binnaz-1 .section-content .what p {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  color: #191F5D;
  font-weight: 400;
}

section.home-what-is-binnaz-1 .section-content .what .btns {
  display: block;
  max-width: 480px;
  margin: 0 auto 30px auto;
}

section.home-what-is-binnaz-1 .section-content .what .btns a {
  float: left;
  width: 50%;
  padding-right: 10px;
}

section.home-what-is-binnaz-1 .section-content .what .btns:after {
  content: "";
  display: block;
  clear: both;
}

section.home-what-is-binnaz-1 .section-content .app-img img {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

section.home-what-is-binnaz-2 {
  padding: 70px 0;
  background: #F6F7FC;
}

section.home-what-is-binnaz-3 {
  padding: 90px 0;
  background: #FFFFFF;
}

section.home-what-is-binnaz-3 .section-content .boxes-wr {
  padding-left: 60px;
}

section.home-what-is-binnaz-3 .section-content .boxes .col {
  margin: 5px;
  padding: 70px 30px 0 30px;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

section.home-what-is-binnaz-3 .section-content .boxes .col.d-1 {
  background: url("/img/what-is-binnaz-1.png") 0 0 no-repeat;
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}

section.home-what-is-binnaz-3 .section-content .boxes .col.d-2 {
  background: url("/img/what-is-binnaz-2.png") 0 0 no-repeat;
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}

section.home-what-is-binnaz-3 .section-content .boxes .col.d-3 {
  background: url("/img/what-is-binnaz-3.png") 0 0 no-repeat;
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}

section.home-what-is-binnaz-3 .section-content .boxes .col h4 {
  display: block;
  margin-bottom: 65%;
  font-size: 115px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}

section.home-what-is-binnaz-3 .section-content .boxes .col h6 {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.home-what-is-binnaz-3 .section-content .boxes .col p {
  display: block;
  padding-bottom: 25px;
  font-size: 16px;
  color: #8D96AC;
  font-weight: 400;
  text-align: center;
}

/* ------[ fortune-list-wr ]------ */

section.fortune-list-wr {
  background: #FFFFFF;
}

section.fortune-list-wr .section-content {
  padding: 25px 0;
}

section.fortune-list-wr .section-content .bootstrap-select.btn-group {
  display: block;
  width: 320px;
  margin: 0 auto;
}

section.fortune-list-wr .section-content .bootstrap-select.btn-group .btn {
  height: 40px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
  color: #8D96AC;
  background: #CACED8;
}

section.fortune-list-wr .section-content .fortune-list {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  width: 100%;
}

section.fortune-list-wr .section-content .fortune-list li {
  flex: 1;
  display: block;
  min-width: 120px;
  padding: 15px 0;
  margin: 0 5px;
  text-align: center;
}

section.fortune-list-wr .section-content .fortune-list li a img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

section.fortune-list-wr .section-content .fortune-list li a img.ps {
  display: block;
}

section.fortune-list-wr .section-content .fortune-list li a img.ac {
  display: none;
}

section.fortune-list-wr .section-content .fortune-list li a div {
  padding-top: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #8D96AC;
  text-align: center;
}

section.fortune-list-wr .section-content .fortune-list li a:hover img.ps,
section.fortune-list-wr .section-content .fortune-list li a.active img.ps {
  display: none;
}

section.fortune-list-wr .section-content .fortune-list li a:hover img.ac,
section.fortune-list-wr .section-content .fortune-list li a.active img.ac {
  display: block;
}

section.fortune-list-wr .section-content .fortune-list li a:hover div,
section.fortune-list-wr .section-content .fortune-list li a.active div {
  color: #191F5D;
}

/* ------[ reader-list-filter-wr ]------ */

section.reader-list-filter-wr {
  position: relative;
  margin-top: 4px;
  padding: 25px 0 10px 0;
  background: #FFFFFF;
}

section.reader-list-filter-wr .section-content {
  max-width: 1280px;
  margin: 0 auto;
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group {
  display: block;
  width: 320px;
  max-width: 320px;
  margin: 0 auto 15px auto;
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group .btn {
  height: 40px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
  color: #8D96AC;
  background: #CACED8;
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
  font-size: 16px;
  color: #8D96AC;
  font-weight: 600;
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
  position: absolute;
  margin-top: 2px;
  left: 15px;
  right: auto;
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark:before {
  content: "\F096";
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group .dropdown-menu a.dropdown-item.selected span.dropdown-item-inner span.check-mark:before {
  content: "\F046";
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group.show-tick .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
  display: inline-block;
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group.multi a.dropdown-item span.dropdown-item-inner {
  padding-left: 12px;
}

section.reader-list-filter-wr .section-content .bootstrap-select.btn-group:not(.static-width) {
  width: 100%;
}

section.reader-list-filter-wr .section-content .bt.bt-grey {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 10px auto;
}

/* ------[ reader-list-wr ]------ */

section.reader-list-wr .section-content {
  max-width: 1360px;
  min-height: 420px;
}

section.reader-list-wr .section-content .reader-list {
  width: 100%;
  padding: 25px 0;
  min-height: 400px;
}

section.reader-list-wr .section-content .reader-list li {
  position: relative;
  float: left;
  width: 320px;
  height: 460px;
  margin: 5px;
  padding: 25px 25px 75px 25px;
  text-align: center;
  border: 1px solid #F0F1F5;
  background: #FFFFFF;
}

section.reader-list-wr .section-content .reader-list li .im-wr {
  margin-bottom: 10px;
}

section.reader-list-wr .section-content .reader-list li .im-wr .im {
  position: relative;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto;
}

section.reader-list-wr .section-content .reader-list li .im-wr .im .iw {
  position: relative;
  display: block;
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

section.reader-list-wr .section-content .reader-list li .im-wr .im .iw img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  margin-left: -50%;
  margin-top: -50%;
}

section.reader-list-wr .section-content .reader-list li .im-wr .im .dot {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 23px;
  height: 23px;
  border: 3px solid #FFFFFF;
  background: #BBBBDC;
  border-radius: 50%;
}

section.reader-list-wr .section-content .reader-list li .im-wr .im .dot.online {
  background: #40DEAC;
}

section.reader-list-wr .section-content .reader-list li .im-wr .im .dot.busy {
  background: #F0B864;
}

section.reader-list-wr .section-content .reader-list li .name {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

section.reader-list-wr .section-content .reader-list li .desc {
  display: block;
  min-height: 35px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #8D96AC;
}

section.reader-list-wr .section-content .reader-list li .summary {
  display: block;
  margin-bottom: 10px;
}

section.reader-list-wr .section-content .reader-list li .summary .t-1 {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #8D96AC;
}

section.reader-list-wr .section-content .reader-list li .summary .t-2 {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #191F5D;
}

section.reader-list-wr .section-content .reader-list li .summary .t-2 small {
  font-size: 12px;
}

section.reader-list-wr .section-content .reader-list li .summary .t-3 {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #8D96AC;
}

section.reader-list-wr .section-content .reader-list li .summary .t-4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #FA777A;
}

section.reader-list-wr .section-content .reader-list li .tags {
  display: block;
  margin-bottom: 10px;
}

section.reader-list-wr .section-content .reader-list li .tags .tag {
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 300;
}

section.reader-list-wr .section-content .reader-list li .splitter {
  display: block;
  height: 2px;
  margin: 0 0 10px 0;
  background: #F6F7FC;
}

section.reader-list-wr .section-content .reader-list li .olangs {
  display: block;
  margin-bottom: 10px;
}

section.reader-list-wr .section-content .reader-list li .olangs .olang {
  padding-left: 7px;
  padding-right: 7px;
  font-size: 13px;
  font-weight: 300;
}

section.reader-list-wr .section-content .reader-list li .btn-wr {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

section.reader-list-wr .section-content .reader-list li .btn-wr .bt {
  display: block;
  width: 100%;
  font-weight: 700;
}

section.reader-list-wr .section-content .reader-list-filter-result {
  display: none;
  max-width: 1320px;
  margin: 0 auto 60px auto;
  padding: 40px;
  text-align: center;
}

section.reader-list-wr .section-content .reader-list-loader {
  display: none;
  padding-bottom: 30px;
}

section.reader-list-wr .section-content .reader-list-loader img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

section.reader-list-wr .section-content .load-more-wr {
  display: none;
  padding: 15px 0;
  text-align: center;
}

section.reader-list-wr .section-content .load-more-wr a {
  min-width: 300px;
}

section.reader-list-wr .section-content .load-more-wr a:not([href]):not([tabindex]) {
  color: #FFFFFF;
}

/* ------[ binnaz-always-discount ]------ */

.binnaz-always-discount.small h2 {
  font-size: 26px;
}

.binnaz-always-discount.small p {
  font-size: 16px;
}

.binnaz-always-discount.small .sale-img-wr .sale-img {
  max-width: 260px;
}

.binnaz-always-discount.small .sale-img-wr .sale-img .tx {
  right: 5px;
}

.binnaz-always-discount.small .sale-img-wr .sale-img .tx .t-1 {
  font-size: 50px;
}

.binnaz-always-discount.small .sale-img-wr .sale-img .tx .t-2 {
  font-size: 70px;
  color: #191F5D;
  font-weight: 700;
}

.binnaz-always-discount.small .sale-img-wr .sale-img .tx .t-3 {
  display: block;
  line-height: 1;
  font-size: 30px;
  color: #8D96AC;
}

.binnaz-always-discount.small .sale-text-wr {
  padding-top: 30px;
}

.binnaz-always-discount h2 {
  display: block;
  margin-bottom: 40px;
  font-size: 40px;
  color: #191F5D;
  font-weight: 700;
}

.binnaz-always-discount p {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  color: #191F5D;
  font-weight: 400;
}

.binnaz-always-discount .bt-block {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
}

.binnaz-always-discount .sale-img-wr .sale-img {
  position: relative;
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

.binnaz-always-discount .sale-img-wr .sale-img .tx {
  position: absolute;
  top: 50%;
  right: -5px;
  padding-top: 10px;
  text-align: center;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

.binnaz-always-discount .sale-img-wr .sale-img .tx .t-1 {
  display: inline-block;
  line-height: 1;
  font-size: 70px;
  color: #191F5D;
  font-weight: 700;
}

.binnaz-always-discount .sale-img-wr .sale-img .tx .t-2 {
  display: inline-block;
  line-height: 1;
  font-size: 90px;
  color: #191F5D;
  font-weight: 700;
}

.binnaz-always-discount .sale-img-wr .sale-img .tx .t-3 {
  display: block;
  line-height: 1;
  font-size: 40px;
  color: #8D96AC;
}

.binnaz-always-discount .sale-text-wr {
  padding-top: 50px;
}

/* ------[ home - media queries ]------ */

@media only screen and (max-width: 1280px) {
  section.reader-list-wr .section-content .reader-list li {
    width: 300px;
    margin: 5px;
    padding: 15px 15px 75px 15px;
  }
}

@media only screen and (max-width: 660px) {
  section.reader-list-filter-wr .search-box-1 {
    display: block;
    margin: 10px auto 0 auto;
  }

  section.reader-list-wr .section-content {
    min-height: 120px;
  }

  section.reader-list-wr .section-content .reader-list {
    width: 320px;
    min-height: 120px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  section.reader-list-filter-wr .search-box-1 {
    display: block;
    margin: 10px auto 0 auto;
  }

  section.reader-list-wr .section-content {
    min-height: 120px;
  }

  section.reader-list-wr .section-content .reader-list {
    width: 320px;
    min-height: 120px;
    margin: 0 auto;
  }
}

/* home - end */

/* reader_profile - start */

/* ------[ reader-profile-top ]------ */

section.reader-profile-top {
  max-width: 100%;
}

section.reader-profile-top .reader-profile-top-bg {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 250px;
  background: url("/img/reader-profile-top-bg.png") no-repeat center bottom;
  background-size: cover;
}

section.reader-profile-top .section-content {
  margin: 40px auto;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 4px;
}

section.reader-profile-top .section-content .im-wr {
  display: block;
  margin: 0 auto 25px auto;
  width: 140px;
}

section.reader-profile-top .section-content .im-wr .im {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
}

section.reader-profile-top .section-content .im-wr .im .iw {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

section.reader-profile-top .section-content .im-wr .im .iw img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: 100%;
  margin: -50% 0 0 -50%;
}

section.reader-profile-top .section-content .im-wr .im .dot {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 33px;
  border: 6px solid #FFFFFF;
  background: #BBBBDC;
  border-radius: 50%;
}

section.reader-profile-top .section-content .im-wr .im .dot.online {
  background: #40DEAC;
}

section.reader-profile-top .section-content .im-wr .im .dot.busy {
  background: #F0B864;
}

section.reader-profile-top .section-content .im-wr .tellerTemsili {
  padding-top: 10px;
  font-size: 12px;
  color: #8D96AC;
  text-align: center;
}

section.reader-profile-top .section-content .name {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #5A61E0;
  font-weight: 700;
}

section.reader-profile-top .section-content h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  color: #191F5D;
  font-weight: 700;
}

section.reader-profile-top .section-content p {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
}

section.reader-profile-top .section-content h6 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.reader-profile-top .section-content .reader-profile-top-switch-wr .switch {
  float: left;
  margin-right: 20px;
}

section.reader-profile-top .section-content .reader-profile-top-switch-wr .switch-desc {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
}

section.reader-profile-top .section-content .reader-profile-top-switch-wr:after:after {
  content: "";
  display: block;
  clear: both;
}

/* ------[ reader-profile-details ]------ */

section.reader-profile-details .section-content {
  min-height: 500px;
  margin: 40px auto;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 4px;
}

section.reader-profile-details .section-content .fortune-type-wr {
  display: flex;
  border-bottom: 4px solid #F6F7FC;
}

section.reader-profile-details .section-content .fortune-type-wr a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
}

section.reader-profile-details .section-content .fortune-type-wr a.active {
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.reader-profile-details .section-content .fortune-type-wr a:hover {
  color: #FA777A;
}

section.reader-profile-details .section-content .fortune-type-wr a:active {
  color: #FA777A;
}

section.reader-profile-details .section-content .reader-info {
  display: block;
  padding: 0 0 20px 25px;
  text-align: center;
}

section.reader-profile-details .section-content .reader-info .bt-red {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  font-weight: 700;
}

section.reader-profile-details .section-content .reader-info .summary {
  display: block;
  margin-bottom: 20px;
}

section.reader-profile-details .section-content .reader-info .summary .t-1 {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #8D96AC;
}

section.reader-profile-details .section-content .reader-info .summary .t-2 {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #191F5D;
}

section.reader-profile-details .section-content .reader-info .summary .t-2 small {
  font-size: 12px;
}

section.reader-profile-details .section-content .reader-info .summary .t-3 {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #8D96AC;
}

section.reader-profile-details .section-content .reader-info .summary .t-4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #FA777A;
}

section.reader-profile-details .section-content .reader-info .tags {
  display: block;
  margin-bottom: 15px;
}

section.reader-profile-details .section-content .reader-info .tags .tag.hide {
  display: none;
}

section.reader-profile-details .section-content .reader-info .tags .tag.sitePink {
  display: inline-block;
}

section.reader-profile-details .section-content .reader-info .splitter {
  display: block;
  height: 2px;
  margin: 0 0 15px 0;
  background: #F6F7FC;
}

section.reader-profile-details .section-content .comments-wr {
  padding: 40px 20px 40px 50px;
  border-left: 4px solid #F6F7FC;
}

section.reader-profile-details .section-content .comments-wr h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.reader-profile-details .section-content .comments-wr .comment-list {
  display: block;
}

section.reader-profile-details .section-content .comments-wr .comment-list li {
  display: block;
  min-height: 40px;
  padding: 20px 0;
}

section.reader-profile-details .section-content .comments-wr .comment-list li .tx {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
}

section.reader-profile-details .section-content .comments-wr .comment-list li + li {
  border-top: 1px solid #F0F1F5;
}

section.reader-profile-details .section-content .comments-wr .comment-list li .rating .stars {
  float: left;
  margin-right: 15px;
}

section.reader-profile-details .section-content .comments-wr .comment-list li .rating .stars img {
  float: left;
  display: block;
  width: 17px;
  margin: 3px;
}

section.reader-profile-details .section-content .comments-wr .comment-list li .rating .dt {
  float: left;
  height: 20px;
  line-height: 26px;
  font-size: 11px;
  color: #CACED8;
  font-weight: 400;
}

section.reader-profile-details .section-content .comments-wr .comment-list li .rating:after {
  content: "";
  display: block;
  clear: both;
}

section.reader-profile-details .section-content .tab-content {
  display: block;
  width: 100%;
}

/* ------[ home - media queries ]------ */

@media only screen and (max-width: 990px) {
  section.reader-profile-details .section-content {
    padding-top: 60px;
  }

  section.reader-profile-details .section-content .fortune-type-wr {
    display: block;
    padding: 0 40px 40px 40px;
    border: none;
    border-right: 4px solid #F6F7FC;
  }

  section.reader-profile-details .section-content .fortune-type-wr a {
    text-align: left;
  }

  section.reader-profile-details .section-content .comments-wr {
    padding: 50px 20px;
    border: none;
    border-top: 4px solid #F6F7FC;
  }
}

@media only screen and (max-width: 768px) {
  .reader-profile-top-bg {
    display: none;
  }

  section.reader-profile-top .section-content {
    margin-top: 0;
    margin-bottom: 20px;
  }

  section.reader-profile-details .section-content .go-to-fortune-type-wr {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 4px solid #F6F7FC;
    text-align: center;
  }

  section.reader-profile-details .section-content .go-to-fortune-type-wr .bootstrap-select {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  section.reader-list-filter-wr .search-box-1 {
    display: block;
    margin: 10px auto 0 auto;
  }
}

/* reader_profile - end */

/* what_is_binnaz - start */

/* ------[ what-is-binnaz-1 ]------ */

section.what-is-binnaz-1 {
  padding: 90px 0;
  background: #FFFFFF;
}

section.what-is-binnaz-1 .section-content .what {
  padding-top: 90px;
}

section.what-is-binnaz-1 .section-content .what h2 {
  display: block;
  margin-bottom: 40px;
  font-size: 34px;
  color: #191F5D;
  font-weight: 700;
}

section.what-is-binnaz-1 .section-content .what h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  color: #191F5D;
  font-weight: 700;
}

section.what-is-binnaz-1 .section-content .what p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  color: #8D96AC;
  font-weight: 400;
}

section.what-is-binnaz-1 .section-content .what .btns {
  display: block;
  max-width: 480px;
  margin: 0 auto 30px auto;
}

section.what-is-binnaz-1 .section-content .what .btns a {
  float: left;
  width: 50%;
  padding-right: 10px;
}

section.what-is-binnaz-1 .section-content .what .btns:after {
  content: "";
  display: block;
  clear: both;
}

section.what-is-binnaz-1 .section-content .boxes-wr {
  padding-left: 60px;
}

section.what-is-binnaz-1 .section-content .boxes .col {
  margin: 5px;
  padding: 70px 30px 0 30px;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

section.what-is-binnaz-1 .section-content .boxes .col.d-1 {
  background: url("/img/what-is-binnaz-1.png") 0 0 no-repeat;
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}

section.what-is-binnaz-1 .section-content .boxes .col.d-2 {
  background: url("/img/what-is-binnaz-2.png") 0 0 no-repeat;
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}

section.what-is-binnaz-1 .section-content .boxes .col.d-3 {
  background: url("/img/what-is-binnaz-3.png") 0 0 no-repeat;
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}

section.what-is-binnaz-1 .section-content .boxes .col h4 {
  display: block;
  margin-bottom: 65%;
  font-size: 115px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}

section.what-is-binnaz-1 .section-content .boxes .col h6 {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.what-is-binnaz-1 .section-content .boxes .col p {
  display: block;
  padding-bottom: 25px;
  font-size: 16px;
  color: #8D96AC;
  font-weight: 400;
  text-align: center;
}

/* ------[ what-is-binnaz-2 ]------ */

section.what-is-binnaz-2 {
  padding: 70px 0;
}

section.what-is-binnaz-2 .section-content h2 {
  display: block;
  margin-bottom: 40px;
  font-size: 40px;
  color: #191F5D;
  font-weight: 700;
}

section.what-is-binnaz-2 .section-content p {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  color: #191F5D;
  font-weight: 400;
}

section.what-is-binnaz-2 .section-content .bt-block {
  margin: 0;
}

section.what-is-binnaz-2 .section-content .sale-img-wr .sale-img {
  position: relative;
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

section.what-is-binnaz-2 .section-content .sale-img-wr .sale-img .tx {
  position: absolute;
  top: 50%;
  right: -5px;
  padding-top: 10px;
  text-align: center;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.what-is-binnaz-2 .section-content .sale-img-wr .sale-img .tx .t-1 {
  display: inline-block;
  line-height: 1;
  font-size: 70px;
  color: #191F5D;
  font-weight: 700;
}

section.what-is-binnaz-2 .section-content .sale-img-wr .sale-img .tx .t-2 {
  display: inline-block;
  line-height: 1;
  font-size: 90px;
  color: #191F5D;
  font-weight: 700;
}

section.what-is-binnaz-2 .section-content .sale-img-wr .sale-img .tx .t-3 {
  display: block;
  line-height: 1;
  font-size: 40px;
  color: #8D96AC;
}

section.what-is-binnaz-2 .section-content .sale-text-wr {
  padding-top: 50px;
}

/* ------[ what-is-binnaz-3 ]------ */

section.what-is-binnaz-3 {
  padding: 90px 0;
}

section.what-is-binnaz-3 .section-content .tx-wr {
  padding-top: 170px;
}

section.what-is-binnaz-3 .section-content .tx-wr h2 {
  display: block;
  margin-bottom: 40px;
  font-size: 40px;
  color: #191F5D;
  font-weight: 700;
}

section.what-is-binnaz-3 .section-content .tx-wr p {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  color: #191F5D;
  font-weight: 400;
}

section.what-is-binnaz-3 .section-content .tx-wr .bt-block {
  margin: 0;
}

section.what-is-binnaz-3 .section-content .bl-wr .col {
  margin: 10px;
  padding: 0;
  background: #FFFFFF;
  border-radius: 4px;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

section.what-is-binnaz-3 .section-content .bl-wr .col img {
  margin: 0 auto 30px auto;
}

section.what-is-binnaz-3 .section-content .bl-wr .col h4 {
  display: block;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 20px;
  color: #191F5D;
  font-weight: 600;
}

section.what-is-binnaz-3 .section-content .bl-wr .col p {
  display: block;
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #8D96AC;
  font-weight: 400;
}

section.what-is-binnaz-3 .section-content .bl-wr .col a {
  display: block;
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: right;
}

/* ------[ reading-types ]------ */

section.reading-types-wr {
  overflow: hidden;
  background: #FFFFFF;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F6F7FC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFFFFF", endColorStr="#F6F7FC");
}

section.reading-types-wr .reading-types-bg {
  padding: 150px 0;
  margin: 0 -50px;
  background: url("/img/bg-01.png") center center no-repeat;
  -khtml-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  background-size: 100% 100%;
}

section.reading-types-wr .reading-types-bg .reading-types-inner {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

section.reading-types-wr .reading-types-bg .reading-types-inner h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 700;
}

section.reading-types-wr .reading-types-bg .reading-types-inner p {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
}

section.reading-types-wr .reading-types-bg .reading-types-inner .tag {
  display: inline-block;
  height: auto;
  margin: 5px;
  padding: 9px 30px 3px 30px;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 30px;
}

section.reading-types-wr + section.slider-popular-readers-wr {
  margin-top: 0;
}

/* ------[  what_is_binnaz - media queries ]------ */

@media only screen and (max-width: 1024px) {
  section.what-is-binnaz-1 .section-content .what {
    padding-top: 50px;
    text-align: center;
  }

  section.what-is-binnaz-1 .section-content .boxes-wr {
    padding-left: 15px;
  }

  section.what-is-binnaz-2 .section-content .sale-img-wr .sale-img .tx .t-1 {
    font-size: 45px;
  }

  section.what-is-binnaz-2 .section-content .sale-img-wr .sale-img .tx .t-2 {
    font-size: 70px;
  }

  section.what-is-binnaz-2 .section-content .sale-img-wr .sale-img .tx .t-3 {
    font-size: 30px;
  }

  section.what-is-binnaz-2 .section-content .sale-text-wr {
    padding-top: 0;
  }

  section.slider-fortune-type-details-wr {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 990px) {
  section.reading-types-wr .reading-types-bg {
    padding: 150px 20%;
    margin: 0 -20%;
  }
}

@media only screen and (max-width: 768px) {
  section.what-is-binnaz-3 .section-content .tx-wr {
    padding-top: 0;
    text-align: center;
  }

  section.what-is-binnaz-3 .section-content .tx-wr .bt-block {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  section.reading-types-wr .reading-types-bg {
    padding: 150px 50%;
    margin: 0 -50%;
  }

  section.slider-fortune-type-details-wr p {
    margin-bottom: 25px;
  }
}

/* what_is_binnaz - end */

/* shop - start */

/* ------[  shop-blocks-wr ]------ */

section.shop-blocks-wr {
  padding: 90px 0;
}

section.shop-blocks-wr h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.shop-blocks-wr p {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  text-align: center;
}

section.shop-blocks-wr .summary {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

section.shop-blocks-wr .summary p {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 600;
  text-align: center;
}

section.shop-blocks-wr .summary p b {
  color: #FA777A;
  font-weight: 600;
}

section.shop-blocks-wr .summary ul {
  display: block;
  list-style: none;
}

section.shop-blocks-wr .summary ul li {
  display: block;
}

section.shop-blocks-wr .section-content {
  max-width: 1100px;
}

section.shop-blocks-wr .section-content.design-b .boxes-wr .box {
  width: 220px;
  height: 370px;
  margin: 20px;
  background: #FFFFFF;
}

section.shop-blocks-wr .section-content.design-b .boxes-wr .box.box-1,
section.shop-blocks-wr .section-content.design-b .boxes-wr .box.box-2,
section.shop-blocks-wr .section-content.design-b .boxes-wr .box.box-3,
section.shop-blocks-wr .section-content.design-b .boxes-wr .box.box-4,
section.shop-blocks-wr .section-content.design-b .boxes-wr .box.box-5,
section.shop-blocks-wr .section-content.design-b .boxes-wr .box.box-6,
section.shop-blocks-wr .section-content.design-b .boxes-wr .box.box-7 {
  background-image: none;
}

section.shop-blocks-wr .section-content.design-b .boxes-wr .box .extra {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  color: #191F5D;
}

section.shop-blocks-wr .section-content.design-b .boxes-wr .box .credit {
  position: absolute;
  top: 50px;
  left: 20px;
  right: 20px;
  font-size: 50px;
  color: #FA777A;
}

section.shop-blocks-wr .section-content.design-b .boxes-wr .box .credit-tx {
  position: absolute;
  top: 110px;
  left: 20px;
  right: 20px;
  font-size: 20px;
  color: #8D96AC;
}

section.shop-blocks-wr .section-content.design-b .boxes-wr .box .bt-wr .bt {
  width: 100%;
}

section.shop-blocks-wr .section-content .boxes-wr {
  text-align: center;
}

section.shop-blocks-wr .section-content .boxes-wr .box {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 470px;
  margin: 20px 10px;
  text-align: center;
  background: #FFFFFF url("/img/box-bg-1.jpg") 0 0 no-repeat;
  -khtml-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

section.shop-blocks-wr .section-content .boxes-wr .box.box-1 {
  background-image: url("/img/box-bg-1.jpg");
}

section.shop-blocks-wr .section-content .boxes-wr .box.box-2 {
  background-image: url("/img/box-bg-2.jpg");
}

section.shop-blocks-wr .section-content .boxes-wr .box.box-3 {
  background-image: url("/img/box-bg-3.jpg");
}

section.shop-blocks-wr .section-content .boxes-wr .box.box-4 {
  background-image: url("/img/box-bg-4.jpg");
}

section.shop-blocks-wr .section-content .boxes-wr .box.box-5 {
  background-image: url("/img/box-bg-1.jpg");
}

section.shop-blocks-wr .section-content .boxes-wr .box.box-6 {
  background-image: url("/img/box-bg-2.jpg");
}

section.shop-blocks-wr .section-content .boxes-wr .box.box-7 {
  background-image: url("/img/box-bg-3.jpg");
}

section.shop-blocks-wr .section-content .boxes-wr .box .extra {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
  text-align: left;
}

section.shop-blocks-wr .section-content .boxes-wr .box .credit {
  position: absolute;
  top: 100px;
  left: 20px;
  right: 20px;
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 700;
}

section.shop-blocks-wr .section-content .boxes-wr .box .credit-tx {
  position: absolute;
  top: 170px;
  left: 20px;
  right: 20px;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: right;
}

section.shop-blocks-wr .section-content .boxes-wr .box .old-price {
  position: absolute;
  bottom: 130px;
  left: 20px;
  right: 20px;
  font-size: 18px;
  color: #8D96AC;
  font-weight: 700;
}

section.shop-blocks-wr .section-content .boxes-wr .box .old-price .bd {
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  width: 65px;
  height: 3px;
  margin-left: -33px;
  background: #F055A1;
  -khtml-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

section.shop-blocks-wr .section-content .boxes-wr .box .price {
  position: absolute;
  bottom: 90px;
  left: 20px;
  right: 20px;
  font-size: 30px;
  color: #191F5D;
  font-weight: 700;
}

section.shop-blocks-wr .section-content .boxes-wr .box .bt-wr {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
}

section.shop-blocks-wr .section-content .pricelist {
  display: none;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 4px;
}

section.shop-blocks-wr .section-content .pricelist li {
  position: relative;
  display: block;
  height: 76px;
}

section.shop-blocks-wr .section-content .pricelist li:after {
  content: "";
  display: block;
  clear: both;
}

section.shop-blocks-wr .section-content .pricelist li + li {
  border-top: 1px solid #F0F1F5;
}

section.shop-blocks-wr .section-content .pricelist li .credit {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 26px;
  color: #8D96AC;
  font-weight: 600;
}

section.shop-blocks-wr .section-content .pricelist li .credit small {
  font-size: 18px;
  color: #8D96AC;
  font-weight: 600;
}

section.shop-blocks-wr .section-content .pricelist li .price {
  position: absolute;
  top: 45px;
  left: 10px;
}

section.shop-blocks-wr .section-content .pricelist li .price .old-price {
  position: relative;
  font-size: 18px;
  color: #8D96AC;
  font-weight: 700;
  margin-right: 10px;
}

section.shop-blocks-wr .section-content .pricelist li .price .old-price .bd {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 62px;
  height: 3px;
  margin-left: -33px;
  background: #F055A1;
  -khtml-transform: rotate(-8deg);
  transform: rotate(-8deg);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

section.shop-blocks-wr .section-content .pricelist li .price .new-price {
  position: relative;
  font-size: 18px;
  color: #8D96AC;
  font-weight: 500;
}

section.shop-blocks-wr .section-content .pricelist li .bt {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 120px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

/* ------[ shop-pay-wr ]------ */

section.shop-pay-wr {
  padding: 60px 0;
}

section.shop-pay-wr h2 {
  display: block;
  margin-bottom: 60px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.shop-pay-wr .section-content h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.shop-pay-wr .section-content p {
  margin-bottom: 5px;
}

section.shop-pay-wr .section-content p b {
  color: #5A61E0;
  font-weight: 400;
}

section.shop-pay-wr .section-content .col-side-left > .row > .col,
section.shop-pay-wr .section-content .col-side-right > .row > .col {
  margin: 10px;
  padding: 30px;
  line-height: 1.5;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  background: #FFFFFF;
  border-radius: 4px;
}

section.shop-pay-wr .section-content .pay-credit-wr {
  max-width: 700px;
  padding: 30px;
  background: #F6F7FC;
}

section.shop-pay-wr .section-content .pay-credit-wr .radiocontainer .radiobtn {
  border-color: #CACED8;
}

section.shop-pay-wr .section-content .pay-credit-wr .radiocontainer input:checked ~ .radiobtn {
  border-color: #5A61E0;
}

section.shop-pay-wr .section-content .pay-credit-wr .radiocontainer + .radiocontainer {
  margin-left: 30px;
}

/* ------[  shop - media queries ]------ */

@media only screen and (max-width: 768px) {
  section.shop-blocks-wr .section-content .boxes-wr {
    display: none;
  }

  section.shop-blocks-wr .section-content .pricelist {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  section.shop-blocks-wr {
    padding: 30px 0;
  }
}

/* shop - end */

/* user - start */

/* ------[ user-fortunes-wr ]------ */

section.user-fortunes-wr {
  background: #F6F7FC;
}

section.user-fortunes-wr .section-content {
  padding-top: 40px;
  background: #FFFFFF;
}

section.user-fortunes-wr .section-content .head-line {
  margin-bottom: 20px;
}

section.user-fortunes-wr .section-content .head-line a.bt + a.bt {
  margin-left: 20px;
}

section.user-fortunes-wr .section-content .head-line .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0;
  float: right;
}

section.user-fortunes-wr .section-content .fortune-list-wr a {
  position: relative;
  display: block;
  min-height: 140px;
  padding: 20px 10px 20px 80px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  border-top: 1px solid #F6F7FC;
  cursor: pointer;
}

section.user-fortunes-wr .section-content .fortune-list-wr a:hover {
  background: #F6F7FC;
}

section.user-fortunes-wr .section-content .fortune-list-wr a:last-child {
  border-bottom: 1px solid #F6F7FC;
}

section.user-fortunes-wr .section-content .fortune-list-wr a.read .ic.ps {
  display: block;
}

section.user-fortunes-wr .section-content .fortune-list-wr a.read .ic.ac {
  display: none;
}

section.user-fortunes-wr .section-content .fortune-list-wr a.current {
  background: #FFFFFF;
}

section.user-fortunes-wr .section-content .fortune-list-wr a .ic {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 54px;
  height: 54px;
}

section.user-fortunes-wr .section-content .fortune-list-wr a .ic.ps {
  display: none;
}

section.user-fortunes-wr .section-content .fortune-list-wr a .ic.ac {
  display: block;
}

section.user-fortunes-wr .section-content .fortune-list-wr a .title {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #191F5D;
  font-weight: 600;
}

section.user-fortunes-wr .section-content .fortune-list-wr a .c-line .c-1 {
  float: left;
  min-height: 20px;
  min-width: 50px;
}

section.user-fortunes-wr .section-content .fortune-list-wr a .c-line .c-2 {
  float: left;
  min-height: 20px;
  padding: 0 5px;
}

section.user-fortunes-wr .section-content .fortune-list-wr a .c-line .c-3 {
  float: left;
  min-height: 20px;
}

section.user-fortunes-wr .section-content .fortune-list-wr a .c-line:after {
  content: "";
  display: block;
  clear: both;
}

section.user-fortunes-wr .section-content .splitter {
  display: block;
  height: 4px;
  margin: 0 0 20px 0;
  background: #F6F7FC;
}

/* ------[  user-notices-wr ]------ */

section.user-notices-wr {
  background: #FFFFFF;
}

section.user-notices-wr .section-content {
  padding-top: 40px;
}

section.user-notices-wr .section-content .col-side-right h3.head {
  display: block;
  height: 40px;
  padding-top: 20px;
  font-size: 18px;
  color: #8D96AC;
  font-weight: 700;
}

section.user-notices-wr .section-content .col-side-right .bootstrap-select .btn {
  height: 40px;
  margin-bottom: 20px;
  background: #CACED8;
  font-size: 14px;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px -2px #F0F1F5;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-top .col-side-right-top-btn-wr {
  padding-bottom: 15px;
  text-align: right;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-top .col-side-right-top-btn-wr .bt + .bt {
  margin-left: 15px;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body {
  min-height: 500px;
  padding-top: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 2px -2px #F0F1F5 inset;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr {
  max-height: 610px;
  overflow-y: auto;
  display: block;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li {
  position: relative;
  display: block;
  min-height: 140px;
  padding: 20px 10px 20px 80px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  background: #F6F7FC;
  cursor: pointer;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li + li {
  border-top: 1px solid #FFFFFF;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li.read .ic.ps {
  display: block;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li.read .ic.ac {
  display: none;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li.current {
  background: #FFFFFF;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .ic {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 54px;
  height: 54px;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .ic.ps {
  display: none;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .ic.ac {
  display: block;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .title {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #191F5D;
  font-weight: 600;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .message {
  display: none;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .btn-wr {
  display: none;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .c-line .c-1 {
  float: left;
  min-height: 20px;
  min-width: 50px;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .c-line .c-2 {
  float: left;
  min-height: 20px;
  padding: 0 5px;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .c-line .c-3 {
  float: left;
  min-height: 20px;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-list-wr li .c-line:after {
  content: "";
  display: block;
  clear: both;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-detail-wr {
  padding: 15px;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-detail-wr .title {
  display: block;
  font-size: 18px;
  color: #191F5D;
  font-weight: 600;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-detail-wr .date {
  display: block;
  margin-bottom: 30px;
  font-size: 13px;
  color: #8D96AC;
  font-weight: 400;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-detail-wr .desc {
  display: block;
  margin-bottom: 50px;
  font-size: 16px;
  color: #8D96AC;
  font-weight: 400;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-detail-wr .bt {
  min-width: 140px;
}

section.user-notices-wr .section-content .col-side-right .col-side-right-body .notice-detail-wr .bt + .bt {
  margin-left: 30px;
}

section.user-notices-wr .section-content .splitter {
  display: block;
  height: 4px;
  margin: 0 0 20px 0;
  background: #F6F7FC;
}

/* ------[ edit-profile-wr ]------ */

section.edit-profile-wr {
  padding: 60px 0 30px 0;
}

section.edit-profile-wr h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.edit-profile-wr p {
  margin-bottom: 40px;
  text-align: center;
}

section.edit-profile-wr .section-content {
  padding: 40px;
  background: #FFFFFF;
}

section.edit-profile-wr .section-content .im-wr .im {
  float: left;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-right: 20px;
}

section.edit-profile-wr .section-content .im-wr .im .iw {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

section.edit-profile-wr .section-content .im-wr .im .iw img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  margin-left: -50%;
  margin-top: -50%;
}

section.edit-profile-wr .section-content .im-wr .im .iw .img {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 75px;
  margin: 0 auto;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  background: #5A61E0;
  border-radius: 50%;
}

section.edit-profile-wr .section-content .pass-wr .bt {
  font-size: 11px;
  font-weight: 600;
}

section.edit-profile-wr .section-content h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.edit-profile-wr .section-content p {
  margin-bottom: 15px;
}

section.edit-profile-wr .section-content p b {
  color: #5A61E0;
  font-weight: 400;
}

section.edit-profile-wr .section-content .bt-submit {
  display: inline-block;
  width: 300px;
  margin: 20px 0;
}

section.edit-profile-wr .section-content .bt-delete {
  display: inline-block;
  width: 300px;
  margin: 20px 0;
}

section.edit-profile-wr .section-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

section.edit-profile-wr .section-content .bootstrap-select .btn {
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-bottom: 15px;
  background: #CACED8;
  font-size: 14px;
}

section.edit-profile-wr .section-content .intl-tel-input {
  display: block;
  margin: 5px 0 15px 0;
}

/* ------[  user-profile-left-sidebar ]------ */

.user-profile-left-sidebar {
  text-align: center;
}

.user-profile-left-sidebar .im-wr {
  margin-bottom: 20px;
}

.user-profile-left-sidebar .im-wr .im {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.user-profile-left-sidebar .im-wr .im .iw {
  position: relative;
  display: block;
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.user-profile-left-sidebar .im-wr .im .iw img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  margin-left: -50%;
  margin-top: -50%;
}

.user-profile-left-sidebar .im-wr .im .iw .img {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 115px;
  margin: 0 auto;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  background: #5A61E0;
  border-radius: 50%;
}

.user-profile-left-sidebar .name {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #191F5D;
  text-align: center;
}

.user-profile-left-sidebar .status {
  position: relative;
  display: block;
  max-width: 240px;
  margin: 0 auto 20px auto;
  height: 48px;
  line-height: 50px;
  padding: 0 35px 0 50px;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  text-align: center;
}

.user-profile-left-sidebar .status .ic {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
}

.user-profile-left-sidebar .status .in {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.user-profile-left-sidebar .splitter {
  display: block;
  height: 4px;
  margin: 20px 0;
  background: #F6F7FC;
}

.user-profile-left-sidebar .user-credit {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #8D96AC;
  text-align: center;
}

.user-profile-left-sidebar .user-credit span {
  font-size: 20px;
  font-weight: 700;
  color: #FA777A;
}

.user-profile-left-sidebar .buy-credit {
  margin-bottom: 30px;
}

.user-profile-left-sidebar .menu {
  margin-bottom: 30px;
}

.user-profile-left-sidebar .menu li {
  display: block;
  margin: 15px 0;
}

.user-profile-left-sidebar .menu li a:not(.bt) {
  display: block;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 700;
  text-align: center;
}

.user-profile-left-sidebar .menu li a:not(.bt).active {
  font-size: 16px;
  color: #191F5D;
}

.user-profile-left-sidebar .menu li a:not(.bt):hover {
  color: #191F5D;
}

.user-profile-left-sidebar .menu li a:not(.bt):active {
  color: #191F5D;
}

/* ------[  user - media queries ]------ */

@media only screen and (max-width: 480px) {
  section.user-fortunes-wr .section-content .head-line {
    text-align: center;
  }

  section.user-fortunes-wr .section-content .head-line .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    float: none;
    margin: 10px auto 5px auto;
  }

  section.user-fortunes-wr .section-content .select-fortune-type-tab-wr {
    text-align: center;
  }

  section.user-fortunes-wr .section-content .col-side-right .col-side-right-top {
    border: none;
    box-shadow: none;
  }

  section.user-fortunes-wr .section-content .col-side-right .col-side-right-body {
    min-height: 130px;
    margin-bottom: 25px;
    border: none;
    box-shadow: none;
  }

  section.user-fortunes-wr .section-content .col-side-right .col-side-right-body .fortune-list-wr {
    max-height: 250px;
  }

  section.user-notices-wr .section-content .col-side-right .col-side-right-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 2px -2px #F0F1F5;
  }

  section.user-notices-wr .section-content .col-side-right .col-side-right-top .col-side-right-top-btn-wr {
    text-align: center;
  }

  section.user-notices-wr .section-content .col-side-right .col-side-right-body {
    border: none;
    box-shadow: none;
  }
}

/* user - end */

/* fortune - start */

/* ------[ fortune-detail-wr ]------ */

section.fortune-detail-wr {
  padding: 50px 0;
}

section.fortune-detail-wr h2 {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.fortune-detail-wr .section-content .col-side-left > .row > .col,
section.fortune-detail-wr .section-content .col-side-right > .row > .col {
  margin: 10px;
  padding: 30px;
  line-height: 1.5;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  background: #FFFFFF;
  border-radius: 4px;
}

section.fortune-detail-wr .section-content .col-side-left h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.fortune-detail-wr .section-content .col-side-left p {
  margin-bottom: 5px;
}

section.fortune-detail-wr .section-content .col-side-left p b {
  color: #5A61E0;
  font-weight: 400;
}

section.fortune-detail-wr .section-content .col-side-left .img-wr img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
}

section.fortune-detail-wr .section-content .col-side-left .im-wr {
  position: relative;
  width: 120px;
}

section.fortune-detail-wr .section-content .col-side-left .im-wr .im {
  position: relative;
  float: left;
  display: block;
  width: 90px;
  height: 90px;
}

section.fortune-detail-wr .section-content .col-side-left .im-wr .im .iw {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

section.fortune-detail-wr .section-content .col-side-left .im-wr .im .iw img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  margin-left: -50%;
  margin-top: -50%;
}

section.fortune-detail-wr .section-content .col-side-left .im-wr .im .dot {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 33px;
  border: 6px solid #FFFFFF;
  background: #BBBBDC;
  border-radius: 50%;
}

section.fortune-detail-wr .section-content .col-side-left .im-wr .im .dot.online {
  background: #40DEAC;
}

section.fortune-detail-wr .section-content .col-side-left .im-wr .im .dot.busy {
  background: #F0B864;
}

section.fortune-detail-wr .section-content .col-side-left .im-wr .name {
  padding-top: 25px;
}

section.fortune-detail-wr .section-content .col-side-left .fortune-photo-list img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px;
  border-radius: 4px;
}

section.fortune-detail-wr .section-content .col-side-right .row-detail h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #191F5D;
  font-weight: 700;
}

section.fortune-detail-wr .section-content .col-side-right .row-detail .fortune-text {
  line-height: 2;
}

section.fortune-detail-wr .section-content .col-side-right .row-detail p {
  margin-bottom: 15px;
}

section.fortune-detail-wr .section-content .col-side-right .row-question h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.fortune-detail-wr .section-content .col-side-right .row-question p {
  margin-bottom: 15px;
}

section.fortune-detail-wr .section-content .col-side-right .row-question p b {
  color: #5A61E0;
  font-weight: 400;
}

section.fortune-detail-wr .section-content .col-side-right .row-rating h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.fortune-detail-wr .section-content .col-side-right .row-rating p {
  margin-bottom: 15px;
}

section.fortune-detail-wr .section-content .col-side-right .row-rating p b {
  color: #5A61E0;
  font-weight: 400;
}

section.fortune-detail-wr .section-content .col-side-right .row-rating p + h4 {
  margin-top: 20px;
}

section.fortune-detail-wr .section-content .col-side-right .row-rating .rating {
  display: block;
  padding-bottom: 20px;
}

section.fortune-detail-wr .section-content .col-side-right .row-rating .rating:after {
  content: "";
  display: block;
  clear: both;
}

section.fortune-detail-wr .section-content .col-side-right .row-rating .rating .star {
  float: left;
  width: 32px;
  height: 32px;
  margin: 3px;
}

/* ------[ fortune-form-wr ]------ */

section.fortune-form-wr {
  padding: 60px 0;
}

section.fortune-form-wr h2 {
  display: block;
  margin-bottom: 60px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.fortune-form-wr .section-content > .row {
  background: #FFFFFF;
  padding: 40px 0;
}

section.fortune-form-wr .section-content h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.fortune-form-wr .section-content p {
  margin-bottom: 5px;
  color: #8D96AC;
}

section.fortune-form-wr .section-content p b {
  color: #5A61E0;
  font-weight: 400;
}

section.fortune-form-wr .section-content .authLogout {
  display: none;
}

section.fortune-form-wr .section-content .col-side-left {
  text-align: center;
}

section.fortune-form-wr .section-content .col-side-left .im-wr-old img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  border-radius: 50%;
}

section.fortune-form-wr .section-content .col-side-left .im-wr {
  margin-bottom: 10px;
}

section.fortune-form-wr .section-content .col-side-left .im-wr .im {
  position: relative;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto;
}

section.fortune-form-wr .section-content .col-side-left .im-wr .im .iw {
  position: relative;
  display: block;
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

section.fortune-form-wr .section-content .col-side-left .im-wr .im .iw img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  margin-left: -50%;
  margin-top: -50%;
}

section.fortune-form-wr .section-content .col-side-left .im-wr .im .dot {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 23px;
  height: 23px;
  border: 3px solid #FFFFFF;
  background: #BBBBDC;
  border-radius: 50%;
}

section.fortune-form-wr .section-content .col-side-left .im-wr .im .dot.online {
  background: #40DEAC;
}

section.fortune-form-wr .section-content .col-side-left .im-wr .im .dot.busy {
  background: #F0B864;
}

section.fortune-form-wr .section-content .col-side-left .olangs {
  display: block;
  margin-bottom: 10px;
}

section.fortune-form-wr .section-content .col-side-left .olangs .olang {
  padding-left: 7px;
  padding-right: 7px;
  font-size: 13px;
  font-weight: 300;
  color: #8D96AC;
}

section.fortune-form-wr .section-content .col-side-right .info-btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

section.fortune-form-wr .section-content .col-side-right .radiocontainer-wr .radiocontainer {
  font-size: 14px;
}

section.fortune-form-wr .section-content .col-side-right .radiocontainer-wr .radiocontainer + .radiocontainer {
  margin-left: 15px;
}

section.fortune-form-wr .section-content .col-side-right .add-photo-wr {
  padding: 10px 0;
}

section.fortune-form-wr .section-content .col-side-right .add-photo-wr:after {
  content: "";
  display: block;
  clear: both;
}

section.fortune-form-wr .section-content .col-side-right .add-photo-wr .add-photo-btn {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  cursor: pointer;
}

section.fortune-form-wr .section-content .col-side-right .add-photo-wr .add-photo-ic {
  display: inline-block;
  width: 22px;
  height: 22px;
}

section.fortune-form-wr .section-content .col-side-right .add-photo-wr input[type=file] {
  display: none;
}

section.fortune-form-wr .section-content .col-side-right .user-login-signup-inline-wr .splitter {
  display: block;
  width: 4px;
  height: 100%;
  background: #F6F7FC;
}

section.fortune-form-wr .section-content .col-side-right .user-login-signup-inline-wr .bt {
  margin-left: 0;
}

section.fortune-form-wr .section-content .col-side-right .user-login-signup-inline-wr .bt + .bt {
  margin-top: 15px;
}

section.fortune-form-wr .section-content .col-side-right .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

section.fortune-form-wr .section-content .col-side-right .bootstrap-select .btn {
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-bottom: 15px;
  background: #CACED8;
  font-size: 14px;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr {
  max-width: 765px;
  padding: 30px;
  background: #F6F7FC;
  border-radius: 4px;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .head {
  padding-bottom: 5px;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .head .count-total {
  font-size: 14px;
  color: #8D96AC;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .head .count-total b {
  font-size: 18px;
  color: #191F5D;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .head .count-selected {
  padding-left: 30px;
  font-size: 14px;
  color: #8D96AC;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .head .count-selected b {
  font-size: 18px;
  color: #5A61E0;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr:after {
  content: "";
  display: block;
  clear: both;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr .card-item {
  position: relative;
  float: left;
  width: 54px;
  height: 74px;
  margin: 0;
  cursor: pointer;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr .card-item label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr .card-item img.card {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  max-width: 100%;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr .card-item img.card.ps {
  display: block;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr .card-item img.card.ac {
  display: none;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr .card-item input[type=checkbox] {
  display: none;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr .card-item input[type=checkbox]:checked ~ img.card.ps {
  display: none;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .cards-wr .card-item input[type=checkbox]:checked ~ img.card.ac {
  display: block;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .iskambil-footer {
  padding-top: 15px;
}

section.fortune-form-wr .section-content .col-side-right .tarot-cards-wr .iskambil-footer img {
  margin: 0 auto;
}

/* ------[ fortune-pay-wr ]------ */

section.fortune-pay-wr {
  padding: 60px 0;
}

section.fortune-pay-wr h2 {
  display: block;
  margin-bottom: 60px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.fortune-pay-wr .section-content .row.hide-md-down {
  display: flex;
  max-width: 700px;
  padding: 20px 0;
}

section.fortune-pay-wr .section-content .row.hide-md-down .col:hover {
  font-size: 18px;
  color: #191F5D;
}

section.fortune-pay-wr .section-content .row.hide-md-down .col:active {
  font-size: 18px;
  color: #191F5D;
}

section.fortune-pay-wr .section-content h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.fortune-pay-wr .section-content h4.blue {
  color: #5A61E0;
}

section.fortune-pay-wr .section-content h5 {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5A61E0;
  font-weight: 700;
}

section.fortune-pay-wr .section-content p {
  margin-bottom: 5px;
}

section.fortune-pay-wr .section-content p b {
  color: #5A61E0;
  font-weight: 400;
}

section.fortune-pay-wr .section-content .im-wr img {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  border-radius: 50%;
}

section.fortune-pay-wr .section-content .im-wr p {
  display: block;
  padding-top: 15px;
}

section.fortune-pay-wr .section-content .col-side-left > .row > .col,
section.fortune-pay-wr .section-content .col-side-right > .row > .col {
  margin: 10px;
  padding: 30px;
  line-height: 1.5;
  font-size: 14px;
  color: #8D96AC;
  font-weight: 400;
  background: #FFFFFF;
  border-radius: 4px;
}

section.fortune-pay-wr .section-content .pay-credit-wr {
  max-width: 700px;
  padding: 30px;
  background: #F6F7FC;
}

section.fortune-pay-wr .section-content .pay-credit-wr .radiocontainer .radiobtn {
  border-color: #CACED8;
}

section.fortune-pay-wr .section-content .pay-credit-wr .radiocontainer input:checked ~ .radiobtn {
  border-color: #5A61E0;
}

section.fortune-pay-wr .section-content .pay-credit-wr .radiocontainer + .radiocontainer {
  margin-left: 30px;
}

/* ------[  fortune - media queries ]------ */

@media only screen and (max-width: 480px) {
  input[type=checkbox].cardPick + label {
    width: 11vw;
    height: 18vw;
  }

  input[type=checkbox].cardPick:checked + label {
    width: 11vw;
    height: 18vw;
  }

  section.fortune-form-wr .section-content .col-side-right .add-photo-wr .add-photo-btn {
    width: 50px;
    height: 40px;
  }
}

/* fortune - end */

/* be_reader - start */

/* ------[ be-reader-wr ]------ */

section.be-reader-wr {
  padding: 60px 0 30px 0;
}

section.be-reader-wr h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.be-reader-wr p {
  margin-bottom: 40px;
  text-align: center;
}

section.be-reader-wr .section-content {
  padding: 40px;
  background: #FFFFFF;
}

section.be-reader-wr .section-content h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.be-reader-wr .section-content p {
  margin-bottom: 15px;
}

section.be-reader-wr .section-content p b {
  color: #5A61E0;
  font-weight: 400;
}

section.be-reader-wr .section-content .bt-submit {
  display: inline-block;
  width: 300px;
  margin: 20px 0;
}

/* ------[  be_reader - media queries ]------ */

/* be_reader - end */

/* contact - start */

/* ------[ contact-wr ]------ */

section.contact-wr {
  padding: 60px 0 30px 0;
}

section.contact-wr h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.contact-wr p {
  margin-bottom: 40px;
  text-align: center;
}

section.contact-wr .section-content {
  max-width: 540px;
  padding: 40px;
  background: #FFFFFF;
}

section.contact-wr .section-content h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.contact-wr .section-content p {
  margin-bottom: 15px;
}

section.contact-wr .section-content p b {
  color: #5A61E0;
  font-weight: 400;
}

section.contact-wr .section-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

section.contact-wr .section-content .bootstrap-select .btn {
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-bottom: 15px;
  background: #CACED8;
  font-size: 14px;
}

/* ------[  contact - media queries ]------ */

/* contact - end */

/* about_us - start */

/* ------[ be-reader-wr ]------ */

section.about-us-wr {
  padding: 50px 0 50px 0;
}

section.about-us-wr h2 {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  color: #191F5D;
  font-weight: 700;
  text-align: center;
}

section.about-us-wr p {
  margin-bottom: 40px;
  text-align: center;
}

section.about-us-wr .section-content {
  padding: 40px;
  background: #FFFFFF;
}

section.about-us-wr .section-content .section-content {
  padding: 10px 0;
  background: transparent;
}

section.about-us-wr .section-content .section-content .reader-list li {
  width: 295px;
  padding-left: 15px;
  padding-right: 15px;
}

section.about-us-wr .section-content h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #191F5D;
  font-weight: 700;
}

section.about-us-wr .section-content p {
  margin-bottom: 15px;
}

section.about-us-wr .section-content p b {
  color: #5A61E0;
  font-weight: 400;
}

/* ------[  about_us - media queries ]------ */

/* about_us - end */

/* 404 - start */

section.page-404 {
  padding: 100px 0;
}

section.page-404 .section-content .error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

section.page-404 .section-content .error-page h1 {
  font-size: 25vh;
  font-weight: bold;
  position: relative;
  margin: -8vh 0 0;
  padding: 0;
}

section.page-404 .section-content .error-page h1:after {
  content: attr(data-h1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: transparent;
  /* webkit only for graceful degradation to IE */
  background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
  -webkit-animation: animateTextBackground 10s ease-in-out infinite;
          animation: animateTextBackground 10s ease-in-out infinite;
}

section.page-404 .section-content .error-page h1 + p {
  color: #d6d6d6;
  font-size: 5vh;
  font-weight: bold;
  line-height: 6vh;
  max-width: 600px;
  position: relative;
}

section.page-404 .section-content .error-page h1 + p:after {
  content: attr(data-p);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

section.page-404 .section-content #particles-js {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section.page-404 .section-content .bt-red {
  position: relative;
  display: block;
  width: 300px;
  margin: 40px auto 10px auto;
  z-index: 100;
}

@-webkit-keyframes animateTextBackground {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 100% 0;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes animateTextBackground {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 100% 0;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

/* ------[ 404 - media queries ]------ */

@media only screen and (max-width: 768px) {
  .error-page h1 {
    font-size: 32vw;
  }

  .error-page h1 + p {
    font-size: 8vw;
    line-height: 10vw;
    max-width: 70vw;
  }
}

/* 404 - end */

/* discount - start */

/* ------[  black-friday-countdown-wr ]------ */

.black-friday-countdown-bg {
  position: relative;
  background: #000000;
  z-index: 97;
}

.black-friday-countdown-bg .black-friday-countdown-wr {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1320px;
  height: 200px;
  margin: 0 auto;
  background: black;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-title {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  margin: -40px 0 0 0;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b {
  top: auto;
  margin: 0;
  bottom: 15px;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b .b {
  position: relative;
  float: left;
  width: 150px;
  height: 60px;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b .b:first-child {
  width: 140px;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b .b .c {
  width: 60px;
  height: 60px;
  line-height: 62px;
  font-size: 26px;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b .b .t {
  top: 20px;
  left: 70px;
  font-size: 16px;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr .b {
  position: relative;
  float: left;
  width: 170px;
  height: 80px;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr .b:first-child {
  width: 150px;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr .b .c {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  font-size: 40px;
  font-weight: 900;
  color: #F5678D;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.black-friday-countdown-bg .black-friday-countdown-wr .black-friday-countdown-clock-wr .b .t {
  position: absolute;
  top: 30px;
  left: 85px;
  display: block;
  font-size: 18px;
  color: #FFFFFF;
}

/* ------[ discountv1-countdown-wr ]------ */

.discountv1-countdown-wr {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.discountv1-countdown-wr .sale-img-wr .sale-img {
  position: relative;
  display: block;
  max-width: 160px;
  margin: 0 auto;
}

.discountv1-countdown-wr .sale-img-wr .sale-img .tx {
  position: absolute;
  top: 50%;
  right: -5px;
  padding-top: 10px;
  text-align: center;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

.discountv1-countdown-wr .sale-img-wr .sale-img .tx .t-1 {
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  color: #191F5D;
  font-weight: 700;
}

.discountv1-countdown-wr .sale-img-wr .sale-img .tx .t-2 {
  display: inline-block;
  line-height: 1;
  font-size: 50px;
  color: #191F5D;
  font-weight: 700;
}

.discountv1-countdown-wr .sale-img-wr .sale-img .tx .t-3 {
  display: block;
  line-height: 1;
  font-size: 25px;
  color: #8D96AC;
}

.discountv1-countdown-wr .sale-text-wr {
  padding: 20px;
}

.discountv1-countdown-wr .sale-text-wr h2 {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
  color: #191F5D;
  font-weight: 600;
}

.discountv1-countdown-wr .sale-text-wr .bt-block {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
}

.discountv1-countdown-wr .discountv1-countdown-clock-wr {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  margin: -40px 0 0 0;
}

.discountv1-countdown-wr .discountv1-countdown-clock-wr .b {
  position: relative;
  float: left;
  width: 170px;
  height: 80px;
}

.discountv1-countdown-wr .discountv1-countdown-clock-wr .b:first-child {
  width: 150px;
}

.discountv1-countdown-wr .discountv1-countdown-clock-wr .b .c {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  font-size: 40px;
  font-weight: 900;
  color: #F5678D;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.discountv1-countdown-wr .discountv1-countdown-clock-wr .b .t {
  position: absolute;
  top: 30px;
  left: 85px;
  display: block;
  font-size: 18px;
  color: #FFFFFF;
}

/* ------[  discountv2-countdown-wr ]------ */

.discountv2-countdown-bg {
  position: relative;
  background: #1B1A2B;
  z-index: 97;
}

.discountv2-countdown-wr {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1320px;
  height: 200px;
  margin: 0 auto;
  background: #1B1A2B;
}

.discountv2-countdown-wr .discountv2-countdown-title {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}

.discountv2-countdown-wr .discountv2-countdown-image {
  display: block;
  margin: 0 auto;
}

.discountv2-countdown-wr .discountv2-countdown-image.image-mobile {
  display: none;
}

.discountv2-countdown-wr .discountv2-countdown-clock-wr {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  margin: -40px 0 0 0;
}

.discountv2-countdown-wr .discountv2-countdown-clock-wr .b {
  position: relative;
  float: left;
  width: 170px;
  height: 80px;
}

.discountv2-countdown-wr .discountv2-countdown-clock-wr .b:first-child {
  width: 150px;
}

.discountv2-countdown-wr .discountv2-countdown-clock-wr .b .c {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  font-size: 40px;
  font-weight: 900;
  color: #F5678D;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #FFFFFF;
}

.discountv2-countdown-wr .discountv2-countdown-clock-wr .b .t {
  position: absolute;
  top: 30px;
  left: 85px;
  display: block;
  font-size: 18px;
  color: #FFFFFF;
}

/* ------[  book-binnaz-abla ]------ */

.book-binnaz-abla-bg {
  position: relative;
  display: block;
  width: 100%;
  z-index: 97;
  background: #191F5C;
}

.book-binnaz-abla-bg + section.reader-profile-top .reader-profile-top-bg {
  border-top: 2px solid #191F5C;
}

.book-binnaz-abla-bg .book-binnaz-abla-img-wr {
  position: relative;
  display: block;
  width: 100%;
  height: 166px;
  background: url("/img/campaigns/book/binnaz_kitap_site_banner_1600x166.png") no-repeat center center;
  background-size: cover;
}

/* ------[  discount - media queries ]------ */

@media only screen and (max-width: 1370px) {
  .book-binnaz-abla-img-wr {
    height: 150px;
  }
}

@media only screen and (max-width: 1280px) {
  .black-friday-countdown-wr .black-friday-countdown-clock-wr {
    top: 110px;
    margin: 0;
  }

  .discountv2-countdown-wr {
    height: auto;
    overflow: hidden;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr {
    top: 50%;
    right: 20px;
    width: 270px;
    margin: -28px 0 0 0;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b {
    position: relative;
    float: left;
    width: 90px;
    height: 85px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b:first-child {
    width: 90px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .c {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 62px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .t {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
  }

  .book-binnaz-abla-img-wr {
    height: 140px;
  }
}

@media only screen and (max-width: 1024px) {
  .book-binnaz-abla-img-wr {
    height: 120px;
  }

  .discountv1-countdown-wr .sale-text-wr h2 {
    font-size: 24px;
  }

  .discountv1-countdown-wr .sale-text-wr .bt-block {
    max-width: 200px;
  }

  .discountv2-countdown-wr {
    height: auto;
    overflow: hidden;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr {
    top: 50%;
    right: 20px;
    width: 270px;
    margin: -32px 0 0 0;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b {
    position: relative;
    float: left;
    width: 90px;
    height: 85px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b:first-child {
    width: 90px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .c {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 62px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .t {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .black-friday-countdown-wr {
    height: auto;
    overflow: hidden;
  }

  .black-friday-countdown-wr .black-friday-countdown-image {
    max-width: 200% !important;
    width: 150%;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr {
    position: relative;
    top: auto;
    right: auto;
    width: 240px;
    margin: 10px auto;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr:after {
    content: "";
    display: block;
    clear: both;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b {
    position: relative;
    top: auto;
    right: auto;
    bottom: 5px;
    width: 240px;
    margin: 10px auto;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b .b {
    position: relative;
    float: left;
    width: 70px;
    height: 65px;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b .b:first-child {
    width: 70px;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b .b .c {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr.format-b .b .t {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr .b {
    position: relative;
    float: left;
    width: 70px;
    height: 65px;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr .b:first-child {
    width: 70px;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr .b .c {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
  }

  .black-friday-countdown-wr .black-friday-countdown-clock-wr .b .t {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
  }

  .discountv1-countdown-wr {
    overflow: hidden;
  }

  .discountv1-countdown-wr .sale-img-wr {
    width: 40%;
  }

  .discountv1-countdown-wr .sale-img-wr .sale-img {
    max-width: 100px;
  }

  .discountv1-countdown-wr .sale-img-wr .sale-img .tx .t-1 {
    font-size: 20px;
  }

  .discountv1-countdown-wr .sale-img-wr .sale-img .tx .t-2 {
    font-size: 30px;
  }

  .discountv1-countdown-wr .sale-img-wr .sale-img .tx .t-3 {
    font-size: 17px;
  }

  .discountv1-countdown-wr .sale-text-wr {
    width: 60%;
    padding: 15px 15px 15px 0;
  }

  .discountv1-countdown-wr .sale-text-wr h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .discountv1-countdown-wr .sale-text-wr .bt-block {
    max-width: 120px;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
  }

  .discountv1-countdown-wr #clockdiv {
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 260px;
    margin: 0 auto;
  }

  .book-binnaz-abla-img-wr {
    height: 90px;
  }

  .discountv2-countdown-wr {
    height: auto;
    overflow: hidden;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr {
    top: 50%;
    right: 20px;
    width: 240px;
    margin: -24px 0 0 0;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b {
    position: relative;
    float: left;
    width: 70px;
    height: 65px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b:first-child {
    width: 70px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .c {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .t {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (max-width: 660px) {
  .discountv2-countdown-wr {
    height: auto;
    overflow: hidden;
  }

  .discountv2-countdown-wr .discountv2-countdown-image.image-mobile {
    display: block;
  }

  .discountv2-countdown-wr .discountv2-countdown-image.image-desktop {
    display: none;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr {
    position: relative;
    top: auto;
    right: auto;
    width: 240px;
    margin: -50px auto 10px auto;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr:after {
    content: "";
    display: block;
    clear: both;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b {
    position: relative;
    float: left;
    width: 70px;
    height: 65px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b:first-child {
    width: 70px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .c {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .t {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .book-binnaz-abla-img-wr {
    height: 100px;
    background: url("/img/campaigns/book/binnaz_kitap_mobile_banner_600x167.png") no-repeat center center;
    background-size: cover;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 320px) {
  .book-binnaz-abla-img-wr {
    height: 90px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr {
    width: 200px;
    margin-top: -30px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b {
    width: 60px;
    height: 60px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b:first-child {
    width: 55px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .c {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .discountv2-countdown-wr .discountv2-countdown-clock-wr .b .t {
    font-size: 12px;
  }
}

/* discount - end */

