/*Product page*/
.product-details-content h1{
  color: #353535;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0px;
}
.product-details-content .list-unstyled li {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #454545;
  font-family: 'Poppins', sans-serif;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
	font-size: 20px;
}

.alert-success a {
	text-decoration: underline;

}

.product-details-content .list-unstyled li a{
  font-weight: 600;
}
.product-details-content .list-price {
  margin: 30px 0 30px;
}
.product-details-content .list-price li {
}

.brand-logo {
	padding: 10px;
	height: 90px;
}

.image {
		padding: 10px;
	height: 150px; 
	overflow: hidden;
	
	
}

.product-details-content .list-price .price-new {
  font-size: 18px;
  font-weight: 600;
  color: #ed1c24;
  margin-right: 12px;
  margin-bottom: 10px;
}

.rating i{
  color: #ed1c24;
  font-size: 14px;
  margin-right: 5px;
}
.product-details-content .list-price .price-old {
  color: #707070;
  font-size: 19px;
  font-weight: 600;
  margin-right: 12px;
  text-decoration: line-through;
}

.product-details-content .list-price li.tax {
  color: #454545;
  font-size: 13px;
  font-weight: 400;
  margin-right: 12px;
}

.product-details-content .list-price li.discounts {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
}

.pd-sub-title {
  color: #333;
  display: block;
  font-size: 16px;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.pd-sub-title::before {
  background-color: #9d9d9d;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}

.pd-form .col-form-label{
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 12px;
  color: #626262;
  padding: 0;
}

.pd-form select.form-control,
.pd-form .form-control {
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 43px;
  border-radius: 0px;
}

.product-details-content .btn-group .btn,
.pd-form .button-upload{
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  font-size: 18px;
  color: #202020;
  background-color: #fff;
}
.product-details-content .btn-group .btn:hover,
.pd-form .button-upload:hover {
  background-color: #ed1c24;
  border:1px solid #ed1c24;
}

.product-details-content .rating {
  margin-top: 30px;
}

.pd-nav.nav-tabs .nav-item.show .nav-link,
.pd-nav.nav-tabs .nav-link.active {
 
  font-weight: 600;
  border-color: #001232;
}
.nav-tabs.pd-nav + .tab-content{
  padding: 30px 15px 30px 15px;
}

.nav-tabs.pd-nav + .tab-content  p,
.nav-tabs.pd-nav + .tab-content  p font{
  font-size: 15px !important;
  font-weight: 300;
}

.nav-tabs.pd-nav + .tab-content  p b {
  font-weight: 600;
}

.nav-tabs.pd-nav + .tab-content h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.nav-tabs.pd-nav + .tab-content ul li {
  font-size: 15px !important;
  font-weight: 300;
  list-style-position: inside;
  margin-bottom: 10px;
  color: #454545;
}

.pd-nav.nav-tabs .nav-item .nav-link {
  border-radius: 0px;
}

.pd-nav.nav-tabs {
  margin-top: 30px;
}

.product-layout:not(.product-list) .product-thumb {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 8px 0.5px rgb(0 0 0 / 22%);
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  margin-bottom: 30px;
}

.product-layout:not(.product-list) .product-thumb .caption {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 5px 15px !important;
  opacity: 1;
  min-height: 130px !important;
}

.product-layout:not(.product-list) .product-thumb .caption h4{
  order:1;
  font-size: 16px !important;
  color: #353535 !important;
  font-weight: bold !important;
  margin-bottom: 7px !important;
  font-family: "Oswald",sans-serif;
  max-height: 80px;
}

.product-layout:not(.product-list) .product-thumb .caption h4 a{
  color: #353535;
}

.product-layout:not(.product-list) .product-thumb .caption p.price{
  order:1;
  color: #353535;
  font-family: "Oswald",sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-align: right;
  margin-top: 5px;
}

.product-layout:not(.product-list) .product-thumb .caption .price-tax {
  font-weight: normal;
  margin-top: 8px;
}

.product-layout:not(.product-list) .product-thumb .caption h4 + p{
  order: 2;
  color: #9b9b9b;
  font-size: 12px!important;
  margin-bottom: 0px;
}

.product-layout:not(.product-list) .product-thumb .button-group {
  bottom: 10px;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: relative;
  right: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  z-index: 99;
  padding: 10px;
  border-top-width: 0px;
  background-color: transparent;
}

.product-layout:not(.product-list) .product-thumb .button-group .btn {
  border: 1px solid #e8e8e8;
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease 0s;
  position: relative;
  border-radius: 0px;
  background-color: transparent;
  margin-right: 15px;
}

.product-layout:not(.product-list) .product-thumb .button-group .btn:hover{
  background-color: #ed1c24;
  border:1px solid #ed1c24;
}

.product-layout:not(.product-list) .product-thumb .button-group .btn span.hidden-md{
  display: none;
}
.product-thumb .price {
  color: #444;
  font-size: 20px;
  font-family: "Oswald",sans-serif;
}

.product-layout.product-list {
  width: 100%;
}

.product-layout.product-list .product-thumb {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 8px .5px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  padding-top: 10px;
}

.product-layout.product-list .product-thumb .caption {
  display: flex;
  flex-direction: column;
  padding: 30px 20px 42px;
  opacity: 1;
}

.product-layout.product-list .product-thumb .caption h4{
  font-size: 19px;
  color: #353535;
  font-weight: bold;
  margin-bottom: 7px;
  font-family: "Oswald",sans-serif;
}

.product-layout.product-list .product-thumb .button-group {
  text-align: right !important;
  padding-right: 20px;
  padding-bottom: 20px;
}
.product-layout.product-list .product-thumb .button-group .btn{
  border: 1px solid #e8e8e8;
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease 0s;
  position: relative;
  border-radius: 0px;
  background-color: #fff;
}

.product-layout.product-list .product-thumb .button-group .btn:hover{
  background-color: #ed1c24;
  border:1px solid #ed1c24;
}

.product-name {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #454545;
}

.product-title {
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.table .price {
  color: #353535;
  font-family: "Oswald",sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}

.table .price s{
  color: #9b9b9b;
  font-size: 14px;
}

.list-group .list-group-item {
  color: #444;
  display: block;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin-bottom: 16px;
  padding: 0px;
  border-width: 0px;
}

.list-group .list-group-item:last-child {
  margin-bottom: 0px;
}
.list-group .list-group-item.list-group-item-parent a.active{
  color: #ed1c24;
  font-weight: 600;
}

.list-group .list-group-item a{
  color: #444;
}
.list-group .list-group-item a:hover {
  color: #ed1c24;
}

#content .filter-module{
  border-width: 0;
}

#content .filter-module div:first-child {
  border-bottom: 0px !important;
}

#column-left .filter-module{ 
  margin-top: 40px;
}
#column-left  .attribute-filter {
  margin-bottom: 10px;
}

.filter-module .module-heading,
.filter-module .collapsable-choices,
.filter-module .clear-filters,
.filter-module .filter-button {
  border-width: 0px !important;
  border-radius: 0px;
}

.filter-module .module-heading h3{
  border-bottom: 1px solid #f1f1f1;
  color: #001232 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  padding-bottom: 11px;
  text-transform: uppercase;
}

.collapsable-choices .form-control{
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f1f1f1;
  border: medium none;
  border-radius: 5px;
  max-width: 100%;
  font-size: 13px;
  height: 36px;
  margin-top: -5px;
  padding: 0 30px 0 10px;
}

.filter-module .attribute-filter .collapsable-heading,
.filter-module .manufacturer-filter .collapsable-heading{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 0 10px 10px 10px;
  border-width: 0px !important;
border-radius: 3px !important;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
} 

#content .filter-module {
  border-width: 0px !important;
  border-bottom-width: 1px !important;
  border-radius: 0px !important;
}

#content .filter-module .collapsable-block {
  width: 24% !important;
}

.filter-module .clear-filters {
  width: 100% !important;
  color: #ed1c24;
  font-weight: 600;
  text-align: left !important;
  height: 100% !important;
  top: 0px !important;
  padding: 2px 10px;
}


#content .filter-module  .filter-button {
  text-align: right !important;
}

.swiper-viewport {
  display: none;
}

