/*Storenvy theme by http://skyladesign.storenvy.com/*/

/* The line below imports most of the styles for your chosen theme.
It is recommended that you leave this here to receive bug fixes or additions to this theme. */

@import url('/assets/theme_cooper.css');



/* The styles below are automatically turned into controls on the Design Bar.
For more information, see the FAQ. */

/* Colors */

.store_name a:link, .store_name a:hover, .store_name a:visited {
  color: #B39CFF;                   /*: Store Name :*/
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #product_name, #price {
  color: #8FC5FF;                   /*: Titles :*/
}

body, #main .faq h2, .label label, #product .better-select-selected-label {
  color: #474747;                   /*: Text :*/
}

a:link, a:visited, a:active, #footer a, .no-products p {
  color: #AA5AFF;                   /*: Links :*/;
}

a:hover, #sidebar ul li.current a, body.faq #buttons .faqs, body.contact #buttons .contact_us {
  color: #FFBDD7;                   /*: Link Hover :*/
}

#main .button, #main button, #items_in_cart, #promotion, #variant_id_chzn .result-selected, #variant_id_chzn .result-selected.highlighted, .stock-remaining, .stock-sold {
  background-color: #EDD6FF;        /*: Buttons :*/
}

#main .button, #main button, #items_in_cart a, #promotion, #variant_id_chzn .result-selected, #variant_id_chzn .result-selected.highlighted {
  color: #FFFFFF;                   /*: Button Text :*/
}

hr, #thumbs a:hover, #product #variant_id, #footer, #product #variant_id_chzn > * {
  border-color: #E4F1FF;               /*: Lines :*/
}

.product .flag.status, #product .status {
  background-color: #FFAAE4;           /*: Product Status :*/
}

#content, #header, #footer{
  background-color: #FFFFFF;        /*: Content Background :*/
}

/* Layout */

#header .store_name {
  font-family: "Amaranth", serif; /*: Store Name Font :*/
  text-align: center;                     /*: Store Name Alignment :*/
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #product_name, #navbar li a, li.product .product_name, .navspan{
  font-family: "Raleway", sans-serif; /*: Title Font :*/
}

#banner {
  text-align:center;                /*: Header Image Alignment :*/
}


body{
  background-color: #FFFFFF;          /*: Body Background :*/
  font-family: Verdana, Arial, Helvetica, sans-serif; /*: Body Font :*/
  background-attachment: fixed;      /*: Background Attachment :*/
  background-repeat: repeat;          /*: Background Image Repeat :*/
  background-position: center center;    /*: Background Image Position :*/


}

/* These are non-CSS custom settings for the theme. It's best to leave these alone.
To create custom Design Bar attributes for your theme, view this help article:
http://support.storenvy.com/customer/portal/articles/1226033-how-do-i-add-settings-to-the-store-owner-ui- */

storenvy {
  storenvy-featured-collection: collection-all;    /*: Featured Collection :*/
  storenvy-use-theme-background: if-false;         /*: Use Theme Background :*/
  storenvy-show-store-name: if-false;               /*: Show Store Name :*/
  storenvy-show-logo: if-true;                     /*: Show Logo :*/
  storenvy-show-stock-bars: if-true;              /*: Show Stock Bars :*/
}

<SKYLA CSS>

#container {
    overflow: hidden !important;
}

#wrapper {
    overflow: hidden !important;
}

#main, .main {
    overflow: hidden !important;
}

#content {
    padding: 0 10px;
}

#container {
    background-color: #ffffff;
}


#main, .main {
   padding-right: 3.16456%;
   width: 100%;
   margin-top: 20px;
   margin-left: 3.16456%;}
}

div.pagination {
    margin-bottom: 12px !important;
    text-align: center;
}

div.pagination a.pagination-prev, div.pagination a.pagination-next {
    background-color: #000000;
    color: white;
    padding: 3px 6px;
}

@media screen and (min-width: 768px) {
  #main .col3 { width: 20.7%; min-width: 18%;}
}

@media screen and (min-width: 568px) and (max-width: 767px){
  #main .col3 { width: 27%; min-width: 18%;}
}

@media screen and (max-width: 568px) {
  #main, .main  { margin-left: 0; padding-right: 0; }
}

#header #banner img {
    margin: 10px 0;
    padding-right:20px;
}

#header #store_info .store_name {
    padding: 0 5px 15px;
}

@media screen and (min-width: 568px){
  #sidebar, .sidebar {display: none !important;}
}

@media screen and (max-width: 568px){ 
  .pcsearchbox {display: none !important;}
}


@media screen and (max-width: 568px){
  #infolinks {display: none !important;}
}

@media screen and (min-width: 568px){
#infolinks {
position: relative;
width: 100%;
text-align: center;
margin: 4px 0 0;
}
#infolinks ul li {
display: inline;
}
#infolinks ul {
    font-size: 11px;
    margin: 0 auto;
    padding: 2px 0;
    text-transform: uppercase;
}
#infolinks #infolinks_li {
position: relative;
float: left;
width: 100%;
}
#infolinks ul li a {
color:#FF9CCC;  /*: Info links :*/
padding:0 4px;
}
#infolinks a:hover {
text-decoration: none;
color:#FF8DCE; /*: Info links hover :*/
}
}

/*NAVBAR*/
@media screen and (max-width: 568px){
  #navbar {display: none !important;}
}

@media screen and (min-width: 568px){
/*#navborder{
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}*/

#navbar {
 background-color: #FFFFFF; /*: Navbar background  :*/
 margin: 0;
 padding: 0 5px;
}

.navcenter {
  margin: 0;
  padding: 0;
  clear: both;
  text-align: center;
  line-height: 35px;
}

.navcenter hr {
    margin: 2px 0;
}

.navcenter li {
  display: inline;
  text-transform: uppercase;
  padding: 4px 0;
  list-style-type: none;
}

.navcenter li a{
  font-size: 14px;
  color: #FF5AB0; /*: Navbar links :*/
}

.navcenter a:hover {
  color: #FFDFED; /*: Navbar links hover:*/
}

.navspan {color: #000000; padding: 0 12px; font-size: 24px; line-height: 30px;}
}


/* PRODUCT PAGE */
#main_photo img {
    border: 1px solid #E5E5E5;
    width: 100%;
}

#browse-more .related-products img {
    border: 1px solid #e5e5e5;
}

@media screen and (min-width: 769px){
#product-photo {
    padding-right: 10px;
    width: 46%;
}
#product_info {
    margin-left: 2%;
    width: 46%;
}

#browse-more .related-products {
    width: 20%;
}
}

@media screen and (min-width: 568px) and (max-width: 768px){
#product-photo {
    margin-left: 6%;
    padding-right: 10px;
    width: 46%;
}
#product_info {
    margin-left: 2%;
    width: 44%;
}
#product-navigation {
    padding-left: 13px;
}
}

@media screen and (min-width: 451px) and (max-width: 568px){
#product-photo {
    margin-left: 6%;
    padding-right: 10px;
    width: 46%;
}
#product_info {
    margin-left: 2%;
    width: 44%;
}
}

@media screen and (min-width: 321px) and (max-width: 450px) {
#product-photo {
    padding-right: 7%;
    width: 100%;
}
#product_info {
    width: 100%;
    margin-left: 7%;
    padding-right: 8%;
}
#browse-more .related-products {
    width: 33% !important;
}
}

@media screen and (max-width: 320px) {
#product-photo {
    width: 100%;
}
#product_info {
    width: 100%;
}
#browse-more .related-products {
    width: 33% !important;
}
}

#thumbs li:first-child {
    margin-left: 2.8%;
}

#product_info .status {
    font-weight: normal;
    padding: 5px;
}

#product_info #product_description {
    margin: 5% 0;
}

li.product {
    font-size: 14px;
    /* margin-right: 2.75%; */
    text-align: center;
    margin-bottom: 1.5em;
}

li.product img.product-photo {
    border: 1px solid #E5E5E5;
    width: 100%;
}

#thumbs img{
    border: 1px solid #E5E5E5;
}

#share_product {
    margin-bottom: 1.5em;
}

/* CONTACT PAGE */
#contact_block {
  float: left;
  width: 510px;
}
#contact-form ul li .field {
    clear: right;
    margin-left: 100px;
    max-width: 380px;
}
#contact-form ul li .field input, #contact-form ul li .field textarea {
    background-color: #F1F1F3;
    border: medium none;
    border-radius: 0;
    color: #414141;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    max-width: 380px;
    padding: 6px 15px;
    width: 100%;
}

#contact-form ul li input.button {
    border: medium none;
    padding: 6px;
}

/*BUTTONS + HR*/
a.button, button.button, input.button {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 4px;
}

#cart_add_form input.add_to_cart_button {
    margin-top: 8px;
}

hr {
    border-bottom: 1px solid;
    border-top: 0 none;
    margin: 9px 0 15px;
}

#variant_id_chzn .chzn-single {border-color: #CFCFCF !important ;}
#variant_id_chzn .chzn-single {
    color: #000000;
    font-size: 14px;
}

/* Fonts */
#header #store_info .store_name {
    font-size: 60px;
}

#content h1 {
    font-size: 24px;
    text-transform: uppercase;
}

#main #title.collection-title {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 15px;
}

li.product .product_name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
li.collection .collection_name {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}

li.product .product_price {
    font-size: 13px;
    margin: 5px 0;
    opacity: 0.8;
}

li.product .flag {
    float: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 568px) {
li.product .flags {
    right: 0;
}
}

/* fonts product page */
#product_info #product_name, h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

#product_info #price {
    font-size: 14px;
    opacity: 0.6;
    margin-top: -10px;
}

#browse-more .related-products  {
   text-align: center;
   font-size: 85%;
}

#browse-more .related-products .product_name   {
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* fonts faq page */
ul.faqs h2 {
    font-size: 16px !important;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
}

/*FOOTER*/
@media screen and (min-width: 568px){
  #powered_by_storenvy {display: none !important;}
}
@media screen and (min-width: 568px){
#footer {
    font-size: 11px;
    border-top: none;
    padding: 0 10px 0;
}

#footer_links {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
}

#footer #footer_links ul {
    margin: 0 auto;
    text-transform: uppercase;
    padding-left: 0px;
}

#footer #footer_links li {
    line-height: 24px;
    list-style: none outside none;
    background-color: #FFFFFF;      /*: Footer background :*/
    margin: 12px 0 5px;
}

#footer a {
  color: #4D4D4D;                   /*: Footer Links :*/;
  padding: 0 6px;
}

#footer a:hover {
  color: #D3D3D3;                   /*: Footer Links Hover :*/
}

.footer-small {
    font-size: 11px;
}
}


/* Blueberry SLIDER CSS */
@media screen and (max-width: 568px){
  .blueberry {display: none !important;}
}

@media screen and (min-width: 568px){
.blueberrymargin {margin: -10px 0 25px;}

.blueberry {
  max-width: 960px;
  margin: 0 auto;
}
.blueberry .slides {
  display: block;
  position: relative;
  overflow: hidden;
}
.slides {
  max-width: 960px;
  padding: 0;
}
.blueberry .slides li {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.blueberry .slides li img {
  width: 100%;
  max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {display:none;}
/*.blueberry .pager {
  height: 40px;
  text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
  display: block;
  height: 4px;
  width: 4px;
}
.blueberry .pager li a {
  padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
  border-radius: 6px;
}
.blueberry .pager li a span {
  overflow: hidden;
  background: #c0c0c0;
  text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
  border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }*/
}
/* END SLIDER CSS */
