.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(--second-color);
}
@media only screen and (max-width: 767px) {
    .weproContainer {
        justify-content: center;
    }
}
.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.bgonly {
    background: #b7b7b7;
}
.zoom.bgonly img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
.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.bgonly img:hover {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
}
.zoom img:hover{
     z-index:2;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.mt-30{
    margin-top: 30px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-70{
    margin-top: 70px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-70{
    margin-bottom: 70px !important;
}
.mtb-30{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mtb-50{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.mtb-70{
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.ptb-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.ptb-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.ptb-70{
    padding-top: 70px !important;
    padding-bottom: 70px !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: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.shadowCat .info{
    padding: 25px;
}
.shadowProduct{
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}

@media (min-width:1600px) {
    .banner-area .carousel-item .right-thumb{
        width: 55%;
    }
    .banner-area .carousel-item .right-thumb::after{
        left:  -500px;
        width: 800px;
    }
}

@media (min-height:1600px) {
    .banner-area .carousel-item .right-thumb::after{
        left:  -500px;
        width: 1000px;
    }
}

footer.bg-dark{
  background: var(--fourth-color) none repeat scroll 0 0 !important;
}

.blog-area .sidebar .sidebar-item.category ul li ul{
    padding-left: 15px;
}
.blog-area .sidebar .sidebar-item.category li ul li{
    display: block;
    margin-bottom: 10px;
}

.blog-area .sidebar-item.category li li a {
    font-weight: 300 !important;
}
.blog-area .sidebar-item.category li a::after{
    top: 0;
}

footer .contact ul li{
    display: flex;
    align-items: center;
}
footer .contact ul li i{
    min-width: 40px;
}

.float-wp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 3px var(--second-color);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
}
.social-bottom{
    display: none;
}

.bottom-info .product-image{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.carousel-control.left,
.carousel-control.right{
    z-index: 9;
}

.product-detail-carousel.owl-carousel .owl-item img{
    max-height: none;
}

.consulting-area .inner-items .right-info::after{
    width: 100%;
}

.clients-area.default-padding.bg-dark.text-light.home-clients::after{
    right: -15%;
    width: 78%;
    left: auto;
    background: #fff;
}
.clients-area.default-padding.bg-dark.text-light.home-clients .clients-items{
    padding:0 50px;
}

@media (max-width: 767px){
    .banner-area .carousel-control{
        top: 40%;
    }
    #categories{
        display: none;
    }
    .social-bottom{
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 99;
        display: flex;
    }
    .social-bottom li{
        margin-left: 10px;
        width: 50px;
        height: 50px;
        background-color: #25d366;
        border-radius: 50px;
        box-shadow: 2px 2px 3px var(--second-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-bottom li a{
        color: #fff;
        font-size: 30px;
        font-weight: 400;
    }
    .social-bottom li.facebook{
        background-color: #4267B2;
    }
    .social-bottom li.youtube{
        background-color: #FF0000;
    }
    .social-bottom li.instagram{
        background-color: #5B51D8;
    }

    .owl-carousel .owl-nav{
        display: block !important;
    }
}
