/*----CSS / DETAILS-STYLES ----*/

/*----colors-----

*/

/*----google fonts----
font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'EB Garamond', serif;
*/


/*****************globals*************/
body {
  font-family: 'open sans';
  overflow-x: hidden; }

  /*----- TOP-HEADER BAR -----*/
  #top-header  {
    background-color: #6d2c7f;
    padding: 15px 70px!important;
    height: 50px;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px)  {
  #top-header  {
    margin-bottom: 0;
  }
  }
  @media screen and (max-width: 768px)  {
  #top-header  {
    padding: 18px 20px!important;
    height: 50px;
  }
  }
  .social-media ul li i  {
    color: #fff;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    margin-top: -4px;
  }
  .social-media i:hover  {
    opacity: .7;
  }

  #top-header .social-media  {
    padding: 0;
    margin: 0;
    padding-left: 710px;
  }
  #top-header .social-media ul  {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    width: 220px;

  }

  #top-header .social-media ul li  {
    display: inline;
    margin: 0;
    padding: 0;
    padding-right: 30px;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px)  {
    #top-header .social-media  {
      padding: 0;
      margin: 0;
      padding-left: 450px!important;
    }
    #top-header .social-media ul  {
      padding-bottom: 0!important;
    }
    #top-header .social-media ul li  {
      margin-bottom: 0;
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 768px)  {
    #top-header .social-media  {
      padding-left: 0px;
      margin-left: 0px;
      background-color: blue!important;
  }
  #top-header .social-media ul  {
    padding: 0;
    margin-left: 0px;
    margin-bottom: 0px;
    width: auto;
  }
  #top-header .social-media ul li  {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .social-media ul li i  {
    color: #fff;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    margin-top: -7px;
    margin-right: 10px;
  }
  }

  #top-header .text-right  {
    color: #d8d6dd;
    margin: 0px;
    padding: 0;

    text-transform: uppercase;
    font-size: .8em;
  }
  #top-header .text-right a  {
    color: white;
  }
  #top-header .text-right a:hover,
  #top-header .text-right a:active,
  #top-header .text-right a:focus {
    color: #e68f93;
    outline: none;
    text-decoration: none;
    transition: 0.5s;
  }
/*-- END TOP HEADER BAR --*/

/*-- LOGO SECTION --*/
.logo-bar  {
  padding: 1px 105px 0px 105px;
}
.logo-container img  {
  max-width: 320px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px)  {
.logo-container img  {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.logo-bar  {
  text-align: center;
  padding: 0px;
  margin-bottom: -10px;


}
}


/*img {
  max-width: 100%; }*/

.go-back  {
  font-size: 1em;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: 1px;
}
.go-back i  {
  font-size: 24px;
  color: #c12026;
  margin-right: 10px;
  line-height: 20px;
  vertical-align: bottom;
}
.go-back a:hover  {
  text-decoration: none;
  transition: .3s;
  opacity: .6;
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

      .dropdown-menu .glyphicon {
      position: absolute;
      right: 20px;
      top: 13px;
      }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 30px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .weight {
  text-transform: UPPERCASE;
  font-weight: bold; }

.price  {
  color: #7d6c6c;
}
.price-note  {
  margin-top: -10px;
  margin-bottom: 15px;
}
.price span {
  color: #6d2c7f; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0;
  color: #1d1d58; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.stock  {
  margin-top: -10px;
}

.add-to-cart, .like {
  background: #c12026;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #d1494e;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */


/* ===== FOOTER =====*/
footer  {
  margin-top: 40px!important;
  width: 100%;
}
footer .copyright  {
  bottom: 0;
  background-color: #6d2c7f;
  padding: 20px!important;
  text-align: center;
  width: 100%;
  font-size: .9em;
  letter-spacing: 2px;
  color: #dcdcdc;
}
@media only screen and (max-width:768px) {
footer  {
  width: 100%;
  margin-top: 0px;
}

  footer .copyright  {
  background-color: #6d2c7f;
  padding: 20px 10px!important;
  text-align: center;
  width: 100%;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: .8em;
  letter-spacing: 1px;
  color: #dcdcdc;
}
}

footer .copyright a  {
  color: #ebe5e5;
}
footer .copyright a:hover  {
  opacity: .7;
  transition: 1s;
}


footer i  {
  color: #fff;
  font-size: 24px;
  margin: 20px 20px 0 20px;
  padding: 0px;
  margin: 10px;
}
@media screen and (max-width: 768px)  {
footer i  {
  font-size: 24px;
}
}
footer i:hover  {
  opacity: .7;
}

footer .copyright img  {
  max-width: 80px;
}
@media only screen and (max-width:768px) {
footer  {
  width: 100%;
  margin-top: 0px;
}

/*-----CWD Link in footer-----*/
footer .cwd  {
  color: #c0c0c0;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer .cwd a  {
  color: #c0c0c0!important;
  text-decoration: none;
}
footer .cwd a:link  {
  color: #c0c0c0!important;
  text-decoration: none;
}
footer .cwd a:visited  {
  color: #c0c0c0!important;
  text-decoration: none;
}
footer .cwd a:hover  {
  color: #c0c0c0!important;
  text-decoration: none;
  opacity: .7;
}
footer .cwd a:active  {
  color: #c0c0c0!important;
  text-decoration: none;
}

/*-----PRIVACY POLICY-----*/
.privacy-policy  {
  padding: 70px 200px!important;
}
@media screen and (max-width: 768px)  {
  .privacy-policy  {
    padding: 40px 20px!important;
  }
}

.privacy-logo img  {
  width: 200px;
  height: auto;
  border: 0px!important;
}

footer i  {
  color: #fff;
  font-size: 24px;
  margin: 20px 20px 0 20px;
  padding: 0px;
  margin: 10px;
}
@media screen and (max-width: 768px)  {
footer i  {
  font-size: 24px;
}
}
footer i:hover  {
  opacity: .7;
}
