/* mega menu
#primary-menu {
    margin-top: -20px;
}
.sticky-header #primary-menu {
    margin-top: 0 !important;
}
*/

/* disabled button */
.disabled-btn {
   pointer-events: none;
   cursor: default;
   opacity: 0.5;
   transition: 0.5s;
}

#dy-app-loading {
    position: absolute;
    display: none;
    top: 44px;
    left: 235px;
    width: 19px;
    height: 19px;
}

.sticky-header #dy-app-loading {
    left: 170px;
    top: 18px;
    width: 15px;
    height: 15px;
}

#dy-app-loading img {
    width: 100% !important;
    height: 100% !important;
}

#dy-connection-error {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.8);
    z-index: 10000;
}

#dy-connection-error .alert-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 40px 30px 40px;
  background: #fff8c4;
  color: red;
}

#primary-menu ul li a {
    font-weight: normal;
    font-weight: 400;
    font-family: "Source Sans Pro";
    font-size: 14px;
}

.fancy-title h3 {
    font-weight: 300;
    font-family: "Source Sans Pro";
    font-size: 30px;
    text-transform: uppercase;
}

.top-telephone {
    font-weight: 400;
    font-family: "Roboto";
    font-size: 14px;
}

#page-title {
    background-color: #F5F5F5;
    padding: 50px 0;
}

#page-title h1 {
    font-size: 23px;
}

.product-breadcrumb {
    padding: 60px 0 !important;
    color: #fff !important;
}

.product-breadcrumb h1,
.product-breadcrumb a,
.product-breadcrumb li,
.product-breadcrumb span {
    color: #fff !important;
}

.news-content .fbox-media {
    min-height: 230px;
}

.hover-shadow {
    transition: 0.5s;
    padding: 6px 6px 12px 6px;
}

.hover-shadow:hover {
   -webkit-box-shadow: 0px 0px 27px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 27px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 27px -1px rgba(0,0,0,0.75);
}


.special-old-price {
    color: black;
    font-size: 11px;
    text-decoration: line-through;
    padding-right: 5px;
}

.sidebar-categories .active {
    font-weight: bold;
}

/* shop items */
.reviews {
}

.reviews ul {
    list-style: none;
}

.reviews ul li {
    display: inline-block;
}

.dy-star-link {
    background:none;
    color:#fde16d;
    padding:0;
    font-size:17px;
}

#js-star-review-wrap {
   text-align: right;
   position: relative;
   top: -4px;
}

#js-star-review-wrap a {
     color:#fde16d;
}

#js-star-review-wrap .fa {
    font-size: 20px !important;
}

.top-nav-elems li a {
    font-size: 13px !important;
}

/* toast */
.toast-success {
    background-color: #00aeef;
}

.product .product-image {
   text-align: center;
}

.product .product-image img {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

/* Kosárba */

.add-to-wrap {
    background: #f5f5f5;
    padding: 20px 30px 20px 30px;
}

.select-skin {
   margin: 0 0 25px 0;
}

.select-skin h3 {
    font-weight: 300;
    font-size: 17px;
    margin: 0px 0 16px 0;
}

.select-skin .skin {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 50%;
    background: #dddfde;
    color: #fff;
    cursor: pointer;
    margin: 0 3px 0 3px;
    transition: 0.5s;
}

.select-skin .active {
   -webkit-box-shadow: -1px 0px 18px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 18px -6px rgba(0,0,0,0.75);
box-shadow: -1px 0px 18px -6px rgba(0,0,0,0.75);
}

.select-skin .fa {
    opacity: 0;
    transition: 0.5s;
}

.select-skin .skin-01 {
    background: #dddfde;
}

.select-skin .skin-02 {
    background: #fce028;
}

.select-skin .skin-03 {
    background: #fd6e26;
}

.select-skin .skin-04 {
    background: #1abc9c;
}

.select-skin .skin-05 {
    background: #f12f39;
}

.select-skin .skin-06 {
    background: #20499b;
}

.select-skin .skin-07 {
    background: #286b24;
}

.select-skin .skin-08 {
    background: #bc1aa7;
}

.select-skin .skin-09 {
    background: #bcb81a;
}

.select-skin .skin-10 {
    background: #fff;
}

.select-skin .skin-10 .fa {
    color: #555;
}

.product-quantity-wrap {
    padding-top: 12px;
}

.mini-product-desc {
    font-size: 14px;
}

.dy-properties {
    margin: 15px 0 0 0;
}

.dy-properties p {
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
}

.quantity .quantity-name {
    float: left;
    margin: 8px 16px 0 0;
}

.vektor-graphics {
    display: none;
}

.skin-color {
    display: none;
}

.skin-color label {
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
    cursor: auto;
    letter-spacing: normal;
    margin-bottom: 3px;
}

.skin-color sup {
    color: red;
    font-size: 16px;
    font-family: Tahoma;
    position: relative;
    top: 5px;
}

.skin-color select {
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
}

.skin-color .input-group-addon {
    background: none;
    border-radius: 0;
}

p.prod-item {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

/* dropzone file upload */
.dropzone {
    border: 1px dashed blue;
    min-height: 70px;
    padding: 0 0 0 0;
}

.dropzone .drop-title {
    font-weight: 300;
    margin: 0 0 0 0;
}

.dropzone .drop-message {
    margin: 0 0 0 0;
    font-size: 15px;
}

.dropzone .dz-image {
    border-radius: 3px !important;
}

.dropzone .dz-preview .fa {
    font-size: 28px;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: red;
    opacity: 0;
    transition: 0.5s;
}

.dropzone .dz-preview:hover .fa {
    opacity: 1;
}

/* dropzone file upload end */