@charset "utf-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[data-match-height]{
	background-color: white;
	padding:0 15px;
	display: inline-block;
	margin:20px 0 40px;
	vertical-align: top;
	text-align: left;
	border-radius: 3px;
	line-height: 22px;
}

ul.product_list {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product_item {
  display: inline-block;
  background: #fff;
  position: relative;
  width:33%;
}

.product_image {
  position: relative;
  overflow: hidden;
  text-align:center;
  /**height:190px;**/
  float:left;
  margin-bottom:15px;width: 100%;
  
}
.product_image a {
  display: block;
}
.product_image img {
  display:inline-block; /**max-height:100%; max-width:100%; width:100%;**/
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  max-width:100%;
}
.product_image img:hover {
  -o-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.product-list-block .rt-block .bottom-block .block .lt-panel a {
    color: #696969;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height:22px; transition:all 600ms ease-in-out;
}
.product-list-block .rt-block .bottom-block .block .lt-panel a:hover {
    color: #303030 !important;
}
.product-list-block .rt-block .top-block h3 {
   font-family: 'Bebas' !important;}
.product-list-block .rt-block .bottom-block .block h4 {font-family: 'Bebas' !important;
  }
.product-details-block .product-details-top .rt-block h1 {
    
    font-size: 26px;
    line-height: 31px;
    padding: 0 0 20px 0;
}
.product-details-block .product-details-top .rt-block .thumb-box {background: #ff000000 !important;}
.product-details-block .product-details-top .rt-block .thumb-box {
    padding: 20px 0 0 0;
    border-radius:0;
    border: none !important;
}
input#quantitySelect:focus {
    outline: navajowhite;
}
.product-details-block .product-details-top .rt-block .thumb-box .block p {
    
    font-size: 17px;
    line-height: 22px;
    padding: 6px 0 0 0;
}
.product-details-block .product-details-top .rt-block .price-panel .rt-panel p span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
.product-details-block .product-details-top .rt-block .price-panel p {
    
    font-size: 16px;
    line-height: 21px;}
.product-details-block .title-block h3 {
    
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    padding: 20px 0;
}
.product-details-block .slider-block .block .lt-panel a:hover {
    color: #000000 !important;
}
.product-details-block .slider-block .block .lt-panel a {
    font-size: 15px;
    
    line-height: 25px;min-height: 50px;
}
.product-details-block .slider-block .block h4 {
    
    font-size: 16px;
    color: #5f5f5f !important;
}
.cart-details-block .cart-details-top-block .title-panel h2 {
    
    font-weight: 400;
}
.cart-details-block .cart-details-top-block .bottom-panel .thumb-block .box1 h3 {
    
    font-size: 19px;
    line-height: 30px;
    padding: 0px 0 5px 0;
    margin: 0;
}
.cart-details-block .cart-details-top-block .bottom-panel .thumb-block .box1 p {
    color: #223d82 !important;
    line-height: 14px;}
.cart-details-block .cart-details-top-block .bottom-panel .top-panel p {
    
    font-size: 13px;
    color: #223d82 !important;
    line-height: 17px;}
.cart-details-block .cart-details-bottom-block .lt-block h2 {
    
    font-size: 20px;
    line-height: 22px;}
.cart-details-block .cart-details-bottom-block .lt-block .promotional-block h3 {
    
    font-size: 18px;
    line-height: 20px;
    color: #223d82 !important;}
.cart-details-block .cart-details-bottom-block .rt-block .lt-panel .estimate {border-bottom: none !important;
}
.cart-details-block .cart-details-bottom-block .rt-block .lt-panel h4 {
    
    font-size: 14px;
    line-height: 16px;}
.cart-details-block .cart-details-bottom-block .rt-block .lt-panel h4 span {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
}




@media screen and (max-width: 991px) {
[data-match-height]{ width:49%;}
.product_image{ height:auto;}
}

@media screen and (max-width: 767px) {
.product-details-block .slider-block .block .lt-panel a {
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
    min-height: 43px;
}

}

@media screen and (max-width: 550px) {
[data-match-height]{ float:none; width:80%;}
ul.product_list{ text-align:center; float:none;}
}

@media screen and (max-width: 550px) {
[data-match-height]{ float:none; width:100%;}
}

@media screen and (max-width: 400px) {

}

@media screen and (max-width: 350px) {
[data-match-height]{ float:none; width:100%;}
}

.product-list-block .rt-block .bottom-block .block .lt-panel {
    min-height: 60px;
}