html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  background:transparent;
}


@font-face {
    font-family: gothic;
    src: url('GOTHIC.eot');
    src: url('GOTHIC.eot?#iefix') format('embedded-opentype'),
         url('GOTHIC.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/* Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.*/
html {
	-ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}

body {line-height:1; font-size: 70%; font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; color: #333333;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

b,
strong {
    font-weight: bold;
}

audio,
canvas,
video {
    display: inline-block;
}

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }

th,td {
    vertical-align: top;
    padding: 0;
}

img { border: 0; max-width: 100%; }

.page-wrapper a {text-decoration: underline!important;}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #050505;
}
a:hover { text-decoration: underline; }

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}



input, select, textarea {
  vertical-align:middle;
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

ol, ul {
    list-style: none;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}


/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


span.skype_pnh_print_container{display: inline !important;}/*сброс оббертки от скайпа*/
span.skype_pnh_container{display: none !important;}/*сброс оббертки от скайпа*/
span.skype_pnh_text_span {display: inline !important;}



/* -------- */

*, *:before,*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl{
  float:left;
}

.fr{
  float: right; 
}

.rel{
  position: relative;
}

.abs{
  position: absolute;
}

.cb {
  clear: both;  
  }
  
 .cl{
  clear: left;
}

.cr{
  clear: right;
}
  
.hd {
   display: none; 
  }
  
.tar {
	text-align: right;
}  

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}
    

:focus { outline:0; }

#add_product_notification {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #1d1e1a;
    padding: 10px;
  	overflow: hidden;
	border-radius: 6px;
  	border: 1px solid #181818;
}

#own_preloader {
    text-align: center;
	width: 360px;
    z-index: 10010;
    border-radius: 6px;
}

#feedback_content {
    overflow: auto;
    width: 98%;
}

#presence {
 font-size: 14px;
 color: #cd0e0e;
 padding: 10px 0;     

    }


/*#feedback_from {
   background: #f0f0f0;
   height: 32px;
   border: none;
   border-radius: 12px;
   padding-left: 6px;
   box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2) inset;
}

#feedback_commit {
    border: none;
    cursor: pointer;
    text-align: center;
    width: 224px;
    height: 32px;
}

#feedback_content {
 	padding-left: 10px; 
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2) inset;
    background: #f0f0f0; 
    border-radius: 12px; 
    border: none;
    padding-top: 5px;
}

*/

#thanks {
	padding: 10px 0;
	color: #1faee4;	  
}

/* Blog */
.note, .comment-details {
	color: #000000;
	font-size: 11px;
    font-style: italic;
}

.articles-list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.article-item {
  flex: 0 0 25%;
  margin: 0 0 30px 0;
  padding: 0 10px;
}

.article-inner {
  border: 1px solid #e3e3e3;
  padding: 15px;
}

.article-item .article-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3; 
}

.article-item .article-image {
  position: relative;
  margin-bottom: 10px;
  height: 140px;
  overflow: hidden;
}

.article-item .article-image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.article-item .note {
  color: #8C8C8C;
  margin-bottom: 10px;
}

.article-item .edit-content {
  line-height: 1.4em;
  margin-bottom: 10px;
  font-size: 1.2em;
}


.article .title {
    font-size: 18px;
    margin-bottom: 2px; 
}

.article .note {
  padding: 5px 0;
    }
    
.article-title {
   margin-bottom: 1em;  
   font-size: 20px;	
    }

.article .blog-details {
  padding: 5px 0;    
    }

.article .blog-details a {
  text-decoration: underline; 
            }

.article .blog-details a:hover {
  text-decoration: none;      
      }
.article .edit-content div {    font-size: 14px;     color: #5f5f5f;    line-height: 24px;}
#comments_link, #reviews_link {
    cursor: pointer;
    border-bottom: 1px dashed #646364;  
    font-size: 1.2em;
    padding-bottom: 2px;
}


#comments_link:hover,#reviews_link:hover {
 text-decoration: none; 
}


#comments .box, #reviews .box {
  margin-top: 10px;
}

div.reviews {
 margin-bottom: 12px; 
 font-size: 16px; 
}
.reviews small {
     font-style: italic;
     font-weight: bold;   
    }

#comments, #comment_form, #review_form {margin:20px 0;}
ul.comments, ul.reviews {list-style-type:none; margin:10px 0;}
ul.comments li, ul.reviews li {margin-bottom:20px;}
#comment_form dd, #review_form dd {margin:2px 0 5px 0;}
#comment_form input[type='text'], #review_form input[type='text'] {width:395px; height: 30px; padding-left: 5px;}
#comment_form input[type='submit'], #review_form input[type='submit'] {
 margin: 5px 0;
 cursor: pointer; 
}

.reviews .author {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;    
    }
    
    .review_cnt {
       font-size: 14px; 
      }

#comment_form textarea, #review_form textarea {overflow:auto; width:395px; height: 135px; padding: 4px 0 0 5px;}
#author_fields, #comment_fields, #review_author_fields {display:block; float:left; margin-right:15px;}
#author_fields dt, #comment_fields dt, #review_author_fields dt {
 padding-bottom: 10px; 
}
.comment-details {
	padding: 5px 0;
}
  
#comment_form input[type="text"], #review_form input[type="text"] {
  border: 2px solid #dadada;
  border-radius: 6px;
  height: 27px;  
  }
  
#comment_form textarea, #comment_form textarea, #review_form textarea {
     border: 2px solid #dadada;
  border-radius: 6px;
  }
  
  #comment_form .row2 {
  	margin-bottom: 20px;  
  }
  
    #comment_form .row2 span {
   	display: block;
    margin-bottom: 10px;
  }
  
#comment_form .buy3, #review_form .buy2 {
    display: block;        
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #050505;          
  	padding-top: 5px; 
    border: none;
    font-size: 14px;   
  }

#review_form .buy2 {
  padding-top: 2px;
}

#review_form .buy2:hover {
  opacity: 0.7;
}
  
#comment_form .buy3:hover {
     opacity: 0.7; 
    }
  
#moderation_warning {padding: 10px 0; clear: both;}

.error {color:#c33 !important;}
.input-error {border:1px solid red !important;}
.notice { margin:15px 0; font-size: 20px;}
.small {font-size:85%;}

/* Reviews */
#reviews_link {cursor:pointer;}
.review {margin-bottom:40px;}
#reviews, #review_form {margin-top:20px;}
#review_form {
 overflow: hidden; 
}
#review_form dd {margin:0px 0 10px 0;}
#review_form input[type="text"] {width:300px;}
#review_form #review_captcha_solution {
margin-bottom: 10px;  
width: 238px; 
}
#review_author_fields, #review_fields {display:block; float:left; margin-right:15px;}
#review_moderation_warning {margin-top:20px; clear: both;}
.review_details { margin:5px 0; font-size:85%; font-style: italic;}
.rating_wrapper {overflow:hidden; margin:10px 0;}
.rating_label {float:left; margin-right:10px;}

.page-headline {
  margin-bottom: 30px;    
    }
/* Seo */
#review_confirm_email { position:absolute; left:-2000px; }

#captcha {margin-bottom:10px; overflow: hidden;}
#captcha_challenge {
 float: left;
}

#captcha_challenge img {
 float: left; 
}

#captcha_challenge a {
  float: right; 
}

#captcha #comment_captcha_solution {
  width: 238px;
  margin-bottom: 5px;
}

#comment_form, .product_review {
 overflow: hidden; 
}

.product_review {
  position: relative;
   margin-left: 20px; 
  }

.comment-form h3, .review-form h3 {
  font-size: 1.6em;
  padding-bottom: 0.5em;
  line-height: 1em;    
    }

#comment_form input.blog-submit, #review_form input.blog-submit {
  width: 150px;
  margin-left: 117px;
  }

.old-price {
	text-decoration: line-through;
	font-size: 12px !important;
  	
}  

.article-wrap .edit-content {
     margin-top: 20px;
 	 font-size: 14px; 
  }


.edit-content {
     line-height: 110%; 
    }

.edit-content ul {
	list-style: disc outside;
	margin-left: 15px;
	font-size: 14px;
}

.edit-content ol {
	list-style: decimal outside;
	margin-left: 15px;
	font-size: 14px;
}

.edit-content li {
   padding-bottom: 0.5em;
  line-height: 110%;
    }

.edit-content p {
  padding-bottom: 0.5em;    
  line-height: 110%; 
  font-size: 14px;
  color: #5f5f5f; 
  line-height: 24px;
    }

.product-descr-item {
   font-size: 14px;
   color: #5f5f5f;   
    }
    
    

.paginate-wrapper li {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px; 
  text-align: center;
  line-height: 26px;    
  	padding: 2px;  	
    }
.paginate-wrapper li span, .paginate-wrapper li a {
    color: #5f5f5f;
    font-size: 14px;    

        }

.paginate-wrapper li a:hover {
     text-decoration: none;           
              }
			  
   
    .paginate-wrapper {
       display: inline-block;
       vertical-align: middle;   
        }
    

    .pagin-curr {
       border: 2px solid #dadada;
       border-radius: 5px;   
  		
        }

 .paginate-wrapper li.pagin-curr, .paginate-wrapper li.pagin-curr {
      padding: 0;
    }
/* common */			  
			 
body {
min-width: 1200px;
}
			 
.layout {
	width: 1200px;
	margin: 0 auto;
}			 
			 
.grey-bg {
	background: #FFFFFF;
}		

.other-main-info-inner  {
   margin-top: 30px;   
    }

.product-tabs {
   clear: both; 
        }

.preview-list-wrapper {
    position: relative;  
    }

    .preview-list-wrapper .next, .preview-list-wrapper .prev{
          font-size: 34px;
          display: block;
          top: 40px;
		  position: absolute;	
			cursor: pointer;          
        }
    .preview-list-wrapper .next {
             right: 0; 
            }
    .preview-list-wrapper .prev {
         left: 0; 
        }
  
    
.preview-list-wrapper .caroufredsel_wrapper {
     margin: 0 auto !important; 
    }

 .hidden-tab {
    display: none;          
   }
            
.tabs-wrap {
  padding: 33px 33px;                  
  border: 1px solid #e2e2e2;                
      }
                
.tabs-head {
  margin-left: 4px;            
      }
                
.tabs-head li {
  display: inline-block;          
}
                    
.tabs-head li a {
    font-size: 13px;              
  	padding: 10px 24px;   
    display: block;
    margin: 0 0 -1px -4px;
    text-transform: uppercase;             
  }
                
.tabs-head li a:hover {
  text-decoration: none;                        
    }
                  
        
.tabs-head li.active-tab a {
  color: #02bcd2;     
  border: 1px solid #e2e2e2;
  border-bottom: none; 
  position: relative;
  background: #fff; 
  padding: 9px 23px 10px 23px;    
                }
    
.tab-content {
    font-size: 13px;
  	overflow: hidden;
  line-height: 13px;
}

.pred-header {
   height: 45px;
   border-bottom: 1px solid #e5e2e2;  
      
    }

.top-menu {

  padding-top: 17px;  
          
        }
        
.top-menu li {
  display: inline-block;
  vertical-align: top;    
  margin-right: 14px;    
      
            }

.pred-header {
  margin-bottom: 27px;         
    }
        
.pred-header-inner a {
     color: #5f5f5f;
      
    }

.account {
 padding-top: 17px;
  }

  .account a {
    padding-left: 10px;
    font-size: 12px;  
    }

.form-search {
	width: 354px;
    height: 27px; 
    border: 2px solid #dadada;
    border-radius: 12px;  
    position: relative;
	margin-top: 8px;
	display: inline-block;
	vertical-align: top; 
    }

.form-search input {
  width: 334px;
  color: #5f5f5f;
  font-size: 12px;
  height: 24px;
  border: none;
  background:none;
  
        }
    
.form-search button {
   position: absolute;
   top: 3px;
   right: 13px;
   background: none;
   border: none;
   color: #5f5f5f;
   font-size: 14px;   
    }
.form-search button i {
    color: #d4d3d3;
   	font-size: 16px;        
        }

.advantage li {
   display: inline-block;
   vertical-align: middle;
   width: 140px; 
   overflow: hidden; 
   text-align: left;
   font-size: 13px; 
  }
  
.advantage i {
 	display: block;
    margin-right: 10px; 
  	vertical-align: middle;
  	float: left;
  }

.advantage li span {
  display: block;
  float: left;
  width: 75px;
  margin-top: 12px;
  }

.advantage li:hover {
	color: #e81c1c;       
    }
    

.advantage li:hover .icon-1 {
	background-position: 0 -250px;	  
  }

.advantage li:hover .icon-2{
	background-position: 0 -350px ;  
  }    
        
 .advantage li:hover .icon-3{
	background-position: 0 -150px ;
  }
        
 .top-phone {
  	padding-right: 45px;
        }

.top-phone a {
  color: #e81c1c;      
        }
    
.bot-phone {
   font-size: 24px;
   font-weight: bold;           
            }
        
    
.fa-icon {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #5f5f5f;
  margin-right: 7px;
  text-align: center;
  padding-top: 5px;
  border-radius: 50%;    
  
  }
     
.bot-phone i {
  font-size: 14px;                    
      }

.top-cart {
    position: relative;  
    }
    
 .top-cart p {
   bottom: 2px;
    position: absolute;
    right: 48px;
}
                
.top-cart a {
  color: #5f5f5f;
  font-size: 12px;
    }
    
.top-cart a:hover {
	color: #e81c1c;
        }

.top-cart a:hover i {
	background-position: 0 -50px;        
      }
    
.top-cart i {
  display: inline-block;
  vertical-align: middle; 
  margin-left: 3px; 
    }
    
.main-header-inner-top {
      padding-bottom: 10px;	
      border-bottom: 2px solid #e6e5e5;
      margin-bottom: 8px; 
  }
    
nav {
 margin-bottom: 10px;
 z-index: 2000;
}


nav  ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  padding-bottom: 10px;
      padding-top: 10px;
  /*z-index: 1001;*/
}

nav .coll-wrapper > li > a {
 text-transform: uppercase;
 font-size: 14px;
 padding: 12px 9px 12px 9px;  
 position: relative;
 /*z-index: 1000;*/
 background: #fff;
  
}

nav .coll-wrapper > li:hover > a {
  color: #ed1c24;
  padding: 11px 8px 12px 8px;
  border: 1px solid #ededed;
  border-radius: 6px 6px 6px 6px;
  text-decoration: none;
}

nav .coll-wrapper > li.parent-li:hover > a {
    padding: 11px 8px 28px 8px;
  	border-radius: 6px 6px 0px 0px;
    border-bottom: none;
    }

.subcoll > li {
	width: 30%;
    margin-right: 10px;
    line-height: 133%;
  }

.subcoll-wrapper {
   display: none;
   position: absolute;
   top: 30px;
   left: 0;
   z-index: 2000;
 
    }


nav .coll-wrapper li:hover .subcoll-wrapper{
  display: block;
}

.subcoll {
	background: #fff;
  	border: 1px solid #ededed;
	border-radius: 0px 0px 6px 6px;
	padding: 0 36px;
	padding-top: 49px;
    padding-bottom: 39px;
  	width: 500px;
  padding: 0 23px;
padding-top: 23px;
padding-bottom: 11px;
  	
  }

.subcoll a {
   font-size: 14px;
  /*text-transform: uppercase;*/
  z-index: 1000;
  }

.opt-link {
	color: #e81c1c;
   	font-size: 14px;
    text-transform: uppercase; 
    }

.box-item {
 float: left;
 width: 200px;
 margin-right: 30px;
      margin-bottom: 25px;
      
    }

.box-item-last {
	margin-right: 0;          
        }
.preview-box {
   margin-bottom: 21px;           
            }
.description-name {
   font-size: 16px;
   margin-bottom: 5px;   
   display: block;     
  height: 45px;
                }
            
 .description-text {
 	margin-bottom: 18px;
    font-size: 12px;                   
                    }
            
            
.description-price .price{
 
  font-size: 24px;
  color: #050505;                
              }

            
 .description-price .old-price {
  padding-right: 5px;
}
            
.subscribe-inner {
 padding-top: 37px;               
 padding-bottom: 45px;                 
                }
                
 .main-news-bg {
  position: relative;
  background: url(news-bg.png) no-repeat;   
  width:590px;
  height: 222px;     
  padding: 30px;   
  overflow: hidden;            
          }
            
 .subc-title {
 	color: #5f5f5f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px; 
    margin-bottom: 18px;
                  
       }
                
 .subc-title i {
   display: inline-block;
   vertical-align: middle;
   margin-right: 7px;                    
                    }
    
.info-block-item {
    margin-bottom: 30px;      
        }

.item-title {
	font-weight: bold;
 	font-size: 12px;
  	margin-bottom: 15px;
  	display: block;
    }

.info-block-item a {
	font-size: 14px;
 	color: #5f5f5f; 
    }


.email-bg {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e5e2e2;
  padding: 12px 0;
  overflow: hidden;  
  position: relative;
  height: 202px;    
    }

.email-inner-bg {
 background: #f6f6f6; 
 padding: 40px 40px 25px 45px;
 overflow: hidden;  
 position: relative;
 height: 176px;          
           
        }
 
.email-bg:after {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   right: 0;         
   background: url(email-bg.png) no-repeat;
   width: 249px;
   height: 200px;             
              }
        
.sub-button {
	border: none;
 	position: relative;
  	z-index: 1000;
 	margin-left: 65px; 
            }

.sub-button:hover {
	opacity: 0.7;      
      }
      
.sub-inp {
border: 2px solid #dadada;
width: 290px;
  height: 37px;
 margin-bottom: 23px; 
 border-radius: 10px;
 padding-left: 10px;
  color: #5f5f5f;
  font-size: 14px;  
    }

.subc-form-text {
   font-size: 14px;
   color: #5f5f5f;   
    }


.footer-pad {
    margin-top: 57px;
    }

.footer-inner-top {
   padding: 54px 0;
   border-top: 1px solid #f0f0f0;
   border-bottom: 1px solid #f0f0f0;  
   margin-bottom: 40px;   
    }
    
.grey-bg .footer-inner-top {
  border-color: #fff;        
        }

.footer-inner-bot {
  overflow: hidden;   
  padding-bottom: 50px;
            }
       
.grey-bg .footer-inner-bot {
     background: #f0f0f0;             
                }
            
.footer-menu-title {
    margin-bottom: 33px;
    font-size: 13px;
    text-transform:uppercase;
    font-weight: bold;
    color: #5f5f5f;
      
    }

 .footer-menu-wrap {
	padding-right: 20px;
        }
    
.footer-menu-wrap li {
  margin-bottom: 5px;
        }
    
.footer-menu-wrap a {
    color: #5f5f5f;
    font-size: 13px;      
        }


.footer-inner-top  > div > div {
     margin-right: 25px; 
    }
    
.footer-inner-top > div > div.soc-wrapper {
      margin: 0;    
        }
    
.soc-wrapper a {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;      
        }

.soc-wrapper a:hover {
      opacity: 0.7;      
          }
    
          
.footer-inner-bot .copy {
	margin-right: 36px;                
              }
    
.footer-inner-bot a {
    color: #5f5f5f;                
                  }
                  
                  
.breadcrumb  {
       margin-bottom: 10px;               
                    }
                  
 .breadcrumb .home {
	display: inline-block;
                      }
                      
.site-inner-page  {
  padding: 10px 0 25px 0;
  border-top: 1px solid #e5e2e2;                  
                    
        }

.breadcrumb ul li {
   display: inline-block;
   vertical-align: middle;
   margin-right: 10px;                   
    }
                
.breadcrumb span, .breadcrumb a {
  font-size: 12px;
  color: #5f5f5f;  
  }
  
.page-title {
    font-size: 28px;
    text-transform: uppercase;
    color: #050505;
    margin-bottom: 10px;  
    }
    
 .top-form {
  margin-bottom: 40px;        
        }

 .col-preview {
  	margin-bottom:16px;
    background: #fff;
 	position: relative;
 	height: 260px;
  	line-height: 260px;
      
    }

.col-preview img {
    vertical-align: middle;  
    }

	.col-name {
      display: block;
       font-size: 16px;
       color: #050505;
       margin-bottom: 5px;
       height: 35px;
       overflow: hidden;    
        }

.color_mod
{height:60px;
/* display: block; */
padding: 0px 0;
margin: 0px;}
.color_mod h2 { padding-bottom:5px; font-size:14px;}
.color_mod li { padding: 2px 4px 2px 0px; float:left}
.color_mod img {width:25px; height:25px;}

.col-text {
   font-size: 14px;
   color: 050505;
   margin-bottom: 17px;
      
            }
            

.label {
   position: absolute;
   width: 91px;
   height: 91px;
   display: block;
   left: 0;
   top: 0; 
  z-index: 100;
  }

.label img {
   line-height: 100%;
   vertical-align: top; 
  }
  
.label-skidka {
    background: url(skidka.png) no-repeat; 
      
    }
    
.label-skidka span {
	color: #fff;
    font-size: 16px;
    left: 6px;
    line-height: 1;
    position: absolute;
    top: 23px;   
        }
        
  .page-pad {
 	padding-top: 47px;       
      }

.dop-product-bg {
    padding: 25px 0 36px 36px;
    /*margin-top: 57px;*/  
    }

.dop-product-title {
 	font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 33px;
    color: #050505;
    font-weight: bold;      
    }
    
        
.product-info-wrapper {
  margin-top: 30px;            
            }
        
/* endcommon */

/* main page */
    .main-animation {
	padding: 0 0;
    borde: 1px solid #e5e2e2;       
          
        }
        
        
#slides {
  display: none;
  position: relative;
  padding: 12px 0;
  background: #fff;
  border: 1px solid #e5e2e2;
  border-radius: 6px;  
  margin-bottom: 17px;        
    }
    
        
 #slides:after {
	position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 423px;
    height: 357px;
   
    background: url(slide-bg.png) no-repeat; 
   
    z-index: 800;         
          }


#slides:after {
    z-index: 700;    
      }

              
          
.slide-info, .slider-text {
	position: absolute;
    left: 860px;
    top: 71px;
    z-index: 850;
    color: #fff;
    width: 300px;
    overflow: hidden;  
            }

  .slide-info {
 	 display: none;
    }

.slide-caption {
	font-size: 36px;
    margin-bottom: 25px; 
    text-transform: uppercase;
    }
    
    .slide-text {
		font-size: 14px;
        margin-bottom:40px;   
        }

.slidesjs-container {
  position: relative;    
    }

.slidesjs-pagination {
    position: absolute;
    bottom: 36px;
    left: 36px;  
    overflow: hidden;  
     z-index: 1000; 
    }

.slidesjs-pagination-item {
   float: left;
   margin-right: 8px; 
	
    }
    
.slidesjs-pagination-item a  {
   font: 0/0 a;
   text-shadow: none;
   color: transparent;
   display: block;
  background: url(sprites.png) no-repeat;
        }
    
.slidesjs-pagination-item a[data-slidesjs-item="0"]  {
    background-position: -49px -286px ;
    width: 15px;
	height: 13px;
        }

.slidesjs-pagination-item a[data-slidesjs-item="0"].active, .slidesjs-pagination-item a[data-slidesjs-item="0"]:hover  {
     background-position: -51px -306px ; 
    }

.slidesjs-pagination-item a[data-slidesjs-item="1"]  {
      background-position: -85px -250px ;  	
  	  width: 14px;
	  height: 15px;
        }
.slidesjs-pagination-item a[data-slidesjs-item="1"].active, .slidesjs-pagination-item a[data-slidesjs-item="1"]:hover  {
  background-position: -84px -284px ;
    }
    
.slidesjs-pagination-item a[data-slidesjs-item="2"]  {
    background-position: -49px -251px ;   
  	width: 14px;
	height: 13px;
        }    
        

.slidesjs-pagination-item a[data-slidesjs-item="2"].active, .slidesjs-pagination-item a[data-slidesjs-item="2"]:hover  {
  background-position: -51px -334px ;
    }
      
      
 .slidesjs-pagination-item a[data-slidesjs-item="3"]  {
    background-position: -51px -281px ;   
  	width: 14px;
	height: 13px;
        }    
        

.slidesjs-pagination-item a[data-slidesjs-item="3"].active, .slidesjs-pagination-item a[data-slidesjs-item="2"]:hover  {
  background-position: -53px -344px ;
    }     
      


.main-image-item {
  position: relative;
  border: 2px solid #e5e2e2;
  border-radius: 6px;
  padding: 12px 0; 
  background: #fff;
  width: 590px;
  height: 260px;
  overflow: hidden;
    }

.main-image-info {
  position: absolute;
  width: 263px;
  height: 258px;
  
  background: none !important;
  
  left: -1px;
  top: -1px;
  padding-top: 54px;
  padding-left: 36px;
  color: #fff;
    }

.main-tabs  {
      margin-bottom:50px;   
  }

.main-image-title {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 5px;
  width: 170px;
    }

.main-image-text {
    margin-bottom: 45px;
    font-size: 14px;   
  	width: 170px;
    }

.main-tabs .tabs-wrap, .dop-product-bg {
    background: #fbf8f1; 
    border: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 2px 3px 2px rgba(51, 14, 20, 0.1);
    }
.main-tabs .tabs-wrap {background: #F8F9FE;}    
.main-tabs .tabs-head li.active-tab a {
   color: #050505;
   background: #F8F9FE;
      
        }
        
 .main-tabs .tabs-head li a {
    border-radius: 6px 6px 0 0;
    background: #f0f0f0; 
    color: #a8979a;
    border: none;
    font-weight: bold;    
    font-size: 16px;
            }
    
    
 .main-tabs .second-tab {
    margin-left: -5px;  
          
    }
        
        
.main-tabs .tabs-head i {
 	display: inline-block;
    margin-right: 10px;
    vertical-align: middle;   
            }
    
.main-tabs .tabs-head li.active-tab i.icon-new {
   background-position: -80px -50px ;       
        }
        
.main-tabs .tabs-head li.active-tab i.icon-popular {
 background-position: -76px -127px ;
        }    
    
.main-tabs .tabs-head span {
    vertical-align: middle;        
        }

.other-color-price {
   color: #e71c1c;   
    }

.product-info-tabs .tabs-wrap{
    background: #fff;
    padding: 35px;
    box-shadow: 2px 3px 2px rgba(51, 14, 20, 0.1);
      
    }

.product-info-tabs .tabs-head li a {
  background: rgb(237, 237,237);   
  color: #5f5f5f;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
  margin-right: -8px;
  border-right: 1px solid #c8c4c4;
  position: relative;
    }
        
 .tab-1 a {
   z-index: 10; 
            
          }
          
 .tab-2 a {
   z-index: 9;  
          
          }
            
 .tab-3 a {
   z-index: 8;     
          }
      
 .tab-4 a {
   z-index: 7;     
          }
    
              
 .tab-5 a  {
   z-index: 6;     
          }
          
 .product-info-tabs .tabs-head li a:first {
     margin-right: 0;
              }
              
.product-info-tabs .tabs-head li.active-tab a {
      color: #050505;
      background: #fff;         
    }

.character-tab p {
  margin-bottom: 5px;
      
    }
.character-tab p span {
    font-weight: bold;
    padding-right: 10px;      

        }
        
.carousel-logo-wrap {
   border: 2px solid #eee9e3;
   border-left: none;
   border-right: none;
   padding: 28px 0px;
   margin-bottom: 60px;   
   position: relative; 
    }
    

.carousel-logo-wrap .caroufredsel_wrapper {
  		margin: 0 auto !important;
  height: 90px !important;
     }
    

#foo .infoBlock {
 	float: left;
  	margin-right: 30px;
  
}

.foo-nav {
  position: absolute;
  color: #d4ccc2;
  top: 48px;    
  font-size: 14px; 
    }
    
.foo-nav.prev {
     left: 0;     
        }
.foo-nav.next {
     right: 0;     
        }
/* endmainpage */


/* inner page */
.page-wrapper {
  border-top: 1px solid #fff;
      
  }
    
    
  aside {
  	width: 286px;
  	background: #fff;
  	padding: 28px 0 0 0;
  	position: relative;
  }


aside a {
color: #050505; 

}

.catalog-nav, .filter-wrap  {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 28px; 
    }

.catalog-nav a, .cur-menu {
   font-size: 16px;
   text-transform: capitalize;
      
    }

.cur-menu {
     display: inline-block; 
	 width: 100%;      
}

.cur-menu:hover {
  text-decoration: none;
      }

.catalog-nav li {
margin-bottom: 16px;
        }
        
/*.subcatalog {
  padding-left: 18px;
  margin-top: 27px;          
          }
*/

.subcatalog-sub {
    padding-left: 18px;
  margin-top: 16px;   
  border-bottom: 2px solid #F2F2F2;
    }
 .subcatalog a, .cur-menu {
    /*font-size: 12px;*/
              
            }
              
.catalog-nav, .filter-wrap {
    padding-left: 28px;  
  padding-right: 20px;
  padding-bottom: 10px;
  
    }
    
.cur-menu {
 color: #ed1c24; 
 border-bottom: 2px solid #ed1c24;  
 padding-bottom: 2px; 
        }

.cur-menu a {
  color: #ed1c24;     
    }

.cur-menu a:hover {
	text-decoration: none;
      }
      


.filter-wrap h2 {
     font-size: 14px;
     text-transform: uppercase;
     color: #050505;
     margin-bottom: 25px; 
  font-weight: bold;
    }

 .filter-wrap {
	padding-bottom: 15px;      
    }

.filter-wrap a {
   color: #5f5f5f;
   font-size: 14px;
   display: block;
   width: 230px;
   overflow: hidden;
   padding-bottom: 2px;
   
}

.filter-wrap .cur-menu a{
    color: #ed1c24;    
    }
    
.filter-wrap .cur-menu a:hover {
  text-decoration: none;
  color: #ed1c24;      
    }

.filter-wrap ul li {
     margin-bottom: 8px; 
  
    }

.filter-wrap ul {
     overflow: hidden;
  
    }

    
    
.filter-price {
     border-bottom: none;
     margin-bottom: 0; 
    }
    
    .reset-filter {
         width: 100%;
         text-align: center;
         height: 38px;
         border: 2px solid #dadada;
         border-radius: 6px;
         color: #5f5f5f;
         text-transform: uppercase;
         font-size: 14px;
             margin: -20px 0 30px;
          
        }

.filter-opt-li {
   width: 76px;
   height: 31px;
   margin-right: 2px;   
 	margin-bottom: 2px; 
    }


.filter-optcol-li {
   width: 31px;
   height: 31px;
   margin-right: 2px;   
 	margin-bottom: 2px; 
    }



.filter-optcol-li a img {
   width: 100%;
   height: 100%;   
   border: 2px solid #5f5f5f; 
    }

.filter-wrap a.col-opt-size {
	width: 100%;
 	height: 100%;
  	text-align: center;
  	line-height: 32px;
    color: #050505;
  	font-size: 14px;
  	background: #f0f0f0;
    display: block;  
    }
    
.filter-wrap a.col-opt-size:hover {
     text-decoration: none;
            
  
          }

 .filter-opt-li .current img {
 
    border: 4px solid #ed1c24;            
              }
              
.filter-wrap .col-opt-size.current {
    background: #222222;
    color: #fff;                  
                  }


.filter-wrap a.col-opt-color {
    width: 31px;
    height: 31px;  	
    }

.category-left-side {
    width: 840px;
    float: right;       
  	padding-top: 27px;
      }


.short-descr {
     margin-bottom: 20px;
     font-size: 14px; 
     background-color: #fff;
     padding: 5px;
}

/* Фильтр цены */

.formCost {
clear: both;
height: 30px; 
overflow: hidden; 
width: 98%; 
margin-top: 8px;  
}

.formCost-left {
     float: left; 
    }   

.formCost-right {
     float: right; 
    }    
    
.formCost label, .formCost span{
  font-size: 1.3333px; 
  margin-right: 3px;
  position: relative;
  top: 2px;
  font-size: 1.3em;
}

.formCost input {
  text-align: left;
  color: #434343;
  font-size: 14px;  
  width: 69px;
  height: 20px;
  background: none;
  border: none;
}

#minCost {
  margin-right: 20px;
}

.sliderCont {
  height: 6px;

}       
    
/* слайдер */
#slider-price {
  width: 92%;
  overflow: visible;
  height: 2px;
  
}

.ui-slider {
  position: relative;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #5f5f5f;
  background: #5f5f5f;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}
.ui-slider-horizontal {
   height: 2px;
   width: 200px;
}



.ui-slider-horizontal .ui-slider-handle { 
  top: -5px;
  margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-widget-content { 
 background: #5f5f5f;

}

.ui-widget-header { 
  background: #ed1c24;
  border: 1px solid #ed1c24;
}

.slider-range-wrapper {
width: 200px;      
    }
    
.slider-price-wrap {
    margin-top: 8px;  
    }

.ui-corner-all {
	  border-radius: 5px;

    -moz-border-radius: 5px;
 
   -webkit-border-top-left-radius: 5px; 
 
   -webkit-border-top-right-radius: 5px; 
  
  -webkit-border-bottom-right-radius: 5px; 

    -webkit-border-bottom-left-radius: 5px;
}   

        
.col-item {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 25px;  
  min-height: 390px;
  margin-bottom: 20px; 
  position: relative;    
  border-bottom: 1px solid #fff;
padding-bottom: 13px;
    }
    
.col-item-hover {
  width: 260px;
  height: 130px;
  display: none;
  position: absolute;
  top: 130px;
  left: 0;
  background: rgba(5,5,5,0.59);
       
    }
    
.col-item:hover .col-item-hover{
 display: block;           
          }

 .col-item .buy3 {
    display: block;        
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #050505;          
  	padding-top: 13px; 
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -75px;     
    font-size: 16px;          
            }
  .col-item .buy3:hover {
      opacity: 0.7;
      text-decoration: none;       
                  }
                  
 .col-size-wrap {
   text-align: center;
   padding-top: 74px;
   color: #fff;
  }
        
 .col-size-title {
      font-size: 14px;   
      margin-bottom: 18px;
      
    }
    
  .col-size-val {
	font-size: 12px;
    font-weight: bold;      
	margin-bottom: 93px; 
    
}

 .col-size-val span {
    display: inline-block;
    vertical-align: top;
    margin:0 4px; 
    margin-bottom: 10px;
    }
        
.col-item-last {
     margin: 0; 
        }
 
.col-preview {
  text-align: center;    
    }
    
.style-filter-wrap {
   display: inline-block;
   width: 161px;
   height: 27px;
   border: 2px solid #dadada;
   border-radius: 6px;
   position: relative; 
   vertical-align: middle;   
   margin-left: 10px;
   color: #5f5f5f;
   font-size: 12px;
   padding: 5px 0 0 3px;   
    }
    
.style-filter-wrap i {
  	position: absolute;
	font-size: 14px;
    display: block;
	right: 6px;
    top: 6px;      
    color: #d0cfcf;      
          }
    
    
.style-filter-wrap select {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;        
        }

    .sort-p {
      vertical-align: middle; 
  	  margin-right: 10px;
        }
 

.bot-col-side {
     margin-bottom: 50px; 
    }

.product-col-left {
   float: left;
   width: 420px;
    
      
    }
    
    
    
.product-col-right {
   width: 730px;
   float: right;
   
  
}

.product-big-foto {
   height: auto;
   background: #fff;
   position: relative;
  
    }
    
.product-big-foto {
     margin-bottom: 2px; 
     line-height: auto;     
     text-align: center;   
        }
        
.product-big-foto a {
    height: auto !important; 
  z-index: 2;
            }
.product-big-foto .product__iamge{
  vertical-align: middle;   
  max-height: 100%;
  max-width: 445px;
}
.product-big-foto .label img {
     vertical-align: top; 
    }
 .preview-list li {
 	width: 104px;
    height: 104px;      
	display: block;
    float: left;      
    background: #fff;
    text-align: center;      
    line-height: 100px;  
    margin-right: 1px;  
  	padding: 2px;
    border-bottom: 1px solid #F0F0F0;
        }   
        


.preview-list li img {
	max-width: 100%;
    max-height: 100%;          
    display: inline-block;     
    vertical-align: middle;
    padding-bottom: 2px;  
    }
         
             
.preview-list li.preview-list-last {
   margin: 0; 
          
        }
 .preview-list li:hover {
 	border: 2px solid #c0c0c0; 
  	padding: 0;
  	
      }
      

.sku-wrapper {
   color: #5f5f5f;
   font-size: 12px; 
   margin-bottom: 10px;   
    }

.product-col-left-item {
    width: 505px;  
  	/*margin-top: 42px;*/
        }
        
  .product-col-right-item {
     width: 185px;         
            }
        
.product-img-brend {
 height: 90px;
width: 185px;
background: #fff;
margin-bottom: 30px;
    }
.product-img-brend img {max-height:90px;}
.product-img-brend p {text-align:center}

.similar-product {
  background: #fff;
  text-align: center;
  /*padding-top: 43px;*/
  margin-top: 40px;
  position: relative; 
  padding-bottom: 23px;
        }

.similar-product:after {
	border-bottom: 24px solid #fff;
    border-left: 92px solid transparent;
    border-right: 94px solid transparent;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: -24px;
    transform: skew(0deg);
    width: 0;
        
      }

.similar-title {
	text-transform: uppercase;
    font-size: 16px;  
    color: #050505;
    margin-bottom: 30px;  
    }

.similar-product .similar-item {
	margin: 0 0 20px;
}

.similar-product .similar-item img {
	padding: 8px;
  	border: 1px solid #eee;
}

.buy-zone {
 padding: 20px 0;
 border: 2px solid #fff;
 border-right: none;
 border-left: none;     
 margin-bottom: 35px;
 margin-top: 20px;     
}
    
.buy-zone-price {
  float: left;
  width: 120px;        
  color: #050505;
  font-size: 16px;       
        }
  
 #old-field {
  text-decoration: line-through;         
        }
        
.buy-zone-price .price {
 font-size:28px;             
            }
            
            
.quantity-wrap {
 	float: left;            
    margin-right: 20px;          
            }
        
.buy-button .buy2 {
   border: none;
   color:#f0f0f0;               
   font-size: 16px;
   text-transform: uppercase;
   padding-top: 2px;
   margin-right: 27px;               
                }
            
.buy-button .buy2:hover {
      opacity: 0.7;                  
                      }

.js-one-click, #size-table-link {
 text-decoration: underline; 
 color: #e71c1c;
 font-size: 13px;  
}
  

.js-one-click:hover {
	text-decoration: none;
}


.select-wrapper .color {
     width: 34px;
  	 height: 34px;
  	 display: inline-block;
  	 vertical-align: top;
  	 margin-right: 2px;
 	 cursor: pointer;	 
    }

.select-wrapper .color.active {
     border: 2px solid #e81c1c; 
    }

.select-wrapper label {
     font-size: 12px;
     color: #5f5f5f;
     margin-bottom: 13px;
     display: block; 
    }
    
.select-wrapper {
         margin-bottom: 20px; 
        }

.select-wrapper .color img {
     width: 100%;
     height: 100%;   
  	 border: 1px solid #fff;
    }


.select-wrapper > div > span {
     display: inline-block;
  	 width: 90px;
  	 height: 34px;
  	 vertical-align: top;
 	 margin-right: 2px;
  	 color: #050505;
  	 background: #fff;
  	 text-align: center;
  	 line-height: 34px;
  	 font-size: 14px;
  	 cursor: pointer;
  	 padding: 2px;
    }

.select-wrapper > div > span.active {
	color: #fff;
    background: #050505; 	
    }


.select-wrapper > div > span.not_available {
  color: #e2e2e2 !important;
  background: #fff !important;
  position: relative;    
      
}
    
.b-span_352636.not_available:after {
   content: '';
   display: block;
   width: 2px;
   height: 41px;
   background:#e2e2e2;
   top: -5px;
   left: 50%;
   margin-left: -1px;       
   position: absolute;
   -moz-transform: rotate(-43deg); /* Для Firefox */
    -ms-transform: rotate(-43deg); /* Для IE */
    -webkit-transform: rotate(-43deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-43deg); /* Для Opera */
    transform: rotate(-43deg);         
    z-index: 2; 
    }

.b-span_352636.not_available.active {
 border: 2px solid #e81c1c;
 padding: 0; 
}

.prod-soc-wrap {
    margin-top: 15px;  
    }
    

.buy-one-wrapper {
  display: none; 
   width: 400px;
   height: auto;
   overflow: hidden;  
   padding: 20px;
    }


.mod-fast-buy p {
    margin-bottom: 20px;
  
    }

.mod-fast-buy label {
	display: block;
 	margin-bottom: 10px; 
  	font-weight: bold;
  	
        }
.mod-fast-buy {
  font-size: 16px;   
  
    }
    
.mod-fast-buy input[type="text"] {
    height: 39px;      
        }
.mod-fast-buy input[type="text"], .mod-fast-buy textarea {
	width: 100%;
    border: 2px solid #dadada;  
	border-radius: 6px;
  	padding-left: 10px;
  	font-size: 14px;
  	
    }
    

.mod-fast-buy textarea {
	height: 50px;  
    max-width: 346px;
  	max-height: 120px;
    padding-top: 10px;
}

#mod-fast-buy-submit {
	border: medium none;
    display: inline-block;
  	 color: #fff;
    font-weight: bold;
    padding-top: 11px;
    text-transform: uppercase;
  	
}

#mod-fast-buy-submit:hover {
 	text-decoration: none;
  	opacity: 0.7;
}

#mod-fast-buy-form {
   text-align: center;   
    }
    
.variants {
   position: relative; 
  }

.razmer-wrapper {
   display: none;   
    }

#size-table-link {
 color: #ed1c24;
 text-decoration: underline; 
}

a.sale-link {
 display: inline-block;
 padding-left: 10px;
 color: #ed1c24;
 text-decoration: underline;
 font-size: 13px;
}

a.sale-link:hover {
 text-decoration: none;
}
        /* endinner page*/

			
/*Корзина*/

.basket-left {
   float: left;
   width: 925px;
      
    }
    
.basket-right {
   float: right;
   width: 242px;
  
        }
 
.basket-inner {
 	position: relative; 
}

    
.basket-inner-info {
   position: absolute;
   bottom: 0;
   left: 0;
   background: url(basket-img-bg.png)no-repeat;       
   width: 241px;
   height: 135px;       
   padding-top: 60px;
   padding-left: 26px; 
   color: #fff;
   font-size: 12px;       
        }
        
.basket-inner-title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;            
            }
    


.cart-table .discount-title {
     text-align: center;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      padding-top: 5px;    
        }
        
.cart-table .product-meta {
  text-align: right;
  font-size: 21px;
  font-weight: bold; 
            }
.cart-table .discount-price {
  text-align: right;                
                }
				
.cart-table tr {
 border-top: 2px solid #fff;
       
    }

.cart-table td {
   padding: 10px;
   vertical-align: middle;
   text-align: left;   
   padding-top: 18px;   
    }
    
.cart-table td.cart-img {
    text-align: left;      
        }

.cart-img p {
  width: 100px;
  height: 100px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 100px;
    }
.cart-img p img {
    vertical-align:middle;  
    }
    
.cart-title {
   font-size: 16px;
   text-transform: uppercase;
    }
    
.cart-title a {
  display: block;   
  margin-bottom: 10px; 
  color: #050505; 
    }

.cart-title span {
    color: #5f5f5f;
    font-size: 12px;
    text-transform: none;
      
    }

.cart-del a {
	color: #e71c1c;      
    }

.cart-table .price {
   color: #050505;
   font-weight: bold;
   font-size: 18px;   
  min-width: 95px;
    }


 .qwnt-wrapper, .quantity-wrap {
     position: relative;
     width: 70px;
     height: 36px;
     text-align: center;
          
        }
.qwnt-wrapper input, .quantity-wrap input {
    width: 100%;
    height: 100%;
    background: #f1f1f3;
    color: #050505;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    padding: 0 16px;          
    border: 2px solid #dadada;      
    text-align: center;
    border-radius: 10px;
}
            
.qwnt-wrapper i, .quantity-wrap i {
     position: absolute;
     display: block;
     right: 9px;     
     cursor: pointer;  
     width: 7px;
  	 top: 13px;
  	 height: 4px;               
	 color: #c4c3c3;            
}

.qwnt-wrapper i.plus, .quantity-wrap i.plus {
  right: 10px;    
    }
    
.qwnt-wrapper i.minus, .quantity-wrap i.minus {
    left: 10px;      
        }

.cart-del a {
   font-weight: bold;
   font-size: 18px;
          
            }
            
.cart-del a:hover {
    text-decoration: none;    
      }
      
.basket-wrapper-title {
     padding-bottom: 36px;
     font-size: 35px; 
  	 border-bottom: 5px solid #f1f1f3;
  
    }            
            
            
.basket-bottom {
  border-top: 2px solid #fff;
  padding-top: 28px;             
                }
            

.basket-opt-item {
	text-transform: none;
    font-size: 12px;
	color: #e71c1c;
    margin-top: 20px;  
}
    
    .basket-opt-item span{
	color: #e71c1c;
        }
.basket-kupon {
  position: relative;    
  margin-top: 10px; 
    }

.basket-bottom label {
  font-size: 16px;
  margin-right:15px;    
    }
      
#kupon-number {
 width: 217px;
 height: 37px;
 padding-right: 18px; 
 padding-left: 5px; 
 border: 2px solid #dadada;
 background: none;
 border-radius: 8px; 
}
    
.basket-kupon .invalid {
	margin: 10px 0;
    font-size: 16px;
      
    }
    
.basket-kupon .but2 {
   border: none;   
   text-decoration: none;
   text-transform:uppercase;  
   font-size: 14px;
   color: #e71c1c;   
    }
    
.basket-kupon .but2:hover {
	opacity: 0.7;
          }

 .invalid {
   font-weight: bold;        
            }
            
              
.basket-buy p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
        
      }

.basket-buy p span {
  vertical-align: middle;
  margin-right: 14px;          
          }
      
#total_price {
	font-size: 24px;
 	color: #050505;
	font-weight: bold;  
    margin-left: 10px;
      }
          
.basket-bottom .send-but-wrapper {
   width: 170px;   
    }

#create_order {
display: inline-block;
 border: none; 
          }

#create_order:hover {
opacity: 0.7;
}
        
.basket-buy {
   width: 462px;   
      
    }
    
    

.basket-buy > div {
  display: inline-block;
  vertical-align: middle;    
    }

.basket-buy .itogo-title {
    font-size: 16px;          

            }
        
 .cart-empty {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;  
    }
    
 .basket-wrapper .product-wrapper {
       margin-top: 120px;   
        }
    
    
/* end корзина*/
/*
.MagicZoomPlus{ height: 330px !important; }
/**/

.overlay {
    background-color: rgba(200, 200, 200, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
	background: url('popup_banner.png') no-repeat 50% 0;
	display: inline-block;
	left: 50%;
	opacity: 0;
	width: 550px;
	height: 530px;
	position: fixed;
	top: 50%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}
.popup .yes {
 	display: block;
	width: 215px;
	height: 75px;
	margin: 405px 0 0 40px;
	cursor: pointer;
    position: absolute;
}
.popup .no {
 	display: block;
	width: 215px;
	height: 75px;
	margin: 405px 0 0 300px;
	cursor: pointer;
    position: absolute;
}

/*23 Feb*/
body.act_23{
    background: #f0f0f0;
  }

/*body.act_23 table,
body.act_23 table tr,
body.act_23 table tr td{
 border: 1px solid #ddd;  
}*/

body.act_23 .container{
    background: #fff;
    width: 700px;
    min-height: 1000px;
    margin: -100px auto 100px;
    padding-bottom: 15px;
    /*padding: 0 15px;*/
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 57, 110, 0.3);-moz-box-shadow:    0px 5px 8px 0px rgba(0, 57, 110, 0.3);box-shadow:         0px 5px 8px 0px rgba(0, 57, 110, 0.3);
  }

body.act_23 .top_h{
   background: #f5f4f4;
   -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 57, 110, 0.05);
    -moz-box-shadow:    0px 8px 8px 0px rgba(0, 57, 110, 0.05);
    box-shadow:         0px 8px 8px 0px rgba(0, 57, 110, 0.05);
  height: 180px;
}

body.act_23 .top_head{
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}

body.act_23 .top_head .logo{
  width: 185px;
  display: inline-block;
  float: left;
}

body.act_23 .top_head .ad_tel{
  float: right; 
  display: inline-block;
}

body.act_23 .top_head .ad_tel .advantage{
  width: 324px;
  float: left;
}

body.act_23 .top_head .ad_tel .advantage li{
 width: 100px; 
  }

body.act_23 .top_head .ad_tel .advantage li span{
 font-size: 9px;
 width: 30px;
  }

body.act_23 .top_head .ad_tel .phone-wrapper{
  width: 150px;
  float: right;
}

body.act_23 .top_head .ad_tel .phone-wrapper .bot-phone{
 font-size: 16px; 
}

body.act_23 .bot_head{
 border-top: 1px solid #f0f0f0; 
}

body.act_23 .bot_head ul li{
 display: inline-block;  
}

body.act_23 .bot_head ul li a{
    font-size: 9px;
    color: #666666;
    text-transform: uppercase;
}

body.act_23 .txt_cont .ban_bg{
   background: url(ban_bg.png) right top no-repeat;
   height: 550px;
   position: relative;
  }

body.act_23 .txt_cont .ban_bg p{
  font-family: Arial;
  color: #232222;
  font-size: 16px;
  margin: 0 15px 15px;
  padding: 15px 0 10px;
  border-bottom: 2px solid #585253;
}

body.act_23 .txt_cont .ban_bg2{
   background: url(ban_bg2.png) left top no-repeat;
   height: 793px;
   margin: 2px 0 0 15px;
   /*border-top: 2px solid #585253;*/
   padding-top: 15px;
   position: relative;
  }

.btn_a{
   background: url(btn_a.png) center center no-repeat;  
   width: 249px;
   height: 71px;
   display: block;
   position: absolute;
  }

.del_hr{
  margin: -4px 15px 0;
  border-top: 2px solid #585253;
  }

.btn_a:hover{
  margin-top: -2px;
    }

body.act_23 .txt_cont .ban_bg .btn_a{
  top: 460px;
  left: 15px;
}

body.act_23 .txt_cont .ban_bg2 .btn_a{
 top: 715px;
  left: 15px; 
}

body.act_23 footer{
 margin: 15px 15px 0;
 padding: 15px;
 background: #f5f4f4;
}

body.act_23 p{
 font-family: Arial;
 font-size: 10px;
 color: #6f6f6f;
}
.page-wrapper.page-pad.layout {
  background: white;
}
.pagination a {font-size:18px;}
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-16 { width: 16px; height: 16px; background: url(//badges.instagram.com/static/images/ig-badge-sprite-16.png) no-repeat 0 0; margin-top: 10px; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-16 { background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-16@2x.png); background-size: 60px 178px; } }
.blog_link {
    
    font-size: 14px;
    text-transform: uppercase;
}
.blog_link.active-a {
  color: #e81c1c;}

.select-wrapper:nth-child(4){ display: none !important; }
