
/************ FONTS ***************/

/* wen font generator for cyrillic fonts https://transfonter.org/ */


@font-face {
    font-family: 'Poiret One';
    src: url('../fonts/PoiretOne-Regular.eot');
    src: url('../fonts/PoiretOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PoiretOne-Regular.woff2') format('woff2'),
        url('../fonts/PoiretOne-Regular.woff') format('woff'),
        url('../fonts/PoiretOne-Regular.ttf') format('truetype'),
        url('../fonts/PoiretOne-Regular.svg#PoiretOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*********** MAIN STYLES *****************/


::-moz-selection {
    background-color: rgba(75, 75, 75, 0.9);
    color: #ffffff;
}

::selection {
    background-color: rgba(75, 75, 75, 0.9);
    color: #ffffff;
}

:focus {
  outline: 0;
}


html, body {
  background: #ffffff;
  background-attachment: fixed;
  width:100%;
  height:100%;
  padding:0;
  margin-left:0;
  margin-right:0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden; 
  position: relative;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive-inline {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive-sm {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* bootstrap changes */


textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  border-color: #2c2c2c;
}

.google-map-wrapper-inner {
    border: 1px solid #ced4da;
}





/* typography */


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote
 {
  color: #4b4b4b;
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #4b4b4b;
  font-style: italic;
  /*margin-bottom: 50px;*/
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 900;
  color: #4b4b4b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #c41a1b;
}



h1 {
  font-size: 46px;
  line-height: 50px;
  margin-top: 0;
  text-transform: inherit;
}

h2 {
  font-size: 42px;
  line-height: 46px;
  margin-top: 0;
  text-transform: inherit;
}

h3 {
  font-size: 36px;
  line-height: 40px;
  margin-top: 0;
  text-transform: inherit;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  text-transform: inherit;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  text-transform: inherit;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  text-transform: inherit;
}











p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}

ul {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

#text_page ul,
.main-content-wrapper ul {
  list-style: none;
  padding-left: 15px;
}

#text_page ul li,
.main-content-wrapper ul li {
  position: relative;
  margin-bottom: 30px;
}

#text_page ul li::before,
.main-content-wrapper ul li::before {
  content: "•"; 
  color: #c41a1b;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -22px;
  top: -5px;
  font-size: 60px;
}

ol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

ul li,
ol li {
  /* margin-bottom: 20px; */
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #4b4b4b;
  margin: 30px 20px;
  padding: 30px;
  font-size: 14px;
  line-height: 26px;
  quotes: "\201C""\201D""\2018""\2019";
  line-height: 24px;
}
blockquote:before {
  color: #4b4b4b;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

a {
  color: #c41a1b;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color:  #000000;
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}



.view-more-btn {
  background: #c41a1b;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  padding: 14px 24px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.view-more-btn:hover {
  background: #4b4b4b;
  color: #ffffff;
}

.contact-form-btn {
  border: 0px solid #ffffff;
  background: #c41a1b;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  padding: 14px 24px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form-btn:hover {
  background: #4b4b4b;
  color: #ffffff;
}



/* breadcrumb */

.breadcrumb-wrapper {
    margin-top: 30px;
    background: #ffffff;
    border: 0px solid #f4f4f4;
}


.breadcrumb {
    margin: 0;
    background: #f3f3f3;
    font-size: 14px;
}

.breadcrumb li {
    margin-bottom: 0;
}

.breadcrumb li a {
    color: #434343;
}

.breadcrumb li a:hover {
    color: #5c5c5c;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #434343;
}

.breadcrumb-item.active {
    color: #5c5c5c;
}




/* pagination */

.pagination {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pagination li {
    margin-bottom: 0px;
}

.page-link {
    padding: 12px 18px;
    color: #434343;
}

.page-link:hover {
    background-color: #434343;
    color: #fff;
}

.page-link.pageactive {
    color: #fff;
    background-color: #434343;
}

.page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}





/* header */

.header {
  background: transparent;
  padding: 2px 0;
}

.header-logo a {
  display: inline-block;
}

.header-activity-icons {
  padding-top: 32px;
  font-size: 0;
}

.language-switcher-wrapper {
  display: inline-block;
  width: 40px;
  height: 40px;
  /*font-size: 0;*/
  position: relative;
  overflow: hidden;
}

.language-switcher-wrapper a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #1b1b1b;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.language-switcher-wrapper a:hover {
  color: #ffffff;
}

#active_lang {
    display: none;
}

.header-shopping-cart-wrapper {
  display: inline-block;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.product-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ff0000;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

.search-icon-wrapper {
  display: inline-block;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.search-icon-wrapper {
  background: url('../img/search-icon.png') center center no-repeat;
}

.search-icon-wrapper.close-btn {
  background: url('../img/search-close-icon.png') center center no-repeat;
}

.search-form {
  display:none;
  background:#2c2c2c;
  padding:15px 15px;
  margin-bottom: 0px;
  text-align:center;
  position:relative;
}

.search-form input{
  border: none;
  padding: 10px 0;
  background: none;
  color: #ffffff;
  outline: none;
  border-bottom: 1px solid white;
  width: 80%;
  font-size: 22px; 
  font-weight: 300;
}

.search-form button{
  background:none;
  border:none;
}

.search-form .sbtn{
  font-size: 22px;
  color: #ffffff;
}

.search-form input::-webkit-input-placeholder {
   color: rgba(255,255,255,0.6);
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}










.top-header-bar {
  background: #5c5c5c;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  font-style: italic;
}

.top-header-bar p {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 30px;
}

.top-header-bar a {
  color: #ffffff;
  font-size: 14px;
}

.top-header-bar a:hover {
  color: #f1f1f1;
}

.top-header-bar a i {
  font-size: 16px;
}



@media only screen and (min-width: 0px) and (max-width: 480px) {

  .top-header-bar {
    font-size: 12px;
    line-height: 22px;
  }

  .top-header-bar p {
    padding-left: 8px;
  }

  .top-header-bar a {
    color: #ffffff;
    font-size: 12px;
  }

  .top-header-bar a:hover {
    color: #003819;
  }

  .top-header-bar a i {
    font-size: 20px;
  }

}





/* main slider */



.slider-item {
  position: relative;
}

.item-content {
  position: absolute;
  bottom: 3%;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, .8);
      background: linear-gradient(
        90deg, rgba(255,255,255,.8) 0%, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.5130252784707633) 22%, 
        rgba(255,255,255,0.8239496482186625) 50%, 
        rgba(255,255,255,0.510224158022584) 83%, 
        rgba(255,255,255,0) 100%);
  padding: 0px 0px;
  text-align: center;
/*  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
          display: none;
}

.item-content-inner {
  display: inline-block;
  width: 90%;
  padding: 28px 15px;
/*  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);*/
}

.item-content-inner h2 {
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
}

.item-content-inner a h2 {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-content-inner a:hover h2  {
  color: #434343;
}



.item-content-inner h4 {
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
}

.item-content-inner a h4 {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-content-inner a:hover h4  {
  color: #434343;
}











.slick-prev {
  content: '';
  left: 23px;
  width: 14px;
  height: 40px;
  background: url('../img/arrow-sm-left.png') center center no-repeat;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .3;
}

.slick-prev:before {
  content: "";
}

.slick-next {
  content: '';
  right: 23px;
  width: 14px;
  height: 40px;
  background: url('../img/arrow-sm-right.png') center center no-repeat;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .3;
}

.slick-next:before {
  content: "";
}

.slick-prev:hover,
.slick-prev:focus
{
    color: transparent;
    outline: none;
    background: url('../img/arrow-sm-left.png') center center no-repeat;
    opacity: 1;
}

.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: url('../img/arrow-sm-right.png') center center no-repeat;
    opacity: 1;
}










/* sticky */



.sticky-holder {
    height: 80px;
    margin-bottom: 0px;
    z-index: 8888;
    background-color: #f5f5f5;
}


@media (max-width: 1199px) {
  .sticky-holder {
    height: auto;
  }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    } 
}

@keyframes fadeInDown {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    } 
}

.sticky-holder-inner {
    /*-webkit-box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
    -moz-box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
    box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);*/
}

.sticky-holder-inner.stickytop {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition:all 0.5s;
    -webkit-animation:fadeInDown 0.5s;
    animation:fadeInDown 0.5s;
    z-index: 8888;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
    -moz-box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
    box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
}





@media all and (max-width: 1025px) {

    .sticky-holder {
        height: auto;
    }

}

/* end my styles */


.inner-pages-header-image {
  display: block;
  width: 100%;
  height: 300px;
  background: url('../img/inner-header-img.jpg') center center no-repeat;
}


.cms_homepage .inner-pages-header-image,
.cms_en .inner-pages-header-image {
  display: none;
}


@media only screen and (min-width: 0px) and (max-width: 1199px) {

  .inner-pages-header-image {
    display: block;
    width: 100%;
    height: 180px;
    background: url('../img/inner-header-img-sm.jpg') center center no-repeat;
  }

}



/* main navigation */

#main-nav {
  background: #f5f5f5;
  font-family: 'Montserrat', sans-serif;
}


/* bootstrap nav */

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: 0;
}

.bg-light {
  background-color: transparent!important;
}

.navbar {
  padding: 0px 0;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 40px;
}

.navbar-light .navbar-nav .nav-link {
  color: #2a2625;
  font-weight: 400;
  font-size: 12px;
  line-height: 64px;
  text-transform: uppercase;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #d31011;
    text-decoration: none;
    background-color: #ededed;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #dedede;
  color: #d31011;
}

.navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .nav-link.active {
  color: #d31011;
}

.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus {
  color: #d31011;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(81, 81, 81, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(81, 81, 81, 1);
}

.dropdown-menu {
  min-width: 290px; 
  padding: 0;
  margin:  0;
  top: 100%; 
  border: none;
  border-radius: 0;
  background-color: rgba(245, 245, 245, 1);
}

.dropdown-item {
  line-height: 40px;
  color: #2a2625;
  font-size: 11px;
  text-transform: uppercase;
}





/* page body styles */

.home-page-about {
  padding-top: 80px;
  padding-bottom: 80px;
}

.categories h2 a {
  color: #2c2c2c;
}

.categories h2 a:hover {
  color: #434343;
}

.categoty-box-inner {
  background: #ffffff;
  text-align: center;
}

.category-box .category-img a:hover {
  opacity: .8;
}

.category-title {
  min-height: 70px;
}

.category-title a {
  color: #515151;
}

.category-title a:hover {
  color: #c41a1b;
}







.home-page-category-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../img/catalog-background-img.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.home-page-category-wrapper h2 {
  margin-bottom: 70px;
}


.home-page-category-wrapper h2 a {
  color: #c41a1b;
}


.home-page-category-wrapper h2 a:hover {
  color: #575757;
}






.featured-products-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}

.image_title {
    text-align: center;
    padding: 5px;
}

.featured-products-wrapper h2 a {
  color: #2c2c2c;
}

.featured-products-wrapper h2 a:hover {
  color: #434343;
}

.featured-box .featured-img {
  position: relative;
}

.product-item-wrapper {
  position: relative;
}

.promotion_badge {
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #1d6878;
  text-transform: uppercase;
  text-align: center;
}

.sold_badge {
  background: rgba( 255, 255, 255, .7 );
  width: 100%;
  padding: 16px 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #1d6878;
  text-transform: uppercase;
  text-align: center;
}

.product-item-wrapper .sold_badge {
  bottom: 70px;
}

.featured-box .featured-img a:hover {
  opacity: .8;
}

.featured-title a {
  color: #2c2c2c;
}

.featured-title a:hover {
  color: #434343;
}

/* the slides */
.featured-products-wrapper .slick-slide {
    margin: 0 10px;
}
/* the parent */
.featured-products-wrapper .slick-list {
    margin: 0 -10px;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #2c2c2c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #2c2c2c;
}




.main-content-wrapper.home-page-news {
  background: #f2f2f2;
}




.new-products-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f2f2f2;
}

.new-products-wrapper h2 a {
  color: #2c2c2c;
}

.new-products-wrapper h2 a:hover {
  color: #434343;
}

.new-box .new-img {
  position: relative;
}

.new-box .new-img a:hover {
  opacity: .8;
}

.new-title a {
  color: #2c2c2c;
}

.new-title a:hover {
  color: #434343;
}

.new-cat a {
  color: #2c2c2c;
}

.new-cat a:hover {
  color: #434343;
}











.inner-product-info-promotion {
    background: #434343;
    padding: 12px;
    margin: 0 0 24px 0;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.inner-product-info-new-product {
    background: #434343;
    padding: 12px;
    margin: 0 0 24px 0;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.inner-product-info-producer {
    background: #434343;
    padding: 12px;
    margin: 0 0 24px 0;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.make-an-inquiry {
    padding: 12px;
    margin: 0 0 8px 0;
    color: #525252;
    text-align: center;
}

#make-an-inquiry-wrapper {
  background: #dfdfdf;
  width: 100%;
  padding: 20px;
  margin-top: 0;
}

.qty-size {
    width: 40%;
    display: inline-block;
}

.qty-size-min {
    width: 26%;
    display: inline-block;
}

.to-checkout {
    margin-top: 0px;
}

.cart-wrapper {
    padding-top: 110px;
    min-height: 600px;
}

.cart-item {
    background: #ffffff;
    margin-bottom: 50px;
    padding: 40px 20px 20px 20px;
}

.cart-warnning {
    background: #ffffff;
    margin-bottom: 50px;
    padding: 20px 20px 20px 20px;
}

.btn-righ {
    text-align: right;
}

.primary-btn {
    background: #2c2c2c;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.primary-btn:hover {
    background: #434343;
    color: #ffffff;
}

.delete-btn {
    background: #c82333;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.delete-btn:hover {
    background: #a7212e;
    color: #ffffff;
}

.confirm-btn {
    background: #2c2c2c;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.confirm-btn:hover {
    background: #434343;
    color: #ffffff;
}

.small-font-price {
  font-size: 16px;
}

.big-font-price {
  background: #dfdfdf;
  padding: 18px 12px;
  font-size: 22px;
}


.product-description {
  padding-top: 0px;
  border-top: 0px solid #dfdfdf;
}

.promo-price {
  color: #0096b6;
}

.product-item-title {
  margin-top: 30px;
  padding-bottom: 30px;
}







.distribution-section {
  width: 100%;
  background: #c41a1b;
  padding: 15px;
  text-align: center;
}


.distribution-section h4 {
  color: #ffffff;
  margin-bottom: 5px;
}

.distribution-section h4 a {
  color: #ffffff;
}

.distribution-section h4 a:hover {
  color: #393939;
}

.distribution-section p {
  color: #ffffff;
  margin-bottom: 5px;
}









/* document pages */


.dolnload-pdf-btn {
    background: #304c98;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dolnload-pdf-btn:hover {
    background: #253a76;
    color: #ffffff;
}

.dolnload-pdf-wrapper {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
    background: #f3f3f3;
    border-bottom: 1px solid #dcdcdc;
}

.pdf-img {
    margin-bottom: 20px;
}

.pdf-img img {
    border: 1px solid #dcdcdc;
}

.pdf-title {
    margin-bottom: 20px;
    min-height: 90px;
}

.pdf-dolnload-link {
    margin-bottom: 20px;
}


















.news {
  padding-top: 120px;
  padding-bottom: 120px;
}

.news h2 a {
  color: #2c2c2c;
}

.news h2 a:hover {
  color: #434343;
}

.news h3 {
  margin-bottom: 20px;
}

.news-date p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.news-box .news-img a:hover {
  opacity: .8;
}

.news-title a {
  color: #2c2c2c;
}

.news-title a:hover {
  color: #434343;
}

.inner-news-img-wrapper {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 350px;
    width: 100%;
}

.news-listing-img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news-listing-img:hover {
    opacity: .8;
}



.system-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}


/* footer */

#footer {
  background: #5e5e5e;
  padding-top: 50px;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p,
#footer ul,
#footer ol,
#footer blockquote,
#footer a
 {
  color: #ffffff;
}

#footer p {
  margin-bottom: 0;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #ff6666;
}



.footer-left-text {
  text-align: left;
}

.footer-right-text {
  text-align: right;
}


@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .footer-left-text {
    text-align: center;
  }

  .footer-right-text {
    text-align: center;
  }

  #footer p {
    margin-bottom: 15px;
  }
}


.footer-bottom-setion {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #575757;
}







#footer .footer-top {
  padding-top: 60px;
  padding-bottom: 0px;
}

#footer .footer-top h3 {
  display: inline-block;
  margin-bottom: 20px;
}

#footer .footer-top p {
  font-size: 14px;
  line-height: 24px;
}

#footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 70px;
}

#footer .footer-bottom .copyright,
#footer .footer-bottom .designBy,
#footer .footer-bottom .data-privacy {
  font-size: 12px;
  margin-bottom: 0;
}

#footer .footer-nav {
  width: 100%;
  display: block;
  background: #101010;
  padding: 0 0;
  margin:  0 0 12px 0;
  text-align: center;
}

#footer .footer-nav ul {
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    width: 100%;
}

#footer .footer-nav ul li {
    display: inline-block;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 0;
}

#footer .footer-nav ul li a {
  padding: 0 0px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#footer .footer-nav ul li a:hover {
  color: #00d2ff;
}

#footer .footer-nav ul li a#active {
    color: #00d2ff;
}

.social-btns a i {
  display: inline-block;
  margin: 0 6px;
  font-size: 24px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #1b1b1b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.social-btns a:hover i {
  color: #00d2ff;
}

.social-btns a i span {
  font-size: 0px;
  text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
}


.descriptive-icons {
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 15px;
}

.descriptive-icons span {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  max-width: 120px;
  text-align: center;
  margin-bottom: 15px;
}

.descriptive-icons img {
  display: inline-block;
}

.descriptive-icons i {
  display: inline-block;
  width: 100%;
  font-style: inherit;
}


/* pdf download */

.pdf-wrapper-content {
    float: left;
    width: 100%;
    height: auto;
    margin: 30px 0px;
}

.pdf-wrapper {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}


/*.download-pdf-link {
    display: inline-block;
    padding: 8px 20px;
    border: none;
    margin-bottom:  0px;
    background: #0090d3;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.download-pdf-link:hover {
    background: #0077af;
    color: #ffffff;
}*/



















.download-pdf-link {
    display: inline-block;
    padding: 15px 20px 15px 60px;
    border: none;
    margin-bottom:  0px;
    background: #2c2c2c;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.download-pdf-link:hover {
    background: #c41a1b;
    color: #ffffff;
}

@keyframes arrowDown-sm {
    0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
    40% {
    transform: translateY(3px);
  }
    60% {
    transform: translateY(3px);
  }
}

.download-pdf-link:before {
  content: "";
  width: 35px;
  height: 27px;
  padding: 0px;
  margin: 0px;
  background: url("../img/download-pdf-link-before.png") 0 0 no-repeat;
  position: absolute;
  top: 11px;
  left: 14px;
}

.download-pdf-link:after {
  content: "";
  width: 35px;
  height: 27px;
  padding: 0px;
  margin: 0px;
  background: url("../img/download-pdf-link-after.png") 0 0 no-repeat;
  position: absolute;
  top: 11px;
  left: 14px;
}

.download-pdf-link:hover:after {
    -webkit-animation: arrowDown-sm 2s infinite;
            animation: arrowDown-sm 2s infinite;
}



















.text-pdf-right {
    text-align: right;
}

.img-pdf {
    margin-bottom: 0px;
}

.doc-title {
    margin-bottom: 0;
}

/* end pdf download */






/* Back To Top Button */

#back-top {
    width:45px;
    height:45px;
    position:fixed;
    bottom:14px;
    right: 4%;
    z-index:9998;
    margin: 0 0 0 0;
}
    
#back-top a {
    width: 45px;
    height: 45px;
    display:block;
    background: rgba(211, 16, 17, .8) url('../img/back-top.png') 0px 0px no-repeat;
    border: rgba(255, 255, 255, 0);
    border-radius: 50%;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
    
#back-top a:hover {
    background: rgba(211, 16, 17, 1) url('../img/back-top.png') 0px 0px no-repeat;
    opacity: 1;
}









@media only screen and (min-width: 0px) and (max-width: 767px) {

  .header-activity-icons {
    padding-top: 10px;
  }

  .inner-news-img-wrapper {
      float: left;
      margin: 0 0 30px 0;
      max-width: 100%;
      width: 100%;
  }




  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }





}


@media all and (max-width: 767px) {


  .img-pdf {
      margin-bottom: 12px;
  }
  
  .text-center-img-pdf {
      text-align: center;
  }
  
  .text-center-img-pdf a {
      display: inline-block;
  }
  
  .doc-title {
      text-align: center;
  }

  
    .text-pdf-right {
        text-align: left;
    }

    /*.download-pdf-link {
        text-align: center;
        width: 100%;
        padding: 8px 20px;
    }
    
    .download-pdf-link:before {
        display: none;
    }

    .download-pdf-link:after {
        display: none;
    }*/
    
    .doc-title {
        margin-bottom: 20px;
    }

    .img-pdf {
        margin-bottom: 15px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 767px) {

  .item-content-inner {
    padding: 15px 15px;
  }

  .item-content-inner h2 {
    font-size: 12px;
    line-height: 16px;
  }

  .item-content-inner h4 {
    font-size: 12px;
    line-height: 16px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .item-content-inner {
    padding: 15px 15px;
  }

  .item-content-inner h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .item-content-inner h4 {
    font-size: 20px;
    line-height: 26px;
  }

}


@media only screen and (min-width: 0px) and (max-width: 991px) {

  #header h1 {
    margin-top: 90px;
    font-size: 40px;
    line-height: 40px;
  }

  .home-contact-section h3 {
      font-size: 30px;
      line-height: 40px;
  }


  .promotion_badge {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }




  

  #header {
      padding: 12px 20px;
  }

  .slider-item-content {
    padding: 10px;
  }

  .slider-item-content h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .slider-item-content h4 {
    font-size: 18px;
    line-height: 22px;
  }

  #footer .footer-nav {
    padding: 12px;
  }

  #footer .footer-nav ul li {
    display: block;
    text-align: center;
  }

  #footer .footer-nav ul li {
    padding: 12px 20px;
  }

  #footer .footer-nav ul li a {
    margin: 0px 0px 0px 0px;
    display: block;
  }

  .list-inline-item:not(:last-child) {
    margin-right: 0;
  }

  .copyright {
    text-align: center;
  }

  .designBy {
    text-align: center;
  }

  .data-privacy {
    text-align: center;
  }

  .btn-left {
      margin-bottom: 30px;
  }

  .btn-righ,
  .btn-left {
      text-align: center;
  }


  .primary-btn {
      padding: 6px 12px;
      font-size: 12px;
  }

  .delete-btn {
      padding: 6px 12px;
      font-size: 12px;
      margin-top: 5px;
  }

  .confirm-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

}


@media (min-width: 992px) {
  .navbar-expand-xl .navbar-collapse {
    justify-content: flex-end;
  }
}


@media only screen and (min-width: 0px) and (max-width: 1024px) {

  .home-page-about {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .featured-products-wrapper {
      padding-top: 60px;
      padding-bottom: 60px;
  }


  .new-products-wrapper {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .news {
      padding-top: 60px;
      padding-bottom: 60px;
  }

}





@media only screen and (min-width: 0px) and (max-width: 1199px) {



  .nav-item {
    width: 100%;
  }

  #main-nav {
    padding: 12px 0;
  }

  .navbar-nav {
    margin-top: 18px;
    padding-bottom: 26px;
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    text-align: center;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
  }

  .nav-link {
    padding: 28px 18px 0 18px;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 12px 12px;
  }

  .navbar-light .navbar-nav .nav-link {
    line-height: 40px;
  }

  .dropdown-menu {
    min-width: 100%;
  }

  .dropdown-item {
    padding: 6px 12px;
    text-align: center;
    background: #f0f0f0;
    color: #2a2625!important;
    white-space: inherit;
  }

  .dropdown-item:hover {
    background: #e2e2e2;
    color: #2a2625!important;
  }

  .nav-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }




}