@font-face {
  font-family: "Lora-Regular";
  src: url("../fonts/Lora-Regular.ttf");
}
/* line 163, ../sass/variables.sass */
.carousel-control {
  font-size: 40px;
}

/* line 165, ../sass/variables.sass */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background: #fff url(../img/sel_icon.png) no-repeat right;
  background-size: auto 5px;
  width: 100%;
  height: 40px;
}

/* line 175, ../sass/variables.sass */
body {
  font: 100% "Lato", sans-serif;
  background: #ccc;
}

/* line 186, ../sass/variables.sass */
.border-radius1, .thumbox10 .in1a, .thumbox10 select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 189, ../sass/variables.sass */
.border-radius2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 192, ../sass/variables.sass */
.border_circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

/* line 198, ../sass/variables.sass */
.translate_2d {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 205, ../sass/variables.sass */
.transition1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 212, ../sass/variables.sass */
.gradient1 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee',GradientType=0 );
}

/* line 220, ../sass/variables.sass */
.gradient2 {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fcfaf6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fcfaf6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fcfaf6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfaf6',GradientType=0 );
}

/* line 227, ../sass/variables.sass */
.gradient3 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}

/* line 234, ../sass/variables.sass */
.box-shadow {
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

/* line 242, ../sass/variables.sass */
.box-shadow1, .thumbox10 .cart_form, .thumbox10 .cart_item_list {
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

/* line 3, ../sass/cart.sass */
.thumbox10 {
  background: #fcfaf6;
  padding: 40px 0;
  text-align: center;
}
/* line 7, ../sass/cart.sass */
.thumbox10 h1 {
  border-bottom: 1px solid #cca353;
  margin-bottom: 80px;
  text-align: center;
  margin-top: 0px;
  width: 100%;
  max-width: 600px;
  display: inline-block;
}
/* line 16, ../sass/cart.sass */
.thumbox10 h1 span {
  font-family: "Lora-Regular";
  font-size: 32px;
  color: #303030;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  background: #fcfaf6;
  position: relative;
  bottom: -40px;
}
/* line 28, ../sass/cart.sass */
.thumbox10 h1 span.span1 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #cca353;
  letter-spacing: 0.3px;
  display: block;
  position: static;
  margin-top: 10px;
}
/* line 37, ../sass/cart.sass */
.thumbox10 .cart_form {
  background: #fff;
  padding: 80px 20px;
  width: 100%;
  max-width: 950px;
  display: inline-block;
}
/* line 44, ../sass/cart.sass */
.thumbox10 .cart_form h2 {
  border-bottom: 1px solid #cca353;
  margin-bottom: 80px;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
  display: inline-block;
}
/* line 53, ../sass/cart.sass */
.thumbox10 .cart_form h2 span {
  font-family: "Lora-Regular";
  font-size: 32px;
  color: #303030;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  bottom: -20px;
}
/* line 65, ../sass/cart.sass */
.thumbox10 .cart_form_in {
  max-width: 600px;
  width: 100%;
  display: inline-block;
}
/* line 71, ../sass/cart.sass */
.thumbox10 label {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #303030;
  letter-spacing: 0.84px;
  margin-bottom: 5px;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}
/* line 81, ../sass/cart.sass */
.thumbox10 .in1a {
  height: 44px;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #31363d;
  padding: 0 10px;
}
/* line 92, ../sass/cart.sass */
.thumbox10 select {
  background-color: #fff;
  background: #fff url(../img/sel_icon1.png) no-repeat right;
  background-size: auto 5px;
  width: 100%;
  height: 44px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  font-size: 14px;
}
/* line 104, ../sass/cart.sass */
.thumbox10 .in_more {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #cca353;
  letter-spacing: 0.89px;
  text-align: center;
  background: rgba(204, 163, 83, 0.05);
  border: 2px solid #cca353;
  border-radius: 110.34px;
  width: 193px;
  height: 53px;
  display: inline-block;
  padding: 16px 0;
  margin-top: 20px;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
/* line 121, ../sass/cart.sass */
.thumbox10 .in_more:hover {
  text-decoration: none;
  background: #cca353;
  border: 2px solid #cca353;
  color: #fff;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.16), 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
/* line 129, ../sass/cart.sass */
.thumbox10 .cart_item_list {
  background: #fff;
  padding: 30px 20px;
  width: 100%;
  max-width: 950px;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 138, ../sass/cart.sass */
.thumbox10 .cart_item_list .table4 {
  width: 100%;
}
/* line 141, ../sass/cart.sass */
.thumbox10 .cart_item_list .table4 thead th {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #303030;
  letter-spacing: 0.84px;
  padding: 20px 0;
  padding-left: 10px;
}
/* line 148, ../sass/cart.sass */
.thumbox10 .cart_item_list .table4 thead th:nth-child(3), .thumbox10 .cart_item_list .table4 thead th:nth-child(4) {
  text-align: right;
}
/* line 153, ../sass/cart.sass */
.thumbox10 .cart_item_list .table4 tr td {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #303030;
  letter-spacing: 0.69px;
  padding: 20px 0;
  padding-left: 10px;
  text-align: left;
}
/* line 164, ../sass/cart.sass */
.thumbox10 .cart_item_list .table4 tr td:nth-child(3), .thumbox10 .cart_item_list .table4 tr td:nth-child(4) {
  text-align: right;
}

@media (max-width: 500px) {
  /* line 211, ../sass/cart.sass */
  .thumbox10 .cart_form .col-md-6, .thumbox9 .profile_con .profile_right_sec.profile_right_sec1a .col-md-6 {
    width: 100%;
  }

  /* line 214, ../sass/cart.sass */
  .thumbox10 .cart_form h2 {
    border-bottom: none;
  }

  /* line 217, ../sass/cart.sass */
  .thumbox10 .cart_form h2 span {
    font-size: 24px;
  }

  /* line 220, ../sass/cart.sass */
  .thumbox10 .cart_item_list .table4 thead {
    display: none;
  }

  /* line 223, ../sass/cart.sass */
  .thumbox10 .cart_item_list .table4 td {
    display: inline-block;
    width: 100%;
    text-align: left !important;
    padding: 10px !important;
  }
}
