body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

figure {
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none; }

button {
  padding: 0;
  margin: 0; }
button:focus {
  outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    margin: 0;
    padding: 0;
    list-style: none; }

input, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input::-webkit-search-results-button {
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

input[type="submit"], button {
  cursor: pointer; }

input:focus, select:focus, textarea:focus {
  outline: none; }

.nm {
  margin: 0 !important; }

.nmt {
  margin-top: 0 !important; }

.nml {
  margin-left: 0 !important; }

.nmb {
  margin-bottom: 0 !important; }

.nmr {
  margin-right: 0 !important; }

.np {
  padding: 0 !important; }

.npt {
  padding-top: 0 !important; }

.npl {
  padding-left: 0 !important; }

.npb {
  padding-bottom: 0 !important; }

.npr {
  padding-right: 0 !important; }

.ha {
  height: auto; }

.hf {
  height: 100%; }

.brn {
  border: none !important; }

.dn {
  display: none !important; }

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.ff {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.aib {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.f {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.pr {
  position: relative; }

.pf {
  position: fixed; }

.pa {
  position: absolute; }

.mga {
  margin: 0 auto; }

.full-img img {
  width: 100%; }

h1, h2, h3, h4, h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #020202; }

.h1Title {
  font-size: 46px;
  letter-spacing: .25px; }

.h2Title {
  font-size: 36px; }

.color-grey {
  color: #9B9B9B !important; }

.input-div {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .input-div textarea.input {
    padding-top: 28px;
    height: 140px;
    resize: none; }
  .input {
    width: 100%;
    height: 70px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #020202;
    padding-left: 32px;
    padding-right: 32px;
    border: 1px solid #F5F5F5; }
    .input-div .input::-webkit-input-placeholder {
      color: #adadad; }
    .input-div .input:-ms-input-placeholder {
      color: #adadad; }
    .input-div .input::-ms-input-placeholder {
      color: #adadad; }
    .input-div .input::placeholder {
      color: #adadad; }
  .input-div:focus-within .input {
    border-color: #E11717;
    color: #E11717; }
    .input-div:focus-within .input::-webkit-input-placeholder {
      color: #E11717; }
    .input-div:focus-within .input:-ms-input-placeholder {
      color: #E11717; }
    .input-div:focus-within .input::-ms-input-placeholder {
      color: #E11717; }
    .input-div:focus-within .input::placeholder {
      color: #E11717; }
  .input-div:focus-within i {
    color: #E11717 !important; }
  .input-div.inputImg .input {
    padding-left: 82px; }
  .input-div.inputImg i {
    width: 80px;
    height: 70px;
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #020202;
    pointer-events: none; }

.select-div {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .select-div .select {
    width: 100%;
    height: 70px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #020202;
    padding-left: 32px;
    padding-right: 62px;
    border: 1px solid #F5F5F5;
    background: url("../../images/angle-bottom-red.svg") no-repeat right 40px center;
    background-size: 10px; }
  .select-div.select-red .select option {
    color: #020202; }
  .select-div.select-red .select, .select-div.select-red i {
    border-color: #E11717;
    color: #E11717 !important; }
  .select-div.select-icon .select {
    padding-left: 82px; }
    .select-div.select-icon .select option {
      color: #020202; }
  .select-div.select-icon i {
    width: 80px;
    height: 70px;
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #020202;
    pointer-events: none; }
  .select-div:focus-within .select {
    border-color: #E11717;
    color: #E11717; }
    .select-div:focus-within .select option {
      color: #020202; }
  .select-div:focus-within i {
    color: #E11717 !important; }

.button {
  position: relative; 
  transition: all .3s;}
  .button span {
    padding: 0 37px;
    height: 70px;
    background: #E11717;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    letter-spacing: .5px;
    font-weight: 700; }
    .button span i {
      font-size: 15px;
      margin-left: 12px; }
  .button input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0; }
  .button.-black span {
    background: #020202; }
  .button.-full-button {
    width: 100%; }
    .button.-full-button span {
      width: 100%; }
.button:hover {
  opacity: .9;
}
.buttonLink:hover {
  
  opacity: .9;
}
.buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 100px;
  background: #E11717;
  transition: all .3s;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  .buttonLink i {
    font-size: 20px;
    margin-right: 10px; }
  .buttonLink.black {
    background: #020202; }

.check {
  position: relative;
  margin-bottom: 20px; }
  .check input {
    position: absolute;
    width: 0;
    left: 0;
    height: 0;
    top: 0;
    margin: 0;
    padding: 0; }
    .check input:checked + label:after {
      content: '\e914'; }
  .check .label {
    padding-left: 55px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #020202;
    display: block; }
    .check .label:after {
      content: '';
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #020202;
      position: absolute;
      left: 0;
      top: -6.5px;
      font-family: 'vda';
      font-size: 15px;
      color: #E11717; }

.filterSelect {
  width: 400px;
  height: 60px;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  color: #020202;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 50px;
  background: white url("../../images/angle-bottom-red.svg") no-repeat right 30px center;
  background-size: 10px; }

.headerspace {
  width: 100%;
  height: 130px;
  display: none; }
  .headerspace.active {
    display: block; }

#header {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
  background: white; }
  #header > .container {
    position: static;
    height: 130px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #header > .container .mobileNav {
      width: 33px;
      height: 33px;
      padding: 0;
      margin: 0;
      border: none;
      background: transparent;
      position: relative;
      display: none; }
      #header > .container .mobileNav:focus {
        outline: none; }
      #header > .container .mobileNav span {
        position: absolute;
        left: 0;
        width: 33px;
        height: 1px;
        background: #020202;
        display: block;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #header > .container .mobileNav span:nth-child(1) {
          top: 8px; }
        #header > .container .mobileNav span:nth-child(2) {
          top: 16px; }
        #header > .container .mobileNav span:nth-child(3) {
          top: 24px; }
      #header > .container .mobileNav.active span:nth-child(1) {
        top: 16px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      #header > .container .mobileNav.active span:nth-child(2) {
        display: none; }
      #header > .container .mobileNav.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    #header > .container .logo {
      overflow: hidden;
      -webkit-transition: all .3s;
      transition: all .3s; }
      #header > .container .logo img {
        width: 310px; }
    #header > .container .headerRight #menus {
      font-family: "Roboto", sans-serif;
      height: 100%; }
      #header > .container .headerRight #menus .menu {
        height: 100%;
        margin-right: 25px; }
        #header > .container .headerRight #menus .menu .menuLink {
          color: #020202;
          font-size: 14px;
          font-weight: 700;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          padding-left: 35px;
          padding-right: 35px; }
        #header > .container .headerRight #menus .menu .menuLink:hover {
          background: #f7f7f7;} 
          #header > .container .headerRight #menus .menu .menuLink.menuSubBg:before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.22);
            opacity: 0;
            z-index: -1;
            pointer-events: none; }
          #header > .container .headerRight #menus .menu .menuLink i {
            margin-left: 10px;
            color: #E11717;
            }
            #header > .container .headerRight #menus .menu .menuLink i.icon-angle-bottom {
              font-size: 10px; }
        #header > .container .headerRight #menus .menu .menusub {
          position: absolute;
          left: 0;
          top: 100%;
          width: 100%;
          padding-top: 55px;
          padding-bottom: 60px;
          background: white;
          z-index: 999;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: all .3s;
          transition: all .3s; }
          #header > .container .headerRight #menus .menu .menusub .container .menuSubTitle {
            color: #020202;
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 45px;
            font-family: "Lato", sans-serif;
            display: block; }
          #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent {
            padding-right: 23px; }
            #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-flow: row wrap;
                      flex-flow: row wrap;
              width: 100%; }
              #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList {
                width: 25%;
                font-family: "Roboto", sans-serif;
                font-size: 13px;
                color: #020202;
                font-weight: 700;
                letter-spacing: .5px;
                border-bottom: 2px solid #F5F5F5;
                height: 45px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                padding: 0 10px;
                }
                #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList:hover {
                  background: #f7f6f6;
                }
                #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuContent .menuSubLists .menuSubList span {
                  color: #E11717;
                  font-size: 12px;
                  font-style: italic;
                  margin-left: 5px; }
          #header > .container .headerRight #menus .menu .menusub .container .menuContainer .menuProducts {
            padding-left: 23px; }
        #header > .container .headerRight #menus .menu.active {
          z-index: 99999;
          background: white; }
          #header > .container .headerRight #menus .menu.active .menuLink {
            background: white; }
            #header > .container .headerRight #menus .menu.active .menuLink:before {
              opacity: 1;
              pointer-events: auto; }
          #header > .container .headerRight #menus .menu.active .menusub {
            opacity: 1;
            pointer-events: auto; }
    #header > .container .headerRight .search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      position: relative; }
      #header > .container .headerRight .search:after {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.22);
        z-index: -1;
        opacity: 0;
        pointer-events: none; }
      #header > .container .headerRight .search .searchButton {
        border: none;
        width: 120px;
        background: white;
        position: relative; }
        #header > .container .headerRight .search .searchButton i {
          font-size: 24px;
          color: #020202;
          -webkit-transition: all .3s;
          transition: all .3s; }
        #header > .container .headerRight .search .searchButton:focus {
          outline: none; }
      #header > .container .headerRight .search .searchForm {
        position: absolute;
        top: 100%;
        right: 0;
        height: 100px;
        background: white;
        width: 1200px;
        -webkit-box-shadow: 0 85px 55px rgba(0, 0, 0, 0.16);
                box-shadow: 0 85px 55px rgba(0, 0, 0, 0.16);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .4s;
        transition: all .4s; }
        #header > .container .headerRight .search .searchForm .searchInput {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border: none;
          padding-left: 115px;
          font-family: "Lato", sans-serif;
          font-size: 18px;
          font-weight: 700;
          color: #020202; }
          #header > .container .headerRight .search .searchForm .searchInput::-webkit-input-placeholder {
            color: #020202; }
          #header > .container .headerRight .search .searchForm .searchInput:-ms-input-placeholder {
            color: #020202; }
          #header > .container .headerRight .search .searchForm .searchInput::-ms-input-placeholder {
            color: #020202; }
          #header > .container .headerRight .search .searchForm .searchInput::placeholder {
            color: #020202; }
        #header > .container .headerRight .search .searchForm .searchSubmit {
          font-size: 25px;
          color: #020202;
          font-family: 'vda';
          width: 60px;
          height: 60px;
          border: none;
          background: white;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 22.5px; }
      #header > .container .headerRight .search.active {
        z-index: 99; }
        #header > .container .headerRight .search.active:after {
          opacity: 1;
          pointer-events: auto; }
        #header > .container .headerRight .search.active .searchButton i {
          color: #E11717;
          font-size: 18px; }
        #header > .container .headerRight .search.active .searchForm {
          opacity: 1;
          pointer-events: auto; }
    #header > .container .headerRight .userLogin {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      position: relative; }
      #header > .container .headerRight .userLogin:after {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.22);
        z-index: -1;
        opacity: 0;
        pointer-events: none; }
      #header > .container .headerRight .userLogin .userLoginButton {
        border: none;
        width: 120px;
        height: 100%;
        background: white;
        position: relative; }
        #header > .container .headerRight .userLogin .userLoginButton i {
          font-size: 24px;
          color: #020202;
          -webkit-transition: all .3s;
          transition: all .3s; }
        #header > .container .headerRight .userLogin .userLoginButton:focus {
          outline: none; }
      #header > .container .headerRight .userLogin .loginContent {
        position: absolute;
        right: 0;
        top: 100%;
        width: 415px;
        background: white;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-family: "Roboto", sans-serif;
        opacity: 0;
        pointer-events: none; }
        #header > .container .headerRight .userLogin .loginContent strong {
          padding: 21px 42px;
          font-size: 36px;
          font-family: "Lato", sans-serif;
          color: #020202;
          width: 100%; }
        #header > .container .headerRight .userLogin .loginContent .loginContentLinks {
          padding: 20px 42px;
          color: #020202;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          width: 100%;
          letter-spacing: .5px;
          font-size: 14px;
          font-weight: 700; }
          #header > .container .headerRight .userLogin .loginContent .loginContentLinks i {
            width: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            font-size: 20px; }
          #header > .container .headerRight .userLogin .loginContent .loginContentLinks:hover {
            background: #F5F5F5; }
        #header > .container .headerRight .userLogin .loginContent .logout {
          height: 70px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          background: #E11717;
          color: white;
          font-size: 14px;
          font-weight: 700; }
          #header > .container .headerRight .userLogin .loginContent .logout i {
            margin-left: 20px; }
      #header > .container .headerRight .userLogin .userContent {
        position: absolute;
        right: 0;
        top: 100%;
        width: 1300px;
        padding: 57px 104px;
        background: white;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .5s;
        transition: all .5s; }
      #header > .container .headerRight .userLogin.active {
        z-index: 99; }
        #header > .container .headerRight .userLogin.active:after {
          opacity: 1;
          pointer-events: auto; }
        #header > .container .headerRight .userLogin.active .userLoginButton i {
          color: #E11717;
          font-size: 18px; }
        #header > .container .headerRight .userLogin.active .userContent, #header > .container .headerRight .userLogin.active .loginContent {
          opacity: 1;
          pointer-events: auto; }
    #header > .container .headerRight .headerBasket {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      position: relative; }
      #header > .container .headerRight .headerBasket:after {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.22);
        z-index: -1;
        opacity: 0;
        pointer-events: none; }
      #header > .container .headerRight .headerBasket .headerBasketButton {
        border: none;
        width: 120px;
        height: 100%;
        background: white;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "Roboto", sans-serif; }
        #header > .container .headerRight .headerBasket .headerBasketButton i {
          font-size: 24px;
          color: #020202;
          -webkit-transition: all .3s;
          transition: all .3s; }
        #header > .container .headerRight .headerBasket .headerBasketButton span {
          background: #E11717;
          width: 20px;
          height: 20px;
          border-radius: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: white;
          font-weight: 700;
          font-size: 14px;
          position: absolute;
          right: 30px;
          top: 35px; }
      #header > .container .headerRight .headerBasket .headerBasketContent {
        position: absolute;
        right: 0;
        top: 100%;
        width: 675px;
        background: white;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .5s;
        transition: all .5s;
        padding-top: 30px; }
        #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentTitle {
          padding: 0 60px;
          font-family: "Lato", sans-serif;
          color: #020202;
          font-size: 36px;
          font-weight: 700;
          margin-bottom: 25px;
          display: block; }
        #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 0 70px;
          margin-bottom: 25px; }
          #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList {
            width: 100%;
            border: 5px solid #F7F7F7;
            padding: 7px 49px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 20px; }
            #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList figure {
              margin-right: 60px; }
              #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList figure img {
                height: 105px;
                width: auto; }
            #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList article {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              font-family: "Roboto", sans-serif; }
              #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList article strong {
                font-family: "Lato", sans-serif;
                font-size: 18px;
                font-weight: 700;
                letter-spacing: 0.18px;
                color: #020202;
                margin-bottom: 4px; }
              #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList article p {
                margin-bottom: 13px; }
              #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList article .price {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-size: 36px;
                font-weight: 700; }
                #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList article .price sub {
                  font-size: 14px;
                  margin-left: 5px; }
            #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList .basketProductCount {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              margin-right: 10px; }
              #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList .basketProductCount button {
                width: 50px;
                height: 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                background: none;
                border: none; }
                #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList .basketProductCount button:focus {
                  outline: none; }
                #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList .basketProductCount button i {
                  color: #DDDDDD;
                  font-size: 10px; }
              #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList .basketProductCount input {
                border: none;
                width: 50px;
                height: 30px;
                text-align: center;
                font-size: 14px;
                font-family: "Roboto", sans-serif;
                font-weight: 700;
                pointer-events: none; }
            #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList .removeProduct {
              width: 15px;
              height: 15px;
              line-height: 15px;
              text-align: center; }
              #header > .container .headerRight .headerBasket .headerBasketContent .headerBasketContentLists .headerBasketContentList .removeProduct i {
                color: #E11717;
                font-size: 10px; }
        #header > .container .headerRight .headerBasket .headerBasketContent .basketDetailButton {
          background: #E11717;
          height: 100px;
          padding: 0 54px; }
          #header > .container .headerRight .headerBasket .headerBasketContent .basketDetailButton strong {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-family: "Lato", sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: white; }
            #header > .container .headerRight .headerBasket .headerBasketContent .basketDetailButton strong p {
              font-weight: 300;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              letter-spacing: .25px;
              margin-right: 50px; }
            #header > .container .headerRight .headerBasket .headerBasketContent .basketDetailButton strong sup {
              font-size: 14px;
              font-family: "Roboto", sans-serif;
              margin-left: 5px; }
      #header > .container .headerRight .headerBasket.active {
        z-index: 99; }
        #header > .container .headerRight .headerBasket.active:after {
          opacity: 1;
          pointer-events: auto; }
        #header > .container .headerRight .headerBasket.active .headerBasketButton i {
          color: #E11717;
          font-size: 18px; }
        #header > .container .headerRight .headerBasket.active .headerBasketButton span {
          display: none; }
        #header > .container .headerRight .headerBasket.active .headerBasketContent {
          opacity: 1;
          pointer-events: auto; }
  #header.fixedHeader {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999; }
    #header.fixedHeader > .container {
      height: 100px; }
      #header.fixedHeader > .container .logo {
        width: 50px; }
        #header.fixedHeader > .container .logo img {
          width: 177px; }

.productList {
  margin-bottom: 60px; }
  .productList a {
    border: 5px solid #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 22px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .productList a img {
      width: 100%; border:1px solid #333; }
    .productList a strong {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-top: 14px;
      color: #020202;
      width: 100%; }
    .productList a .productPrice {
      width: 100%;
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      color: #E11717;
      letter-spacing: 0.3px;
      font-family: "Lato", sans-serif; }
      .productList a .productPrice sup {
        font-size: 10px; }
    .productList a:hover {
      -webkit-box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.1); }

.userLoginControl strong {
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: block; }

.userLoginControl .register {
  padding-left: 40px; }

.userLoginControl .login {
  padding-right: 40px; }

.userLoginControl .lobinButtons {
  margin-top: 40px; }
  .userLoginControl .lobinButtons a {
    color: #ADADAD;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-right: 50px; }

.homeProduct {
  background: white; }
  .homeProduct .container .homeProductContent {
    padding-left: 50px;
    padding-right: 50px; }
  .homeProduct .container .homeProductContentTop {
    margin-bottom: 40px; }
    .homeProduct .container .homeProductContentTop .homeAllProducts {
      padding-right: 90px;
      padding-left: 90px; }
      .homeProduct .container .homeProductContentTop .homeAllProducts a {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        color: #020202;
        font-weight: 700; }
  .homeProduct .container .homeProductSlider .owl-nav {
    position: absolute;
    right: 0;
    top: -86px;
    width: 290px; }
    .homeProduct .container .homeProductSlider .owl-nav button {
      position: absolute;
      top: 0; }
      .homeProduct .container .homeProductSlider .owl-nav button i {
        font-size: 48px;
        color: #DDDDDD; }
      .homeProduct .container .homeProductSlider .owl-nav button.owl-next {
        right: 0; }
      .homeProduct .container .homeProductSlider .owl-nav button.owl-prev {
        left: 0; }

.categoryProductContent {
  margin-bottom: 30px; }

.categoryProductContentTop {
  margin-bottom: 40px; }
  .categoryProductContentTop .categoryAllProducts {
    padding-right: 90px;
    padding-left: 90px; }
    .categoryProductContentTop .categoryAllProducts a {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #020202;
      font-weight: 700; }

.categoryProductSlider .owl-nav {
  position: absolute;
  right: 0;
  top: -86px;
  width: 290px; }
  .categoryProductSlider .owl-nav button {
    position: absolute;
    top: 0; }
    .categoryProductSlider .owl-nav button i {
      font-size: 48px;
      color: #DDDDDD; }
    .categoryProductSlider .owl-nav button.owl-next {
      right: 0; }
    .categoryProductSlider .owl-nav button.owl-prev {
      left: 0; }

.cargoBanner {
  margin-top: 80px;
  margin-bottom: 50px; }
  .cargoBanner .container {
    padding-left: 65px;
    padding-right: 65px; }
    .cargoBanner .container img {
      width: 100%; }
      .cargoBanner .container img.w {
        display: block; }
      .cargoBanner .container img.m {
        display: none; }

.ebulletin-magazine {
  margin-bottom: 80px; }
  .ebulletin-magazine .container {
    padding-left: 65px;
    padding-right: 65px; }
    .ebulletin-magazine .container .row {
      margin-right: -8px;
      margin-left: -8px; }
      .ebulletin-magazine .container .row .ebulletin {
        padding-left: 8px;
        padding-right: 8px;
        position: relative; }
        .ebulletin-magazine .container .row .ebulletin .ebulletinContent {
          width: 100%;
          background: #F7F7F7;
          height: 100%;
          padding-left: 45px;
          padding-right: 65px;
          cursor: pointer;
          }
          .ebulletin-magazine .container .row .ebulletin .ebulletinContent > i {
            font-size: 23px;
            color: #020202;
            margin-right: 45px; }
          .ebulletin-magazine .container .row .ebulletin .ebulletinContent p {
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: .5px; }
          .ebulletin-magazine .container .row .ebulletin .ebulletinContent .ebulletinFormOpen {
            position: relative;
            z-index: 999; }
            .ebulletin-magazine .container .row .ebulletin .ebulletinContent .ebulletinFormOpen i {
              color: #E11717;
              font-size: 18px; }
            .ebulletin-magazine .container .row .ebulletin .ebulletinContent .ebulletinFormOpen:after {
              content: '';
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.22);
              opacity: 0;
              pointer-events: none;
              -webkit-transition: all .3s;
              transition: all .3s; }
        .ebulletin-magazine .container .row .ebulletin .ebulletinForm {
          position: absolute;
          top: 0;
          left: 8px;
          background: red;
          height: 100%;
          width: calc(100% - 8px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-family: "Roboto", sans-serif;
          z-index: 99999;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .ebulletin-magazine .container .row .ebulletin .ebulletinForm:focus-within .ebulten {
            color: #E11717; }
          .ebulletin-magazine .container .row .ebulletin .ebulletinForm:focus-within i {
            color: #E11717; }
          .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebulten {
            width: 100%;
            height: 100%;
            border: none;
            padding-left: 118px;
            padding-right: 125px;
            color: #020202;
            font-size: 14px; }
            .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebulten:placeholder {
              color: #9B9B9B; }
          .ebulletin-magazine .container .row .ebulletin .ebulletinForm i {
            position: absolute;
            left: 45px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 23px; }
          .ebulletin-magazine .container .row .ebulletin .ebulletinForm .ebultenSubmit {
            background: none;
            border: none;
            padding: 10px;
            position: absolute;
            right: 45px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            color: #E11717;
            font-size: 14px;
            font-weight: 700; }
        .ebulletin-magazine .container .row .ebulletin.active .ebulletinContent .ebulletinFormOpen:after {
          opacity: 1;
          pointer-events: auto; }
        .ebulletin-magazine .container .row .ebulletin.active .ebulletinForm {
          opacity: 1;
          pointer-events: auto; }
      .ebulletin-magazine .container .row .magazine {
        padding-left: 8px;
        padding-right: 8px; }
        .ebulletin-magazine .container .row .magazine a img {
          width: 100%; }
          .ebulletin-magazine .container .row .magazine a img.w {
            display: block; }
          .ebulletin-magazine .container .row .magazine a img.m {
            display: none; }

#footer {
  padding-top: 65px;
  padding-bottom: 45px;
  background: #020202; }
  #footer .container .footerContacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px; }
    #footer .container .footerContacts .footerContact {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 100px; }
      #footer .container .footerContacts .footerContact:last-child {
        margin-right: 0; }
      #footer .container .footerContacts .footerContact i {
        color: white;
        font-size: 25px;
        margin-right: 20px; }
      #footer .container .footerContacts .footerContact p {
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 14px; }
        #footer .container .footerContacts .footerContact p a {
          color: white; }
          #footer .container .footerContacts .footerContact p a:hover {
            opacity: .6; }
  #footer .container .footerSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 50px; }
    #footer .container .footerSocial a {
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: white;
      border: 2px solid #434343;
      font-size: 15px;
      border-radius: 100%;
      margin-right: 20px;
      -webkit-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      #footer .container .footerSocial a svg {
        width: 1em;
        height: 1em;
        font-size: 15px;
      }
      #footer .container .footerSocial a:last-child {
        margin-right: 0; }
      #footer .container .footerSocial a:hover {
        background: white;
        border-color: white;
        color: #020202; }
  #footer .container .footerNav {
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px; }
    #footer .container .footerNav a {
      font-size: 14px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #footer .container .footerNav a:after {
        content: '';
        width: 1px;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.5);
        margin-left: 28px;
        margin-right: 28px; }
      #footer .container .footerNav a:last-child:after {
        display: none; }
      #footer .container .footerNav a:hover {
        color: white; }
  #footer .container .vda {
    margin: 0 auto;
    display: block;
    width: 40px;
    color: #999999;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    #footer .container .vda i {
      font-size: 10px; }
    #footer .container .vda:hover {
      color: #1ab6de; }

.pageTitle {
  background: #F5F5F5; }
  .pageTitle .container {
    height: 130px; }
    .pageTitle .container .pageSlogan p {
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-weight: 300;
      letter-spacing: .5px;
      font-style: italic; }
      .pageTitle .container .pageSlogan p strong {
        font-weight: 700; }
    .pageTitle .container .pageSlogan span {
      color: #E11717;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      letter-spacing: 0.5px;
      font-weight: 400; }
      .pageTitle .container .pageSlogan span strong {
        font-weight: 700; }

.breadcrumb .container {
  height: 115px;
  font-family: "Roboto", sans-serif; }
  .breadcrumb .container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    letter-spacing: .5px;
    }
    .breadcrumb .container a:after {
      content: '/';
      margin: 0 30px;
      display: block; }
  .breadcrumb .container a, .breadcrumb .container span {
    color: #9B9B9B;
    font-weight: 700;
    font-size: 12px; }

.category {
  margin-bottom: 100px; }
  .category .container .row .categoryList {
    padding-left: 70px;
    padding-right: 70px; }
    .category .container .row .categoryList .categoryTitle {
      margin-bottom: 40px; }
    .category .container .row .categoryList .productLists {
      margin-left: -30px;
      margin-right: -30px; }
      .category .container .row .categoryList .productLists .productList {
        padding-left: 30px;
        padding-right: 30px; }

.asideContent .asideMobileTitle {
  display: none;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 45px;
  background: #020202;
  font-family: "Roboto", sans-serif;
  cursor: pointer; }
  .asideContent .asideMobileTitle:after {
    content: '\e900';
    color: #E11717;
    font-family: 'vda';
    font-size: 7px; }
  .asideContent .asideMobileTitle strong {
    color: white;
    font-size: 14px;
    letter-spacing: .5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.asideContent aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif; }
  .asideContent aside a {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid white;
    background: #F5F5F5;
    padding-left: 45px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    color: #ADADAD;
    font-size: 14px;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .asideContent aside a .categoryCount {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      background: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-style: italic;
      font-size: 13px;
      font-weight: 400;
      -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .asideContent aside a .categoryCount span {
        margin-left: -2px;
        color: #ADADAD; }
    .asideContent aside a:hover, .asideContent aside a.active {
      background: #E11717;
      color: white; }
      .asideContent aside a:hover .categoryCount, .asideContent aside a.active .categoryCount {
        background: #BF1313; }
        .asideContent aside a:hover .categoryCount span, .asideContent aside a.active .categoryCount span {
          color: white; }

.moreProduct {
  width: 260px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #E11717;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #020202;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .moreProduct:hover {
    background: #E11717;
    color: white; }

.author {
  margin-bottom: 100px; }
  .author .authorForm {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    width: 100%;
    max-width: 1090px;
    position: relative; }
    .author .authorForm .authorSearch {
      width: 100%;
      height: 100px;
      border: 5px solid #F7F7F7;
      padding-left: 130px;
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 800;
      color: #020202; }
      .author .authorForm .authorSearch::-webkit-input-placeholder {
        color: #020202; }
      .author .authorForm .authorSearch:-ms-input-placeholder {
        color: #020202; }
      .author .authorForm .authorSearch::-ms-input-placeholder {
        color: #020202; }
      .author .authorForm .authorSearch::placeholder {
        color: #020202; }
    .author .authorForm .authorSubmit {
      width: 50px;
      height: 50px;
      background: transparent;
      border: none;
      font-size: 24px;
      font-family: 'vda';
      position: absolute;
      left: 55px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .author .alphabetSearch {
    font-family: "Lato", sans-serif;
    margin-bottom: 75px; }
    .author .alphabetSearch a {
      font-size: 36px;
      font-weight: 700;
      color: #020202;
      margin-right: 15px;
      position: relative;
      padding: 0 5px; }
      .author .alphabetSearch a:after {
        content: '';
        position: absolute;
        bottom: -10px;
        height: 5px;
        width: 0;
        background: #E11717;
        left: 50%;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .author .alphabetSearch a:last-child {
        margin-right: 0; }
      .author .alphabetSearch a:hover:after, .author .alphabetSearch a.active:after {
        width: 100%;
        left: 0; }
  .author .autohorLists {
    max-width: 1300px;
    width: 100%;
    font-family: "Roboto", sans-serif; }
    .author .autohorLists .autohorList {
      margin-bottom: 30px; }
      .author .autohorLists .autohorList a {
        font-size: 14px;
        font-weight: 700;
        color: #020202; }

.authorInfo {
  margin-bottom: 50px; }
  .authorInfo .authorImg {
    width: 184px;
    height: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.3); }
    .authorInfo .authorImg img {
      width: 100%;
      height: auto; }
  .authorInfo .authorTitle {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #020202;
    font-size: 36px;
    margin-bottom: 5px;
    text-align: center; }
  .authorInfo .authorCategory {
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #ADADAD;
    font-size: 14px;
    letter-spacing: .25px; }

.contentProjectLists {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .contentProjectLists .productList {
    width: 20%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px; }

.contentProjectTitle {
  margin-top: 60px; }
  .contentProjectTitle .authorBookCount {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px; }

.journalSubscription {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  .journalSubscription .w {
    display: block; }
  .journalSubscription .m {
    display: none; }

#content {
  margin-bottom: 100px; }
  #content .container {
    padding-top: 90px; }
    #content .container .contanetContainer {
      width: 100%;
      max-width: 1350px;
      margin-left: auto;
      margin-right: auto; }
      #content .container .contanetContainer article {
        font-family: "Roboto", sans-serif; }
        #content .container .contanetContainer article .h2Title {
          margin-bottom: 50px; }
        #content .container .contanetContainer article p {
          font-size: 14px;
          font-weight: 400;
          color: #585858;
          line-height: 20px;
          margin-bottom: 30px; }

#productDetail .container .row .productDetailImg {
  padding-left: 80px; }

#productDetail .container .row .productDetailContent {
  padding-left: 40px; }
  #productDetail .container .row .productDetailContent .productTitle-Price {
    margin-bottom: 40px; }
    #productDetail .container .row .productDetailContent .productTitle-Price .productPrice {
      font-family: "Lato", sans-serif; }
      #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong {
        color: #020202;
        font-size: 36px;
        margin-left: 30px; }
        #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong.old {
          font-size: 24px;
          color: #ADADAD;
          position: relative;
          margin-left: 0px !important; }
          #productDetail .container .row .productDetailContent .productTitle-Price .productPrice strong.old:after {
            content: '';
            width: 100%;
            left: 0;
            top: 50%;
            height: 2px;
            background: #ADADAD;
            position: absolute; }
  #productDetail .container .row .productDetailContent .productBars {
    margin-bottom: 50px; }
    #productDetail .container .row .productDetailContent .productBars .booksInfo .bookInfo {
      background: #F7F7F7;
      font-family: "Roboto", sans-serif;
      padding-top: 20px;
      padding-left: 10px;
      padding-right: 10px; }
      #productDetail .container .row .productDetailContent .productBars .booksInfo .bookInfo i {
        font-size: 20px;
        margin-bottom: 12px;
        color: #020202; }
      #productDetail .container .row .productDetailContent .productBars .booksInfo .bookInfo span {
        color: #020202;
        text-align: center;
        font-size: 14px;
        display: block;
        }
    #productDetail .container .row .productDetailContent .productBars .bookFavAdd {
      margin-left: 15px;
      margin-right: 15px;
      border: 2px solid #E11717;
      width: 122px; }
      #productDetail .container .row .productDetailContent .productBars .bookFavAdd a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; }
        #productDetail .container .row .productDetailContent .productBars .bookFavAdd a i {
          font-size: 25px;
          color: #E11717;
          -webkit-transition: all .3s;
          transition: all .3s;
          -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1); }
        #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover {
          position: absolute;
          z-index: 9;
          pointer-events: none;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          background: #E11717;
          font-family: "Roboto", sans-serif;
          line-height: 17px;
          font-weight: 700;
          font-size: 14px;
          color: white;
          opacity: 0;
          -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1); }
          #productDetail .container .row .productDetailContent .productBars .bookFavAdd a .favAddHover span {
            width: 80px;
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            -webkit-transition: all .3s;
            transition: all .3s; }
        #productDetail .container .row .productDetailContent .productBars .bookFavAdd a:hover .favAddHover {
          opacity: 1; }
          #productDetail .container .row .productDetailContent .productBars .bookFavAdd a:hover .favAddHover span {
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
      #productDetail .container .row .productDetailContent .productBars .bookFavAdd.active a:hover .favAddHover {
        opacity: 0; }
    #productDetail .container .row .productDetailContent .productBars .basketAddButton {
      margin-top: 0;
      width: 330px; }
    #productDetail .container .row .productDetailContent .productBars .basketAddButton span {
      height: 100px; }
  #productDetail .container .row .productDetailContent .bookRecommend {
    position: relative;
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px; }
    #productDetail .container .row .productDetailContent .bookRecommend .bookRecommendLabel {
      position: absolute;
      top: -8.5px;
      left: 13px;
      background: white;
      padding: 0 14px;
      color: #020202;
      font-weight: 700;
      font-size: 14px; }
    #productDetail .container .row .productDetailContent .bookRecommend .bookRecommendMail {
      height: 100px;
      width: 100%;
      border: 2px solid #F7F7F7;
      padding-left: 30px;
      padding-right: 90px;
      font-size: 14px;
      font-weight: 700;
      color: #020202;
      letter-spacing: 0.3px; }
      #productDetail .container .row .productDetailContent .bookRecommend .bookRecommendMail::-webkit-input-placeholder {
        color: #9B9B9B; }
      #productDetail .container .row .productDetailContent .bookRecommend .bookRecommendMail:-ms-input-placeholder {
        color: #9B9B9B; }
      #productDetail .container .row .productDetailContent .bookRecommend .bookRecommendMail::-ms-input-placeholder {
        color: #9B9B9B; }
      #productDetail .container .row .productDetailContent .bookRecommend .bookRecommendMail::placeholder {
        color: #9B9B9B; }
    #productDetail .container .row .productDetailContent .bookRecommend .bookRecommendSubmit {
      font-family: 'vda';
      font-size: 22px;
      background: none;
      border: none;
      width: 60px;
      height: 60px;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #020202; }
  #productDetail .container .row .productDetailContent .productSocials {
    height: 100px;
    border: 2px solid #F7F7F7;
    position: relative;
    font-family: "Roboto", sans-serif;
    flex: 1;
    }
    #productDetail .container .row .productDetailContent .productSocials .productSocialsText {
      position: absolute;
      top: -8.5px;
      left: 13px;
      background: white;
      padding: 0 14px;
      color: #020202;
      font-weight: 700;
      font-size: 14px; }
    #productDetail .container .row .productDetailContent .productSocials .productSocial a {
      font-size: 14px;
      color: #020202;
      letter-spacing: .5px;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      transition: all .3s;
      }
      #productDetail .container .row .productDetailContent .productSocials .productSocial a:hover {
        color: red;
      }

      #productDetail .container .row .productDetailContent .productSocials .productSocial a.facebook:hover {
        color: #43609c;
      }

      #productDetail .container .row .productDetailContent .productSocials .productSocial a.twitter:hover {
        color: #000;
      }
      #productDetail .container .row .productDetailContent .productSocials .productSocial a i {
        margin-right: 20px;
        font-size: 24px; }
      #productDetail .container .row .productDetailContent .productSocials .productSocial a svg {
        margin-right: 20px;
        width: 1em;
        height: 1em;
        font-size: 24px; }
        #productDetail .container .row .productDetailContent .productSocials .productSocial a i.icon-facebook {
          color: #43609C; }
        #productDetail .container .row .productDetailContent .productSocials .productSocial a i.icon-twitter {
          color: #000; }
        #productDetail .container .row .productDetailContent .productSocials .productSocial a i.icon-google-plus {
          color: #EA4335; }

.contacts {
  margin-bottom: 45px;
  width: 100%; }
  .contacts .contact {
    margin-right: 70px; }
    .contacts .contact:last-child {
      margin-right: 0; }
    .contacts .contact i {
      font-size: 25px;
      margin-right: 20px;
      color: #020202; }
    .contacts .contact p {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #9B9B9B;
      letter-spacing: 0.1px; }
      .contacts .contact p a {
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #9B9B9B; }
        .contacts .contact p a:hover {
          color: #020202; }

.map {
  width: 100%;
  margin-bottom: 55px; }
  .map iframe {
    width: 100%;
    height: 225px;
    border: none; }

.contactForm {
  width: 100%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto; }
  .contactForm .h2Title {
    margin-bottom: 40px; }
  .contactForm > div {
    padding-left: 7.5px;
    padding-right: 7.5px; }

.loginPage .container .userContent {
  width: 100%;
  max-width: 1365px;
  margin: 100px auto;
  padding: 100px;
  border: 5px solid #F7F7F7; }

.password .container .passwordContent {
  width: 100%;
  max-width: 800px;
  margin: 100px auto;
  border: 5px solid #F7F7F7;
  padding: 60px 138px; }
  .password .container .passwordContent form .h2Title {
    margin-bottom: 40px; }
  .password .container .passwordContent form .button {
    margin-top: 40px; }

.paymentSteps {
  background: #F5F5F5; }
  .paymentSteps .container {
    height: 130px;
    overflow: hidden; }
    .paymentSteps .container .paymentStep {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      z-index: 9; }
      .paymentSteps .container .paymentStep a {
        font-family: "Lato", sans-serif;
        z-index: 9;
        color: #9B9B9B;
        font-size: 46px;
        letter-spacing: .25px;
        font-weight: 700; }
      .paymentSteps .container .paymentStep span {
        position: absolute;
        font-size: 128px;
        color: #020202;
        opacity: .12;
        font-weight: 700;
        z-index: -1;
        font-family: "Roboto", sans-serif;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 30px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .paymentSteps .container .paymentStep.active a {
        color: #020202; }
      .paymentSteps .container .paymentStep.active span {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

#paymentPage {
  margin-bottom: 140px; }
  #paymentPage .container .row .paymentPageSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #paymentPage .container .row .paymentPageSide .paymentPageSideTitle {
      margin-bottom: 30px;
      padding-left: 60px;
      color: #020202;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      letter-spacing: .3px;
      display: block; }
    #paymentPage .container .row .paymentPageSide .paymentPagePrice {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #paymentPage .container .row .paymentPageSide .paymentPagePrice > div {
        background: #F7F7F7;
        height: 100px;
        border-bottom: 1px solid white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-left: 60px;
        padding-right: 30px; }
        #paymentPage .container .row .paymentPageSide .paymentPagePrice > div span {
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: .5px;
          opacity: .5;
          margin-bottom: 10px; }
        #paymentPage .container .row .paymentPageSide .paymentPagePrice > div strong {
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 18px;
          letter-spacing: .3px; }
          #paymentPage .container .row .paymentPageSide .paymentPagePrice > div strong.totalPrice {
            font-size: 36px; }
  #paymentPage .container .row .paymentPageContent {
    padding-right: 70px; }

.basketLists .pName {
  width: 45%; }

.basketLists .pCount {
  width: 14%; }

.basketLists .pPrice {
  width: 19%; }

.basketLists .pTPrice {
  width: 19%; }

.basketLists .pRemove {
  width: 3%; }

.basketLists .basketListTitle {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif; }
  .basketLists .basketListTitle strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .3px; }

.basketLists .basketList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 40px;
  border: 5px solid #F7F7F7;
  margin-bottom: 15px; }
  .basketLists .basketList > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .basketLists .basketList > div img {
      height: 100px;
      width: auto;
      -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 7px 6px rgba(0, 0, 0, 0.1);
      margin-right: 50px; }
    .basketLists .basketList > div strong {
      font-family: "Lato", sans-serif;
      letter-spacing: .3px;
      color: #020202;
      font-size: 18px;
      font-weight: 700; }
      .basketLists .basketList > div strong span {
        display: block;
        color: #ADADAD;
        font-size: 14px;
        font-family: "Roboto", sans-serif; }
    .basketLists .basketList > div .countDecrease {
      margin-right: 20px; }
    .basketLists .basketList > div .countIncrease {
      margin-left: 20px; }
    .basketLists .basketList > div .countDecrease, .basketLists .basketList > div .countIncrease {
      color: #E11717; }
      .basketLists .basketList > div .countDecrease i, .basketLists .basketList > div .countIncrease i {
        font-size: 20px; }
    .basketLists .basketList > div .removeProduct {
      text-align: right; }
      .basketLists .basketList > div .removeProduct i {
        font-size: 10px;
        color: #E11717; }
  .basketLists .basketList .mobileListTitle {
    display: none;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 15px; }

.basketPopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .basketPopup.active {
    pointer-events: auto;
    z-index: 99999;
    opacity: 1; }
  .basketPopup:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.28); }
  .basketPopup .basketPopupContent {
    background: white;
    max-width: 750px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .basketPopup .basketPopupContent strong {
      margin-bottom: 70px;
      font-family: "Lato", sans-serif;
      letter-spacing: .3px;
      font-size: 18px;
      font-weight: 700;
      color: #020202; }
    .basketPopup .basketPopupContent .basketPopupClose {
      position: absolute;
      right: 30px;
      top: 30px; }
      .basketPopup .basketPopupContent .basketPopupClose i {
        color: #E11717;
        font-size: 8px; }
    .basketPopup .basketPopupContent > i {
      font-size: 90px;
      margin-top: 50px;
      margin-bottom: 25px; }
    .basketPopup .basketPopupContent .buttons {
      width: 100%; }

.adress {
  width: 100%; }
  .adress .h2Title {
    margin-bottom: 45px; }
  .adress .adressTitle {
    margin-top: 40px;
    margin-bottom: 28px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    letter-spacing: .3px;
    color: #020202;
    display: block; }
  .adress .adressCheck {
    margin-top: 30px; }
    .adress .adressCheck .check {
      margin: 0 30px; }

.payment {
  width: 100%; }
  .payment .h2Title {
    margin-bottom: 45px; }
  .payment .paymentTitle {
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    letter-spacing: .3px;
    color: #020202;
    display: block; }
  .payment .adressCheck {
    margin-top: 30px; }
    .payment .adressCheck .check {
      margin: 0 30px; }

#orderCompleted {
  margin-top: 50px;
  margin-bottom: 150px; }
  #orderCompleted .container .orderCompletedContent {
    width: 100%;
    max-width: 850px;
    margin: 0 auto; }
    #orderCompleted .container .orderCompletedContent .icon-tick {
      width: 120px;
      height: 120px;
      border-radius: 100%;
      border: 2px solid #E11717;
      font-size: 44px;
      color: #E11717;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 45px; }
    #orderCompleted .container .orderCompletedContent .h2Title {
      margin-bottom: 45px; }
    #orderCompleted .container .orderCompletedContent p {
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #ADADAD;
      margin-bottom: 25px; }
    #orderCompleted .container .orderCompletedContent .orderCompletedButton {
      margin-top: 100px; }
      #orderCompleted .container .orderCompletedContent .orderCompletedButton .buttonLink {
        margin-right: 35px;
        margin-top: 0; }
        #orderCompleted .container .orderCompletedContent .orderCompletedButton .buttonLink:last-child {
          margin-right: 0; }

#userScreen {
  margin-bottom: 100px; }

.userScreenContent {
  padding-left: 55px; }

.orderText {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #020202;
  margin-bottom: 45px;
  display: block; }
  .orderText span {
    text-decoration: underline; }

.orderLists .oDate {
  width: 22%; }

.orderLists .oNumber {
  width: 25%; }

.orderLists .oPrice {
  width: 23%; }

.orderLists .oStatus {
  width: 23%; }

.orderLists .oButton {
  width: 6%;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.orderLists .orderListTitle {
  padding-left: 35px;
  padding-right: 10px;
  font-family: "Lato", sans-serif;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .orderLists .orderListTitle strong {
    font-size: 18px;
    color: #020202;
    letter-spacing: .2px;
    font-weight: 700; }

.orderLists .orderList {
  padding: 10px 10px 10px 35px;
  border: 5px solid #F7F7F7;
  margin-bottom: 15px; }
  .orderLists .orderList .orderListMobileTitle {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #020202;
    letter-spacing: .2px;
    font-weight: 700;
    margin-bottom: 7px;
    display: none; }
  .orderLists .orderList > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Roboto", sans-serif; }
    .orderLists .orderList > div p {
      font-size: 14px;
      color: #020202;
      display: block;
      line-height: 22px; }
      .orderLists .orderList > div p strong {
        font-weight: 700; }
      .orderLists .orderList > div p span {
        color: #ADADAD;
        display: block; }
    .orderLists .orderList > div > i {
      font-size: 20px;
      margin-right: 20px; }
    .orderLists .orderList > div.wait p, .orderLists .orderList > div.wait i {
      color: #ADADAD; }
    .orderLists .orderList > div.okey p, .orderLists .orderList > div.okey i {
      color: #41AE00; }
    .orderLists .orderList > div .oLink {
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #020202;
      position: relative; }
      .orderLists .orderList > div .oLink i {
        color: white;
        font-size: 20px; }
      .orderLists .orderList > div .oLink:hover .hover {
        opacity: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-delay: .3s;
                transition-delay: .3s; }
      .orderLists .orderList > div .oLink .hover {
        position: absolute;
        width: 130px;
        height: 30px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 50%;
        top: -40px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 9;
        pointer-events: none;
        opacity: 0; }
        .orderLists .orderList > div .oLink .hover span {
          background: #555555;
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #555555), color-stop(100%, #020202));
          background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#020202));
          background: linear-gradient(to bottom, #555555 0%, #020202 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#020202', GradientType=0 );
          width: 100%;
          height: 100%;
          font-size: 12px;
          font-family: "Lato", sans-serif;
          color: white;
          font-weight: 700;
          letter-spacing: .3px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: relative;
          border-radius: 25px;
          z-index: 9; }
        .orderLists .orderList > div .oLink .hover:after {
          content: '';
          width: 18px;
          height: 18px;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%) rotate(-45deg);
                  transform: translateX(-50%) rotate(-45deg);
          bottom: -3px;
          background: #020202;
          z-index: -1; }
        .orderLists .orderList > div .oLink .hover.deliverHover span {
          background: #41ae00;
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #41ae00), color-stop(100%, #388703));
          background: -webkit-gradient(linear, left top, left bottom, from(#41ae00), to(#388703));
          background: linear-gradient(to bottom, #41ae00 0%, #388703 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ae00', endColorstr='#388703', GradientType=0 ); }
        .orderLists .orderList > div .oLink .hover.deliverHover:after {
          background: #388703; }
        .orderLists .orderList > div .oLink .hover.removeHover span {
          background: #e11717;
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #e11717), color-stop(100%, #ad1010));
          background: -webkit-gradient(linear, left top, left bottom, from(#e11717), to(#ad1010));
          background: linear-gradient(to bottom, #e11717 0%, #ad1010 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11717', endColorstr='#ad1010', GradientType=0 ); }
        .orderLists .orderList > div .oLink .hover.removeHover:after {
          background: #ad1010; }
      .orderLists .orderList > div .oLink.removeO {
        background: #E11717; }
      .orderLists .orderList > div .oLink.deliveredO {
        background: #41AE00; }

.userInformation {
  width: 100%; }
  .userInformation form {
    margin-bottom: 40px; }
  .userInformation .userInformationTitle {
    font-size: 18px;
    color: #E11717;
    font-weight: 700;
    letter-spacing: .3px;
    font-family: "Lato", sans-serif;
    display: block;
    margin-bottom: 20px; }

.userAdress > .col-md-6 .adressTitle {
  padding-left: 43px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #020202;
  font-weight: 700;
  margin-bottom: 30px;
  display: block; }

.userAdress > .col-md-6 .adressLists .adressListEmpty {
  background: #F7F7F7;
  margin-bottom: 20px;
  min-height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 9;
  width: 100%; }
  .userAdress > .col-md-6 .adressLists .adressListEmpty strong {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #ADADAD;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 9; }
  .userAdress > .col-md-6 .adressLists .adressListEmpty:after {
    content: '\e919';
    font-family: 'vda';
    z-index: -1;
    font-size: 100px;
    color: #ADADAD;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.12; }

.userAdress > .col-md-6 .adressLists .adressList {
  background: #F7F7F7;
  margin-bottom: 20px;
  min-height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  padding: 48px 43px;
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 38px; }
  .userAdress > .col-md-6 .adressLists .adressList .adressListButton {
    position: absolute;
    right: 30px;
    top: 23px; }
    .userAdress > .col-md-6 .adressLists .adressList .adressListButton a {
      color: #020202;
      font-weight: 700;
      font-size: 12px;
      margin-left: 15px; }
      .userAdress > .col-md-6 .adressLists .adressList .adressListButton a.remove {
        color: #E11717; }
  .userAdress > .col-md-6 .adressLists .adressList .adressListText {
    width: 100%; }
    .userAdress > .col-md-6 .adressLists .adressList .adressListText p {
      margin-bottom: 15px;
      font-size: 14px;
      color: #ADADAD; }
      .userAdress > .col-md-6 .adressLists .adressList .adressListText p:last-child {
        margin-bottom: 0; }

.userAdress > .col-md-6 .adressAdd {
  border: 5px solid #F7F7F7;
  padding: 0 33px;
  height: 76px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-bottom: 20px;
  }
  .userAdress > .col-md-6 .adressAdd.active {
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .userAdress > .col-md-6 .adressAdd .adressAddTitle {
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Lato", sans-serif;
    cursor: pointer; }
    .userAdress > .col-md-6 .adressAdd .adressAddTitle strong {
      font-size: 18px;
      font-weight: 700;
      color: #020202;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .userAdress > .col-md-6 .adressAdd .adressAddTitle:after {
      content: '\e900';
      font-family: 'vda';
      color: #E11717;
      font-size: 10px;
      transition: all .3s;
      }
      .userAdress > .col-md-6 .adressAdd.active .adressAddTitle:after {
        transform: rotate(-180deg);
      }
  .userAdress > .col-md-6 .adressAdd form {
    margin-top: 10px; }
    .userAdress > .col-md-6 .adressAdd form .adressAddCheck .check {
      margin-right: 80px; }
      .userAdress > .col-md-6 .adressAdd form .adressAddCheck .check:last-child {
        margin-right: 0; }
    .userAdress > .col-md-6 .adressAdd form .button {
      margin-bottom: 30px; }

.favLists .favList {
  min-height: 140px;
  border: 5px solid #F7F7F7;
  padding: 20px 40px;
  margin-bottom: 15px; }
  .favLists .favList .fImg {
    width: 69px;
    margin-right: 50px; }
    .favLists .favList .fImg img {
      width: 100%;
      -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 7px 6px rgba(0, 0, 0, 0.1); }
  .favLists .favList .fName {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .favLists .favList .fName strong {
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      line-height: 22px; }
      .favLists .favList .fName strong span {
        display: block;
        color: #ADADAD;
        font-size: 14px;
        font-weight: 400; }
  .favLists .favList .fBasket .buttonLink {
    margin-top: 0;
    width: 220px;
    height: 70px; }
  .favLists .favList .fRemove {
    margin-left: 10px; }
    .favLists .favList .fRemove .removeFavori {
      width: 70px;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #020202;
      color: white; }

#searchPage {
  margin-bottom: 100px;
  margin-top: 70px;
  }
  #searchPage .container .searchPageContent {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto; }
    #searchPage .container .searchPageContent .searchTitle {
      text-align: center;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 25px; }
      #searchPage .container .searchPageContent .searchTitle span {
        color: #ADADAD;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        margin-top: 5px; }
    #searchPage .container .searchPageContent .searchCount {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 40px;
      font-weight: 500;
      font-family: "Lato", sans-serif;
      font-size: 18px; }
    #searchPage .container .searchPageContent .searchProductLists {
      margin-left: -30px;
      margin-right: -30px;
      margin-bottom: 30px; }
      #searchPage .container .searchPageContent .searchProductLists .productList {
        padding-left: 30px;
        padding-right: 30px; }

.notPage {
  width: 100%;
  max-width: 570px;
  height: 225px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px; }
  .notPage i {
    margin-bottom: 25px;
    font-size: 65px; }
  .notPage p {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #020202;
    text-align: center; }

#errorPage {
  margin-bottom: 100px;
  margin-top: 80px;
  }

.slider {
  margin-bottom: 60px; }
  .slider .item .sliderContent {
    width: 100%;
    height: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slider .item .sliderContent figure {
      width: 290px;
      margin-right: 100px; }
      .slider .item .sliderContent figure img {
        width: 100%;
        -webkit-box-shadow: 20px 40px 60px rgba(0, 0, 0, 0.16);
                box-shadow: 20px 40px 60px rgba(0, 0, 0, 0.16); }
    .slider .item .sliderContent article {
      width: 545px;
      font-family: "Roboto", sans-serif;
      }
      .slider .item .sliderContent article strong {
        font-family: "Lato", sans-serif;
        font-size: 46px;
        font-weight: 700;
        color: #020202;
        margin-bottom: 15px;
        display: block; }
        .slider .item .sliderContent article strong span {
          font-weight: 300;
          color: #E11717;
          display: block; }
      .slider .item .sliderContent article p {
        font-size: 14px;
        letter-spacing: .25px;
        line-height: 20px;
        color: #585858; }
      .slider .item .sliderContent article .sliderButton {
        color: #020202;
        font-size: 14px;
        font-weight: 700;
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 130px; }
        .slider .item .sliderContent article .sliderButton i {
          margin-left: 15px; }
  .slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .slider .owl-nav button {
      position: absolute; }
      .slider .owl-nav button i {
        font-size: 50px; }
      .slider .owl-nav button.owl-prev {
        left: 150px; }
      .slider .owl-nav button.owl-next {
        right: 150px; }

.mobileLoginButton {
  width: 100%;
  margin-bottom: 50px;
  display: none; }
  .mobileLoginButton .buttonLink {
    margin-top: 0;
    height: 70px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.mobileStep {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none; }
  .mobileStep a {
    height: 100px;
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    border-bottom: 1px solid white;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    letter-spacing: .25px;
    color: #9B9B9B;
    font-weight: 700; }
    .mobileStep a span {
      font-family: "Roboto", sans-serif;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
      font-size: 80px;
      color: rgba(2, 2, 2, 0.12); }
    .mobileStep a.active {
      color: #020202; }
      .mobileStep a.active span {
        color: #020202; }

.button span .icon-basket-tic {
    margin-right: 15px;
    margin-left: 0;
    font-size: 24px;
}
#content .container .contanetContainer article p a {
    color: #585858;
    font-weight: 700;
}

.social-pdf {
    width: 100%;
}

.social-pdf .pdf {
    height: 100px;
    border: 2px solid #F7F7F7;
    position: relative;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: row;
    width: 240px;
    margin-right: 15px;
}

.social-pdf .pdf span {
    position: absolute;
    top: -8.5px;
    left: 13px;
    background: white;
    padding: 0 14px;
    color: #020202;
    font-weight: 700;
    font-size: 14px;
}

.social-pdf .pdf a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #020202;
    letter-spacing: .5px;
    font-weight: 700;
    transition: all .3s;
}
.social-pdf .pdf a:hover {
  color: #eb4d1e;
}
.social-pdf .pdf a img {
    margin-right: 20px;
}
p.kargo-info {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #e11717;
    font-weight: 700;
    text-align: center;
}

.odeme-tab {
    margin-bottom: 45px;
    display: flex;
    flex-direction: row;
}

.odeme-tab a {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  color: #B9B9B9;
  font-weight: 700;
  padding: 25px 30px;
  border: 1px solid white;
  border-bottom-color: #D8D8D8;
  transition: all .3s;
}

.tab-contents .tab-content {
  display: none;
  flex-direction: column;
  width: 100%;
}


.tab-contents .tab-content.active {
  display: flex;
}

.odeme-tab a.active {
    color: #020202;
    border-color: #D8D8D8;
    border-bottom-color: white;
}
.havale-content {
  display: flex;
  flex-direction: column;
}
.havale-content .havale p {
  color: #ADADAD;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}
.havale-content .havale {
  margin-bottom: 60px
}
.havale-content .havale p strong {
  color: #020202
}
.havale-content .havale p.font-red {
  color: #E11717;
  font-weight: 700;
}

.havale-lists .h-check {
  width: 7%;
  
}
.havale-lists .h-banka {
  width: 20%
  
}
.havale-lists .h-iban {
  width: 33%
  
}
.havale-lists .h-suba-kodu {
  width: 20%
  
}
.havale-lists .h-hesap-no {
  width: 20%

}
.havale-lists {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.havale-lists .havale-title {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 25px;

}

.havale-lists .havale-title div strong,.havale-lists .havale-list > strong {
  font-size: 18px;
  color: #020202;
  font-family: "Lato", sans-serif;
}
.havale-lists .havale-list > strong {
  display: none;
}

.havale-lists .havale-list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 25px;
  height: 80px;
  border: 5px solid #F7F7F7;
  margin-bottom: 20px;
}
.havale-lists .havale-list div p{
  font-size: 14px;
  color: #020202;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.siparis-ozeti {
    margin-top: 45px;
}

.siparis-ozeti-listesi {
    display: flex;
    flex-direction: row;
}

.siparis-ozeti-listesi  > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #F7F7F7;
    height: 100px;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 35px;
    border-right: 1px solid white;
}

.siparis-ozeti-listesi > div span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgba(2, 2, 2, 0.5);
    margin-bottom: 5px;
}

.siparis-ozeti-listesi > div strong {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #020202;
}

.siparis-ozeti-listesi > div strong.price {
    font-size: 36px;
}
.siparis-detay-adres {
  padding-left: 15px;
  margin-top: 50px;
}


.orderdLists .odDate {
  width: 17%; }

.orderdLists .odNumber {
  width: 17%; }

.orderdLists .odPrice {
  width: 16%; }

.orderdLists .odPriceType {
  width: 15%; }

.orderdLists .odStatus {
  width: 20%; }

.orderdLists .odCargo {
  width: 14%; }


.orderdLists .orderdListTitle {
  padding-left: 35px;
  padding-right: 10px;
  font-family: "Lato", sans-serif;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .orderdLists .orderdListTitle strong {
    font-size: 18px;
    color: #020202;
    letter-spacing: .2px;
    font-weight: 700; }

.orderdLists .orderdList {
  padding: 10px 10px 10px 35px;
  border: 5px solid #F7F7F7;
  margin-bottom: 15px; }
  .orderdLists .orderdList .orderdListMobileTitle {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #020202;
    letter-spacing: .2px;
    font-weight: 700;
    margin-bottom: 7px;
    display: none; }
  .orderdLists .orderdList > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Roboto", sans-serif; }
    .orderdLists .orderdList > div p {
      font-size: 14px;
      color: #020202;
      display: block;
      line-height: 22px; }
      .orderdLists .orderdList > div p strong {
        font-weight: 700; }
      .orderdLists .orderdList > div p span {
        color: #ADADAD;
        display: block; }
    .orderdLists .orderdList > div > i {
      font-size: 20px;
      margin-right: 20px; }
    .orderdLists .orderdList > div.wait p, .orderdLists .orderdList > div.wait i {
      color: #ADADAD; }
    .orderdLists .orderdList > div.okey p, .orderdLists .orderdList > div.okey i {
      color: #41AE00; }
    .orderdLists .orderdList > div .oLink {
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #020202;
      position: relative; }
      .orderdLists .orderdList > div .oLink i {
        color: white;
        font-size: 20px; }


.orderdLists  {
  margin-bottom: 40px;
}
.orderLists .orderList > div p a {
    color: #020202;
    text-decoration: underline;
}

.card-number-input {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.card-number-input .input {margin-right: 20px;}

.card-number-input .input:last-child {
    margin-right: 0;
}

.card-number-input .input:focus {
    color: #e11717;
    border-color: #e11717;
}
.basket-scroll {
    max-height: 354px;
}
.adress-edit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999999;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}

.adress-edit.active {
    opacity: 1;
    pointer-events: auto;
}

.adress-edit .adress-edit-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.adress-edit .adress-edit-content {
    width: 90%;
    max-width: 580px;
    height: 80vh;
    overflow: scroll;
    background: white;
    padding: 40px;
    z-index: 99;
    position: relative;
}

.adress-edit .adress-edit-content strong {  
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #020202;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}
.adress-edit .adress-edit-content a.adress-edit-close {
    position: absolute;
    right: 40px;
    top: 25px;
    color: #E11717;
}

.adress-edit .adress-edit-content a.adress-edit-close i {
    font-size: 20px;
}
.headerBasketEmpty {
    height: 135px;
    border: 5px solid #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.headerBasketEmpty strong {
    font-family: "Lato", sans-serif;
    color: #020202;
    font-size: 14px;
    font-weight: 700;
    display: block;
}
#productDetail .container .row .productDetailImg img {
    border: 5px solid #f7f7f7;
}
.payment-cargo {
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: .3px;
  color: black;
}
.product-discount {
  position: absolute;
  top: 0;
  right: 0;
  background: #E11717;
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.product-discount strong {
  color: white !important;
  margin-top: 0 !important;
  margin-bottom: 5px;
  font-size: 19px !important;
}

.productList a strong span {
  font-size: 12px;
  margin-right: 3px;
}

.product-discount p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: white;
  text-align: center;
}

.pageMagazineBanner {
  display: flex;
  height: 100%;
  width: auto;
  align-items: center;
  justify-content: center;
}

.pageMagazineBanner img {
  width: auto;
  height: 100%;
}