@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  background-color: #fff;
  color: #2a2937;
  font: 18px/24px 'Khula', sans-serif;
  min-width: 320px;
}
img {
  vertical-align: top;
}

a {
  transition: all 0.2s ease-in-out;
  color: #000000;
}

a:hover,a:focus {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 8px;
  font-weight: 400;
  color: #000;
  font-family: 'Khula', sans-serif;
}
.bg h1,
.bg h2,
.bg h3,
.bg h4,
.bg h5,
.bg h6 {
  color: #fff;
}

h1, 
.title-style1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 55px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
  line-height: 20px;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrap {
  width: 100%;
  position: relative;
  float: left;
  left: 50%;
  min-width: 830px;
}

.img-wrap img {
  width: 100%;
  position: relative;
  float: left;
  left: -50%;
  height: auto;
}

.btn {
  border-radius: 0;
}

.btn.btn-yellow {
  text-align: center;
  text-shadow: 0 1px 0 #ffe776;
  color: #9c6001;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 150px;
  border-radius: 3px;
  border: 0;
  background: #ffe03f;
  background: -moz-linear-gradient(top, #ffe03f 0%, #ffce2b 36%, #feb109 81%, #ffaa02 100%);
  background: -webkit-linear-gradient(top, #ffe03f 0%, #ffce2b 36%, #feb109 81%, #ffaa02 100%);
  background: linear-gradient(to bottom, #ffe03f 0%, #ffce2b 36%, #feb109 81%, #ffaa02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe03f', endColorstr='#ffaa02',GradientType=0 );
}

.btn.btn-yellow:hover,.btn.btn-yellow:focus {
  background: #ffaa02;
  background: -moz-linear-gradient(top, #ffaa02 0%, #feb109 19%, #ffce2b 64%, #ffe03f 100%);
  background: -webkit-linear-gradient(top, #ffaa02 0%, #feb109 19%, #ffce2b 64%, #ffe03f 100%);
  background: linear-gradient(to bottom, #ffaa02 0%, #feb109 19%, #ffce2b 64%, #ffe03f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa02', endColorstr='#ffe03f',GradientType=0 );
}

.btn-style1 {
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 17px 25px 12px;
  margin: 10px 0;
  line-height: 1;
}

.btn-style1:hover {
  background: #000;
  color: #fff;
}

.bg .btn-style1 {
  color: #fff;
  border-color: #fff;
}

.bg .btn-style1:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.custom-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.custom-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #36477d;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 5px;
  overflow: hidden;
}

.custom-list li a {
  color: #36477d;
}

.custom-list li a:hover {
  color: #8c97ea;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border-color: #fff;
}

.form-control:hover,.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #fff;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.text-underline {
  text-decoration: underline;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.d-t {
  display: table;
  width: 100%;
}

.d-tc {
  display: table-cell;
  vertical-align: middle;
}

#header {
  background: #fff;
  position: relative;
  padding-top: 30px;
}

.logo-holder {
  position: relative;
  margin-bottom: 40px;
}

.account-cart {
  position: absolute;
  top: 0;
  right: 0;
}

.account-cart .account {
  text-transform: uppercase;
}

.account-cart a {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 10px 0;
}

.account-cart a.cart {
  height: 30px;
  width: 32px;
  font-size: 0;
  background: url(../images/icon-cart.png) no-repeat;
  background-size: cover;
}

#nav {
  background: #fff;
  border: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  min-height: 40px; 
}

#nav .nav {
  float: none;
}

#nav .navbar-brand {
  margin-right: 20px;
  height: auto;
}

#nav .navbar-nav a {
  padding: 5px 0;
  font-size: 18px;
  color: #000;
  text-transform: uppercase; 
}

#nav .navbar-nav a:hover,#nav .navbar-nav a:focus {
  color: #fa0044;
}

#nav .navbar-nav li {
  margin-right: 121px;
  display: inline-block;
  float: none;
}

#nav .navbar-nav li:last-child {
  margin-right: 0;
}

#nav .navbar-nav li.active a {
  background: transparent;
  color: #fa0044;
}

#nav .navbar-toggle {
  background-color: #ff0065;
  border-color: #ff0065;
  margin-top: 86px;
  float: left;
}

#nav .navbar-toggle .icon-bar {
  background-color: #fff;
}

.search-dd {
  position: absolute;
  top: -6px;
  right: 0;
}

.search-dd button {
  border: none;
  outline: none;
  background: url(../images/icon-search.png) no-repeat;
  height: 32px;
  width: 32px;
  font-size: 0;
  cursor: pointer;
}

.search-dd  .dropdown-menu {
  background: none;
  border: none;
  padding: 0;
  left: auto;
  right: 0;
  top: auto;
  bottom: -54px;
}

.search-dd  .dropdown-menu li {
  position: relative;
}

.search-dd  .dropdown-menu li:after {
  position: absolute;
  content: '';
  top: -7px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ff0066 transparent;
}

.search-dd  .dropdown-menu input {
  background: #ff0065;
  color: #fff;
  border: none;
  outline: none;
  padding: 3px 10px 0;
  height: 40px;
  opacity: 1;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff;
   opacity: 0.3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff;
   opacity: 0.3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ffffff;
   opacity: 0.3;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff;
   opacity: 0.3;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #ffffff;
   opacity: 0.3;
}

#main {
  position: relative;
  overflow: hidden;
}

.signup-block {
  background: #ff0065;
  color: #fff;
  padding: 30px 0;
}

.signup-block .text-holder {
  padding: 12px 0 0;
}

.signup-block p {
  margin: 0;
  font-size: 24px;
  letter-spacing: 4px;
}

.signup-block input {
  border: none;
  outline: none;
  box-shadow: none;
  background: #fff;
  color: #000;
  padding: 12px 10px 8px;
  line-height: 1.2;
  width: 300px;
  margin-left: 10px;
  opacity: 1;
}

.signup-block input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #c1c1c1;
  opacity: 0.3;
}
.signup-block input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
  opacity: 0.3;
}
.signup-block input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #c1c1c1;
  opacity: 0.3;
}
.signup-block input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c1c1c1;
  opacity: 0.3;
}
.signup-block input::-ms-input-placeholder { /* Microsoft Edge */
  color: #c1c1c1;
  opacity: 0.3;
}

.signup-block input[type="submit"] {
  width: auto;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 25px 8px;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
} 

.signup-block input[type="submit"]:hover {
  background: #000;
  border-color: #000;
}

.content-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.offer-block {
  height: 300px;
  background: url(../images/offer-block-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 0 100%;
}

.overlay-block {
  background: rgba(0, 0, 0, 0.3);
}

.offer-block h2 {
  margin-bottom: 5px;
  letter-spacing: 4px;
}

.offer-block .btn-style1 {
  margin-bottom: 0;
}

.product ul {
  letter-spacing: -4px;
  font-size: 0;
  margin: 0;
}

.product ul li {
  letter-spacing: 0;
  font-size: 18px;
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  text-align: center;
}

.product ul li a {
  overflow: hidden;
  display: block;
  position: relative;
}

.product ul li img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product ul li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#footer {
  background: #000;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 20px;
  height: 260px;
}

.footer-links li {
  padding: 0 30px;
}

.footer-links a {
  color: #fff;
}

.footer-links a:hover,.footer-links a:focus {
  color: #ff0065;
}

.footer-bottom .copyright {
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
  display: block;
}

/* Inner Page*/

.collections {
  padding: 20px 0;
}

.collections .col2-layout {
  margin-bottom: 20px;
}

.collections .col2-layout:last-child {
  margin-bottom: 0;
}

.collections .col2-layout img {
  width: 100%;
}

.collections .col2-layout .row {
  margin: 0 -10px;
}

.collections .col2-layout .col {
  padding: 0 10px;
}

.collections .col2-layout .panel-text {
  background: #000;
}

.collections .col2-layout:nth-child(even) .panel-text {
  background: #ff0065;
}

@media (max-width: 1199px) {
  #nav .navbar-nav li {
    margin-right: 80px;
  }

  .signup-block .text-holder {
    float: none !important;
    text-align: center;
  }

  .signup-form {
    float: none !important;
    text-align: center;
    padding: 10px 0 0;
  }

  #footer {
    height: auto;
  }

  .footer-bottom .copyright {
    padding-top: 10px;
  }
} 

@media (max-width: 991px) {
  h1,
  .title-style1 {
    font-size: 30px;
    line-height: 28px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .btn-style1 {
    font-size: 15px;
    padding: 12px 10px 7px;
    margin-top: 0;
  }

  #nav .navbar-brand {
    margin-right: 0;
    max-width: 240px;
  }

  #nav .navbar-brand img {
    width: 100%;
  }

  #nav .navbar-nav a {
    font-size: 14px;
  }

  #nav .navbar-nav li {
    margin-left: 0;
    margin-right: 50px;
  }

  .collections .col2-layout .row {
    display: table;
    width: 100%;
    margin: 0;
  }

  .collections .col2-layout .col {
    width: 100%;
    padding: 0;
    display: table-header-group;
  }

  .collections .col2-layout .col.text-center {
    display: table-footer-group;
  }

  .collections .col2-layout .panel-text {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .collections .col2-layout .panel-text .d-tc {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  h1, .title-style1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
  }

  h2 {
    font-size: 20px;
    font-weight: 400;
  }

  .logo-holder {
    margin-bottom: 50px;
  }

  .logo-holder .img-holder {
    width: 50%;
  }

  .logo-holder .img-holder img {
    width: 100%;
  }

  .account-cart {
    text-align: right;
    top: 5px;
  }

  .account-cart a {
    display: block;
    margin: 0;
  }

  .account-cart a.cart {
    margin: auto 0 auto auto;
  }

  #nav .navbar-brand {
    padding-right: 0;
    padding-left: 0;
    max-width: 170px;
  }

  #nav .navbar-nav {
    padding-top: 0;
  }

  #nav .navbar-nav li {
    margin-left: 0;
    margin-right: 30px;
  }

  #nav .navbar-toggle {
    margin-top: 0;
    margin-right: 0;
  }

  .signup-block p {
    font-size: 18px;
    letter-spacing: 0;
  }

  .signup-block input {
    margin: 0 0 10px;
    max-width: 300px;
    width: 100%;
  }

  .offer-block {
    height: auto;
    padding: 20px 0;
  }

  .product ul li {
    width: 100%;
    margin-bottom: 5px;
  }

  .footer-links li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 640px) {
  h1, .title-style1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }

  h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .logo-holder .img-holder {
    width: 70%;
  }
}
