 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;
}
@-moz-document url-prefix() {
    #b3a6db22ef920e17794160a494c30e4.ms-widget-container {
        position: absolute !important;
    }
  #b3a6db22ef920e17794160a494c30e4 .w-var-city-simple {
   margin-top:-16px; 
  }
  #decb50c45d12b41aafa1636dd9b7a.ms-widget-container {
        position: absolute !important;
    right: 10px;
    }

   
}
#theme_preview_notification 
{
 display: none; 
}
img {max-width: 100%; }
a.lever {
  display: block;
  width: 100px;
  height: 240px;
  background-image: url('http://photojojo.com/store/awesomeness/new/css/../img/lever-sprite.png');
  background-size: 300px 240px;
  background-position: 0 0;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 200px;
  left: -250px;
  
}
.editor-content p {
  margin-bottom: 18px;
      
    }     
a.lever.down {
  background-position: -150px 0 !important;
}
.arm {
  position: absolute;
  z-index: 1000;
  height: 1245px;
  width: 194px;
  margin-left: 100px;
  background-image: url('http://photojojo.com/store/awesomeness/new/img/arm-sprite-4.png');
  background-position: 0px 0;
  top: -600px;
}
.sign {
background-image: url("http://photojojo.com/store/awesomeness/new/css/../img/sign.png");
background-size: 50px 72px;
width: 50px;
height: 72px;
position: absolute;
left: 33px;
top: 16px;
-webkit-animation: signSway 2s infinite linear;
-webkit-transform-origin: 50% 0%
  }
/*.arm.move {
  background-position: -1170px 0;
  -webkit-animation: armGrab 0.8s linear 1;
  -webkit-animation-fill-mode: forwards;
}
.arm.move.last {
  background-position: -975px 0 !important;
}
@-webkit-keyframes armGrab {
  0% {background-position: 0px 0;}

  39.999% {background-position: -0px 0;}
  40% {background-position: -195px 0;}

  45.999% {background-position: -195px 0;}
  46% {background-position: -390px 0;}

  49.999% {background-position: -390px 0;}
  50% {background-position: -585px 0;}

  69.999% {background-position: -585px 0;}
  70% {background-position: -780px 0;}

  89.999% {background-position: -780px 0;}
  90% {background-position: -975px 0;}

  99.999% {background-position: -975px 0;}
  100% {background-position: -1170px 0;}

}*/
/* 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: 75%; font-family: "als_schlange_sansregular", "Neutraface","Helvetica Neue",Arial,sans-serif; color: #666666;}

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%; }

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #008AFF;
    font-family: "als_schlange_sansregular", "Neutraface","Helvetica Neue",Arial,sans-serif;  
      
}

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; 
  }

: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: 1000;
    border-radius: 6px;
}

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

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

    }

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

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

.article {margin-bottom:40px;}
.article .title {
    font-size: 18px;
    margin-bottom: 2px;
    font-family:'pf_beausans_probold',arial,sans-serif; 
}

.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 .wysiwyg-content {
   font-size: 14px;     
      }

#comments_link, #reviews_link {
    cursor: pointer;
    border-bottom: 1px dashed #646364;  
    font-size: 1.2em;
    font-family:'pf_beausans_probold',arial,sans-serif;
    padding-bottom: 2px;
}


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


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

div.reviews {
 margin-bottom: 12px; 
}
.pagination {  font-family:'pf_beausans_probold',arial,sans-serif; text-align:center;}
.pagination_page {padding:0 0.4em;}
#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; 
}
#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: 5px; 
}
.comment-details {
	padding: 5px 0;
}
#moderation_warning {margin-top:42px; 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 dd {margin:0px 0 5px 0;}
#review_form input {width:300px;}
#review_form #review_captcha_solution {
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%;}
.rating_wrapper {overflow:hidden; margin:10px 0;}
.rating_label {float:left; margin-right:10px;}

/* Seo */
.seo-description { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
#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;
 
}

#comment_form, .product_review {
 overflow: hidden; 
}

.product_review {
   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: 18px;
}  

.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: 12px;
}

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

.edit-content li {
   padding-bottom: 0.5em;   
    }

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


/* site */

.layout {
  width: 1024px;
  margin: 0 auto;  
    
}
  
.main {
    margin: 0 auto;
    width: 100%;
     background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
  	margin: 0 auto;
    min-width: 970px;
}

.main.inner-pages {
	background:#FCFCFC;        
      }


.top-catalog, .top-search, .top-phone, .logo, header nav {
     display: inline-block; 
  	 color: #666666;
    }
    
    

header {
position: relative;
z-index: 1000;  

  }


#c96b0e605ec49f7f875bbec9db5914.ms-widget-container {
margin-top: 0 !important;  
  }

.top-header {
    padding-top: 0px;  

    }


.top-header.sticky {
	width: 100%;
 	background: rgba(255,255,255,1);
    z-index: 10000;
    position: fixed;  
  	top: 0;
  	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
   -moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
    box-shadow:0 0 10px rgba(0,0,0,0.5);
   -webkit-animation: sticky 500ms 0 ease-in-out;
    -moz-animation: sticky 500ms 0 ease-in-out;
    -ms-animation: sticky 500ms 0 ease-in-out;
  	-webkit-backface-visibility: hidden; 
	-webkit-transform: translateZ(0);
    }

.top-header.sticky .city-link {
  text-shadow: none;
   color: #666666;
 }

.top-header.sticky  .header-left .top-catalog a  {
     color: #666666;
     text-shadow: none;
}


.logo {
    height: 114px;
    left: 50%;
    margin-left: -58px;
    position: absolute;
    width: 116px;
    top: 0;
      }



.top-catalog {
 	width: 25%; 
    text-align: right;  
  	position: relative;
}

.top-catalog a, nav > a {
  position: relative;
  z-index: 1000;
  -webkit-transition: 0.1s ease-out;
     -webkit-transition-delay: 0.1s;
     -o-transition: .1s ease-out;
     -o-transition-delay: 0.1s;
     -moz-transition: .1s ease-out;
     -moz-transition-delay: 0.1s;
     transition: .1s ease-out;
     transition-delay: 0.1s;     
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em black;
      }



      
.top-catalog:hover > a, nav > a:hover {
  color: #76CFFF;  
  text-decoration: none;
      }




.top-catalog a {
         font-size: 14px;
         
        }
.catalog-wrapper {
    color: #666666;
	position: absolute;
    top: 0;
    left: -100px;
  	width: 840px;
  //	padding-top: 120px;
}
    
.catalog-wrapper  a {
  color: #666666;
  text-shadow: none;
}    
.catalog {
 	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: 1px 10px 13px rgba(0, 0, 0, 0.05);
	margin-top: 120px;
	padding: 10px 20px 20px 75px;
	z-index: 1000;
	overflow: hidden;
	display: none;
    
}
    
.top-catalog:hover .catalog {
    display: block;    
      }
      

.main-col {
  margin-right: 40px;  
text-align: center;  
    }

.main-col li a:hover {
   color: #60AFDA;  
   text-decoration: none;
      }
      
.main-col-item {
   margin-bottom: 20px;   
  margin-top: 20px; 
    }
.main-col-item a {
   font-family: "als_schlange_sansregular", "Neutraface","Helvetica Neue",Arial,sans-serif;
   font-size: 25px;
   color: #000;
  
      
    }
.sub-col-item {
  text-align:left;
   margin-bottom: 10px;   
  padding-bottom: 10px;
border-bottom: 1px dashed #EBEBEB;
    }

 .sub-col-item a figure {
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	width: 48px;     
        }
 .sub-col-item a div {
    margin-right: 10px;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	width: 48px; 
  
    }
    
 .sub-col-item figure img {
   border-radius: 30px;
   max-width: 100%;
   max-height: 100%;
   vertical-align: middle;           
            }

 .sub-col-item > a {
	vertical-align: middle;
   display: block;
         }
 .sub-col-item > a:hover div  {
	border-color: #60AFDA;
         }
                                 
.top-search {
 width: 30%;
    }
    
.top-phone {
   width: 180px; 
   font-size: 1.5em;
   color: #fff;  
   position: relative;
   z-index: 1000;
   padding-left: 10px;
   font-weight: bold;
   text-shadow: 0.1em 0.1em 0.2em black;
            }

.header-left {
   width: 44%;
   display: inline-block;
   position: relative;
   z-index: 1000;
   padding-top: 8px;
    }

.ms-widget-container {
     margin-top: 0!important; 
    }

header nav {
 width: 55%;  
 text-align: right;     
}

header nav > a {
   width: 19%;
   display: inline-block; 
   font-size: 14px;
   text-align: center;
   color: #fff;
      }

.top-header.sticky nav > a {
   color: #666666;
   text-shadow: none;
      }

.top-header.sticky  a:hover {
   color: #76CFFF !important;
   text-shadow: none;
      }

.top-header.sticky .top-phone {
    color: #666666;
    text-shadow: none;
  }  
.top-header.sticky .w-var-city-simple > a  {
    color: #666 !important;
    text-shadow: none !important;
  }     
.top-header.sticky .logo img {
max-height: 100%;
max-width: 100%;
border-radius: 50%;
background: #fff;
  }

.sketchy {
 display: inline-block;
 margin: 0 auto 10px;
 opacity: 1;
 font-size: 1em;
 position: relative; 
}

.top-text {
     height: 250px;
     text-align: center;
     background: #84deff; 
  	 font-family: 'lobster_1.4regular';
  	 font-size: 34px;
  	 color: #fff;
     margin-top:-40px;
    }

.nav-contact {
     position: relative;
     z-index: 1000; 
    }

.nav-basket {
     position: relative;
     width: 110px;
     padding-right: 4px;
    }

.nav-delivery {
  /*    background: url(http://photojojo.com/m/store/images/delivery-background@2x.png); */
      background-size: 272px 30px;
     background-repeat: repeat-x;
  /*   -webkit-animation: delivery-bg 5s linear infinite; */
	 width: 24%;
    }

    
.nav-delivery i {
	display: inline-block;
	margin: 0 6px;
	width: 16px;
	height: 10px;
	z-index: 1;
	position: relative;
/*	animation: delivery 0.8s ease infinite;
	-webkit-animation: delivery 0.8s ease infinite; */
    }

.nav-basket .cart_items_count {
      border-radius: 24px;
    box-shadow: 0 0 10px rgba(47, 142, 218, 0.5);
    height: 15px;
    line-height: 18px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    width: 15px;    
    font-size: 10px;
      }
  
.top-basket-wrapper{
   display: none;
   right: 0px; 
   top: 0px;
   z-index: 999;  
   width: 380px;   
   position: absolute;    
   text-shadow: none;
   //padding-top: 50px;
    }

.top-basket {
  color:#000;
  background:none repeat scroll 0 0 rgba(255, 255, 255, 1);
  border-radius: 6px;
  /*box-shadow*/
  -webkit-box-shadow:0 7px 14px rgba(0, 0, 0, 0.16);
  -moz-box-shadow:0 7px 14px rgba(0, 0, 0, 0.16);
  box-shadow:0 7px 14px rgba(0, 0, 0, 0.16);
  padding:20px 20px 20px 20px;
  z-index:1000;
  position: relative;
  margin-top: 50px;
}

.nav-basket:hover .top-basket-wrapper {
     display: block; 
    }

.top-basket {
  overflow: hidden;
    }

#cart-sidebar {
 /* height: 300px;	*/
  max-height: 300px;
  margin: 0 auto;
  overflow: auto;
}
#cart-sidebar li {
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px dashed #E4DFDF;
}

#cart-sidebar a   {
  display: inline-block;
  -webkit-transition: .1s ease-out;
     -webkit-transition-delay: 0.1s;
     -o-transition: .1s ease-out;
     -o-transition-delay: 0.1s;
     -moz-transition: .1s ease-out;
     -moz-transition-delay: 0.1s;
     transition: .1s ease-out;
     transition-delay: 0.1s;    
    color: #666666;
}

#cart-sidebar  a:hover div {
  color: #60afda;  
  text-decoration: none;
  border-color: #60AFDA;
  
} 

.product-image { 
  margin-right: 10px;
border: 1px solid #EEEEEE;
border-radius: 50%;
display: inline-block;
height: 48px;
vertical-align: middle;
width: 48px;
}
.product-descrtiption { 
    display: inline-block;
    width: 240px;
    vertical-align: middle;
}




.top-basket .head {
 clear: both;
  text-align: left; 
  padding-top: 15px;
    }

.top-basket .total {
text-align: left;
font-size: 40px;
padding: 20px 0 20px 0;
    }


.parse_product_url {
display: inline-block;
 width: 300px;   
  }
  
.top-basket .actions {
  text-align: center;     
 
        }
.top-basket a {
     color: #666666; 

    }
.top-basket .actions:hover a {
   text-decoration: none;
   color: #fff;       
  background: #84DEFF;
            }
.parse_item {
   margin-bottom: 10px; 
  }

.parse_item > div {
   display: inline-block;
   vertical-align: top;     
      }

#cart-sidebar .product-images {

 width: 80px; 
 height: 80px;     
 line-height: 80px;       
 margin-right: 10px;     
        }

#cart-sidebar .product-images img {
 border: 1px solid #ccc;
 border-radius: 50px;     
        }
#cart-sidebar .price {
    color: #4D524E;
    font-size: 20px;
    font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
  }

 
.product-details {
 width: 100%;   
 text-align: left;
 line-height: 120%; 
        }

.product-details .remove_item {
    /* float: right;*/ 
     display: inline-block;  
  	 vertical-align: middle;
    }

.product-details .remove_item i{
    color: #ff0000;  
    vertical-align: middle;
    }

.top-basket .actions a { 
	border: 1px solid #666666;
	background: #FFE984;
    cursor: pointer;
    border-radius: 6px;
	width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center; 
    display: inline-block;
     margin-top: 20px;
    -webkit-transition: .4s ease-out;
     -webkit-transition-delay: 0.5s;
     -o-transition: .4s ease-out;
     -o-transition-delay: 0.5s;
     -moz-transition: .4s ease-out;
     -moz-transition-delay: 0.5s;
     transition: .4s ease-out;
     transition-delay: 0.5s;
	 position: relative;  
    }

.breadcrumb  {
 margin-top: 15px;
 font-size: 16px; 
 position: relative;
  z-index:2;
  }

.bread-marg {

  margin-bottom: 15px;
    }
  .breadcrumb a {
     color: #84DEFF; 
      font-weight: bold; 
    }
    
  .breadcrumb span {
    font-weight: bold;
      }
  
.product-wrapper {
     width: 95%;
     margin: 0 auto;
     text-align: center; 
 }

.product {
	display: inline-block;
	position: relative;
	margin: 12px;
	vertical-align: top;
	width: 240px;
	padding: 0;
	background: #fff;
	height: 362px !important;
	text-align: left;
	zoom: 1;
	*display:inline; /* IE 7 */
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 1px 1px 2px #f7f7f7;
}




.product.hover {
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px #f0f0f0;
}

.product .details {
background: rgba(0, 0, 0, 0.57) no-repeat 50% 0;
position: absolute;
opacity: 0;
padding: 0;
position: absolute;
width: 100%;
height: 20%;
top: 29%;
font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
padding-top: 20px;
text-align: center;
font-size: 30px;
color: #fff;   
    }
      
      
  

.product a.store-image {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
}

.product a.store-image img {
	background-color: #fafafa;
	position: relative;
	top: 0;
	left: 0;
	border: none;
	width: 240px;
	height: 240px;
	margin: 0;
	padding: 0;
}	


.product a.store-title:link, a.store-title:visited, a.store-title:active {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", arial, helvetica, sans-serif;
    font-weight: bold;
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px !important;
	margin: 6px 4px 3px 11px;
	color: #444;
	text-decoration: none;
}

.product a.store-title:hover, .product.hover a.store-title {
	color: #4aafd9;
	text-decoration: underline;
}


.product .store-description {
  margin: 0 7px 0 11px;
  padding: 0;
  font-size: 13px;
  line-height: 17px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", arial, helvetica, sans-serif;
  color: #888;
  cursor: hand;
  cursor: pointer;
 }

div.product img.store-new-ribbon, div.product img.store-hot-ribbon {
	pointer-events: none;	
	position: absolute;
	display: inline-block;
	width: 74px;
	height: 40px;
	left: 175px;
	top: 18px;
	z-index: 2;	
}

div.product img.store-hot-ribbon {
	top: 53px;
}

div.product img.ribbon-top {
	top: 18px;
}

.map-container {
   height: auto;
   
}

.moscow-l, .region-l, .spb-l  {
     border-bottom: 1px dashed #65d6fd;
     color: #fff;
     font-size: 24px; 
     cursor: pointer;
      
    } 

.description_specs_inner {
  
  font-size: 15px;
}
  
.description_specs_inner {  
  text-align: left !important;
  width: 200px;
  padding-right: 20px;
  padding-left: 30px;
   color: #000;
}  
  
.description_specs_inner ul {  
  list-style-type: square;
    
  }  
    
    
.description_specs_inner li {
  word-wrap: break-word;
  padding-bottom: 20px;
  line-height: 1.4em;  
  }  
#background {
 height: 30px; 
 background: url('bg-map.png');   
    
  }
#map-info {
 position: absolute;
 color: #fff;
 width: 400px;
 height: 500px;
 right: 140px;
 background: rgba(0, 0, 0, 0.66);
 z-index: 2;
}  
.info {
  padding: 20px;
  color:#fff;
  font-size: 14px;  
    
  }
.info a{
  border-bottom: 1px dashed #56CDFC;
  color: #56CDFC;  
    
  }
.info ul {
    list-style-type:square;
    padding-left:20px;  
      
    }      
.info li{
  padding-bottom: 10px;
    
  }  
.info h3 {
    font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
    font-size: 30px;  
    }    
.choose {
text-align: center;
padding: 50 0 50 0;
line-height: 1.6;  
    
}
 .gm-style img { max-width: none; }
  .gm-style label { width: auto; display: inline; }
.text {
font-size: 20px;
      
}
.petr {
-webkit-animation: delivery 0.8s ease infinite;  
height: 26px;
padding-left: 10px;
}
.pvz-toggle1, .pvz-toggle2 {
      font-size:30px;
          color:#50CCEB;
          
        }
     
.container-header {
     text-align: center; 
      
    }
    
.container-header ul {
      
     padding: 15px 0 5px 0;   
    }
.container-header ul li { 
     display: inline-block;
     width: 30%;    
}
.shoppilot {
	height: 35px;              
                
}
.yamarket {
	height: 60px;              
                
}  
  
img.label {
                
    height: 100px;              
}                  
/* Твиттер */

#social {
  width: 90%;
margin: 0 auto;
border: 10px solid;
    
  }    
.balloonProof {
width: 280px;
margin: 10px 20px;
padding: 0;
line-height: 1.5em;
display: inline-block;
vertical-align: top;
}
.balloonProof__card--twitter {
border: 1px solid #D3D3D3;
border-radius: 6px;
padding: 12px;
width: 280px;
margin: 0 auto;
background: #ffffff;
}
.bio__face, .bio__name, .bio__username {
font-size: 16px;
line-height: 1em;
display: block;
text-align: left;
}
.balloonProof a {
text-decoration: none;
color: #5EB5D2;
}
.bio__name {
font-weight: bold;
margin: 4px auto 4px;
padding: 5px 0 0 0;
}

.bio__face img {
width: 48px;
margin: 0 12px 0 0;
height: auto;
}

.bio__source-twitter {
display: block;
float: right;
margin: 8px auto;
}

.card--twitter__tweet, .card--instagram__comment {
margin: 10px 0 0 0;
font-size: 12px;
line-height: 1.5em;
text-align: left;
}

.tweet-container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 0px auto;
  padding-top:50px; 
}
.tweets {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tweets > li {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.tweets li {
  text-align: left;
  position: relative;
  margin-top: 137px;
  margin-left: 20px;
  display: inline-block;
  width: 224px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  padding: 12px;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
  background-color: #ffffff;
  -webkit-animation: cardSway 6s ease-in-out infinite;
  -moz-animation: cardSway 6s ease-in-out infinite;
  -o-animation: cardSway 6s ease-in-out infinite;
  animation: cardSway 6s ease-in-out infinite;
}
.tweets li .tweet-balloon {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-top: -110px;
  margin-left: 48px;
  -webkit-animation: balloonSway 4s ease-in-out infinite;
  -moz-animation: balloonSway 4s ease-in-out infinite;
  -o-animation: balloonSway 4s ease-in-out infinite;
  animation: balloonSway 4s ease-in-out infinite;
}
.tweets li:nth-child(even) {
  -webkit-animation: cardSway 3s ease-in-out infinite;
  -moz-animation: cardSway 3s ease-in-out infinite;
  -o-animation: cardSway 3s ease-in-out infinite;
  animation: cardSway 3s ease-in-out infinite;
}
.tweets li:nth-child(even) .tweet-balloon {
  -webkit-animation: balloonSway 5s ease-in-out infinite;
  -moz-animation: balloonSway 5s ease-in-out infinite;
  -o-animation: balloonSway 5s ease-in-out infinite;
  animation: balloonSway 5s ease-in-out infinite;
}
.tweets li .balloon-purple {
  background-image: url('balloon-mega-sprite.gif');
  background-size: 500px 700px;
  background-position: 0px -20px;
}
.tweets li .balloon-purple-go {
  -webkit-animation: purple-balloon-pop 0.5s 1 linear forwards !important;
  -moz-animation: purple-balloon-pop 0.5s 1 linear forwards !important;
  -o-animation: purple-balloon-pop 0.5s 1 linear forwards !important;
  animation: purple-balloon-pop 0.5s 1 linear forwards !important;
}
.tweets li .balloon-pink {
  background-image: url('balloon-mega-sprite.gif');
  background-size: 500px 700px;
  background-position: 0px -140px;
}
.tweets li .balloon-pink-go {
  -webkit-animation: pink-balloon-pop 0.5s 1 linear forwards !important;
  -moz-animation: pink-balloon-pop 0.5s 1 linear forwards !important;
  -o-animation: pink-balloon-pop 0.5s 1 linear forwards !important;
  animation: pink-balloon-pop 0.5s 1 linear forwards !important;
}
.tweets li .balloon-blue {
  background-image: url('balloon-mega-sprite.gif');
  background-size: 500px 700px;
  background-position: 0px -260px;
}
.tweets li .balloon-blue-go {
  -webkit-animation: blue-balloon-pop 0.5s 1 linear forwards !important;
  -moz-animation: blue-balloon-pop 0.5s 1 linear forwards !important;
  -o-animation: blue-balloon-pop 0.5s 1 linear forwards !important;
  animation: blue-balloon-pop 0.5s 1 linear forwards !important;
}
.tweets li .balloon-yellow {
  background-image: url('balloon-mega-sprite.gif');
  background-size: 500px 700px;
  background-position: 0px -380px;
}
.tweets li .balloon-yellow-go {
  -webkit-animation: yellow-balloon-pop 0.5s 1 linear forwards !important;
  -moz-animation: yellow-balloon-pop 0.5s 1 linear forwards !important;
  -o-animation: yellow-balloon-pop 0.5s 1 linear forwards !important;
  animation: yellow-balloon-pop 0.5s 1 linear forwards !important;
}
.tweets li .balloon-white {
  background-image: url('balloon-mega-sprite.gif');
  background-size: 500px 700px;
  background-position: 0px -500px;
}
.tweets li .balloon-white-go {
  -webkit-animation: white-balloon-pop 0.5s 1 linear forwards !important;
  -moz-animation: white-balloon-pop 0.5s 1 linear forwards !important;
  -o-animation: white-balloon-pop 0.5s 1 linear forwards !important;
  animation: white-balloon-pop 0.5s 1 linear forwards !important;
}
.tweets li .balloon-green {
  background-image: url('balloon-mega-sprite.gif');
  background-size: 500px 700px;
  background-position: 0px -600px;
}
.tweets li .balloon-green-go {
  -webkit-animation: green-balloon-pop 0.5s 1 linear forwards !important;
  -moz-animation: green-balloon-pop 0.5s 1 linear forwards !important;
  -o-animation: green-balloon-pop 0.5s 1 linear forwards !important;
  animation: green-balloon-pop 0.5s 1 linear forwards !important;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .tweets li .balloon-purple {
    background-image: url('balloon-mega-sprite_2x.gif');
    background-size: 500px 700px;
    background-position: 0px -20px;
  }
  .tweets li .balloon-pink {
    background-image: url('balloon-mega-sprite_2x.gif');
    background-size: 500px 700px;
    background-position: 0px -140px;
  }
  .tweets li .balloon-blue {
    background-image: url('balloon-mega-sprite_2x.gif');
    background-size: 500px 700px;
    background-position: 0px -260px;
  }
  .tweets li .balloon-yellow {
    background-image: url('balloon-mega-sprite_2x.gif');
    background-size: 500px 700px;
    background-position: 0px -380px;
  }
  .tweets li .balloon-white {
    background-image: url('balloon-mega-sprite_2x.gif');
    background-size: 500px 700px;
    background-position: 0px -500px;
  }
  .tweets li .balloon-green {
    background-image: url('balloon-mega-sprite_2x.gif');
    background-size: 500px 700px;
    background-position: 0px -600px;
  }
}
.tweets .tweet-header {
  font-size: 12px;
  line-height: 1.5em;
  vertical-align: middle;
  border-bottom: 1px solid #cacaca;
  padding: 0 0 10px;
  position: relative;
}
.tweets .tweet-header img {
  width: 28px;
  height: auto;
  border-radius: 50%;
  margin-right: 6px;
}
.tweets .tweet-body {
  font-size: 14px;
  line-height: 1.5em;
  padding: 12px 0;
}
.tweets a {
  text-decoration: none;
}
.tweets a.twitter-avatar {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url('../img/twitter-bird.png');
  background-size: 24px 19px;
  float: right;
  margin: 4px 0 0;
}
                                                      
/* Твиттер */



.facebook-container{
  font-size: 30px;
  text-align: center;
  margin:0px 0 30px 0;
  padding:0;
  
  /*
  background:-moz-linear-gradient(top,rgba(226,245,254,0) 0,rgba(226,245,254,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(226,245,254,0)),color-stop(100%,rgba(226,245,254,1)));
   background:-webkit-linear-gradient(top,rgba(226,245,254,0) 0,rgba(226,245,254,1) 100%);background:-o-linear-gradient(top,rgba(226,245,254,0) 0,rgba(226,245,254,1) 100%);background:-ms-linear-gradient(top,rgba(226,245,254,0) 0,rgba(226,245,254,1) 100%);background:linear-gradient(to bottom,rgba(226,245,254,0) 0,rgba(226,245,254,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e2f5fe',endColorstr='#e2f5fe',GradientType=0);
*/
}

.facebook-container p {
-webkit-animation: delivery 0.8s ease infinite;
display: inline-block;

}
.vk-container{
  font-size: 30px;
  text-align: center;
  margin:60px 0 -30px 0;
  padding:0;
}

.search-wrapper {
    position: relative;
     z-index: 10;   
    }
    
.search {
   position: fixed;
   right: -501px;     
   top: 400px;
   width: 554px; 
   z-index: 1000;
   display: none;
  -webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
      }
.temp-search {
display: block;
    }      

.search-icon {
   width: 54px;
   height: 44px;
   background: #70C8E4;
   cursor: pointer;  
   text-align: center;
   line-height: 44px;
   color:#fff;  
   display: block;
    }

.search form {
   position: relative;
   width: 500px;
   display: none;
    }


.search .inp-search {
  padding: 10px 48px 10px 19px;
  border: none;    
   border:1px solid #DCDDDE;
  height: 44px;
  width: 500px;
    }
   
.search .but-search  {
  position: absolute;
  top: 14px;
  right: 5px;    
  background: none;
  border: none;    
    }
    
.search .but-search i {
  font-size: 16px;
  margin: 0;        
        }

.h1-title {
   color: #377694;
   font-size:32px;
  	margin: 20px 0;
    font-weight: bold;
   
    }



.content-left, .content-right {
    z-index:99;
    background: none repeat scroll 0 0 #FCFCFC;
}



.stock_message {
 margin: 10px 0;    
  }

.selector-wrapper label {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
    display: block;  
    }

.selector-wrapper {
         margin-bottom: 10px; 
        }
    
select {
  -webkit-appearance: none !important;
  background: #fafafa url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.44444rem;
  font-size: 0.77778rem;
  -webkit-border-radius: 0;
  border-radius: 0; 
   width: 100%; 
  }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
	}
  select:hover {
    background: #f3f3f3 url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat;
    background-position-x: 97%;
    background-position-y: 
	center;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } 
	}
      
      
.main-wrap {
width: 100%;
margin-top: 35px;
border-radius: 15px 15px 15px 15px;

      
}

.medium-body-text {
font-size: 18px;
color: #333;
line-height: 1.5em;
text-align: left;
width: 1024px;
margin: 0 auto;
margin-top: 80px;
border: 1px solid #E1E1E1;
background: #fff;  
border-radius: 6px;
padding:21px; 
}      
      
.page_wrap {
width: 95%;
margin: 0 auto;
text-align: center;
margin-top: 80px;

}

.article-body {
 margin: 0 auto; 
}
.page_wrap .sidebar {
width: 260px;
float: left;
}

.page_wrap .sidebar_right {
float: right;
width: 260px;
}

.page_wrap .main {
width: 550px;
float: center;
text-align: center;
padding: 20px;  
}  
.page_wrap .main .more-info {
   margin-bottom: 10px;       
          
        }
        
#subscribe-form {
margin: 10px 0 10px 0;
padding: 0;
}

#subscribe-form input {
font-size: 16px;
margin: 15px 0 0px 0;
}

.newsletter_about_box {
font-family: lucida grande, sans serif, helvetica, arial;
font-size: 14px;
background: #f7f3e1;
width: 180px;
padding: 10px;
margin-top: 10px;
text-align: left;
}

.page_wrap .main .newsletter_post_divider {
width: auto;
background-position: center top;
}

.newsletter_post_divider {
background: url('newsletter.gif') no-repeat;
height: 18px;
width: 268px;
margin: 28px 0 24px 0;
}
  
.cart-wrapper {
   width: 1024px;
   margin: 0 auto;
   margin-top: 80px;   
    }
.button-buy {
height: 36px;
line-height: 36px;
background: url(button.gif) top left repeat-x #fdde64;
color: #000;
text-shadow: 1px 1px 1px #fff;
cursor: pointer;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border: 0;
border-right: 1px solid #eeaa00;
font-weight: bold;
padding: 0 15px;
}

.header {
font-size: 35pt;
color: #000;
margin-top: 60px;
font-family: "als_schlange_sansbold";
}

.product_name {
font-size: 14pt;
color: #000000;
cursor: pointer;
}
/* footer*/
#footer {
    clear: both;
    width: 100%;
    border-top: none;
    background-color: #fff;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-family: "als_schlange_sansregular", "Neutraface","Helvetica Neue",Arial,sans-serif;
    margin: 10px 0 0 0;
    padding: 15px 0 1px 0;
    background: #65d6fd;
}
#footer p.credit {
    font-size: 10px;
    margin: 15px 0;
    color: #888;
}

#footer h2 {
  
 font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
font-size: 60px; 
  color: #fff;
  padding-top: 30px;
  
}




ul.footer-links {
    padding: 0;
    margin: 30px 0 0px 0;
    list-style-type: none;
}
ul.footer-social-links {
    padding: 0;
    margin: 45px 0 45px 0;
    list-style-type: none;
}

ul.footer-links li {
   padding-right: 5%
    margin: 0 0 0 5px;
    padding-right: 12px;
    border-right: 1px solid #aac6d6;
}
ul.footer-links .last {
    margin: 0 0 0 5px;
    padding-right: 12px;
    border-right: 0px solid #aac6d6;
}
ul.footer-links li a {
    color: #fff;
}

ul.footer-links li a:hover {
    color: #000;
}

.footer-links li,.footer-social-links li {
  
    padding-right: 5%;
    list-style-type: none;
    display: inline;
    position: relative;
}
ul.footer-phone {
    width: 940px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    color: #548CA7;
    font-style: normal;
    font-size: 25px;
}
li.footer-phone-message {
    font-size: 24px;
    margin-bottom: 20px;
}

li.footer-phone-number a {
    background-repeat: no-repeat;
    background-position: 0 20px;
    color: #000;
    font-size: 85px;
    line-height: 1.2em;
    text-decoration: none;
    font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
}
li.footer-phone-number a:hover {
    color: #377694;
}

ul.footer-payment-links {
    padding: 15px 0 5px 0;
}
ul.footer-payment-links li {
    display: inline-block;
    margin: 0 20px;
}

.footer-social-links li a {
  text-decoration: none;
    font-family:'Grands';
  font-size: 100px;
    color:#fff;
}


.footer-social-links li a:hover {
    text-decoration: none;
    font-family:'Grands';  
      font-size: 100px;
    color:#000;
}

.footer-social-links .first,.footer-social-links .last,.footer-social-links .first:hover,.footer-social-links .last:hover {
  color: #fff;
  font-size: 14px;
   font-family: "als_schlange_sansregular", "Neutraface","Helvetica Neue",Arial,sans-serif;     
}



.collection-sub-col {
	text-align:center;
}

.collection-sub-col ul {
    display: inline;
}
        
.collection-sub-col li {
    display:inline-block; padding:50px;
}

.collection-sub-col li a {
    font-size: 14px;
    color: #888;
}
        
.collection-sub-col li a:hover {
    font-size: 14px;
    color: #84DEFF;
}

.collection-sub-col li a:hover {
    font-size: 14px;
    color: #84DEFF;
}
              
.collection-sub-col li a:hover  div{
    border-color: #60AFDA;
}    
.collection-sub-active {
	color: #84DEFF !important;                
}
.collection-sub-active div{
	border-color: #60AFDA;                
}                       
              
              

.collection-sub-col-div {            
	background-size: 100px; 
    margin: 0 auto; 
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 50%; 
	height: 100px; 
	width: 100px;            
}    


/* end footer */

 
