
/*------------------------------------------------------------------//
//  Responsive System                                               //
//------------------------------------------------------------------*/

@media screen and (max-width: 1600px) and (min-width: 1400px) { /* PC 1600px+ ~ 1400px */
  .menusub .container {
    width: 1450px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) { /* PC 1399px+ ~ 1200px */
  #header > .container .headerRight .search .searchButton {
    width: 100px;
  }

  #header > .container .headerRight .userLogin .userLoginButton {
    width: 100px;
  }

  #header > .container .headerRight .headerBasket .headerBasketButton {
    width: 100px;
  }

  #header > .container .logo img {
    width: 240px;
  }

  #header > .container .headerRight #menus .menu .menuLink {
    padding-left: 23px;
    padding-right: 23px;
  }

  #header > .container .headerRight #menus .menu {
    margin-right: 12px;
  }

  .slider .owl-nav button.owl-prev {
    left: 80px;
  }

  .slider .owl-nav button.owl-next {
    right: 80px;
  }
  
  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts .productLists .productList:nth-child(4) {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts {
    max-width: 45%;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts .productLists .productList {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  
  .filterSelect {
    width: 330px;
  }

  .category .container .row .categoryList .productLists .productList {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category .container .row .categoryList .productLists {
    margin-left: -20px;
    margin-right: -20px;
  }

  #footer .container .footerContacts .footerContact {
    margin-right: 70px;
  }
  
  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div {
    padding-left: 30px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPageSideTitle {
    padding-left: 30px;
  }

  #searchPage .container .searchPageContent .searchProductLists .productList {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .contacts .contact {
    margin-right: 40px;
  }

  #productDetail .container .row .productDetailContent .productBars .basketAddButton {
    width: 260px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd {
    width: 90px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #productDetail .container .row .productDetailContent {
    padding-left: 20px;
  }
  
  .author .alphabetSearch a {
    font-size: 29px;
    padding: 0 3px;
  }
  #header > .container .headerRight .search .searchForm {
    width: 870px;
  }

  #header > .container .headerRight .userLogin .userContent {
    width: 1030px;
    padding: 25px 54px;
  }

  .userLoginControl strong {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) { /* PC 1200px+ ~ 1024px */
  #header {
    margin-bottom: 65px;
  }

  #header > .container .mobileNav {
    display: block
  }

  #header.fixedHeader > .container {height: 80px;}

  #header.fixedHeader > .container .headerRight .search {
    display: none;
  }
  #header > .container .logo img {
    width: 160px;
  }

  #header > .container {
    justify-content: space-between;
    height: 110px;
  }
  #header > .container .headerRight .userLogin {
    display: none;
  }

  #header > .container .headerRight .search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 100%;
    left: 0;
    height: auto;
  }

  #header > .container .headerRight .search .searchButton {
    display: none;
  }

  #header > .container .headerRight .search .searchForm {
    position: static;
    opacity: 1;
    pointer-events: all;
    height: 65px;
    box-shadow: none;
  }
  #header > .container .headerRight .search .searchForm .searchSubmit {
    right: 30px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #e11717;
    color: white;
  }
  #header > .container .headerRight .search .searchForm .searchInput {
    padding-left: 45px;
    background: #E11717;
    color: white;
    font-size: 18px;
    box-shadow: none;
    padding-right: 70px;
  }
  
  #header > .container .headerRight .search .searchForm .searchInput::-webkit-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput:-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::placeholder { color: white; }

  #header > .container .headerRight .headerBasket {
    height: auto;
  }
  
  .headerRight {
    flex: 0;
  }

  #header > .container .headerRight .headerBasket .headerBasketButton {
    width: 30px !important;
    height: 40px !important;
    background: transparent;
  }
  #header > .container .headerRight .headerBasket .headerBasketButton span {
    right: -10px;
    top: -10px;
  }

  #header > .container .headerRight .headerBasket .headerBasketContent {
    display: none;
  }

  #header > .container .headerRight #menus {
    position: absolute;
    left: -100%;
    top: 110px;
    height: calc(100vh - 110px);
    z-index: 9999999;
    background: rgba(2, 2, 2, 0.88);
    flex-direction: column;
    width: 100%;
    overflow: scroll;
    display: block;
    transition: all .3s;
  }

  #header > .container .headerRight #menus.active {
    left: 0%;
  }
  
  #header > .container .headerRight #menus .menu {
    height: auto;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  
  #header > .container .headerRight #menus .menu .menuLink {
    padding: 10px 40px;
    color: white;
    width: 100%;
    box-sizing: border-box;
  }

  #header > .container .headerRight #menus .menu .menuLink i {
    flex: 1;
    text-align: right;
    color: white;
  }

  #header > .container .headerRight #menus .menu.active .menuLink {
    background: transparent;
  }

  #header > .container .headerRight #menus .menu.active {
    background: transparent;
  }
  
  #header > .container .headerRight #menus .menu .menusub {
    position: relative;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    pointer-events: auto !important;
    opacity: 1 !important;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  #header > .container .headerRight #menus .menu.active .menusub {
    display: block;
  }

  #header > .container .headerRight #menus .menu .menusub .container {
    width: 100%;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuSubTitle {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent {
    padding-right: 40px;
    padding-left: 40px;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists {
    flex-direction: column;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList {
    width: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.55);
  }

  #header > .container .headerRight #menus .menu .menuLink.menuSubBg:before {
    display: none;
  }
  
  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList span {
    flex: 1;
    text-align: right;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .mobileLoginButton {
    display: flex
  }
  
  .sliderContent {
    flex-direction: column;
  }

  .slider .item .sliderContent article {
    width: 365px;
    margin-bottom: 25px;
  }

  .slider .item .sliderContent article strong {
    font-size: 26px;
  }

  .slider .item .sliderContent article .sliderButton {
    margin-top: 25px;
  }

  .slider .item .sliderContent figure {
    width: 180px;
    margin-right: 40px;
  }

  .slider .owl-nav button.owl-next {
    right: 100px;
  }

  .slider .owl-nav button.owl-prev {
    left: 100px;
  }

  .h2Title {
    font-size: 28px;
  }
  
  .h1Title {
    font-size: 30px;
  }

  .homeProduct .container .homeProductContentTop .homeAllProducts {
    display: none;
  }

  .homeProduct .container .homeProductContent {
    padding-left: 0;
    padding-right: 0;
  }
  
  .homeProduct .container .homeProductSlider .owl-nav {
    display: none;
  }

  .cargoBanner {
    margin-top: 20px;
  }
  .cargoBanner .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .ebulletin-magazine .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent {
    height: 90px;
    padding-left: 25px;
    padding-right: 35px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent p {
    font-size: 11px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent > i {
    margin-right: 20px;
  }
  
  .ebulletin-magazine .container .row .ebulletin .ebulletinForm i {
    left: 25px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebultenSubmit {
    right: 15px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm {
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebulten {
    padding-left: 80px;
    padding-right: 105px;
  }
  
  #footer .container .footerContacts {
  margin-bottom: 30px;
  }

  #footer .container .footerContacts .footerContact {
    margin-bottom: 20px;
    margin-right: 30px;
  }

  #footer .container .footerContacts .footerContact i {
    margin-right: 10px;
  }

  .pageTitle .container {
    height: 100px;
  }

  .pageSlogan {
    display: none;
  }

  .breadcrumb .container a:after {
    margin: 0px 15px;
  }

  .breadcrumb .container a, .breadcrumb .container span {
    font-size: 10px;
  }

  .asideContent {
    min-width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0;
  }

  .asideContent .asideMobileTitle {
    display: flex;
  }

  .asideContent aside {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    max-height: 350px;
    background: #020202;
    z-index: 999999;
    display: block;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
  }
  .asideContent aside.active {
    opacity: 1;
    pointer-events: auto;
  }

  .breadcrumb .container {
    height: auto;
    padding: 40px 0;
    flex-flow: wrap;
  }
  
  .asideContent aside a {
    background: #020202;
    height: auto;
    padding: 10px 45px;
    border:  none;
    color: rgba(255, 255, 255, 0.88);
  }

  .asideContent aside a .categoryCount {
    width: auto;
    height: auto;
    background: transparent !important;
  }

  .asideContent aside a:hover, .asideContent aside a.active {
    color: rgba(255, 255, 255, 0.88);
    background: #020202;
  }
  
  .category .container .row .categoryList {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    min-width: 100%;
  }

  .categoryProductContentTop .categoryAllProducts {
    display: none;
  }

  .categoryProductSlider .owl-nav {
    display: none;
  }
  
  .category .container .row .categoryList .categoryTitle .filterSelect {
    width: 270px;
  }

  .category .container .row .categoryList .productLists {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .productList a {
    height: 100%;
    width: 100%;
  }

  .author .authorForm {
    margin-bottom: 20px;
  }

  .author .authorForm .authorSearch {
    padding-left: 60px;
  }

  .author .authorForm .authorSubmit {
    left: 15px;
  }
  
  .author .alphabetSearch {
    justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 55px;
  }
  
  .contentProjectTitle {
    flex-direction: column;
  }

  .contentProjectLists .productList {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contentProjectLists {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .journalSubscription .w {
    width: 100%;
  }

  #content .container {
    padding-top: 50px;
  }
  
  #productDetail .container .row .productDetailImg {
    padding-left: 15px;
    max-width: 25%;
  }

  #productDetail .container .row .productDetailContent {
    max-width: 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding-left: 20px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong {
    margin-left: 24px;
    font-size: 30px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong.old {
    font-size: 20px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd {
    width: 90px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #productDetail .container .row .productDetailContent .productBars .basketAddButton {
    width: 230px;
  }
  
  #productDetail .container .row .productDetailContent .productSocials {
    padding: 20px 0px;
  }

  #productDetail .container .row .productDetailContent .productSocials .productSocialsText {
    font-size: 12px;
  }

  .contacts .contact {
    margin-right: 20px;
  }


  .contactForm > div .button {
    width: 100%;
  }
  
  .paymentSteps .container .paymentStep a {
    font-size: 30px;
  }

  .paymentSteps .container .paymentStep span {
    font-size: 100px;
  }
  
  #paymentPage .container > .row .paymentPageContent {
    padding-right: 15px;
  }

  .basketLists .basketList {
    padding: 20px;
  }

  .basketLists .basketListTitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .basketLists .basketList > div img {
    margin-right: 30px;
  }
  
  #paymentPage .container > .row .paymentPageSide .paymentPageSideTitle {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div strong.totalPrice {
    font-size: 30px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div span {
    margin-bottom: 5px;
  }

  .loginPage .container .userContent {
    padding: 0;
    border: none;
  }

  .userLoginControl strong {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .userLoginControl .login {
    padding-right: 15px;
    margin-bottom: 40px;
  }
  
  .password .container .passwordContent {
    border: none;
    padding: 0;
  }

  .password .container .passwordContent form .h2Title {
    width: 100%;
    text-align: left;
  }
  
  .adress .adressCheck {
    flex-direction: column;
  }

  .adress .adressCheck .check {
    margin: 0px;
    margin-bottom: 30px;
  }

  .kardNumber .input-div .input {
    padding-left: 12px;
    padding-right: 12px;
  }

  #orderCompleted {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  #orderCompleted .container .orderCompletedContent .h2Title {
    text-align: center;
  }
  
  .userScreenContent {
    padding-left: 15px;
    margin-top: 30px;
    min-width: 100%;
  }

  .orderLists .orderListTitle {
    display: none;
  }

  .orderText {
    margin-bottom: 30px;
  }
  
  .userInformation .button {
    margin: 0 auto;
  }
  
  .userAdress .col-md-6 {
    margin-bottom: 40px;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck .check {
    margin-right: 0;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck {
    flex-direction: column;
  }
  
  .favLists .favList {
    padding: 20px 20px;
  }

  .favLists .favList .fImg {
    margin-right: 30px;
  }

  .favLists .favList .fBasket .buttonLink {
    width: 170px;
  }
  
  #searchPage .container .searchPageContent .searchProductLists .productList {
    min-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #searchPage .container .searchPageContent .searchProductLists {
    margin-left: -15px;
    margin-right: -15px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div {
    padding-left: 30px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPageSideTitle {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) { /* PC 768px+ ~ 1024px */
  #header {
    margin-bottom: 65px;
  }

  #header > .container .mobileNav {
    display: block
  }

  #header.fixedHeader > .container {height: 80px;}

  #header.fixedHeader > .container .headerRight .search {
    display: none;
  }
  #header > .container .logo img {
    width: 160px;
  }

  #header > .container {
    justify-content: space-between;
    height: 110px;
  }
  #header > .container .headerRight .userLogin {
    display: none;
  }

  #header > .container .headerRight .search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 100%;
    left: 0;
    height: auto;
  }

  #header > .container .headerRight .search .searchButton {
    display: none;
  }

  #header > .container .headerRight .search .searchForm {
    position: static;
    opacity: 1;
    pointer-events: all;
    height: 65px;
    box-shadow: none;
  }
  #header > .container .headerRight .search .searchForm .searchSubmit {
    right: 30px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #e11717;
    color: white;
  }
  #header > .container .headerRight .search .searchForm .searchInput {
    padding-left: 45px;
    background: #E11717;
    color: white;
    font-size: 18px;
    box-shadow: none;
    padding-right: 70px;
  }
  
  #header > .container .headerRight .search .searchForm .searchInput::-webkit-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput:-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::placeholder { color: white; }

  #header > .container .headerRight .headerBasket {
    height: auto;
  }
  
  .headerRight {
    flex: 0;
  }

  #header > .container .headerRight .headerBasket .headerBasketButton {
    width: 30px !important;
    height: 40px !important;
    background: transparent;
  }
  #header > .container .headerRight .headerBasket .headerBasketButton span {
    right: -10px;
    top: -10px;
  }

  #header > .container .headerRight .headerBasket .headerBasketContent {
    display: none;
  }

  #header > .container .headerRight #menus {
    position: absolute;
    left: -100%;
    top: 110px;
    height: calc(100vh - 110px);
    z-index: 9999999;
    background: rgba(2, 2, 2, 0.88);
    flex-direction: column;
    width: 100%;
    overflow: scroll;
    display: block;
    transition: all .3s;
  }

  #header > .container .headerRight #menus.active {
    left: 0%;
  }
  
  #header > .container .headerRight #menus .menu {
    height: auto;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  
  #header > .container .headerRight #menus .menu .menuLink {
    padding: 10px 40px;
    color: white;
    width: 100%;
    box-sizing: border-box;
  }

  #header > .container .headerRight #menus .menu .menuLink i {
    flex: 1;
    text-align: right;
    color: white;
  }

  #header > .container .headerRight #menus .menu.active .menuLink {
    background: transparent;
  }

  #header > .container .headerRight #menus .menu.active {
    background: transparent;
  }
  
  #header > .container .headerRight #menus .menu .menusub {
    position: relative;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    pointer-events: none;
    opacity: 1 !important;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  #header > .container .headerRight #menus .menu.active .menusub {
    display: block;
  }

  #header > .container .headerRight #menus .menu .menusub .container {
    width: 100%;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuSubTitle {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent {
    padding-right: 40px;
    padding-left: 40px;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists {
    flex-direction: column;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList {
    width: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.55);
  }

  #header > .container .headerRight #menus .menu .menuLink.menuSubBg:before {
    display: none;
  }
  
  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList span {
    flex: 1;
    text-align: right;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .mobileLoginButton {
    display: flex
  }
  
  .sliderContent {
    flex-direction: column;
  }

  .slider .item .sliderContent article {
    width: 365px;
    margin-bottom: 25px;
  }

  .slider .item .sliderContent article strong {
    font-size: 26px;
  }

  .slider .item .sliderContent article .sliderButton {
    margin-top: 25px;
  }

  .slider .item .sliderContent figure {
    width: 180px;
    margin-right: 40px;
  }

  .slider .owl-nav button.owl-next {
    right: 20px;
  }

  .slider .owl-nav button i {
    font-size: 30px;
  }

  .slider .owl-nav button.owl-prev {
    left: 20px;
  }

  .h2Title {
    font-size: 28px;
  }
  
  .h1Title {
    font-size: 30px;
  }

  .homeProduct .container .homeProductContentTop .homeAllProducts {
    display: none;
  }

  .homeProduct .container .homeProductContent {
    padding-left: 0;
    padding-right: 0;
  }
  
  .homeProduct .container .homeProductSlider .owl-nav {
    display: none;
  }

  .cargoBanner {
    margin-top: 20px;
  }
  .cargoBanner .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .ebulletin-magazine .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ebulletin-magazine .container .row .magazine {
    margin-top: 35px;
    min-width: 100%;
  }
  
  .ebulletin-magazine .container .row .ebulletin {
    min-width: 100%;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent {
    height: 90px;
    padding-left: 25px;
    padding-right: 35px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent p {
    font-size: 12px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent > i {
    margin-right: 25px;
  }
  
  .ebulletin-magazine .container .row .ebulletin .ebulletinForm i {
    left: 25px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebultenSubmit {
    right: 15px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm {
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebulten {
    padding-left: 80px;
    padding-right: 105px;
  }
  
  #footer .container .footerContacts {
    flex-direction: column;
    margin-bottom: 0;
  }

  #footer .container .footerContacts .footerContact {
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .container .footerContacts .footerContact p {
    margin-top: 12px;
  }

  #footer .container .footerContacts .footerContact i {
    margin-right: 0;
  }

  #footer .container .footerNav {
    flex-direction: column;
    margin-bottom: 30px;
  }

  #footer .container .footerNav a {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
  }

  #footer .container .footerNav a:after {
    display: none;
  }
  
  .pageTitle .container {
    min-height: 100px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .pageMagazineBanner {
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
  
  .pageMagazineBanner img {
    width: 100%;
    height: auto;
  }

  .pageSlogan {
    display: none;
  }

  .breadcrumb .container a:after {
    margin: 0px 15px;
  }

  .breadcrumb .container a, .breadcrumb .container span {
    font-size: 10px;
  }

  .asideContent {
    min-width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0;
  }

  .asideContent .asideMobileTitle {
    display: flex;
  }

  .asideContent aside {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    max-height: 350px;
    background: #020202;
    z-index: 999999;
    display: block;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
  }
  .asideContent aside.active {
    opacity: 1;
    pointer-events: auto;
  }

  .breadcrumb .container {
    height: auto;
    padding: 40px 0;
    flex-flow: wrap;
  }
  
  .asideContent aside a {
    background: #020202;
    height: auto;
    padding: 10px 45px;
    border:  none;
    color: rgba(255, 255, 255, 0.88);
  }

  .asideContent aside a .categoryCount {
    width: auto;
    height: auto;
    background: transparent !important;
  }

  .asideContent aside a:hover, .asideContent aside a.active {
    color: rgba(255, 255, 255, 0.88);
    background: #020202;
  }
  
  .category .container .row .categoryList {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    min-width: 100%;
  }

  .categoryProductContentTop .categoryAllProducts {
    display: none;
  }

  .categoryProductSlider .owl-nav {
    display: none;
  }
  
  .category .container .row .categoryList .categoryTitle .filterSelect {
    width: 270px;
  }

  .category .container .row .categoryList .productLists {
    margin-left: -15px;
    margin-right: -15px;
  }

  .productList {
    margin-bottom: 20px;
    padding-left: 13px !important;
    padding-right: 15px !important;
    min-width: 25%;
  }
  
  .productList a {
    height: 100%;
  }

  .author .authorForm {
    margin-bottom: 20px;
  }

  .author .authorForm .authorSearch {
    padding-left: 60px;
  }

  .author .authorForm .authorSubmit {
    left: 15px;
  }
  
  .author .alphabetSearch {
    justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 55px;
  }
  
  .contentProjectTitle {
    flex-direction: column;
  }

  .contentProjectLists .productList {
    min-width: 210px;
  }

  .contentProjectLists {
    overflow: scroll;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  
  .journalSubscription .w {
    width: 100%;
  }

  #content .container {
    padding-top: 50px;
  }
  
  #productDetail .container .row .productDetailImg {
    padding-left: 15px;
    margin-bottom: 30px;
    min-width: 100%;
  }

  .full-img img {
    width: 235px;
    margin: 0 auto;
    display: block;
  }

  #productDetail .container .row .productDetailContent {
    padding-left: 15px;
    min-width: 100%;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong {
    margin-left: 24px;
    font-size: 30px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong.old {
    font-size: 20px;
  }
  
  .productBars {
    flex-wrap: wrap;
  }

  #productDetail .container .row .productDetailContent .productBars .booksInfo {
    order: 3;
    width: 100%;
    height: 90px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd {
    margin-right: 0;
    margin-left: 10px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    height: 100px;
  }

  #productDetail .container .row .productDetailContent .productBars .basket-add-form {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-left: 10px;
  }

  #productDetail .container .row .productDetailContent .productBars .basketAddButton {
    width: 100%;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover {
    position: static;
    color: #E11717;
    opacity: 1 !important;
    background: transparent;
    width: auto;
    margin-left: 25px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover span {
    position: static;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    width: 100%;
  }
  
  #productDetail .container .row .productDetailContent .productSocials {
    padding: 20px 0px;
  }

  #productDetail .container .row .productDetailContent .productSocials .productSocialsText {
    font-size: 12px;
  }
  
  .contacts {
    flex-direction: column;
  }

  .contacts .contact {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .map {
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .contactForm > div .button {
    width: 100%;
  }

  .paymentBread {
    display: none;
  }
  
  .paymentSteps .container .paymentStep a {
    font-size: 30px;
  }

  .paymentSteps .container .paymentStep span {
    font-size: 100px;
  }
  
  #paymentPage .container > .row .paymentPageContent {
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    min-width: 100%;
  }
  
  #paymentPage .container > .row .paymentPageSide {
    min-width: 440px;
    margin: 0 auto;
  }
  
  .basketLists .basketListTitle {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .basketLists .basketListTitle > div {
    width: 100%;
    display: none;
  }

  .basketLists .basketListTitle > div.pName {
    display: flex;
  }

  .basketLists .basketList {
    flex-direction: column;
    padding: 20px 30px;
    position: relative;
    width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .basketLists .basketList > div img {
    margin-right: 30px;
  }

  .basketLists .basketList .mobileListTitle {
    display: flex;
  }

  .basketLists .basketList > div {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .basketLists .pRemove {
    position: absolute;
    right: 15px;
    top: 15px;
    width: auto !important;
  }
  
  #paymentPage .container > .row .paymentPageSide .paymentPageSideTitle {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div strong.totalPrice {
    font-size: 30px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div span {
    margin-bottom: 5px;
  }

  .loginPage .container .userContent {
    padding: 0;
    border: none;
  }

  .userLoginControl strong {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .userLoginControl .login {
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .userLoginControl .lobinButtons {
    flex-direction: column;
    justify-content: center;
  }

  .userLoginControl .lobinButtons a {
    order: 2;
    margin-right: 0;
    margin-top: 20px;
  }
  
  .password .container .passwordContent {
    border: none;
    padding: 0;
  }

  .password .container .passwordContent form .h2Title {
    width: 100%;
    text-align: left;
  }
  
  .adress .adressCheck {
    flex-direction: column;
  }

  .adress .adressCheck .check {
    margin: 0px;
    margin-bottom: 30px;
  }

  .kardNumber .input-div .input {
    padding-left: 12px;
    padding-right: 12px;
  }

  #orderCompleted {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  #orderCompleted .container .orderCompletedContent .h2Title {
    text-align: center;
  }
  
  .userScreenContent {
    padding-left: 15px;
    margin-top: 30px;
    min-width: 100%;
  }

  .orderLists .orderListTitle {
    display: none;
  }

  .orderLists .orderList {
    flex-direction: column;
    padding: 27px 30px;
    padding-bottom: 0;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .orderLists .orderList > div {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .orderLists .orderList .orderListMobileTitle {
    display: flex;
  }
  
  .orderLists .orderList > div.oButton {
    margin-bottom: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .orderLists .orderList > div .oLink {
    width: 100%;
  }

  .orderLists .orderList > div .oLink .hover {
    display: none;
  }

  .orderText {
    margin-bottom: 30px;
  }
  
  .userInformation .button {
    margin: 0 auto;
  }
  
  .userAdress .col-md-6 {
    margin-bottom: 40px;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck .check {
    margin-right: 0;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck {
    flex-direction: column;
  }
  
  .favLists .favList {
    padding: 20px 20px;
  }

  .favLists .favList .fImg {
    margin-right: 30px;
  }

  .favLists .favList .fBasket .buttonLink {
    width: 170px;
  }
  

  .orderdLists .orderdListTitle {
    display: none;
  }

  .orderdLists .orderdList {
    flex-direction: column;
    padding: 27px 30px;
    padding-bottom: 0;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .orderdLists .orderdList > div {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .orderdLists .orderdList .orderdListMobileTitle {
    display: flex;
  }
  
  .orderdLists .orderdList > div.oButton {
    margin-bottom: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .orderdLists .orderdList > div .oLink {
    width: 100%;
  }

  .orderdLists .orderdList > div .oLink .hover {
    display: none;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) { /* TABLET 640+ ~ 768 */
  #header {
    margin-bottom: 65px;
  }

  #header > .container .mobileNav {
    display: block
  }

  #header.fixedHeader > .container {height: 80px;}

  #header.fixedHeader > .container .headerRight .search {
    display: none;
  }
  #header > .container .logo img {
    width: 160px;
  }

  #header > .container {
    justify-content: space-between;
    height: 110px;
  }
  #header > .container .headerRight .userLogin {
    display: none;
  }

  #header > .container .headerRight .search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 100%;
    left: 0;
    height: auto;
  }

  #header > .container .headerRight .search .searchButton {
    display: none;
  }

  #header > .container .headerRight .search .searchForm {
    position: static;
    opacity: 1;
    pointer-events: all;
    height: 65px;
    box-shadow: none;
  }
  #header > .container .headerRight .search .searchForm .searchSubmit {
    right: 30px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #e11717;
    color: white;
  }
  #header > .container .headerRight .search .searchForm .searchInput {
    padding-left: 45px;
    background: #E11717;
    color: white;
    font-size: 18px;
    box-shadow: none;
    padding-right: 70px;
  }
  
  #header > .container .headerRight .search .searchForm .searchInput::-webkit-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput:-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::placeholder { color: white; }

  #header > .container .headerRight .headerBasket {
    height: auto;
  }
  
  .headerRight {
    flex: 0;
  }

  #header > .container .headerRight .headerBasket .headerBasketButton {
    width: 30px !important;
    height: 40px !important;
    background: transparent;
  }
  #header > .container .headerRight .headerBasket .headerBasketButton span {
    right: -10px;
    top: -10px;
  }

  #header > .container .headerRight .headerBasket .headerBasketContent {
    display: none;
  }

  #header > .container .headerRight #menus {
    position: absolute;
    left: -100%;
    top: 110px;
    height: calc(100vh - 110px);
    z-index: 9999999;
    background: rgba(2, 2, 2, 0.88);
    flex-direction: column;
    width: 100%;
    overflow: scroll;
    display: block;
    transition: all .3s;
  }

  #header > .container .headerRight #menus.active {
    left: 0%;
  }
  
  #header > .container .headerRight #menus .menu {
    height: auto;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  
  #header > .container .headerRight #menus .menu .menuLink {
    padding: 10px 40px;
    color: white;
    width: 100%;
    box-sizing: border-box;
  }

  #header > .container .headerRight #menus .menu .menuLink i {
    flex: 1;
    text-align: right;
    color: white;
  }

  #header > .container .headerRight #menus .menu.active .menuLink {
    background: transparent;
  }

  #header > .container .headerRight #menus .menu.active {
    background: transparent;
  }
  
  #header > .container .headerRight #menus .menu .menusub {
    position: relative;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    pointer-events: auto !important;
    opacity: 1 !important;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  #header > .container .headerRight #menus .menu.active .menusub {
    display: block;
  }

  #header > .container .headerRight #menus .menu .menusub .container {
    width: 100%;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuSubTitle {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent {
    padding-right: 40px;
    padding-left: 40px;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists {
    flex-direction: column;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList {
    width: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.55);
    background: transparent !important;
  }

  #header > .container .headerRight #menus .menu .menuLink.menuSubBg:before {
    display: none;
  }
  
  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList span {
    flex: 1;
    text-align: right;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .mobileLoginButton {
    display: flex
  }
  
  .sliderContent {
    flex-direction: column;
  }

  .slider .item .sliderContent {
    flex-direction: column-reverse;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .slider .item .sliderContent article {
    width: auto;
    margin-bottom: 25px;
    padding: 0 30px;
  }

  .slider .item .sliderContent article p {
    display: none;
  }

  .slider .item .sliderContent article strong {
    font-size: 26px;
  }

  .slider .item .sliderContent article .sliderButton {
    margin-top: 25px;
  }

  .slider .item .sliderContent figure {
    width: 180px;
    margin: 0 auto;
  }

  .slider .owl-nav button.owl-next {
    right: 20px;
  }

  .slider .owl-nav button i {
    font-size: 30px;
  }

  .slider .owl-nav button.owl-prev {
    left: 20px;
  }

  .h2Title {
    font-size: 28px;
  }
  
  .h1Title {
    font-size: 30px;
  }

  .homeProduct .container .homeProductContentTop .homeAllProducts {
    display: none;
  }

  .homeProduct .container .homeProductContent {
    padding-left: 0;
    padding-right: 0;
  }
  
  .homeProduct .container .homeProductSlider .owl-nav {
    display: none;
  }

  .cargoBanner {
    margin-top: 20px;
  }
  .cargoBanner .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cargoBanner .container .w {
    display: none !important;
  }

  .cargoBanner .container .m {
    display: block !important;
    width: 300px;
    margin: 0 auto;
  }
  
  .ebulletin-magazine .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ebulletin-magazine .container .row .magazine a img.w {
    display: none;
  }

  .ebulletin-magazine .container .row .magazine a img.m {
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  .ebulletin-magazine .container .row .magazine {
    margin-top: 35px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent {
    height: 90px;
    padding-left: 25px;
    padding-right: 35px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent p {
    font-size: 12px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent > i {
    margin-right: 25px;
  }
  
  .ebulletin-magazine .container .row .ebulletin .ebulletinForm i {
    left: 25px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebultenSubmit {
    right: 15px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm {
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebulten {
    padding-left: 80px;
    padding-right: 105px;
  }
  
  #footer .container .footerContacts {
    flex-direction: column;
    margin-bottom: 0;
  }

  #footer .container .footerContacts .footerContact {
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .container .footerContacts .footerContact p {
    margin-top: 12px;
  }

  #footer .container .footerContacts .footerContact i {
    margin-right: 0;
  }

  #footer .container .footerNav {
    flex-direction: column;
    margin-bottom: 30px;
  }

  #footer .container .footerNav a {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
  }

  #footer .container .footerNav a:after {
    display: none;
  }
  
  
  .pageTitle .container {
    min-height: 100px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .pageMagazineBanner {
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
  
  .pageMagazineBanner img {
    width: 100%;
    height: auto;
  }

  .pageSlogan {
    display: none;
  }

  .breadcrumb .container a:after {
    margin: 0px 15px;
  }

  .breadcrumb .container a, .breadcrumb .container span {
    font-size: 10px;
  }

  .asideContent {
    min-width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0;
  }

  .asideContent .asideMobileTitle {
    display: flex;
  }

  .asideContent aside {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    max-height: 350px;
    background: #020202;
    z-index: 999999;
    display: block;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
  }
  .asideContent aside.active {
    opacity: 1;
    pointer-events: auto;
  }

  .breadcrumb .container {
    height: auto;
    padding: 40px 0;
    flex-flow: wrap;
  }
  
  .asideContent aside a {
    background: #020202;
    height: auto;
    padding: 10px 45px;
    border:  none;
    color: rgba(255, 255, 255, 0.88);
  }

  .asideContent aside a .categoryCount {
    width: auto;
    height: auto;
    background: transparent !important;
  }

  .asideContent aside a:hover, .asideContent aside a.active {
    color: rgba(255, 255, 255, 0.88);
    background: #020202;
  }
  
  .category .container .row .categoryList {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }

  .categoryProductContentTop .categoryAllProducts {
    display: none;
  }

  .categoryProductSlider .owl-nav {
    display: none;
  }

  .category .container .row .categoryList .categoryTitle {
    flex-direction: column;
  }

  .category .container .row .categoryList .categoryTitle .filterSelect {
    width: 100%;
    margin-top: 20px;
  }

  .productList a {
    width: 195px;
    margin: 0 auto;
  }

  .productList {
    margin-bottom: 20px;
  }

  .author .authorForm {
    margin-bottom: 20px;
  }

  .author .authorForm .authorSearch {
    padding-left: 60px;
  }

  .author .authorForm .authorSubmit {
    left: 15px;
  }
  
  .author .alphabetSearch {
    justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 55px;
  }
  
  .contentProjectTitle {
    flex-direction: column;
  }

  .contentProjectLists .productList {
    width: 195px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .contentProjectLists {
    overflow: scroll;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  
  .journalSubscription .w {
    display: none;
  }

  .journalSubscription .m {
    display: block;
    width: 100%;
  }

  #content .container {
    padding-top: 50px;
  }
  
  #productDetail .container .row .productDetailImg {
    padding-left: 15px;
    margin-bottom: 30px;
  }

  .full-img img {
    width: 235px;
    margin: 0 auto;
    display: block;
  }

  #productDetail .container .row .productDetailContent {
    padding-left: 15px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong {
    margin-left: 24px;
    font-size: 30px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong.old {
    font-size: 20px;
  }
  
  .productBars {
    flex-direction: column;
  }

  #productDetail .container .row .productDetailContent .productBars .booksInfo {
    order: 3;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    height: 100px;
  }

  #productDetail .container .row .productDetailContent .productBars .basketAddButton {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover {
    position: static;
    color: #E11717;
    opacity: 1 !important;
    background: transparent;
    width: auto;
    margin-left: 25px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover span {
    position: static;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    width: 100%;
  }
  
  #productDetail .container .row .productDetailContent .productBars .booksInfo .bookInfo {
    min-width: 50%;
  }
  
  #productDetail .container .row .productDetailContent .productSocials {
    flex-direction: column;
    height: auto;
    padding: 20px 0px;
  }

  #productDetail .container .row .productDetailContent .productSocials .productSocialsText {
    font-size: 12px;
  }

  #productDetail .container .row .productDetailContent .productSocials .productSocial a {
    height: 50px;
  }
  
  .contacts {
    flex-direction: column;
  }

  .contacts .contact {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .map {
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .contactForm > div .button {
    width: 100%;
  }

  .paymentBread {
    display: none;
  }

  .paymentSteps {
    display: none;
  }
  
  #paymentPage .container > .row .paymentPageContent {
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .basketLists .basketListTitle {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .basketLists .basketListTitle > div {
    width: 100%;
    display: none;
  }

  .basketLists .basketListTitle > div.pName {
    display: flex;
  }

  .basketLists .basketList {
    flex-direction: column;
    padding: 20px 30px;
    position: relative;
  }

  .basketLists .basketList > div img {
    margin-right: 30px;
  }

  .basketLists .basketList .mobileListTitle {
    display: flex;
  }

  .basketLists .basketList > div {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .basketLists .pRemove {
    position: absolute;
    right: 15px;
    top: 15px;
    width: auto !important;
  }
  
  #paymentPage .container > .row .paymentPageSide .paymentPageSideTitle {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div strong.totalPrice {
    font-size: 30px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div span {
    margin-bottom: 5px;
  }

  .loginPage .container .userContent {
    padding: 0;
    border: none;
  }

  .userLoginControl strong {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .userLoginControl .login {
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .userLoginControl .lobinButtons {
    flex-direction: column;
    justify-content: center;
  }

  .userLoginControl .lobinButtons a {
    order: 2;
    margin-right: 0;
    margin-top: 20px;
  }
  
  .password .container .passwordContent {
    border: none;
    padding: 0;
  }

  .password .container .passwordContent form .h2Title {
    width: 100%;
    text-align: left;
  }
  
  .adress .adressCheck {
    flex-direction: column;
  }

  .adress .adressCheck .check {
    margin: 0px;
    margin-bottom: 30px;
  }
  .kardNumber > div {
    width: 100%;
    padding: 0;
  }

  .kardNumber .input-div .input {
    padding-left: 12px;
    padding-right: 12px;
  }

  .kardNumber {
    margin-left: 0;
    margin-right: 0;
  }
  
  #orderCompleted .container .orderCompletedContent .orderCompletedButton {
    flex-direction: column;
    margin-top: 30px;
  }

  #orderCompleted .container .orderCompletedContent .orderCompletedButton .buttonLink {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #orderCompleted {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  #orderCompleted .container .orderCompletedContent .h2Title {
    text-align: center;
  }
  
  .userScreenContent {
    padding-left: 15px;
    margin-top: 30px;
  }

  .orderLists .orderListTitle {
    display: none;
  }

  .orderLists .orderList {
    flex-direction: column;
    padding: 27px 30px;
    padding-bottom: 0;
  }

  .orderLists .orderList > div {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .orderLists .orderList .orderListMobileTitle {
    display: flex;
  }
  
  .orderLists .orderList > div.oButton {
    margin-bottom: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .orderLists .orderList > div .oLink {
    width: 100%;
  }

  .orderLists .orderList > div .oLink .hover {
    display: none;
  }

  .orderText {
    margin-bottom: 30px;
  }
  
  .userInformation .button {
    margin: 0 auto;
  }
  
  .userAdress .col-md-6 {
    margin-bottom: 40px;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck .check {
    margin-right: 0;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck {
    flex-direction: column;
  }
  
  .favLists .favList {
    flex-direction: column;
  }

  .favLists .favList .fImg {
    margin-right: 0;
  }

  .favLists .favList > div {
    margin-bottom: 15px;
  }

  .favLists .favList .fBasket .buttonLink {
    width: 100%;
  }

  .favLists .favList .fBasket {
    width: 100%;
  }

  .favLists .favList .fRemove {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .favLists .favList .fRemove .removeFavori {
    width: 100%;
  }
  
  .havale-lists .havale-title {
    display: none;
  }

  .havale-lists .havale-list> div {
    width: 100%;
    margin-bottom: 20px;
  }

  .havale-lists .havale-list {
    height: auto;
  }

  .havale-lists .havale-list > strong {
    display: block;
  }

  .havale-lists .h-check .check {justify-content: center;margin: 0 auto;width: 30px;margin-bottom: 20px;}


  .orderdLists .orderdListTitle {
    display: none;
  }

  .orderdLists .orderdList {
    flex-direction: column;
    padding: 27px 30px;
    padding-bottom: 0;
  }

  .orderdLists .orderdList > div {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .orderdLists .orderdList .orderdListMobileTitle {
    display: flex;
  }
  
  .orderdLists .orderdList > div.oButton {
    margin-bottom: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .orderdLists .orderdList > div .oLink {
    width: 100%;
  }

  .orderdLists .orderdList > div .oLink .hover {
    display: none;
  }

}

@media screen and (max-width: 639px) and (min-width: 416px) { /* Tablet 415+ ~ 640 */ 
  #header {
    margin-bottom: 65px;
  }

  #header > .container .mobileNav {
    display: block
  }

  #header.fixedHeader > .container {height: 80px;}

  #header.fixedHeader > .container .headerRight .search {
    display: none;
  }
  #header > .container .logo img {
    width: 160px;
  }

  #header > .container {
    justify-content: space-between;
    height: 110px;
  }
  #header > .container .headerRight .userLogin {
    display: none;
  }

  #header > .container .headerRight .search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 100%;
    left: 0;
    height: auto;
  }

  #header > .container .headerRight .search .searchButton {
    display: none;
  }

  #header > .container .headerRight .search .searchForm {
    position: static;
    opacity: 1;
    pointer-events: all;
    height: 65px;
    box-shadow: none;
  }
  #header > .container .headerRight .search .searchForm .searchSubmit {
    right: 30px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #e11717;
    color: white;
  }
  #header > .container .headerRight .search .searchForm .searchInput {
    padding-left: 45px;
    background: #E11717;
    color: white;
    font-size: 18px;
    box-shadow: none;
    padding-right: 70px;
  }
  
  #header > .container .headerRight .search .searchForm .searchInput::-webkit-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput:-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::placeholder { color: white; }

  #header > .container .headerRight .headerBasket {
    height: auto;
  }
  
  .headerRight {
    flex: 0;
  }

  #header > .container .headerRight .headerBasket .headerBasketButton {
    width: 30px !important;
    height: 40px !important;
    background: transparent;
  }
  #header > .container .headerRight .headerBasket .headerBasketButton span {
    right: -10px;
    top: -10px;
  }

  #header > .container .headerRight .headerBasket .headerBasketContent {
    display: none;
  }

  #header > .container .headerRight #menus {
    position: absolute;
    left: -100%;
    top: 110px;
    height: calc(100vh - 110px);
    z-index: 9999999;
    background: rgba(2, 2, 2, 0.88);
    flex-direction: column;
    width: 100%;
    overflow: scroll;
    display: block;
    transition: all .3s;
  }

  #header > .container .headerRight #menus.active {
    left: 0%;
  }
  
  #header > .container .headerRight #menus .menu {
    height: auto;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  
  #header > .container .headerRight #menus .menu .menuLink {
    padding: 10px 40px;
    color: white;
    width: 100%;
    box-sizing: border-box;
  }

  #header > .container .headerRight #menus .menu .menuLink i {
    flex: 1;
    text-align: right;
    color: white;
  }

  #header > .container .headerRight #menus .menu.active .menuLink {
    background: transparent;
  }

  #header > .container .headerRight #menus .menu.active {
    background: transparent;
  }
  
  #header > .container .headerRight #menus .menu .menusub {
    position: relative;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    pointer-events: none;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all .5s;
  }
  
  #header > .container .headerRight #menus .menu.active .menusub {
  height: auto;
  }

  #header > .container .headerRight #menus .menu .menusub .container {
    width: 100%;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuSubTitle {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent {
    padding-right: 40px;
    padding-left: 40px;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists {
    flex-direction: column;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList {
    width: 100%;
    background: transparent !important;
    border: none;
    color: rgba(255, 255, 255, 0.55);
  }

  #header > .container .headerRight #menus .menu .menuLink.menuSubBg:before {
    display: none;
  }
  
  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList span {
    flex: 1;
    text-align: right;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .mobileLoginButton {
    display: flex
  }
  
  .sliderContent {
    flex-direction: column;
  }

  .slider .item .sliderContent {
    flex-direction: column-reverse;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .slider .item .sliderContent article {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 30px;
  }

  .slider .item .sliderContent article p {
    display: none;
  }

  .slider .item .sliderContent article strong {
    font-size: 26px;
  }

  .slider .item .sliderContent article .sliderButton {
    margin-top: 25px;
  }

  .slider .item .sliderContent figure {
    width: 180px;
    margin: 0 auto;
  }

  .slider .owl-nav button.owl-next {
    right: 20px;
  }

  .slider .owl-nav button i {
    font-size: 30px;
  }

  .slider .owl-nav button.owl-prev {
    left: 20px;
  }

  .h2Title {
    font-size: 28px;
  }
  
  .h1Title {
    font-size: 30px;
  }

  .homeProduct .container .homeProductContentTop .homeAllProducts {
    display: none;
  }

  .homeProduct .container .homeProductContent {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .homeProduct .container .homeProductSlider .owl-nav {
    display: none;
  }

  .cargoBanner {
    margin-top: 20px;
  }
  .cargoBanner .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cargoBanner .container .w {
    display: none !important;
  }

  .cargoBanner .container .m {
    display: block !important;
  }
  
  .ebulletin-magazine .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ebulletin-magazine .container .row .magazine a img.w {
    display: none;
  }

  .ebulletin-magazine .container .row .magazine a img.m {
    display: block;
  }

  .ebulletin-magazine .container .row .magazine {
    margin-top: 35px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    border: 1px solid #F7F7F7;
    background: white;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent p {
    text-align: center;
    margin: 20px 0;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent > i {
    margin-right: 0;
  }
  
  .ebulletin-magazine .container .row .ebulletin .ebulletinForm i {
    position: static;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebultenSubmit {
    position: static;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm {
    background: white;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebulten {
    padding: 0 20px;
    height: 60px;
    border: 1px solid #f2f2f2;
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  
  #footer .container .footerContacts {
    flex-direction: column;
    margin-bottom: 0;
  }

  #footer .container .footerContacts .footerContact {
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .container .footerContacts .footerContact p {
    margin-top: 12px;
  }

  #footer .container .footerContacts .footerContact i {
    margin-right: 0;
  }

  #footer .container .footerNav {
    flex-direction: column;
    margin-bottom: 30px;
  }

  #footer .container .footerNav a {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
  }

  #footer .container .footerNav a:after {
    display: none;
  }
  
  .pageTitle .container {
    min-height: 100px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .pageMagazineBanner {
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
  
  .pageMagazineBanner img {
    width: 100%;
    height: auto;
  }

  .pageSlogan {
    display: none;
  }

  .breadcrumb .container a:after {
    margin: 0px 15px;
  }

  .breadcrumb .container a, .breadcrumb .container span {
    font-size: 10px;
  }

  .asideContent {
    min-width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0;
  }

  .asideContent .asideMobileTitle {
    display: flex;
  }

  .asideContent aside {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    max-height: 350px;
    background: #020202;
    z-index: 999999;
    display: block;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
  }
  .asideContent aside.active {
    opacity: 1;
    pointer-events: auto;
  }

  .breadcrumb .container {
    height: auto;
    padding: 40px 0;
    flex-flow: wrap;
  }
  
  .asideContent aside a {
    background: #020202;
    height: auto;
    padding: 10px 45px;
    border:  none;
    color: rgba(255, 255, 255, 0.88);
  }

  .asideContent aside a .categoryCount {
    width: auto;
    height: auto;
    background: transparent !important;
  }

  .asideContent aside a:hover, .asideContent aside a.active {
    color: rgba(255, 255, 255, 0.88);
    background: #020202;
  }
  
  .category .container .row .categoryList {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }

  .categoryProductContentTop .categoryAllProducts {
    display: none;
  }

  .categoryProductSlider .owl-nav {
    display: none;
  }

  .category .container .row .categoryList .categoryTitle {
    flex-direction: column;
  }

  .category .container .row .categoryList .categoryTitle .filterSelect {
    width: 100%;
    margin-top: 20px;
  }

  .productList a {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 18px;
  }
  
  .category .container .row .categoryList .productLists .productList {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .category .container .row .categoryList .productLists {
    margin-left: -10px;
    margin-right: -10px;
  }

  .searchProductLists {
    margin-left: -10px;
    margin-right: -10px;
  }

  #searchPage .container .searchPageContent .searchProductLists .productList {
    padding-left: 10px;
    padding-right: 10px;
    width: 33%;
  }

  #searchPage .container .searchPageContent .searchProductLists .productList a {
    width: 100%;
    height: 100%;
  }

  .productList {
    margin-bottom: 20px;
  }

  .author .authorForm {
    margin-bottom: 20px;
  }

  .author .authorForm .authorSearch {
    padding-left: 60px;
  }

  .author .authorForm .authorSubmit {
    left: 15px;
  }
  
  .author .alphabetSearch {
    justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 55px;
  }
  
  .author .autohorLists .autohorList {
    width: 50%;
  }
  
  .contentProjectTitle {
    flex-direction: column;
  }

  .contentProjectLists .productList {
    min-width: 175px !important;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .contentProjectLists {
    overflow: scroll;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  
  .journalSubscription .w {
    display: none;
  }

  .journalSubscription .m {
    display: block;
    width: 100%;
  }

  #content .container {
    padding-top: 50px;
  }
  
  #productDetail .container .row .productDetailImg {
    padding-left: 15px;
    margin-bottom: 30px;
  }

  .full-img img {
    width: 235px;
    margin: 0 auto;
    display: block;
  }

  #productDetail .container .row .productDetailContent {
    padding-left: 15px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong {
    margin-left: 24px;
    font-size: 30px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong.old {
    font-size: 20px;
  }
  
  .productBars {
    flex-wrap: wrap;
  }

  #productDetail .container .row .productDetailContent .productBars .booksInfo {
    order: 3;
    min-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd {
    margin-right: 7.5px;
    margin-left: 0;
    width: calc(50% - 7.5px);
    margin-bottom: 20px;
    height: 100px;
  }

  #productDetail .container .row .productDetailContent .productBars .basket-add-form {
    width: calc(50% - 7.5px);
    margin-bottom: 20px;
    margin-left: 7.5px;
  }
  
  #productDetail .container .row .productDetailContent .productBars .basketAddButton {
    width: 100%;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover {
    position: static;
    color: #E11717;
    opacity: 1 !important;
    background: transparent;
    width: auto;
    margin-left: 25px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover span {
    position: static;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    width: 100%;
  }
  
  
  #productDetail .container .row .productDetailContent .productSocials {
    flex-direction: column;
    height: auto;
    padding: 20px 0px;
  }

  #productDetail .container .row .productDetailContent .productSocials .productSocialsText {
    font-size: 12px;
  }

  #productDetail .container .row .productDetailContent .productSocials .productSocial a {
    height: 50px;
  }
  
  .contacts {
    flex-direction: column;
  }

  .contacts .contact {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .map {
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .contactForm > div .button {
    width: 100%;
  }

  .paymentBread {
    display: none;
  }

  .paymentSteps {
    display: none;
  }
  
  #paymentPage .container > .row .paymentPageContent {
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .basketLists .basketListTitle {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .basketLists .basketListTitle > div {
    width: 100%;
    display: none;
  }

  .basketLists .basketListTitle > div.pName {
    display: flex;
  }

  .basketLists .basketList {
    flex-direction: column;
    padding: 20px 30px;
    position: relative;
  }

  .basketLists .basketList > div img {
    margin-right: 30px;
  }

  .basketLists .basketList .mobileListTitle {
    display: flex;
  }

  .basketLists .basketList > div {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .basketLists .pRemove {
    position: absolute;
    right: 15px;
    top: 15px;
    width: auto !important;
  }
  
  #paymentPage .container > .row .paymentPageSide .paymentPageSideTitle {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div strong.totalPrice {
    font-size: 30px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div span {
    margin-bottom: 5px;
  }

  .loginPage .container .userContent {
    padding: 0;
    border: none;
  }

  .userLoginControl strong {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .userLoginControl .login {
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .userLoginControl .lobinButtons {
    flex-direction: column;
    justify-content: center;
  }

  .userLoginControl .lobinButtons a {
    order: 2;
    margin-right: 0;
    margin-top: 20px;
  }
  
  .password .container .passwordContent {
    border: none;
    padding: 0;
  }

  .password .container .passwordContent form .h2Title {
    width: 100%;
    text-align: left;
  }
  
  .adress .adressCheck {
    flex-direction: column;
  }

  .adress .adressCheck .check {
    margin: 0px;
    margin-bottom: 30px;
  }
  

  .kardNumber .card-number-input {
    width: 100%;
    padding: 0;
    border: 1px solid #F5F5F5;
  }
  
  .kardNumber .card-number-input:focus-within {
    border-color: #e11717
    
  }

  .card-number-input .input {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
    border: none;
  }

  #orderCompleted .container .orderCompletedContent .orderCompletedButton {
    flex-direction: column;
    margin-top: 30px;
  }

  #orderCompleted .container .orderCompletedContent .orderCompletedButton .buttonLink {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #orderCompleted {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  #orderCompleted .container .orderCompletedContent .h2Title {
    text-align: center;
  }
  
  .userScreenContent {
    padding-left: 15px;
    margin-top: 30px;
  }

  .orderLists .orderListTitle {
    display: none;
  }

  .orderLists .orderList {
    flex-direction: column;
    padding: 27px 30px;
    padding-bottom: 0;
  }

  .orderLists .orderList > div {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .orderLists .orderList .orderListMobileTitle {
    display: flex;
  }
  
  .orderLists .orderList > div.oButton {
    margin-bottom: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .orderLists .orderList > div .oLink {
    width: 100%;
  }

  .orderLists .orderList > div .oLink .hover {
    display: none;
  }

  .orderText {
    margin-bottom: 30px;
  }
  
  .userInformation .button {
    margin: 0 auto;
  }
  
  .userAdress .col-md-6 {
    margin-bottom: 40px;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck .check {
    margin-right: 0;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck {
    flex-direction: column;
  }
  
  .favLists .favList {
    flex-direction: column;
  }

  .favLists .favList .fImg {
    margin-right: 0;
  }

  .favLists .favList > div {
    margin-bottom: 15px;
  }

  .favLists .favList .fBasket .buttonLink {
    width: 100%;
  }

  .favLists .favList .fBasket {
    width: 100%;
  }

  .favLists .favList .fRemove {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .favLists .favList .fRemove .removeFavori {
    width: 100%;
  }
  
  .mobileStep {
    display: flex;
  }
  
  .social-pdf {
    flex-direction: column;
  }

  .social-pdf .pdf {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .havale-lists .havale-title {
    display: none;
  }

  .havale-lists .havale-list> div {
    width: 100%;
    margin-bottom: 20px;
  }

  .havale-lists .havale-list {
    height: auto;
  }

  .havale-lists .havale-list > strong {
    display: block;
  }

  .havale-lists .h-check .check {justify-content: center;margin: 0 auto;width: 30px;margin-bottom: 20px;}

  .orderdLists .orderdListTitle {
    display: none;
  }

  .orderdLists .orderdList {
    flex-direction: column;
    padding: 27px 30px;
    padding-bottom: 0;
  }

  .orderdLists .orderdList > div {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .orderdLists .orderdList .orderdListMobileTitle {
    display: flex;
  }
  
  .orderdLists .orderdList > div.oButton {
    margin-bottom: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .orderdLists .orderdList > div .oLink {
    width: 100%;
  }

  .orderdLists .orderdList > div .oLink .hover {
    display: none;
  }
  .odeme-tab a {
    font-size: 15px;
    text-align: center;
  } 

}

@media screen and (max-width: 415px) and (min-width: 320px) { /* MOBILE 320+ ~ 415 */
  #header {
    margin-bottom: 65px;
  }

  #header > .container .mobileNav {
    display: block
  }

  #header.fixedHeader > .container {height: 80px;}

  #header.fixedHeader > .container .headerRight .search {
    display: none;
  }
  #header > .container .logo img {
    width: 160px;
  }

  #header > .container {
    justify-content: space-between;
    height: 110px;
  }
  #header > .container .headerRight .userLogin {
    display: none;
  }

  #header > .container .headerRight .search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 100%;
    left: 0;
    height: auto;
  }

  #header > .container .headerRight .search .searchButton {
    display: none;
  }

  #header > .container .headerRight .search .searchForm {
    position: static;
    opacity: 1;
    pointer-events: all;
    height: 65px;
    box-shadow: none;
  }
  #header > .container .headerRight .search .searchForm .searchSubmit {
    right: 30px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #e11717;
    color: white;
  }
  #header > .container .headerRight .search .searchForm .searchInput {
    padding-left: 45px;
    background: #E11717;
    color: white;
    font-size: 18px;
    box-shadow: none;
    padding-right: 70px;
  }
  
  #header > .container .headerRight .search .searchForm .searchInput::-webkit-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput:-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::-ms-input-placeholder { color: white; }
  #header > .container .headerRight .search .searchForm .searchInput::placeholder { color: white; }

  #header > .container .headerRight .headerBasket {
    height: auto;
  }
  
  .headerRight {
    flex: 0;
  }

  #header > .container .headerRight .headerBasket .headerBasketButton {
    width: 30px !important;
    height: 40px !important;
    background: transparent;
  }
  #header > .container .headerRight .headerBasket .headerBasketButton span {
    right: -10px;
    top: -10px;
  }

  #header > .container .headerRight .headerBasket .headerBasketContent {
    display: none;
  }

  #header > .container .headerRight #menus {
    position: absolute;
    left: -100%;
    top: 110px;
    height: calc(100vh - 110px);
    z-index: 9999999;
    background: rgba(2, 2, 2, 0.88);
    flex-direction: column;
    width: 100%;
    overflow: scroll;
    display: block;
    transition: all .3s;
  }

  #header > .container .headerRight #menus.active {
    left: 0%;
  }
  
  #header > .container .headerRight #menus .menu {
    height: auto;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  
  #header > .container .headerRight #menus .menu .menuLink {
    padding: 10px 40px;
    color: white;
    width: 100%;
    box-sizing: border-box;
  }

  #header > .container .headerRight #menus .menu .menuLink i {
    flex: 1;
    text-align: right;
    color: white;
  }

  #header > .container .headerRight #menus .menu.active .menuLink,#header > .container .headerRight #menus .menu .menuLink:hover {
    background: transparent;
  }

  #header > .container .headerRight #menus .menu.active {
    background: transparent;
  }
  
  #header > .container .headerRight #menus .menu .menusub {
    position: relative;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
    align-items: flex-start;
    justify-content: flex-start;
    height: 0;
    transition: all .5s;
  }
  
  #header > .container .headerRight #menus .menu.active .menusub {
    height: auto;
    transition: all .3s;
  }

  #header > .container .headerRight #menus .menu .menusub .container {
    width: 100%;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuSubTitle {
    display: none;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent {
    padding-right: 40px;
    padding-left: 40px;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists {
    flex-direction: column;
  }

  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList {
    background: transparent !important;
    width: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.55);
  }

  #header > .container .headerRight #menus .menu .menuLink.menuSubBg:before {
    display: none;
  }
  
  #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList span {
    flex: 1;
    text-align: right;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .mobileLoginButton {
    display: flex
  }
  
  .sliderContent {
    flex-direction: column;
  }

  .slider .item .sliderContent {
    flex-direction: column-reverse;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .slider .item .sliderContent article {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 30px;
  }

  .slider .item .sliderContent article p {
    display: none;
  }

  .slider .item .sliderContent article strong {
    font-size: 26px;
  }

  .slider .item .sliderContent article .sliderButton {
    margin-top: 25px;
  }

  .slider .item .sliderContent figure {
    width: 180px;
    margin: 0 auto;
  }

  .slider .owl-nav button.owl-next {
    right: 20px;
  }

  .slider .owl-nav button i {
    font-size: 30px;
  }

  .slider .owl-nav button.owl-prev {
    left: 20px;
  }

  .h2Title {
    font-size: 28px;
  }
  
  .h1Title {
    font-size: 30px;
  }

  .homeProduct .container .homeProductContentTop .homeAllProducts {
    display: none;
  }

  .homeProduct .container .homeProductContent {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .homeProduct .container .homeProductSlider .owl-nav {
    display: none;
  }

  .cargoBanner {
    margin-top: 20px;
  }
  .cargoBanner .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cargoBanner .container .w {
    display: none !important;
  }

  .cargoBanner .container .m {
    display: block !important;
  }
  
  .ebulletin-magazine .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ebulletin-magazine .container .row .magazine a img.w {
    display: none;
  }

  .ebulletin-magazine .container .row .magazine a img.m {
    display: block;
  }

  .ebulletin-magazine .container .row .magazine {
    margin-top: 35px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    border: 1px solid #F7F7F7;
    background: white;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent p {
    text-align: center;
    margin: 20px 0;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinContent > i {
    margin-right: 0;
  }
  
  .ebulletin-magazine .container .row .ebulletin .ebulletinForm i {
    position: static;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebultenSubmit {
    position: static;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm {
    background: white;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
  }

  .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebulten {
    padding: 0 20px;
    height: 60px;
    border: 1px solid #f2f2f2;
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  
  #footer .container .footerContacts {
    flex-direction: column;
    margin-bottom: 0;
  }

  #footer .container .footerContacts .footerContact {
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .container .footerContacts .footerContact p {
    margin-top: 12px;
  }

  #footer .container .footerContacts .footerContact i {
    margin-right: 0;
  }

  #footer .container .footerNav {
    flex-direction: column;
    margin-bottom: 30px;
  }

  #footer .container .footerNav a {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
  }

  #footer .container .footerNav a:after {
    display: none;
  }
  
  .pageTitle .container {
    min-height: 100px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .pageMagazineBanner {
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
  
  .pageMagazineBanner img {
    width: 100%;
    height: auto;
  }

  .pageSlogan {
    display: none;
  }

  .breadcrumb .container a:after {
    margin: 0px 15px;
  }

  .breadcrumb .container a, .breadcrumb .container span {
    font-size: 10px;
  }

  .asideContent {
    min-width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0;
  }

  .asideContent .asideMobileTitle {
    display: flex;
  }

  .asideContent aside {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    max-height: 350px;
    background: #020202;
    z-index: 999999;
    display: block;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
  }
  .asideContent aside.active {
    opacity: 1;
    pointer-events: auto;
  }

  .breadcrumb .container {
    height: auto;
    padding: 40px 0;
    flex-flow: wrap;
  }
  
  .asideContent aside a {
    background: #020202;
    height: auto;
    padding: 10px 45px;
    border:  none;
    color: rgba(255, 255, 255, 0.88);
  }

  .asideContent aside a .categoryCount {
    width: auto;
    height: auto;
    background: transparent !important;
  }

  .asideContent aside a:hover, .asideContent aside a.active {
    color: rgba(255, 255, 255, 0.88);
    background: #020202;
  }
  
  .category .container .row .categoryList {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }

  .categoryProductContentTop .categoryAllProducts {
    display: none;
  }

  .categoryProductSlider .owl-nav {
    display: none;
  }

  .category .container .row .categoryList .categoryTitle {
    flex-direction: column;
  }

  .category .container .row .categoryList .categoryTitle .filterSelect {
    width: 100%;
    margin-top: 20px;
  }

  .productList a {
    width: 155px;
    margin: 0 auto;
  }

  .productList {
    margin-bottom: 20px;
  }

  #searchPage .container .searchPageContent .searchProductLists .productList {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .productLists .productList {
    margin-bottom: 20px;
    width: 50%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .author .authorForm {
    margin-bottom: 20px;
  }

  .author .authorForm .authorSearch {
    padding-left: 60px;
  }

  .author .authorForm .authorSubmit {
    left: 15px;
  }
  
  .author .alphabetSearch {
    justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 55px;
  }
  
  .contentProjectTitle {
    flex-direction: column;
  }

  .contentProjectLists .productList {
    width: 195px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .contentProjectLists {
    overflow: scroll;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  
  .journalSubscription .w {
    display: none;
  }

  .journalSubscription .m {
    display: block;
    width: 100%;
  }

  #content .container {
    padding-top: 50px;
  }
  
  #productDetail .container .row .productDetailImg {
    padding-left: 15px;
    margin-bottom: 30px;
  }

  .full-img img {
    width: 235px;
    margin: 0 auto;
    display: block;
  }

  #productDetail .container .row .productDetailContent {
    padding-left: 15px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong {
    margin-left: 24px;
    font-size: 30px;
  }

  #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong.old {
    font-size: 20px;
  }
  
  .productBars {
    flex-direction: column;
  }

  #productDetail .container .row .productDetailContent .productBars .booksInfo {
    order: 3;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    height: 100px;
  }

  #productDetail .container .row .productDetailContent .productBars .basketAddButton {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover {
    position: static;
    color: #E11717;
    opacity: 1 !important;
    background: transparent;
    width: auto;
    margin-left: 25px;
  }

  #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover span {
    position: static;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    width: 100%;
  }
  
  #productDetail .container .row .productDetailContent .productBars .booksInfo .bookInfo {
    min-width: 50%;
    padding-bottom: 20px;
  }
  
  #productDetail .container .row .productDetailContent .productSocials {
    flex-direction: column;
    height: auto;
    padding: 20px 0px;
  }

  #productDetail .container .row .productDetailContent .productSocials .productSocialsText {
    font-size: 12px;
  }

  #productDetail .container .row .productDetailContent .productSocials .productSocial a {
    height: 50px;
  }
  
  .contacts {
    flex-direction: column;
  }

  .contacts .contact {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .map {
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .contactForm > div .button {
    width: 100%;
  }

  .paymentBread {
    display: none;
  }

  .paymentSteps {
    display: none;
  }
  
  #paymentPage .container > .row .paymentPageContent {
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .basketLists .basketListTitle {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .basketLists .basketListTitle > div {
    width: 100%;
    display: none;
  }

  .basketLists .basketListTitle > div.pName {
    display: flex;
  }

  .basketLists .basketList {
    flex-direction: column;
    padding: 20px 30px;
    position: relative;
  }

  .basketLists .basketList > div img {
    margin-right: 30px;
  }

  .basketLists .basketList .mobileListTitle {
    display: flex;
  }

  .basketLists .basketList > div {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .basketLists .pRemove {
    position: absolute;
    right: 15px;
    top: 15px;
    width: auto !important;
  }
  
  #paymentPage .container > .row .paymentPageSide .paymentPageSideTitle {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div {
    padding-left: 20px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div strong.totalPrice {
    font-size: 30px;
  }

  #paymentPage .container > .row .paymentPageSide .paymentPagePrice > div span {
    margin-bottom: 5px;
  }

  .loginPage .container .userContent {
    padding: 0;
    border: none;
  }

  .userLoginControl strong {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .userLoginControl .login {
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .userLoginControl .lobinButtons {
    flex-direction: column;
    justify-content: center;
  }

  .userLoginControl .lobinButtons a {
    order: 2;
    margin-right: 0;
    margin-top: 20px;
  }
  
  .password .container .passwordContent {
    border: none;
    padding: 0;
  }

  .password .container .passwordContent form .h2Title {
    width: 100%;
    text-align: left;
  }
  
  .adress .adressCheck {
    flex-direction: column;
  }

  .adress .adressCheck .check {
    margin: 0px;
    margin-bottom: 30px;
  }

  .kardNumber .card-number-input {
    width: 100%;
    padding: 0;
    border: 1px solid #F5F5F5;
  }
  
  .kardNumber .card-number-input:focus-within {
    border-color: #e11717
    
  }

  .card-number-input .input {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
    border: none;
  }

  
  #orderCompleted .container .orderCompletedContent .orderCompletedButton {
    flex-direction: column;
    margin-top: 30px;
  }

  #orderCompleted .container .orderCompletedContent .orderCompletedButton .buttonLink {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #orderCompleted {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  #orderCompleted .container .orderCompletedContent .h2Title {
    text-align: center;
  }
  
  .userScreenContent {
    padding-left: 15px;
    margin-top: 30px;
  }

  .orderLists .orderListTitle {
    display: none;
  }

  .orderLists .orderList {
    flex-direction: column;
    padding: 27px 30px;
    padding-bottom: 0;
  }

  .orderLists .orderList > div {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .orderLists .orderList .orderListMobileTitle {
    display: flex;
  }
  
  .orderLists .orderList > div.oButton {
    margin-bottom: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .orderLists .orderList > div .oLink {
    width: 100%;
  }

  .orderLists .orderList > div .oLink .hover {
    display: none;
  }

  .orderText {
    margin-bottom: 30px;
  }
  
  .userInformation .button {
    margin: 0 auto;
  }
  
  .userAdress .col-md-6 {
    margin-bottom: 40px;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck .check {
    margin-right: 0;
  }

  .userAdress > .col-md-6 .adressAdd form .adressAddCheck {
    flex-direction: column;
  }
  
  .favLists .favList {
    flex-direction: column;
  }

  .favLists .favList .fImg {
    margin-right: 0;
  }

  .favLists .favList > div {
    margin-bottom: 15px;
  }

  .favLists .favList .fBasket .buttonLink {
    width: 100%;
  }

  .favLists .favList .fBasket {
    width: 100%;
  }

  .favLists .favList .fRemove {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .favLists .favList .fRemove .removeFavori {
    width: 100%;
  }

  .mobileStep {
    display: flex;
  }
  
  .social-pdf {
    flex-direction: column;
  }

  .social-pdf .pdf {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .havale-lists .havale-title {
    display: none;
  }

  .havale-lists .havale-list> div {
    width: 100%;
    margin-bottom: 20px;
  }

  .havale-lists .havale-list {
    height: auto;
  }

  .havale-lists .havale-list > strong {
    display: block;
  }

  .havale-lists .h-check .check {justify-content: center;margin: 0 auto;width: 30px;margin-bottom: 20px;}


  .orderdLists .orderdListTitle {
    display: none;
  }

  .orderdLists .orderdList {
    flex-direction: column;
    padding: 27px 30px;
    padding-bottom: 0;
  }

  .orderdLists .orderdList > div {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .orderdLists .orderdList .orderdListMobileTitle {
    display: flex;
  }
  
  .orderdLists .orderdList > div.oButton {
    margin-bottom: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .orderdLists .orderdList > div .oLink {
    width: 100%;
  }

  .orderdLists .orderdList > div .oLink .hover {
    display: none;
  }
  .odeme-tab a {
    font-size: 15px;
    text-align: center;
  } 

}