/* 
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------
  
  1. Default stylesheets
    1.1. Color Schemes
  2. General classes
  3. Main
    3.1 Page tilte end breadcrumps
    3.2 Offsets
  4. Header
    4.1. Header top
    4.2. Header main
    4.3. Main navigation
    4.4. Search
  5. Basic Elements
    5.1. Typography
    5.2. Buttons
    5.3. Forms
  6. Sliders
  7. Modal Box
  8. Preloader
  9. Box size
  10. ingex.html
  11. Footer
  12. Way
  13. stock-news.html
  14. Pages
  15. stock-list.html
  16. contacts.html
  17. account.html
  18. meetings.html
  19. basket.html
  20. catalog.html
  21. ui-slider
  22. wish-list.html
  23. item.html
  24. Calendar
  25. Zoom




*/
@import "reset.css";

@font-face { font-family:PNBold; src:local("PNBold"), url(../fonts/ProximaNova/Proxima_Nova_Bold_0.otf);}
@font-face { font-family:PNExtrabold; src:local("PNExtrabold"), url(../fonts/ProximaNova/Proxima_Nova_Extrabold_0.otf);}


@font-face { font-family:PNCLig; src:local("PNCLig"), url(../fonts/ProximaNova/Proxima_Nova_Condensed_Light_0.otf);}
@font-face { font-family:PNCReg; src:local("PNCReg"), url(../fonts/ProximaNova/Proxima_Nova_Condensed_Regular_0.otf);}
@font-face { font-family:PNCSemibold; src:local("PNCSemibold"), url(../fonts/ProximaNova/Proxima_Nova_Condensed_Semibold_0.otf);}
@font-face { font-family:PNCBold; src:local("PNCBold"), url(../fonts/ProximaNova/Proxima_Nova_Condensed_Bold_0.otf);}
@font-face { font-family:PNCExtrabold; src:local("PNCExtrabold"), url(../fonts/ProximaNova/Proxima_Nova_Condensed_Extrabold_0.otf);}

@font-face { font-family:PNECExtrabold; src:local("PNECExtrabold"), url(../fonts/ProximaNova/Proxima_Nova_Extra_Condensed_Extrabold_0.otf);}


/*
@font-face { font-family:PNCThin; src:local("PNCThin"), url(../fonts/ProximaNova/Proxima_Nova_Condensed_Thin_0.otf);}
@font-face { font-family:PNCLig; src:local("PNCLig"), url(../fonts/ProximaNova/Proxima_Nova_Condensed_Light_0.otf);}

@font-face { font-family:PNCBlack; src:local("PNCBlack"), url(../fonts/ProximaNova/Proxima_Nova_Condensed_Black_0.otf);}



@font-face { font-family:PNThin; src:local("PNThin"), url(../fonts/ProximaNova/Proxima_Nova_Thin_0.otf);}
@font-face { font-family:PNLig; src:local("PNLig"), url(../fonts/ProximaNova/Proxima_Nova_Light_0.otf);}
@font-face { font-family:PNReg; src:local("PNReg"), url(../fonts/ProximaNova/Proxima_Nova_Regular_0.otf);}
@font-face { font-family:PNSembold; src:local("PNSembold"), url(../fonts/ProximaNova/Proxima_Nova_Semibold_0.otf);}

@font-face { font-family:PNBlack; src:local("PNBlack"), url(../fonts/ProximaNova/Proxima_Nova_Black_0.otf);}

*/
/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */

   body {
    font-family: 'PNCReg', Arial, sans-serif;
    color:#787575;
    font-size:16px;
    line-height:22px;
    background: #f1f1f1 url(../images/body_bg.jpg) 0 0 repeat;
    -webkit-text-size-adjust: none;
   }
   * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }

   ::selection{
    color: #fff;
    background-color: #2980b9;
   }

   ::-moz-selection{
    color: #fff;
    background-color: #2980b9;
   }

   ::-webkit-scrollbar{
    background: #cdcdcd;  
    width: 10px;
   }

   ::-webkit-scrollbar-thumb{background: #333131;}


   ::-webkit-input-placeholder{
    color:#b1b1b1;

    -webkit-transition: text-indent .5s ease, color .5s ease;
        transition: text-indent .5s ease, color .5s ease;
   }

   input::-moz-placeholder{
    color:#b1b1b1;
    opacity:1;
   }

   textarea::-moz-placeholder{
    color: #b1b1b1;
    opacity: 1;
   }

   ::ms-input-placeholder{
    color:#b1b1b1;
   }

   [placeholder]:focus::-webkit-input-placeholder{
    text-indent:10em;
    color:transparent;
   }


   /* --------------------------------------------
        1.1. Color Schemes
   -------------------------------------------- */

      

/* ------------------------------------------------

    2. General Classes

------------------------------------------------ */

   .align_left{
    text-align: left;
   }

   .align_right{
    text-align: right;
   }

   .align_center{
    text-align: center;
   }

   .alignleft{
    float: left;
   }

   .alignright{
    float: right;
   }

   .wrapper{overflow: hidden;}

   .hide{ display: none;}

   .show{ display: block;}

   .d_ib{display: inline-block;}

   .transparent{ opacity:0; }

   .invisible{ 
    opacity: 0;
    visibility: hidden;
   }

   .visible{ 
    opacity:1; 
    visibility: visible;
   }

   .p_abs{position: absolute;}

   .p_rel{position: relative;}

   .p_fix{position: fixed;}

   .clear {clear:both;width:100%;line-height:0;font-size:0;}

   .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
   }

   .reg {text-transform:uppercase}

/* ------------------------------------------------

    3. Main

------------------------------------------------ */

   #content {
    padding:0px 0px 0px 0px;
    width: 1200px;
    margin: 0 auto;
  }

   #main_wr {
    width: 1240px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 10px 5px   rgba(0,0,0,0.15);
   }
   .main {
    width: 1200px;
    margin: 0 auto;
   }

   /* --------------------------------------------
        3.1. Page tilte end breadcrumps
   -------------------------------------------- */
    
      .page_title_box{
         padding: 39px 0 43px;
         color: #505050;
         border-bottom: 1px solid #efefef;
         background-color: #fcfcfc;
      }

      .breadcrumps{
         padding: 9px 0 0;
      }
  /* --------------------------------------------
        3.2. Offsets
  -------------------------------------------- */
    
      .section_offset{
         padding: 55px 0;
      }

      .section_offset:first-child{
         padding: 0 0 55px;
      }

      .cont_pad{
         padding-bottom: 35px;
      }
      .cont_pad_sm{
         padding-bottom: 15px;
      }
      .cont_pad_lg{
         padding-bottom: 55px;
      }

/* ------------------------------------------------

    4. Header

------------------------------------------------ */
   
   header {
    padding-bottom: 15px;
   }
   .logo{
    margin-right: 90px;
    float: left;
   }
   .logo a{
     display:block;
     width:127px;
     height:71px;
     background:url(../images/logo.png) 13px 0 no-repeat;
     text-decoration:none;
     text-indent:-9999px;
     padding: 0 13px;
     border: none;
   }
   header p:not(:last-child) {
      margin-bottom: 10px;
    }
  /* --------------------------------------------
        4.1. Header top
   -------------------------------------------- */

      .header_top {
        min-height: 20px;
        background: #abd3dc url(../images/header_top_bg.jpg) 0 100% no-repeat;
        padding: 13px 20px 10px 20px;
      }
      .header_top_nav li {
        display: inline-block;
        font: 13px/18px 'PNCSemibold', Arial,sans-serif;
        text-transform: uppercase;
        color: #000;
        padding: 0 25px;
        border-left: 1px solid #a2c2c9;
      }
      .header_top_nav li a {
        color: #000;
        border: none;
      }
      .header_top_nav li a:hover {
        color: #fff;
      }
      .header_top_nav li:first-child {
          padding-left: 0;
          border-left: none;
      }
      .header_top_nav {
        float: left;
      }

      .enter_box {
        float: right;
      }
      .enter_box a {
        font: 13px/18px 'PNCBold', Arial,sans-serif;
        color: #2980b9;
        border-color: #84bad1;
      }
      .enter_box li {
        display: inline-block;
        font: 13px/18px 'PNCBold', Arial,sans-serif;
        text-transform: uppercase;
        color: #2980b9;
        padding: 0 20px;
        border-left: 1px solid #a2c2c9;
      }
      .enter_box li:first-child {
          padding-left: 0;
          border-left: none;
      }
      .enter_box li:last-child {
          padding-right: 0;
      }
      .enter_box a:hover {
        text-decoration: none;
        color: #2980b9;
      }
      .btn_registration:before {
        content: "";
        height: 18px;
        width: 18px;
        display: block;
        float: left;
        margin-right: 9px;
        background:  url(../images/registration_icon.png) 0 0 no-repeat;
      }
      .btn_registration {
        cursor: pointer;
        border-bottom: 1px solid #84bad1;
      }
      .btn_registration:hover {
        border-bottom: none;
      }
      
      .btn_enter:after {
        content: "";
        height: 19px;
        width: 19px;
        display: block;
        float: right;
        margin-left: 7px;
        background:  url(../images/enter_icon.png) 0 0 no-repeat;
      }

      .btn_enter {
        cursor: pointer;
        border-bottom: 1px solid #84bad1;
      }
      .btn_enter:hover {
        border-bottom: none;
      }


    /* --------------------------------------------
        4.2. Header main
   -------------------------------------------- */

      .header_main {
        padding: 15px 20px 8px 20px;
      }
      .working_hours {
        float: left;
        padding-top: 22px;
        margin-right: 70px;
      }
      .working_hours p {
        font: 13px/13px 'PNCReg', Arial,sans-serif;
        color: #676767; 
      }

      .working_hours strong {
        font: 20px/20px 'PNCBold', Arial,sans-serif;
        color: #000;
      }
      .working_hours span {
        font: 12px/12px 'PNCBold', Arial,sans-serif;
        color: #666;
      }
      .hpone_namber {
        float: left;
        margin-right: 18px;
      }
      .call_back {
        float: left;
        font-size: 13px;
        font-family: 'PNCSemibold', Arial, sans-serif;
      }

      .address_box {
        float: left;
        padding-top: 22px;
      }
      .address_box p {
        font: 14px/14px 'PNCSemibold', Arial,sans-serif;
        color: #333333;
      }
      .address_box span {
        color: #9a9a9a;
      }
      .btn_map_position {
        font-size: 13px;
      }
      .btn_map_position:before {
        content: "";
        height: 15px;
        width: 10px;
        margin-top: 4px;
        display: block;
        float: left;
        margin-right: 7px;
        background:  url(../images/map_position_icon.png) 0 0 no-repeat;
      } 

      .basket_box {
        float: right;
        padding-top: 18px;
      }
      .btn_basket {
        background-color: #ba0d0d;
        border: none;
        border: 1px solid #8d0707;
        font: 15px/20px 'PNCBold', Arial,sans-serif;
        color: #fff;
        height: 40px;
        padding: 10px 14px;
        display: inline-block;
      }
      .btn_basket:before {
        content: "";
        height: 20px;
        width: 24px;
        padding-right: 10px;
        margin-right: 12px;
        display: block;
        float: left;
        border-right: 1px solid #ca3131;
        background:  url(../images/basket_icon.png) 0 0 no-repeat;
      } 
      .btn_basket:hover {
        background-color: #931414;
        color: #fff;
        border: 1px solid #333;
      }

      .btn_desirable {
        background-color: #fbfbfb;
        border: none;
        border: 1px solid #eaeaea;
        font: 15px/20px 'PNCBold', Arial,sans-serif;
        color: #333;
        height: 40px;
        padding: 10px 14px;
        display: inline-block;
      }
      .btn_desirable:before {
        content: "";
        height: 14px;
        width: 17px;
        margin-top: 3px;
        padding-right: 10px;
        margin-right: 12px;
        display: block;
        float: left;
        border-right: 1px solid #eaeaea;
        background:  url(../images/desirable_icon.png) 0 0 no-repeat;
      } 
      .btn_desirable:hover {
        background-color: #e6e5e5;
        color: #333;
        border: 1px solid #ccc;
      }

    /* --------------------------------------------
        4.3. Main Navigation
   -------------------------------------------- */

      nav {
        margin: 0 20px;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
      }
      .navigation1 {
        float: left;
        position: relative;
      }
      .navigation1>li {
        display: inline-block;
        padding: 14px 22px;
        position: relative;
      }
      .navigation1>li>a:before {
        content: '';
        position: absolute;
        display: block;
        height: 20px;
        width: 1px;
        border-right: 1px solid #f4f4f4;
        top: 0px;
        right: -22px;
      }
      .navigation1>li>a {
        font: 17px/20px 'PNCSemibold', Arial,sans-serif;
        color: #000;
        text-transform: uppercase;
        border-bottom: none;

      }
      .navigation1>li>a:hover {
        color: #2980b9;
      }
      .navigation1>li.sfHover {
        background-color: #424242;
        color: #fff;
      }
      .navigation1>li.sfHover>a {
        color: #fff;
      }
      .navigation1>li:last-child>a:before {
        border-right: none;
      }
      .navigation1>li.sfHover>a:before {
        border-right: 1px solid #424242;
      }
      .navigation2 {
        background-color: #fdfdfd;
        padding: 0 15px;
        float: left;
        border-left: 1px solid #e8e8e8;
      }
      .navigation2 li {
        padding: 14px 15px;
        display: inline-block;
      }
      .navigation2 li a {
        font: 17px/20px 'PNCSemibold', Arial,sans-serif;
        color: #333;
        text-transform: uppercase;
        border-bottom: none;
      }
      .navigation2 li a:hover {
        color: #2980b9;
      }
      .navigation2 li a:before {
          content: "";
          height: 20px;
          width: 20px;
          margin-top: 0px;
          margin-right: 7px;
          display: block;
          float: left;
        } 
      .navigation_icon_1:before {
        background:  url(../images/navigation_icon_1.png) 0 0 no-repeat;
      }
      .navigation_icon_2:before {
        background:  url(../images/navigation_icon_2.png) 0 0 no-repeat;
      }
      .navigation_icon_3:before {
        background:  url(../images/navigation_icon_3.png) 0 0 no-repeat;
      }
      .navigation_left {
        float: right;
      }


.sf-mega {
  position: absolute;
  z-index: 90;
  width: 1200px;
  left: 0;
  top: 50px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 0px 0 0px 20px;
}
.sf-arrows .sf-with-ul {
  padding: 0;
}
.sf-mega ul {
  list-style-type: auto;
  margin: 0;
  padding-left: 5px;
  margin-bottom: 16px;
}
.sf-mega-section  li {
  margin-left: 0;
  padding: 0;
  margin: 0;
  border: none;
  font: 13px/20px 'PNCSemibold', Arial,sans-serif;
}
.sf-mega h4 {
  font: 15px/22px 'PNCExtrabold', Arial,sans-serif;
  color: #333;
  margin-bottom: 5px;
}
.sf-mega-section  li a {
  font: 13px/20px 'PNCSemibold', Arial,sans-serif;
  color: #2980b9;
  text-transform: inherit;
  border-bottom: 1px solid #d7e3ef;
}
.sf-mega-section  li a:hover {
  border-bottom: none;
}
.sf-mega-section  li span {
  color: #ccc;
  padding: 0 3px;
}
.sf-mega-section {
  width: 300px;
  border: none;
  padding: 0;
  padding-top: 20px;
}
.sf-mega-product-item {
  width: 230px;
  float: right;
  
}
.sf-mega-section .sf-mega-ul li {
  margin: 7px 0;
}
.sf-mega-section .sf-mega-ul a {
  font-size: 14px;
  color: #343232;
  border-color: #d8d8d8;
}
.sf-arrows .sf-with-ul:after {
  display: none;
  
}
.navigation1>li>a {
  position: relative;
}

.navigation1>li {
  position: static;
}
.navigation1>li.sfHover .sf-mega{
        z-index:999;
}
.navigation1 .sfHover>a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 36px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #424242 !important;
  z-index: 1000;
}


    /* --------------------------------------------
        4.4. Search
   -------------------------------------------- */
    .search_wr {
      position: relative;
      float: left;
    }
    .btn_search {
      background-color: #ba0d0d;
      height: 50px;
      width: 50px;
      float: right;
      cursor: pointer;
    }
    .btn_search.active {
      background-color: #424242;
    }
    .btn_search:before {
      content: "";
      height: 20px;
      width: 20px;
      margin: 15px auto 0 auto;
      display: block;
      background:  url(../images/search_icon.png) 0 0 no-repeat;
    }
    .btn_search.active:before {
      content: "";
      height: 20px;
      width: 20px;
      margin: 15px auto 0 auto;
      display: block;
      background:  url(../images/btn_search_close.png) 4px 4px no-repeat;
    } 
    .btn_search:hover {
      background-color: #931414;
    }
    .search_box {
      right: 0;
      top: 50px;
      position: absolute;
      background-color: #424242;
      padding: 7px;
      display: none;
      z-index: 100;
    }
    /*.search_box.active {
      display: block;
    }*/
    .search_form {
      height: 40px;
      width: 100%;
      background-color: #fff;
      border: none;
      padding: 0 14px;
    }  
    .search_top_form .search_select{
      float: left;
      width: 220px;
    }
    .search_form_wr {
     width: 966px;
     position: relative;
     float: left;
    }
    .btn_search_form {
      position: absolute;
      right: 1px;
      top: 1px;
      border: none;
      outline: none;
      cursor: pointer;
      width: 40px;
      height: 38px;
      background:  url(../images/search_icon_2.png) 10px 10px no-repeat;
    }
    .search_select .jq-selectbox__select {
        height: 40px;
        padding: 0 35px 0 15px;
        border: none;
        border-right: 1px solid #d9d9d9;
        border-radius: 0px;
        background: #f4f4f4;
        background: -webkit-linear-gradient(#f4f4f4, #f4f4f4);
        background: linear-gradient(#f4f4f4, #f4f4f4);
        box-shadow: none;
        font: 13px/40px 'PNCBold', Arial,sans-serif;
        color: #666;
        text-shadow: none;
    }
    .search_select .jq-selectbox__trigger-arrow {
      top: 18px;
    }
    .search_select .jq-selectbox__trigger {
      border-left: none;
    }
    .opened.search_select .jq-selectbox__select, .focused.search_select .jq-selectbox__select {
      border: none ;
      border-right: 1px solid #d9d9d9;
    }
    .search_select .jq-selectbox__dropdown {
        box-sizing: border-box;
        width: 100%;
        margin: 2px 0 0;
        padding: 0;
        border: 1px solid #424242;
        border-radius: 0px;
        background: #FFF;
        box-shadow: none;
        font: 13px/18px 'PNCReg', Arial, sans-serif;
        color: #666;
    }
    .search_select.jq-selectbox li:hover {
        background-color: #424242;
        color: #FFF;
    }
    .search_select .jq-selectbox__trigger-arrow:after {
      display: none;
    }

    .search_top_form {
      margin-bottom: 10px;
    }
    .search_form_1 {
      float: left;
      width: 335px;
      margin-right: 10px;
    }
    .search_form_2 {
      float: left;
      width: 490px;
      margin-right: 10px;
    }
    .search_form_3 {
      float: left;
      width: 155px;
    }
    .search_form_4 {
      float: right;
      width: 170px;
    }
    .open_botton_box {
      display: none;
      
    }
.open_botton_box  .ui-menu .ui-menu-item:hover {
  background-color: #231F20;
  color: #fff;
}
    .search_top_form {
      position: relative;
    }
.search_examples {
    background-color: #fff;
    position: absolute;
    top: 41px;
    border: 1px solid #e8e8e8;
    z-index: 101;
    width: 966px !important;
}    

.search_examples li {
    border-bottom: 1px solid #e8e8e8 !important;
    overflow: hidden;
    padding: 10px !important;
}
    .search_examples img {
      height: 40px;
      width: auto;
      float: left;
      margin-right: 20px;
    }
    .search_examples a {
      display: block;
      border:none;
    }
.search_examples_title {
    overflow: hidden;
    display: block;
}
    .search_examples_title span {
      display: block;
    }

/* ------------------------------------------------

    5. Basic Elements

------------------------------------------------ */
   /* --------------------------------------------
        5.1. Typography
   -------------------------------------------- */
  
      h1,h2,h3,h4,h5,h6{
         font-family: 'PNCBold', sans-serif;
         font-weight:normal;
         line-height: 1.23em;
         color: #444;
         margin: 0;
         margin-bottom: 17px;
      }

      h1{font-size: 30px;}
      h2{font-size: 30px;}
      h3{font-size: 24px;}
      h4{font-size: 20px;}
      h5{font-size: 16px;}
      h6{font-size: 14px;}

      p:not(:last-child){margin-bottom: 10px;}

      mark{background-color: #20cfef;padding: 0 2px;color: #fff;}
      mark.red{background-color: #ee352f;}

      a{
         color: #2980b9;
         text-decoration: none;
         border-bottom: 1px solid #d7e3ef;
         -webkit-transition: all 0.5s;
         -o-transition: all 0.5s;
         transition: all 0.5s;
      }
      a:hover{
         color: #2980b9;
         text-decoration: none;
         border: none;
         -webkit-transition: all 0.3s;
         -o-transition: all 0.3s;
         transition: all 0.3s;
      }
      a:focus,
      a:visited{
         text-decoration: none;
      }
      .like_a {
        color: #2980b9;
         text-decoration: none;
         cursor: pointer;
         border-bottom: 1px solid #d7e3ef;
         -webkit-transition: all 0.5s;
         -o-transition: all 0.5s;
         transition: all 0.5s;
      }
      .like_a:hover{
         color: #2980b9;
         text-decoration: none;
         border: none;
         -webkit-transition: all 0.3s;
         -o-transition: all 0.3s;
         transition: all 0.3s;
      }
      .like_a:focus,
      .like_a:visited{
         text-decoration: none;
      }
      .fz13 {
        font-size: 16px;
      }
      .fz16 {
        font-size: 16px;
      }
      .fz18 {
        font-size: 18px;
      }
      .fz20 {
        font-size: 20px;
      }
      .fz24 {
        font-size: 24px;
      }
      .fz28 {
        font-size: 28px;
      }
      .ls_sm {
        letter-spacing: -0.5px;
      }
      
      .pnclig {
        font-family: 'PNCLig', sans-serif;
      }
      .pncreg {
        font-family: 'PNCReg', sans-serif;
      }
      .pncsbold {
        font-family: 'PNCSemibold', sans-serif;
      }
      .pncbold {
        font-family: 'PNCBold', sans-serif;
      }
      .pncebold {
        font-family: 'PNCExtrabold', sans-serif;
      }
      .pnecebold {
        font-family: 'PNECExtrabold', sans-serif;
      }

      
      .pb5 {
        padding-bottom: 5px;
        display: inline-block;
      }
      .pb10 {
        padding-bottom: 10px;
        display: inline-block;
      }
      .pb15 {
        padding-bottom: 15px;
        display: inline-block;
      }
      .mr10 {
        margin-right: 10px;
      }
      .black_text {
        color: #333;
      }
      .white_text {
        color: #fff;
      }
      .gray_text {
        color: #666;
      }
      .white_gray_text {
        color: #999;
      }
      .red_text {
        color: #d36767;
      }

      .ttu {
        text-transform: uppercase;
      }
      
      .line {
        border-bottom: 1px dashed #d9d9d9;
        width: 100%;
        margin-bottom: 35px;
      }
      .line_sm {
        border-bottom: 1px dashed #d9d9d9;
        width: 100%;
        margin-bottom: 20px;
      }
      .line2 {
        border-bottom: 1px solid #d9d9d9;
        width: 100%;
        margin-bottom: 15px;
      }

      .icon {
        margin-right: 7px;
      }
      
      #content table {
        width: 100%;
      }

   /* --------------------------------------------
        5.2. Buttons
   -------------------------------------------- */
    
   .btn{
      display: inline-block;
      outline: none;
      background: #;
      color: #;
   }
   .btn:hover{
      background-color: #;
      color: #;
   }
   
   .btn_a {
      color: #2980b9;
      text-decoration: underline;
      display: inline-block;
      cursor: pointer;
      margin-bottom: 10px;
   }
   .btn_a:hover {
      text-decoration: none;
   }

    .btn_icon_open, .btn_icon_close {
      width: 15px;
      height: 15px;
      border: 1px solid #3892cd;
      color: #3892cd;
      text-align: center;
      font-size: 14px;
      line-height: 13px;
      display: inline-block;
      margin-right: 7px;
      margin-top: 2px;
    }
    .btn_icon_close {
      line-height: 12px;
    }
    .btn_icon_close {
      display: none;
    }
    .active>.btn_icon_open {
      display: none;
    }
    .active>.btn_icon_close {
      display: inline-block;
    }

    .btn_transparent_white {
      background-color: transparent;
      font: 16px/20px 'PNCLig',  Arial,sans-serif;
      color: #fff;
      height: 40px;
      padding: 10px 25px;
      border: 1px solid #aaccdb;
      display: inline-block;
      cursor: pointer;
    }
    .btn_transparent_white:hover {
      border: 1px solid #2980b9;
      color: #2980b9;
    }

    .btn_transparent_blue {
      background-color: transparent;
      font: 14px/20px 'PNCBold',  Arial,sans-serif;
      color: #2980b9;
      height: 40px;
      padding: 10px 25px;
      border: 1px solid #b8d0e0;
      display: inline-block;
      cursor: pointer;
      
    }
    .btn_transparent_blue:hover {
      border: 1px solid #2980b9;
      background-color: #2980b9;
      color: #fff;
    }

    .btn_transparent_gray {
      background-color: transparent;
      font: 16px/21px 'PNCReg',  Arial,sans-serif;
      color: #999;
      height: 35px;
      padding: 7px 25px;
      border: 1px solid #dcdcdc;
      display: inline-block;
      cursor: pointer;
      
    }
    .btn_transparent_gray:hover {
      border: 1px solid #2980b9;
      background-color: #2980b9;
      color: #fff;
    }

    .btn_h_poz {
      margin-left: 30px;
      margin-top: -5px;
    }
    .btn_h_poz_2 {
      margin-left: 30px;
    }

    .btn_red {
        background-color: #ba0d0d;
        border: none;
        font: 16px/18px 'PNCBold', Arial,sans-serif;
        color: #fff;
        height: 40px;
        padding: 10px 14px;
        display: inline-block;
        outline: none;
        cursor: pointer;
      }
      .btn_red:hover {
        background-color: #931414;
        color: #fff;
      }
      
    .btn_orange {
        background-color: orange;
        border: none;
        font: 16px/18px 'PNCBold', Arial,sans-serif;
        color: #fff;
        height: 40px;
        padding: 10px 14px;
        display: inline-block;
        outline: none;
        cursor: pointer;
      }
      .btn_orange:hover {
        background-color: #ff8c00;
        color: #fff;
      }      

      .btn_dis {
        background-color: #e6e6e6;
        border: none;
        font: 16px/18px 'PNCBold', Arial,sans-serif;
        color: #a6a4a4;
        height: 40px;
        padding: 10px 14px;
        display: inline-block;
        outline: none;
        cursor: pointer;
      }
      .btn_dis:hover {
        background-color: #e6e6e6;
        color: #a6a4a4;
      }
      
      

      .btn_desirable2 {
          background-color: #fbfbfb;
          border: none;
          border: 1px solid #eaeaea;
          color: #333;
          height: 40px;
          width: 40px;
          display: inline-block;
          background:  url(../images/desirable_icon.png) 11px 13px no-repeat;
      }
      .btn_desirable2:hover {
        border: 1px solid #999999;
        background-color: #e6e5e5;
      }

      .btn100 {
        width: 100%;
        text-align: center;
       }


       .btn_blue {
        background-color: #2980b9;
        border: none;
        font: 16px/18px 'PNCBold', Arial,sans-serif;
        color: #fff;
        height: 40px;
        padding: 10px 14px;
        display: inline-block;
        outline: none;
        cursor: pointer;
      }
      .btn_blue:hover {
        background-color: #216591;
        color: #fff;
      }

      .btn_white {
        background-color: #fbfbfb;
        background: linear-gradient(to top, #fbfbfb, #fff);
        border-top: 1px solid #f1f1f1;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #dcdcdc;
        font: 13px/20px 'PNCBold', Arial,sans-serif;
        color: #999999;
        height: 40px;
        padding: 10px 18px;
        display: inline-block;
        outline: none;
        cursor: pointer;
      }
      .btn_white:hover {
        border-top: 1px solid #f1f1f1;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #dcdcdc;
        background-color: #fff;
        color: #999;
        background: linear-gradient(to top, #fff, #fbfbfb);
      }

      .btn_basket_close {
        height: 45px;
        width: 45px;
        background-color: #fbfbfb;
        background: linear-gradient(to top, #fbfbfb, #fff);
        display: block;
        text-align: center;
        font: 32px/45px 'PNCReg', Arial,sans-serif;
        color: #666666;
        text-decoration: none;
        border: 1px solid #d8d8d8;
        cursor: pointer;
      }
      .btn_basket_close:hover {
          background-color: #ba0d0d;
          background: linear-gradient(to top, #ba0d0d, #ba0d0d);
          border: 1px solid #ba0d0d;
          color: #fff;
      }

    /* --------------------------------------------
        5.3. Forms
   -------------------------------------------- */
    .jq-selectbox {
      width: 100%;
    }
    .jq-selectbox__select {
        height: 40px;
        padding: 0 35px 0 15px;
        border: none;
        border-radius: 0px;
        background: #f4f4f4;
        background: -webkit-linear-gradient(#fff, #f4f4f4);
        background: linear-gradient(#fff, #f4f4f4);
        box-shadow: none;
        font: 15px/40px 'PNCReg', Arial,sans-serif;
        color: #666;
        text-shadow: none;
    }
    .jq-selectbox__trigger-arrow {
      top: 23px;
    }
    .jq-selectbox__trigger {
      border-left: none;
    }
    .jq-selectbox.opened .jq-selectbox__select, .jq-selectbox.focused .jq-selectbox__select {
      border: none ;
    }
    .jq-selectbox__dropdown {
        box-sizing: border-box;
        width: 100%;
        margin: 2px 0 0;
        padding: 0;
        border: 1px solid #424242;
        border-radius: 0px;
        background: #FFF;
        box-shadow: none;
        font: 15px/18px 'PNCReg', Arial, sans-serif;
        color: #666;
    }
    .jq-selectbox li:hover {
        background-color: #424242;
        color: #FFF;
    }
    .jq-selectbox__trigger-arrow:after {
      content: '';
        position: absolute;
        top: -16px;
        left: -5px;
        width: 0;
        height: 0;
        display: block;
        border-bottom: 5px solid #999;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .jq-selectbox:hover .jq-selectbox__trigger-arrow:after {
      border-bottom-color: #000;
    }
    .jq-selectbox li.disabled:hover {
      background-color: #424242;
    }

    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
      border: 1px solid #e3e3e3;
      height: 40px;
      box-shadow: inset 0 0 1px 1px #f8f8f8;
      width: 100%;
      margin-bottom: 14px;
      padding: 0 12px;
      outline: none;
      font-size: 14px;
    }
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus {
      border-color: #2980b9;
    }

    textarea {
      border: 1px solid #e3e3e3;
      height: 80px;
      box-shadow: inset 0 0 1px 1px #f8f8f8;
      width: 100%;
      max-width: 100%;
      margin-bottom: 14px;
      padding: 8px 12px;
      outline: none;
      font-size: 14px;
      background-color: #fbfbfb;
    }
    textarea:focus {
      border-color: #2980b9;
    }
    
    .jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0 12px 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 0px;
    background: #fafafa;
    background: -webkit-linear-gradient(#fafafa, #fafafa);
    background: linear-gradient(#fafafa, #fafafa);
    box-shadow: none;
    cursor: pointer;
}
    .jq-checkbox.checked {
      border: 1px solid #2980b9 !important;
      background: #2980b9;
    }
    .jq-checkbox.checked .jq-checkbox__div {
        width: 12px;
        height: 10px;
        margin: 7px 0 0 5px;
        border-radius: 0px;
        background: transparent;
        box-shadow: none;
        background:  url(../images/checkbox_icon.png) 0 0 no-repeat;
    }
    .jq-checkbox.focused {
      border: 1px solid #d5d5d5;
    }
    .jq-checkbox:hover {
      border: 1px solid #2980b9;
    }

    .number-plus-minus .jq-number.focused .jq-number__field {
  border: none;
}
.number-plus-minus input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  height: 45px;
  margin: 0;
  border: none;
  padding: 0 5px;
  text-align: center; 
  font: 20px/45px 'PNECExtrabold',  Arial,sans-serif;
  color: #000;
  box-shadow: none;
}
.number-plus-minus .jq-number__field {
  border: none;
  box-shadow: none;
}
.number-plus-minus .jq-number {
  padding: 0 45px;
}
.number-plus-minus .jq-number__field {
  width: 45px;
}
.number-plus-minus .jq-number__field input {
  text-align: center;
}
.number-plus-minus .jq-number__spin {
  left: 0;
  height: 45px;
  width: 45px;
}
.number-plus-minus .jq-number__spin.plus {
  right: 0;
  left: auto;
}
.number-plus-minus .jq-number__spin:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 12px;
  height: 2px;
  border: none;
  background: #666;
}
.number-plus-minus .jq-number__spin.minus:after {
  display: none;
}
.number-plus-minus .jq-number__spin.plus:after {
  top: 15px;
  left: 20px;
  width: 2px;
  height: 12px;
  border: none;
  background: #666;
}
.number-plus-minus .jq-number__spin:hover:before,
.number-plus-minus .jq-number__spin.plus:hover:after {
  background: #000;
}

.number-plus-minus .jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #dcdcdc;
    border-bottom-color: #dcdcdc;
    border-radius: 0px;
    background: #fbfbfb;
    background: -webkit-linear-gradient(#fbfbfb, #fff);
    background: linear-gradient(#fbfbfb, #fff);
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    cursor: pointer;
    font: 14px/45px 'PNCBold', Arial,sans-serif;
    color: #666666;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
} 

.number-plus-minus .jq-number__spin:hover {
    background-color: #f3f3f3;
    background: linear-gradient(to top, #f3f3f3, #f3f3f3);
    box-shadow: inset 0 0 10px 5px #d8d8d8;
    color: #919191;
}


.form_box .error input, input.error {
  border: 1px solid #bb1717 !important;
  color: #bb1717 !important;
}
.form_box .error {
  position: relative;
}
.form_box .error_text {
  position: absolute;
  right: -27px;
  top: 6px;
  height: 34px;
  padding: 10px 15px ;
  background-color: #bb1717;
  font: 13px/14px 'PNCSemibold',  Arial,sans-serif;
  color: #fff;
  text-align: right;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.form_box .error_text:before {
  position: absolute;
  content: '';
  left: -17px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 17px solid #bb1717;
  
}
.form_box .error input{
  background:  url(../images/error_icon.png) 96% 11px no-repeat;
}
.error_close {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
  font: 26px/14px 'PNCSemibold',  Arial,sans-serif;
  color: #e3a0a0;
}
.error_close:hover {
  color: #fff;
}

.form_box input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .form_box textarea {
  font-family: 'PNCBold';
}

.form_ok input{
  background:  url(../images/form_ok.png) 96% 13px no-repeat;
}
/* ------------------------------------------------

    6. Sliders

------------------------------------------------ */

.owl-main-theme {
  position: relative;
  margin-bottom: 40px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-main-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 8px 0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #ada7a6;
}
.owl-main-theme .owl-controls .owl-page.active span {
  border: 3px solid #ba0d0d;
  background-color: #ba0d0d;
  filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-main-theme .owl-controls {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-main-theme .item {
  position: relative;
}
.main_carousel_text {
  position: absolute;
  top: 45px;
  left: 45px;
}
.owl-main-theme h3 {
  font: 50px/50px 'PNExtrabold',  Arial,sans-serif;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 25px;
      
}
.owl-main-theme h4 {
  font: 30px/30px 'PNBold',  Arial,sans-serif;
      color: #fff;
      text-transform: uppercase;
}

.owl-product-wr {
  margin-right: -5px;
  margin-left: -5px;
}
.owl-product {
  padding-bottom: 29px;
  border-bottom: 1px dashed #d9d9d9;
  height: 410px;
  margin-bottom: 35px;
}
.owl-product .item {
  position: relative;
  margin: 0px;
  padding: 10px 5px;
  
}
.owl-product .item img{
  display: block;
}
.owl-product .owl-controls {
  position: absolute;
  top: 90px;
  width: 100%;
}
.owl-product .owl-buttons> div {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #adadad;
  text-align: center;
  color: #3d3d3d;
  opacity: 0.6;
  font-size: 30px;
  line-height: 50px;
  background-color: #fff;
  font-family: 'PNCExtrabold',  Arial,sans-serif;
}
.owl-product .owl-controls .owl-prev {
  left: 10px;
  border-left: none;
}
.owl-product .owl-controls .owl-next {
  right: 10px;
  border-right: none;
}
.owl-product .owl-buttons> div:hover {
  border-color: #1c6696;
  color: #1c6696;
}

.owl-three-box {
  margin-bottom: 30px;
}

.owl-three-box .item{
  margin: 13px;
}
.owl-three-box .owl-controls {
  position: absolute;
  top: 90px;
  width: 100%;
}
.owl-three-box .owl-buttons> div {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  text-align: center;
  color: #999;
  opacity: 1;
  font-size: 30px;
  line-height: 52px;
  background-color: #fff;
  font-family: 'PNCExtrabold',  Arial,sans-serif;
}
.owl-three-box .owl-controls .owl-prev {
  left: 12px;
  border-left: none;
}
.owl-three-box .owl-controls .owl-next {
  right: 12px;
  border-right: none;
}
.owl-three-box .owl-buttons> div:hover {
  color: #2980b9;
}


.slider-pro {
  margin-top: 15px;
}
.sp-top-thumbnails .sp-thumbnail-container, .sp-bottom-thumbnails .sp-thumbnail-container {
      margin-left: 8px;
    margin-right: 8px;
    border: 2px solid #e7e7e7;
}
.sp-thumbnails .sp-selected-thumbnail {
  border: 2px solid #67a8d3;
}
.sp-bottom-thumbnails {
  margin-top: 30px;
}
.sp-top-thumbnails .sp-thumbnail-arrows, .sp-bottom-thumbnails .sp-thumbnail-arrows {
  bottom: 55px;
  width: 310px;
  left: -30px;
  top:auto;
}
.sp-previous-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-next-thumbnail-arrow:after {
  width: 3px;
  height: 13px;
  background-color: #c9c9c9;
}
.sp-fade-thumbnail-arrows {
  opacity: 1;
}
.sp-thumbnails-container {
  position: static;
}


.owl-reviews {
  margin-bottom: 30px;
  /*height: 279px;*/
}

.owl-reviews .owl-controls {
  position: absolute;
  top: auto;
  bottom: 40px;
  width: 100%;
}
.owl-reviews .owl-buttons> div {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  text-align: center;
  color: #999;
  opacity: 1;
  font-size: 20px;
  line-height: 40px;
  font-family: 'PNCExtrabold',  Arial,sans-serif;
  background-color: #fbfbfb;
  background: linear-gradient(to top, #fbfbfb, #fff);
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

.owl-reviews .owl-controls .owl-prev {
  right: 40px;
}
.owl-reviews .owl-controls .owl-next {
  right: 0px;
  border-left: none;
}
.owl-reviews .owl-buttons> div:hover {
  background-color: #f3f3f3;
    background: linear-gradient(to top, #f3f3f3, #f3f3f3);
    box-shadow: inset 0 0 10px 5px #d8d8d8;
    color: #919191;
}

/* ------------------------------------------------

    7. Modal Box

------------------------------------------------ */
.box-modal {
  position: relative;
  width: 330px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 6px 1px #e6e6e6;
  color: #000;
}
.box-modal p {
  font: 15px/18px 'PNCSemibold',  Arial,sans-serif;
  color: #7f7f7f;
}
.box-modal_close { 
  position: absolute; 
  right: 10px; 
  top: 10px; 
  font-size: 40px;
  color: #c9c9c9;
  cursor: pointer; 
}
.box-modal_close:hover { color: #666; }

.modal_registration {
  margin-left: 25px;
  margin-top: 10px;
  display: inline-block;
}
.box-modal .btn_red {
  padding-left: 22px;
  padding-right: 22px;
}
.box-modal .line {
  border-bottom: 1px solid #ededed;
  margin: 12px 0;
  padding-top: 7px;
}
.modal_social_box li {
  display: inline-block;
}
.modal_social_box a {
  display: block;
  opacity: 0.7;
  border: none;
}
.modal_social_box a:hover {
  opacity: 1;
  border: none;
}
.modal_form .error input, input.error {
  border: 1px solid #bb1717 !important;
  color: #bb1717 !important;
}
.modal_form .error_text {
  font: 13px/13px 'PNCSemibold',  Arial,sans-serif;
  color: #bb1717;
  text-align: right;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}
.modal_form .error input{
  background:  url(../images/error_icon.png) 96% 11px no-repeat;
}
/*
.modal-checkbox {
  font: 14px/18px 'PNCSemibold',  Arial,sans-serif;
  color: #7f7f7f;
  margin-bottom: 14px;
}
*/
.order_form  .modal-checkbox {
    font: 14px/24px 'PNCSemibold', Arial,sans-serif;
    color: #7f7f7f;
    margin-bottom: 14px;
}
.modal-checkbox a {
  line-height: 24px;
  font-size: 14px;
}
.box-modal textarea{
  background-color: #fff;
  font-family: 'PNCReg', Arial, sans-serif;
  font-size: 16px;
}
.rating_h {
  float: left;
  display: block;
  margin-right: 11px;
  font: 14px/15px 'PNCBold',  Arial,sans-serif;
  color: #333;
  margin-bottom: 10px;
}

/* ------------------------------------------------

    8. Preloader

------------------------------------------------ */
#preloader{
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

#preloader.load_page{
    top: 50%;
    bottom: 50%;
    opacity: 0;
    visibility: hidden;
}

#preloader .preloader_img{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

/* ------------------------------------------------

    9. Box size

------------------------------------------------ */
.box_wr {
  margin-left: -13px;
  margin-right: -13px;
}
.box_50 {
  width: 50%;
  float: left;
  padding:  0 13px;
}

.box_33 {
  width: 33.33%;
  float: left;
  padding:  0 13px;
}

/* ------------------------------------------------

    10. ingex

------------------------------------------------ */


.product_item {
  border: 1px solid #f0f0f0;
  position: relative;
  background-color: #fff;
  margin: 5px 5px;
  z-index: 3;
}
.product_item:before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  border: 1px solid #f0f0f0;
  border-top: none;
  bottom: -4px;
  width: 96%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product_item:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  border: 1px solid #f0f0f0;
  border-top: none;
  bottom: -6px;
  width: 92%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product_item:hover {
  box-shadow: 0 0px 5px 1px   rgba(0,0,0,0.08);
  margin: 0px 0px;
  padding: 5px 5px;
}
.product_stock_box {
  position: relative;
  top: 0;
}
.owl-product .item {
  padding-bottom: 5px;
}

.product_item
{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}


.owl-product .item:hover .product_img{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.product_item .product_img {
  text-align: center;
  margin: 25px auto;
  height: 160px;
  width: 220px;
}
.product_item .product_img a {
  display: inline-block;
  max-height: 160px;
  width: auto;
  box-shadow: 0 0 15px 1px   rgba(0,0,0,0.10);
  max-width: 130px;
}
.product_item .product_img img {
  /*height: 160px;*/
  max-height: 160px;
  max-width: 100%;
}
.product_item_cont {
  margin: 0 10px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  height: 105px;
}
.product_item p {
  margin-bottom: 5px !important;
  font: 18px/18px 'PNCSemibold',  Arial,sans-serif;
  color: #000;
}
.book_name {
  font: 15px/18px 'PNCBold',  Arial,sans-serif;
  color: #000;
  border-color: #c8c8c8;
  height: 20px;
}
.book_author {
  font: 16px/16px 'PNCExtrabold',  Arial,sans-serif;
  color: #2980b9;
  border: none;
}
.book_author_wr {
  max-height: 33px;
  overflow: hidden;
}
.book_author_wr>div {
  height: 35px;
  display: table-row;
 }
 .book_text_wr {
  height: 20px;
  overflow: hidden;
 }

.book_author_wr>div a {
  vertical-align: middle;
  display: table-cell;
 }
.book_author:hover {
  color: #000;
}
.book_genre {
  font: 14px/18px 'PNCReg',  Arial,sans-serif;
  color: #999;
  border-color: #e8e8e8;
}

.product_item_price {
  margin: 0 10px;
  padding-top: 0px;
}
.product_item_price p strong {
  font-family: 'PNCExtrabold',  Arial,sans-serif;
}
.product_item_price_old {
  font: 14px/18px 'PNCLig',  Arial,sans-serif;
  color: #999;
  text-decoration: line-through;
  padding-left: 15px;
}

.product_stock_icons {
  position: absolute;
  top: 25px;
  right: 20px;
}
.product_stock_icons li {
  margin-bottom: 12px;
}
.product_stock_icons li a {
  border: none;
}
.product_stock_icons li a:hover img {
  -moz-transform:  scale(1.1);
  -o-transform:   scale(1.1);
  -webkit-transform: scale(1.1);
  transform:  scale(1.1);
}


.product_stock {
  position: absolute;
  top: 9px;
  left: 9px;
}
.product_stock_note {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.product_stock_note:after {
  position: absolute;
  content: '';
  right: -7px;
  width: 7px;
  height: 32px;
  /*background:  url(../images/product_stock_note_green_arrow.png) 0 0 no-repeat;*/
}
.product_stock_note>* {
  border: none;
  display: inline-block;
  font: 12px/32px 'PNCBold',  Arial,sans-serif;
  color: #fff;
  padding: 0 13px;
  text-transform: uppercase;
}
.product_stock_note_green:after {
  background:  url(../images/product_stock_note_green_arrow.png) 0 0 no-repeat;
}
.product_stock_note_green {
  background:  url(../images/green_bg.png) 0 0 repeat;
}
.product_stock_note_red:after {
  background:  url(../images/product_stock_note_red_arrow.png) 0 0 no-repeat;
}
.product_stock_note_red {
  background:  url(../images/red_bg.png) 0 0 repeat;
}
.product_stock_note_pink:after {
  background:  url(../images/product_stock_note_pink_arrow.png) 0 0 no-repeat;
}
.product_stock_note_pink {
  background:  url(../images/pink_bg.png) 0 0 repeat;
}

.product_stock_note a:hover {
  color: #000;
  opacity: 0.5;
}
.product_item_buttons {
  margin: 12px 10px;
  height: 0;
  overflow: hidden;
}
.product_item_buttons div:first-child {
  float: right;
  margin-left: 5px; 
}
.product_item_buttons div:last-child {
  overflow: hidden; 
}
.product_item:hover .product_item_buttons {
  height: 42px;
}
.product_item_buttons
{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}

.product_item_no_bottom:after {
  display: none;
}
.product_item_no_bottom:before {
  display: none;
}
.product_item_no_hover{
  margin: 0;
}
.product_item_no_hover:hover {
  box-shadow: none;
   margin: 0px;
  padding: 0;
}


.img_text_inside {
  position: relative;
  margin-bottom: 15px;
}
.img_text_inside p {
  position: absolute;
  top: 75px;
  left: 30px;
  display: block;
}
.img_text_inside span {
  background:  url(../images/red_bg.png) 0 0 repeat;
  font: 18px/32px 'PNCExtrabold',  Arial,sans-serif;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  
}

/*
.three_box_img {
  position: relative;
}
*/
.when_box {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 58px;
  height: 58px;
  background:  url(../images/dark_bg.png) 0 0 repeat;
  text-align: center;
  z-index: 3;
  text-transform: uppercase;
  padding-top: 10px;
}
.play_icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 16px;
  height: 16px;
  background:  url(../images/play_icon.png) 0 0 no-repeat;
}
.three_box_img a>img {
  /*width: 100%;*/
  max-height: 210px;
  max-width: 383px;
}
.three_box_img a:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  opacity: 0.1;
}

.three_box_img_info {
  position: absolute;
  height: 40px;
  padding: 13px 15px;
  background:  url(../images/blue_bg.png) 0 0 repeat;
  z-index: 3;
  font: 13px/14px 'PNCExtrabold',  Arial,sans-serif;
  color: #fff;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
}
.three_box_img_info_sm {
  position: absolute;
  height: 40px;
  padding: 10px 40px;
  background:  url(../images/blue_bg.png) 0 0 repeat;
  z-index: 3;
  font: 15px/20px 'PNCSemibold',  Arial,sans-serif;
  color: #fff;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
}
.three_box_img_info img {
  margin-right: 7px;
}
.three_box_img_info span {
  padding-right: 15px;
}
.three_box_img:hover .three_box_img_info {
  opacity: 1;
}
.three_box_img:hover .three_box_img_info_sm {
  opacity: 1;
}
.three_box_img:hover a:before {
  opacity: 0.4;
}
.three_box_img_info, .three_box_img a:before
{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}

.three_box_img {
  margin-bottom: 16px;
   position: relative;
   height: 210px;
   text-align: center;
}
.three_box_cont a {
  font: 18px/22px 'PNCExtrabold',  Arial,sans-serif;
}
.three_box_cont p {
  font: 15px/22px 'PNCReg',  Arial,sans-serif;
  padding-top: 10px;
}
.three_box_cont em {
  font: normal 15px/22px 'PNCSemibold',  Arial,sans-serif;
  color: #ba0d0d;
  display: block;
}
.three_box_cont i {
  font: normal 15px/22px 'PNCSemibold',  Arial,sans-serif;
  color: #666666;
  display: block;
}

/* ------------------------------------------------

    11. Footer

------------------------------------------------ */

footer {
  height: 280px;
  background: #abd3dc url(../images/footer_bg.jpg) 145px 0 repeat;
  border-top: 1px dashed #95b1c1;
  padding: 15px 30px;
}
footer a {
  border-color: #92c0d4;
}
.footer_box_1 {
  width: 230px;
  float: left;
}
.logo_footer {
  margin-bottom: 12px;
}
.logo_footer a{
  display:block;
  width:97px;
  height:62px;
  background:url(../images/logo_footer.png) 0px 0 no-repeat;
  text-decoration:none;
  text-indent:-9999px;
  border: none;
}    
.footer_box_1 p {
  font: 12px/14px 'PNCSemibold',  Arial,sans-serif;
  color: #656565;
}
.footer_box_1 p span {
  font-family: Arial,sans-serif;
}
.footer_mail_wr {
  border-top: 1px solid #cae3e9;
  padding-top: 22px;
  margin-top: 15px;
}
.footer_mail {
  border: 3px solid #cae3e9;
  padding: 7px 10px;
  position: relative;
}
.footer_mail span {
  position: absolute;
  top: -8px;
  left: 10px;
  padding: 0 5px;
  display: block;
  background-color: #abd3dc;
  font: 12px/12px 'PNCExtrabold',  Arial,sans-serif;
  color: #333;
  text-transform: uppercase;
  z-index: 2;
}
.footer_mail input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  padding: 0 14px;
  height: 40px;
  border: none;
  border: 1px solid #b1b1b1;
  box-shadow: inset 0 0 5px 1px #b1b1b1;
  width: 160px;
  float: left;
  font: 13px/15px 'PNCSemibold',  Arial,sans-serif;
}
.footer_mail .btn_blue {
  width: 42px;
  float: left;
  cursor: pointer;
}
.footer_mail .btn_blue img {
  margin-top: 4px;
}
.footer_box_2 {
  float: left;
  padding-top: 30px;
  margin-left: 30px;
}
.footer_box_2>div {
  float: left;
  margin-right: 20px;
}
.footer_box_2>div:last-child {
  margin-right: 0;
  width: 180px;
}
.footer_box_2>div:first-child {
  width: 220px;
}
.footer_nav_box h5 {
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 0px;
  padding-bottom: 3px;
}
.footer_nav_box {
  width: 200px;
  padding-left: 35px;
  position: relative;
}
.footer_nav_box ul {
  display: inline-block;
  border-top: 1px solid #cae3e9;
  padding-top: 10px;
}
.footer_icon {
  position: absolute;
  display: block;
  top: -3px;
  left: 0;
}
.footer_nav_box a {
  font: 13px/24px 'PNCSemibold', Arial,sans-serif;
  color: #000;
  border-color: #596f74;
}

.footer_box_3 {
  float: right;
  width: 260px;
  padding-top: 10px;
}
footer .working_hours {
  margin-right: 0;
  padding-top: 15px;
  float: none;
}
footer .working_hours p {
  color: #4c4c4c;
}
footer .working_hours span {
  color: #5d5d5d;
}
footer .address_box {
  float: none;
}
footer .address_box p {
  margin-bottom: 5px;
}
.helpdesk {
  font-size: 13px;
  color: #303030;
  line-height: 15px;
  padding-top: 14px;
}

.social_box {
  padding-top: 15px;
}
.social_box li {
  display: inline-block;
  height: 34px;
  width: 34px;
}
.social_box a {
  border: 2px solid #94b8c0;
  display: block;
  text-align: center;
  padding-top: 9px;
}
.social_box a:hover {
  background:  url(../images/white_bg.png) 0 0 repeat;
}


.tooltip{
  position:absolute;
  z-index:999;
  left:-9999px;
  background-color:#2980b9;
  padding:5px 10px;
  max-width:200px;
  border-radius: 5px;
  display: block;
  
}
div.tooltip:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -5px;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #2980b9;

}
.tooltip p{
  margin:0;
  padding:0;
  color:#fff;
}

.tooltip_top{
  position:absolute;
  z-index:999;
  left:-9999px;
  background-color:#2980b9;
  padding:5px 10px;
  max-width:200px;
  display: block;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  
}
div.tooltip_top:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -2px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2980b9;

}
.tooltip_top p{
  margin:0;
  padding:0;
  color:#fff;
}

/* ------------------------------------------------

    12. Way

------------------------------------------------ */

.way {
  font: 14px/30px 'PNCReg', Arial,sans-serif;
  color: #999;
  padding-bottom: 10px;
}
.way a  {
  font: 14px/30px 'PNCReg', Arial,sans-serif;
  color: #2980b9;
}
.way span {
  font: 14px/30px  Arial,sans-serif;
  color: #999;
  display: inline-block;
  padding: 0 8px;
}

/* ------------------------------------------------

    13. stock-news

------------------------------------------------ */

.social_box_h li {
  display: inline-block;
  font: 13px/30px 'PNCReg', Arial,sans-serif;
  color: #b2b2b2;
}
.social_box_h a {
  display: block;
  opacity: 1;
  border: none;
}
.social_box_h a:hover {
  opacity: 0.7;
  border: none;
}
.social_box_h img {
  width: 30px;
  height: 30px;
}
.social_box_h {
  float: right;
}
/*
.social_box_h span {
  padding-right: 8px;
}
*/
.img_box {
  position: relative;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 4px;
}
.img_box .when_box {
  top: 0;
  left: 0;
}
.stock_news_text_box {
  font: 16px/24px 'PNCReg', Arial,sans-serif;
  color: #333333;
}

.flexible-stars i {
display: inline-block
}
 [class^="sprite-"] {
 background: url(../images/star.png) no-repeat top left;
}
.sprite-gold-star {
background-position: 0 0;
width: 16px;
height: 16px;
}
.sprite-half-star {
background-position: 0 -78px;
width: 16px;
height: 16px;
}
.sprite-silver-star {
background-position: 0 -156px;
width: 16px;
height: 16px;
}
.stars_poz {
  margin: 0 10px;
}


.owl-product-ex-2 {
  border-bottom: none;
  height: 450px;
}




/* ------------------------------------------------

    14. Pages

------------------------------------------------ */

.pages {
  text-align: center;
  margin-bottom: 25px;
}
.pages li {
  float: left;
  padding: 0;
  margin: 0;  
}
.pages ul {
  overflow: hidden;
  display: inline-block;
}
.pages a, .pages span {
  height: 38px;
  width: 38px;
  background-color: #fbfbfb;
  background: linear-gradient(to top, #fbfbfb, #fff);
  display: block;
  text-align: center;
  font: 14px/38px 'PNCBold', Arial,sans-serif;
  color: #666666;
  text-decoration: none;
  border: 1px solid #d8d8d8;
  border-right: none;
}
.pages li:last-child a {
  border: 1px solid #d8d8d8;
}
.pages a:hover {
  background-color: #f3f3f3;
  background: linear-gradient(to top, #f3f3f3, #f3f3f3);
  box-shadow: inset 0 0 10px 5px #d8d8d8;
  color: #919191;
}
.pages .selected span {
  background-color: #f3f3f3;
  background: linear-gradient(to top, #f3f3f3, #f3f3f3);
  color: #919191;
}

/* ------------------------------------------------

    15. stock-list.html

------------------------------------------------ */

/*.owl-three-static {
}*/

.owl-three-static .item {
    padding: 13px;
    padding-bottom: 15px;
    width: 33.33%;
    /*float: left;*/
    display: inline-block;
    margin-left: -3px;
}

.mail_icon img {
  margin-top: 3px;
}

.box_grey {
  background-color: #f8f8f8;
  margin-right: -20px;
  margin-left: -20px;
  padding: 30px 20px 30px 20px;
}
.box_grey .owl-three-box {
  margin-bottom: 0;
}

/* ------------------------------------------------

    16. contacts.html

------------------------------------------------ */

.contacts_list p {
  font: 15px/20px 'PNCSemibold', Arial,sans-serif;
  color: #333333;
  padding-bottom: 20px;
}

.contacts_list li {
  display: table-row;
}
.contacts_list li>span {
  display: table-cell;
}
.contacts_list_cont {
  vertical-align: middle;
}

.contacts_box {
  float: left;
  width: 430px;
}

.map_box {
  float: right;
  width: 760px;
}

.contacts_box dt {
  color: #666666;
  font: 16px/20px 'PNCReg', Arial,sans-serif;
  padding-left: 45px;
  position: relative;
}

.contacts_box dd {
  color: #000;
  font: 16px/20px 'PNCSemibold', Arial,sans-serif;
  margin-bottom: 20px;
  padding-left: 45px;
}

.contacts_box strong {
  color: #000;
  font: 20px/20px 'PNCSemibold', Arial,sans-serif;
  position: relative;
}
.contacts_box a {
  font-family: 'PNCBold';
}
.contacts_box dt:before {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0px;
  left: 0;
}
.contacts_address:before {
  background:  url(../images/contacts_address_icon.png) 0 0 no-repeat;
}
.contacts_phone:before {
  background:  url(../images/contacts_phone_icon.png) 0 0 no-repeat;
}
.contacts_mail:before {
  background:  url(../images/contacts_mail_icon.png) 0 0 no-repeat;
}
.contacts_opening_hours:before {
  background:  url(../images/contacts_opening_hours_icon.png) 0 0 no-repeat;
}


/* ------------------------------------------------

    17. account.html

------------------------------------------------ */

.private_office_avatar {
  width: 154px;
  float: left;
  margin-right: 36px;
}
.private_office_avatar {
  width: 154px;
  height: 154px;
  position: relative;
}

.private_office_avatar:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  opacity: 0.1;
}
.edit_ava {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/blue_bg.png) 0 0 repeat;
  text-align: center;
  z-index: 3;
  text-indent: -99999px;
  border: none;
}
.edit_ava:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 12px;
  background:  url(../images/edit_ava_icon.png) 0 0 no-repeat;
}
.edit_ava:hover:before {
  -moz-transform:  scale(1.1);
  -o-transform:   scale(1.1);
  -webkit-transform: scale(1.1);
  transform:  scale(1.1);
}

.private_office_edit {
  width: 490px;
  float: left;
}
.private_office_edit li {
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  overflow: hidden;
  height: 50px;
  overflow: hidden;
}
.private_office_edit li:last-child {
  border-bottom: none;
}
.private_office_name {
  font: 16px/40px 'PNCReg', Arial,sans-serif;
  color: #5c5b5b;
  display: block;
  width: 150px;
  float: left;
}
.private_office_edit_box {
  width: 330px;
  float: left;
  color: #333333;
  font: 15px/40px 'PNCBold', Arial,sans-serif;
}
.private_office_edit_btn {
  color: #333333;
  font: 15px/40px 'PNCSemibold', Arial,sans-serif;
  width: 200px;
  padding-left: 12px;
  display: block;
}
.btn_edit {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background:  url(../images/edit_icon.png) 12px 12px no-repeat;
  cursor: pointer;
}
.btn_edit:hover {
  -moz-transform:  scale(1.1);
  -o-transform:   scale(1.1);
  -webkit-transform: scale(1.1);
  transform:  scale(1.1);
}

.private_office_edit input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  margin-bottom: 0;
  float: left;
  width: 225px;
  color: #333333;
  font: 15px/40px 'PNCBold', Arial,sans-serif;
}
.private_office_edit_form {
  display: none;
}

.mailing_box {
  width: 480px;
  float: right;
}

.mailing_box {
  color: #333;
  font: 14px/24px 'PNCSemibold', Arial,sans-serif;
}
.mailing_box li {
  margin-bottom: 15px;
}
.mailing_box ul {
  padding-bottom: 15px;
  padding-top: 3px;
}
.mailing_btn {
  color: #333;
  font: 18px/24px 'PNCSemibold', Arial,sans-serif;
  cursor: pointer;
}
.btn_treug {
  display: inline-block;
  cursor: pointer;
}
.btn_treug:after  {
  content: '';
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bababa;
}
.btn_treug.active:after {
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bababa;
  border-top: 5px solid transparent;
}
h2.btn_treug:after  {
  margin-top: 18px;
}
h2.btn_treug.active:after {
  margin-top: 13px;
}

.history_orders {
  width: 910px;
  float: left;
  color: #333;
  font: 14px/22px 'PNCBold', Arial,sans-serif;
}

.history_orders td {
  height: 80px;
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.history_orders em {
  color: #666;
  font-size: 13px;
  font-style: normal;
}
.history_orders strong {
  font-family: 'PNECExtrabold';
}

.history_orders .btn_white {
  color: #666;
}
.completed_box {
  color: #38a82d;
  font: 14px/22px 'PNCBold', Arial,sans-serif;
  padding-left: 17px;
  background:  url(../images/completed_icon.png) 0 2px no-repeat;
}
.canceled_box {
  color: #ba0d0d;
  font: 14px/22px 'PNCBold', Arial,sans-serif;
  padding-left: 17px;
  background:  url(../images/canceled_icon.png) 2px 3px no-repeat;
}
.performed_box {
  color: #999;
  font: 14px/22px 'PNCBold', Arial,sans-serif;
  padding-left: 17px;
  background:  url(../images/performed_icon.png) 0 0px no-repeat;
}
.discount_wr {
  width: 233px;
  float: right;
}
.discount_box {
  display: block;
  padding: 75px 15px 15px 15px;
  margin-bottom: 15px;
  position: relative;
  background:  url(../images/discount_img.png) 0 0 no-repeat;
  color: #000;
  font: 16px/18px 'PNCBold', Arial,sans-serif;
}
.discount_box em {
  color: #838383;
  font: 12px/18px 'PNCReg', Arial,sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.discount_box .product_stock {
  top: 16px;
  right: 16px;
  left: auto;
  font-size: 18px;
  display: block;
}
.discount_box .product_stock .product_stock_note>* {
  font: 18px/32px 'PNCBold', Arial,sans-serif;
}
.discount_sum {
  display: block;
  color: #666;
  font: 13px/32px 'PNCBold', Arial,sans-serif;
  padding: 0 5px; 
}
.red_wr_text {
  background-color: #ba0d0d;
  color: #fff;
  font: 13px/32px 'PNCBold', Arial,sans-serif;
  padding: 0 9px;
  margin: 0 7px;
  display: inline-block;
}

/* ------------------------------------------------

    18. meetings.html

------------------------------------------------ */

.video_load {
  color: #7a7a7a;
  font: 14px/18px 'PNCSemibold', Arial,sans-serif;
  padding: 11px 20px;
  display: inline-block;
  
}

.video_box_lg  iframe {
  height: 279px;
  width: 100%;
}
.owl-three-box-img .item>img{
  width: 100%;
  margin-bottom: 2px;
}
.owl-three-box-img .item {
  margin: 1px;
}
.owl-three-box-img .owl-controls .owl-prev {
  left: 0;
}
.owl-three-box-img .owl-controls .owl-next {
  right: 0;
}
.owl-three-box-img .owl-controls {
  top: 50%;
  margin-top: -25px;
}


/* ------------------------------------------------

    19. basket.html

------------------------------------------------ */

.btn_transparent_gray span {
  font-size: 28px;
  display: inline-block;
  padding-right: 5px;
}

.basket_wr {

}
.basket_point {
  position: relative;
  padding: 20px 30px 15px 30px;
  border-top: 1px solid #f5f5f5;
}
.basket_point:hover {
  box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.08);
}
.basket_point {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.basket_img {
  margin-right: 8px;
  width: 90px;
  float: left;
}
.basket_img img {
  height: 101px;
  max-height: 101px;
  max-width: 90px;
}
.basket_cont {
  float: left;
  width: 420px;
  font-size: 13px;
  color: #666;
}
.basket_cont li span  {
  margin-top: 8px;
  display: inline-block;
  line-height: 16px;
  font-size: 13px;
  color: #666;
}
.basket_cont li:last-child span {
  margin-top: 0;
}

.basket_prise {
  width: 210px;
  float: left;
  padding-top: 40px;
  text-align: right;
}
.basket_prise .product_item_price_old {
  padding-left: 0;
  padding-right: 15px;
}

.basket_prise_sum {
  width: 155px;
  float: left;
  padding-top: 40px;
  text-align: right;
}

.basket_point .product_item_price p {
  margin-bottom: 5px !important;
  font: 22px/22px 'PNCSemibold',  Arial,sans-serif;
  color: #000;
}
.basket_point .product_item_price_old {
  font-size: 16px;
}

.section_basket {
  float: left;
  width: 150px;
  padding-top: 25px;
  margin-left: 30px;
}

.basket_close {
  float: right;
  width: 45px;
  height: 45px;
}
.basket_close {
  padding-top: 25px;
}

.basket_point_sum {
  background-color: #fdfdfd;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: right;
  height: 100px;
  padding: 20px 30px;
  color: #000;
  font: 20px/35px 'PNCBold',  Arial,sans-serif;
}
.cart_summ_2 {
  font-size: 20px !important;
}
.basket_point_sum strong {
  font-size: 30px;
  font-family: 'PNCExtrabold';
  padding-left: 25px;
}
.basket_point_sum strong span {
  font-family: 'PNCSemibold';
}

.order_form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  width: 340px;
}
.order_form label{
  display: inline-block;
  width: 100px;
  padding: 10px 0;
  color: #333333;
  font: 18px/20px 'PNCBold',  Arial,sans-serif;
}
.order_form textarea {
  width: 590px;
}
.order_form_open {
  display: none;
}
.btn_order_form_open {
  float: right;
  margin-bottom: 40px;
}
.btn_order_form_open.active {
  display: none;
}
#delivery_form, #fast_delivery_form {
    display: none;
}
/* ------------------------------------------------

    20. catalog.html

------------------------------------------------ */

.filter {
  width: 230px;
  float: left;
}

.content_sm {
  width: 955px;
  float: right;
}


.sort_wr {
  border: 1px solid #e7e7e7;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.sort_h {
  color: #010101;
  font: 13px/30px 'PNCBold',  Arial,sans-serif;
  display: inline-block;
}
.sort_box {
  display: inline-block;
}
.sort_box>li {
  display: inline-block;
  padding: 0 25px;
  border-right: 1px solid #e5e5e5;
}
.sort_box>li:last-child {
  border-right: none;
}
.sort_box>li a {
  font: 14px/30px 'PNCSemibold',  Arial,sans-serif;
  border: none;
}

.sort_box>li a:hover {
  color: #333;
}

.sort_box>li a:after  {
  content: '';
  float: right;
  margin-left: 15px;
  margin-top: 13px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2980b9;
}
.sort_box>li a:hover:after {
  border-top: 5px solid #999999;
}
.sort_box>li a.active:after, .sort_box .active  a:after {
  margin-top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2980b9;
  border-top: 5px solid transparent;
}
.sort_box>li a.active:hover:after, .sort_box .active  a:hover:after {
  margin-top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999999;
  border-top: 5px solid transparent;
}
.btn_clear {
  color: #999;
  font: 13px/30px 'PNCSemibold',  Arial,sans-serif;
  border-bottom: none;
  cursor: pointer;
  float: right;
}
.btn_clear em {
  padding-right: 9px;
  font-size: 24px;
  font-style: normal;
}
.btn_clear span {
  border-bottom: 1px solid #e7e7e7;
}
.btn_clear:hover  {
  color: #999;
}
.btn_clear:hover span {
  border-bottom: 1px solid transparent;
}

.owl-product-ex-3 {
  height: 420px;
}

.owl-product-static  {
  height: auto;
  padding-bottom: 20px;
}

.item_wr {
  height: 410px;
  width: 241px;
  float: left;
  position: relative;
}
.item_wr:hover  {
  z-index: 5;
}

.btn_add_item {
  width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.filter_add {
  border: 5px solid #f6f6f6;
  color: #666;
  font: 14px/30px 'PNCSemibold',  Arial,sans-serif;
  margin-bottom: 10px;
}

.filter_add_h {
  color: #000;
  font: 15px/30px 'PNCBold',  Arial,sans-serif;
  border-bottom: 1px solid #f6f6f6;
  padding: 5px 12px;
}
.filter_add ul {
  padding: 10px;
}
.btn_filter_add {
  cursor: pointer;
  border: none;
  font-size: 26px;
  margin-left: 8px;
  color: #666;
}
.btn_filter_add:hover {
  opacity: 0.6;
  color: #666;
}
.filter_add .active {
  color: #ba0d0d;
}
.filter_add .active .btn_filter_add {
  color: #ba0d0d;
}


.filter_nav {
  border: 5px solid #f6f6f6;
  margin-bottom: 10px;
}
.btn_filter_nav {
  color: #2980b9;
  font: normal 15px/20px 'PNCSemibold',  Arial,sans-serif;
  cursor: pointer;
  padding: 10px;
  display: block;
  
}
.filter_nav li{
  border-bottom: 1px solid #ebebeb;
}
.filter_nav li:last-child {
  border-bottom: none;
}
.btn_filter_nav:hover {
  /*box-shadow: inset 0 0 10px 3px #f6f6f6;*/
  color: #000;
}
.btn_filter_nav.active {
  color: #000;
}
.btn_filter_nav:after  {
  content: '';
  float: right;
  margin-left: 15px;
  margin-top: 8px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2980b9;
}
.btn_filter_nav:hover:after {
  border-top: 5px solid #999999;
}
.btn_filter_nav.active:after {
  margin-top: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999999;
  border-top: 5px solid transparent;
}
.btn_filter_nav.active:hover:after {
  margin-top: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999999;
  border-top: 5px solid transparent;
}
.filter_nav_ins {
  display: none;
  /*display: block;*/
  padding: 10px;
  color: #333333;
  font: 13px/25px 'PNCSemibold',  Arial,sans-serif;
}
.filter_nav_ins label {
  cursor: pointer;
}

.filter_clear {
  width: 200px;
  text-align: center;
  display: block;
  margin: 14px auto;
}

.item_blue_border .product_item, .item_blue_border .product_item:before, .item_blue_border .product_item:after  {
  border-color: #bedde4;
}
.item_blue_border.owl-product .owl-buttons> div {
  border-color: #a4cae5;
  color: #a4cae5;
}
.item_blue_border.owl-product .owl-buttons> div:hover {
  opacity: 1;
  border-color: #a4cae5;
  color: #a4cae5;
}
/* ------------------------------------------------

    21. ui-slider

------------------------------------------------ */

#slider {
    width: 200px;
}

.ui-slider {
    position: relative;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 9px;
    height: 19px;
    background-image:url('../images/slider_line_point.png');
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}
.ui-slider-horizontal {
     height: 3px;
}
.ui-slider-horizontal .ui-slider-handle { 
    top: 6px;
    margin-left: -7px;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
  background-position: 100% 0;
  margin-left: -1px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background-color: #2980b9;
}
.ui-slider-horizontal .ui-slider-range-min { 
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-corner-all {
    background-color: #dbdbdb;
    height: 5px;
}
.slider_cont_line {
  width: 200px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  height: 8px;
}
.slider_cont_line:after {
  content: '';
  height: 8px;
  width: 1px;
  background-color: #dbdbdb;
  display: block;
  margin: 0 auto;
}
.minpoz, .maxpoz {
  width: 80px !important;
  height: 35px !important;
  float: left;
}
.maxpoz {
  float: right;
}
.lineCost {
  float: left;
  width: 15px;
  height: 1px;
  background-color: #c5c5c5;
  margin-left: 12px;
  margin-top: 19px;
}
.main_slider {
  margin-bottom: 25px;
}
/*.dis .ui-slider-range {
  background-color: #dbdbdb;
}*/
/* ------------------------------------------------

    22. wish-list.html

------------------------------------------------ */
.wish_list_cont {
  width: 320px;
}
.wish_list_poz {
  width: 120px;
  text-align: right;
  float: left;
  padding-top: 40px;
}
.wish_list_yes  {
  color: #84a924;
  font: 12px/22px 'PNCSemibold',  Arial,sans-serif;
}
.wish_list_yes:before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 100%;
  background-color: #84a924;
}

.wish_list_no  {
  color: #ba0d0d;
  font: 12px/22px 'PNCSemibold',  Arial,sans-serif;
}
.wish_list_no:before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 100%;
  background-color: #ba0d0d;
}

.wish_list_toorder  {
  color: orange;
  font: 12px/22px 'PNCSemibold',  Arial,sans-serif;
}
.wish_list_toorder:before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 100%;
  background-color: orange;
}

.wish_list_post {
  padding-left: 40px;
  width: 170px;
  float: left;
  font: 12px/22px 'PNCSemibold',  Arial,sans-serif;
  color: #666;
}
.wish_list_post span {
  color: #000;
}
.wish_list_btn_box {
  float: right;
  padding-top: 25px;
}
.wish_list_btn_box>* {
  float: left;
}
.wish_list_btn_box .wish_list_btn {
  float: left;
  height: 45px;
  margin-right: 10px;
  line-height: 25px;
  width: 150px;
  text-align: center;
}

.wish_list_btn_sum {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: right;
  border-top: 1px solid #f5f5f5;
}
.btn_lg {
  height: 50px;
  line-height: 30px;
  padding: 10px 28px;
}
.btn_lg img {
  margin-top: 7px;
}

/* ------------------------------------------------

    23. item.html

------------------------------------------------ */

.slider_pro_box {
  width: 330px;
  float: left;
  
}
.slider_pro_box .highslide_item img {
  height: auto;
  
}
.slider-pro .product_stock {
  z-index: 10;
  top: -10px;
  left: -40px;
}
.slider-pro {
  margin-bottom: 35px;
}

.find_in_store {
  width: 250px;
  margin: 10px auto;
  border: 5px solid #f6f6f6;
  color: #666;
  font: 14px/30px 'PNCSemibold',  Arial,sans-serif;
  margin-bottom: 15px;
  padding: 8px 12px;
}
.find_in_store_h {
    color: #000;
    font: 15px/18px 'PNCBold', Arial,sans-serif;
    padding-left: 26px;
    background:  url(../images/compass_icon.png) 0 0 no-repeat;
    margin-bottom: 10px;
}

.find_in_store table {
  margin-left: 13px;
  margin-right: 15px;
}
.find_in_store td {
  padding: 2px 12px;
  color: #666;
  font: 14px/20px 'PNCSemibold', Arial,sans-serif;
}
.find_in_store td span {
  color: #000;
}


.content_sm_2 {
  width: 850px;
  float: right;
  margin-top: 10px;
}

.title_left {
  float: left;
}
.title_rating {
  margin-top: -10px;
  padding-bottom: 15px;
}
.title_rating .flexible-stars{
  float: left;
  margin-right: 16px;
}
.title_reviews {
  line-height: 16px;
  font-size: 13px;
  float: left;
  margin-right: 30px;
}
.title_right {
  float: right;
}
.title_right .social_box_h {
  float: none;
  margin-bottom: 20px;
  margin-top: 5px;
}

.title_stock_icons li {
  display: inline-block;
  margin-left: 20px;
}
.title_stock_icons li a {
  border: none;
}

.item_basket {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
}
.item_basket .product_item_price_old {
    padding-left: 15px;
    padding-right: 0px;
    font-size: 16px;
}
.item_basket .product_item_price p {
    margin-bottom: 5px !important;
    font: 22px/22px 'PNCSemibold', Arial,sans-serif;
    color: #000;
}
.item_basket .wish_list_poz {
  padding-top: 30px;
}
.item_basket .basket_prise {
  padding-top: 30px;
}
.item_basket .wish_list_btn_box {
  padding-top: 15px;
}
.item_basket_cont {
  float: left;
  width: 280px;
}
.information td {
  color: #666;
  font-size: 14px;
  padding: 2px 15px 2px 0;
  vertical-align: middle; 
  font-family: 'PNCSemibold';
}
.information td span {
  color: #333;
}
.item_basket .wish_list_btn {
  line-height: 30px;
  height: 50px;
}
.item_basket .btn_desirable2 {
  width: 50px;
  height: 50px;
  background-position: 16px 18px;
}
.additional_information {
  padding-bottom: 15px;
  /*width: 300px;*/
  max-width: 400px;
  min-width: 300px;
}
.owl-three-box-pad {
  margin-bottom: 15px;
}

.title_rating_2 {
  padding-top: 8px;
  float: left;
}
.title_rating_2 .flexible-stars{
  float: left;
  margin-right: 12px;
  margin-left: 12px;
}



.reviews_ava {
  width: 90px;
  margin-right: 10px;
  float: left;
}
.reviews_ava  img {
  margin-bottom: 8px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.reviews_ava p {
  font-size: 13px;
  line-height: 16px;
  color: #333;
}
.reviews_ava span {
  color: #999;
}
.reviews_cont {
  float: right;
  width: 485px;
  border: 3px solid #f0f0f0;
  border-bottom: none;
  position: relative;
  padding: 20px 15px 15px 15px;
  font-size: 15px;
  line-height: 18px;
}
.reviews_cont_arrow {
  background:  url(../images/reviews_cont_arrow.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 13px;
}
.reviews_cont .flexible-stars {
  position: absolute;
  background-color: #fff;
  top: -8px;
  left: 7px;
  padding: 0 8px;
}
.reviews_wr {
  margin-bottom: 25px;
  padding-top: 5px;
}


/* ------------------------------------------------

    24. Calendar

------------------------------------------------ */

.calendar_month {
  font: 20px/30px 'PNCSemibold', Arial,sans-serif;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.calendar_month_left a, .calendar_month_right a {
  border: none;
  color: #c2c2c2;
  font: 25px/30px 'PNExtrabold', Arial,sans-serif;
}
.calendar_month_left a:hover, .calendar_month_right a:hover {
  color: #2980b9;
} 
.calendar_month_left {
  margin-right: 90px;
}
.calendar_month_right {
  margin-left: 90px;
}

.calendar_table th {
  color: #333333;
  font: 14px/25px 'PNCSemibold', Arial,sans-serif;
  padding: 10px 13px;
  border-top: 1px solid #efefef;
  text-align: left;
}
.calendar_table .calendar_weekend {
  color: #d36767;
}
.calendar_table td {
  color: #333333;
  height: 80px;
  font: 11px/15px 'PNCSemibold', Arial,sans-serif;
  padding: 10px 13px;
  border: 1px solid #efefef;
  text-align: left;
  vertical-align: top;
  width: 14.28%;
}
.calendar_table span {
  color: #333333;
  font: 13px/14px 'PNCBold', Arial,sans-serif;
  display: block;
  padding-top: 8px;
}
.calendar_table .calendar_point {
  background-color: #edf6ff;
  color: #2980b9;
  box-shadow: inset 0 0 0px 1px #64a1c8;
}
.calendar_table .calendar_point span {
    color: #2980b9;
}
.calendar_table a {
  display: block;
  border: none;
}
.calendar_table a:hover {
  text-decoration: underline;
}
.calendar_table .calendar_table_dis {
  background-color: #fafafa;
  color: #999;
}
.calendar_table .calendar_table_dis a {
  color: #999;
}
.calendar_table .calendar_table_dis span {
  color: #999;
}

.box_loading {
  position: relative;
}
.box_loading:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:  url(../images/white_bg.png) 0 0 repeat;
  z-index: 12;
}

/* ------------------------------------------------

    25. Zoom

------------------------------------------------ */

.fancybox-lock .fancybox-overlay {
  background-color: transparent;
  background-image: none;
  border: 60px solid rgba(0,0,0,0.75);
}
.fancybox-lock .fancybox-overlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.fancybox-overlay-fixed {
 /* bottom: 50px;
  top: 50px;
  left: 50px;
  right: 50px;*/
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}
.fancybox-title-float-wrap .child {
  background-color: transparent;
  color: #6d6e71;
  font-size: 16px;
  line-height: 18px;
  font-family: 'PNCReg', Arial,sans-serif;
  text-shadow: none;
  white-space: normal;
  width: 900px;
}
.fancybox-close {
  border: none;
  position: fixed;
  top: 30px;
  right: 30px;
}
#fancybox-thumbs ul li {
  padding: 10px;
}
#fancybox-thumbs ul li a {
  border: none;
}
#fancybox-thumbs ul li.active {
  padding: 10px;
  opacity: 1;
}
#fancybox-thumbs {
  max-width: 1060px;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 8010;
    bottom: 70px !important;
}
.fancybox-nav-wr {
  position: fixed;
  bottom: 160px;
  width: 938px;
  left: 50%;
  height: 0px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 8060;
}
.fancybox-nav {
  background-color: #fff;
  border: 1px solid #adadad;
  height: 50px;
  width: 50px;
  opacity: 0.7;
  text-align: center;
}
.fancybox-nav span {
  display: none;
}
.fancybox-prev {
  left: -50px;
}

.fancybox-prev:before {
  content: "<";
  display: block;
  font-size: 30px;
  color: #999;
    line-height: 52px;
    font-family: 'PNCExtrabold', Arial,sans-serif;
}

.fancybox-next {
  right: -43px;
}

.fancybox-next:before {
  content: ">";
  display: block;
  font-size: 30px;
  color: #999;
    line-height: 52px;
    font-family: 'PNCExtrabold', Arial,sans-serif;
}
.fancybox-nav:hover {
  opacity: 1;
    border: 1px solid #adadad;
}
.fancybox-close {
  background-image: none;
}
.fancybox-close:before {
  content: "×";
  display: block;
  font-size: 40px;
  color: #c9c9c9;
    line-height: 36px;
    text-align: center;
}
.fancybox-close:hover:before{
  color: #666;
}
.fancybox-lock .fancybox-overlay {
  overflow-y: auto; 
}
#fancybox-loading {
  background-image: none;
  
}

/*yandex soc button*/
.ya-share2__container_size_m .ya-share2__icon {
    background-size: 25px 25px !important;
    background-position: 3px 3px !important;
    height: 30px !important;
    width: 30px !important;
}
.ya-share2__badge  {
    border-radius: 0 !important;
}
.social_box_h>ul>li>span {
    padding-right: 8px;
}
.title_right .title_stock_icons {
    float: right;
}
/* add 13.06.16  */
.jq-select-multiple ul {
  display: none;
  
}
#select4-styler  {
  display: none !important;
}

.select4 {
  width: 100%;
}   
.selectator_input {
  border:none !important;
  margin: 0 !important;
}
.selectator_element.multiple {
    padding-right: 0px !important;
    padding-bottom: 0px !important; 
}
.selectator_element:after {
  display: none;
  
}
.selectator_input {
  width: 100% !important;
  box-shadow: none !important;
}
.options-visible {
  border: 1px solid #2980b9;
}
.selectator_element .selectator_chosen_items .selectator_chosen_item {
    display: inline-block;
    background-color: #fff;
    border-radius: 0px;
    color: #2980b9;
    padding: 0px 20px 0px 0px;
    font-size: 13px;
    margin: 2px;
    position: relative;
    vertical-align: top;
}
.multiple.selectator_element .selectator_chosen_items .selectator_chosen_item {
    margin: 5px 0 0 5px;
    padding: 0px 20px 0px 7px;
    width: 95%;
    
}
.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_remove {
    display: inline-block;
    font-weight: bold;
    color: #2980b9;
    margin: 0 0 0 5px;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    font-size: 26px;
    line-height: 10px;
    vertical-align: top;
    border-radius: 0 2px 2px 0;
    position: static;
    float: left;
    right: 0;
    top: 0;
    bottom: 0;
}

.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_remove:hover {
  background-color: #fff !important;
  color: #ba0d0d !important;
}
.multiple.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_remove {
    padding: 10px 5px 4px 5px;
}
/* add 13.06.16  */
/* ------------------------------------------------

    26. wishlist-print.html

------------------------------------------------ */


.wishlist_print {
  background:   #fff;
}
#print_wr {
  width: 1000px;
  margin: 0 auto;
}
.header_print {
  padding-top: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d1d3d4;
}
.print_logo a {
  border: none;
}
.print_logo {
  float: left;
  padding-right: 100px;
}

.print_address_box {
  padding-top: 15px;
  float: left;
  width: 450px;
  color: #333333;
  font-size: 26px;
  line-height: 45px;
  font-family: 'PNCSemibold', Arial,sans-serif;
}
.print_address_box span {
  color: #9a9a9a;
}
.print_working_hours {
  color: #676767;
  font-size: 24px;
  line-height: 34px;
  font-family: 'PNCReg', Arial,sans-serif;
}
.print_hpone_namber {
  padding-top: 20px;
  float: right;
  width: 220px;
  text-align: right;
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  font-family: 'PNCBold', Arial,sans-serif;
}
.print_hpone_namber span {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}

.print_content h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: 'PNCBold', Arial,sans-serif;
  padding: 30px 0;
  border-bottom: 1px solid #d1d3d4
}
.print_basket_point {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #d1d3d4
}
.print_basket_img img {
  height: 160px;
  width: auto;
  margin-left: 30px;
}
/*.print_basket_point .product_stock {
  position: absolute;
  top: 50px;
  left: 0px;
}
.print_basket_point .product_stock_note {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.print_basket_point .product_stock_note:after {
  position: absolute;
  content: '';
  right: -21px;
  width: 21px;
  height: 100px;
  background-size: 21px 100px;
}*/
/*.print_basket_point .product_stock_note>* {
  border: none;
  display: inline-block;
  font: 40px/100px 'PNCBold',  Arial,sans-serif;
  color: #fff;
  padding: 0 40px;
  text-transform: uppercase;
}*/

.print_basket_img {
  margin-right: 20px;
  width: 160px;
  float: left;
}

.print_basket_cont {
  float: left;
  width: 420px;
  margin-right: 50px;
  font-size: 22px;
  line-height: 30px;
  color: #666;
}

.print_basket_cont .book_name {
  font: 25px/30px 'PNCBold',  Arial,sans-serif;
  color: #000;
  border-bottom: 2px solid #959595;
}
.print_basket_cont .book_author {
  font: 28px/40px 'PNCExtrabold',  Arial,sans-serif;
  color: #2980b9;
  border: none;
}

.print_basket_cont .book_genre {
  font: 24px/30px 'PNCReg',  Arial,sans-serif;
  color: #999;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
}
.tdu {
  border-bottom: 1px solid #727272;
}

.print_basket_prise {
  width: 190px;
  margin-right: 10px;
  float: left;
  padding-top: 30px;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  color: #000;
}
.print_basket_prise .product_item_price_old {
  font-size: 28px;
  line-height: 40px;
  padding-left: 0;
}
.print_basket_prise  strong {
  color: #000;
  font-size: 30px;
  line-height: 40px;
    font-family: 'PNCExtrabold', Arial,sans-serif;
}

.print_wish_list_post {
  padding-top: 30px;
  width: 150px;
  float: left;
  font: 20px/30px 'PNCSemibold',  Arial,sans-serif;
  color: #666;
}
.print_wish_list_post span {
  color: #000;
}
.print_page {
  margin-top: 230px;
  color: #666666;
   font: 20px/30px 'PNCSemibold',  Arial,sans-serif;
}


/* ------------------------------------------------

    27. highslide 

------------------------------------------------ */
.highslide_item {
    text-align: center;
    /*display: table;
    width: 100%;
    height: 100%;*/
}
 .highslide_item img {
  border: 0;
  max-width: 100%;
  height: auto;
  max-height: 392px;
 }
.highslide {
    display: table-cell;
    vertical-align: middle;
    border: none;
}
.highslide-caption, .highslide-credits {
  display: none !important;
  
}
.highslide-container>table {
  display: none;
}
.highslide-image {
  border-width: 0;
}
.text-controls .highslide-play {
  display: none;
}
.text-controls .highslide-full-expand {
  display: none;
}
.text-controls li {

}
.text-controls  li span {
  background: none;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
}
.text-controls a {
  background: none;
    height: 74px;
  width: 38px;
  left: 0;
}
.text-controls .highslide-previous, .text-controls .highslide-next {
  height: 74px;
  width: 38px;
  border-radius: 100%;
  display: block;
  text-indent: -9999px;
  position: fixed;
  top: 50%;
  margin-top: -16px;
}

.text-controls a {
  border: none;
}
.text-controls .highslide-previous {
  left: 25px;
   background:  url(../images/lightbox-prev.png) 0 0 no-repeat;
}
 .text-controls .highslide-next {
  right: 25px;
   background:  url(../images/lightbox-next.png) 0 0 no-repeat;
}

 .text-controls .highslide-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background: none;
  font-size: 32px;
  color: #fff;
  margin: 0;
  padding: 0;
}
 .text-controls .highslide-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background:  url(../images/lightbox-close.png) 0 0 no-repeat;
 }
 .highslide-thumbstrip-horizontal img {
  /*width: 75px;*/
  max-width: 75px;
  max-height: 100px;
  border: 1px solid transparent;
 }
  .highslide-thumbstrip-horizontal img:hover {
  border: 1px solid #fff;
  }
 .highslide-thumbstrip-horizontal .highslide-marker {
  top: 66px;
 }
 .highslide-viewport-size {
  opacity: 0.9 !important;
 }
 .highslide-marker {
  display: none;
 }
 .highslide_item img {
  border: 0;
  width: 100%;
  /*height: auto;*/
  height: 139px;
 }
.highslide_box {
    margin-bottom: 25px;
  }
.highslide_box>div {
  float: left;
  width: 16.666%;
  height: auto;
 }
 .highslide_item .no_img {
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    right: 0;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
  top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    left: 0;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div, .highslide-thumbstrip-horizontal .highslide-scroll-up div {
    margin-bottom: 10px;
    cursor: pointer;
    background-image: none;
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    color: #999;
    opacity: 1;
    font-size: 30px;
    line-height: 52px;
    background-color: #fff;
    font-family: 'PNCExtrabold', Arial,sans-serif;

}
.highslide-thumbstrip-horizontal .highslide-scroll-down div:before {
  content: '>';
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div:before {
  content: '<';
}
.highslide-thumbstrip-horizontal .highslide_img_2 {
  width: 115px;
  height: 80px;
  border: 1px solid transparent;

}
.owl_highslide_item .item {
    margin: 0px;
}
.owl-main-theme h1 {
  font: 50px/50px 'PNExtrabold',  Arial,sans-serif;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 25px;
      
}
.owl-main-theme h1 span {
  font: 30px/30px 'PNBold',  Arial,sans-serif;
      color: #fff;
      text-transform: uppercase;
}

.uslugi {padding: 30px;}
.uslugi table td { text-align: center; width:25%;}
.uslugi p {font-size: 14px; text-transform: uppercase; padding: 0px 0px 50px 0px;color: #000;}


/* ------------------------------------------------

    28. account.html

------------------------------------------------ */
.contacts_nav {
  padding-bottom: 25px;
}
.contacts_nav li {
  display: inline-block;
  margin-right: 10px;
}
.contacts_nav li:last-child {
  margin-right: 0;
}
.contacts_nav a {
  color: #2980b9;
  font-size: 16px;
  line-height: 25px;
  font-family: 'PNCBold', Arial,sans-serif;
  text-decoration: underline;
  padding: 5px 15px;
  display: inline-block;
  border: none;
  position: relative;
}
.contacts_nav a:hover {
  text-decoration: none;
}
.contacts_nav a.active, .contacts_nav li.active a {
  background-color: #bd1919;
  color: #fff;
  text-decoration: none;
}
.contacts_nav a.active:hover, .contacts_nav li.active a:hover {
  background-color: #931414;
}

.contacts_nav a.active:after, .contacts_nav li.active a:after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #bd1919;
}

.contacts_nav a.active:hover:after, .contacts_nav li.active a:hover:after {
  border-top: 6px solid #931414;
}
/* ------------------------------------------------

    29. sort box menu

------------------------------------------------ */
.sort_box>li {
  position: relative;
}
.sort_box li span {
  font: 14px/30px 'PNCSemibold',  Arial,sans-serif;
  border: none;
  color: #2980b9;
  cursor: pointer;
  display: block;
}
.sort_box li a {
  display: block;
}
.sort_box li span:hover {
  color: #333;
}

.sort_box li span:after  {
  content: '';
  float: right;
  margin-left: 15px;
  margin-top: 13px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2980b9;
}
.sort_box li span:hover:after {
  border-top: 5px solid #999999;
}
.sort_box li span.active:after, .sort_box .active  span:after {
  margin-top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2980b9;
  border-top: 5px solid transparent;
}
.sort_box li span.active:hover:after, .sort_box .active  span:hover:after {
  margin-top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999999;
  border-top: 5px solid transparent;
}

.sort_box_lv2 {
  width: 150px;
  position: absolute;
  left: 60px;
  background-color: #fff;
  z-index: 10;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  display: none;
}
.sort_box_lv2 li a:after {
  display: none;
}
.sort_box_lv2 li {
  border: none;
}


.multiple.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_title {
    width: 152px;
}
.multiple.selectator_element .selectator_chosen_items .selectator_chosen_item {
    padding: 0px 0px 0px 7px;
}

.sort_box label {
  line-height: 30px;
  color: #000;
}

.sort_box_ex2>li {
    padding: 0 18px;
}
.select_style_2 {
  display: block;
}
.select_style_2 .jq-selectbox__select {
    height: 30px;
    padding: 0 25px 0 15px;
    border: none;
    border-radius: 0px;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #fff);
    background: linear-gradient(#fff, #fff);
    box-shadow: none;
    font: 14px/30px 'PNCSemibold', Arial,sans-serif;
    color: #2980b9;
    text-shadow: none;
    border: 1px solid #2980b9 !important;
}
.select_style_2 .jq-selectbox__select:hover {
    background: #fff;
    background: -webkit-linear-gradient(#fff, #fff);
    background: linear-gradient(#fff, #fff);
}
.select_style_2 .jq-selectbox__trigger-arrow {
    top: 17px;
}
.select_style_2 .jq-selectbox__trigger-arrow {
  border-top: 5px solid #2980b9 !important;
  right: 7px;
}
.select_style_2 .jq-selectbox__trigger-arrow:after {
    top: -16px;
    left: -5px;
    border-bottom: 5px solid #2980b9 !important;
}
.select_style_2 .jq-selectbox__trigger {
    width: 24px;
}
.select_style_2  .jq-selectbox__dropdown {
  border-color: #2980b9;
}
.select_style_2.jq-selectbox li.selected {
   background-color: #2980b9;
}
.select_style_2.jq-selectbox li:hover  {
  background-color: #36a1dd;
}

.calendar_data {
  float: left;
  padding-top: 0;
}
.calendar_time {
  float: right;
  padding-top: 0;
}
.calendar_data_new {
  position: absolute;
  top: 0px;
  left: 0px;
}
.jq-selectbox__select {
  background: #f4f4f4;
}
.jq-selectbox__select:hover {
    background: #E6E6E6;
}
.search_box_2 {
  display: block;
  background-color: #424242;
}
#main_search{
  padding: 10px 10px 0 10px;
}
.search_box_2  .search_form_wr {
  width: 960px; 
}
.sf-mega {
  display: none;
}

.sf-mega {
  z-index: 101;
}
