.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 {
    display: flex;
    justify-content:  flex-end;
    cursor: default;
    background: var(--second-color);
    color: #fff !important;
}
.weproContainer  a {
    display: inline-block;
    vertical-align: -3px;
}
.weproContainer:hover {
    background: var(--main-color);
}
.cart-trash {
    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: var(--second-color);
}
.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:var(--second-color) 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: var(--second-color);
}
.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: var(--main-color);
}
.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;
}
.justify-center{
    justify-content: center;
}
.zoom{
    overflow: hidden;
    position: relative;
}
.zoom img{

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.zoom img:hover{
     z-index:2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.mt-30{
    margin-top: 30px !important;
}
.ptb-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.ptb-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

@media (max-width: 767px){
    nav.navbar.bootsnav .navbar-header{
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
    }
    nav.navbar.bootsnav .navbar-toggle{
        margin-right: 0px !important;
        margin-top: 0px !important;
    }
}

.urunItem{
    display:flex;
    flex-wrap: wrap;
}
.urunItem .item{
    width:33%;
}
@media (max-width: 767px){
    .urunItem .item{
        width:50%;
    }
}
.homeProduct h2{
    font-size:48px !important;
    font-weight: bold !important;
}
.homeProduct p{
    font-size:18px !important;
}
.homeProduct a.btn{
    margin-top: 15px;
}
.homeProduct{
    background-image: url('../img/homeproduct.png');
}
.shadowBlog{
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}
.shadowBlog .info{
    padding: 25px;
}
.shadowCat{
    box-shadow: 0 0 25px rgb(0 0 0 / 40%);
}
.shadowCat .info{
    padding: 25px;
}
.shadowProduct{
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}

@media (min-width:1400px) {
    .banner-area .carousel-item .right-thumb{
        width: 55%;
    }
    .banner-area .carousel-item .right-thumb::after{
        left:  -500px;
        width: 800px;
    }
}

@media (min-height:1400px) {
    .banner-area .carousel-item .right-thumb::after{
        left:  -500px;
        width: 1000px;
    }
}

footer.bg-dark{
  background: var(--fourth-color) none repeat scroll 0 0 !important;
}