/**
******************* Author: Logic Net S.C.
******************* Date: 2017
******************* Last Update: 2020
*/

/**
* Font faces
*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fti5ro');
  src:  url('../fonts/icomoon.eot?fti5ro#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fti5ro') format('truetype'),
    url('../fonts/icomoon.woff?fti5ro') format('woff'),
    url('../fonts/icomoon.svg?fti5ro#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**************************
*      Iconmoon
***************************/
[class^="icon-"], [class*=" icon-"],
[class^="curr-"], [class*=" curr-"]
 {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="curr-"], [class*=" curr-"]{
  padding-right: 5px;
  font-size: 0.7em;
}
.curr-PLN{
  margin-left: 5px;
}
.icon-add:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-left-o:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-arrow-right-o:before {
  content: "\e904";
}
.icon-cart:before {
  content: "\e905";
}
.icon-cart-add:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e907";
}
.icon-dollar:before,
.curr-USD:before
 {
  content: "\e908";
}
.icon-euro:before,
.curr-EUR:before
 {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-logo-small:before {
  content: "\e90c";
}
.icon-minus:before {
  content: "\e90d";
}
.icon-pinterest:before {
  content: "\e90e";
}
.icon-plus:before {
  content: "\e90f";
}
.icon-pound:before,
.icon-funt:before,
.curr-GBP:before
{
  content: "\e910";
}
.icon-search:before {
  content: "\e911";
}
.icon-user:before {
  content: "\e912";
}
.icon-zloty:before,
.curr-PLN:before{
  content: 'zł';
  font-family: 'Roboto';
  font-weight: 600;
}
/**************************
*       Overrites
***************************/
.wrapper{
  background: transparent;
}
.skip-link{
  background: transparent;
}
.block-content{
  margin-top: 0px;
}
.cookiealert{
  padding: 10px 15px;
}
h1, h2, h3{
  font-weight: normal;
}
.no-touch .product-image:hover{
  border: 1px solid rgba(255, 255, 255, 0.4);
}
/**************************
*      Global Styles
***************************/
:root{
  --yellow: #efc8a2;
  --active: #fac149;
  --brown: #291005;
  --main: #ae790b;
}
a, a:hover,
a:before,a:hover:before,
a:after,a:hover:after{
  transition: all 0.4s;
}
body, .page-popup{
  background: url(../images/bg.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;

  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
div, span{
  cursor: default;
}
select {
  color: #333;
}
a span {
  cursor: pointer;
}
a {
  color: #ad7b26;
}
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button,
.pager li > a, .pager li > span,.my-account .addresses-list,
.dashboard .welcome-msg, .dashboard .box-account p, .dashboard .box-account address
{
  font-family: "Roboto", sans-serif;
}
.block-title h2{
  font-family: "Roboto";
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ad7b26;
  text-transform: uppercase;
}
.main-wrapper,
.paypal-express-review .info-set
 {
  padding: 10px 15px;
}
.clear{
  clear:both;
}
.inline-block{
  display: inline-block;
}

.breadcrumbs{
  margin-top: 0px;
}
.breadcrumbs li{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;

  display: flex;
  align-items: center;
}
.breadcrumbs li [class^="icon-"]{
  font-size: 21px;
  padding: 0px 5px;
  color: #a06f0e;
}
.breadcrumbs li a{
  color: #fff;
}
.breadcrumbs li strong{
  color: #a06f0e;
  font-weight: bold;
}

.right-column-wrapper{
  padding-left: 0px;
}
a:hover, a:focus, a:active,
.breadcrumbs a:hover,
.skip-link:hover:not(.skip-active),
.header-options .header-minicart .skip-cart:hover .label,
.header-options .header-option-wrapper a:hover,
 h3.product-name a:hover, #search_mini_form .search-button:hover,
 .block-subscribe .actions .button:hover,
 .cart-forms .discount button:hover,
 .buttons-set button:hover, .buttons-set a:hover,
 .contacts-index-index .buttons-set button:hover
{
  color: #fac149;
  text-decoration: none;
  opacity: 1;
  outline: none;
}
.contacts-index-index .buttons-set button:hover,
.contacts-index-index .buttons-set button:active,
.contacts-index-index .buttons-set button:focus {
  background: transparent;
}
.user-header .skip-account.login{
  border-radius: 10px;
  background: var(--yellow);
  color: var(--brown);
  font-size: 12px;
  padding: 4px 10px;
  font-weight: 600;
}
.user-header .skip-account.login:hover{
  background-color: var(--active);
}
.content-wrapper .messages .success-msg li{
  border: 1px solid var(--main);
  border-left: 5px solid var(--main);
}
.content-wrapper .messages .success-msg li::before{
  border-left: 6px solid var(--main);
}
.std h1, .std h2, .std h3, .std h4{
  font-weight: bold;
}
.std table thead tr th{
  color: var(--main);
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
}
.std table tbody tr:nth-child(odd){
  background-color: rgba(255, 255, 255, 0.15)
}
.std table tbody tr th{
  font-weight: bold;
  padding: 5px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.std table tbody tr td{
  padding: 5px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/**************************
*         Header
***************************/
a.logo{
  width: 100%;
  height: auto;
  min-height: auto;
  max-width: none;
  padding: 0px;
  padding-top: 18%;
  background: url('../images/logo-full.svg') no-repeat;
  background-size: contain;
  transition: none;
}

a.logo:hover {
  background-image: url('../images/logo-hover.svg');
  opacity: 1;
  transition: none;
}

header.after-scroll a.logo.logo-search {
  padding-right: 155px;
}

header.after-scroll a.logo{
  background: transparent;
  padding-top: 0px;
  padding-right: 80px;
}
header.after-scroll a.logo:before{
  content: "\e90c";
  font-family: 'icomoon' !important;
  color: #341c08;
  font-size: 45px;
}

header.after-scroll .container {
  padding: 0;
}

header{
  padding: 10px 0px;
  margin-bottom: 20px;
  background: url('../images/stripped.jpg') repeat-x;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
}
header.after-scroll{
  display: none;
  padding: 0px;
  background: #99601b;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 3000;
}
header a,
header .currency_bttn{
  color: #efc8a2;
}
header .currency_bttn div{
  cursor: pointer;
}
header .center-beam{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header.after-scroll .center-beam{
  justify-content: center;
}
header .desktop .logo-container{
  min-width: 35%;
}
header .desktop .menu-container{
  min-width: 60%;
}

nav.navbar {
  background-color: #291005;
  border: 0;
  margin-right: -15px;
  margin-top: 30px;
}

nav.navbar .navbar-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

nav.navbar .navbar-header:before {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 55px solid #291005;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
  bottom: 0px;red;
}

nav.navbar .navbar-header .icon-search {
  font-size: 28px;
  margin-right: 15px;
}

.navbar-toggle {
  border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #efc8a2;
  width: 30px;
  height: 3px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

header.after-scroll .desktop .logo-container{
  min-width: 110px;
}

header.after-scroll .menu-wrapper-search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header.after-scroll .menu-wrapper-search .input-box,
#mobile-search-form .input-box {
  width: 70%;
  position: relative;
}

header.after-scroll .menu-wrapper-search .input-box input,
#mobile-search-form .input-box input {
  width: 100%;
}

header.after-scroll .menu-wrapper-search, header .menu-wrapper-search {
  display: none;
}

#mobile-collapse {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}

#mobile-collapse .nav li a {
  text-align: center;
}

#mobile-collapse.collapse.in + #main-menu.left-sidebar-categories {
  margin-top: 250px;
}

#mobile-collapse.mobile-scrolled {
  position: fixed;
  left: 0;
  top: 75px;
  z-index: 999;
  width: 100%;
}

.mobile-search-wrapper.search-scrolled {
  position: fixed;
  left: 0;
  top: 75px;
  z-index: 999;
  width: 100%;
}

#mobile-collapse .nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#mobile-collapse .nav li:last-child {
  border-bottom: 0;
}

#mobile-collapse .nav li a:focus,
#mobile-collapse .nav li a:hover {
  color: #fac149;
  background-color: transparent;
}

header .menu-container .top-row .social-buttons,
header .menu-container .top-row,
header .menu-container .bottom-row .menu-wrapper
{
  display: flex;
  flex-wrap: wrap;
}
header .menu-container .bottom-row .menu-wrapper{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
header .menu-container .top-row .social-buttons{
  justify-content: space-around;
}
header .menu-container .top-row{
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 21;
}
header.after-scroll .menu-container .top-row{
  display: none;
}
header .desktop .menu-container .bottom-row{
  background-color: #291005;
  position: relative;
  z-index: 20;
  padding: 30px 15px 5px;
  margin-top: -20px;
  text-transform: uppercase;
  font-size: 15px;
  height: 63px;
}
header.after-scroll .desktop .menu-container .bottom-row{
  padding-top: 13px;
  background-color: #341d09;
  margin-top: 0px;
  height: 50px;
}

header.after-scroll .desktop .menu-container .bottom-row.search-active {
  padding-top: 6px;
}

header .desktop .menu-container .bottom-row:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 100%;
  display: block;
  width: 80vw;
  height: 100%;
  background: #291005;
}
header.after-scroll .desktop .menu-container .bottom-row:after{
  background-color: #341d09;
}
header .desktop .menu-container .bottom-row:before{
  content: '';
  width: 0; height: 0;
  border-bottom: 63px solid #291005;
  border-left: 25px solid transparent;
  position: absolute;
  left: -25px;
  bottom: 0px;
}
header.after-scroll .desktop .menu-container .bottom-row:before{
  border-bottom: 50px solid #341d09;
}
header .menu-container .bottom-row .menu-wrapper li:not(.user-header):not(.cart-header){
  padding: 0px 10px;
}
header.after-scroll .menu-container .bottom-row .menu-wrapper li:not(.user-header):not(.cart-header){
  padding: 0px 20px;
}
header.after-scroll .menu-container .bottom-row .menu-wrapper li.user-header{
  padding-right: 10px;
}
/* header .menu-container .bottom-row .menu-wrapper li:first-child:not(.user-header):not(.cart-header){
  padding-left: 0px;
} */
header .menu-container .bottom-row .menu-wrapper li:last-child{
  padding-right: 0px;
}
header .menu-container .bottom-row .menu-wrapper .skip-cart span.label{
  display: none;
}
header .menu-container .bottom-row .menu-wrapper li.user-header,
header .menu-container .bottom-row .menu-wrapper li.cart-header{
  font-size: 20px;
}
header .menu-container .bottom-row .menu-wrapper li.cart-header .skip-cart{
  padding: 0px;
  color: #efc8a2;
  position: relative;
}
header .menu-container .bottom-row .menu-wrapper li.cart-header:hover .skip-cart{
  color: #fac149;
}
header .menu-container .bottom-row .menu-wrapper li.after-scroll-search{
  display: none;
}
header.after-scroll .menu-container .bottom-row .menu-wrapper li.after-scroll-search{
  display: block;
}
header .skrew-bttn{
  position: relative;
  padding: 5px;
  margin: 0px 9px;
  background: #291005;
  height: 35px;
  transition: all 0.4s;
}
header .skrew-bttn:before{
  content: '';
  width: 0; height: 0;
  border-bottom: 35px solid #291005;
  border-left: 12px solid transparent;
  position: absolute;
  left: -12px;
  top: 0px;
  z-index: 20;
  transition: all 0.4s;
}
header .skrew-bttn:after{
  content: '';
  width: 0; height: 0;
  border-top: 35px solid #291005;
  border-right: 12px solid transparent;
  position: absolute;
  right: -12px;
  top: 0px;
  z-index: 20;
  transition: all 0.4s;
}
header .skrew-bttn .skrew-bttn-inside{
  padding: 3px;
  display: block;
  position: relative;
  height: 30px;
  transition: all 0.4s;
}

header .skrew-bttn:hover .skrew-bttn-inside,
header .skrew-bttn .skrew-bttn-inside.current_currency{
  background-color: #784007;
  color: #efc8a2;
  transition: none;
  opacity: 1;
}
header .skrew-bttn:hover .skrew-bttn-inside:before,
header .skrew-bttn .skrew-bttn-inside.current_currency:before{
  content: '';
  width: 0; height: 0;
  border-bottom: 30px solid #784007;
  border-left: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: 21;
  opacity: 1;
  transition: none;
}
header .skrew-bttn:hover .skrew-bttn-inside:after,
header .skrew-bttn .skrew-bttn-inside.current_currency:after{
  content: '';
  width: 0; height: 0;
  border-top: 30px solid #784007;
  border-right: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 21;
  opacity: 1;
  transition: none;

}
header #search_mini_form{
  margin: 0px 10px;
}

header #search_mini_form_2,
#mobile-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

header #search_mini_form .input-box:before,
header #search_mini_form_2 .input-box:before,
#mobile-search-form .input-box:before
{
  content: '';
  width: 0; height: 0;
  border-left: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: 21;
}
header #search_mini_form .input-box:after,
header #search_mini_form_2 .input-box:after,
#mobile-search-form .input-box:after
{
  content: '';
  width: 0; height: 0;
  border-top: 35px solid #fff;
  border-right: 10px solid transparent;
  position: absolute;
  right: -10px;
  z-index: 21;
}

header #search_mini_form .input-box:before {
  border-bottom: 35px solid #fff;
}

header #search_mini_form_2 .input-box:before,
#mobile-search-form .input-box:before {
  border-bottom: 37px solid #fff;
}

header #search_mini_form .input-box:after {
  top: 0px;
}

header #search_mini_form_2 .input-box:after,
#mobile-search-form .input-box:after {
  top: 2px;
}

header #search_mini_form .input-box .input-text,
header #search_mini_form_2 .input-box .input-text,
#mobile-search-form .input-box .input-text
{
  border: none;
  border-radius: 0px;
  height: 35px;
}
header #search_mini_form .search-button,
header #search_mini_form_2 .search-button,
#mobile-search-form .search-button
{
  box-shadow: none;
}

header #search_mini_form .search-button::before
{
  background-image: none;
  content: '\e911';
  font-family: 'icomoon' !important;
  text-shadow: none;
  text-indent: 0px;
  top: auto;
  bottom: 2px;
  color: #000;
  font-size: 18px;
}
header #search_mini_form .search-button:hover::before,
header #search_mini_form_2 .search-button:hover::before
{
  color: #fac149;
}
header #search_mini_form input#search{
  outline:  0px;
}
header .search.screw-input{
  width: 45%;
}

header.after-scroll .after-scroll-search-wrapper{
  background: rgba(41, 16, 5, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;

  z-index: 20;
}

header .after-scroll-search-wrapper, header.after-scroll .after-scroll-search-wrapper{
  display: none;
}

header.after-scroll .after-scroll-search-wrapper .search.screw-input{
  position: relative;
  width: 30%;
}
header.after-scroll .after-scroll-search-wrapper .input-box{
  position: relative;
  padding-top: 0px;
}
header.after-scroll #search_mini_form_2 .search-button,
#mobile-search-form .search-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 35px;
    height: 37px;
    border: 0;
    background: none;
    text-shadow: none;
    padding: 0;
}

header.after-scroll #search_mini_form_2 .search-button .icon-search,
#mobile-search-form .search-button .icon-search {
  font-size: 16px;
}

.mobile-search-wrapper {
  background: #291005;
  padding: 20px 0;
  display: none;
}

header.after-scroll #search_mini_form_2 .search-button:hover,
#mobile-search-form .search-button:hover {
  color: #fac149!important;
}
header.after-scroll #search_2 {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    font-family: "Roboto", sans-serif;
}

.skip-cart .count, .skip-link.skip-active .count {
  color: #291005;
  width: 20px;
  height: 20px;
  background: #efc8a2;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 1.55em;
  font-weight: bold;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.skip-cart:hover .count, .skip-link.skip-active:hover .count{
  background-color: var(--active);
}
.search-autocomplete::before{
  border-bottom-color: var(--yellow);
}
.search-autocomplete ul{
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid var(--yellow);
}
.search-autocomplete ul li{
  color: var(--yellow);
  border-bottom: 0px;
}
.search-autocomplete ul li.selected{
  background-color: var(--yellow);
  color: var(--brown);
}
/*******end of header*********/

/**************************
*         Footer
***************************/
.footer {
  border-top: 0;
  padding-top: 0;
  margin-top: 15px;
  background: url('../images/stripped_dark.jpg') repeat-x;
  height: 120px;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.3);
}
.footer .form-subscribe-header{
  display: block;
}
.footer-container{
  padding: 0px 15px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  width: 100%;
}

.footer .block-subscribe .block-content {
  padding-top: 2px;
}

.footer-copyrights address,
.footer-author address {
  color: rgba(255,255,255,0.6);
  font-family: "Roboto", sans-serif;
}

.footer-author {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.footer .block-subscribe {
  position: relative;
  margin-bottom: 0px;
  width: 260px;
}
.footer .block-subscribe .validation-advice{
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.footer-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.footer-content ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  width: 50%;
}
.footer-content ul li{
  font-family: "Roboto", sans-serif;
}
.footer-content ul li a{
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.footer address{
  margin: 0px;
  padding: 0px;
  border-top: none;
}

.footer .block-subscribe label {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 17px;
}

.footer .block-subscribe .actions{
  width: 30px;
  margin-left: 10px;
}
.footer .block-subscribe .actions .button{
  background: transparent;
  font-size: 23px;
  color: #986019;
  padding: 0px;
}
.footer .block-subscribe .input-box{
  width: calc(100% - 60px)
}
/*******end of footer*********/

/**************************
*       Slider
***************************/
.slider-wrapper{
  margin-bottom: 20px;
}
/*******end of Slider*********/

/**************************
*      Products Grid
***************************/

.grid-padding-fix{
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.products-grid .row.grid-padding-fix{
  padding: 0px;
  margin-right: -10px;
}
.products-grid .row{
  padding: 0px 15px;
}

/* .modal-body .product-wrap{
    height: 23vh;
} */

.products-grid .product-wrap
{
  padding: 15px 20px 0 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.bundle_row .products-grid .product-wrap{
  padding: 0px 20px 15px 20px;
}
.related-grid .products-grid .product-wrap {
  padding: 15px 20px;
}

.grid-padding-fix div[class*="col-"]{
  padding: 0px 10px;
}
.product-image,
.product-image-thumbs a.product-image,
.product-image-thumbs a.product-image:hover,
.no-touch .product-img-box .product-image:not(.zoom-available):hover{
  border: 1px solid rgba(255, 255, 255, 0.4);
}

#media-carousel .thumb-link,
.products-grid a.product-image,
.related-grid a.product-image{
  height: 0px;
  overflow: hidden;
  padding-bottom: 81%;
  position: relative;
}
.products-grid .product-image:before,
#product-view #media-carousel .thumb-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;  left: 0; right: 0;  bottom: 0;
  background-color: transparent;
  z-index: 2000;
}

.products-grid .product-image:before {
  box-shadow: inset 0px 10px 15px #000,
              inset 0px -10px 15px #000;
}

#product-view #media-carousel .thumb-link:before {
  box-shadow: inset 0px 4px 5px #000,
              inset 0px -4px 5px #000;
}

#product-view #media-carousel .thumb-link img {
  margin-top: -3px;
}

.products-grid .product-image img{
  margin-top: -12px;
}
#swipebox-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

#swipebox-bottom-bar {
  bottom: 52% !important;
  transform: none !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
  background-color: transparent;
}

#swipebox-slider .slide {
  position: absolute;
  z-index: 15;
}

#swipebox-slider .slide img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#swipebox-slider .slide.current {
  z-index: 16;
}

#swipebox-slider .slide.current img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 17;
}

.products-grid .product-name a,
.products-list .product-name a{
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ae790b;
  font-size: 15px;
}

.product-summary-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -20px -21px 0;
  position: relative;
  bottom: -16px;
}

.products-grid .product-summary,
.products-list .product-summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
.products-grid .price-box .minimal-price-link{
  /* bottom: 0px;
  position: absolute;
  left: 100%; */
  display: none;
}
.products-grid .product-summary {
  flex: 1;
  padding-left: 5px;
}

.carousel .products-grid .product-summary {
  margin: 0px -21px -16px;
  padding-left: 40px;
  background-image: url("../images/deco-grid.svg");
}

.products-grid .product-left-img,
.products-list .product-left-img {
  display: block;
  width: 36px;
  height: 44px;
  background-image: url("../images/deco-grid.svg");
  background-repeat: no-repeat;
}

.products-grid .button.btn-cart span,
.products-list .button.btn-cart span{
  display: none;
}
.products-grid .button.btn-cart,
.products-list .button.btn-cart
{
  width: 71px;
  height: 45px;
  background: url("../images/grid-cart-add.svg") no-repeat;
  background-size: contain;
}
.products-grid .button.btn-cart:hover,
.products-list .button.btn-cart:hover{
  background-image: url("../images/grid-cart-add-hover.svg");
}
.products-grid .product-name, .products-list .product-name{
  padding: 5px 0px;
}

.products-grid .price-box {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.std .products-grid .price-box p {
  margin: 0;
}
/* .price-box .regular-price, .price-box .old-price{
  opacity: 0.5;
} */

.price-box .old-price{
  opacity: 0.5;
}

.products-grid .price-box .price{
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
.price-box .old-price .price{
  font-weight: 300;
}
.products-grid .price-box [class^="curr-"],
.products-grid .price-box [class*=" curr-"]{
  color: #ae790b;
  font-size: 16px;
}
.toolbar{
  font-family: "Roboto", sans-serif;
  border: none;
  background: transparent;
  padding: 0px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar .pages ol{
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar .pager li{
  display: block;
  float: none;
}
.toolbar .pager li > a,
.toolbar .pager li > span{
  background: transparent;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 5px 10px;
  width: auto;
  height: auto;
}
.toolbar .pages .next,
.pager-no-toolbar .pages .next{
  color: #ae790b;
  margin-left: 20px;
}
.toolbar .pages .previous,
.pager-no-toolbar .pages .previous {
  color: #ae790b;
  margin-right: 20px;
}
.toolbar .pages .next:hover,
.toolbar .pages .previous:hover{
  border: 2px solid #fac149;
  color: #fac149;
}
.toolbar .pager li > a:hover{
  color: #ae790b;
}
.toolbar .pages .current,
.toolbar .pages .current:hover{
  background: transparent;
  width: auto;
  height: auto;
  border: none;
  color: #ae790b;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 5px 10px;
  font-weight: bold;
}

.products-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pages a, .pages .current {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.pager li, .std .pager li {
  margin-left: 0;
}

.pager li > a:focus, .pager li > a:hover {
  background-color: transparent;
}

.pages .next {
  border: 2px solid #ad7b26;
  border-radius: 0;
  margin: 0;
  height: 25px;
}

.pages .next::before {
  display: none;
}

.pages .next:hover::before {
  display: none;
}

.pages .next:hover {
  color: #fac149;
  border: 2px solid #fac149;
}

.pages .next::before {
  color: #ad7b26;
}

.pager li > a, .pager li > span {
  background-color: transparent;
  color: #FFF;
  padding: 0;
  border: none;
  font-size: 16px;
}

.pages .current, .pages .current:hover {
  color: #ad7b26;
  border: none;
  width: 30px;
  background-color: transparent;
}

/*******end of Products Grid*********/

/**************************
*          Menu
***************************/
#main-menu.left-sidebar-categories{
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 20px;
}
#main-menu.left-sidebar-categories.sapling-list li.level0{
  margin-bottom: 20px;
}
#main-menu.left-sidebar-categories.sapling-list li.level0 a.level0{
  color: #ae790b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

#main-menu.left-sidebar-categories.sapling-list li.level0 a.level0:hover,
#main-menu.left-sidebar-categories.sapling-list li.level0 ul li a:hover,
#main-menu.left-sidebar-categories.sapling-list li.level1 ul li a:hover {
  color: #fac149;
}

#main-menu.left-sidebar-categories.sapling-list li.level0 ul li a{
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
#main-menu.left-sidebar-categories.sapling-list li.level1 ul li a{
  color:#a1a1a1;
}
/* #main-menu.left-sidebar-categories li.level0.parent:before{
  display: none;
} */

#main-menu.left-sidebar-categories.sapling-list .sapling-top-level {
  margin-left: 10px;
}

#main-menu.left-sidebar-categories.sapling-list .sapling-top-level ul.level0 {
  display: block;
}

#main-menu.left-sidebar-categories li.level0 a.level0:hover{
  text-decoration: none;
}

#main-menu.left-sidebar-categories.sapling-list .sapling-item::before{
  font-family: FontAwesome;
  content: '\f067';
  color: #fff;
  padding-right: 20px;
  font-size: 10px;
  position: relative;
  top: -2px;
}
#main-menu.left-sidebar-categories.sapling-list .sapling-item::before{
  margin-left: -15px;
}
#main-menu.left-sidebar-categories.sapling-list .sapling-item.sapling-expanded::before{
  content: '\f068';
}

#main-menu.left-sidebar-categories.sapling-list .sapling-item.sapling-top-level.sapling-expanded::before {
  content: '\f067';
}

#main-menu.left-sidebar-categories.sapling-list .sapling-item.sapling-top-level::before,
#main-menu.left-sidebar-categories.sapling-list .active.sapling-item.sapling-top-level::before {
  content: '\f068';
}

#main-menu.left-sidebar-categories.sapling-list .sapling-item li{
  margin-left: 20px;
}
/*******end of Menu*********/

/**************************
*      Product Page
***************************/
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after{
  width: 50%
}
.carousel-control [class^="icon-"] {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
.carousel-control .icon-arrow-left-o{
  left: -15px;
}
.carousel-control .icon-arrow-right-o{
  right: -15px;
}

#product-view #media-carousel{
  margin-bottom: 15px;
  padding: 0px 20px;
}
#product-view #media-carousel .thumb-link {
  border: 1px solid #72706f;
}

#media-carousel .carousel-control{
  background: none;
  height: 100%;
  width: auto;
  color: #ad780b;
  font-size:
}
#product-view #media-carousel .carousel-inner .row .col-lg-4{
  padding: 0px 5px;
}
#product-view #media-carousel .carousel-inner .row{
  padding: 0px 10px;
}
#product-view .product-essential h2.product-name{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 17px;
  color: #ae790b;
  margin: 10px 0px 5px;
}
#product-view .product-essential .product-details-table{
  padding-left: 0px;
}

#product-view .product-essential .product-details-table .main-wrapper{
  height: 100%;
  padding: 20px 0px 0px;
}
#product-view .product-essential .product-details-table > .row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#product-view .product-essential .product-details-table .product-attr-label{
  color: #9e7124;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#product-view .product-essential .product-details-table .product-attr-value{
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
#product-view .product-essential .product-details-table .price-box{
  padding-left: 20px;
}
#product-view .product-essential .product-details-table .price-box .price{
  font-size: 43px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#product-view .product-essential .product-details-table .tier_price{
  padding-left: 20px;
  font-size: 0.85em;
}
#product-view .product-essential .product-details-table .tier_price [class^="curr-"]{
  color: var(--main);
}
#product-view .product-essential .product-details-table .tier_price .curr-PLN{
  font-size: 1em;
  font-weight: 300;
}
#product-view .product-essential .product-details-table .price-box .price [class^="curr-"]{
  padding-right: 10px;
}
#product-view .product-essential .product-details-table .price-box .old-price{
  position: absolute;
  top: -15px;
  right: 55px;
  right: calc(50% - 20px);
  transform: translateX(50%);
}
#product-view .product-essential .product-details-table .price-box .old-price .price{
  font-size: 1.2em;
  position: relative;
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}
#product-view .product-essential .product-details-table .price-box .old-price .price [class^="curr-"]{
  font-size: 0.9em;
  color: #ad7b26;
}
#product-view .product-essential .product-details-table .price-box .old-price .price:before{
  content: "";
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: calc(50% - 1px);
}
#product-view .product-essential .product-img-container{
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0px 15px;
}
#product-view .product-essential .product-img-container .product-img-box{
  padding-right: 0px;
  margin-bottom: 0px;
  float: none;
}
#product-view .product-essential .product-details-table input{
  color: #333;
  margin-right: -1px;
  height: 46px;
  border: 0;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  width: 40px;
}

#product-view .product-essential .product-details-table .qty-wrapper {
  padding-top: 8px;
}

#product-view .product-essential .product-details-table .qty-wrapper, #shopping-cart-table .qty-wrapper {
  display: flex;
  align-items: center;
}
#product-view .product-essential .product-details-table .qty-bttns{
  background: #fff;
  padding-right: 8px;
}

#shopping-cart-table .qty-bttns {
  background: #fff;
  padding-right: 5px;
}

#product-view .product-essential .product-details-table .qty-bttns span.qty-bttn,
#shopping-cart-table .qty-bttns span.qty-bttn {
  display: block;
  width: 22px;
  height: 11px;
  cursor: pointer;
}

#shopping-cart-table .qty-bttns span.qty-bttn {
  width: 15px;
}

#product-view .product-essential .product-details-table .qty-bttns span.qty-bttn.qty-add,
#shopping-cart-table .qty-bttns span.qty-bttn.qty-add {
  background: url('../images/qty-add.svg') no-repeat;
  background-size: contain;
  margin: 8px 0px;
}

#shopping-cart-table .qty-bttns span.qty-bttn.qty-add  {
  margin: 4px 0 2px 0;
}

#product-view .product-essential .product-details-table .qty-bttns span.qty-bttn.qty-substract,
#shopping-cart-table .qty-bttns span.qty-bttn.qty-substract {
  background: url('../images/qty-substract.svg') no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}

#shopping-cart-table .qty-bttns span.qty-bttn.qty-substract {
  margin-bottom: 2px;
}

#shopping-cart-table .qty-wrapper{
  justify-content: left;
}

#shopping-cart-table .qty-wrapper .qty {
  margin-right: -1px;
}

#product-view .product-essential .product-details-table .add-to-cart-wrapper {
  padding-top: 8px;
}

#product-view .product-essential .product-details-table .add-to-cart{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#product-view .product-essential .product-details-table .add-to-cart-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

#product-view .product-essential .product-details-table .add-to-cart-buttons button.button{
  width: 96px;
  height: 60px;
  background: url("../images/grid-cart-add.svg") no-repeat;
  background-size: contain;
  position: relative;
  right: -1px;
  padding: 0px;
}
#product-view .product-essential .product-details-table .add-to-cart-buttons button.button:hover{
  background: url("../images/grid-cart-add-hover.svg") no-repeat;
  background-size: contain;
}
#product-view .product-attributes{
  padding: 0px 20px;
  margin-top: 25px;
}
#product-view .product-attribute-row{
  margin-top: 15px;
  margin-bottom: 30px;
  min-height: 36px;
  display: flex;
  align-items: flex-start;
}

#product-view .product-attribute-row p {
  margin: 0;
}

#product-view #media-carousel1 .product-image-thumbs .row.grid-padding-fix{
  margin: 0px -9px;
}
#product-view #media-carousel1 .carousel-control{
  top: 35%;
  bottom: auto;
  transform: translateY(50%);
  background: transparent;
  opacity: 0.9;
  width: auto;
}

#product-view #media-carousel1 .carousel-control.right {
  right: -70px;
}

#product-view #media-carousel1 .carousel-control.left {
  left: -70px;
}

#product-view #media-carousel1 .carousel-control span{
  color: #ad780b;
  font-size: 80px;
}
/***** end of Product *****/



/**************************
*       Mini Cart
***************************/

p.paypal-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-right: 5px;
}

.paypal-or {
  margin: 0;
  font-size: 13px;
}

.paypal-button img {
  max-width: 96px;
  width: 100%;
}

.skip-cart .count::before,
.skip-cart .count::after{
  display: none;
}
#header-cart.skip-active{
  top: 54px;
  right: 15px;
  color: #fff;
}

header.after-scroll #header-cart.skip-active {
  top: 38px;
}

#header-cart.skip-active {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#header-cart.skip-active *{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
#header-cart.skip-active .fa {
  font-family: 'FontAwesome', sans-serif;
}

#header-cart.skip-active .product-details .mini-cart-action{
  font-size: 0.7em;
  text-transform: none;
  opacity: 1;
}
#header-cart.skip-active .subtotal{
  background: transparent;
}
#header-cart.skip-active .block-subtitle{
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 10px 10px 10px 15px;
}
#header-cart.skip-active .product-details .product-name a,
#header-cart.skip-active .product-details .product-name {
  color: #ad7b26;
  font-size: 16px;
  font-weight: bold;
}
#header-cart.skip-active .product-details .product-name a:hover{
  color: #fac149;
}
#header-cart.skip-active .info-wrapper th{
  color: #8d8d8d;
}
#header-cart.skip-active .info-wrapper td{
  color: #8d8d8d;
}
#header-cart.skip-active .info-wrapper td .price{
  font-size: 1.5em;
  position: relative;
  margin-left: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#header-cart.skip-active .info-wrapper td .price .curr-EUR,
#header-cart.skip-active .info-wrapper td .price .curr-USD {
  padding-left: 5px;
  padding-right: 0;
}

#header-cart.skip-active .info-wrapper td.product-cart-remove .btn-remove {
  margin-left: 1.5em;
}

#header-cart.skip-active .info-wrapper td .price:before{
  /* content: "x";
  font-family: 'Roboto', sans-serif;
  color: #44403d;
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: -20px;
  font-size: 0.8em; */
}
#header-cart.skip-active .info-wrapper .quantity-button{
  margin-bottom: 2px;
  position: relative;
  z-index: 10;
}
.mini-products-list .product-details{
  margin-left: 70px;
  color: #44403d;
}
.header-minicart .mini-products-list li{
  border-bottom: 1px solid #44403d;
}
#header-cart.skip-active .subtotal{
  border-bottom: 1px solid #44403d;
  border-top: 1px solid #44403d;
  padding: 5px 0px;
}
#header-cart.skip-active .subtotal .label, .price-box .price, #header-cart.skip-active .price, .related-grid .btn-cart {
  color: #FFF;
}
#header-cart.skip-active .subtotal .price {
  color: #FFF;
  font-size: 1.2em;
}
.header-minicart .mini-products-list{
  margin-bottom: 0px;
}
.mini-products-list li:last-child{
  margin-bottom: 0px;
}
#header-cart.skip-active .checkout-button{
  padding: 10px 15px;
  font-size: 0.9em;
  background-color: #ad7b26;
}
#header-cart.skip-active .checkout-button:before{
  font-family: 'icomoon' !important;
  content: "\e900";
}

.header-minicart .minicart-wrapper::before {
  background-color: #000;
}

.header-minicart .block-subtitle .close {
  color: #fff;
  top: 1px;
}

/*******end of Mini Cart*********/




/****Old styles****/
/****Cart****/



/**************************
*         Cart
***************************/

dl.sp-methods span.price{
  font-size: 18px;
  font-weight: 400;
}
dl.sp-methods span.price .curr-EUR,
dl.sp-methods span.price .curr-PLN{
  font-size: 16px;
  color: #ad7b26;
}

.cart-table {
  width: 100%;
}

.cart .page-title{
  margin-bottom: 0px;
  border-bottom: none;
}
.cart .page-title h1{
  margin: 0px;
  float: none;
}
.cart .page-title .checkout-types{
  margin-bottom: 0px;
}

.cart {
  margin-top: 1em;
}

.cart .cart-totals-wrapper.main-wrapper {
  padding: 0em 0.75em 0.5em 0.75em;
  min-height: 169px;
}

.cart .cart-forms {
  min-height: 169px;
}

.cart .proceed-to-checkout,
.cart .proceed-to-checkout-wrapper {
  padding: 0;
}

.cart .cart-continue-shopping .btn-chevron-right-wrapper {
  padding: 0 15px;
}

.cart .proceed-to-checkout-wrapper,
.cart .cart-continue-shopping .proceed-to-checkout {
  min-height: 169px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.cart .proceed-to-checkout .checkout-types {
  margin-bottom: 0;
}

.cart .cart-table-wrapper.main-wrapper {
  padding: 0 0.75em 1em;
}

.cart #shopping-cart-table {
  margin: 0 0 0px 0;
}

.cart table.cart-totals-total {
  margin: 0;
}

.cart .cart-totals table.cart-totals-total tbody tr:last-child td {
  padding-bottom: 0;
}

.cart table.cart-totals-total td .total {
  margin: 0;
  color: #ad7b26;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.cart table.cart-totals-total td.total-td{
  text-align: center;
}
.cart table.cart-totals-total td .price {
  color: #FFF;
  font-size: 40px;
  text-align: center;
}

.cart table.cart-totals-total td .price .curr-EUR,
.cart table.cart-totals-total td .price .curr-GBP,
.cart table.cart-totals-total td .price .curr-USD,
.cart table.cart-totals-total td .price .curr-PLN {
  color: #ad7b26;
  font-size: 30px;
  padding: 0;
}
.cart table.cart-totals-total td .price .curr-PLN:before{
  font-weight: 400;
}
.btn-chevron-right .btn-chevron-right-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2.5em 0;
  width: 100%;
}

.cart .cart-totals {
  padding: 0 0.5em;
  width: 100%;
}

.cart .btn-proceed-checkout {
  font-size: 25px;
  color: #ad7b26;
  font-weight: 500;
  padding: 0;
}

.cart-table .product-cart-info, #shopping-cart-table thead th.th-product-name
 {
  padding-left: 3em;
}

.cart-table .product-name a, .cart-table .product-name,
.paypal-express-review td h3.product-name
 {
  font-size: 22px;
  text-transform: capitalize;
  color: #ad7b26;
}

#header-cart {
  z-index: 99;
}

#shopping-cart-totals-table tr td.a-left {
  font-size: 23px;
}

#shopping-cart-totals-table tr td:last-child {
  color: #FFF;
}

.product-cart-total .cart-price .price, #shopping-cart-totals-table .price {
  white-space: nowrap;
  font-size: 35px;
}

.product-cart-total .cart-price .price .curr-EUR, .product-cart-total .cart-price .price .curr-USD, .product-cart-total .cart-price .price .curr-GBP, #shopping-cart-totals-table .price .curr-EUR, #shopping-cart-totals-table .price .curr-USD, #shopping-cart-totals-table .price .curr-GBP {
  font-size: 30px;
}

.product-cart-price .cart-price .price {
  white-space: nowrap;
  font-size: 23px;
}

.product-cart-price .cart-price .price .curr-EUR, .product-cart-price .cart-price .price .curr-USD, .product-cart-price .cart-price .price .curr-GBP {
  font-size: 21px;
}

#shopping-cart-table tr td:last-child {
  padding-right: 0;
}

.btn-remove2 {
  background-size: auto;
}

.product-cart-remove .btn-remove2, .product-cart-info .btn-remove2 {
  top: 50%;
  transform: translateY(-50%);
}

#shopping-cart-table tr td:first-child {
  max-width: 75px;
}

.data-table thead th, #shopping-cart-table thead th,
.paypal-express-review thead th {
  font-size: 14px;
  text-transform: capitalize;
  color: #FFF;
  font-weight: 500;
}

#shopping-cart-table {
  margin: 20px 0;
}

#shopping-cart-table tr td,
#shopping-cart-table tr th,
.paypal-express-review tr th
{
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#shopping-cart-table tr.last td,
.paypal-express-review tr.last td{
    border-bottom: 0px;
}
#shopping-cart-table thead th,
.paypal-express-review thead th{
  border: none;
  color: #cacaca;
  padding: 7px 5px 3px 5px;
}
#shopping-cart-table tr td:first-child,
.paypal-express-review tr td:first-child{
  padding-left: 15px;
}
#shopping-cart-table tr td:last-child,
.paypal-express-review tr td:last-child{
  padding-right: 15px;
}

#shopping-cart-table .product-cart-remove {
  position: relative;
}

.cart-table .product-cart-image img{
  min-width: 50px;
  max-width: 100%;
  width: 100%;
}
.cart-table h2 a{
  color: #ad7b26;
  font-size: 1.2em;
}
.cart-table h2 a:hover, #shopping-cart-table tfoot td .button2:hover, #shopping-cart-table tfoot td .button2:hover span, .products-grid .product-wrap .product-name:hover a, .related-grid .product-wrap:hover .product-name a {
  color: #fac149
}
.cart-table .product-cart-sku{
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 1em;
  margin: 0px;
}
.cart-table .product-cart-sku .label{
  color: #aaa;
}
.product-cart-price .cart-price .price, .product-cart-total .cart-price .price, #shopping-cart-totals-table .price,
.paypal-express-review .price
 {
  color: #FFF;
}

.product-cart-price .cart-price .price {
  font-size: 17px;
}

.product-cart-total .cart-price .price, #shopping-cart-totals-table .price {
  font-size: 25px;
}

#checkout-order-btn {
  text-transform: uppercase;
}

#checkout-review-table .price {
  font-size: 18px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
}

#checkout-review-table td.a-center.last .price {
  font-size: 22px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
}

#checkout-review-table .price .curr-EUR,
#checkout-review-table .price .curr-GBP,
#checkout-review-table .price .curr-USD {
  color: #ad7b26;
  font-size: 17px;
}

#checkout-review-table td.a-center.last .price .curr-EUR,
#checkout-review-table td.a-center.last .price .curr-GBP,
#checkout-review-table td.a-center.last .price .curr-USD {
  color: #ad7b26;
  font-size: 21px;
}

#checkout-review-table .qty {
  color: #FFF;
  font-size: 18px;
}

.cms-page-view .std h1, .cms-no-route .std h1,
.product-cart-price .cart-price .price .curr-EUR,
#shopping-cart-totals-table .price .curr-EUR,
.product-cart-price .cart-price .price .curr-USD,
#shopping-cart-totals-table .price .curr-USD,
.product-cart-price .cart-price .price .curr-GBP,
#shopping-cart-totals-table .price .curr-GBP,
.product-cart-total .cart-price .price .curr-EUR,
.product-cart-total .cart-price .price .curr-USD,
.product-cart-total .cart-price .price .curr-GBP,
#header-cart.skip-active .curr-EUR,
#header-cart.skip-active .curr-USD,
#header-cart.skip-active .curr-GBP,
#product-view .product-essential .product-details-table .price-box .price .curr-EUR,
#product-view .product-essential .product-details-table .price-box .price .curr-USD,
#product-view .product-essential .product-details-table .price-box .price .curr-GBP,
.price-box .price .curr-EUR,
.price-box .price .curr-GBP,
.price-box .price .curr-USD,
.sp-methods .price .curr-EUR,
.sp-methods .price .curr-GBP,
.sp-methods .price .curr-USD,
.paypal-express-review .price [class*="curr-"],
.price [class*="curr-"] {
  color: #ad7b26;
}

.sp-methods .price .curr-EUR,
.sp-methods .price .curr-GBP,
.sp-methods .price .curr-USD {
  font-size: 14px;
}

#header-cart.skip-active .curr-EUR,
#header-cart.skip-active .curr-USD,
#header-cart.skip-active .curr-GBP {
  font-size: 17px;
}

.price-box .price .curr-EUR,
.price-box .price .curr-GBP,
.price-box .price .curr-USD {
  font-size: 13px;
}

.price-box .old-price .price {
  text-decoration: none;
  position: relative;
}

.price-box .old-price .price:before {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
}

#product-view .product-essential .product-details-table .price-box .price .curr-EUR,
#product-view .product-essential .product-details-table .price-box .price .curr-USD,
#product-view .product-essential .product-details-table .price-box .price .curr-GBP,
#product-view .product-essential .product-details-table .price-box .price .curr-PLN {
  font-size: 30px;
}

#header-cart.skip-active .subtotal .curr-EUR,
#header-cart.skip-active .subtotal .curr-USD,
#header-cart.skip-active .subtotal .curr-GBP,
#header-cart.skip-active .subtotal .curr-PLN {
  font-size: 20px;
}

.product-cart-price .cart-price .price .curr-EUR,
.product-cart-price .cart-price .price .curr-USD,
.product-cart-price .cart-price .price .curr-GBP,
.product-cart-price .cart-price .price .curr-PLN {
  font-size: 16px;
}

.product-cart-total .cart-price .price .curr-EUR,
.product-cart-total .cart-price .price .curr-USD,
.product-cart-total .cart-price .price .curr-GBP,
#shopping-cart-totals-table .price .curr-EUR,
#shopping-cart-totals-table .price .curr-USD,
#shopping-cart-totals-table .price .curr-GBP {
  font-size: 24px;
}
.product-cart-price .cart-price .price .curr-PLN,
#shopping-cart-totals-table .price .curr-PLN{
  font-size: 1em;
}
.product-cart-price .cart-price .price .curr-PLN:before{
  font-weight: 400;
}
.product-cart-actions button.button.btn-update{
  font-size: 1em;
  padding: 5px 10px;
  margin-top: 10px;
}
.product-cart-remove .btn-remove2,
.product-cart-info .btn-remove2
{
  text-indent: 0px;
  font-size: 24px;
  color: #FFF;
  width: auto;
  height: auto;
  position: absolute;
  right: -15px;
  background-image: url('../images/cart-button-bg.svg');
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-position: top right;
  width: 100px;
  height: 50px;
  padding-left: 22px;
}
.product-cart-remove .btn-remove2 .fa,
.product-cart-info .btn-remove2 .fa
{
  padding: 3px 4px;
}
.product-cart-remove .btn-remove2:hover,
.product-cart-info .btn-remove2:hover
{
  color: #FFF;
}

#header-cart .product-cart-remove .btn-remove2 {
  position: unset;
  top: unset;
  right: unset;
  transform: unset;
  padding: 3px 5px;
  border: 1px solid #ad7b26;
  background-image: unset;
  background: transparent;
  color: #ad7b26;
  width: auto;
  height: auto;
}

.cart-table .product-cart-actions .qty{
  margin-bottom: 0px;
}
.cart-footer-actions button span,
.cart-totals .checkout-types.bottom li a
{
  color: #ad7b26;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
}
.cart-footer-actions button:hover span,
.cart-forms .shipping button:hover span,
.cart-totals .checkout-types.bottom li a:hover
{
  color: #fac149;
}
.cart-forms .discount,
.cart-totals-wrapper .cart-totals,
.cart-forms .shipping
{
  background-color: transparent;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  margin-bottom: 0px;
}
.cart-forms .title-wrapper,
.cart-totals-wrapper .title-wrapper
{
  margin-top: 0px;
}

.cart-totals-wrapper {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cart-forms .title-wrapper h2,
.cart-totals-wrapper .title-wrapper h2
{
  padding: 3px 15px;
  font-size: 2.5rem;
}
.cart-forms .shipping button span,
.cart-totals .checkout-types .btn-checkout,
.title-buttons .checkout-types .btn-proceed-checkout
{
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #ad7b26;
  text-decoration: none;
  height: auto;
  line-height: normal;
  text-shadow: 0px 0px 5px #000;
}

.btn-proceed-checkout, .btn-proceed-checkout:hover, .btn-proceed-checkout:active, .btn-proceed-checkout:focus,
#onepage-guest-register-button, #onepage-guest-register-button:hover, #onepage-guest-register-button:active, #onepage-guest-register-button:focus,
#checkout-step-login .buttons-set .button, #checkout-step-login .buttons-set .button:hover, #checkout-step-login .buttons-set .button:active, #checkout-step-login .buttons-set .button:focus,
#co-shipping-method-form .buttons-set .button, #co-shipping-method-form .buttons-set .button:hover, #co-shipping-method-form .buttons-set .button:active, #co-shipping-method-form .buttons-set .button:focus {
  background-color: transparent;
}

.checkout-forgot {
  font-size: 1.5rem;
  color: #ad7b26;
}

.checkout-login-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#checkout-step-login .already-registered-box {
  margin-right: 3em;
}

.opc #opc-login .checkout-login-buttons .buttons-set {
  padding-top: 0;
  margin: 0;
}

#onepage-guest-register-button {
  padding-left: 2em;
}

#onepage-guest-register-button .fa, .checkout-login-buttons .buttons-set .fa {
  font-size: 3rem;
  vertical-align: middle;
  margin-left: 0.35em;
}

.opc #opc-login .checkout-login-buttons .buttons-set .button {
  margin: 0;
}

.btn-proceed-checkout .fa {
  margin-left: 0.5em;
}

.cart-totals .checkout-types .btn-checkout{
  font-size: 2.5rem;
}
.cart-forms .shipping button:hover span, .btn-normal:hover, .sidebar .actions .button:hover
{
  color: #fff;
}
.cart-forms #discount-coupon-form .button-wrapper{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  display: block;
  background-image: url('../images/cart-button-bg.svg');
  background-repeat: no-repeat;
  height: 34px;
  width: 90px;
  background-position: right top;
}

.cart-forms #discount-coupon-form .button-wrapper > button {
   padding: 8px 0 0 13px;
 }

.a-left {
  text-align: left;
}

.discount-apply-btn {
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

#discount-coupon-form .input-text, .cart .giftcard .input-text {
  height: 34px;
}

#discount-coupon-form label{
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 15px;
}

#shopping-cart-totals-table tr td.a-left {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: capitalize;
}

#shopping-cart-totals-table tr td{
  color: #909090;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
}
#shopping-cart-totals-table tr td:last-child {
  color: #ad7b26;
}
#shopping-cart-totals-table tbody tr td:last-child {
  font-size: 2.5rem;
}
#shopping-cart-totals-table tfoot{
  border-top: 0;
  border-bottom: 0;
}
#shopping-cart-totals-table tfoot tr td{
  color: #909090;
  vertical-align: middle;
}
#shopping-cart-totals-table tfoot tr td .price{
  color: #ad7b26;
  font-size: 1.5em;
}

.cart-totals .checkout-types{
  text-align: center;
  float: none;
}

.noitems.main-wrapper {
  margin-top: 30px;
}

.noitems .box-header {
  text-align: center;
}

.title-buttons .checkout-types .btn-proceed-checkout{
  margin-top: 10px;
  margin-right: 10px;
}

.page-title h1 {
  margin: 15px 0;
  padding: 0 0 0 0px;
  color: #ad7b26;
  font-size: 21px;
  border-bottom: 0;
}
.customer-account .right-column-wrapper{
  padding-left: 15px;
}
.page-title h1.login-page-header, .page-title h1.register-page-header {
  border: 0;
  color: #ad7b26;
  margin-bottom: 15px;
}

#login-form, .account-create .register-form-wrapper, .forgot-form-wrapper, .main-wrapper,
#billing-buttons-container.buttons-set .button:hover,
#billing-buttons-container.buttons-set .button:focus,
#billing-buttons-container.buttons-set .button:active,
.paypal-express-review .info-set,
.paypal-express-review .button,
.paypal-express-review .button:hover,
.paypal-express-review .button:focus,
.paypal-express-review .button:active
 {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

#billing-buttons-container.buttons-set .button {
  color: #ad7b26;
}

#billing-buttons-container.buttons-set .button .fa {
  margin-left: 0.35em;
}
#login-form, .account-create .register-form-wrapper, .forgot-form-wrapper {
  padding: 1em 0.75em 5em 0.75em;
}

#login-form {
  padding: 0 5px;
}

#login-form .content-header {
  font-weight: 400;
}

.customer-account-login .scaffold-form label:first-child {
  width: auto;
}

.account-create .form-instructions, form .form-instructions, .form-instructions, .noitems .cart-empty p {
  color: rgb(120, 120, 120);
  font-weight: 600;
}

.opc #opc-login p:not(.required) {
  color: rgb(120, 120, 120);
}

#login-form input, #form-validate input,  #checkout-step-login input {
  border: 1px solid rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3);
}

#login-form label, #form-validate label, #checkout-step-login label {
  margin-bottom: 0;
}

#login-form .f-left {
  font-size: 1.5rem;
}

#login-form .form-instructions {
  font-weight: 600;
  color: rgb(120, 120, 120);
}

label.required::after, span.required::after {
  color: #ad7b26;
  font-size: 16px;
}

#login-form .form-instructions,
#login-form ul li,
#login-form p.required,
#checkout-step-login ul.checkout-login-info li,
#checkout-step-login p.required,
.opc #opc-login p:not(.required),
form .form-instructions
{
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.opc #opc-login .step{
  padding: 10px 20px;
}

.cart-empty p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #909090;
  font-size: 1em;
  padding: 0;
  margin-bottom: 0;
}

.block-subscribe .input-box .fa {
  position: absolute;
  left: 6px;
  font-size: 1em;
  color: #909090;
}

input[type="text"], input[type="textarea"], .block-subscribe #newsletter, #contactForm input, #contactForm textarea {
  color: #333;
  font-size: 12px;
}
.cms-page-view .std h1, .cms-page-view h2, .cms-page-view h3,
.cms-page-view .std h2, .cms-no-route .std h2
 {
   font-size: 18px;
  color: var(--main);
  font-family: 'Roboto', sans-serif;
}

#contactForm {
  padding-bottom: 30px;
}

#contactForm .buttons-set {
  border-top: 0;
  margin-left: 0;
}

.contacts-index-index .buttons-set button .fa {
  margin-left: 0.35em;
}

.account-login .register-btn-wrapper {
  padding-left: 2em;
}

.account-login .register-btn-wrapper .button,
.account-login .login-btn-wrapper .button,
.account-create .back-link.button,
.account-create .register-form .register-submit-btn,
.forgot-btn-wrapper .button.forgot-back-btn,
.forgot-btn-wrapper .button.forgot-submit-btn,
#onepage-guest-register-button,
#checkout-step-login .buttons-set .button,
.forgotten-wrapper .button {
  font-size: 2.5rem;
  color: #ad7b26;
}

.page-title h1.box-header, .cart-forms .title-wrapper .box-header, .title-wrapper .box-header {
  font-size: 2.5rem;
  color: #ad7b26;
  outline: 0;
  border-bottom: 0;
}

.page-title h1.box-header:before, .cart-forms .title-wrapper .box-header:before, .title-wrapper .box-header:before {
  -webkit-text-stroke: 0;
}

.title-wrapper.checkout-title-wrapper .box-header {
  font-size: 1.4rem;
  text-transform: capitalize;
}

#co-billing-form .field, #co-billing-form .wide {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#co-billing-form label {
  max-width: 155px;
  width: 100%;
}

.cart-table tr {
  border-bottom: 0;
}

.forgot-btn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.forgot-back-text {
  margin-left: 0.35em;
}

.account-create .buttons-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.account-login .login-btn-wrapper.buttons-set {
  padding-top: 0;
}

.account-login .login-form-fieldset {
  margin-right: 3em;
}

.account-login .forgot-pass-btn {
  display: inline-block;
}

.account-login .login-form-btns {
  margin-bottom: 0.5em;
}

.account-login .register-btn-wrapper .fa, .account-login .login-btn-wrapper .fa{
  font-size: 3rem;
  vertical-align: middle;
  margin-left: 0.35em;
}

.account-create .register-form .register-back-btn .fa {
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 0.35em;
}

.account-login .login-btn-wrapper {
  display: inline-block;
  margin: 0;
}

.account-login .login-btn-wrapper .buttons-set {
  padding: 0;
}

.account-login .login-btn-wrapper,
.account-login .register-btn-wrapper
{
  text-align: left;
}

.buttons-set button.button {
  float: none;
  margin-left: 0;
}
.login-btn-wrapper.buttons-set button.button{
  display: block;
  padding: 10px 15px;
  font-size: 2.5rem;
}

.contacts-index-index .buttons-set {
  margin-left: 0;
  max-width: 100%;
}

.contacts-index-index .buttons-set button.button {
  color: #ad7b26;
  font-size: 18px;
}
.cms-page-view .std .page-content p,
.cms-page-view .std p, .cms-no-route .std p,
.cms-page-view .std li, .cms-no-route .std li,
table
 {
  color: #eee;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9em;
  font-style: unset;
}
.cms-page-view .std .page-content h1,
.cms-page-view .std .page-content h2,
.cms-page-view .std .page-content h3,
.cms-page-view .std .page-content h4 {
  color: #ad7b26;
}
.page-content table th {
  background-color: #ad7b26;
  color: #FFF;
}
.page-content a {
  color: #ad7b26;
}
.page-content a:hover {
  color: #fac149;
}

.padding-top-md {
  padding-top: 1em;
}
.padding-bottom-md {
  padding-bottom: 1em;
}
.float-none {
  float: none;
}
#login-form:after, .forgot-pass:after, .account-create:after {
  display: block;
  content: "";
  clear: both;
}

.buttons-set {
  border: 0;
}
.content-header {
  font-size: 1.2em;
  color: #FFF;
  margin: 0 0 0.25em 0;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
}
.account-login label, .registered-users .f-left,
.forgot-form label, .register-form label,
.register-form .control label, #login-form label, #login-form .f-left,
.form-list .control label,
.buttons-set .please-wait,
#shopping-cart-table tfoot td .button2,
#shopping-cart-table tfoot td .button2 span,
 #checkout-step-login label {
  color: #ad7b26;
}

.account-login .benefits li, .checkout-login-info li {
  color: rgb(120, 120, 120);
  font-size: 1.5rem;
  font-weight: 600;
}

.account-login .benefits, .checkout-login-info {
  margin: 2em 0;
  list-style-type: none;
  padding-left: 1.5em;
}

.account-login .benefits li:before, .checkout-login-info li:before {
  position: absolute;
  content: '-';
  margin-left: -10px;
}

.input-text {
  color: #333;
}

.modal-backdrop.in {
  opacity: 0.7;
}

.modal.in .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

#newsletter-modal .modal-content,
#terms-modal .modal-content,
#covid19-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
}

#newsletter-modal .form-group,
#newsletter-modal .form-list .control,
#terms-modal .form-group,
#terms-modal .form-list .control
 {
  margin: 0;
}

#newsletter-modal .newsletter-modal-warning {
  margin-top: 5px;
  display: none;
}

#newsletter-modal .newsletter-modal-warning p {
  text-align: left;
  color: red;
  font-size: 13px;
  font-weight: 300;
}

#newsletter-modal .newsletter-modal-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
}

#newsletter-modal .newsletter-modal-body input[type="email"] {
  outline: 0;
  border: 0;
  height: 38px;
  width: 83%;
  padding: 3px 5px;
  color: #4D4D4D;
}

#newsletter-modal .newsletter-modal-body button {
  height: 38px;
  background-image: url('../images/cart-button-bg.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: transparent;
  background-size: 100%;
  color: #FFF;
  font-weight: 300;
  outline: 0;
  border: 0;
  padding: 6px 15px 6px 26px;
  position: absolute;
  top: 0;
  right: 0;
}

#newsletter-modal .label-wrapper {
  margin-left: -12px;
}

#newsletter-modal .modal-header,
#terms-modal .modal-header,
#covid19-modal .modal-header {
  border-bottom: 0;
}

#newsletter-modal .modal-body,
#terms-modal .modal-body,
#covid19-modal .modal-body {
  padding: 0 15px;
}

#newsletter-modal .modal-footer {
  border-top: 0;
}

#newsletter-modal .modal-title,
#terms-modal .modal-title,
#covid19-modal .modal-title {
  color: #ad7b26;
  font-size: 16px;
}

#newsletter-modal .close,
#terms-modal .close,
#covid19-modal .close {
  color: #ad7b26;
  font-size: 24px;
  opacity: 1;
  text-shadow: none;
}

#newsletter,
#terms-modal,
#covid19-modal {
  padding: 0 0 0 5px;
}
#contactForm .buttons-set, #contactForm textarea, .account-create .buttons-set {
  max-width: 365px;
}

.account-login .buttons-set span {
  cursor: pointer;
}
.customer-account-forgotpassword .fieldset {
  margin: 0;
}
.customer-account-forgotpassword .buttons-set, .customer-account-create .fieldset, .account-create .buttons-set {
  margin-left: 0;
}
.buttons-set .back-link {
  line-height: normal;
}
.forgot-form .forgot-back-btn, .forgot-form .forgot-submit-btn, .register-form .register-back-btn, .register-form .register-submit-btn {
  font-size: 0.8em;
}
.forgot-form .forgot-back-btn .fa, .register-form .register-back-btn .fa, #co-shipping-form .fa, #co-shipping-method-form .buttons-set .button .fa, #checkout-step-payment .button .fa {
  margin-right: 3px;
}

.form-list label {
  color: #ad7b26;
}

#co-billing-form .form-list label,
#co-shipping-form .form-list label {
  color: #FFF;
}

.register-form .control label, .register-form .control label:hover, .form-list .control label, .form-list .control label:hover,
.paypal-express-review .control label
 {
  background-color: transparent;
}
.register-form .control input.checkbox {
  margin-left: 0;
  margin-right: 0;
}
.register-form .control label {
  padding: 6px 10px 6px 10px;
}

.no-bg, .no-bg:hover, .no-bg:active, .no-bg:focus{
  background: transparent;
  background-color: transparent;
}
#co-shipping-method-form .buttons-set .button, #payment-buttons-container.buttons-set .button, #review-buttons-container .button, .checkout-onepage-success .buttons-set .button {
  color: #ad7b26;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 1em;
}

#co-shipping-method-form .buttons-set .button .fa, #payment-buttons-container.buttons-set .button .fa, #review-buttons-container .button .fa, .checkout-onepage-success .buttons-set .button .fa,
.customer-address-index .button .fa {
  margin-left: 0.35em;
}

#co-shipping-method-form .buttons-set .back-link .button .fa, #payment-buttons-container.buttons-set .back-link .fa, .back-link .fa {
  margin-right: 0.35em;
}

#co-shipping-method-form .buttons-set .button:hover,
#co-shipping-method-form .buttons-set .button:active,
#co-shipping-method-form .buttons-set .button:focus {
  color: #fac149;
}
.flex-row, .buttons-set .button.flex-row, #discount-coupon-form .field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#discount-coupon-form .field-wrapper {
  position: relative;
  height: 35px;
}

#discount-coupon-form .coupon-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 50px;
  margin-top: 15px;
}

#discount-coupon-form .coupon-list.product-cart-remove .btn-remove2 {
  right: -21px;
}

#discount-coupon-form .input-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 0;
  width: 80%;
}
.opc .section .step-title {
  border-top: 0;
}

.opc.section#opc-review .step {
  padding: 0 20px 20px 20px;
}

.opc .section.active .step-title {
  border-bottom: 0;
}
.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2,
.opc .section .step-title h2 {
  font-size: 1em;
  color: #ad7b26;
  height: auto;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  display: none;
}
.block-progress {
  padding-left: 0;
  border-left: 0;
  position: relative;
  z-index: 15;
}

.block-progress .progress-line {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background-color: #ad7b26;
  width: 100%;
  z-index: 20;
}

.block-progress .block-content dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 21;
}
.block-progress .block-content dl div {
  position: relative;
  margin: 0 1.5em;
}

.block-progress .block-content dl div.old-progress span {
  color: #000;
}
.block-progress .block-content dl div.old-progress .changelink a {
  color: #ffe3a9;
}
.block-progress .block-content dl div.old-progress .changelink a:hover {
  color: #FFF;
}
.block-progress .block-content dl div.old-progress dd.complete {
  display: none;
  padding: 1em;
  margin-bottom: 0;
}
.block-progress .block-content dl div.old-progress dd.complete address {
  margin-bottom: 0;
}
.block-progress .block-content dl div.old-progress span {
  position: relative;
  z-index: 11;
}

.block-progress .progress-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background-color: #ad7b26;
}

#checkout-progress-wrapper {
  padding-top: 1em;
}

.block-progress .progress-circle {
  background-color: #000;
  box-shadow: inset 0px 0px 0px 3px #ad7b26;
}

.block-progress .active-progress .progress-circle, .block-progress .old-progress .progress-circle {
  box-shadow: 0;
  background-color: #ad7b26;
}

.block-progress .old-progress .progress-circle {
  color: #000;
}

.block-progress .progress-circle span {
  color: #ad7b26;
  font-size: 1.7rem;
  font-family: "Roboto";
}

.block-progress .active-progress .progress-circle span {
  color: #FFF;
  font-size: 1.7rem;
}

.block-progress .block-content {
  padding-bottom: 2px;
}

.block-progress .progress-line-single-name {
  font-size: 1.3rem;
  padding-bottom: 5px;
}

.block-progress .block-content dl div.active-progress > dt {
  color: #333;
  box-shadow: none;
}
.block-progress .block-content dl div dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ad7b26;
  position: relative;
  z-index: 22;
}
.block-progress .block-content dl div.old-progress:before {
  background-color: #5f605f;
}
.block-progress .block-content dl div.old-progress .separator {
  color: #ad7b26;
}
.form-list .control, .form-list .control label, .sp-methods dt label, #cart-sidebar-reorder li, ol#cart-sidebar-reorder p.product-name,
 .paypal-express-review .control .agree .label-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sp-methods dt {
  margin: 0;
}
.sp-methods dt label {
  padding: 5px 0;
  background-color: transparent;
}
.sp-methods dt label:hover, .sp-methods dt label:focus, .sp-methods dt label:active {
  background-color: transparent;
}

.sp-methods .price {
  color: #FFF;
  font-size: 1.5rem;
}

#co-billing-form ul.form-list .control {
  margin-left: -12px;
}
.form-list .control label {
  padding-left: 0;
}
.form-list .control input.radio, #co-payment-form input.radio {
  visibility: hidden;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}
.form-list .control input.checkbox,
.sp-methods dt input.checkbox,
.paypal-express-review input.checkbox,
.sp-methods dd input.radio
 {
  visibility: hidden;
  float: none;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
}
.form-list .control input.checkbox ~ label:before,
.sp-methods dt input.checkbox ~ label::before,
.paypal-express-review input.checkbox ~ label:before,
.sp-methods dd input.radio ~ label::before
 {
  content: " ";
  display: flex;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  margin-right: 6px;
  color: #ad7b26;
  padding: 1px 0px 0px 1px;
  font-size: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.form-list .control input.checkbox:checked ~ label:before,
.sp-methods dt input.checkbox:checked ~ label::before,
.paypal-express-review input.checkbox:checked ~ label:before,
.sp-methods dd input.radio:checked ~ label::before
 {
  content: '\2713';
}
.form-list .control input.radio:empty ~ label:before, #co-payment-form input.radio:empty ~ label:before {
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  color: #FFF;
  background-color: #FFF;
  border-radius: 100%;
  margin-right: 6px;
}
.form-list .control input.radio:checked ~ label:before, #co-payment-form input.radio:checked ~ label:before {
  background-color: #ad7b26;
  box-shadow: inset 0px 0px 0px 2px #FFF;
}
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number,
.opc .section.allow .step-title .number,
.related-grid .btn-cart  {
  background-color: #ad7b26;
}
.opc.opc-firststep-login .section#opc-login .step-title h2,
.opc .section.allow:not(.active) .step-title a,
.opc .section.allow .step-title h2,
.dashboard .box-head h2,
.customer-account .my-account h2,
.block-progress .progress-line-single-name ,
.block-progress .block-content dl div.old-progress span.progress-line-single-name {
  color: #ad7b26;
}
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: transparent;
}
.no-touch .opc .section.allow:not(.active) .step-title:hover .number {
  background-color: #fac149;
}
.no-touch .opc .section.allow:not(.active) .step-title:hover h2,
.opc.opc-firststep-login .section#opc-login .step-title h2:hover,
.opc .section.allow:not(.active) .step-title a:hover {
  color: #fac149;
}
#checkoutSteps {
  padding-top: 15px;
}
.checkout-login {
  padding-bottom: 15px;
}
.data-table thead th, #shopping-cart-table thead th,
.paypal-express-review thead th
{
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
 #shopping-cart-table thead th.cart-price-head + th{
   text-align: left;
 }
.sp-methods dt, .data-table tbody td, .data-table tfoot td {
  color: #ad7b26;
}
#checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, p.product-name a,
.dashboard p, #my-orders-table tbody td, .dashboard address, .pager, body.customer-account .my-account .title-buttons span.separator, #shopping-cart-table tfoot td span, .cms-no-route .std dd li, .order-info-btns .separator {
  color: #909090;
}
li[id*="opc-"], #checkout-step-shipping_method, #checkout-step-payment, #checkout-step-review {
  display: block;
  float: none;
  clear: both;
}
#payment-tool-tip {
  padding: 20px;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title {
  padding-left: 15px;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login > .col-lg-12 {
  display: none;
}
#checkout-review-submit .buttons-set .f-left span, .dashboard .hello {
  color: #ad7b26;
  font-size: 1.5rem;
}
#review-buttons-container .btn-checkout {
  min-width: auto;
  font-size: 2rem;
}
.data-table thead th, .data-table tbody td {
  border-bottom: 0;
}
.data-table th, .data-table tfoot tr, .button.disabled, .button:disabled, .btn-normal:hover, .btn-normal:active, .btn-normal:focus, .sidebar .actions .button:hover, .sidebar .actions .button:active, .sidebar .actions .button:focus {
  background-color: transparent;
  background: transparent;
}
.float-none:after {
  content: '';
  clear: both;
}
.checkout-success .sub-title {
  margin: 0 0 10px 0;
  color: #ad7b26;
}
.checkout-success p {
  font-size: 1.5rem;
  color: #909090;
}
.btn-normal, .sidebar .actions .button {
  color: #ad7b26;
  background: transparent;
  background-color: transparent;
}
.block-title {
  border-top: 0;
  margin-bottom: 0;
}
.block-reorder .block-subtitle {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #ad7b26;
}
ol#cart-sidebar-reorder li, ol#cart-sidebar-reorder p.product-name {
  margin: 0;
}
ol#cart-sidebar-reorder li input {
  margin: 0 10px 0 0;
}
p.product-name a, .dashboard p {
  font-size: 1.3rem;
}
#checkout-review-table tbody tr td:first-child {
  width: 150px;
}
#checkout-review-table tbody tr td:first-child .product-preview {
  position: relative;
  width: 100%;
  height: 100%;
}
#checkout-review-table tbody tr td:first-child img {
  width: 100%;
  height: 100%;
}
#checkout-review-table tbody tr td:nth-child(2) {
  width: 60%;
}
#checkout-review-table tbody td .product-name {
  color: #ad7b26;
  font-size: 18px;
}
body.customer-account .my-account .buttons-set button.button,
body.customer-account .my-account .title-buttons .button
{
  font-size: 25px;
  color: #ad7b26;
  font-weight: bold;
  background: transparent;
}
.block-account .block-title h1 {
  margin: 0;
  font-size: 35px;
}
.block-account ul {
  margin: 0;
}
.block-account ul li a, .my-account h2.legend, .my-account h2, .cms-no-route .std dt, .order-date {
  color: #ad7b26;
  font-size: 15px;
}
.block-account ul li.current a, .block-account ul li.current a strong, .block-account ul li a:hover {
  color: #fac149;
}
.dashboard .box-head, form .legend {
  border-bottom: 0;
}
.dashboard .box-head h2, .customer-account .my-account h2 {
  margin: 0;
  font-size: 15px;
}
.dashboard .box-account h3 {
  color: #909090;
}
#my-orders-table th {
  font-size: 14px;
}
#my-orders-table tbody td, #my-orders-table tbody td a {
  font-size: 13px;
}
.dashboard .box-account {
  border-bottom: 0;
  padding-bottom: 0;
}
.box-account .box-title h3 {
  font-size: 1.4rem;
}
.menu-separator {
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 10px 0;
}
.my-account label:before {
  margin-left: -12px;
}
.my-account .item address {
  margin: 0 0 5px 0;
}
.my-account .item a {
  font-size: 1.3rem;
}
.my-account .item p, .my-account .item address {
  color: #909090;
  font-size: 1.3rem;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 0;
  padding: 0;
}
.block-layered-nav .block-content > dl > dd, .block-layered-nav .block-content > dl > dt {
  border: 0;
}
#narrow-by-list .count {
  color: #909090;
  font-size: 1.3rem;
}
.col-left .block .actions .button ~ a, .col-right .block .actions .button ~ a {
  line-height: normal;
  margin-right: 0;
}
.block .actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.block-layered-nav .currently ol {
  padding: 0;
  margin: 0;
}
.block-layered-nav .currently ol li .label {
  font-size: 1.6rem;
  color: #909090;
  text-transform: uppercase;
}
.block-layered-nav .currently ol li .value {
  font-size: 1.5rem;
}
.btn-remove {
  border: 1px solid #ad7b26;
}
.btn-remove:after {
  color: #fac149;
}
/* .btn-remove:hover {
  background-color: #ad7b26;
  border-color: #ad7b26;
} */

.sorter > .sort-by .sort-by-switcher--asc, .sorter > .sort-by .sort-by-switcher--desc {
  background-position: 0;
}
.sorter > .sort-by .sort-by-switcher {
  background-image: none;
  text-indent: 0;
  text-align: center;
}

.pages .next, .pages .previous {
  font-size: 1.5rem;
  color: #ad7b26;
}

.pages .previous::before {
  display: none;
}

.pages li a.next, .pages li a.previous {
  border: 2px solid #ad7b26;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pages li a.previous:hover::before {
  display: none;
}

.pages .next:hover, .pages .previous:hover {
  border: 2px solid #fac149;
  border-radius: 0;
  color: #fac149;
}

.pages ol {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
.pages {
  margin-left: 0;
}
.block-search .actions {
  margin: 0;
  padding-bottom: 10px;
}
.block-layered-nav--no-filters {
  margin-bottom: 0;
}
.block-layered-nav--no-filters > .block-search {
  margin: 0;
}
.dashboard address {
  font-size: 1.4rem;
}
body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
  z-index: 999;
  top: 0;
}
body.customer-account .my-account .title-buttons a {
  font-size: 15px;
  color: #FFF;
}
.order-info {
  position: relative;
  border-bottom: 0;
  margin-bottom: 15px;
}
.order-info-btns {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 3px;
}
.order-info dt, .order-info dd, .order-info-btns {
  font-size: 15px;
  color: #ad7b26;
}
.order-info-box + .order-info-box {
  border-bottom: 0;
}
.order-info-box .box {
  display: flex;
  flex-direction: row;
}
.order-info-box .box-content, .order-info-box .box-title {
  float: none;
}
.order-info-box .box-content {
  font-size: 13px;
  color: #909090;
}
.order-items .product-name {
  color: #909090;
}

.dashboard .box-head h2{
  font-weight: 400;
}
body.customer-account .my-account .title-buttons .button{
  width: 93%;
  margin-top: 20px;
}


.box-header-centered, .cart-forms .title-wrapper h2.box-header-centered {
  font-size: 2.2rem;
  color: #ad7b26;
  outline: 0;
  border-bottom: 0;
  padding: 0 0 1em 0;
  text-align: center;
}

.btn-chevron-right .btn-chevron-right-wrapper span {
  color: #ad7b26;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 500;
}

.btn-chevron-right .fa {
  font-size: 3rem;
  color: #ad7b26;
  margin-left: 0.5em;
}

.page-title h1.box-header-xs {
  color: #ad7b26;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 3px 10px;
}

.block-reorder .block-title {
  padding-left: 5px;
}

.block-reorder .block-title span {
  color: #ae790b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

ol#cart-sidebar-reorder p.product-name a {
  color: #efc8a2;
}

.text-centered {
  text-align: center;
}

.logout-page .box-header {
  margin: 0.8em 0;
}

.logout-page p {
  font-size: 1.5rem;
  color: #FFF;
  margin: 0;
}

.messages {
  padding-left: 10px;
}

.content-wrapper > .messages,
#messages_product_view .messages,
.catalogsearch-result-index .messages,
.cart .messages,
.checkout-messages .messages,
.checkout-onepage-success .messages,
.account-login .messages,
.my-account .messages
 {
  padding-left: 0;
}

.checkout-cart-index .messages {
  padding-left: 0;
  padding-top: 15px;
  margin: 0 -15px;
}

.checkout-agreements .checkbox {
  visibility: hidden;
  float: none;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
}

.messages .error-msg li {
  border-left: 5px solid #df280a;
  color: #FFF;
  border: 1px solid #df280a;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.messages .notice-msg li {
  border-left: 5px solid #e26703;
  color: #FFF;
  border: 1px solid #e26703;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.messages .success-msg li {
  color: #FFF;
  border: 1px solid #11b400;
  border-left: 5px solid #11b400;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

#billing-note-form textarea {
  color: #4D4D4D;
  font-size: 13px;
}

.top-buttons {
  display: none;
}

.method-services-wrapper, .sp-methods ul li label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}

.method-services-wrapper .submit-order-column {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
}

.method-services-wrapper .submit-order-column button {
  color: #ad7b26;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.method-services-wrapper .submit-order-column button .fa {
  margin-left: 0.35em;
}

#checkout-shipping-method-load .sp-methods dd label {
  padding-left: 0 !important;
  font-size: 14px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  background: transparent;
  align-items: flex-end;
}

.method-services-wrapper .form-list .control {
  flex-direction: column;
}

.method-services-wrapper .service-name {
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.method-services-wrapper .service-name .checkbox {
  position: absolute;
  left: 0;
  top: 0;
}

.method-services-wrapper .title-wrapper.checkout-title-wrapper .box-header {
  font-size: 1.6rem;
  font-weight: 600;
}

.method-services-wrapper .service-description {
  font-size: 11px;
  padding-left: 25px;
}

.method-services-wrapper .method-info {
  font-size: 11px;
}

.method-services-wrapper .service-name .label-wrapper {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.method-services-wrapper .service-name .label-wrapper span {
  white-space: nowrap;
}

.method-services-wrapper .service-name .price {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2px;
}

.method-services-wrapper .service-name .price .curr-EUR,
.method-services-wrapper .service-name .price .curr-GBP,
.method-services-wrapper .service-name .price .curr-USD,
.method-services-wrapper .service-name .price .curr-PLN {
  font-size: 16px;
  color: #ad7b26;
  margin-top: 2px;
  margin-left: 5px;
}

.method-terms:not(.covid) {
  padding-top: 25px;
}

.method-terms label {
  font-size: 13px;
  color: #FFF;
}

.method-terms .control {
  position: relative;
}

.method-terms .control .checkbox{
  position: absolute;
  left: 0;
  top: 0;
}

.method-terms .form-list .control label
 {
  align-items: flex-start;
  color: #FFF;
  padding: 6px 0 0 0;
  margin-bottom: 0;
  margin-left: -45px;
}
.method-terms.covid .form-list .control label{
  margin-left: 0px;
  font-size: 16px;
}
.method-terms .form-list .control .additional-row {
  font-size: 13px;
  padding-left: 15px;
}

.method-terms .form-list .control label span {
  margin-right: 5px;
}

.method-services-wrapper .service-name, .method-services-wrapper .service-name .label-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.bottom-btns-actions .buttons-set .button:hover,
.bottom-btns-actions .buttons-set .button:focus,
.bottom-btns-actions .buttons-set .button:active {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.bottom-btns-actions .buttons-set .button.btn-next .fa {
  margin-left: 0.35em;
}

.bottom-btns-actions .buttons-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.bottom-btns-actions .buttons-set:after {
  content: unset;
}

#billing-buttons-actions, #login-buttons-actions {
  display: none;
}

.bottom-btns-actions .button {
  color: #ad7b26;
}

.opc #opc-login .step#checkout-step-login {
  padding-bottom: 100px;
}

.add-new-address-btn {
  display: block;
  background-color: transparent;
  color: #ad7b26;
  font-size: 13px;
  text-transform: uppercase;
  padding: 3px 25px;
  margin-left: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.billing-additional-inputs {
  padding-left: 15px;
}

#co-shipping-form .field, #co-shipping-form .wide {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#co-shipping-form label {
    max-width: 155px;
    width: 100%;
}

.opc .section #checkout-step-payment.step {
  padding: 0;
}

#opc-payment .box-header {
  margin: 0 0 20px 0;
}

#co-payment-form {
  display: flex;
}

#co-payment-form .form-list > li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0px;
}

#co-payment-form .summary.form-list > li {
  font-size: 17px;
}

#co-payment-form .summary.form-list > li.total {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 24px;
}

#co-payment-form .summary.form-list > li.total .total-label {
  color: #ad7b26;
}

#co-payment-form .summary.form-list > li.total .price {
  font-size: 28px;
}

#co-payment-form .summary.form-list > li.total .price .curr-EUR,
#co-payment-form .summary.form-list > li.total .price .curr-GBP,
#co-payment-form .summary.form-list > li.total .price .curr-USD {
  color: #ad7b26;
  padding: 0;
  font-size: 25px;
}

#co-payment-form .payment-info {
  padding-left: 28px;
}

#co-payment-form .payment-info div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#co-payment-form .payment-info p, #co-payment-form .payment-info span {
  font-size: 11px;
  color: #FFF;
}

#co-payment-form .payment-info span {
  margin-right: 5px;
}

#co-payment-form .payment-info select {
  max-width: 100px;
  font-size: 11px;
}

#co-payment-form input.checkbox {
  visibility: hidden;
}

#co-payment-form .sp-methods dt[id^='dt_method_'] label {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}


#co-payment-form input.checkbox:checked ~ label::before {
  content: '\2713';
}

#co-payment-form .summary.form-list > #summary-included {
  font-size: 14px;
  color: #ad7b26;
}

.pager .amount, .pager .limiter, .pager .pages {
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

.cart .cart-continue-shopping {
  padding-left: 0;
}

.button2 span {
  height: auto;
}

.btn-chevron-right .fa {
  margin-left: 0;
  margin-right: 0.5em;
}

.btn-chevron-right .btn-chevron-right-wrapper span {
  font-size: 1.7rem;
}

.cart .cart-table-wrapper {
  margin-bottom: 15px;
}

.cart .block-progress {
  padding: 0 100px;
}

.checkout-cart-index .breadcrumbs {
  margin: 0 -15px;
  padding-top: 20px;
}

.checkout-cart-index .breadcrumbs li, .checkout-onepage-index .breadcrumbs li {
  text-transform: uppercase;
  font-size: 13px;
}

.row-buttons-mobile {
  display: none;
}

.row-buttons-mobile-actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.row-buttons-mobile-actions .btn-prev {
  white-space: nowrap;
}

.row-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.row-buttons.progress-wrapper .block-progress {
  padding: 0 50px;
}

.btn-step {
  font-size: 2.2rem;
  color: #ad7b26;
  font-weight: 500;
}

.btn-step:hover, .btn-step:active, .btn-step:focus {
  background-color: inherit;
}

.btn-prev, .btn-next {
  min-height: 50px;
}

.btn-prev .fa {
  margin-right: 0.5em;
}

.btn-next .fa {
  margin-left: 0.5em;
}

.cart-table .product-cart-total, .cart-table .product-cart-price {
  text-align: left;
}

#shopping-cart-totals-table tr td:last-child {
  color: #FFF;
}

.opc select,
#billing-new-address-form input[type="email"],
#billing-new-address-form input[type="search"],
#billing-new-address-form input[type="number"],
#billing-new-address-form input[type="password"],
#billing-new-address-form input[type="tel"],
#billing-new-address-form input[type="text"],
#co-shipping-form input[type="email"],
#co-shipping-form input[type="search"],
#co-shipping-form input[type="number"],
#co-shipping-form input[type="password"],
#co-shipping-form input[type="tel"],
#co-shipping-form input[type="text"] {
  max-width: 275px;
}

#co-shipping-form select {
  width: 275px;
}

.sp-methods dt[id^='dt_method_'], .sp-methods dt[id^='dt_method_']:first-child {
  display: flex;
  flex-direction: row;
  margin: 0 0 0 -13px;
}

.form-list .control input.checkbox ~ label::before,
.sp-methods dt input.checkbox ~ label::before,
.paypal-express-review input.checkbox ~ label:before,
.sp-methods dd input.radio ~ label::before
 {
  background-color: transparent;
  padding: 7px 7px 7px 8px;
  border: 2px solid #ad7b26;
  border-radius: 3px;
}
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover{
  background: transparent;
}
.form-list .control label {
  min-width: auto;
}

#co-billing-form label.label-wrapper,
#co-shipping-form label.label-wrapper  {
  min-width: 100%;
  max-width: 100%;
}
#swipebox-arrows{
  height: 160px;
}
#swipebox-prev, #swipebox-next{
  width: auto;
  height: auto;
}
#swipebox-close{
  /* background-color: #000; */
}
#swipebox-prev, #swipebox-next{
  background-image: none!important;
  color: #fff;
  font-size: 100px;
}
#swipebox-prev:before{
  content: '\e902';
  font-family: 'icomoon';
}
#swipebox-next:before{
  content: '\e904';
  font-family: 'icomoon';
}
/*PayPal review page*/
.paypal-express-review .info-set{
  margin-bottom: 20px;
}
.paypal-express-review .info-set h2{

}
.paypal-express-review .info-set h3{
  font-size:  1.6rem;
  color: #ad7b26;
  font-weight: 600;
}
.paypal-express-review .control a{
  display: inline-block;
  margin: 0px 5px;
}
.paypal-express-review thead{
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.paypal-express-review .data-table tbody td{
  color: #fff;
}

/*Toolbar sorter and pager - Aga*/

.toolbar *,
.pager > .count-container
{
  float: none;
  margin-bottom: 0px;
  font-size: 14px;
}
.toolbar select{
  position: relative;
  padding: 7px 30px 7px 10px;
  border: 1px solid #a0a0a0;
  /* box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); */
  color: #a0a0a0;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0,0,0,0.2);
  background-image: url('../images/select-bg.svg');
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 10px 5px;
  margin: 0px 10px;
}
.toolbar select option{
  background-color: #fff;
  color: #000;
}
.sorter > .sort-by,
.toolbar .pager,
.pager .limiter
{
  height: auto;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toolbar .pager{
  margin-top: 0px;
}
.toolbar label,
.toolbar span
{
  text-transform: none;
  color: #fff;
  font-size: 16px;
}
.pager .amount,
.pager .limiter
{
  float: none;
}
.sorter > .sort-by select{
  margin-right: 0px;
}
.sorter{
  margin-right: 20px;
}
.pager .amount{
  margin: 0px;
  margin-left: 15px;
  font-size: 14px;
}
.top-toolbar .pager-wraper{
  display: none;
}
.top-toolbar .toolbar{
  justify-content: flex-end;
}
.sorter > .sort-by .sort-by-switcher{
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sort-by-switcher .triangle{
  transition: all 0.4s;
  margin: 0px 5px 0px 15px;
}
.sort-by-switcher:hover .triangle{
  transition: all 0.4s;
}
.sort-by-switcher .triangle-up{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #ad7b26;
}
.sort-by-switcher .triangle-down{
  transition: all 0.4s;
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #ad7b26;
}
.sort-by-switcher:hover .triangle-up{
  border-bottom: 7px solid #fac149;
}
.sort-by-switcher:hover .triangle-down{
  border-top: 7px solid #fac149;
}

.discount-percent{
    font-size: 1em;
    position: absolute;
    top: -13px;
    text-align: match-parent;
    font-weight: 600;
    margin-left: 15px;
}

.films-wrapper{
    margin-top: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*******************************
*          Tracking
*******************************/
.page-popup{
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 100vh;
}
.tracking-table-popup{
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.tracking-table-popup.data-table tbody th.label{
  display: table-cell;
  vertical-align: middle;
  color: #ad7b26;
  text-align: right;
}
.tracking-table-popup.data-table tbody td{
  color: #fff;
}
.shipping-tracking-popup button.button{
  background-color: #ad7b26;
  color: #fff;
  transition: ease all 0.4s;
}
.shipping-tracking-popup button.button span span::before{
  content: 'x';
  padding-right: 5px;
}
.shipping-tracking-popup button.button:hover{
  background-color: transparent;
  color: #ad7b26;
  transition: ease all 0.4s;
}
.shipping-tracking-popup .title-buttons button.button{
  display: none;
}
/********end of Tracking********/

/*******************************
*          Bundles
*******************************/
.bundle_row .grid-padding-fix{
  margin: 0px -10px;
}
.bundle_row .products-grid .product-summary {
    margin: 0px -20px 15px;
    padding-left: 40px;
    background-image: url("../images/deco-grid.svg");
}
.products-grid .btn-bundle{
    width: 71px;
    height: 45px;
    background: url("../images/grid-bundle-view.svg") no-repeat;
        background-size: auto;
    background-size: contain;
}
.products-grid .btn-bundle:hover{
  background-image: url("../images/grid-bundle-view-hover.svg");
}
.modal-bundle{
  z-index: 2001;
}
.modal-bundle .modal-dialog{
  max-width: 95vw;
}
.modal-bundle .modal-body{
  background: url('../images/bg.jpg') center;
  background-size: cover;

  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0px;
  padding: 30px 15px 0px;
}
.modal-bundle .modal-body > .row{
  max-height: 80vh;
  overflow: auto;
}
.modal-bundle .tier-prices,
.modal-bundle .qty-holder,
.modal-bundle .radio,
.modal-bundle .product-name,
.price-hidden{
  display: none;
}
.modal-bundle .selected.product-wrap{
  box-shadow: inset 0 0 10px #ae790b;
}
.modal-bundle .product-wrap{
  height: calc(100% - 20px);
}
.modal-bundle .label{
  display: block;
  padding: 0px;
  margin: 15px 0px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #ae790b;
  white-space: normal;
}
.modal-bundle-summary{
  padding-left: 40px;
  margin: 0px -15px -1px;
  background-image: url("../images/deco-grid.svg");
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  text-transform: uppercase;
  color: #ae790b;
  font-size: 20px;
}
.products-grid .btn-bundle.close{
  opacity: 1;
  background-image: url("../images/grid-bundle-back.svg")
}
.products-grid .btn-bundle.close:hover{
  background-image: url("../images/grid-bundle-back-hover.svg")
}
.modal-bundle .modal-body > .row{
  display: flex;
  justify-content: center;
  align-self: stretch;
  flex-wrap: wrap;
}
.bundle_row h3.product-link{
  text-align: center;
  font-size: 14px;
  margin: 10px 0px 0px;

}
.bundle_row h3.product-link a:after{
  content: '\e903';
  font-family: 'icomoon';
}
.bundle_row h3.product-link a{
  color: var(--yellow);
}
.bundle_row h3.product-link a:hover{
  color: var(--active);
}
.bundle_row h3.product-link-empty{
  text-align: center;
  font-size: 14px;
  margin: 10px 0px 0px;
  height: 18px;

}
.bundle_row h3.product-link-empty a{
  color: var(--yellow);
}
.bundle_row h3.product-link-empty a:hover{
  color: var(--active);
}
/********end of Bundles********/
