.changeImage{
	max-height: 300px;
}
.owl-prev {
    width: 35px;
    position: absolute;
    top: 40%;
    left: 0;
    display: block !important;
}

.owl-next {
    width: 35px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
}
.weproContainer {
    cursor: default;
    background: #3d3d3d;
    color: #fff !important;
    padding: 2px 8px;
    display: inline-block;
}
.weproContainer  a {
    display: inline-block;
    vertical-align: -3px;
}
.weproContainer:hover {
    background: #0f4060;
}
.cart-trash {
    border-radius: 50%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    position: relative;
    top: -30px;
    width: 40px;
    z-index: 2;
}
.cart-trash:hover {
    color: #e33010;
}
.pull-right{
    float: right;
}
.side .btn-cart{
    color:#fff;
    padding: 10px 25px !important;
    margin-top: 10px;
}
.side ul.cart-list > li.total > .btn{
    width: 100%;
    text-align: center;
    font-size: 14px;
    background:#e33010 none repeat scroll 0 0;
    color: #fff;
}
.side ul.cart-list > li.total > a:hover{
    background:#003659 none repeat scroll 0 0;
}

.recent-post h4{
    font-weight: bold;
    color: #e33010;
}
.recent-post span{
    float: right;
}

.sidebar-item.recent-post li{
    color: #000;
    font-weight: 600;
}
.sidebar-item.recent-post li:last-child{
    margin-bottom: 16px;
}
.sidebar-item.recent-post li span{
    font-size: 16px;
}
.sidebar-item.recent-post ul{
    border-bottom: 1px solid #000;
}
.sidebar-item.recent-post p{
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #000;
}
.sidebar-item.recent-post p span{
    font-size: 16px;
    font-weight: 500;
}
.sidebar-item .recent-post{
    margin-bottom: 55px;
}
.check-radio{
 display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
}
.check-radio input{
    position: absolute;
    top: -11px;
    left: 0;
    height: 15px;
    width: 16px;
}
.sidebar .table tbody tr td{
    text-align: center;
    border: none;
    padding: 25px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
}
.sidebar th.pro-thumbnail, .sidebar td.pro-thumbnail{
    max-width: 120px;
    min-width: 100px;
    width: 120px;
}
.sidebar .table{
    border-bottom: 2px solid #333333;
    margin: 0;
}
.sidebar .table thead{
    background-color: #022147;
}
.sidebar .table thead tr th{
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 20px;
}
.sidebar th.pro-title, .sidebar td.pro-title{
    min-width: 200px;
}
.sidebar td.pro-thumbnail a{
    display: block;
    border: 1px solid #eeeeee;
}
.sidebar td.pro-thumbnail a img{
    width: 100%;
    background-color: #f6f7f8;
}
.sidebar td.pro-title a{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.sidebar td.pro-price span{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.sidebar td.pro-subtotal span{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.sidebar td.pro-remove a{
    display: block;
    font-weight: 600;
    color: #333333;
}
.btn-cartX {
  background-color: #f42223;
  color: #ffffff !important;
  border: 2px solid #f42223;
  display: inline-block;
  padding: 10px 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-cartX:hover {
  content: "";
  transition: all 0.25s ease-in-out;
  background: #022147;
  border: 2px solid #022147;
}
.btn-X {
  background-color: #022147;
  color: #ffffff !important;
  border: 2px solid #022147;
  display: inline-block;
  padding: 10px 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.hidden {
    display: none;
}
.successBlock {
    text-align: center;
}