@media only screen and (max-width: 800px){
  .count-input .incr-btn {
    width: 50%!important;
  }
}
@media (min-width: 801px){
  .count-input .incr-btn {
    width: 44px!important;
  }
}

img {
  max-width: 100%; }
  
.contPopProd{
  border-radius: 16px;
  border: 1px solid #0071BB;
}
.btn-common{
  background: #1A81C1;
  cursor: pointer;
  color: #fff;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 8px;
  -moz-transition: .1s all ease-in-out;
  -o-transition: .1s all ease-in-out;
  opacity: 1;
  width: 100%;
  height: 44px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.42), 0 2px 5px rgba(0, 0, 0, 0.27);
  letter-spacing: 2px;  
}

.preview {
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
@media screen and (max-width: 996px) {
	.product-title-searchCat{
		margin: 0 14px;
	}
    .preview {
      margin-bottom: 20px; 
     } 
	.product-title span {
	    font-size: 20px;
	    padding: 0 13px;
		color: #E51C2F;
		font-style: italic;
		display: inline-block;
		background: #F8FDFF;
		position: relative;
		z-index: 2;
	}

	.product-title-searchCat span {
    font-size: 16px;
    padding: 0 13px;
    color: #E51C2F;
    display: inline-block;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    font-weight: bold;
    letter-spacing: 0.6px;
	}
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    padding-top: 16px;
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.cardS {
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
  } 
	.product-title span {
	  font-size: 31px;
	  padding: 0 40px;
		color: #E51C2F;
		font-style: italic;
		display: inline-block;
		background: #FFF;
		position: relative;
		z-index: 2;
	}

	.product-title-searchCat span {
    font-weight: bold;
    font-size: 22px;
    padding: 0 18px;
    color: #EC1C24;
    display: inline-block;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
	}
    
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #BD3D3A; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; 
  position: relative;
}
.product-title-searchCat {
  margin-top: 0; 
  position: relative;
}


.product-title-searchCat .searchCatKot {
	letter-spacing: 4px;
}

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #BD3D3A;
  padding: 1.2em 1.28em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #bd3d3ad6;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #BD3D3A; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
            
/* plus minus */
.contAddCart{
    width: 124px;
    float: right;
    border: 1px solid #bd3d3acc;
    padding: 0px 6px;
    padding-top: 9px;
    border-radius: 7px;
}
.count-input {
  position: relative;
  /*margin: 10px 0;*/
}
.count-input input {
  /*width: 66px;*/
  width: 0%;
  display: none;
  height: 30px;
  border: 1px solid #0000;
  border-radius: 2px;
  background: none;
  text-align: center;
}
.count-input input:focus {
  outline: none;
}
.count-input .incr-btn {
  font-size: 14px;
  font-weight: bold;
  color: #0071BB;
  text-align: center;
}

.incr-btn-sale:hover{
	color: #fff;
}
.count-input .incr-btn:first-child {

}
.count-input.count-input-sm {
  max-width: 125px;
}
.count-input.count-input-sm input {
  height: 36px;
}
.count-input.count-input-lg {
  max-width: 200px;
}
.count-input.count-input-lg input {
  height: 70px;
  border-radius: 3px;
}

.product_price_table {
    display: block;
    margin-bottom: 10px;
}
.product_price_table .prod_line {
    background: transparent;
    border-bottom: 1px solid #ccc;
}
.product_price_table .prod_line .prod_right_line {
    font-weight: bold;
    width: 30%;
}
.product_price_table .prod_line .prod_left_line {
    width: 65%;
}
.product_price_table .prod_line .prod_right_line, .product_price_table .prod_line .prod_left_line {
    display: inline-block;
}
