@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&family=Open+Sans:wght@800&display=swap');
html{
  font-family: 'Montserrat', 'Open Sans' sans-serif;
}
body{
  font-family: 'Montserrat', 'Open Sans' sans-serif;
	color: #000;
}

body.page--homepage {
  font-family: 'Montserrat', 'Open Sans' sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    color: #000;
}

body.page--products-all {
  font-family: 'Montserrat', 'Open Sans' sans-serif;
    font-size: 16px;
    font-weight: 400;
   background: #ffffff;
    color: #000;
}

body.login-register-page.register-page {
 
  font-family: 'Montserrat', 'Open Sans' sans-serif;
    font-size: 16px;
    font-weight: 400;
   background: #ffffff;
    color: #000000;
}

.h1, .h2, .h3, .h4, .h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'Montserrat', 'Open Sans' sans-serif;
    font-weight: 800 !important;
    margin: 0;
    color: #000;
}

input, select, textarea, .main-search__input {
	border-radius: 0;
  font-family: 'Montserrat', 'Open Sans' sans-serif;
}

.masonry__item {
    margin: 0 5px 12px;
    border: none;
    box-shadow: 0 0 9px #c6c6c6;
    min-height: 255px;
    position: relative;
    text-decoration: none;
    background: #ffffff;
}

.masonry__image--lg, .masonry__image--md {
    display: block;
	margin: auto;
	width: auto;
	max-width: none;
	height: 115px;
	max-height: none;
	padding-top: 10px;

}

.cent_home{
    text-align: center;
}

.checkbox label:before {
    border-radius: 0;
}
.navbar-container {
  height: 120px;
}
.navbar-container .logo {
    margin-left: 55px;
  }

.navbar-container .main-menu>li>a:hover {
    text-decoration: underline;
    color: #000000;
}

.navbar-container .main-menu>li>a {
    display: block;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 28px;
    align-self: center;
}
.navbar-container .nav-left {
    justify-content: space-around;
  }
  .navbar-container .nav-left::after {
    content: '';
    width: 100%;
    background-image: url(/layout/slogan.png) !important;
    height: 80px;
    background-position-x: 0;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-size: contain;
  }
.header-wrapper .hotline .phone .dmt-icon{
    display: none;
}
.btn {
    color: #fff;
    border: 1px solid #8a1002;
    background-color: #8a1002;
    display: inline-block;
    font-weight: 600;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    white-space: nowrap;
  }
  .btn:active, .btn:focus {
    background-color: #ff5e29 ;
    border: 1px solid #ff5e29;
    color: hsla(0,0%,100%,.8);
  }
  .navbar-container .user-menu .user-menu__link .link {
    border: 1px solid #8a1002;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    white-space: nowrap;
    padding: 0 30px;



  }

.btn:hover, .btn.btn-blue:hover, .btn.btn-blue-light:hover, .btn.btn-dkt2:hover, .navbar-container .user-menu .user-menu__link .link:hover   {
    color: #fff !important;
    background-color: #ff5e29 !important;
    border: 1px solid #ff5e29;
    text-decoration: none;
}

.btn.btn-blue {
    background-color: #8a1002;
    border: 1px solid #8a1002;;
  }

.btn.btn-blue-light {
    border-color: #000;
    color: #000;
}
.btn-dkt:hover{
	    background-color: #ff5e29 !important;
}
.btn.btn-big{
    color: rgb(0, 0, 0) !important;
    background-color: #ffffff !important;
    border: 3px solid #ff5e29;
    text-decoration: none;

}
.search-container .show-search:hover, .search-container .show-search .dmt-icon:hover{
    color: #ff5e29;
}
.homepage--promoted-products-btn{
    display: none;
}
.navbar-container .hotline .hours, .navbar-container .hotline .phone{
    transition: all .3s cubic-bezier(0,0,.2,1);
}
.navbar-container .hotline .hours, .navbar-container .hotline .phone:hover{
    font-weight: 600;
}
.blue-line{
    display: none;
}
.footer-items .fhead {
    color: #000000;
}

a:hover {
   color: #000000;
   text-decoration:none;
}

.partner-image {
	width: 120px;
    box-shadow: none;
    margin: 15px auto !important;	
}

.navbar-container .nav-right {
    align-self: center;
  }
  .navbar-container .hotline {
    align-self: center;
  }
  .header-wrapper .cart-dropdown{
    border-bottom: 4px solid #ff5e29;
  }
.footer-items .footer-image {
    background-image: url('/layout/images/register-image.png');
    background-size: cover;
    width: 180px;
    height: 180px;
}
.footer-items .footer-items--contact {
  margin-bottom: 15px !important;
  text-align: center;
}
.form-row {
    flex-direction: row-reverse;
    justify-content: start;
  }
  .product-search__input-container .search-input{
      margin-left: 15px;
  }
  .form-row-icon svg {
    left: 213px;
  }
   .nav-tabs > li.active > a:focus{
    background-color: #8a1002 !important;

  }
.nav-tabs{
    background-color: #8a1002 !important;
    border-radius: 8px;
}
.nav-tabs > li > a{
    color: #fff;
    font-weight: 300;
    transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);

  
}
.nav-tabs > li > a:hover {
    color: inherit;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  .nav-tabs > li{
    background-color: #8a1002;
    transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-tabs > li:hover
{
    background-color: #ff5e29;
}
.nav-tabs > li:active{
    background-color: #8a1002;
}
.product-summary__shiping-conditions {
    border: 2px solid;
}

.product-summary__shiping-conditions strong {
    font-weight: 600;
}

.product--parameters--parameter .dropdown-menu {
    background-color: #dcdde2;
	border: 1px dotted #000;
	color: #000;
	border-radius: 0;
}

.product--parameters--parameter .product--parameters--custom-format {
    background: #dcdde2;
	color: #000;
}

.product--parameters--parameter .product--parameters--features a, .product--parameters--parameter .product--parameters--features label {
    color: #000;
}

.input-blue, .input-blue.active, .input-blue.focus, .input-blue:active, .input-blue:focus, .input-blue:hover {
	border: 1px solid #000;
	border-radius: 0;
    color: #000;
}
.masonry__item:hover {
    border: 3px solid #f1650e;
    box-shadow:none;
    color: inherit;
  }
 .masonry__image--md{
      transition: all .3 cubic-bezier(0.23, 1, 0.320, 1);
  }
.masonry__image--md:hover{
      height: 125px;
  }
  .bootstrap-select > .dropdown-toggle {
    border-radius: 15px;
  }

.product--parameters--parameter .product--parameters--custom-format .btn {
    border-color: #000;
}

.product--parameters--parameter.open {
    border-color: #000;
	color: #000;
}

.product--parameters--parameter.open .parameter--value {
    color: #000;
}


.product--parameters--parameter {
	border-radius: 15px;
}

.product--how-prepare-file .how-prepare-file--contact .contact--item {
    border-radius: 15px;
}

.product-summary__shiping-conditions {
    border-radius: 0;
}


.breadcrumbs, .breadcrumbs__item a {
    color: #000;
}



.link-colored {
    text-decoration: none;
    color: #151515;
  }
  .product--how-prepare-file .how-prepare-file--contact .contact--item {
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 94, 41, 0.17);
    text-align: center;
    font-weight: 500;
    border-radius: 7px;
  }
.login-register-page .login-content .col-sm-5.d-none.d-sm-flex.pr-0 {
    display: none !important;
}

.login-register-page .login-content .col-sm-7.d-flex {
    display: flex !important;
    max-width: 50%;
    flex: 100%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

.modal--login-register-register, .modal--login-register {
    max-width: 80%;
}



.product-details.product-details--top {
    background-image: none;
}

.product--main-container {
    background: none;
}



.login-register-page .login-image, .page--account--reset-password .login-image {
    background-image: none;
    background-position: right 80px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-height: 639px;
}



.login-register-page .register-image, .page--account--reset-password .register-image {
    /*background image: url(/assets/images/register-image.png);*/
    background-position: right 80px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-height: 711px;
    display: none;
}



.rc-anchor-light {
    color: #000;
}
.rc-anchor-normal {
    height: 74px;
    width: 300px;
}

.panel {
    margin-bottom: 10px;
    border-radius: 0;
}

.page--my-account--settings .btn-delete-account {
	border: 1px solid #000;
    padding: 0 33px;
    color: #000;
    font-size: 14px;
}

.homepage--main-slider .seq-pagination>li,
.product-details__gallery-image,
.table-dropdown>tbody .table-dropdown--details-row>td:first-child,
.table-dropdown>tbody .table-dropdown--details-row>td:last-child,
.table-dropdown .details-row--container .tab-content:first-of-type,
.nav-tabs.nav-tabs-flex>li>a,
.table-dropdown>tbody.open>.table-dropdown--key-row>td:first-child,
.table-dropdown>tbody.open>.table-dropdown--key-row>td:last-child,
.table-dropdown>tbody>tr>td:first-child,
.table-dropdown>tbody>tr>td:last-child,
.bonus--info-container .bonus--info-box,
.product--columns-info-labels .product--columns-info-labels-item span,
.table-dmt>thead th:first-child,
.table-dmt>thead th:last-child,
.table-dmt>tbody>tr:last-of-type>td:last-child,
.page--my-account--settings .panel-mini-blue,
.modal-header,
.modal-footer,
.nav-tabs>li>a {
    border-radius: 0;
}
.homepage--whyus-container .why-item-desc {
    text-align: center;
  }
.homepage--main-slider .seq-pagination > li {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #8a1002;
  border-radius: 100%;
  padding: 0;
  width: 10px;
  height: 10px;
  position: relative;
  font-size: 0;
  transition-duration: .1s;
  cursor: pointer;
  zoom: 1;
  border-radius: 1;

}
.homepage--main-slider .seq-pagination .seq-current::before {
    content: "";
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #8a1002;
}
.why-item {
    justify-content: space-around !important;
}
.page--my-account--settings .btn-delete-account svg {
	display: none;
}

.why-item-img{
	height:60px;
}
.search-input{
	border-radius:20px !important;
}
.homepage--about-container{
	background-image: url(/layout/tlo2.png ) !important ;
    background-repeat: no-repeat !important;
    background-position-x: center;
	width: 100% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.homepage--about-container .container{
	background: none !important ;
	width: 100% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
    padding-top: 85px;
}
.f12 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #f1650e !important;

}
.footer-items .address p {

    line-height: 30px !important;

}
.footer-items .fhead{
	color: #f1650e !important;
}

/*img*/
.homepage--whyus-container .why-item-img.why-item-img-box-1{
    background-image: url(/layout/tekst1.png) !important;
}
.homepage--whyus-container .why-item-img.why-item-img-box-2{
    background-image: url(/layout/tekst2.png) !important;

}
.homepage--whyus-container .why-item-img.why-item-img-box-3{
    background-image: url(/layout/tekst3.png) !important;

}

.homepage--about-container--space{
    display: none;
}
.partner-image .row{
    margin-top: 36px;
}
.footer-wrapper {
    margin-top: 45px;
    padding: 90px 0 45px;
    border-top: 2px solid #cfd0d7;
    background-color: #8a1002
  }
  .footer-items ul li a {
    color: #fff;
  }
  .footer-items.bigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    width: 365px;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
  }
.abs{
    display: none;
}
.footer-items.bigger .abs {
  display: none;
}
.login-register-page .content-wrapper, .page--account--reset-password .content-wrapper {
    background: #fff;
  }
.login-register-page .login-content .col-sm-7.d-flex{
    width: 100%;
  }
  .input-blue, .input-blue.active, .input-blue.focus, .input-blue:active, .input-blue:focus, .input-blue:hover{
      border-radius:15px;
  }
  .input-blue, .input-blue.active, .input-blue.focus, .input-blue:active, .input-blue:focus, .input-blue:hover, .login-register-page.register-page .content-wrapper, .page--account--reset-password.register-page .content-wrapper{
      background: #fff;
  }
  .expenditures--table tbody .expenditures--prices.has-amount.active .prices--container span[data-delivery="StandardWay"], .expenditures--table tbody .expenditures--prices.has-amount:hover .prices--container span[data-delivery="StandardWay"] {
    background: #8a1002;
  }
  expenditures--table thead .expenditures--table-standard .expenditures--shipping-info dd, .expenditures--table thead .expenditures--table-standard .heading, .expenditures--table thead .expenditures--table-standard.is-active .expenditures--shipping-info dd, .expenditures--table thead .expenditures--table-standard .shipping-info--hours dt {
    color: #8a1002;
  }
  .product--how-prepare-file .how-prepare-file--instructions .print-icon{
      display: none;
  }
  .product-summary__cart.flex .btn {
    padding: 0 15px;
  }
  .product-summary__cart .btn {
  
    font-size: 14px;
  }
  .product--parameters--parameter.open {
    background-color: #fff;
  }
  .product--columns-info-labels .product--columns-info-labels-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #8a1002;
    position: absolute;
    top: 14px;
  }
  .modal--login-register .login-register--forms .password-actions--link {
    font-size: 14px;
    color: #f1650e;
  }
  .error-page__info-container .error-image {
    background-image: none;
    display: none !important;
  }
  .error-page__single-cta-container .dmt-icon {
    display: none;
  }
  .error-page__cta-container {
    margin: 0px auto 92px;
  }
.product-summary__free-delivery {
    display: none;
}
.product-summary__shiping-conditions {
    border: none;
}
.product--parameters--parameter {
    color: #fff;	
    background-color: #ed922a;
    border: 1px solid #ed922a;
    
}
  @media only screen and (max-width: 540px) {
    .navbar-container .logo img {
        display: block;
        
      }
      .navbar-container .logo {
        width: 50px;
        margin-left: 15px;
      }
      .navbar-container .nav-left::after {
        display: none;
      }
      .navbar-container .user-menu .user-menu__link.user-menu__link--register .btn {
        padding: 0 18px;
      }
      .homepage--about-container {
        background-size: 100%;
      }
      .footer-items .fhead {
        cursor: pointer;
      }
      .h2, h2 {
        font-size: 44.52px;
        line-height: 40px;
      }
      .homepage--whyus-container {
        padding: 60px 0;
        margin-bottom: 5px;
      }
      .product-search__input-container, .form-row, .form-row-icon {
        display: block !important;
      }
      .product-search__input-container .search-input {
        width: 100%;
        max-width: 90%;
        font-size: 16px;
        margin-bottom: 10px;
      }
      .form-row-icon svg {
        position: absolute;
        top: 22%;
        transform: translateY(-50%);
        left: 29px;
        z-index: 2;
      }
      .product-search__input-container .btn {
        width: 120px;
        margin-left: auto;
        display: block;
        margin-right: auto;
      }
      .masonry__item--sizer--md {
        height: 270px;
        width: calc(100% - 10px);
      }
      .h1, h1 {
        font-size: 53.34px;
        line-height: 52px;
      }
      .homepage--about-container .container {
        padding-top: 15px;
      }
      .navbar-container .user-menu {
        margin-top: 10px;
      }
  }
  @media only screen and (min-width: 424px) and (max-width:500px) {
    .navbar-container .nav-left {
        margin-left: 5px;
      }
  }
  @media only screen and (min-width: 541px) and (max-width:1000px) {
    .navbar {
        position: relative;
        background: #fff;
        z-index: 1030;
        padding: 16px 0 60px 0;
        border-bottom: 2px solid #cfd0d7;
      }
      .navbar-container .nav-left {
        align-items: center;
      }
      .form-row-icon svg {
        left: 153px;
      }
      .masonry__item--sizer--md {
        height: 255px;
        width: calc(100% - 10px);
      }
  }