.product {
  padding: 30px 0;
}
.product .content .row {
  margin: 0 -7px;
}
.product .content .row [class*=col-] {
  padding: 0 7px;
}

.filter h2 {
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-left: solid #ffc000 4px;
  background-color: #f7f7f7;
}
.filter .widget {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.filter .widget .row {
  margin: 0 -7px;
}
.filter .widget .row [class*=col-] {
  padding: 0 7px;
}
.filter .widget h3 {
  margin: 10px 0;
  text-transform: uppercase;
  color: #ffc000;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  border-left: none;
  background-color: transparent;
}
.filter .widget p {
  margin: 0;
  color: #6f6f6f;
}
.filter .widget .form-control {
  margin-bottom: 5px;
  font-size: 13px;
  border-radius: 0;
}
.filter .widget .form-control:focus {
  box-shadow: none;
  border-color: #ffc000;
  outline: 0;
}
.filter .widget .btn-info {
  padding: 7px 10px;
  background: #ffc000;
  border: 0;
  text-transform: uppercase;
  margin-top: 15px;
}
.filter .widget ul {
  margin: 0;
  padding: 0;
  height: 200px;
  overflow-y: scroll;
}
.filter .widget ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}
.filter .widget ul::-webkit-scrollbar {
  width: 6px;
  background-color: #eee;
}
.filter .widget ul::-webkit-scrollbar-thumb {
  background-color: #ffc000;
}
.filter .widget ul li {
  list-style: none;
}
.filter .widget ul li a {
  font-size: 14px;
  color: black;
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}
.filter .widget ul li a img {
  width: 40px;
  height: auto;
  margin: 0 10px;
}
.filter .widget ul li a::after {
  content: "";
  font-family: "Fontawesome";
  top: 3px;
  left: 0;
  position: absolute;
  font-size: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  text-align: center;
}
.filter .widget ul li a:focus::after {
  content: "\f00c";
  background-color: #ffc000;
  color: white;
  border-color: #ffc000;
}
.filter .widget ul li .selected::after {
  content: "\f00c";
  background-color: #ffc000;
  color: white;
  border-color: #ffc000;
}

.slide-dt {
  margin-bottom: 20px;
}
.slide-dt #sync1 .item {
  background: transparent;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
.slide-dt #sync1 .item img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}
.slide-dt #sync2 .item {
  background: #C9C9C9;
  margin: 5px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  background-color: white;
  border: solid 1px transparent;
}
.slide-dt #sync2 .item img {
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}
.slide-dt #sync2 .current .item {
  border: solid 1px #0c83e7;
}
.slide-dt #sync2 .owl-nav {
  display: none;
}
.slide-dt #sync2 .owl-dots {
  display: none;
}
.slide-dt .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.slide-dt .owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.slide-dt .owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}
.slide-dt #sync1.owl-theme {
  position: relative;
}
.slide-dt #sync1.owl-theme .owl-next,
.slide-dt #sync1.owl-theme .owl-prev {
  width: 35px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background-color: transparent;
  outline: none;
}
.slide-dt #sync1.owl-theme .owl-prev {
  left: 10px;
}
.slide-dt #sync1.owl-theme .owl-next {
  right: 10px;
}
.slide-dt #sync1.owl-theme .owl-dots {
  display: none;
}

@media only screen and (max-width: 768px) {
  .slide-dt #sync1 .item img {
    height: 200px !important;
  }
  .slide-dt #sync2 .item img {
    height: 40px !important;
  }
  .item-grid .col {
    width: 50% !important;
    padding: 5px !important;
  }
  #search {
    padding: 15px;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1022;
    width: 300px;
    height: 100%;
    transform: translateX(-300px);
    transition: all 0.4s;
    overflow: auto;
  }
}
.heading {
  margin-bottom: 20px !important;
}
.heading .view-mode span {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
  background: #ebebeb;
  background: #fff;
  font-size: 16px;
  padding-top: 0px;
  border: 1px solid #ebebeb;
  border-radius: 0;
}
.heading .view-mode .active {
  background: #ffc000;
  color: white;
  border-color: #ffc000;
}
.heading #sort-by {
  font-size: 12px;
  text-align: left;
  float: right;
}
.heading #sort-by label {
  float: left;
  line-height: 38px;
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 0;
  font-weight: 500;
}
.heading #sort-by > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: right;
}
.heading #sort-by > ul:after {
  position: absolute;
  content: "\f107";
  font-family: "Fontawesome";
  top: 5px;
  right: 10px;
  color: #333;
  font-size: 20px;
}
.heading #sort-by > ul > li {
  padding-right: 28px;
  text-indent: 0.01px;
  cursor: pointer;
  line-height: 36px;
}
.heading #sort-by > ul li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 0 20px;
  position: relative;
  width: 150px;
  float: left;
  color: #333;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}
.heading #sort-by > ul li ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e1e1e1;
  position: absolute;
  display: none;
  left: -1px;
  top: 35px;
  background: none repeat scroll 0 0 #F8F8F8;
  z-index: 10000;
  width: 150px;
}
.heading #sort-by > ul li ul li {
  list-style: none;
  border-top: 0;
}
.heading #sort-by > ul li ul a {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  color: #333;
}
.heading #sort-by > ul li:hover {
  background-color: #fff;
}
.heading #sort-by > ul li:hover ul {
  display: block;
}

.item-grid .col {
  width: 33.33%;
  float: left;
  padding: 15px;
}
.item-grid .item {
  text-align: center;
  background: white;
  /*box-shadow: 0 0.0625rem 1rem 0 rgba(0,0,0,.1);*/
  margin-bottom: 20px;
  transition: all 0.3s;
  border-radius: 5px;
}
.item-grid .item .thumb {
  padding: 10px;
}
.item-grid .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}
.item-grid .item:hover {
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.item-grid .item .title {
  padding: 10px;
}
.item-grid .item h4 {
  margin: 5px 0;
  font-weight: bold;
  font-size: 15px;
  color: #c51d2d;
}
.item-grid .item h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
}
.item-grid .item h3 a {
  color: black;
}
.item-grid .item .price {
  color: #ed2027;
  font-size: 18px;
  font-weight: bold;
}
.item-grid .item .star {
  margin: 0;
  padding: 0;
}
.item-grid .item .star li {
  list-style: none;
  display: inline-flex;
  color: #ffc000;
  font-size: 17px;
}
.item-grid .item .property {
  display: none;
  margin: 0;
  padding-left: 20px;
  text-align: left;
}
.item-grid .item .property li {
  color: #464646;
  margin: 3px 0;
  list-style: none;
}
.item-grid .item .more {
  text-align: center;
  margin: 0;
}
.item-grid .item .more a {
  background-color: white;
  display: inline-block;
  padding: 7px 15px;
  background: #ffc000;
  border-radius: 5px;
  color: white;
}
.item-grid .item .btn {
  color: #555;
  background: #eef0f1;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  padding: 7px 10px;
}
.item-grid .item .btn:hover {
  color: white;
  background: #ffc000;
}
.item-grid .item p {
  margin: 5px 0;
}

.item-list .col {
  width: 100%;
  padding: 15px;
}
.item-list .item {
  background: white;
  /*box-shadow: 0 0.0625rem 1rem 0 rgba(0,0,0,.1);*/
  margin-bottom: 20px;
  transition: all 0.3s;
  border-radius: 5px;
}
.item-list .item .thumb {
  width: 30%;
  float: left;
}
.item-list .item .thumb img {
  width: 100%;
}
.item-list .item .title {
  width: 70%;
  float: right;
  padding-left: 30px !important;
}
.item-list .item img {
  margin: 10px;
}
.item-list .item .title {
  padding: 10px;
}
.item-list .item h3 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  max-height: 45px;
  overflow: hidden;
}
.item-list .item h3 a {
  color: black;
}
.item-list .item .price {
  color: #ed2027;
  font-size: 18px;
  font-weight: bold;
}
.item-list .item .star {
  margin: 0;
  padding: 0;
}
.item-list .item .star li {
  list-style: none;
  display: inline-flex;
  color: #ffc000;
  font-size: 17px;
}
.item-list .item .property {
  margin: 0;
  padding-left: 0px;
  text-align: left;
}
.item-list .item .property li {
  color: #464646;
  list-style: none;
  margin: 3px 0;
}
.item-list .item .more {
  text-align: center;
  margin: 0;
}
.item-list .item .more a {
  background-color: white;
  display: inline-block;
  padding: 7px 15px;
  background: #ffc000;
  border-radius: 5px;
  color: white;
}
.item-list .item .btn {
  color: #555;
  background: #eef0f1;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  padding: 7px 10px;
  margin-top: 10px;
}
.item-list .item .btn:hover {
  color: white;
  background: #ffc000;
}
.item-list .item p {
  margin: 5px 0;
}

.product .info h4 {
  font-weight: bold;
  color: #c51d2d;
  font-size: 16px;
}
.product .info h1 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  margin: 0px 0px 5px;
  /*line-height: normal;*/
}
.product .info .input-group input {
  width: 50px;
  flex: 0;
  text-align: center;
}
.product .info .input-group input:focus {
  box-shadow: none;
  border-color: #ffc000;
  outline: 0;
}
.product .info .input-group .input-group-text {
  background: transparent;
  cursor: pointer;
}
.product .info .input-group .right {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.product .info .star {
  padding: 0;
  margin: 0;
  display: inline-flex;
  margin-bottom: 10px;
}
.product .info .star li {
  list-style: none;
  color: #ffc000;
  margin: 0 3px;
  font-size: 18px;
}
.product .info .property {
  padding-left: 0;
  list-style: none;
}
.product .info .property li {
  margin: 7px 0;
}
.product .info .btn-buy {
  margin-top: 20px;
  width: 100%;
  background: #ffc000;
  border: 2px solid #ffc000;
  padding: 10px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s;
}
.product .info .btn-buy:hover {
  background: transparent;
  color: #ffc000;
}
.product .content .tab {
  text-align: center;
}
.product .content .nav {
  display: block;
  margin-bottom: 20px;
}
.product .content .nav li {
  display: inline-block;
}
.product .content .nav li a {
  padding: 10px;
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
}
.product .content .nav li .active {
  border-bottom: 1px solid #ffc000;
  margin-bottom: -1px;
}
.product .promotion {
  background: #f7f7f7;
  border-radius: 0;
  border: 1px solid #ececec;
}
.product .promotion p {
  padding: 15px;
  border-bottom: dashed 1px #ececec;
  position: relative;
  padding-left: 60px;
  margin: 0;
}
.product .promotion p img {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 40px;
  height: 40px;
}
.product .promotion p b {
  display: block;
  color: #ffc000;
}
.product .promotion p span {
  display: block;
  font-size: 13px;
}

#category ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
#category ul li {
  clear: both;
  border-top: 1px solid #eaeaea;
  position: relative;
}
#category ul li .accordion {
  color: #000;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
#category ul li .accordion:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
#category ul li .accordion.active:after {
  content: "\f106";
}
#category ul li:first-child {
  border: none;
}
#category ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  display: block;
  font-size: 13px;
  /*font-weight: 600;*/
  text-transform: uppercase;
}
#category ul li a:hover {
  opacity: 0.8;
  color: #c51d2d;
}
#category ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#category ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
#category ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
#category ul li .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}
#category ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
#category ul .active a {
  font-weight: 700;
}

.related_sidebar h3 {
  margin: 0;
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.related_sidebar h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100px;
  background-color: #ffc000;
  content: "";
}
.related_sidebar .item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.related_sidebar .item h5 {
  font-weight: bold;
  font-size: 15px;
  color: #c51d2d;
}
.related_sidebar .item h4 {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
}
.related_sidebar .item h4 a {
  color: #333;
  /*margin-top: 0;*/
  /*font-size: 14px;*/
  margin-bottom: 0;
  /*            overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;*/
  font-weight: 400;
}
.related_sidebar .item h4:hover a {
  color: #ffc000;
}
.related_sidebar .item .star {
  margin: 0;
  padding: 0;
}
.related_sidebar .item .star li {
  list-style: none;
  display: inline-flex;
  color: #ffc000;
  font-size: 17px;
}

.related h2 {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.related h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  background-color: #ffc000;
  content: "";
}
.related .item {
  text-align: center;
  background: white;
  /*box-shadow: 0 0.0625rem 1rem 0 rgba(0,0,0,.1);*/
  margin-bottom: 20px;
  transition: all 0.3s;
  border-radius: 5px;
}
.related .item .thumb {
  padding: 10px;
}
.related .item .thumb img {
  width: 100%;
}
.related .item:hover {
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.related .item .title {
  padding: 10px;
}
.related .item h4 {
  margin: 5px 0;
  font-weight: bold;
  font-size: 14px;
  color: #c51d2d;
}
.related .item h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
}
.related .item h3 a {
  color: black;
}
.related .item .price {
  color: #ed2027;
  font-size: 18px;
  font-weight: bold;
}
.related .item .star {
  margin: 0;
  padding: 0;
}
.related .item .star li {
  list-style: none;
  display: inline-flex;
  color: #ffc000;
  font-size: 17px;
}
.related .item .more {
  text-align: center;
  margin: 0;
}
.related .item .more a {
  background-color: white;
  display: inline-block;
  padding: 7px 15px;
  background: #ffc000;
  border-radius: 5px;
  color: white;
}
.related .item .btn {
  color: #555;
  background: #eef0f1;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  padding: 7px 10px;
}
.related .item .btn:hover {
  color: white;
  background: #ffc000;
}
.related .item p {
  margin: 5px 0;
}

.modal p {
  margin: 5px 0;
}
.modal form .btn {
  margin-top: 20px;
  float: right;
}/*# sourceMappingURL=product.css.map */