.mt-4 {
  margin-top: 24px;
}
.mb-3 {
  margin-bottom: 16px;
}
.pl-3 {
  padding-left: 16px;
}
.pl-5 {
  padding-left: 48px;
}
.menu_level li a {
    background: #fff;
    padding: 1em 1.5em 1em 1.5em;
    margin-bottom: 7px;
}
.menu_link {
    font-weight: 600;
    position: relative;
    display: block;
    color: #000;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    font-size: 14px;
  text-transform: uppercase;
}
.menu_link:hover {
  color: #ff0000;
}
.new-products li.main-menu-dark, .new-products li a.main-menu-dark, .new-products .backbut a {
  background: #444;
  padding: 0.8em 1.2em 0.8em 1.5em;
  display: block;
  text-decoration: none;
  color: white;
  font-size: 14px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-transform: uppercase;
  font-weight: bold;
}
.new-products li a.main-menu-dark:hover {
  background: #CD272E;
}
.new-products .backbut.midd {
  margin-bottom: 20px;
}
.new-products .backbut a {
  background: #CD272E;
}
.new-products .backbut a:hover {
  background: #af0c13;
}
.new-products li.main-menu-dark i {
  float: right;
}
.new-products img {
  display: block;
}
.no-xs-gutter {
	padding-right: 4px;
  padding-left: 4px;
}
.product-display .panel-text {
  font-weight: bold;
  min-height: 60px;
  text-transform: capitalize;
}
.product-display .panel-text del {
  font-weight: normal;
  font-size: 18px;
}
.labelSave::before, .labelSoldout::before {
    background-color: #ff0408;
    content: 'HOT DEAL';
    z-index: 100;
    font-size: 12px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 22px;
    border-radius: 11px;
    position: absolute;
    top: 12px;
    left: -5px;
  font-weight: 700;
}
.labelSoldout::before {
  content: 'SOLD OUT!';
  width: 80px;
}
.product-display .panel-text .prdctfeature {
  font-weight: 600;
  display: block;
}
.product-display .panel {
  position: relative;
  min-height: 455px;
  border: 1px solid #ccc;
}
.product-display h3 {
  padding: 0 0 20px;
  margin-top: 0;
}
.product-display h3 span {
  font-size: 18px;
}
.product-display .panel-cart a{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  color: white;
  background: #444;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.product-display .panel-cart a:hover {
  background: #CD282E;
}
.rating
{
	margin-bottom: 10px;
}
.rating i
{
	margin-right: 1px;
	color: #e0e3e4;
}
.rating i:last-child
{
	margin-right: 0px;
}
.rating_1 i:first-child{color: #f5c06f;}
.rating_2 i:first-child{color: #f5c06f;}
.rating_2 i:nth-child(2){color: #f5c06f;}
.rating_3 i:first-child{color: #f5c06f;}
.rating_3 i:nth-child(2){color: #f5c06f;}
.rating_3 i:nth-child(3){color: #f5c06f;}
.rating_4 i:first-child{color: #f5c06f;}
.rating_4 i:nth-child(2){color: #f5c06f;}
.rating_4 i:nth-child(3){color: #f5c06f;}
.rating_4 i:nth-child(4){color: #f5c06f;}
.rating_5 i:first-child{color: #f5c06f;}
.rating_5 i:nth-child(2){color: #f5c06f;}
.rating_5 i:nth-child(3){color: #f5c06f;}
.rating_5 i:nth-child(4){color: #f5c06f;}
.rating_5 i:nth-child(5){color: #f5c06f;}

.product-img {
  background: #f1f1f1;
  padding-top: 13px;
  padding-bottom: 13px;
}
.product-img .video {
  margin-bottom: 10px;
}
.product-details {
  margin-top: 10px;
}
.product-title, .product-description, .price {
    margin-bottom: 20px;
}
.product-description {
  line-height: 26px!important;
}
.product-title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
.product-title span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-transform: capitalize;
}
.product-title span.captionSmall {
  display: block;
  font-weight: normal;
}
.price span {
   color: #CD282E;
  font-size: 28px;
  font-weight: bold;
}
.price del {
  font-size: 26px;
  padding-right: 10px;
  font-weight: 700;
}
.price .saveDeal {
  background-color: #CD282E;
  padding: 4px 10px;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  margin-left: 12px;
}
.product-details .add-to-cart {
  width: 100%;
  background: #444;
  padding: 12px 20px;
  text-transform: UPPERCASE;
  color: #fff;
  border: 1px solid #e7e7e7;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  box-shadow: inset 0 0 0 0 #666;
  outline: none;
}
.product-details .add-to-cart:hover {
  background: #cd272e;
}
.product-details .add-to-cart.check{
  background: #cd272e;
}
.product-details .add-to-cart.check:hover{
  background: #444;
}
.product-details h4 {
  line-height: 18px;
  font-size: 18px;
  text-align: left;
}
.product-details h4 i {
  color: #CD282E;
}
.instock {
  font-size: 16px;
  color: #12B401;
}
.outstock {
  font-size: 16px;
  color: #CD282E;
}
.product-details .radio-inline {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  margin-left: 0!important;
  padding-right: 30px
}
.product-details .radio-inline input {
  margin-top: 2px;
}
.product-details .size-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
}
.product-details .detail-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #767676;
}
.product-details .detail-title .size {
  font-weight: 700;
  color: #cd272e;
  font-size: 14px;
}
.product-details  ul.size-variants, .product-combo  ul.size-variants {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.product-details ul.size-variants > li, .product-combo ul.size-variants > li {
    display: inline-block;
    vertical-align: top;
  float: left;
}
 .product-details ul.size-variants > li.active > a, .product-combo ul.size-variants > li.active > a {
    background-color: #d7d5d8;
    color: #000;
   font-weight: 700;
}
 .product-details ul.size-variants > li > a, .product-combo ul.size-variants > li > a {
    display: block;
    width: 80px;
    padding: 10px 3px;
    line-height: 18px;
    font-size: 13px;
    color: #333;
    border: 1px solid #dcdcdc;
    background-color: #fbfafd;
    text-decoration: none;
    text-align: center;
    outline: none;
   cursor: pointer;
}
.product-details ul.size-variants > li > a:hover, .product-combo ul.size-variants > li > a:hover {
  background-color: #d7d5d8;
}
 .product-details ul.size-variants > li + li, .product-combo ul.size-variants > li + li {
    margin-left: -1px;
}
.product-combo ul.size-variants > li > a {
  width: 40px;
}
.product-combo ul.size-variants > li {
  padding-bottom: 0;
}
.product-combo .combo {
  display: block;
}
.product-combo ul.size-variants > li  {
    margin-top: -1px;
}
.size-guide-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 20px;
}
.size-guide-link {
    color: #CD272E;
    text-decoration: none;
    outline: none;
    display: inline-block;
  font-weight: 700;
}
.size-guide-link span {
  color: #333;
  padding-left: 25px
}
.size-guide-block {
   
    padding: 10px;
    margin-top: 10px;
    width: 280px;
    border: 1px solid #dcdcdc;
    background-color: #fbfafd;
}
.size-guide-table {
    display: table;
    width: 100%;
}
.size-guide-row {
    display: table-row;
}
.size-guide-cell {
    display: table-cell;
    border: 1px solid #dcdcdc;
    padding: 4px 10px;
}
.checkout-cart button {
  border: none;
}
.checkout-cart .input-group-addon {
   background-color: white;
  border-radius: 0;
}
.checkout-cart .quantity-plus, .checkout-cart .quantity-minus {
  outline: none;
}
.checkout-cart .input-group-text {
  font-weight: normal;
  font-size: 14px;
  border: none;
}
.checkout-cart .input-group .check-quantity {
   border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 45px;
  font-weight: bold;
}

#toggle-tab {
  margin-top: 40px;
}
#toggle-tab .nav-pills > li.active a {
  background: #fd4b52!important;
  color: white;
}
#toggle-tab .nav-pills-xs {
  border-bottom: 1px solid #ccc;
  padding: 7px 10px 7px 0;
  margin-bottom: 10px;
  
}
#toggle-tab .nav-pills-xs i {
  color: #fd4b52;
}
#toggle-tab .nav-pills-xs a {
  color: #000;
  font-weight: bold;
  cursor:pointer;
}
#toggle-tab .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
  font-weight: bold;
  font-size: 16px;
  background: #f4f1f1;
  color: #333;
}
#toggle-tab .tab-content p {
  color : #000;
  font-size: 16px;
}
#toggle-tab .tab-content ul { 
  padding-left:40px; 
  list-style:none; 
}

#toggle-tab .tab-content ul li { 
  margin-bottom:10px;
  color : #000;
  font-size: 16px;
}

#toggle-tab .tab-content ul li:before {    
    font-family: 'FontAwesome';
    content: '\f067';
    margin:0 5px 0 -20px;
}
#toggle-tab .tab-content {
  background-color: #fff;
  padding: 30px 15px;
  display: inline-block;
}
.new-products .breadcrumb {
  text-align: left;
  background-color: #f6f6f6;
}
.fa-circle.red {
    color: #ca103a;
}
.fa-circle.green {
    color: #51a92e;
}
.fa-circle.blue {
    color: #008aea;
}
.fa-circle.yellow {
    color: #efc502;
}
.product-combo {
  background: #F1F1F1;
  border: 1px solid #ccc;
  padding: 0 10px 25px 20px;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
.product-combo .price {
  font-size: 18px;
  color: #CD272E;
  text-align: left;
}
.product-combo .price del {
    font-size: 15px;
    padding-right: 5px;
    font-weight: 700;
}
.product-combo h3 {
  padding-bottom: 25px;
}
.product-combo .show {
  transition: .3s all ease;
}
.product-combo .combo-but  {
  background: #333;
  text-transform: uppercase;
  font-size: 17px;
  color: white;
  padding: 6px 14px;
  border-radius: 2px;
}
.product-combo .combo-but:hover {
  background: #cd272e;
}
.product-combo .combo-but:disabled {
  background: #dddddd;
}
.product-combo .combo-but {
  margin-top: 10px;
}
.product-combo .free-shipping {
  margin-top: -40px
}
.product-combo ul.prdcts {
  margin: 15px 0;
}
.product-combo li {
  padding-bottom: 10px;
}
.product-combo .plus {
  padding-top: 30px;
}
.product-combo .package-dropdown {
  max-width: 330px;
  margin: 0 auto;
}
.product-combo .btn {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 0;
  background: #333;
  color: white;
  position: relative;
  padding: 9px 32px 9px 14px;
  margin-top: 5px;
  text-align: left;
  white-space: normal;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
}
.product-combo .btn::before {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    right: 13px;
    font-size: 10px;
}
.product-combo .dropdown-menu {
    min-width: 100%;
    border-radius: 6px;
  position: relative;
}
.product-combo .reset {
    display: none;
}
.related-products {
  text-align: left;
}
.gallery .panel {
  border: none;
  margin-bottom: 25px;
}
.pop {
  cursor: zoom-in;
  box-shadow: 0px 6px 5px rgba(0,0,0,0.3);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative
}
.pop:hover {
  box-shadow: none;
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 999;
}
.imagepreview {
  margin-top: 10px;
}

@media only screen and (max-width:576px) {
.no-xs-gutter {
	padding-right: 2px;
  padding-left: 2px;
}
.product-details h4 {
  line-height: 16px;
  font-size: 14px;
}
}
@media only screen and (min-width:768px) {
#toggle-tab .tab-content {
  border: 2px solid #FD4B52;
  width: 100%;
  }
#toggle-tab .tab-content .tab-pane .active {
  display: block;
}
#toggle-tab .tab-content p {
  padding : 5px 15px;
  }
#toggle-tab .tab-content>.active {
    display: block;
}
}
@media only screen and (min-width:320px) and (max-width:375px) {
  .product-combo .combo-but a {
  font-size: 12px;
  }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
.product-display .panel {
  min-height: 460px;
  }
.product-combo .combo-but a {
  font-size: 15px;
  }
}
@media only screen and (max-width:991px) {
.product-combo .free-shipping {
  margin-top: 15px
}
.related-products {
  text-align: center;
  padding-left: -48px;
  }
.pl-5 {
  padding-left: 0px;
  }
.product-combo .plus {
  padding: 10px 0;
}
  .product-combo  ul.size-variants {
    display:flex;
  }
}
@media only screen and (max-width:768px) {
#toggle-tab .tab-content {
  padding: 0;
  display: block;
  }
.product-details .radio-inline input {
  margin-top: 5px;
}

#toggle-tab .tab-content>.tab-pane {
    visibility: visible;
  text-align: left;
}
.product-img {
  padding-bottom: 5px;
  margin-bottom: 15px;
}

}
@media only screen and (max-width:540px) {
.product-display .panel {
  min-height: 490px;
  }
.new-products .breadcrumb {
  font-size: 12px;
}
.product-combo h3 {
  font-size: 18px;
}
}
@media only screen and (max-width:400px) {
  .product-display .panel {
  min-height: 445px;
  }
.price .saveDeal {
  display: block;
  margin-left: 0;
  }
}
@media only screen and (min-width:401px) and (max-width:500px) {
  .product-display .panel {
  min-height: 445px;
  }
}