@media (min-width: 1024px) and (max-width: 1200px) {
  .container {
    max-width: 1120px;
  }
  .header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  #paymentNavigation .payment-nav {
    padding: 5px;
  }
  #paymentNavigation .payment-nav h3 {
    font-size: 15px;
  }
  #paymentNavigation .payment-nav span {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  #productSocialWrapper {
    flex-direction: column;
  }
  #productSocialWrapper .social-right {
    justify-content: unset !important;
    margin-top: 15px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px !important;
  }
  #topWrapperID {
    grid-template-columns: 1fr 102px 1fr !important;
  }
  #topWrapperID #topSearchWrapper {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 15px !important;
    width: calc(100% - 50px);
  }
  #topWrapperID #topLogoWrapper {
    position: relative;
    max-width: 102px;
    width: 100%;
  }
  #topWrapperID #topLogoWrapper #petyesinLogo {
    margin-top: -30px;
    max-width: 102px !important;
  }
  #topWrapperID #topButtonWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
  }
  #topWrapperID #topButtonWrapper .btn-basket {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #topWrapperID #topButtonWrapper .btn-basket i {
    font-size: 24px;
  }
  #topWrapperID #topButtonWrapper .btn-basket .basketCount {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f9870f;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
  }
  #topWrapperID #topButtonWrapper button {
    margin-left: 20px;
  }
}
@media (min-width: 1901px) {
  .container {
    max-width: 1600px !important;
  }
  #topWrapperID {
    display: grid;
    grid-template-columns: 1fr 128px 1fr !important;
  }
  #topWrapperID #topSearchWrapper {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 30px !important;
    padding-top: 35px !important;
    width: calc(100% - 50px);
  }
  #topWrapperID #topSearchWrapper .searchWrapper {
    position: relative;
    display: flex;
    height: 70px;
    border: 1px solid #ececec;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
  }
  #topWrapperID #topSearchWrapper .searchWrapper #searchbox {
    margin-right: 0px;
    padding-right: 115px;
    outline: none !important;
  }
  #topWrapperID #topSearchWrapper .searchWrapper #searchbox:focus {
    outline: none;
    border-color: inherit;
    box-shadow: none;
  }
  #topWrapperID #topSearchWrapper .searchWrapper #searchbox::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #99a6c4;
    opacity: 1; /* Firefox */
  }
  #topWrapperID #topSearchWrapper .searchWrapper #searchbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #99a6c4;
    opacity: 1; /* Firefox */
  }
  #topWrapperID #topSearchWrapper .searchWrapper #searchbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #99a6c4;
  }
  #topWrapperID #topSearchWrapper .searchWrapper #searchbox::-ms-input-placeholder { /* Microsoft Edge */
    color: #99a6c4;
  }
  #topWrapperID #topSearchWrapper .searchWrapper #btnSearch {
    position: absolute;
    right: 10px;
    margin-top: 4px;
    margin-right: 4px;
    transition: all 0.2s ease-in-out 0s;
  }
  #topWrapperID #topSearchWrapper .searchWrapper #btnSearch:hover {
    background: #212528;
    color: #fff;
  }
  #topWrapperID #topLogoWrapper {
    position: relative;
    max-width: 128px !important;
    width: 100%;
  }
  #topWrapperID #topLogoWrapper #petyesinLogo {
    margin-top: -30px;
    max-width: 128px !important;
  }
}/*# sourceMappingURL=petyesinres.css.map */