.main-content {
    min-height: 500px;
}

footer .row {
    align-items: unset;
}

.home-products-carousel .owl-nav.disabled {
    display: block!important;
}
.qarea {
    float: left;
}

.qarea .decrease,
.qarea .increase{
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.2em;
    float: left;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
}
.qarea .control {
    width: 80px;
    display: inline-block;
    float: left;
    height: 40px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    text-align: center;
    margin-top: 0px;
    border: 1px solid #ddd;
}

.vue-go-top__content {
    display: none!important;
}

.checkout-process h1 {
    font-size: 1.3em;
    margin-bottom: 30px;
}

.instagramBox {
    height:596px;
    overflow:hidden;
}

footer .footer-top .footer-box.logo-area .logo img,
footer .footer-top .footer-box.logo-area .ofisnev span img {
	filter: unset;
}

@media only screen and (max-width:992px){
    .instagramBox {
        height:306px;
        overflow:hidden;
    }   
    
    header .header-bottom .menu-area .mobile-menu-button {
        top: 0px;
    }
}

header .header-line .left .phone {
	float:left;
	display:inline-block;
	margin-right:25px;
}

header .header-line .left .phone:last-child {
	margin-right:0px;
}

   /* ---------- Social Sidebar ---------- */
   #social-sidebar {
   z-index:9999;
   right: 15px;
   position: fixed;
   top: auto;
   bottom: 60px;
   }
   #social-sidebar li:first-child a { border-radius: 5px 5px 0px 0px;  }
   #social-sidebar li:last-child a { border-radius: 0 0 5px 5px	; }
   #social-sidebar a {
   color: #fff;
   display: block;
   height: 50px;
   font-size: 18px;

   position: relative;
   text-align: center;
   width: 50px;
   padding:8px;
   }
   #social-sidebar a:hover span {
   right: 130%;
   opacity: 1;
   }
   #social-sidebar a span {
   border-radius: 3px;
   line-height: 24px;
   right: -100%;
   margin-top: -16px;
   opacity: 0;
   padding: 4px 8px;
   position: absolute;
   -webkit-transition: opacity .3s, left .4s;
   -o-transition: opacity .3s, left .4s;
   transition: opacity .3s, left .4s;
   top: 50%;
   white-space: nowrap;
   z-index: -1;
   }
   #social-sidebar a span:after {
   content: "";
   display: none;
   height: 8px;
   left: -4px;
   margin-top: -4px;
   position: absolute;
   top: 50%;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   width: 8px;
   z-index: -2;
   }
   #social-sidebar a[class*="phonenum"],
   #social-sidebar a[class*="phonenum"]:hover,
   #social-sidebar a[class*="phonenum"] span,
   #social-sidebar a[class*="phonenum"] span:after { background: #ec5923; }
   #social-sidebar a[class*="whatsappnum"],
   #social-sidebar a[class*="whatsappnum"]:hover,
   #social-sidebar a[class*="whatsappnum"] span,
   #social-sidebar a[class*="whatsappnum"] span:after { background: #25D366; }
   
   .scroll-to-top span {
	   color:#fff;
   }
   
   /* Edit by SS 20.12.2022 */
   .main-content.page .page-content.products .box .image {
	   padding:5px;
	   border:1px solid #ddd;
   }
   
   .main-content.page .page-content.products .box .image img {
	   object-fit:contain;
   }
   
   .page-content .pagination {
	   align-items: center;
	   justify-content: center;
   }
   
   .address-card-list .mb-5 {
	   margin-bottom:0px!important;
   }
   
   .address-card-list .mt-5 {
	   margin-top:0px!important;
   }
   
   .g-recaptcha div {
	   margin:auto;
   }