/* CSS Document */

/** Importing necessary  Styles. **/
/*----- Fonts ----*/

/*----Bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*---- Navbar Css------*/
@import url('navbar.css?v=2.2');
/*----Framework css-----*/
@import url('framework.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css?v=3');
/*----------- Slick Slider -------*/
@import url('../vendor/slick/slick.css');
/*----Animate css----*/
@import url('animate.min.css');
@import url('custom-animation.css');
/*----- Select Css ------*/
@import url('../vendor/selectize.js/selectize.css');
/*-------- AOS css ------*/
@import url('../vendor/aos-next/dist/aos.css');
/*------- Phone Number Selector -------*/
@import url('../vendor/intl-tel/build/css/intlTelInput.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,600;0,700;0,800;1,400&display=swap');



/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/*^^^^^^^^^^^^^^^^^^^^ Scroll Top ^^^^^^^^^^^^^^^^^^^^^*/
.scroll-top {
  width:35px;
  height:35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--red-one);
  display: none;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*^^^^^^^^^^^^^^^^^^^^ Global Prefix ^^^^^^^^^^^^^^^^^^^^^*/

:root {
  --text-color   : #282828;
  --heading      : #000;
  --red-one      : #ec4509;  
  --dark-green   : #3f5b0b;
  --medium-green : #6d8517;
  --light-green  : #d1b834;
  --fade-green   : #f2d16c;
  --light-red    : #F9F2EC;  
  --light-blue   : #eff7ff;
}
::selection {
  background-color: #2a2a2a;
  color: #fff;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  line-height: 1.66em;
  color: var(--text-color);
}
.main-page-wrapper {overflow-x:hidden;}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: var(--heading); font-weight: normal;}
.h1,h1 {font-size: 100px;}
.h2,h2 {font-size: 46px;}
.h3,h3 {font-size: 36px;}
.h4,h4 {font-size: 24px; }
a {transition: all 0.2s ease-out;}
a:hover {color: var(--red-one);}
::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.6);}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.6);}
::placeholder {color: rgba(0, 0, 0, 0.6);}
.dark-bg :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
.dark-style :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
.tran4s {transition: all 0.4s ease-in-out;}
.style-none {list-style: none; padding-left: 0; margin-bottom: 0;}
.text-lg {font-size: 24px; line-height: 1.7em;}
.box-layout {padding-left: 65px; padding-right: 65px;}
.slick-dots {padding-left: 0; margin-bottom: 0;}
.border-bottom {border-bottom: 1px solid rgba(0, 0, 0, 0.08)!important;}
.border-top {border-top: 1px solid rgba(0, 0, 0, 0.08)!important;}
.border-left {border-left: 1px solid rgba(0, 0, 0, 0.08)!important;}
.dark-footer.border-top {border-top: 1px solid rgba(255, 255, 255, 0.08)!important;}


.title-style-one .title {
  
  font-weight: normal;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.16em;
  margin-bottom: 0;
}
.title-style-three .title {
  
  font-weight: normal;
  font-size: 34px;
  font-weight: 600;
}
.title-style-three .title span {
  color: var(--red-one); 
  position: relative;
  display: inline-block;
}
.title-style-three .title span:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 3px;
  background: var(--red-one);
  left: 2px;
  bottom: 4px;
}

.btn-one {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 38px;
  text-align: center;
  line-height: 55px;
  background: #161616;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  border: 0;
}
.btn-one:hover {background: var(--red-one); color: #fff;}

body .theme-btn-seven {
  
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 38px;
  text-align: center;
  line-height: 55px;
  background: #161616;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  border: 0;
}
body .theme-btn-seven:hover {background: var(--red-one);}


/*^^^^^^^^^^^^^^^^^^^^^  Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
.main-menu {
  position: fixed;
  position: relative;
  z-index: 99;
  top:0;
  left:0;
  right: 0;
  padding: 0px 0px;
  transition: all 0.4s ease-out;
  background: var(--fade-green);
}

.main-menu::before {
    content: "";
    position: absolute;
    background: url(/assets/images/bg-line3.png) no-repeat;
    background-size: 100%;
    background-position: center top;
    width: 100%;
    min-height: 26px;
    bottom: -24px;
    
}


.main-menu.sticky-menu.fixed {
  z-index: 990;
  padding-top: 8px; 
  padding-bottom: 8px;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35,35,35,0.1);
}
.main-menu .inner-content {position: relative;}
.main-menu .navbar,.main-menu .mega-dropdown {position: static;}
.main-menu.sticky-menu.fixed.white-vr,.main-menu.sticky-menu.fixed.dark-bg {background: #191919;}
.white-vr .navbar .navbar-nav .nav-link,
.menu-one.white-vr .right-widget .login-btn span {color: #fff;}
.main-menu .right-widget .cart-group-wrapper .dropdown-toggle:after {display: none;}
.main-menu .right-widget .cart-group-wrapper .dropdown-toggle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 30px 0 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.main-menu .right-widget .cart-group-wrapper .dropdown-toggle:hover {background: rgba(0, 0, 0, 0.04);}
.main-menu .right-widget .cart-group-wrapper .dropdown-toggle i {color: #222;}
.main-menu .right-widget .cart-group-wrapper .item-count {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--red-one);
  line-height: 16px;
  text-align: center;
  font-size: 9px;
  color: #fff;
  right: 2px;
  top:0px;
}
.main-menu .cart-group-wrapper .dropdown-menu {
  width: 300px;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 30px 35px 40px;
  box-shadow: 0px 25px 50px rgba(213, 216, 223, 0.5);
}
.main-menu .right-widget .cart-group-wrapper .item-img {
  width: 70px;
  height: 75px;
  padding: 5px;
  background: #F5F5F5;
}
.main-menu .right-widget .cart-group-wrapper .selected-item {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 30px;
  margin-bottom: 22px;
}
.main-menu .right-widget .cart-group-wrapper .selected-item:last-child {margin-bottom: 21px;}
.main-menu .right-widget .cart-group-wrapper .subtotal .title {font-size: 18px;color: #1f1f1f}
.main-menu .right-widget .cart-group-wrapper .subtotal span {color: #222;}
.main-menu .right-widget .cart-group-wrapper .subtotal .total-price {
  
  font-size: 20px;
  letter-spacing: 0px;
  color: #000;
}
.main-menu .right-widget .cart-group-wrapper .subtotal {padding-bottom: 7px;}
.main-menu .right-widget .cart-group-wrapper .button-group a {
  
  display: block;
  line-height: 43px;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #1f1f1f;
  letter-spacing: 1px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.main-menu .right-widget .cart-group-wrapper .button-group a:hover {color: #fff; background: #212121;}

.main-menu .right-widget .drevesnica-logo img {width: 100px;}
.main-menu .right-widget .drevesnica-logo img:hover {opacity: .7;}

.main-menu .mobile-content .search-form {
  margin: 40px auto 40px; 
  width: 100%;
  position: relative;
}
.main-menu .mobile-content .search-form input {
  width: 100%;
  height: 50px;
  border: 2px solid var(--heading);
  border-radius: 6px;
  font-size: 16px;
  padding: 0 50px 0 15px;
}
.main-menu .mobile-content .search-form button {
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  color: var(--heading);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.main-menu .mobile-content .search-form button:hover {color: var(--red-one);}
.main-menu .mobile-content .address-block .title {
  
  font-size: 18px;
  margin-bottom: 15px;
}
.main-menu .mobile-content .address-block p {
  font-size: 16px;
  line-height: 1.6em;
  color: var(--heading);
}
.main-menu .mobile-content .address-block p a {font-size: 20px; color: var(--red-one); margin-top: 3px;}
.main-menu .mobile-content .address-block p a:hover {text-decoration: underline;}

/*---Dark Version ----*/
.main-menu.white-vr .right-widget .cart-group-wrapper .dropdown-toggle i {color: #fff;}
.theme-search-form form :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
.hero-banner-one form :-ms-input-placeholder { /* Internet Explorer 10-11 */color: #0B0B0B;}
.feedback_slider_two {
  max-width: 1590px;
  margin: 125px -30px 0 auto;
}
.feedback_slider_two .item {margin: 0 25px;}
.feedback_slider_three .item {margin: 0 25px;}
.feedback_slider_three .slick-dots {
  position: absolute;
  left: -135px;
  bottom: 9%;
  padding: 0;
  margin-bottom: 0;
}
.feedback_slider_three .slick-dots li {display: inline-block;}
.feedback_slider_four .slick-dots {
  position: absolute;
  left: 0;
  width: 492px;
  bottom: 2%;
  text-align: right;
}
.feedback_slider_four .slick-dots li {display: inline-block;}
.feedback_slider_five .item {margin: 0 22px;}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .1rem rgba(0,0,0, 0.08);
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(0,0,0, 0);
  }
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.feedback_slider_six .slick-dots {
  position: absolute;
  right: 0;
  bottom: -5px;
  text-align: right;
  margin: 0;
  padding: 0;
}
.feedback_slider_six .slick-dots li {display: inline-block;}




/*^^^^^^^^^^^^^^^^^^^^^Main content  ^^^^^^^^^^^^^^^^^^^^^^^^*/
.main-content-wrap  {}
.main-content-wrap  p {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.content-gallery a {padding: 6px; background: #fff; border-radius: 5px;}
.content-gallery img {border-radius: 5px;}



 .bottom-widget {
  padding: 18px 0 5px;
}

 .bottom-widget h5 {
   text-transform: uppercase;
   font-size: 11px;
   font-weight: 600;
   letter-spacing: 3px;
 }

 .bottom-widget .tags a {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 5px 12px;
  line-height: 1.5;
  border-radius: 5px;
  background: var(--light-green);
  transition: all .3s ease-in-out;
  text-transform: uppercase; 
  letter-spacing: 2px;
  margin-right: 4px;
}
 .bottom-widget .tags a:hover {
  background: #222;
}
 .bottom-widget .share-icon li:first-child {
  font-weight: 500;
  color: var(--text-color);
}
.bottom-widget .share-icon a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #EEEDED;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out 0s;
}
 .bottom-widget .share-icon a:hover {
  background: var(--kar-orange);
  color: #fff;
}



/* Reviews */
.feedback-section-one .text {line-height: 1.5;}
.reviews-wrap {position: relative;}

.reviews-wrap  .prev_b {position: absolute; left: -40px; bottom: 40%;}
.reviews-wrap  .next_b {position: absolute; right: -30px; bottom: 40%;}
.reviewsSliderOne{}

.reviewsSliderOne .item {
  border: 2px solid #fff;
  padding: 30px;
  border-radius: 8px;
}
.reviewsSliderOne .item h2 {font-size: 20px; font-weight: 600;}
.reviewsSliderOne .item .location {font-size: 15px; color:#828282;}
.reviewsSliderOne .item .stars i {font-size: 15px; color: var(--fade-green);}
.reviewsSliderOne .item p {font-size: 16px; line-height: 1.6;}



/*-------- Products  ------------*/


.shop-filter-one .selectize-input {
    min-width: 170px;
    line-height: 45px;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    box-shadow: none;
    outline: none;
    background: transparent!important;
    padding: 0 15px 0 15px
}

.shop-filter-one .selectize-input input,.shop-filter-one .selectize-input .item {
    font-size: 15px;
    color: #4f4f4f;
}

.shop-filter-one .selectize-dropdown {
    background: #fff;
    border: 1px solid #E1E1E1;
    border-top: none;
    box-shadow: 0 50px 100px 0 rgba(229,232,235,.2);
    cursor: pointer
}

.shop-filter-one .selectize-dropdown .option {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 26px;
}

.shop-filter-one .selectize-dropdown .option:hover,.shop-filter-one .selectize-dropdown .active {
    color: #fff;
    background: var(--red-one);
}

.shop-filter-one .selectize-control.single .selectize-input:after {
    right: 8px;
}

.dark-layout .shop-filter-one .selectize-dropdown {
    background: #212121;
}

.dark-layout .shop-filter-one .selectize-dropdown .option {
    color: #fff;
}

.product-section-five {
    background: #f8f8f8;
}

.shop-filter-sidebar .search-area {
    padding: 0 40px 35px;
}

.shop-filter-sidebar .search-area form {
    height: 60px;
    position: relative;
}

.shop-filter-sidebar .search-area input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #F6F6F6;
    border: none;
    padding: 0 50px 0 20px;
    font-size: 17px;
    font-style: italic
}

.shop-filter-sidebar .search-area button {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    color: var(--heading);
    font-size: 20px;
    transition: all .3s ease-in-out
}

.shop-filter-sidebar .search-area button:hover {
    color: var(--red-one);
}

.shop-filter-accordion .accordion-item {
    border: none;
    border-top: 1px solid #efefef;
    border-radius: 0;
    background: transparent
}

.shop-filter-accordion .accordion-button {
    font-family: 'gorditamedium';
    font-size: 22px;
    padding: 32px 40px;
    box-shadow: none;
    border-radius: 0;
    color: var(--heading);
    background: transparent;
    transition: all .3s ease-in-out
}

.shop-filter-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 20px;
}

.shop-filter-accordion .accordion-body {
    padding: 0 40px 30px;
}

.shop-filter-accordion .accordion-body p {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 0;
}

.shop-filter-accordion .accordion-button::after {
    content: '+';
    font-family: 'gorditaregular';
    font-size: 28px;
    background-image: none;
    width: auto;
    height: auto
}

.shop-filter-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
}

.shop-filter-sidebar .category-filter .dropdown-toggle {
    color: #060606;
    letter-spacing: -1px;
    line-height: 50px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.shop-filter-sidebar .category-filter .dropdown-toggle::after {
    display: none;
}

.shop-filter-sidebar .category-filter .dropdown-toggle::before {
    content: "\f282";
    position: absolute;
    margin: 0;
    border: none;
    font-size: 14px;
    right: 0;
    top: 0;
    font-family: "bootstrap-icons";
    font-weight: 700;
    transition: transform .3s ease-in-out
}

.shop-filter-sidebar .category-filter .dropdown-toggle.show::before {
    transform: rotate(180deg);
}

.shop-filter-sidebar .category-filter .dropdown-toggle.show,.shop-filter-sidebar .category-filter .dropdown-toggle:hover {
    color: var(--red-one);
}

.shop-filter-sidebar .category-filter .dropdown-menu {
    position: static!important;
    border: none;
    transform: scale(1)!important;
    padding: 0 0 5px;
    background: transparent
}

.shop-filter-sidebar .category-filter .dropdown-menu a {
    font-size: 16px;
    line-height: 31px;
    color: var(--heading);
    padding: 0 0 0 27px;
    background: transparent;
    transition: all .3s ease-in-out
}

.shop-filter-sidebar .category-filter .dropdown-menu a:hover {
    color: var(--red-one);
    text-decoration: underline;
}

.shop-filter-sidebar .price-filter-input li {
    position: relative;
}

.shop-filter-sidebar .price-filter-input li label {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    padding-left: 25px;
    position: relative;
    color: #000;
    transition: all .25s ease-in-out
}

.shop-filter-sidebar .price-filter-input li label:before {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 13px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.3);
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 12px;
    transition: all .1s ease-in-out
}

.shop-filter-sidebar .price-filter-input li input[type="checkbox"]:checked + label:before {
    content: "\f272";
    font-family: bootstrap-icons!important;
    background: var(--red-one);
    color: #fff;
    border-color: var(--red-one)
}

.shop-filter-sidebar .price-filter-input li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer
}

.shop-filter-sidebar .price-filter-input li input[type="checkbox"]:checked + label {
    color: var(--red-one);
}

.shop-filter-sidebar .color-custome-input li {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    margin: 0 15px 0 0
}

.shop-filter-sidebar .color-custome-input li:last-child {
    margin-right: 0;
}

.shop-filter-sidebar .color-custome-input li input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.shop-filter-sidebar .color-custome-input li label {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0
}

.shop-filter-sidebar .color-custome-input li label:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 2px solid #000;
    border-radius: 50%;
    opacity: 0;
    transition: all .25s ease-in-out
}

.shop-filter-sidebar .color-custome-input li input[type="checkbox"]:checked + label:before {
    opacity: 1;
}

.shop-filter-sidebar .size-custome-input li label {
    font-family: 'gorditamedium';
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 15px;
    color: #000;
    transition: all .25s ease-in-out
}

.shop-filter-sidebar .size-custome-input li {
    position: relative;
    margin-right: 12px;
}

.shop-filter-sidebar .size-custome-input li:last-child {
    margin-right: 0;
}

.shop-filter-sidebar .size-custome-input li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer
}

.shop-filter-sidebar .size-custome-input li input[type="checkbox"]:checked + label {
    background: var(--red-one);
    border-color: var(--red-one);
    color: #fff
}

.product-section-five .product-block-three {
    position: relative;
    padding-bottom: 20px;
    height: 100%;
}


/*-------- Single product  ------------*/

.product-block-three {
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    height: 100%;
    position: relative;
}

.product-block-three .img-holder {
    position: relative;
    z-index: 5;
    margin-bottom: 15px
}

.product-block-three .img-holder img {
    max-height: 100%;
    border-radius: 2px;
}

.product-block-three .img-holder .cart-icon {
    display: block;
    width: 35px;
    line-height: 35px;
    box-shadow: 0 0 30px rgba(0,0,0,.09);
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: scale(.5)
}

.product-block-three .img-holder .cart-icon:hover {
    color: #fff;
    background: var(--red-one);
}

.product-block-three .product-title {
    display: block;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    transition: all .3s ease-in-out;
    margin-bottom: 8px;
}
.product-block-three .product-title .highlight {
  font-size: 70%;
  background: #dee3c3;
  padding: 2px 6px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
}
.product-block-three .product-title .highlight.highlight-lonec {background: var(--fade-green); color:#453e2a;}
.product-block-three.catalog-block {height: 100%;}
.product-block-three.catalog-block .product-title {
  font-size: 22px;
  font-weight: 600;
}

.product-section-five .product-block-three.catalog-block {
    padding-bottom: 0px;
}

.product-block-three .item-label {font-size: 13px; background: var(--light-red); padding: 0px 8px; display: inline-block; border-radius: 2px; margin-bottom: 10px;}

.product-block-three .rating li {
    font-size: 14px;
    margin: 0 3px;
    color: #B3B3B3
}

.product-block-three .rating li .bi-star-fill {
    color: #FFCB65;
}

.product-block-three .price-box {
    font-size: 22px;
    color: #000;
}
.product-block-three .price-box .original-price {font-size: 70%; text-decoration: line-through; color: var(--red-one);}


.product-block-three:hover .product-title {
    color: #000;
    text-decoration: underline;
}

.product-block-three .img-holder .tag-one {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 14px;
    line-height: 25px;
    border-radius: 3px;
    background: var(--red-one);
    position: absolute;
    right: 10px;
    top: 10px;
}

.product-block-three .img-holder .tag-two {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    padding: 0 14px;
    line-height: 25px;
    border-radius: 3px;
    background: #0F0F0F;
    position: absolute;
    right: 0;
    top: 0
}

.product-block-three .cart-icon {
  display: block;
  width: 35px;
  line-height: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  background: #fff;
  color: var(--dark-green);
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 9;
}
.product-block-three .cart-icon:hover {color: #fff; background: var(--dark-green);}
.product-block-three:hover .product-img {transform: scale(0.98);}
.product-block-three:hover .cart-icon {opacity: 1; transform: scale(1);}

@media (max-width: 767px) {
  
  .product-block-three .cart-icon {opacity: 1; transform: scale(1);}
}
.product-block-three.catalog-block .img-holder {margin-bottom: 5px;}


/*^^^^^^^^^^^^^^^^^^^^^ We recommend ^^^^^^^^^^^^^^^^^^^^^^^^*/

@media (min-width: 767px) {
  .product-block-three.we-recommend .img-holder {width: 90px; margin-right: 20px; margin-bottom: 0;}
  .product-block-three.we-recommend .product-title {
  
      font-size: 16px;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 2px;
  }
  .product-block-three.we-recommend .price-box {font-size: 18px;}
  .product-block-three.we-recommend .img-holder .tag-one {top: auto; right: auto; bottom: 5px; left: 0;  padding: 0 3px; font-size: 10px; line-height: 1.4;}
}

/*^^^^^^^^^^^^^^^^^^^^^ One Page Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
#page-scroll-container-one {min-height: 100vh;position: relative;}
#page-scroll-container-one .section {background: #fff; padding-top: 123px;}
@keyframes rippleTwo {
  0% {
    box-shadow: 0 0 0 .1rem rgba(210,0,3, 0.1);
  }
  100% {
    box-shadow: 0 0 0 4rem rgba(210,0,3, 0);
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ Product Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.product-block-two .img-holder {
  position: relative;
  background: #fff;
  height: 470px;
  z-index: 5;
  padding: 10px;
  margin-bottom: 15px;
}
.product-block-two .img-holder.style-two {height: auto;}
.product-block-two .img-holder .cart-icon {
  display: block;
  width: 35px;
  line-height: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  background: var(--red-one);
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
}
.product-block-two .img-holder .cart-icon:hover {color: #fff; background: #222;}
.product-block-two:hover .product-img {transform: scale(0.95);}
.product-block-two:hover .cart-icon {opacity: 1; transform: scale(1);}
/*^^^^^^^^^^^^^^^^^^^^^ One Page Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
#page-scroll-container-two {min-height: 100vh;position: relative;}
#page-scroll-container-two .section {background: #121212; padding-top: 100px;}
.breadcrumb-style-one .breadcrumb-item a,
.breadcrumb-style-one .breadcrumb-item {
  font-size: 17px;
  color: #949494;
}
.breadcrumb-style-one .breadcrumb-item.active { color: #000;}
.breadcrumb-style-one .breadcrumb-item+.breadcrumb-item::before {
  content: url(../images/icon/icon_77.svg);
  margin-top: 1px;
}
.breadcrumb-style-one .breadcrumb-item a:hover {text-decoration: underline;}
.dark-layout :-ms-input-placeholder { color: rgba(255, 255, 255, 0.8);}


.product-details-one { background: #f8f8f8;}
.product-details-one .product-info .stock-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 3px 10px;
  color: #fff;
  font-weight: 600;
  background: var(--red-one);

  
}
.product-details-one .product-info .price {
  font-size: 33px;
  letter-spacing: -1px;
  color: #000;
  font-weight: 600;
}
.product-details-one .product-info .price span {font-size: 60%;}
.product-details-one .price-box .original-price {
    text-decoration: line-through;
    color: var(--red-one);
}

.product-details-one .product-info .description-text {
  line-height: 1.6;
  padding: 15px 0 10px;
}
.product-details-one .product-info .quantity .button-group {
  border: 1px solid #e3e3e3;
  display: inline-block;
  padding: 7px;
}
.product-details-one .product-info .quantity ul li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one .product-info .quantity ul li button, .product-details-one .product-info .quantity ul li a {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one .product-info .quantity ul .product-value {
  font-size: 18px;
  height: 40px;
  color: #313131;
  max-width: 45px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 5px;
}

.product-details-one .nostock {background: #fff; font-size: 16px; line-height: 1.5; padding: 15px; margin-left: -15px; border-radius: 5px;}
.product-details-one .nostock p {margin: 0;}
.product-details-one .nostock a {color: var(--red-one);}


/*^^^^^^^^^^^^^^^^^^^^^ Cart Page ^^^^^^^^^^^^^^^^^^^^^^^^*/
.cart-list-form {position: relative;}
.cart-list-form table {margin: 0;}
.cart-list-form .table th {
  
  font-size: 15px;
  letter-spacing: 2px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0 0 32px;
  text-align: center;
  text-transform: uppercase;
  color: #1d1d1d;
}
.cart-list-form .table th:first-child {text-align: left;}
.cart-list-form .table tbody td {
  padding: 10px 0 10px; 
  border: none; 
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.cart-list-form .table tbody tr:first-child td {padding-top: 20px;}
.cart-list-form .table tbody tr:last-child td {padding-bottom: 0px; border: 0;}
.cart-list-form .table .product-thumbnails {width: 95px;}
.cart-list-form .table .product-thumbnails a {background: #fff; border-radius: 4px; display: inline-block; padding: 4px;}
.cart-list-form .table .product-thumbnails img {max-height: 100%; max-width: none; border-radius: 4px;;}
.cart-list-form .table .product-img {display: block; max-width: 85px; max-height: 85px; overflow: hidden;}
.cart-list-form .table .product-info {padding-left: 30px;text-align: left;}
.cart-list-form .table .product-info .product-name {
  letter-spacing: -0.5px;
  font-size: 17px;
  font-weight: 600;
  color: #1f1f1f;
}
.cart-list-form .table .product-info .serial {
  font-size: 15px;
  color: #828282;
  line-height: 1.2;
  padding-bottom: 6px;
}
.cart-list-form .table .product-info ul li {
  
  display: inline-block;
  font-size: 15px;
  color: #404040;
  padding-right: 15px;
}
.cart-list-form .table .quantity a {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form .table .quantity a {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form .table .quantity .product-value {
  font-size: 20px;
  color: #1d1d1d;
  max-width: 55px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 12px;
}
.cart-list-form .table .remove-product {color: #d6d6d6; font-size: 22px;}
.cart-list-form .table .remove-product:hover {color: #000;}
.cart-section .cart-footer {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-section .cart-footer .coupon-form input {
  width: 240px;
  height: 50px;
  border:none;
  border-bottom: 2px solid #545454;
  font-size: 16px;
  margin-right: 30px;
}
.cart-section .cart-footer .coupon-form ::placeholder {color: #c4c4c4;opacity: 1; /* Firefox */}
.cart-section .cart-footer .coupon-form :-ms-input-placeholder {color: #c4c4c4;}
.cart-section .cart-footer .coupon-form ::-ms-input-placeholder {color: #c4c4c4;}
.cart-section .cart-footer .cart-total-section {text-align: right;}
.cart-section .cart-footer .cart-total-table tr th {
  font-size: 18px;
  color: rgba(29,29,29,0.33);
  font-weight: normal;
  padding-right: 26px;
}
.cart-section .cart-footer .cart-total-table tr td {font-size:20px;color: #1d1d1d;}
.cart-section .cart-footer .cart-total-table tr th,
.cart-section .cart-footer .cart-total-table tr td {padding-bottom: 16px;}
.cart-section .cart-footer .theme-btn-seven {line-height: 50px; padding: 0 35px;}
.cart-section .cart-footer .cart-total-section {padding-right: 82px;}
/*^^^^^^^^^^^^^^^^^^^^^ CheckOut Page ^^^^^^^^^^^^^^^^^^^^^^^^*/
.checkout-toggle-area p {margin-bottom: 8px; color: rgba(0, 0, 0, 0.8);}
.checkout-toggle-area p button {
  
  font-size: 16px;
  letter-spacing: 0px;
  color: #1a1a1a;
  background: transparent;
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.checkout-toggle-area p button:hover {color: var(--red-one);}
.checkout-toggle-area form input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 0 30px;
  margin-bottom: 20px;
}
.checkout-toggle-area form input:focus {border-color: #777;}
.checkout-toggle-area form .lost-passw {
  color: #636067;
  font-size: 14px;
  margin: 12px 0 35px;
}
.checkout-toggle-area form .lost-passw:hover {color: var(--red-one); text-decoration: underline;}
.checkout-toggle-area form button {line-height: 50px;}
.checkout-toggle-area form p {padding-top: 30px;}
.checkout-form .main-title {
  font-size:24px;
  letter-spacing: -1px;
  padding-bottom: 35px;
}

.checkout-form .dash-input-wrapper label {font-size: 14px; font-weight: 600;}

.checkout-form .single-input-wrapper {
  display: block;
  width: 100%;
  height: 46px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  background: #fff;
  border: none;
  letter-spacing: 0px;
  border: 1px solid #828282;
  margin-bottom: 25px;
  padding: 0px 8px;
}


.checkout-form ::placeholder {color: #888888;opacity: 1; font-size: 14px; font-weight: 600; }
.checkout-form :-ms-input-placeholder {color: #888888; font-size: 14px; font-weight: 600; }
.checkout-form ::-ms-input-placeholder {color: #888888; font-size: 14px; font-weight: 600; }
.checkout-form .single-input-wrapper:focus {border-bottom-color:#545454; }

.checkout-form input:required {
  border-color: #828282;
}
.checkout-form input:invalid:focus {
  border-color: #ec4509;
  background: #ffd6c8;
}

/* Chrome, Safari, Edge, Opera */
.checkout-form input::-webkit-outer-spin-button,
.checkout-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.checkout-form input[type=number] {
  -moz-appearance: textfield;
}

.checkout-form .selectize-input {
  width: 100%;
  line-height: 44px;
  border-radius: 0;
  border: none;
  background: #fff;
  font-weight: 600;
  border: 1px solid #828282;
  box-shadow: none;
  outline: none;
  padding: 0 15px 0 8px;
}
.checkout-form .selectize-control {margin-bottom: 20px;}
.checkout-form .selectize-input input,
.checkout-form .selectize-input .item {font-size: 16px;color: #1a1a1a;}
.checkout-form .selectize-dropdown {
  background: transparent;
  border: 1px solid #e9e9e9;
  border-top: none;
  box-shadow: 0px 50px 100px 0px rgba(229, 232, 235, 0.2);
  cursor: pointer;
}
.checkout-form .selectize-dropdown .option {font-size: 14px;color: #1a1a1a;line-height: 22px;}
.checkout-form .selectize-dropdown .option:hover,
.checkout-form .selectize-dropdown .active {color: #fff; background:#1a1a1a; }
.checkout-form .selectize-control.single .selectize-input:after {right: 8px;}
.checkout-form .checkbox-list li label {
  position: relative;
  
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 15px;
  padding-left: 28px;
  color: #1a1a1a;
  cursor: pointer;
  margin: 0 0 24px;
}
.checkout-form .checkbox-list li input[type="checkbox"] {display: none;}
.checkout-form .checkbox-list li label:before {
  content: '';
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left:0;
  top:-1px;
}
.checkout-form .checkbox-list li input[type="checkbox"]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color:  #373737;
}
.checkout-form .checkbox-list {padding-bottom: 44px; margin-top: -24px;}
.checkout-form .other-note-area p {
  
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.checkout-form .other-note-area textarea {
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #222;
  padding: 15px;
  resize: none;
  height: 145px;
}
.checkout-form .order-confirm-sheet .order-review {background: #fff;padding: 40px 30px;}
.checkout-form .order-confirm-sheet .order-review .product-review {width: 100%;}
.checkout-form .order-confirm-sheet .order-review .product-review tbody th span {
  
  font-size: 16px;
  color: #242424;
  font-weight: normal;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody tr:first-child th span {font-size: 18px;}
.checkout-form .order-confirm-sheet .order-review .product-review tbody td {
  font-size: 17px;
  color: #1d1d1d;
  text-align: right;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody th,
.checkout-form .order-confirm-sheet .order-review .product-review tbody td {padding-bottom: 15px;}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
  font-size: 16px;
  text-transform: uppercase;
  color: #242424;
  font-weight: 600;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot td {
  text-align: right;
  font-size: 20px;
  color: #222222;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot td,
.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li {padding: 0 0 12px 0px; position: relative;}
.checkout-form .order-confirm-sheet .order-review .payment-list li p {font-size: 15px;line-height: 22px;margin-bottom: 12px;}
.checkout-form .order-confirm-sheet .order-review .payment-list li label {
  position: relative;
  font-size: 18px;
  line-height: 15px;
  color: #1a1a1a;
  cursor: pointer;
  margin: 0 0 13px;
  padding-left: 25px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li label:before {
  content: '';
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left:0px;
  top:-1px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li input:checked + label:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
  background: #373737;
  color: #fff;
  border-color:  #373737;
  font-size: .6rem;
  line-height: 1.5;
}
.checkout-form .order-confirm-sheet .order-review .payment-list {padding: 0px 0 0px;border-bottom: 1px solid #e9e9e9;}
.checkout-form .credit-card-form {margin-top: 12px; display: none;}
.checkout-form .credit-card-form h6 {font-size: 15px;margin-bottom: 5px;}
.checkout-form .credit-card-form input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.07);
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.checkout-form .credit-card-form span {padding: 0 5px;margin-bottom: 18px;}
.checkout-form .order-confirm-sheet .policy-text {
  font-size: 15px;
  line-height: 22px;
  color: #979797;
  padding: 23px 0 4px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox label {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #1a1a1a;
  cursor: pointer;
  padding-left: 33px;
  margin-bottom: 35px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox input[type="checkbox"] {display: none;}
.checkout-form .order-confirm-sheet .agreement-checkbox label:before {
  content: '';
  width: 15px;
  height: 15px;
  line-height: 14px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left:0;
  top:7px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox input[type="checkbox"]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color:  #373737;
}

.form-comment {font-size: 14px; margin-top: -10px; }
.subscribe-section-one .subscribe-form-two form :-ms-input-placeholder {color: rgba(0, 0, 0, 0.5);}
.subscribe-section-three .subscribe-form form :-ms-input-placeholder {color: rgba(0, 0, 0, 0.5);}
.feedback_slider_eight {margin: 0 -75px;}
.feedback_slider_eight .item {padding: 0 75px;}
.feedback_slider_eight .slick-dots {text-align: center; margin-top: 60px;}
.feedback_slider_eight .slick-dots li {display: inline-block;}
/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
#isotop-gallery-wrapper {overflow: hidden;}
.feedback_slider_nine .slick-dots {text-align: center; margin-top: 65px;}
.feedback_slider_nine .slick-dots li {display: inline-block;}
.hero_slider_four .slick-dots {
  position: absolute;
  right: 0;
  bottom: 6px;
  padding: 0;
  margin-bottom: 0;
}
.hero_slider_four .slick-dots li {display: inline-block; vertical-align: middle;}
.portfolio-slider-five .item {margin: 0 15px;}


/*^^^^^^^^^^^^^^^^^^^^^ Footer Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.wave1 {background: #f8f8f8;}
.wave2 {background: #fff0f0; position: absolute;}

@media (min-width: 992px) {
  .wave1 {margin-top: -100px;position: relative;z-index: -1;}
  
}

.wave {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background: rgb(57, 27, 112);
  transform: scale(1, 1);
}

.wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: white;
  right: -25%;
  top: 20px;
}

.wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: rgb(57, 27, 112);
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}

/*====  Footer ====*/

.footer-two {background: var(--fade-green); position: relative; padding-top: 60px;}
.footer-two::before {
    content: "";
    position: absolute;
    background: url(/assets/images/bg-line3.png) no-repeat;
    background-size: 100%;
    background-position: center top;
    width: 100%;
    min-height: 24px;
    top: -24px;
    transform: rotate(180deg);
}

.footer-two .lisjak-wrap .footer-images {align-items: center; justify-content: center; }

.footer-two .lisjak-wrap .lisjak-img img {
    width: 200px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

.footer-two .lisjak-wrap .footer-logos img {max-width:140px;}

.lisjak-wrap p {font-size: 16px; line-height: 1.5;}

.footer-two .title {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 3px;
  padding-bottom: 25px;
  margin-bottom: 0;
  font-weight: 800;
}
.footer-two .footer-list a {
  line-height: 2;
  color: var(--heading);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 600;
}

.footer-two .tag-cloud li {display: inline;}
.footer-two .tag-cloud a {
  display: inline-block;
  background: var(--medium-green);
  border-radius: 3px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  margin: 3px 3px 0 0;
  padding: 2px 8px;
  line-height: 1.4;
}
.footer-two .tag-cloud a:hover, .footer-two .tag-cloud a:focus {background: var(--dark-green);}


.contact-info {font-size: 18px;}
.contact-info {margin: 0; padding: 0;}
.contact-info li {list-style: none;}
.contact-info li.phone {font-size: 24px;}

.footer-two .footer-list a:hover,
.footer-two.dark-footer .footer-list a:hover {text-decoration: underline; color: var(--red-two);}
.footer-two .newsletter p {font-size: 19px; color: var(--heading);padding: 10px 0 24px;}
.footer-two .newsletter p span {text-decoration: underline; color: var(--red-two)}
.footer-two .newsletter p span.color2 {color: var(--red-one);}
.footer-two .newsletter form {
  height: 70px;
  position: relative;
  margin-bottom: 12px;
}
.footer-two .newsletter form input {
  width: 100%;
  height: 100%;
  border: none;
  background: #EEEEEE;
  border-radius: 8px;
  padding: 0 125px 0 20px;
  font-size: 16px;
  color: var(--heading);
}
.footer-two .newsletter form ::placeholder {color: rgba(0, 0, 0, 0.5);opacity: 1; /* Firefox */}
.footer-two .newsletter form :-ms-input-placeholder {color: rgba(0, 0, 0, 0.5);}
.footer-two .newsletter form ::-ms-input-placeholder {color: rgba(0, 0, 0, 0.5);}
.footer-two .newsletter form button {
  position: absolute;
  font-size: 16px;
  
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: 115px;
  border-radius: 8px;
  background: var(--red-two);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-two .newsletter form button.dark-btn {background: var(--heading);}
.footer-two .newsletter form button.color2-btn {background: var(--red-one);}
.footer-two .newsletter form button.dark-btn:hover {background: var(--red-two);}
.footer-two .newsletter .info {
  font-size: 14px;
  color: #979797;
}
.footer-two .bottom-footer {
  border-top: 1px solid var(--medium-green);
  padding: 20px 0 0;
}
.footer-two .bottom-footer .footer-nav a {
  font-size: 14px;
  color: var(--heading);
  margin-right: 25px;
}
.footer-two .bottom-footer .footer-nav a:hover {text-decoration: underline;}
.footer-two .bottom-footer .copyright {
  font-size: 14px;
  color: #373737;
}
.footer-two .bottom-footer .social-icon a {
  font-size: 20px;
  margin-left: 20px;
  color: var(--heading);
  transition: all 0.3s ease-in-out;
}