@media (min-width: 1200px) {
.container {
    width: 90% !important;
  }
}
.container {
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.c_container {width:100%;}
.vpf-topbar .inner-container {
    border-bottom: 1px solid transparent;
    padding: 0 0 !important;
    margin-bottom: -1px;
}
.top-left, .top-right {padding:0 !important; margin-left: 0 !important; background-color: #222222 !important; height:60px;color:#fff;}
.right {float:right;text-align:right;padding:5px 15px 0 0;}
.right a {padding-right: 20px; color:#fff;}
.right img {width:100px; height:35px;}
.left {float:left;padding-left: 20px;}
.left img {width:450px;}
.tool-container {width:100%; float:right;}
.tool-container > .row {width:100%;}
.vp-minicart, .vp-wishlist {text-align: center !important;}

.start-image, .display-always-image {
width: 300px !important;
height: 300px !important;
}
@media (max-width: 970px) {
  .start-image, .display-always-image {
  width: 250px !important;
  height: 150px !important;
  }
  .vpajaxsearch-container {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      padding-top:20px !important;
      width: auto !important;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.15);
      -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.15);
      box-shadow: 0 8px 6px -6px rgba(0,0,0,0.15);
      max-height: -moz-calc(100vh - 155px);
      max-height: -webkit-calc(100vh - 155px);
      max-height: calc(100vh - 155px);
  }
}

.offcanvas-toggle-container {
    position: absolute;
    top: 150%;
    margin-top: -14px;
    right: 15px;
}

.card {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}
.card .img-top {
    display: none;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.card:hover .img-top {
    display: inline;
}
.block-center-body {
	width: 700px;
	padding: 35px 25px;
	border: 1px 0 1px 0 solid #fff;
	text-align: center;
	background: rgba(0,0,0, 0.3);
}
.block-center-body:hover {
	background: rgba(0,0,0, 0.1);
}
.block-center-body h3 {
    text-transform: uppercase;
    color:#000;
    font-weight:bold;
    margin: 0 0 20px;
}
.block-center-body a {color:#fff;}
.block-center-body a:hover {color:#9D0802;}
.block-center-body .text-muted {color:#fff;}
.utility-wide {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0 none;
    border-bottom: 0 none;
    background-color: transparent;
    background-image: url('../../../../images/banners/Dksmart-parallax-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    background-attachment: fixed;
}
@media (max-width: 970px) {
  .utility-wide {
      padding-top: 50px;
      padding-bottom: 70px;
      margin-top: 0;
      margin-bottom: 0;
      border-top: 0 none;
      border-bottom: 0 none;
      background-color: transparent;
      background-image: url('../../../../images/banners/Dksmart-parallax-min.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position-x: 50%;
      background-position-y: 50%;
      background-attachment: fixed;
  }
}
.mcont-container {
    position: relative;
    height: 15vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mcont-container::before {
  content: "";
  background-image: url("../../../../images/dkfiles/calendar-bg.jpg");
  background-color:#D0C1BA;
  background-position: center;
  background-repeat: repeat;
  background-size: 400px;
  width:100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
}
.mcont {
  position: relative;
  width:100%;
  text-align:center;
  padding: 30px 0 30px 0;
  font-size:20px;
  color:#9D0802;
  font-weight:bold;}
.vertical-module {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.module-cont {
    position: relative;
    margin-bottom: 0px !important;
}
@media (max-width: 970px) {
  .module-cont {
    position: relative;
    margin-bottom: 10px !important;
  }
  .blck4 img {height:150px !important;}
}
.blck4 img {height:250px;}
.afaleia_txt{text-align: center; font-size:18px; font-weight:bold; padding:0 0 40px 0;}
#bottom {
    background-color: #222;
    color: #AAA;
    padding: 40px 0 30px 0 !important;
}
.c_facebook {color:#1773EA;}
.c_instagram {color:#D63D86;}
.c_youtube {color:#ff2d2d;}
.c_tiktok {color:#ffffff;}
.fa.fa-tiktok img {
    height:27px;
}

@media (max-width: 768px) {
.product-tag-bf-right {
	position: absolute;
	top: 25px !important;
	right: 12px;
	z-index: 11;
}
}
.product-tag-bf-right {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11;
}
.tag-bf-sale {
	border: 1px solid red;
	background-color: #000 !important;
	font-weight: bold !important;
  color:#fff;
}

.category-name a {
    background: #d9534f;
    padding: 6px 12px;
    border: 1px solid #d9534f;
    color: #fff;
}
.category-name a:hover {
    background: #fff;
    color: #333;
}

.custom.egr-cancel {
    text-align: center;
    background: #ffdbdb;
    padding: 15px;
    font-weight: bold;
    border: 1px solid #edbdbd;
    border-radius: 7px;
  	margin-bottom: 20px;
}

.custom.egr-cancel p {
    margin: 0;
}

@media (min-width: 1259px) {
	.product-image-gallery-cont .product-thumb-carousel .owl-wrapper {
    	width: 100% !important;
	}

	.product-image-gallery-cont .product-thumb-carousel .owl-item {
    	width: 25% !important;
    	height: 150px;
    	padding: 10px;
    	overflow: hidden;
	}
}

@media (max-width: 1560px){
.navbar-mainmenu .navbar-nav > li > a, .navbar-mainmenu .navbar-nav > li > span {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
}
}

@media (max-width: 1265px){
.navbar-mainmenu .navbar-nav > li > a, .navbar-mainmenu .navbar-nav > li > span {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
}
}

@media (max-width: 1120px){
.navbar-mainmenu .navbar-nav > li > a, .navbar-mainmenu .navbar-nav > li > span {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 9px;
}
}

/* Topbar with Socials */

.vpf-topbar {
    background-color: #222222;
    border-bottom: 1px solid #222222;
}

.vpf-topbar .right {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.top-left, .top-right {
  height: auto;
}

.left.eg_left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.list-inline.eg_social {
    margin-bottom: 0px;
    margin-left: 20px;
}

.eg_left .eg_social .fa.fa-tiktok img {
    width: auto;
}

.cart-view .terms-of-service-cont::after {
    content: "Σε περίπτωση επιστροφής προϊόντων, επιστροφές χρημάτων δεν πραγματοποιούνται παρά μόνο αντικατάσταση αυτών. Επιστροφή χρημάτων πραγματοποιείται μόνο σε ελλατωματικά προϊόντα.";
    display: block;
    background: #fbe9e9;
    padding: 15px;
    font-weight: bold;
    border: 1px solid #f1c9c9;
}

.double_val_phone-group {
    display: none;
}

@media (max-width: 1275px) {

.top-right {
    float: right;
}

.top-left, .top-right {
    width: auto;
    display: flex;
}

}

@media (max-width: 1035px) {

.vpf-topbar .row {
    flex-direction: column-reverse;
    display: flex;
}

.top-left, .top-right {
    float: none;
    justify-content: center;
}
  
.left.eg_left {
    padding-left: 0px;
}

}

@media (max-width: 640px) {

.left.eg_left {
    justify-content: center;
    flex-direction: column-reverse;
}
  
ul.list-inline.eg_social {
   margin-left: 0px; 
   margin-top: 10px;
   margin-bottom: 5px;
}

}

@media (max-width: 395px) {
  
.vpf-topbar .right {
    justify-content: center;
    text-align: center;
    padding: 0;
}
  
}

@media (max-width: 360px) {
  
.vpf-topbar .right a{
    padding: 0;
}
  
.vpf-topbar .right img {
    margin-top: 6px;
}
  
.vpf-topbar .right {
    flex-direction: column;
}
  
}
/* ------ */

.bg-msg2 {
    background: #222222;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}
.bg-msg2 p {
    margin: 0;
}


.product-tag-right {
    right: 15%;
}
.tag-sale {
    background-color: red;
}

.productdetails-view .product-short-desc-cont p {
    line-height: 17px !important;
    margin: 0 !important;
}

.custom.egr_msg_summer {
    background: #353535;
    text-align: center;
    color: #fff;
    padding: 10px 5px 5px;
    font-size: 16px;
    font-weight: bold;
}
.isMobile header#vpf-header {
    min-height: 40px;
}

label.control-label.col-sm-3.username span.hasTooltip:after,
label.control-label.col-sm-3.name span.hasTooltip:after,
label.control-label.col-sm-3.password span.hasTooltip:after,
label.control-label.col-sm-3.password2 span.hasTooltip:after
{
    content: " *";
    color: #ff520e;
}

.itemid-709 label.control-label.col-sm-3.password span.hasTooltip:after,
.itemid-709 label.control-label.col-sm-3.password2 span.hasTooltip:after,
.itemid-123 label.control-label.col-sm-3.username span.hasTooltip:after,
.itemid-123 label.control-label.col-sm-3.name span.hasTooltip:after,
.itemid-123 label.control-label.col-sm-3.password span.hasTooltip:after,
.itemid-123 label.control-label.col-sm-3.password2 span.hasTooltip:after { 
	display: none !important;
}

.itemid-123 .vm-user-login-cont {
    display: none !important;
}

.itemid-121 form#form-logout,
.itemid-121 .vm-user-login-cont {
    display: none !important;
}

@media (max-width: 1024px) {
    .utility-wide {
        background-color: #000;
        background-size: contain !important;
    }
}