/***************************************************
Custome V1.0
***************************************************/

@import "bootstrap.min.css";
@import "style.css";
@import "responsive.css";

/***************************************************
Content
***************************************************/
.carousel-inner .item h2 {
  display: none;
}
@media screen and (min-width: 375px) {
  .carousel-inner .item h2 {
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 15%;
    left: 15%;
    font-size: 25px;
    display: block;
  }
}
@media screen and (min-width: 520px) {
  .carousel-inner .item h2 {
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 34%;
    left: 16%;
    font-size: 36px;
  }
}
.home-categories .product-col {
  height: 220px;
}
h3 {
  padding-bottom: 35px;
}

h2.face {
  margin-top: 5px;
}
.logo-desktop {
  display: none;
}
.logo-phone {
  display: flex;
}
@media screen and (min-width: 768px) {
  .logo-desktop {
    display: block;
  }
  .logo-phone {
    display: none;
  }
}
.logo-img {
  max-width: 135px;
  width: 100%;
}
.navbar-header {
  display: flex;
  justify-content: space-between;
}
.navbar-header .logo-phone {
  width: 100%;
}
.navbar-header .logo-phone a {
  display: flex;
}
.navbar-header .logo-phone a .logo-img {
  align-self: center;
  margin-left: 18px !important;
}
.links-top li a {
  color: #fff;
}
.links-top li a:hover,
.links-top li a:focus {
  color: #05ccf5;
}
.sub {
  margin-top: 10px;
}

.sub-padding {
  padding-top: 35px;
}

p.sub-service {
  color: #05ccf5;
  font-size: 18px;
  text-align: right;
  margin-bottom: 0px;
}

p.sub-service span {
  color: #fff;
  font-weight: bold;
}
.product-head {
  background: #252a2f;
}
.story-col {
  background: none repeat scroll 0 0 #fff;
  margin-bottom: 20px;
  padding: 15px 15px 10px;
}
.col2-banners h2 {
  text-align: center;
  font-size: 26px;
  margin: 8px auto;
}
.col2-banners a:hover h2 {
  text-decoration: none;
  color: #05ccf5;
}
.copyright {
  background: none repeat scroll 0 0 #252a2f;
  font-size: 13px;
  padding: 18px 0 8px;
  text-align: center;
}
.copyright {
  color: #717579;
}

.copyright a {
  color: #05ccf5;
}
.copyright p {
  padding-top: 4px;
  text-align: left;
}

.log-reg {
  float: right;
}
.copyright h5 {
  color: #05ccf5;
  text-align: left;
}
.copyright ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.story-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.footer-links {
  background: none repeat scroll 0 0 #e7a301;
  border-top: 1px solid #bcbcbc;
  padding: 25px 0 40px;
  display: none;
}

.footer-links li,
.footer-links li a,
.footer-links .last h4.lead {
  color: #000;
}

.footer-links li a:hover {
  color: #fff;
}
.waspa {
  text-align: right;
}
.img-responsive {
  width: 100%;
}
.product-col h4 {
  font-size: 22px;
  color: #252a2f;
}

.product-col h4 span {
  font-size: 40px;
  color: #acabab;
}

.product-col img {
  max-width: 90px;
  padding: 10px;
  clear: both;
  margin-right: 10px;
}

#page-home .product-col img,
.product-col.side-banner img {
  /*max-width: 231px; */
  width: 160px;
  margin: 0 auto;
  padding: 0;
}

.cart-button i {
  font-size: 18px;
  padding-left: 2px;
}

.product-col .description {
  text-align: left;
  min-height: 40px;
}

.page-box h4 {
  margin: 20px 0 10px;
}

.footer-links h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-col.pics img {
  max-width: 158px;
  padding: 0 0 5px;
  clear: both;
}

.thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 15px;
  transition: all 0.2s ease-in-out 0s;
}

dw {
  color: red;
}

.product-col .caption {
  padding: 5px 0;
}

.product-col.list .image {
  float: left;
  margin-bottom: 80px;
  padding: 20px 30px 0 0;
}

#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li > a.open {
  background: none repeat scroll 0 0 #05839c;
  color: #fff;
}

.menu-label {
  color: #fff;
  display: inline;
  font-size: 12px;
  padding: 1px 7px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: -14px;
}
.menu-label.hot-menu:after {
  border-color: #d02d29 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.menu-label.hot-menu {
  background: none repeat scroll 0 0 #d02d29;
}
.menu-label:after {
  border-style: solid;
  border-width: 7.5px 8.5px 0 7.5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 18px;
  top: 90%;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;
}

/***************************************************
Media
***************************************************/

@media (max-width: 991px) {
  p.sub-service {
    color: #05ccf5;
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
  }

  .sub-padding {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .log-reg {
    float: left;
  }
}

@media (max-width: 1198px) {
  .waspa {
    text-align: center;
  }
}

/***********************************************
Rating
***********************************************/

h5.rating {
  color: #9f9e9e;
  margin-bottom: 6px;
}

.rating {
  text-align: center;
}

.rate_widget {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 5px;
  height: 16px;
  text-align: center;
  padding-top: 5px;
}

.rate.stars {
  display: inline-block;
}

.ratings_stars {
  float: left;
  background: url("../images/stars/star_empty.png") no-repeat;
  background: url("../images/stars/star_empty.svg"), none;
  height: 14px;
  padding: 0;
  width: 15px;
}

.ratings_vote {
  background: url("../images/stars/star_full.png") no-repeat;
  background: url("../images/stars/star_full.svg"), none;
}

.ratings_over {
  background: url("../images/stars/star_highlight.png") no-repeat;
  background: url("../images/stars/star_highlight.svg"), none;
}

ul.votes {
  margin-bottom: 0px;
  color: #000;
  font-size: 11px;
  text-align: center;
  padding-top: 2px;
}

/***********************************************
Image box
***********************************************/

.image-container {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}

.the-united-kingdom {
  background: #00247d;
  background-size: 100px 100px;
  position: relative;
}
.the-united-kingdom:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 40%, #cc142b 0, #cc142b 60%, transparent 0),
    linear-gradient(90deg, transparent 45%, #cc142b 0, #cc142b 55%, transparent 0),
    linear-gradient(180deg, transparent 35%, #fff 0, #fff 65%, transparent 0),
    linear-gradient(90deg, transparent 40%, #fff 0, #fff 60%, transparent 0),
    linear-gradient(146deg, transparent 50%, #cc142b 0, #cc142b 53%, transparent 0) -65px 45px,
    linear-gradient(146deg, transparent 50%, #cc142b 0, #cc142b 53%, transparent 0) 55px -45px,
    linear-gradient(34deg, transparent 50%, #cc142b 0, #cc142b 53%, transparent 0) -75px -43px,
    linear-gradient(34deg, transparent 50%, #cc142b 0, #cc142b 53%, transparent 0) 70px 46px,
    linear-gradient(146deg, transparent 45%, #fff 0, #fff 55%, transparent 0),
    linear-gradient(34deg, transparent 45%, #fff 0, #fff 55%, transparent 0);
  border-radius: 100%;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
}

.sudan {
  background: linear-gradient(148deg, #007229 25%, transparent 0) 0 -60px,
    linear-gradient(33deg, #007229 25%, transparent 0) 0 -60px,
    linear-gradient(180deg, #d21034 33.33333%, #fff 33.33333%, #fff 66.66667%, #000 66.66667%);
  background-size: 24px 23px;
  width: 23px;
  height: 22px;
  display: block;
  position: absolute;
  top: 17px;
  left: -4px;
  border-radius: 100%;
}

.france {
  background: linear-gradient(90deg, #002395 33.33333%, #fff 33.33333%, #fff 66.66667%, #ed2939 66.66667%);
  width: 24px;
  height: 21px;
  display: block;
  position: absolute;
  top: 17px;
  left: -4px;
  border-radius: 100%;
}
