/* FONTS */

@font-face{
  font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 400;
  font-weight: normal;
  src: url('/catalog/view/theme/minibeast/fonts/Nantes_Variable_Upright_Web.woff') format('woff');
  src: url('/catalog/view/theme/minibeast/fonts/Nantes_Variable_Upright_Web.woff2') format('woff2');
  font-display: swap;
}

@font-face{
  font-family: 'Nantes-Italic';
  font-variation-settings: 'wght' 400;
  font-weight: normal;
  src: url('/catalog/view/theme/minibeast/fonts/Nantes_Variable_Italic_Web.woff') format('woff');
  src: url('/catalog/view/theme/minibeast/fonts/Nantes_Variable_Italic_Web.woff2') format('woff2');
  font-display: swap;
}

@font-face{
  font-family: 'Nantes-Italic';
  font-variation-settings: 'wght' 400;
  font-weight: normal;
  src: url('/catalog/view/theme/minibeast/fonts/Nantes_Variable_Italic_Web.woff') format('woff');
  src: url('/catalog/view/theme/minibeast/fonts/Nantes_Variable_Italic_Web.woff2') format('woff2');
  font-display: swap;
}

@font-face{
  font-family: 'DM Sans';
  src: url('/catalog/view/theme/minibeast/fonts/dm-sans/DMSans-Regular.woff') format('woff');
  font-display: swap;
}

@font-face{
  font-family: 'DM Sans Bold';
  src: url('/catalog/view/theme/minibeast/fonts/dm-sans/DMSans-Bold.woff') format('woff');
  font-display: swap;
}




.button-remove-coupon-total-minicart,
.button-remove-coupon-total-quickcheckout,
.button-remove-coupon-total-cart,
.button-remove-reward-total-minicart,
.button-remove-reward-total-quickcheckout,
.button-remove-reward-total-cart{
	position: relative;
	display: inline-block;
	background: #BB1832;
	border-radius: 50%;
	font-family: 'DM Sans Bold';
	width: 20px;
	height: 20px;
	font-size: 10px;
	color: #f2efe4;
	margin-left: 8px;
	vertical-align: middle;
	overflow: hidden;
}

.button-remove-coupon-total-minicart button,
.button-remove-coupon-total-quickcheckout button,
.button-remove-coupon-total-cart button,
.button-remove-reward-total-minicart button,
.button-remove-reward-total-quickcheckout button,
.button-remove-reward-total-cart button,
#button-remove-coupon-total-cart{
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
	font-size: 19px;
	line-height: 18px;
	color: #f2efe4;
	cursor: pointer;
	transition: opacity 0.2s ease;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.button-remove-coupon-total-minicart button:hover,
.button-remove-coupon-total-quickcheckout button:hover,
.button-remove-coupon-total-cart button:hover,
.button-remove-reward-total-minicart button:hover,
.button-remove-reward-total-quickcheckout button:hover,
.button-remove-reward-total-cart button:hover,
#button-remove-coupon-total-cart:hover{
	opacity: 0.8;
	color: #f2efe4;
}

.button-remove-coupon-total-minicart button:active,
.button-remove-coupon-total-quickcheckout button:active,
.button-remove-coupon-total-cart button:active,
.button-remove-reward-total-minicart button:active,
.button-remove-reward-total-quickcheckout button:active,
.button-remove-reward-total-cart button:active,
#button-remove-coupon-total-cart:active{
	opacity: 0.6;
}

.button-remove-coupon-total-minicart button:disabled,
.button-remove-coupon-total-quickcheckout button:disabled,
.button-remove-coupon-total-cart button:disabled,
.button-remove-reward-total-minicart button:disabled,
.button-remove-reward-total-quickcheckout button:disabled,
.button-remove-reward-total-cart button:disabled,
#button-remove-coupon-total-cart:disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

.button-remove-coupon-total-minicart:disabled,
.button-remove-coupon-total-quickcheckout:disabled,
.button-remove-coupon-total-cart:disabled,
.button-remove-reward-total-minicart:disabled,
.button-remove-reward-total-quickcheckout:disabled,
.button-remove-reward-total-cart:disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

html{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
}

body{
  font-size: 14px;
  line-height: 25px;
  color: #122418;
  background-color: #f3efe4;
  font-weight: 400;
  line-height: 2.125;
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  touch-action: manipulation;
  font-feature-settings: 'kern';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
  display: block;
}

audio, canvas, progress, video{
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]){
  display: none;
  height: 0;
}

[hidden], template{
  display: none;
}

a{
  background-color: transparent;
}

a:active, a:hover{
  outline: 0;
}

abbr[title]{
  border-bottom: 1px dotted;
}

label.css-label{
  font-size: 14px !important;
}

b, strong{
  font-family: 'DM Sans Bold';
  font-weight: normal;
}

h1{
  font-size: 2em;
  margin: 0.67em 0;
}

mark{
  background: #ff0;
  color: #122418;
}

small{
  font-size: 80%;
}

sub, sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup{
  top: -0.5em;
}

sub{
  bottom: -0.25em;
}

img{
  border: 0;
}

svg:not(:root){
  overflow: hidden;
}

figure{
  margin: 1em 40px;
}

hr{
  box-sizing: content-box;
  height: 0;
}

pre{
  overflow: auto;
}

code, pre{
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea{
  color: inherit;
  font: inherit;
  margin: 0;
}

button{
  overflow: visible;
}

button, select{
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]{
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled]{
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner{
  border: 0;
  padding: 0;
}

input{
  line-height: normal;
}

input[type="checkbox"], input[type="radio"]{
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
  height: auto;
}

input[type="search"]{
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{
  -webkit-appearance: none;
}

fieldset{
  border: 0;
  margin: 0 ;
  padding: 0;
}

legend{
  border: 0;
  padding: 0;
}

textarea{
  overflow: auto;
}

optgroup{
  font-family: 'DM Sans Bold';font-weight: 500;
  font-weight: 500;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

td, th{
  padding: 0;
}

@media print{
  *, :after, :before {
    background: 0 0 !important;
    color: #122418 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn>.caret, .dropup>.btn>.caret {
    border-top-color: #122418 !important;
  }
  .label {
    border: 1px solid #122418;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0 !important;
  outline-color: transparent;
  outline-style: none;
}

a{
  color: #122418;
  text-decoration: none;
}

a:focus, a:hover{
  color: #122418;
  text-decoration: none;
}

a:focus{
  outline: none;
}

figure{
  margin: 0;
}

img{
  vertical-align: middle;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.img-rounded{
  border-radius: 0;
}

.img-thumbnail{
  line-height: 1.42857;
  background-color: #f2efe4;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-right: 8px;
}

.radio img{
  background-color: #f2efe4;
  display: inline-block;
  border: 1px solid #122418;
  margin-right: 8px;
  padding: 3px;
}

.img-circle{
  border-radius: 50%;
}

hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"]{
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 800;
  font-weight: normal;
  line-height: 1.1;
  color: #122418;
  letter-spacing: 0.8px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small{
  font-family: 'DM Sans Bold';font-weight: 500;
  line-height: 1;
  color: #122418;
}

.bottom{
  display: none;
}

.h1, .h2, .h3, h1, h2, h3{
  margin-top: 0;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small{
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6{
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small{
  font-size: 75%;
}

.h1, h1{
  font-size: 28px;
}

@media (max-width: 767px){
  .h1, h1 {
    font-size: 20px;
  }
}

.h2, h2{
  font-size: 20px;
}

.h3, h3{
  font-size: 18px;
}

.h4, h4{
  font-size: 18px;
}

.h5, h5{
  font-size: 14px;
}

.h6, h6{
  font-size: 13px;
}

p{
  margin: 0;
}

.lead{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.panel-title-options{
    height: auto;
    width: 100%;
}

@media (min-width: 767px){
  .product__inner {
    display: block!important;
    margin-top: -30px;
    margin-bottom: 20px;
}

.panel-title-options {
    display: none;
}
  .tile:hover {
    transform: scale(1.03);
  }
  .lead {
    font-size: 21px;
  }
}

.mark, mark{
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.text-center{
  text-align: center;
}

.text-justify{
  text-align: justify;
}

.text-nowrap{
  white-space: nowrap;
}

.text-lowercase{
  text-transform: lowercase;
}

.initialism, .text-uppercase{
  text-transform: uppercase;
}

.text-capitalize{
  text-transform: capitalize;
}

.text-muted{
  color: #122418;
}

.text-primary{
  color: #122418;
}

a.text-primary:focus, a.text-primary:hover{
  color: #161616;
}

.text-success{
  color: #122418;
}

a.text-success:focus, a.text-success:hover{
  color: #2b542c;
}

.text-info{
  color: #31708f;
}

a.text-info:focus, a.text-info:hover{
  color: #245269;
}

.text-warning{
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover{
  color: #66512c;
}

.text-danger{
  color: #f05c5c;
  font-size: 15px;
}

a.text-danger:focus, a.text-danger:hover{
  color: #843534;
}

.bg-primary{
  color: #f2efe4;
}

.bg-primary{
  background-color: #122418;
}

a.bg-primary:focus, a.bg-primary:hover{
  background-color: #161616;
}

.bg-success{
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover{
  background-color: #c1e2b3;
}

.bg-info{
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover{
  background-color: #afd9ee;
}

.bg-warning a{
  color: #f6f5f1;
}

.bg-warning{
  background-color: #122418;
  color: #f6f5f1;
  border-radius: 10px !important;
}

a.bg-warning:focus, a.bg-warning:hover{
  background-color: #f7ecb5;
}

.bg-danger{
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover{
  background-color: #e4b9b9;
}

ol, ul{
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul{
  margin-bottom: 0;
}

.list-unstyled{
  padding-left: 0;
  list-style: none;
  margin-top: 5px;
}

.list-inline{
  padding-left: 0;
  list-style: none;
}

.list-inline>li{
  display: inline-block;
}

dl{
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt{
  line-height: 1.42857;
}

dt{
  font-family: 'DM Sans Bold';font-weight: 500;
}

dd{
  margin-left: 0;
}

.dl-horizontal dd:after, .dl-horizontal dd:before{
  content: " ";
  display: table;
}

.dl-horizontal dd:after{
  clear: both;
}



@media (min-width: 767px){
  .zoomContainer {
    display: none;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title], abbr[title]{
  cursor: help;
  border-bottom: 1px dotted #122418;
}

.initialism{
  font-size: 90%;
}

blockquote{
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ddd;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child{
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small{
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #122418;
}

blockquote .small:before, blockquote footer:before, blockquote small:before{
  content: "\2014 \00A0";
}

.blockquote-reverse, blockquote.pull-right{
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ddd;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before{
  content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after{
  content: "\00A0 \2014";
}

address{
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code{
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

pre{
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #122418;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code{
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable{
  max-height: 340px;
  overflow-y: scroll;
}

table{
  background-color: transparent;
}

caption{
  padding-top: 8px;
  padding-bottom: 8px;
  color: #122418;
  text-align: left;
}

th{
  text-align: left;
}

.table{
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  padding: 8px;
  line-height: 1.42857;
  vertical-align: middle;
}

.table>thead>tr>th{
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
  border-top: 0;
}

.table>tbody+tbody{
  border-top: 2px solid #ebebeb;
}

.table .table{
  background-color: #f2efe4;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{
  padding: 5px;
}

.table-bordered{
  border: 1px solid #ebebeb;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  border: 1px solid #ebebeb;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  border-bottom-width: 1px;
}

.table-striped>tbody>tr:nth-of-type(odd){
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover{
  background-color: #f5f5f5;
}

table col[class*="col-"]{
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"], table th[class*="col-"]{
  position: static;
  float: none;
  display: table-cell;
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active{
  background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover{
  background-color: #e8e8e8;
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success{
  background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover{
  background-color: #d0e9c6;
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info{
  background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover{
  background-color: #c4e3f3;
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning{
  background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover{
  background-color: #faf2cc;
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger{
  background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover{
  background-color: #ebcccc;
}

.table-responsive{
  overflow-x: auto;
  min-height: 0.01%;
}

.table-responsive{
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ebebeb;
}

.table-responsive>.table{
  margin-bottom: 0;
}

.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th{
  white-space: nowrap;
}

.table-responsive>.table-bordered{
  border: 0;
}

.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child{
  border-left: 0;
}

.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child{
  border-right: 0;
}

.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th{
  border-bottom: 0;
}


fieldset{
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend{
  display: block;
  width: 100%;
  font-family: 'DM Sans Bold';font-weight: 500;
  font-size: unset;
  line-height: inherit;
  color: #122418;
  border: 0;
}

label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: 'DM Sans Bold';font-weight: 500;
}

input[type="search"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"], input[type="radio"]{
  margin: 6px 0 0;
  line-height: normal;
}

input[type="file"]{
  display: block;
}

input[type="range"]{
  display: block;
  width: 100%;
}

select[multiple], select[size]{
  height: auto;
}

input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus{
  outline: 0 !important;
  outline-offset: 0;
}

output{
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.42857;
  color: #122418;
}

.form-control{
    border-radius: 0px;
    border: 1px solid #122418;
    border: 0px;
    background: #dfdcd2;
    display: block;
    text-align: left;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #122418;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button:focus, div:focus, input:focus{
  outline: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: #ddd;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control{
  cursor: not-allowed;
}

textarea.form-control{
  height: auto;
}

input[type="text"].form-control::-webkit-input-placeholder{
  color: #999999;
  opacity: 1;
}

input[type="text"].form-control::-moz-placeholder{
  color: #999999;
  opacity: 1;
}

input[type="text"].form-control:-ms-input-placeholder{
  color: #999999;
}

input[type="text"].form-control::placeholder{
  color: #999999;
  opacity: 1;
}

input[type="search"]{
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
  input[type="date"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control, input[type="time"].form-control {
    line-height: 42px;
  }
  .input-group-sm input[type="date"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"], .input-group-sm input[type="time"], .input-group-sm>.input-group-btn>input[type="date"].btn, .input-group-sm>.input-group-btn>input[type="datetime-local"].btn, .input-group-sm>.input-group-btn>input[type="month"].btn, .input-group-sm>.input-group-btn>input[type="time"].btn, .input-group-sm>input[type="date"].form-control, .input-group-sm>input[type="date"].input-group-addon, .input-group-sm>input[type="datetime-local"].form-control, .input-group-sm>input[type="datetime-local"].input-group-addon, .input-group-sm>input[type="month"].form-control, .input-group-sm>input[type="month"].input-group-addon, .input-group-sm>input[type="time"].form-control, .input-group-sm>input[type="time"].input-group-addon, input[type="date"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"], .input-group-lg input[type="time"], .input-group-lg>.input-group-btn>input[type="date"].btn, .input-group-lg>.input-group-btn>input[type="datetime-local"].btn, .input-group-lg>.input-group-btn>input[type="month"].btn, .input-group-lg>.input-group-btn>input[type="time"].btn, .input-group-lg>input[type="date"].form-control, .input-group-lg>input[type="date"].input-group-addon, .input-group-lg>input[type="datetime-local"].form-control, .input-group-lg>input[type="datetime-local"].input-group-addon, .input-group-lg>input[type="month"].form-control, .input-group-lg>input[type="month"].input-group-addon, .input-group-lg>input[type="time"].form-control, .input-group-lg>input[type="time"].input-group-addon, input[type="date"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, input[type="time"].input-lg {
    line-height: 46px;
  }
}


.checkbox, .radio{
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox

{
  display: inline;
}

.checkbox label, .radio label{
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-family: 'DM Sans Bold';font-weight: 500;
  cursor: pointer;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"]{
  position: absolute;
  margin-left: -20px;
}

.checkbox+.checkbox, .radio+.radio{
  margin-top: -5px;
}

.checkbox-inline, .radio-inline{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-family: 'DM Sans Bold';font-weight: 500;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type="checkbox"], fieldset[disabled] input[type="radio"], input[type="checkbox"].disabled, input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="radio"][disabled]{
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline{
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label{
  cursor: not-allowed;
}

.form-control-static{
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn{
  padding-left: 0;
  padding-right: 0;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm{
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm{
  height: 30px;
  line-height: 30px;
}

.input-group-sm>.input-group-btn>select[multiple].btn, .input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm{
  height: auto;
}

.form-group-sm .form-control{
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control{
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control{
  height: auto;
}

.form-group-sm .form-control-static{
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.1e1e1e33;
}

.input-group-lg>.input-group-btn>select.btn, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, select.input-lg{
  height: 46px;
  line-height: 46px;
}

.input-group-lg>.input-group-btn>select[multiple].btn, .input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select[multiple].form-control, .input-group-lg>select[multiple].input-group-addon, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg{
  height: auto;
}

.form-group-lg .form-control{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.1e1e1e33;
  border-radius: 0;
}

.form-group-lg select.form-control{
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control{
  height: auto;
}

.form-group-lg .form-control-static{
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.1e1e1e33;
}

.has-feedback{
  position: relative;
}

.has-feedback .form-control{
  padding-right: 52.5px;
}

.form-control-feedback{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btn>.btn+.form-control-feedback, .input-lg+.form-control-feedback{
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btn>.btn+.form-control-feedback, .input-sm+.form-control-feedback{
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label{
  color: #122418;
}

.has-success .form-control{
  border-color: #122418;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus{
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon{
  color: #122418;
  border-color: #122418;
  background-color: #dff0d8;
}

.has-success .form-control-feedback{
  color: #122418;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label{
  color: #8a6d3b;
}

.has-warning .form-control{
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus{
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon{
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback{
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
  color: #f05c5c;
}

.has-error .form-control{
  border-color: #f05c5c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus{
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon{
  color: #f05c5c;
  border-color: #f05c5c;
  background-color: #f2dede;
}

.has-error .form-control-feedback{
  color: #f05c5c;
}

.has-feedback label~.form-control-feedback{
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback{
  top: 0;
}

.help-block{
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6f6f6f;
}

@media (min-width: 767px){
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group>.form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}

.form-horizontal .checkbox, .form-horizontal .radio{
  min-height: 31px;
}


.form-horizontal .form-group:after, .form-horizontal .form-group:before{
  content: " ";
  display: table;
}

.form-horizontal .form-group:after{
  clear: both;
}

@media (min-width: 767px){
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 11px;
  }
}

.form-horizontal .has-feedback .form-control-feedback{
  right: 15px;
}

@media (min-width: 767px){
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.1e1e1e33px;
    font-size: 18px;
  }
}

@media (min-width: 767px){
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn{
  display: inline-block;
  margin-bottom: 0;
  font-family: 'DM Sans Bold';font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  line-height: 1.42857;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 1px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: 0 !important;
  outline-offset: 0;
}

.btn.focus, .btn:focus, .btn:hover{
  text-decoration: none;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn{
  pointer-events: none;
}

.btn-default{
    color: #122418;
    background-color: rgb(0 0 0 / 8%);
    transition: all 500ms ease;
    height: 40px;
}

.btn-default.focus, .btn-default:focus, .btn-default:hover{
  opacity: 0.8;
  border: 0px;
}

.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle{
  color: #f3efe4;
  border-color: #122418;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover{
  color: #ccc;
  border-color: #a5a5a5;
}

.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle{
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
  background-color: #f9f9f9;
  border-color: #e5e5e5;
}

.btn-default .badge{
  color: #f9f9f9;
  background-color: #ccc;
}

#collapse-shipping p{
  font-size: 13px;
  padding: 20px 0;
}

.btn-primary{
  color: #f2efe4;
  border-color: transparent;
  text-transform: none;
  height: 40px;
  background: #122418;
}

.btn-primary a{
  color: #f2efe4;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{
  color: #f2efe4;
  border-color: transparent;
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle{
  color: #f2efe4;
  background-color: #122418;
  border-color: transparent;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover{
  border-color: transparent;
  opacity: 0.5;
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle{
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
  background-color: #122418;
  border-color: transparent;
}

.btn-primary .badge{
  color: #122418;
  background-color: #f2efe4;
}

.btn-success{
  color: #f3efe4;
  background-color: #23503b;
  border: 0;
  height: 40px;
}

.btn-success.focus, .btn-success:focus{
  color: #f2efe4;
  opacity: 0.8;
}

.btn-success:hover{
  color: #f2efe4;
  border-color: #457319;
}

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle{
  color: #f2efe4;
  background-color: #57901f;
  border-color: #457319;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover{
  color: #f2efe4;
  background-color: #457319;
  border-color: #243c0d;
}

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle{
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover{
  background-color: #23503b;
  border-color: #63a523;
}

.btn-success .badge{
  color: #23503b;
  background-color: #f2efe4;
}

.btn-info{
  color: #f2efe4;
  background-color: #80b2a7;
  border-color: #70a89c;
}

.btn-info.focus, .btn-info:focus{
  color: #f2efe4;
  background-color: #609f91;
  border-color: #3a5f57;
}

.btn-info:hover{
  color: #f2efe4;
  border-color: #53897d;
}

.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle{
  color: #f2efe4;
  background-color: #609f91;
  border-color: #53897d;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover{
  color: #f2efe4;
  background-color: #53897d;
  border-color: #3a5f57;
}

.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle{
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover{
  background-color: #80b2a7;
  border-color: #70a89c;
}

.btn-info .badge{
  color: #80b2a7;
  background-color: #f2efe4;
}

.btn-warning{
  color: #f2efe4;
  background-color: #f0c73b;
  border-color: #eec023;
}

.btn-warning.focus, .btn-warning:focus{
  color: #f2efe4;
  background-color: #e6b612;
  border-color: #886b0a;
}

.btn-warning:hover{
  color: #f2efe4;
  border-color: #c59c0f;
}

.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle{
  color: #f2efe4;
  background-color: #e6b612;
  border-color: #c59c0f;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover{
  color: #f2efe4;
  background-color: #c59c0f;
  border-color: #886b0a;
}

.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle{
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover{
  background-color: #f0c73b;
  border-color: #eec023;
}

.btn-warning .badge{
  color: #f0c73b;
  background-color: #f2efe4;
}

.btn-danger{
  color: #f2efe4;
  background-color: #bb1832;
  border-color: #bb1832;
}

.btn-danger.focus, .btn-danger:focus{
  color: #f2efe4;
  background-color: #ea2f2f;
  border-color: #a31010;
}

.btn-danger:hover{
  color: #f2efe4;
  border-color: #df1616;
}

.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle{
  color: #f2efe4;
  background-color: #ea2f2f;
  border-color: #df1616;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover{
  border-color: transparent;
  opacity: 0.5;
}

.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle{
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover{
  background-color: #ef5d5d;
  border-color: #ed4646;
}

.btn-danger .badge{
  color: #ef5d5d;
  background-color: #f2efe4;
}

.btn-link{
  color: #122418;
  font-family: 'DM Sans Bold';font-weight: 500;
  border-radius: 0;
  padding: 5px 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link{
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover{
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover{
  color: #666;
  border-bottom: 1px solid #666;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover{
  color: #122418;
  text-decoration: none;
}

.btn-group-lg>.btn, .btn-lg{
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.1;
  border-radius: 0;
}

.btn-small{
    font-size: 12px;
}

.btn-group-sm>.btn, .btn-sm{
  padding: 0;
  font-size: 13px;
  line-height: 29px;
  border-radius: 0;
  width: 32px;
  height: 32px;
}

.btn-group-xs>.btn, .btn-xs{
  padding: 0;
  font-size: 8px;
  line-height: 12px;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.btn-block{
  width: 100%;
  clear: both;
}

.btn-block+.btn-block{
  margin-top: 5px;
}

input[type="button"].btn-block, input[type="reset"].btn-block, input[type="submit"].btn-block{
  width: 100%;
}

.fade{
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in{
  opacity: 1;
}

.collapse{
  display: none;
}

.collapse.in{
  display: block;
}

tr.collapse.in{
  display: table-row;
}

tbody.collapse.in{
  display: table-row-group;
}

.collapsing{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup{
  position: relative;
}

.dropdown-toggle:focus{
  outline: 0;
}


.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 140px;
    padding: 10px 0;
    margin: 2px -8px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #f2efe4;
    border: 1px solid #ccc;
    border: 1px solid #122418;
    border-radius: 0;
    background-clip: padding-box;
}

.dropdown-menu.pull-right{
  right: 0;
  left: auto;
}

.dropdown-menu .divider{
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a{
  display: block;
  clear: both;
  color: #122418;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  text-decoration: none;
  color: #122418;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  color: #80b2a7;
  text-decoration: none;
  outline: 0;
  background-color: #122418;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover{
  color: #122418;
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover{
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open>.dropdown-menu{
  display: block;
}

.open>a{
  outline: 0;
}

.dropdown-menu-right{
  left: auto;
  right: 0;
}

.dropdown-menu-left{
  left: 0;
  right: auto;
}

.dropdown-header{
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857;
  color: #122418;
  white-space: nowrap;
}

.dropdown-backdrop{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}



.btn-group, .btn-group-vertical{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn{
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover{
  z-index: 2;
}

.btn-toolbar{
  margin-left: -5px;
}

.btn-toolbar:after, .btn-toolbar:before{
  content: " ";
  display: table;
}

.btn-toolbar:after{
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group{
  float: left;
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group{
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
  border-radius: 0;
}

.btn-group>.btn-group{
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle{
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle{
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle, .btn-group>.btn-lg+.dropdown-toggle{
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle{
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link{
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret{
  margin-left: 0;
}

.btn-group-lg>.btn .caret, .btn-lg .caret{
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-group-lg>.btn .caret, .dropup .btn-lg .caret{
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn{
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before{
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after{
  clear: both;
}

.btn-group-vertical>.btn-group>.btn{
  float: none;
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group{
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child){
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child){
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group{
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn{
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu{
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn-group>.btn input[type="radio"]{
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group{
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"]{
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control{
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn{
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child){
  border-radius: 0;
}

.input-group-addon, .input-group-btn{
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon{
  padding: 10px 12px;
  font-size: 14px;
  font-family: 'DM Sans Bold';font-weight: 500;
  line-height: 1;
  color: #122418;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn{
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
}

.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn{
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type="checkbox"], .input-group-addon input[type="radio"]{
  margin-top: 0;
}

.modal-body #search input{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child{
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child{
  border-left: 0;
}

.input-group-btn{
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn{
  position: relative;
}

.input-group-btn>.btn+.btn{
  margin-left: -1px;
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover{
  z-index: 2;
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group{
  margin-right: -1px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
  z-index: 1;
  margin: 0px;
  padding: 0px 10px;
}

.nav{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after, .nav:before{
  content: " ";
  display: table;
}

.nav:after{
  clear: both;
}

.nav>li{
  position: relative;
  display: block;
}

.nav>li>a{
  position: relative;
  display: block;
}

.nav>li>a:focus, .nav>li>a:hover{
  text-decoration: none;
  background-color: transparent;
}

.nav>li.disabled>a{
  color: #122418;
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover{
  color: #122418;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: transparent;
  border-color: #122418;
}

.nav .nav-divider{
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img{
  max-width: none;
}

#tab-description img{
  max-width: 100%;
}

.tab-v1 .nav-tabs>li>a, .tab-v1 .nav-tabs>li.active>a{
  display: inline-block;
}

.tab-content{
  text-align: left;
  min-height: 250px;
  line-height: 28px;
}






.nav-tabs{
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

.nav-tabs>li{
  float: left;
}

.nav-tabs>li>a{
  margin-right: 2px;
  line-height: 1.42857;
}

.nav-tabs>li>a:hover{
  color: #122418;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  cursor: default;
}

.nav-pills>li{
  float: left;
}

.nav-pills>li>a{
  border-radius: 0;
}

.nav-pills>li+li{
  margin-left: 2px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  color: #f2efe4;
  background-color: #122418;
}

.nav-stacked>li{
  float: none;
}

.nav-stacked>li+li{
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified{
  width: 100%;
}

.nav-justified>li, .nav-tabs.nav-justified>li{
  float: none;
}

.nav-justified>li>a, .nav-tabs.nav-justified>li>a{
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu{
  top: auto;
  left: auto;
}

@media (min-width: 767px){
  .nav-justified>li, .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified{
  border-bottom: 0;
}

.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a{
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
  border: 1px solid #ddd;
}

@media (min-width: 767px){
  .nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #f2efe4;
  }
}


.tab-content>.tab-pane{
  display: none;
}

.tab-content>.active{
  display: block;
  margin-bottom: 50px;
}

.nav-tabs .dropdown-menu{
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}


.navbar-nav{
  margin-left: auto;
  display: flex;
  margin-right: auto;
}

@media (max-width: 767px){
  .innerbar {
    display: none;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width: 767px){
  button.btn.btn-default.btn-sm i {
    color: #554028;
    font-size: 20px;
  }
  input.search-box.form-control {
    color: #544029;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: 0 0;
    -moz-border-radius: 3px !important;
    height: 46px;
    font-family: 'DM Sans Bold';font-weight: 500;
    letter-spacing: 1px;
    max-width: 200px;
    text-align: left !important;
    border: 0;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav>li {
    float: left;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


.navbar-nav>li>.dropdown-menu{
  margin-top: 0;
}



@media screen and (max-width: 767px) and (min-width: 450px){
  .col-md-8.image-container {
    padding: 70px;
  }
}

@media screen and (max-width: 375px){
  #new-card>.form-group {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px){
  #product select {
    background: #f6f5f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  li.UK-SHIP {
    font-size: 10px !important;
  }
  form#payment label {
    margin: 0;
  }
  #new-card>.form-group>.col-sm-9 input {
    margin-top: 11px;
  }
  #quickcheckoutconfirm .col-sm-6 {
    padding: 5px !important;
  }
  footer ul li {
    font-size: 10px;
  }
}

.full-width{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width .banner-block{
    padding: 85px 0px;
}

.banner-block{
  overflow: hidden;
}

.banner-block.banner-multi{
    background: #122418;
    height: 665px;
    position: relative;
}

.banner-multi-bg:before{
    content: "";
    width: 120%;
    height: 1000px;
    background-image: url(/catalog/view/theme/minibeast/svg/13_MULTI.svg);
    position: absolute;
    background-repeat: no-repeat;
    left: -40px;
    z-index: 2;
    background-size: cover;
    overflow: hidden;
    top: -50px;
}
.swiper-container-mob .text-block,
.swiper-container .text-block
{
  padding: 60px 40px;
  overflow: hidden;
}

@media screen and (max-width: 991px){
  .swiper-container-mob .text-block
  {
    padding: 100px 50px;
  }
}
.swiper-container-mob .text-block.green-bg:before,
.swiper-container .text-block.green-bg:before
{
  right: -240px;
  left: unset;
}
.swiper-container-mob .svg-banner-1:before,
.swiper-container .svg-banner-1:before
{
  -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 1px;
}

select:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 1000px #f2efe4 inset !important;
  box-shadow: 0 0 0 1000px #f2efe4 inset !important;
  -webkit-text-fill-color: #122418 !important;
  caret-color: #122418;
  transition: background-color 5000s ease-in-out 0s;
}


.panel-title-voucher > .btn-default,
.panel-title-reward > .btn-default,
.panel-title-cart > .btn-default{
    width: 100%;
    margin: 10px 0px;
}

.cart-name br{
  display: none;
}

.cart-name-framebuilder br{
  display: block !important;
}

#cart-close{
    height: 30px;
    z-index: 1;
    padding: 0px;
    position: absolute;
    top: 10px;
    right: 0px;
}


html.body-fixed-search,
body.body-fixed-search{
  overflow: hidden;
  height: 100%;
}

body.body-fixed-search{
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

button.cross-times{
  background: #f2efe4;
  border: 0;
  color: #ef5d5d;
}

.cart-image{
  width: 110px;
  margin: auto;
  position: relative;
}

.cart-image img{
    width: 100%!important;
    height: 100%!important;
}

.cart-name a{
  color: #f2efe4;
}

.cart-name{
    font-size: 12px;
    color: #f2efe4;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
}

.cart-name-framebuilder{
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    white-space: normal !important;
}

.cart-name.cart-name-framebuilder small{
    font-size: 12px;
}

.cart-mini-options{
    font-size: 12px;
    margin: auto;
    color: #f2efe4;
    line-height: 18px;
}

.cart-name-det{
    text-align: left;
    padding-left: 10px;
}

.totals-mini-cart>tbody>tr>td{
  border: 0px;
  padding: 4px;
}

.btn-primary.mini-cart-btn{
  color: #122418;
  background: #f2efe4;
}

.cart-image img{
  margin: 8px;
}

.cart-total{
  font-family: 'DM Sans Bold';font-weight: 500;
  color: #dcdad0;
  font-size: 16px;
}

#cart .innerprods
{
    margin-top: 25px;
    min-height: 200px;
    max-height: 350px;
    overflow: scroll;
    padding-top: 15px;

}
#cart .innerprods:after{
content: '';
    position: sticky;
    bottom: 0;
    height: 25px;
    display: block;
    background: linear-gradient(to bottom, rgba(243, 239, 228, 0) 0%, #122418 100%);
    pointer-events: none;
    z-index: 1;
    bottom: -1px;
}

#cross-sell-products:after{
    content: '';
    position: sticky;
    bottom: 0;
    height: 50px;
    display: block;
    background: linear-gradient(to bottom, rgba(243, 239, 228, 0) 0%, #f3efe4 100%);
    pointer-events: none;
    z-index: 1;
    bottom: -1px;
}
#cart .innerprods > .products{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

#cart .innerprods > .products:nth-last-child{
  margin-bottom: 0px;
}


@media screen and (max-width: 1024px)
{
  #cart .innerprods {
    min-height: 150px;
     max-height: 300px;
    overflow-x: scroll;
    padding: 10px 10px 0px 0px;
}
}

#cart .progress{
    margin-bottom: 15px;
}

#cart .progress-bar-container{
            width: 100%;
            background-color: #f3efe4;
            border: 3px solid #f3efe4;
            border-radius: 50px;
            overflow: hidden;
            margin: 10px 0;
        }
#cart .progress-bar{
            height: 15px;
            background-color: #4caf50;
            width: 0%;
            transition: width 0.3s ease;
        }
#cart .progress-text{
            margin-top: 10px;
            font-size: 14px;
        }

.cart-delete{
    position: absolute;
    background: #BB1832;
    border-radius: 50%;
    font-family: 'DM Sans Bold';
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #f2efe4;
    right: -18px;
    top: -10px;
}

#cart .cart-qty{
    background: #fff;
    color: #122418;
    border: 0;
    padding: 0;
    margin: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    left: 0px;
    top: -10px;
    border: 1px solid #122418;
}

#cart .cart-delete button{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  font-size: 19px;
  line-height: 18px;
}

#cart .cart-delete i{
  padding: 0px;
  margin: 0;
  line-height: 0px;
  font-size: 14px;
  margin-left: -1px;
  color: #f2efe4;
}


#slidable .alert button{
  float: right;
  opacity: 1;
  color: #f2efe4;
}

#notification-cart{
  width: 80%;
}

#notification-cart i{
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

#slidable .alert{
  border: 0;
  box-shadow: unset;
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #122418;
  left: 0;
  margin: 0;
  border-radius: 0px;
  height: 70px;
  color: #f2efe4;
  z-index: 5;
}

@media screen and (max-width: 767px){
  #slidable .alert {
    left: 0;
    margin: 0;
    top: 10px;
    z-index: 1;
    width: 100%;
  }
}

#modal-giftwrap button.close{
  margin: 15px 5px;
}

#modal-giftwrap button.close, .modal-body.search-modal button.close, li.sidebar-title button, #cart-close button{
    background: #f2efe4;
    border: 0px;
    font-size: 19px;
    opacity: 1;
    font-weight: 100;
    margin-bottom: 50px;
    line-height: 25px;
    padding: 0;
    color: #122418;
    float: right;
    right: 10px;
    border-radius: 50%;
    background: #e8e6e1;
    color: #122418;
    height: 25px;
    width: 25px;
    position: absolute;
}

li.sidebar-title button{
  position: relative;
}

.modal-body.search-modal button.close:hover, li.sidebar-title button:hover, #cart-close button:hover{
  opacity: 0.5;
}

.modal-body.search-modal button.close i{
  font-size: unset;
  padding: unset;
  line-height: unset;
}

.slidable{
  top: 0;
  background: #122418;
  z-index: 1000;
  color: #f2efe4;
  text-align: center;
  font-size: 22px;
  display: flex;
  position: fixed;
  right: calc(-100% - 40px);
  width: 100%;
  max-width: 400px;
  height: 100%;
  opacity: 1 !important;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  overflow: scroll;
}

.slidable-pre{
  top: 0;
  background: #f2efe4;
  z-index: 1000;
  color: #122418;
  text-align: center;
  font-size: 22px;
  display: flex;
  position: fixed;
  right: calc(-100% - 40px);
  width: 100%;
  max-width: 200px;
  height: 100%;
  opacity: 1 !important;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  overflow: scroll;
}

@media screen and (max-width : 768px){
  .slidable {
    max-width: 100%;
  }
}

.slidable ul{
  list-style: none;
  margin: 0;
  padding: 0px;
}

.slidable.open{
  right: 0%;
}

.slidable-pre.open{
  right: 420px;
}


@media screen and (max-width: 768px){

  .slidable.open {
    right: 0;
  }
}


.table.totals-mini-cart{
  border: 0px;
}

.minicart-promo-section{
  margin: 15px 0;
  padding: 0;
}

.minicart-promo-accordion{
  margin-bottom: 0;
}

.minicart-promo-panel{
  margin-bottom: 10px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.minicart-promo-panel:last-child{
  margin-bottom: 0;
}

.minicart-promo-panel .panel-heading{
  padding: 0 !important;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.minicart-promo-panel .panel-title{
  margin: 0 !important;
}

.minicart-promo-heading{
  margin: 0 !important;
  padding: 10px 15px 10px 15px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #f2efe4;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  transition: background-color 0.2s ease;
  position: relative;
  display: block;
}

.minicart-promo-heading:hover{
  background-color: rgba(255, 255, 255, 0.1);
}

.minicart-promo-heading i{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: transform 0.3s ease;
}

.minicart-promo-heading[aria-expanded="true"] i{
  transform: translateY(-50%) rotate(180deg);
}

.minicart-promo-panel .panel-body{
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0 0 3px 3px;
}

.minicart-promo-input-group{
  display: flex;
  gap: 10px;
}

.minicart-promo-input{
  flex: 1;
  padding: 8px 12px;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  color: #f2efe4;
}

.minicart-promo-input::placeholder{
  color: rgba(242, 239, 228, 0.6);
}

.minicart-promo-input:focus{
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  outline: none;
  box-shadow: none;
}

.minicart-promo-btn.btn-default{
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  background-color: #122418;
  border: 0;
  border-radius: 3px;
  color: #f2efe4;
  transition: background-color 0.2s ease;
}

.minicart-promo-btn.btn-default:hover{
  background-color: #161616;
  color: #f2efe4;
}

.minicart-promo-btn.btn-default:focus{
  outline: none;
  box-shadow: none;
}

.minicart-divider{
  margin: 15px 0;
  padding: 0;
}

.minicart-divider-line{
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.slide-left-cart{
  left: -400px;
}

.reward-pp{
    display: flex;
    font-size: 14px;
    font-family: 'DM Sans Bold';
    font-weight: 500;
    color: #122418;
    height: 45px;
    padding-left: 5px;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.owl-prev, .owl-next{
  background: #f2efe4;
  padding: 5px;
  margin-top: -18px;
  font-size: 12px;
}

ul.list-unstyled.price-inline{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    justify-content: center;
    align-content: center;
    padding: 0px;
    margin: 0;
}


#product .form-group.has-error label.control-label:first-of-type{
  color: #ff0000;
}

#product h3{
  letter-spacing: 0;
}

#product .text-danger
{
  display: none;
}

label.control-label{
  font-size: 14px;
  top: 8px;
  height: 30px;
  font-family: 'DM Sans Bold';font-weight: 500;
}

#oip-button-cart,
#button-cart{
  background-color: #122418;
  font-family: 'DM Sans Bold';font-weight: 500;
  width: 100%;
  font-size: 19px;
  color: #f2efe4;
  border-radius: 0px;
  padding: 10px;
  letter-spacing: 0;
  height: 50px;
}

@media (min-width: 768px){
    #oip-button-cart {
        margin-bottom: 10px;
    }
}

.oip-addtocart-block #button-builder{
    width: 100%;
}

#product{
  margin-top: 20px;
}

#product select{
  height: 50px;
  border-radius: 0px;
}

ul.list-unstyled.rewards{
  font-size: 12px;
  padding-bottom: 23px;
  border-bottom: 2px solid #122418;
  color: #122418;
  margin-top: 0px;
  border-radius: 0;
  padding: 0;
  margin-top: -12px;
  color: #122418;
  border-radius: 0;
  padding: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  color: #ffffff ;
  font-size: 12px;
  background: #122418;
  z-index: 2;
  cursor: default;
}

.pagination>li i{
  font-size: 14px;
  line-height: 1px;
  padding: 0px;
  margin-left: -1px;
}

#input-option352>.radio input[type="radio"]{
  margin-top: 18px;
}

a#button-confirm{
  color: #f2efe4;
  background-color: #23503b;
  border-color: #63a523;
}

.shipping.pull-right{
  background-color: #927654;
  height: 61px;
  padding: 0 20px;
  color: #e4dacd;
  font-family: 'DM Sans Bold';font-weight: 500;
  letter-spacing: 1px;
}

.bannercontainer.banner-fullscreen{
  margin-top: -30px !important;
  padding-bottom: 50px !important;
}

.mfp-bg.mfp-ready{
  background: #333 !important;
}

button.btn.btn-primary.smpa_call_button{
  background: #74c8f9;
}

button.btn.btn-primary.smpa_call_button:hover{
  background: #74c8f9;
}

.dropdown-menu-search{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #f2efe4;
  border: 1px solid #ccc;
  border: 1px solid #ebebeb;
  border-radius: 0;
  background-clip: padding-box;
}


ul.breadcrumb{
  margin-left: -25px;
  margin-bottom: 25px;
}

.breadcrumb li{
  white-space: nowrap;
  display: inline-block;
  position: relative;
}

.breadcrumb li:first-child
{
  margin-left: -20px;
}


.page-header.breadcrumb li:first-child
{
  margin-left: 15px;
}

.breadcrumb li+li:before{
  content: "\f105";
  color: #555;
  font-family: "Fontello";
  left: 0;
  font-size: 8px;
  padding: 5px;
}

.breadcrumb>.active{
  color: #122418;
}

ul.breadcrumb li:last-child{
  display: none;
}

@media screen and (max-width: 1200px){
.breadcrumb-cat
{
  margin-bottom: 0px!important;
}
}
.pagination{
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}

.pagination>li{
  display: inline;
}

.pagination>li>a, .pagination>li>span{
    position: relative;
    float: left;
    text-decoration: none;
    color: #122418;
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    text-align: center;
    background: #e0dcd2;
    padding: 14px 10px;
    height: 30px;
    width: 30px;
    line-height: 2px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span{
  margin-left: 0;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
  z-index: 3;
  color: #122418;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
  color: #122418;
  background-color: #f2efe4;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a, .pagination-lg>li>span{
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.1e1e1e33;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm>li>a, .pagination-sm>li>span{
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}


.label{
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-family: 'DM Sans Bold';font-weight: 500;
  line-height: 1;
  color: #f2efe4;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty{
  display: none;
}

.btn .label{
  position: relative;
  top: -1px;
}

a.label:focus, a.label:hover{
  color: #f2efe4;
  text-decoration: none;
  cursor: pointer;
}

.label-default{
  background-color: #122418;
}

.label-default[href]:focus, .label-default[href]:hover{
  background-color: #161616;
}

.label-primary{
  background-color: #122418;
}

.label-primary[href]:focus, .label-primary[href]:hover{
  background-color: #161616;
}

.label-success{
  background-color: #23503b;
}

.label-success[href]:focus, .label-success[href]:hover{
  background-color: #57901f;
}

.label-info{
  background-color: #80b2a7;
}

.label-info[href]:focus, .label-info[href]:hover{
  background-color: #609f91;
}

.label-warning{
  background-color: #f0c73b;
}

.label-warning[href]:focus, .label-warning[href]:hover{
  background-color: #e6b612;
}

.label-danger{
  background-color: #bb1832;
}

.label-danger[href]:focus, .label-danger[href]:hover{
  background-color: #a0152a;
}

.badge{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-family: 'DM Sans Bold';font-weight: 500;
  color: #f2efe4;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge:empty{
  display: none;
}

.btn .badge{
  position: relative;
  top: -1px;
}

.btn-group-xs>.btn .badge, .btn-xs .badge{
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge{
  color: #122418;
  background-color: #f2efe4;
}

.list-group-item>.badge{
  float: right;
}

.list-group-item>.badge+.badge{
  margin-right: 5px;
}

.nav-pills>li>a>.badge{
  margin-left: 3px;
}

a.badge:focus, a.badge:hover{
  color: #f2efe4;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail{
  display: block;
  padding: 1px;
  line-height: 1.42857;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a>img, .thumbnail>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0px;
  z-index: -1;
  position: relative;
}

.thumbnail .caption{
  padding: 9px;
  color: #122418;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
  border-color: #122418;
}



#sys-notification{
  position: absolute;
  width: 100%;
  z-index: 9999;
  min-height: 0;
  height: auto;
  top: 0;
  left: 0;
  overflow: hidden;
}

#sys-notification:empty{
  display: none;
  height: 0;
}

#sys-notification .container{
  width: 100% !important;
  padding: 0;
  margin: 0;
}

#sys-notification #warning-messages:empty,
#sys-notification #success-messages:empty{
  display: none;
  height: 0;
  min-height: 0;
}

@media (max-width: 480px){
  #sys-notification {
    top: 0;
  }
}


/* Minibeast alerts - design/homepage-redesign/alerts.html */
:root{
  --alert-danger-bg: #f0e4dc;
  --alert-danger-border: rgba(194, 97, 58, 0.45);
  --alert-success-bg: #d4e3d9;
  --alert-success-border: #1c3a2c;
  --alert-success-text: #122418;
  --alert-warning-bg: #f3ead8;
  --alert-warning-border: rgba(216, 164, 90, 0.45);
}

.alert{
  position: relative;
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 0;
  border: 1px solid rgba(18, 36, 24, 0.18);
  background: #fbf8f0;
  color: #122418;
  font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  box-shadow: none;
}

.alert-unset{
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  margin: 15px 0;
  box-shadow: none;
}

.alert button:not(.close){
  padding-left: 15px !important;
}

.alert h4{
  margin-top: 0;
  color: inherit;
}

.alert .alert-link{
  font-family: 'DM Sans Bold', 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}

.alert > p,
.alert > ul{
  margin-bottom: 0;
}

.alert > p + p{
  margin-top: 0.45rem;
}

.alert a{
  color: #c2613a;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  font-family: 'DM Sans Bold', 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}

.alert a:hover,
.alert a:focus{
  color: #122418;
}

.alert-dismissable,
.alert-dismissible{
  padding-right: 3.5rem;
}

.alert .close,
.alert button.close{
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  float: none;
  padding: 0 !important;
  border: 1px solid #122418;
  border-radius: 0;
  background: #f2efe4;
  color: #122418;
  font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.alert .close:hover,
.alert button.close:hover,
.alert .close:focus{
  background: #122418;
  color: #f2efe4;
  border-color: #122418;
  opacity: 1;
}

.alert-danger .close:hover,
.alert-danger .close:focus,
.alert.alert-danger .close:hover,
.alert.alert-danger .close:focus{
  background: #c2613a;
  border-color: #c2613a;
  color: #f2efe4;
}

.alert-success .close:hover,
.alert-success .close:focus,
.alert.alert-success .close:hover,
.alert.alert-success .close:focus{
  background: #1c3a2c;
  border-color: #1c3a2c;
  color: #f2efe4;
}

.alert .close:focus-visible,
.alert button.close:focus-visible{
  outline: 2px solid #c2613a;
  outline-offset: 2px;
}

.alert-success .close:focus-visible,
.alert.alert-success .close:focus-visible{
  outline-color: #1c3a2c;
}

.alert.alert-success:before{
  content: none;
  display: none;
}

.alert-danger,
.alert.alert-danger{
  border-color: var(--alert-danger-border);
  background: var(--alert-danger-bg);
  color: #122418;
}

.alert-danger a,
.alert.alert-danger a{
  color: #c2613a;
}

.alert-danger hr{
  border-top-color: rgba(194, 97, 58, 0.35);
}

.alert-danger .alert-link{
  color: #c2613a;
}

.alert-success,
.alert.alert-success{
  border-color: var(--alert-success-border);
  background: var(--alert-success-bg);
  color: var(--alert-success-text);
  box-shadow: none;
}

.alert-success a,
.alert.alert-success a{
  color: #1c3a2c;
  text-decoration: underline;
}

.alert-success a:hover,
.alert-success a:focus{
  color: #122418;
}

.alert-warning,
.alert.alert-warning{
  border-color: var(--alert-warning-border);
  background: var(--alert-warning-bg);
  color: #122418;
}

.alert-warning hr{
  border-top-color: rgba(216, 164, 90, 0.35);
}

.alert-warning .alert-link{
  color: #122418;
}

.alert-info{
  background-color: #eef3f6;
  border: 1px solid rgba(18, 36, 24, 0.18);
  border-radius: 0;
  color: #122418;
  font-size: 0.875rem;
  box-shadow: none;
  padding: 0.85rem 1rem;
}

.alert-info a{
  color: #1c3a2c;
}

.alert-info hr{
  border-top-color: rgba(18, 36, 24, 0.12);
}

.alert-info .alert-link{
  color: #122418;
}

#sys-notification{
  position: relative;
  z-index: 10055;
}

#sys-notification .container{
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 2.5vw, 2rem);
}

#sys-notification .alert{
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  margin: 0 0 0.75rem;
  box-shadow: none;
}

@media screen and (max-width: 767px){
  #sys-notification .alert {
    width: 100%;
    right: auto;
    top: auto;
  }
}

.media{
  margin-top: 15px;
}

.media:first-child{
  margin-top: 0;
}

.media, .media-body{
  zoom: 1;
  overflow: hidden;
}

.media-body{
  width: 10000px;
}

.media-object{
  display: block;
}

.media-object.img-thumbnail{
  max-width: none;
}

.media-right, .media>.pull-right{
  padding-left: 10px;
}

.media-left, .media>.pull-left{
  padding-right: 10px;
}

.media-body, .media-left, .media-right{
  display: table-cell;
  vertical-align: top;
}

.media-middle{
  vertical-align: middle;
}

.media-bottom{
  vertical-align: bottom;
}

.media-heading{
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list{
  padding-left: 0;
  list-style: none;
}

.list-group{
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item{
  position: relative;
  display: block;
  padding: 8px 15px;
  margin-bottom: -1px;
  background-color: #f2efe4;
  border: 1px solid #ddd;
}

.list-group-item:first-child{
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child{
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item, button.list-group-item{
  color: #122418;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading{
  color: #122418;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
  text-decoration: none;
  color: #122418;
  background-color: transparent;
}

button.list-group-item{
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover{
  background-color: #ddd;
  color: #122418;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading{
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text{
  color: #122418;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  z-index: 2;
  color: #f2efe4;
  background-color: #122418;
  border-color: #122418;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small{
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text{
  color: #959595;
}

.list-group-item-success{
  color: #122418;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success{
  color: #122418;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading{
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover{
  color: #122418;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover{
  color: #f2efe4;
  background-color: #122418;
  border-color: #122418;
}

.list-group-item-info{
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info{
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading{
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover{
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover{
  color: #f2efe4;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning{
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning{
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading{
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover{
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover{
  color: #f2efe4;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger{
  color: #f05c5c;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger{
  color: #f05c5c;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading{
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover{
  color: #f05c5c;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover{
  color: #f2efe4;
  background-color: #f05c5c;
  border-color: #f05c5c;
}

.list-group-item-heading{
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text{
  margin-bottom: 0;
  line-height: 1.3;
}


.close:focus, .close:hover{
  color: #122418;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
}

.modal-header button.close{
    position: absolute;
    right: -15px;
    top: -15px;
    background: #122418;
    padding: 5px!important;
    width: 25px;
    height: 25px;
    line-height: 1px;
    border-radius: 50%;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-family: 'DM sans-serif;';
    font-weight: inherit;
}

button.close{
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open{
  overflow: hidden;
}

.modal{
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog{
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal{
  overflow-x: hidden;
  overflow-y: auto;
}


.modal-dialog{
    position: relative;
    width: auto;
    margin: 10px;
    margin: 20px auto;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-content{
  position: relative;
  background-color: #f2efe4;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #f3efe4;
}

.modal-backdrop.fade{
  opacity: 0;
}

.modal-backdrop.in{
  opacity: 0.8;
}

.modal-header{
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close{
  margin-top: -2px;
}

.modal-title{
  margin: 0;
  line-height: 1.42857;
}

.modal-body{
  position: relative;
  padding: 15px;
}

.modal-footer{
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after, .modal-footer:before{
  content: " ";
  display: table;
}

.modal-footer:after{
  clear: both;
}

.modal-footer .btn+.btn{
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn{
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block{
  margin-left: 0;
}

.modal-scrollbar-measure{
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 767px){
  .modal-dialog {
    width: 600px;
    min-height: calc(100vh - 20px);
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px){
  .modal-lg {
    width: 900px;
  }
}

.tooltip{
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-family: 'DM Sans Bold';font-weight: 500;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  border-radius: 0px;
}

.tooltip.in{
  opacity: 1;
}

.tooltip.top{
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right{
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom{
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left{
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner{
  max-width: 200px;
  padding: 3px 8px;
  color: #f2efe4;
  text-align: center;
  background-color: #122418;
  border-radius: 0px;
  box-shadow: 0 4px 20px rgb(34 34 34 / 25%);
}

.tooltip-arrow{
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow{
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #122418;
}

.tooltip.top-left .tooltip-arrow{
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #122418;
}

.tooltip.top-right .tooltip-arrow{
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #122418;
}

.tooltip.right .tooltip-arrow{
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #122418;
}

.tooltip.left .tooltip-arrow{
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #122418;
}

.tooltip.bottom .tooltip-arrow{
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #122418;
}

.tooltip.bottom-left .tooltip-arrow{
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #122418;
}

.tooltip.bottom-right .tooltip-arrow{
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #122418;
}

.clearfix:after, .clearfix:before{
  content: " ";
  display: table;
}

.clearfix:after{
  clear: both;
}

.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right{
  float: right !important;
}

.pull-left{
  float: left !important;
}

.hide{
  display: none !important;
}

.show{
  display: block !important;
}

.invisible{
  visibility: hidden;
}

.text-hide{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden{
  display: none !important;
}

.affix{
  position: fixed;
}

@-ms-viewport{
  width: device-width;
}

body[class*="account-"] #content h1,
body[class*="account-"] #content h1, body[class*="account-"] #content h3,
body[class*="account-"] #content h1, body[class*="account-"] #content h2{
  font-size: 24px;
  padding-bottom: 20px;
  font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 400;
  font-weight: normal;
}

.container, header{
  position: relative;
}

#top{
  line-height: 30px;
  height: 30px;
  font-size: 11px;
}

#top .phone{
  font-family: 'DM Sans Bold';font-weight: 500;
}

#top .fa-cog, #top .fa-phone, #top .fa-user{
  padding-right: 3px;
}

.rtl #top .fa-cog, .rtl #top .fa-phone, .rtl #top .fa-user{
  padding-left: 3px;
  padding-right: inherit;
}

#top .fa-caret-down{
  padding-left: 3px;
  font-size: 10px;
}

.rtl #top .fa-caret-down{
  padding-right: 3px;
  padding-left: inherit;
}

#top-links ul{
  margin-bottom: 0;
}

#top-links ul li{
  padding-right: 20px;
}

.rtl #top-links ul li{
  padding-left: 20px;
  padding-right: inherit;
}

#top-links ul li:last-child{
  padding-right: 0;
}

.rtl #top-links ul li:last-child{
  padding-left: 0;
  padding-right: inherit;
}

#top-links a, #top-links li{
  text-decoration: none;
}

#top-links a+a{
  margin-left: 15px;
}

#top-links .btn-link strong{
  font-size: 14px;
  line-height: 14px;
}

#top-links .dropdown-menu li a{
  line-height: 25px;
}

#top-links .dropdown-menu .btn-link{
  padding: 0 20px;
  text-align: left;
}

.rtl #top-links .dropdown-menu .btn-link{
  text-align: right;
}

.style-header .dropdown-toggle{
  cursor: pointer;
}

.style-header .dropdown-menu .box-currency button{
  background-color: transparent;
  border: 1px solid #ebebeb;
  padding: 0 10px;
}

.style-header .dropdown-menu .box-currency button:hover{
  color: #122418;
}

.style-header .dropdown-menu>li{
  line-height: 25px;
}

.style-header .dropdown-menu>li>a i{
  padding-right: 5px;
}

.rtl .style-header .dropdown-menu>li>a i{
  padding-left: 5px;
  padding-right: inherit;
}

.logo-store{
  width: 100%;
  margin: auto;
}

.logo-store a img{
  width: 100%;
}

#logo-theme a{
  background: url(../image/logo.png) no-repeat;
  display: inline-block;
  width: 800px;
  height: 132px;
  margin-top: -35px;
  right: 100%;
  margin-left: 40%;
}

#logo-theme a span{
  display: none;
}

#search .input-group-btn .btn-default{
  padding-left: 3px;
  background: 0 0;
  line-height: 13px;
  border: 0;
  height: 38px;
  width: 43px;
}

#search-head .form-control{
  height: 34px;
  font-size: 13px;
  position: relative;
  top: 13px;
  color: #404040;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: #f2efe4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 40px;
  font-family: 'DM Sans Bold';font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #d1d1d1;
}

#cart{
  cursor: pointer;
  position: relative;
}

.rtl #cart{
  float: left;
}

#cart .dropdown-toggle{
  color: #f1f1f1;
}

#cart .cart-inner a:hover{
  color: #122418;
}

#cart .wrap-cart{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -8px;
}

#cart .dropdown-menu{
  z-index: 9999999;
  min-width: 642px;
  padding: 24px;
  margin-top: 48px;
  border: 0;
  padding: 40px 30px;
  -webkit-box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}

#cart .dropdown-menu table.first tr>td{
  padding: 10px 3px;
  min-width: 31px;
}

#cart .dropdown-menu table.first tr>td a{
  font-family: 'DM Sans Bold';font-weight: 500;
  font-size: 13px;
}

#cart .dropdown-menu table.first tr>td.image{
  padding-right: 10px;
}

#cart .dropdown-menu table.first tr>td .btn{
  line-height: 10px;
  padding: 0 0 0 2px;
}

.breadcrumb li:last-child a{
  color: #122418;
  border-bottom: 1px solid #122418;
  padding-bottom: 2px;
}

.breadcrumb h1{
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 0;
}


h1.cat-name{
  padding: 2px 0;
  margin-bottom: 0;
  color: #f2efe4;
  font-size: 36px;
  font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 400;
  font-weight: normal;
}

.breadcrumb a{
  color: #555;
  font-size: 11px;
}

.maincols,
#content{
  min-height: 500px;
}

#content
{
  padding-bottom: 100px;
}

@media screen and (max-width: 767px)

{
  #content
{
padding-bottom: 0px;
}
}

.maincols .breadcrumb-inner,
.maincols .breadcrumb{
  margin: 0px;
  background-color: #f3efe4;
  margin-bottom: 20px;
  padding-inline-start: 0px;
}

.page-header
{
  z-index: 0!important;
}

.page-header .breadcrumb-inner,
.page-header .breadcrumb
{
    max-width: 65%;
    margin: 40px auto;
    background: unset;
}

@media screen and (max-width: 767px)
{
  .page-header .breadcrumb-inner,
  .page-header .breadcrumb
  {
    max-width: 85%;
    padding: 0px;
    margin: 0px auto;
  }
}

footer .panel{
  margin: 0;
}

footer .panel .panel-heading{
  margin-bottom: 20px;
}

footer .panel-heading{
  padding: 0px;
}

footer .panel .panel-title:after{
  display: none;
}

footer .panel .panel-title{
    top: 0 !important;
    padding: 0;
    width: 100%;
    color: #f6f5f2;
    text-align: left;
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

footer .panel .panel-body{
  padding-right: 0;
  padding-left: 0;
}

footer .panel .panel-body p{
  margin-bottom: -7px;
}

footer ul li a{
  display: block;
  color: #f6f5f2;
  font-size: 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 2px;

}

footer ul li a:hover{
  color: #f6f5f2;
  text-decoration: underline;
}

.copyright{
  background: #717171;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  color: #d4d4d4;
  font-family: 'DM Sans Bold';font-weight: 500;
}

.copyright .input-group{
  border: 0;
}

.copyright .input-group .fa{
  color: #122418;
}

.copyright a{
  color: #f2efe4;
}

.copyright a:active, .copyright a:focus, .copyright a:hover{
  color: #f2efe4;
}

.scrollup{
    background: rgb(243 239 228);
    bottom: 80px;
    position: fixed;
    right: 25px;
    color: #122418;
    z-index: 997;
    text-align: center;
    border: 1px solid #122418;
    height: 35px;
    width: 35px;

}


.scrollup i{
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #122418;
}

.scrollup:hover{
    opacity: 0.4;
}

@media screen and (max-width: 767px){
.scrollup {
  bottom: 140px;
}
}

#input-captcha{
  margin-bottom: 10px;
}

.panel{
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.panel-body .list-group-item{
  border: 0;
  padding-left: 0;
}

.rtl .panel-body .list-group-item{
  padding-right: 0;
  padding-left: inherit;
}

.panel-body .list-group-item i{
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px !important;
  color: #f1f1f1;
}

.panel-body .list-group-item ul li{
  border: 0;
}

@media (max-width: 767px){

  ul.nav.nav-tabs {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-bottom: 30px;
    margin-top: 0px;
  }
}

.nav-tabs{
  margin-bottom: 20px;
}


.rtl .list-unstyled span{
  padding-left: 5px;
  padding-right: inherit;
}

.name-price .price, .product-meta .price{
  color: #f2efe4;
  font-size: 12px;
}

.name-price .price .price-new, .product-meta .price .price-new{
  color: #122418;
}

.name-price .price .price-old,
.price .price-old{
  color: #f44335;
  text-decoration: line-through;
  font-size: 80%;
}


ul.list-unstyled.price-inline li:has(.price-old){
  height: 50px;
}

ul.list-unstyled.price-inline:has(.price-old){
    flex-direction: column;
}

.price.detail{
    padding: 0px;
    background: #f3efe4;
    margin: 20px 0px;
    border: 1.5px solid #122418;
}

.price{
  font-size: 30px;
}

.price.detail
{
  font-family: 'DM Sans Bold';
}

.price .price-new{
  color: #BB1832;
  position: relative;
}

.product-block__price .name-price .price, .product-block .price{
    background-color: #f3efe4;
    border: 1px solid;
    text-align: center;
    color: #122418;
    padding: 0px 14px;
    position: absolute;
    top: -40px;
    left: 8px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}



.review-block{
    text-align: center;
    line-height: 15px;
}

.product-meta .review-block
{
  font-size: 13px;
}


.review-block img{
    margin-right: 10px;
    display: inline-block!important;
  }


.user-icons.cart{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.product-block{
  transition: transform 0.2s;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.product-block .description{
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #122418;
  display: none;
}

.products-block .product-block__inner .name, .product-block .name{
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    color: #122418;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    height: 65px;
    overflow: hidden;
    margin: auto;
    font-family: 'DM Sans Bold';
}

.products-block .product-block__inner .name span.latin, .product-block .name span.latin{

    margin-bottom: -10px;

  }


.products-block .product-block__inner .name a, .product-block .name a{
  color: #122418;
}

.products-block .product-block__inner .name span.latin, .product-block .name span.latin{
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    display: flex;
    justify-content: center;
    font-family: 'DM Sans';
}

.product-block .image{
  position: relative;
  overflow: hidden;
  text-align: center;
}

.products-block .product-block__inner .image img, .product-block .image img{
  position: relative;
  width: 100%;
  height: auto;
}

.product-block .image .img-responsive{
  display: inline-block;
}

.products-block .product-block__inner .product-meta, .product-block .product-meta{
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  padding: 25px 15px;
}

.product-block__inner .wishlist{
    position: absolute;
    right: 8px;
    bottom: 122px;
}

.pav-hover-image{
  opacity: 0.3;
  width: 100%;
}

.pav-hover-image:hover{
  opacity: 1;
}

.product-label-cart,
.product-label{
  color: #f2efe4;
  font-size: 12px;
  font-family: 'DM Sans Bold';font-weight: 500;
  z-index: 9;
}


.product-label.ribbon{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.product-label.ribbon:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #122418;
  border-left: 40px solid transparent;
}

.product-label.ribbon .product-label-special{
  display: block;
  text-align: center;
  height: 100%;
  padding-top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-label.ribbon2{
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  display: block;
  font-size: 10px;
}

.product-label.bts{
  text-align: left;
  display: block;
  text-transform: none;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  position: absolute;
  top: 20px;
  left: 220px;
  width: auto;
  background-color: #bb1a32;
}

.product-label.rev{
    text-align: left;
    display: block;
    text-transform: none;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    width: auto;
    background-color: #02513a;
    left: 25px;
}

.product-label-cart.bts{
text-align: left;
    display: inline-grid;
    text-transform: none;
    height: 24px;
    line-height: 24px;
    margin: 0px 10px;
    padding: 0 10px;
    width: auto;
    background-color: #bb1a32;
}

.product-label.bts .product-label-special{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
      background-color: #bb1a32;
}

.product-label.sale{
  top: 10px;
  background-color: #f2efe4;
  border: 1px solid #f1f1f1;
  left: 10px;
  padding: 5px 10px;
}

.product-label.flag{
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 15px;
  background-color: #23503b;
  left: 0;
  line-height: 30px;
}

.product-block .product-label,
.product-block__inner .product-label{
    top: 10px;
    left: 10px;
}


.product-block .product-meta .rating i{
  font-size: 15px;
  width: 0.5em;
  box-shadow: 0 4px 20px rgb(8 8 8 / 55%);
}

.product-block .product-meta .rating{
  position: absolute;
  border: 0;
  top: -40px;
}

.product-block .product-meta .rating:before{
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  top: 29px;
  left: 0;
}

.rating.badge{
  margin: 10px 0px -10px;
  padding: 0px;
  font-size: 12px;
}

@media (max-width: 480px){
  .rating.badge {
    margin: 5px 0px 5px 0px;
  }
}

.rating p{
  line-height: 28px;
  margin: 0px;
}

.rating span{
  line-height: 15px;
}

.rating .fa-stack{
  width: 1.4em;
  font-size: 12px;
  height: 18px;
}

.rating .fa-star{
  color: #122418;
  font-size: 1.3em;
}

.rating .fa-star-o{
  color: #122418;
  font-size: 1.3em;
}

.rating a{
  font-family: 'DM Sans Bold';
  font-weight: 500;
  margin-left: 10px;
}

.panel{
  position: relative;
}

.no-space-row .row{
  margin: 0;
}

.no-space-row [class*="col-"], .no-space-row [class^="col-"]{
  padding: 0;
}

.col-nopadding .row{
  margin-left: 0;
  margin-right: 0;
}

.col-nopadding .row [class*="col-"]{
  padding-left: 0;
  padding-right: 0;
}

.parallax{
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

table.table.first{
  font-size: 14px !important;
}

.owl-carousel .owl-item img.hero{
    width: auto;
    margin-right: 10px;
}


.carousel-md{
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.carousel-sm{
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
}

.carousel-xs{
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.carousel-controls{
  height: 30px;
  width: 52px;
  left: auto;
  right: 8px;
  position: absolute;
  top: 0;
  margin-top: -80px;
  display: inline-block;
}

.rtl .carousel-controls{
  right: auto;
  left: auto;
}

.rtl .carousel-controls{
  left: 8px;
  right: auto;
}

.carousel-controls.carousel-center{
  left: -30px;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -25px;
}

.carousel-controls .carousel-control{
  background: 0;
  border: 0;
  color: #d4d4d4;
  z-index: 99;
  height: 25px;
  left: auto;
  font-size: 18px;
}

.rtl .carousel-controls .carousel-control{
  right: auto;
  left: auto;
}

.carousel-controls .carousel-control:active, .carousel-controls .carousel-control:focus, .carousel-controls .carousel-control:hover{
  color: #f1f1f1;
}

.carousel-controls .carousel-control.left{
  left: 0;
}

.carousel-controls .carousel-control.right{
  right: 0;
}

.newsletter-v1 .form-control{
  height: 40px;
  font-style: italic;
  font-size: 13px;
  width: 80%;
  border: 1px solid black;
  border-right: 0px;
  display: inline-block;
  margin: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 20px;
}

.newsletter-v1 button{
border: 0;
    height: 38px;
    background: #f1efe4;
    padding: 0px 16px;
    width: 20%;
    position: absolute;
    margin-top: 1px;
    line-height: 0px;
    color: #333;
}

.newsletter-v1 button i{
    color: #122418;
}

.product-filter .display{
  display: none;
}

.product-grid .product-block .name-price{
  overflow: hidden;
}


#products .product-block .product-meta .rating:before{
  left: 0;
}

input#input-quantity{
  width: 153px;
  text-align: center;
  margin-right: 20px;
  max-width: 100%;
  display: inline;
  height: 40px;
}

.links a{
  padding-right: 27px;
  cursor: pointer;
  font-size: 13px;
  font-family: 'DM Sans Bold';font-weight: 500;
}

.product-related .owl-wrapper{
  margin-left: -5px;
  margin-right: -5px;
}

.product-related .owl-wrapper .owl-item{
  padding-right: 5px;
  padding-left: 5px;
}

div.required .control-label:before{
  color: red;
  content: "* ";
  font-family: 'DM Sans Bold';font-weight: 500;
}

@media screen and (max-width: 992px){
  .modal-dialog {
    padding: 40px;
  }
  span.cart-items {
    right: -10px !important;
  }
  ul.left-mob {
    left: 0;
    right: auto;
  }
  .tooltip {
    font-size: 10px;
  }
  .tooltip-inner {
    padding: 2px 5px;
  }
  button.btn.btn-primary.btn-video {
    width: 100%;
  }
  .quickcheckoutright .block-qc:last-child {
    border: 0px;
}
  table.quickcheckout-cart {
    width: 600px !important;
  }
  .quickcheckout-cart td.name a {
    font-size: 12px;
  }
  .quickcheckout-cart td.name>div {
    font-size: 11px;
    line-height: 7px;
    margin-top: 9px;
  }
  .quickcheckout-cart td.name {
    line-height: 17px;
  }
  #cart table {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #cart b, #cart strong {
    font-size: 13px;
  }
  #cart .dropdown-menu table.first tr>td a {
    letter-spacing: 0;
  }
  #cart .dropdown-menu table.first tr>td {
    letter-spacing: 0;
    font-size: 12px;
  }
  #cart>ul.dropdown-menu {
    color: #122418;
  }
  .links a {
    font-size: 12px;
  }
  .alert {
    font-size: 14px;
    line-height: 20px;
  }
  .shipping.pull-right {
    display: none;
  }
  button.times-x {
    border: 0;
    background-color: #f2efe4;
    color: #ff8282;
  }
  li.h-fix {
    display: none;
  }
  li.h-fix {
    margin-left: 26px;
  }
  .cart-icon i {
    float: right;
    color: #f2efe4;
    margin: 0 !important;
    height: 50px;
    line-height: 58px;
    font-size: 18px;
    border: 0 !important;
  }
}

.widget-heading{
  color: #122418;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
  color: #122418;
}


.widget-heading .panel-title{
  position: relative;
  display: inline-block;
  font-family: 'DM Sans Bold';font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0;
}

.widget-heading .panel-title:before{
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #ddd;
  left: -113px;
  top: 17px;
}

.rtl .widget-heading .panel-title:before{
  right: -113px;
  left: auto;
}

.widget-heading .panel-title:after{
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #ddd;
  right: -113px;
  top: 17px;
}

.rtl .widget-heading .panel-title:after{
  left: -113px;
  right: auto;
}

.pav-megamenu>.click-canavs-menu.fa{
  position: absolute;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  cursor: pointer;
}

.pav-megamenu .navbar{
  margin: 0;
  border: 0;
  float: left;
}

.category-info{
  padding-bottom: 14px;
}

.pav-megamenu .navbar-collapse{
  padding: 0;
}

.pav-megamenu .navbar-nav>li.aligned-fullwidth{
  position: static;
}

.pav-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu{
  left: -2px;
}

.rtl .pav-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu{
  right: 0;
  left: auto;
}

.pav-megamenu .navbar-nav>li.aligned-fullwidth .dropdown-submenu .dropdown-menu{
  margin-left: 0;
}

.pav-megamenu .navbar-nav>li.aligned-right .dropdown-menu{
  left: auto;
  right: 0;
}

.pav-megamenu .navbar-nav>li.aligned-right .dropdown-submenu .dropdown-menu{
  margin-right: 100%;
}

.pav-megamenu .navbar-nav>li.aligned-left .dropdown-menu{
  left: 0;
  right: auto;
}

.pav-megamenu .navbar-nav>li.aligned-left .dropdown-submenu .dropdown-menu{
  margin-left: 100%;
}

.pav-megamenu .navbar-nav>li.aligned-center .dropdown-submenu .dropdown-menu{
  margin-left: 100%;
}

.pav-megamenu .navbar-nav>li>.dropdown-menu{
  top: 99%;
  opacity: 0;
  display: block;
  position: absolute;
  visibility: hidden;
  padding: 30px;
  border-radius: 0px;
  left: 0;
  border: 0;
}

.dropdown-menu-inner

{
-webkit-transition: all .22s cubic-bezier(.455,.03,.515,.955),visibility 0s;
  -o-transition: all .22s cubic-bezier(.455,.03,.515,.955),visibility 0s;
  transition: all .22s cubic-bezier(.455,.03,.515,.955),visibility 0s;
}

.rtl .pav-megamenu .navbar-nav>li>.dropdown-menu{
  right: 0;
  left: auto;
}

.pav-megamenu .navbar-nav>li>.dropdown-menu .widget-heading{
    text-align: left;
    font-family: 'Nantes-Upright';
    font-variation-settings: 'wght' 650;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
}





.pav-megamenu .navbar-nav>li.ethics:focus>.dropdown-menu, .pav-megamenu .navbar-nav>li.ammo:focus>.dropdown-menu, .pav-megamenu .navbar-nav>li.ento:focus>.dropdown-menu, .pav-megamenu .navbar-nav>li.ento:hover>.dropdown-menu, .pav-megamenu .navbar-nav>li.ammo:hover>.dropdown-menu{
  opacity: 1;
  visibility: visible;
  border: 0;
}

.pav-megamenu .navbar-nav>li:hover>a>span{
  border-bottom: 1.2px solid #122418;
  padding-bottom: 4px;
}

.pav-megamenu .navbar-nav>li:focus>.dropdown-menu, .pav-megamenu .navbar-nav>li:hover>.dropdown-menu{
  opacity: 1;
  visibility: visible;
  display: block;
  top: 64px;
  padding: 0px;
  min-height: 250px;
}

li.h-fix a{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

li.h-fix:hover{
  background: #a08564 !important;
}

.mainmenu .pav-megamenu .navbar-nav>li>a
{
   padding-right: 25px;
   letter-spacing: 0.5px;
   font-family: 'Nantes-Upright';
   font-variation-settings: 'wght' 600;
   font-weight: normal;
   text-transform: none;
   line-height: 65px;
   font-size: 14px;
}

.pav-megamenu .navbar-nav>li:hover a{
    opacity: 1;
}

.pav-megamenu .navbar-nav:hover > li:not(:hover) a{
    opacity: 0.5;
}

.pav-megamenu .navbar-nav>li>a{
    background-color: transparent !important;
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    font-family: 'DM Sans';
    text-transform: uppercase;
    font-size: 9px;
    line-height: 80px;
    padding: 0 15px;
    color: #122418;
    letter-spacing: 2px;
    text-align: center;
    font-variation-settings: 'wght' 650;
    opacity: 1;
}

@media screen and (max-width: 1537px){
  .mainmenu .pav-megamenu .navbar-nav>li>a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1537px){
  .mainmenu .pav-megamenu .navbar-nav>li>a {
    font-size: 14px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px){
 .mainmenu .pav-megamenu .navbar-nav>li>a {
    font-size: 12.5px;
  }
}


li.parent.dropdown>a>b{
  margin: 8px;
}

.pav-megamenu .navbar-nav>li>a:active .caret:before, .pav-megamenu .navbar-nav>li>a:focus .caret:before, .pav-megamenu .navbar-nav>li>a:hover .caret:before{
  color: #fff !important;
}

.pav-megamenu .navbar-nav>li>a .caret{
  border: 0;
  position: relative;
}

.pav-megamenu .navbar-nav>li>a .caret:before{
  content: "\f2f9";
  font-family: Material-Design-Iconic-Font;
  position: absolute;
  right: -10px;
  top: -15px;
  font-size: 13px;
  font-weight: 100;
}

.rtl .pav-megamenu .navbar-nav>li>a .caret:before{
  left: -10px;
  right: auto;
}

.pav-megamenu .navbar-nav>li.full-width{
  position: static;
}

.pav-megamenu .dropdown-menu{
  top: 100%;
  left: -9999px;
  height: auto;
  line-height: 25px;
  color: #122418;
  min-width: 315px;
  padding: 25px;
  z-index: 9999;
}

.dropdown-menu-inner > .row{
    padding-top: 25px;
}

.pav-megamenu .dropdown-menu ol, .pav-megamenu .dropdown-menu ul{
  padding: 0;
}

.pav-megamenu .dropdown-menu li{
  list-style: none;
  padding-bottom: 10px;
  color: #ada397;
}

.pav-megamenu .dropdown-menu li a:hover{
  color: #122418;
}

.pav-megamenu .dropdown-menu.ethics li a:hover .fa, 
.pav-megamenu .dropdown-menu.ethics li a:hover, 
.pav-megamenu .dropdown-menu.ammo li a:hover .fa, 
.pav-megamenu .dropdown-menu.ammo li a:hover, 
.pav-megamenu .dropdown-menu.ento li a:hover .fa, 
.pav-megamenu .dropdown-menu.ento li a:hover,
.pav-megamenu .dropdown-menu.dome li a:hover .fa, 
.pav-megamenu .dropdown-menu.dome li a:hover{
  border-bottom: 1px solid #122418;
  cursor: pointer;
}

.pav-megamenu .dropdown-menu li a{
  position: absolute;
  margin-top: 10px;
}

.pav-megamenu .dropdown:hover>.dropdown-menu{
  display: block;
  left: 0;
}

.pav-megamenu .dropdown:hover>a .fa{
  color: #122418;
}

.pav-megamenu .dropdown-submenu{
  position: relative;
}

.pav-megamenu .dropdown-submenu .dropdown-menu{
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}

.pav-megamenu .dropdown-submenu:hover>.dropdown-menu{
  left: 100%;
  display: block;
  top: 0;
}

.pav-megamenu .megamenu .cols1{
  min-width: 200px;
}

.pav-megamenu .megamenu .cols2{
  min-width: 600px;
}

.pav-megamenu .megamenu .cols3{
  min-width: 740px;
}

.pav-megamenu .sidebar .product-block{
  border-top: 0;
}

.box-heading .panel-title{
  color: #f2efe4;
}

iframe{
  border: 0;
}

.category .list-group{
  margin-bottom: 0;
}

.category ul.level1{
  padding-left: 0;
}

.category ul>li{
  padding-left: 0;
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;
}

.category ul>li>a{
  font-family: 'DM Sans Bold';font-weight: 500;
  color: #122418;
  letter-spacing: 1px;
}

.category ul ul{
  padding-left: 20px;
}

.category ul ul>li{
  position: relative;
  padding: 0;
}

.category ul ul>li a{
  color: #122418;
  font-family: 'DM Sans Bold';font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
}

.category ul ul>li a:active, .category ul ul>li a:focus, .category ul ul>li a:hover{
  color: #122418;
  font-family: 'DM Sans Bold';font-weight: 500;
}

.bf-form>.bf-attr-block:first-of-type .bf-attr-header{
  text-align: left;
}

li.sidebar-title li:before{
  display: none;
}

.product-block .block-img{
  position: relative;
  overflow: hidden;
}

.product-block .action>div{
  display: inline-block;
  position: relative;
}

@media (min-width: 992px){
  .menu {
    height: 51px;
  }
  .col {
    width: 20% !important;
  }
}

@media (max-width: 1199px){
  .product-filter .filter-left>.product-compare {
    float: left;
  }
}

@media (min-width: 767px){
    .quickcheckoutleft.extra-width .thumb img,
  #cart-items .thumb img {
    max-width: 180px;
  }
  
  .product-block .bottom {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transform: scale(0);
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    z-index: 11;
  }
  .product-block .bottom button {
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
  .product-block:hover .bottom {
    bottom: 5%;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
    visibility: visible;
  }
}

@media (min-width: 767px) and (max-width: 991px){
  .product-tabs {
    margin-top: 0;
  }
}

@media (max-width: 767px){
  .swiper-container-mob .title,
  .swiper-container .title {
    font-size: 50px !important;
  }
  #image-additional-carousel>div>div>.owl-item {
    width: 130px !important;
  }
  .productdeals .product-block .bottom {
    margin: 10px;
  }
  .scrollup {
    right: 10px;
  }
  .product-block .name {
    font-size: 14px;
  }
  .cart-icon i {
    line-height: 53px;
  }
  .tab-center .nav-tabs>li.active {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .product-tabs {
    margin-top: -40px;
  }
  .product-tabs .tab-v1 {
    padding: 0;
  }
  .product-tabs .tab-v1 .tab-heading {
    margin-bottom: 0;
    text-align: left;
  }
  .product-tabs .tab-v1 .tab-heading .nav-tabs {
    margin-bottom: 0;
  }
  .product-tabs .tab-v1 .tab-heading .nav-tabs>li {
    border: 0;
    margin-right: 0;
  }
  .product-tabs .tab-v1 .tab-heading .nav-tabs>li a {
    padding: 0 10px 0 0;
  }
  a#menu-toggle-filter {
    width: 100%!important;
  }
  .sort.pull-left {
    float: none !important;
  }
}

@media (max-width: 1200px){
  .search-mob .btn {
    padding: 10px 15px;
    background: #f8f6f3;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    height: 40px;
    width: 100%;
    color: #122418;
  }
  .search-mob .form-control {
    border: 0;
    background: #f8f6f3;
    color: #122418;
    padding-left: 15px;
    border-bottom-left-radius: 20px;
    width: 80%;
    border-top-left-radius: 20px;
    margin: 0;
    border: 0;
    height: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
    .search-mob span.input-group-btn {
    padding: 0;
  }
}

@media (max-width: 480px){
  .quickcheckoutright .input-group-btn, .modules .input-group-btn {
    display: contents;
  }
  .quickcheckoutright .input-group-btn, .quickcheckoutright .input-group, .quickcheckoutright .input-group-btn:last-child>.btn, .modules .input-group-btn:last-child>.btn, .modules .input-group-btn, .modules .input-group {
    width: 100%;
  }
  .quickcheckoutright .input-group-btn .modules .input-group-btn {
    position: unset;
  }
  .quickcheckoutright .input-group .modules .input-group {
    display: block;
  }
  #reward-content input, #voucher-content input, #coupon-content input {
    margin: 15px 0px;
  }
  .cart-buttons .update {
    margin-right: 10px !important;
    font-size: 16px;
  }
  .cart-buttons i.fal.fa-times {
    font-size: 24px;
    padding-top: 3px;
  }
  #cart-items .input-group .form-control {
    width: auto;
    font-size: 14px;
    border-radius: 0px;
    width: 55px;
    height: 55px;
    float: left;
    font-family: 'DM Sans Bold';font-weight: 500;
    margin: 20px 0px;
  }
  footer .panel .panel-title {
    margin: 14px 0;
  }
  .pav-megamenu {
    position: absolute;
  }
  .space-right-15 {
    margin-right: 5px;
  }
  .rtl .space-right-15 {
    margin-left: 5px;
    margin-right: inherit;
  }
  .custom_field {
    margin-top: 15px;
  }
  .cireview-infomsg {
    font-size: 12px;
  }
  .product-info h1 {
    margin-top: 10px;
    font-size: 21px;
    margin-bottom: 0px;
  }
  .breadcrumb {
    padding: 10px 0;
  }
  #cart .dropdown-menu {
    min-width: 365px;
    margin-top: 0;
    right: -10px;
    padding: 15px;
  }
  .widget-images {
    text-align: center;
  }
  .widget-images img {
    display: inline-block;
  }
  #button-cart {
    padding: 10px;
  }
  #search {
    width: 100%;
    margin: 240px 0% 0 !important;
  }
  .tab-v1.space-margin-tb-60 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .table-responsive .btn.btn-default {
    padding: 0;
  }
  #search .input-group-btn i {
    font-size: 15px;
    margin-left: -10px;
    margin-top: 4px;
  }
  div.search-mob {
    margin: 20px 0px;
  }
  
}

.valid{
  position: absolute;
  width: 100%;
  font-size: 10px;
}


.box-heading h3>span, h1.panel-title, h4.panel-title, p.panel-title{
    margin: 0;
    font-size: 36px;
    color: #122418;
    text-align: center;
    padding-bottom: 15px;
    text-transform: initial;
    font-family: 'Nantes-Upright';
    font-variation-settings: 'wght' 800;
    font-weight: normal;
    letter-spacing: 0.8px;
}

button#list-view{
  display: none;
}

h4.panel-title-cart{
  text-align: left;
  text-transform: none;
  padding: 3px 0;
  font-size: 15px;
  font-family: 'DM Sans Bold';font-weight: 500;
}

.table>thead>tr>td{
  font-family: 'DM Sans Bold';font-weight: 500;
}

.links{
  padding: 22px 0 0 0;
}

.product-info .cart .links a{
  padding-right: 27px;
  cursor: pointer;
  font-size: 12px;
  font-family: 'DM Sans Bold';font-weight: 500;
}

.links a i{
  color: #999;
  font-size: 14px;
  padding-right: 7px;
}

@media only screen and (max-width: 767px){
  .btn-group-sm>.btn, .btn-sm {
    width: 28px;
    height: 32px;
    font-size: 10px;
  }
  td.thumb.text-center {
    width: 26%;
  }
  td.text-center.name-prod {
    font-size: 10px;
  }
  #d_quickcheckout label {
    font-size: 12px;
  }
  h4.panel-title-cart {
    font-size: 15px;
  }
  input#input-coupon, input#input-voucher {
    width: 100%;
  }
}

span.product-label.bts.os{
background-color: #bb1a32;
  width: 30%;
  min-width: 100px;
  text-align: center;
}

#oneall_social_login{
  width: 215px;
  height: 35px;
  overflow: hidden;
  margin: 20px;
}

h2.account-head i{
  font-size: 23px;
}

h2.account-head{
  font-size: 21px !important;
  border-bottom: 1px solid #d6d6d6;
}

#input-option234 .radio input[type="radio"]{
  margin-top: 20px;
}


.custom_field img{
  margin-top: 20px;
  width: 100%;
  opacity: 0.6;
  text-align: center;
}

.custom_field{
  text-align: center;
}

#input-option289 input[type="radio"]{
  margin-top: 20px;
}

button.btn.btn-primary.stock-alert{
  background: #BB1832 !important;
  font-size: 16px;
}

h4.club a{
  color: #a08564;
  font-size: 16px;
  font-family: 'DM Sans Bold';font-weight: 500;
}

h4.club i{
  font-size: 20px;
  letter-spacing: 0;
}

h4.club{
  margin-top: 0;
}

@media screen and (max-width: 992px){

  #content {
overflow: hidden;
}
}

#product .radio input[type="radio"]{
  margin-top: 20px;
}

.btn-footer{
  width: 100%;
  color: #f2efe4;
  background: inherit;
  background-color: inherit;
  font-size: 14px;
}

.btn-footer.active.focus, .btn-footer.active:focus, .btn-footer.active:hover, .btn-footer:active.focus, .btn-footer:active:focus, .btn-footer:active:hover, .open>.btn-footer.dropdown-toggle.focus, .open>.btn-footer.dropdown-toggle:focus, .open>.btn-footer.dropdown-toggle:hover, .btn-footer:active, .btn-footer:focus, .btn-footer:hover{
  box-shadow: unset;
  outline: 0!important;
}

.footer-buttons .dropdown-menu{
  width: 100%;
}

ul.dropdown-menu.footer-dropdown{
  position: relative;
  background: transparent;
  color: #f2efe4;
  border: 0;
  top: 0px;
  margin-bottom: 30px;
}

.footer-buttons .dropdown-menu li a{
  color: #f6f5f2;
}

.footer-buttons .dropdown-menu li{
  text-align: center;
  font-size: 13px;
  border-bottom: 0;
}

.footer-buttons .dropdown-menu li:last-child{
  border-bottom: 0;
}


button.times-x{
  border: 0;
  background-color: #f2efe4;
  color: #ff8282;
  position: relative;
  width: 100%;
  text-align: right;
  font-size: 20px;
}


footer .footer-center a:hover{
  color: #4a4a4a;
  opacity: 0.6;
}


header.style-header.header-v1{
  background: #f3efe4;
  position: relative;
}


#top, #top a{
  font-family: 'DM Sans Bold';
  font-weight: 500;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f3efe4;
  background-color: #122418;
  position: relative;
}

div#usp-slider-mob
{
  width: 100%;
}

#top i{
  font-size: 12px;
}

@media screen and (max-width: 1024px){
  .pav-megamenu .navbar-nav>li:focus>.dropdown-menu, .pav-megamenu .navbar-nav>li:hover>.dropdown-menu {
    font-size: 12px;
    line-height: 22px;
  }
  .pav-megamenu .navbar-nav>li>.dropdown-menu {
    width: 850px !important;
  }
}

#cart>.dropdown-menu{
  letter-spacing: 0;
  font-family: 'DM Sans Bold';font-weight: 500;
}

#payment{
  padding-bottom: 35px;
}

.buttons{
  margin-bottom: 0 !important;
}

div[id^="input-option"] .radio input[type="radio"]{
  margin-top: 5px !important;
}

.product-block__inner .image .wishlist{
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: unset;
  z-index: 1;
  border-radius: 0;
  height: 35px;
  width: 35px;
}

.product-img .wishlist, #products .wishlist{
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    border-radius: 0;

}

.product-img .wishlist{
  display: none;
}

.product-block__inner .image .wishlist{
  bottom: 140px;
  right: 10px;
}


.product-block .image .wishlist button,
#products .wishlist button

{
  padding: 3px;
}

.wishlist button:active, .wishlist button:focus, .wishlist button:hover{
  box-shadow: unset;
}

.wishlist button{
  background: transparent;
  color: #122418;
  border: 0px;
  overflow: hidden;
  line-height: 0px;
  height: 35px;
  width: 35px;
}



span.total_wishlist{
    text-align: center;
    position: absolute;
    font-family: "DM Sans Bold";
    font-size: 9.5px;
    top: 0px;
    left: 0px;
    letter-spacing: -0.5px;
    width: 34px;
    height: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: none;
}

.productpage__media .wishlist{
  position: absolute;
  top: 40px;
  z-index: 1;
  right: 34.2%;
  width: 25px;
  height: 25px;
}

.productpage__media .wishlist button{
  border: 1px solid;
  width: 25px;
  height: 25px;
}

@media (max-width: 480px){

  #cart-items .total {
    text-align: center;
    font-family: 'DM Sans Bold';
    font-weight: 500;
    font-size: 20px;
    color: #122418;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}
  .productpage__media .wishlist button {
    font-size: 20px;
  }
  .productpage__media .wishlist {
    padding: 0px;
  }
  .productpage__media .wishlist {
    right: 20px;
    top: 20px;
  }
}

.pav-megamenu .dropdown-menu{
  z-index: 998 !important;
}



.product-block__inner .wishlist button{
    padding: 3px;
    border: 1px solid;
    width: 30px;
    height: 30px;
    background: #f3efe4;
}

span.cart-items{
  font-size: 11px;
  position: absolute;
  background: #aa957a;
  color: #f2efe4;
  height: 20px;
  width: 20px;
  right: -1px;
  top: -6px;
  border-radius: 50%;
  overflow: visible;
  line-height: 22px;
  text-align: center;
  padding-left: 2px;
}


span.cart-items-wishlist{
  font-size: 12px;
  position: absolute;
  color: #122418;
  width: 25px;
  font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 400;
  overflow: visible;
  text-align: center;
  font-weight: normal;
  line-height: 2.5;
  top: 1px;
}

.cart-inner{
    margin-left: 5px;
}

.user-icons.cart img,
.user-icons:not(.cart) img,
.pageheader__carticons .button-i img{
  width: 25px;
  height: auto;
  display: block;
}

.user-icons:not(.cart) img,
.pageheader__carticons .button-i img{
  margin-right: 10px;
}

.wishlist i{
  margin: 0px;
  padding: 3px;
  font-size: 18px;
}

.product-info .image .wishlist{
  top: 15px;
  right: 15px;
}

#account-list #form-currency .currency-select{
  text-align: left;
  padding: 15px 20px;
  font-size: 12px;
  font-family: 'DM Sans Bold';font-weight: 500;
}

#form-currency .dropdown-menu li{
  height: 25px;
  margin: 0 auto;
  text-align: center;
}

#form-currency .dropdown-menu li button{
    color: #122418;
}

#top .dropdown-menu .btn-link:hover{
  color: #122418;
  border-bottom: 1px solid #122418;
}

#top .btn-link
{
  width: auto;
}

#top .btn-link, #top-links a, #top-links li{
  text-decoration: none;
  font-size: 9px;
  font-family: 'DM Sans Bold';
  font-weight: 500;
  letter-spacing: 1px;
  color: #f3efe4;
}

#top button#account-list{
  border-bottom: 0;
}

#top .btn-link:focus, #top .btn-link:hover{
  border-bottom: 1px solid transparent;
}

#search .input-lg{
  height: 80px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 20px;
  letter-spacing: 2px;
  border: none;
}

#search .input-lg:focus{
  border-right: none;
  box-shadow: none;
}

#search .btn-lg{
  font-size: 15px;
  line-height: 18px;
}

#search .form-control::-moz-placeholder{
  font-size: 20px;
}

#search .form-control::-webkit-input-placeholder{
  font-size: 20px;
}

#search .input-group-addon{
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  padding: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#search .input-group-addon .btn{
  width: 80px;
  height: 78px;
  background: 0 0;
  border-radius: 0;
  border: none;
}

#search .input-group-addon i{
  font-size: 25px;
}

.search-mob input::placeholder{
  font-size: 14px!important;
}

#search input{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#search-block{
  float: left;
}

#search-block .btn{
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: 0 0;
  font-size: 10px;
  float: none;
}

.sidebar-opacity-trans{
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.sidebar-opacity{
  background-color: #122418;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;

}

.sidebar-opacity-trans.toggled, .sidebar-opacity.toggled{
  opacity: 0.8;
  visibility: visible;
  height: 10000vh;
}

#sidebar-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin-left: -300px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
  z-index: 1000;
  background: #122418;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); 
}

#sidebar-wrapper-right{
  position: fixed;
  top: 0;
  width: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
  z-index: 1000;
  background: #f2efe4;
}

#wrapper-filter.toggled #sidebar-wrapper-right, #wrapper-filter.toggled #sidebar-wrapper{
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper-filter.toggled #sidebar-wrapper, #wrapper.toggled #sidebar-wrapper{
  width: 300px;
  left: 300px;
  text-align: left;
}

#wrapper-filter.toggled #sidebar-wrapper-right, #wrapper.toggled #sidebar-wrapper-right{
  width: 300px;
  right: 0px;
}

.wrapper{
    color: #f2efe4;
    font-size: 14px;
    font-family: 'DM Sans';
    margin: auto;
    height: auto;
    max-height: 110px;
    padding-bottom: 25px;
    line-height: 17px;
    overflow-y: scroll;
    width: 80%;
}

@media screen and (max-width: 768px){
  .wrapper
  {
    width: 100%;
  }
}

.wrapper p
{
  color: #f2efe4!important;
  font-size: 13px;
}

#product-head .page-header.breadcrumb{
  margin: 0px;
  padding: 0px;
      background: #f3efe4;
}

#product-head .page-header .container{
    padding: 0px;
    margin-top: 0px;
    text-align: left;
    backdrop-filter: unset;
    border: 0px;
}

#product-head .page-header .container:before,
#product-head .page-header .container:after
{
  display: none;
}

.page-header .container
{
  text-align: center;
}
@media (max-width: 480px){
  .page-header .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px){
  .page-header .container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media (max-width: 991px){

  .main-columns.infomation img {
    width: 100%;
    margin: 10px 0px;
}
  .page-header .container.prod {
    max-width: 100%;
  }
}

#information-block{
  float: left;
}

input.Frame.Colour{
  top: 12px;
}

.close-button button{
  float: right;
  background: 0 0;
  color: #313131;
  border: 0;
  font-size: 54px;
  right: 0;
  padding: 10px 0;
}

.close-button{
  width: 100%;
  height: 50px;
}

button.close i{
    font-size: 11px;
}

span.stars{
  color: #ffd265;
}

.testimonial{
  max-width: 500px;
  margin: 30px auto 0;
}

.testimonial-text{
    color: #f6f5f1;
    padding: 0px 20px;
    max-height: 65px;
    height: 65px;
    font-size: 14px;
    text-align: center;
    margin: 0 10px;
    letter-spacing: 1px;
    border-radius: 0px;
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.testimonial-text::-webkit-scrollbar{
  display: none;
}

.testimonial-byline, .triangle{
  display: flex;
  justify-content: center;
}


.testimonial-byline{
  font-weight: 700;
}

.parallax{
  height: 400px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-size: 100%;
  margin-left: -50vw;
  margin-top: 100px;
  margin-bottom: 100px;
  left: 50%;
  background-color: #f2efe4;
}

.farming{
  text-align: left;
}

.frame-1{
  background-image: url(https://www.minibeast.co/image/data/frame-1.jpg);
}

.frame-2{
  background-image: url(https://www.minibeast.co/image/data/frame-2.jpg);
}

p.quote strong{
  font-size: 24px;
  font-style: italic;
}

.content-info table
{
  font-size: 15px;
}
.content-info{
  text-align: left;
  font-size: 15px;
}

.content-info table thead{
    background: #122418;
    color: #f3efe4;
}

.content-info h1{
  font-size: 30px;
}

.main-columns.infomation{
  padding-top: 30px;
}

@media only screen and (max-width: 800px){
  .parallax {
    height: 200px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}


#livesearch_search_results_mob{
  max-height: 600px;
  overflow: scroll;
}

.product-filter .limit{
  display: none;
}

.product-filter
{
  padding-bottom: 15px;
  width: 100%;
}

.pswp__caption__center{
  text-align: center;
}

#gallery figure{
  float: left;
  display: contents;
}

#gallery figure img{
  object-fit: cover;
  float: left;
  cursor: default;
  overflow: hidden;
  width: 10vw;
  height: 18vw;
  opacity: 0.7;
}

#gallery figure img:hover{
    opacity: 1;
}

#gallery figure a:has(> img.lazy[src*="loading.svg"]){
  display: block;
  float: left;
  position: relative;
  width: 10vw;
  height: 18vw;
  background: var(--bone, #f2efe4);
}

#gallery figure a:has(> img.lazy[src*="loading.svg"])::before{
  display: none;
}

.pswp__caption__center{
  text-align: center;
}

.spacer{
  height: 5em;
}



@media screen and (max-width: 767px){
  

  #gallery {
    display: flex;
  }
  #gallery figure {
    float: unset;
    display: unset;
    min-width: 17vw;
    max-width: 17vw;
    scroll-snap-align: center;
  }
  #gallery figure img {
    height: auto;
    min-height: 200px;
    padding: 0px;
    width: 100%;
    opacity: 1;
    border-radius: 0px;
  }
  #gallery figure:last-child {
    margin-right: 0px;
}
  #gallery::-webkit-scrollbar {
    display: none;
  }
}


.bf-count{
  font-size: 10px;
}

li.UK-SHIP{
  font-size: 12px;
  padding: 8px 0px;
  text-align: center;
  background: #BB1832;
  color: #f2efe4;
  font-family: 'DM Sans Bold';font-weight: 500;
  border-radius: 0px;
  margin: 15px 0px;
  list-style: none;
}

li.UK-SHIP img{
  margin-right: 10px;
  border-radius: 10px;
}

#create_account{
  margin-bottom: 25px;
}

#cart-close i{
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  color: #122418;
}

#close-search i{
    color: #f2efe4;
    padding: 0px;
    font-size: 12px;
    font-weight: 100;
    line-height: 0;
    position: absolute;
    top: 10px;
    left: 2px;
}

.user-icons:not(.cart){
  display: flex;
  align-items: center;
  height: 100%;
}

.user-icons:not(.cart) a,
.pageheader__carticons #search-block{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.pageheader__carticons #search-block{
  float: none;
  cursor: pointer;
}

.pageheader__carticons .button-i{
  display: flex;
  align-items: center;
  line-height: 0;
}

.user-icons i{
  font-size: 20px;
  padding-right: 10px;
  line-height: 60px;
}
 

#cart-pop:hover,
img.user-hover:hover,
#pavo-site-footer .social-block i:hover{
  opacity: 0.5;
}

table.table.totals-mini-cart .text-right{
  text-align: right !important;
}

#cart .dropdown-menu table.first tr>td .btn i{
  color: #f2efe4;
  margin-left: -5px;
}

p.bg-default{
  background: #e8e6e3;
  padding: 20px;
  color: #122418;
  line-height: 20px;
  font-size: 14px;
  margin: 20px 0;
}

.pavo-widget{
  position: relative;
  padding-bottom: 15px;
}

span.sub-image img{
    width: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}


.newsletter-v1 .alert{
    z-index: 99;
    padding: 8px;
    font-size: 11.5px;
    border-radius: 0;
    position: relative;
    box-shadow: unset;
    right: 0px;
    top: 20px;
    color: #122418;
}

p.bg-default{
  background: #e8e6e3;
  padding: 20px;
  color: #122418;
  line-height: 20px;
  font-size: 14px;
  margin: 20px 0;
}
.swiper-container-mob .container,
.swiper-container .container{
  padding-top: 162.5px;
  padding-bottom: 182.5px;
}

@media screen and (max-width: 767px){
  .swiper-container-mob .container {
    padding-top: 100px;
  }
}

.tagline{
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #f2efe4;
  margin-bottom: 30px;
}

.desc{
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
  font-family: 'DM Sans Bold';font-weight: 500;
  color: #f2efe4;
  margin-bottom: 40px;
  margin-top: 25px;
}
.swiper-container-mob .title,
.swiper-container .title{
  margin: 0;
  color: #f2efe4;
  font-size: 70px;
  line-height: 1.1;
  margin-top: 15px;
  font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 800;
  font-weight: normal;
}
.swiper-container-mob,
.swiper-container{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}


@media screen and (max-width: 767px){
  .swiper-container-mob
  {
    height: 100%;
  }
}

section.product-section{
  margin-top: 5%;
}

.payment-block i{
  font-size: 30px;
  color: #f2efe4;
  margin: 0px 4px;
  display: inline-flex;
}

@media (max-width: 992px){
  .payment-block i {
    font-size: 18px;
  }
}

ul.mm-listview li.sub-links:nth-child(1 of .sub-links){
  margin-top: 25px;
  padding-top: 25px;
}

ul.mm-listview li.sub-links:nth-last-child(1 of .sub-links){
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.mm-listitem.sub-links:after
{
  display: none;
}

li.reviews.mm-listitem::before{
  content: " ";
  background-image: url(/catalog/view/theme/minibeast/svg/star2.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 13px;
  margin-left: 17px;
  margin-top: 9px;
}

li.deal.mm-listitem::before{
  content: " ";
  background-image: url(/catalog/view/theme/minibeast/svg/price-tag-2-W.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 13px;
  margin-left: 17px;
  margin-top: 9px;
}

li.voucher.mm-listitem::before{
  content: " ";
  background-image: url(/catalog/view/theme/minibeast/svg/voucher-W.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 13px;
  margin-left: 17px;
  margin-top: 9px;
}

li.prints.mm-listitem::before{
  content: " ";
  background-image: url(/catalog/view/theme/minibeast/svg/prints-white.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 13px;
  margin-left: 17px;
  margin-top: 9px;
}


li.ethics.mm-listitem::before{
    content: " ";
  background-image: url(/catalog/view/theme/minibeast/svg/ethics.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 13px;
  margin-left: 17px;
  margin-top: 9px;
}

li.latest.mm-listitem::before{
    content: " ";
  background-image: url(/catalog/view/theme/minibeast/svg/latest-white.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 13px;
  margin-left: 17px;
  margin-top: 9px;
}

li.dome.mm-listitem::before{
    content: " ";
  background-image: url(/catalog/view/theme/minibeast/svg/dome-white.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 13px;
  margin-left: 17px;
  margin-top: 9px;
}


li.club.mm-listitem::before{
  content: " ";
  background-image: url(/catalog/view/theme/minibeast/svg/beetle-white-MM.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  padding: 13px;
  margin-left: 17px;
  margin-top: 9px;
}


li.top-span.mm-listitem{
  margin-top: 30%;
  border-top: 2px solid #333;
}

#mm-1 .mm-navbar_sticky{
  display: none;
}

#mm-1{
  margin-top: 25px;
}

.mm-navbar__title>span{
  color: #f6f5f2;
  font-size: 13px;
  float: left;
  margin-left: -50px;
  opacity: 0.5;
}

.mm-navbar__title>span:hover, .mm-navbar__title>span:active, .mm-navbar__title>span:touch{
  opacity: 1;
}

ul.mm-listview li{
  font-size: 20px;
}

@media (max-width: 1199px){
  .mburger {
  }
  .pav-megamenu {
    display: inline-block;
  }
}

.map-outer2{
    border: 1px solid #122418;
    margin: 20px 20px auto;
    overflow: hidden;
    height: 200px;
    touch-action: none;
}

@media (max-width: 480px){
  .sidebar-opacity {
    display: none;
  }
  .jqvmap-zoomin, .jqvmap-zoomout {
    display: none;
  }
}

#vmap2{
  width: 100%;
  height: 100%;
  touch-action: none;
}

#vmap2 svg{
  position: relative;
  top: 0;
}

.pav-megamenu .dropdown-menu{
  margin-left: calc(50% - 50vw);
  width: 100vw!important;
}



ul.breadcrumb.prod-page{
  margin-left: -55px;
}

.modal-body.search-modal.gift{
  padding: 50px;
  text-align: center;
}

.product-info h1{
  font-size: 24px;
  letter-spacing: 0;
  width: 93%;
  margin: 0px;
}

@media (max-width: 480px){
  .product-info h1 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #product {
    margin-top: 15px;
  }
}

#tab-description strong{
  padding-top: 10px;
  line-height: 25px;
}

.col-md-5.prod-info{
  padding: 25px;
  box-shadow: 0px -50px 65px 0px rgb(34 34 34 / 10%);
}

@media (max-width: 767px){
  .col-md-5.prod-info {
    box-shadow: unset;
    padding: 15px;
  }
}

.product-info{
  overflow: hidden;
  z-index: -1;
}

@media screen and (max-width: 767px){
  .product-info {
    overflow: visible;
  }
}

#latin .latin,
.product-name-rev .latin,
h1.heading-left .latin{
    font-variation-settings: 'wght'600;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0.8px;
}

#latin .latin{
font-family: 'Nantes-Italic';
font-variation-settings: 'wght' 400;
font-weight: normal;
}

div#latin{
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 10px;
}

product-info h1.heading-left{
  margin-top: -50px;
}

span.or{
    font-size: 16px;
    padding: 10px;
    opacity: 0.5;
    font-family: 'Nantes-Italic';
    font-variation-settings: 'wght' 400;
    font-weight: normal;
    margin-top: -4px;
}

.reward-pp span{
    margin-right: 5px;
}

.des-block{
  margin-top: 50px;
}

.panel-heading{
  padding: 20px 0px;
}

.ci-rfilters button{
  box-shadow: unset;
}

.gift-wrapping-box input[type="checkbox"]{
  padding-right: 20px;
  margin-right: 15px;
}

.gift-wrapping-box{
  width: auto;
  color: #122418;
  font-size: 12px;
  line-height: 12px;
}


.gift-wrapping-box a{
  color: #122418;
}

.gift-wrapping-box i{
  font-size: 14px;
  padding-right: 5px;
  color: #122418;
}

.gift-wrapping-box .btn{
  float: right;
  padding: 5px 14px;
  font-size: 8px;
  right: 0px;
  position: relative;
  text-align: right;
  margin-left: 15px;
  -webkit-box-shadow: 0 4px 20px rgb(34 34 34 / 5%);
  box-shadow: 0 4px 20px rgb(34 34 34 / 5%);
  border: 1px solid #58412b;
  color: #58412b;
  height: auto;
}

@media (max-width: 375px){
  .gift-wrapping-box .btn {
    display: none;
  }
}

/* REVIEWS */

#cireview{
  clear: both;
}

btn.btn.btn-filter.cigallery.cicustomer-images.cisee-all{
  display: none;
}

.cus-rev .modal-body, .cus-rev .modal-content{
  padding: 0px;
  border: 0;
  box-shadow: unset;
  background: transparent;
}

.cireviewattach_images img{
  max-width: 120px;
}

@media (max-width: 767px){
  .cireviewattach_images {
    margin-top: 0px !important;
  }
  .cireviewattach_images img {
    position: relative;
    top: 0px;
    margin-top: 0px;
  }
}

#usp-slider-desk{
    max-width: 255px;
}


.filter-left{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

div#products{
    border-block-start: 1px solid rgba(0, 0, 0, 0.1);
    padding-block-start: 15px;
}

@media (min-width: 767px){
  .sort {
    width: 250px;
  }
}

.product-compare a#menu-toggle-filter{
  background: #122418;
  color: #f2efe4;
  width: 250px;
  height: 40px;
  font-size: 14px;
  border-radius: 0;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

select#input-sort,
.product-compare a#menu-toggle-filter
{
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

#products .wishlist img:hover
{
  opacity: 1;
}
.in-wishlist i.far.fa-heart{
  display: none;
}

.wishlist-row button.in-wishlist{
    border: 1px solid #c01f36;
}

.product-block .wishlist button.in-wishlist
{
  border: 0px!important;
}

#products button.btn.btn-sm.in-wishlist{
    border: 1px solid #be1b37;
    color: #aa2c38;
}

.in-wishlist{
    color: #aa2c38;
}


@media (max-width: 767px){
  table.table.address-list td {
    text-align: center;
    padding: 20px 0px;
  }
}

.account-page .alert.bg-warning{
  margin-bottom: 50px !important;
}

table.table.address-list{
  border-bottom: 2px solid #eee;
}


.account-page label{
  height: auto;
  margin-bottom: 10px;
  font-weight: 300;
}

.register legend{
  padding: 0;
  font-family: 'DM Sans Bold';font-weight: 500;
  border: 0;
  margin: 0;
}

.register fieldset{
  padding-bottom: 20px;
}

.maincols{
  margin-bottom: 0px;
}

.account-icon{
  display: inline-block;
  color: #122418;
  border: 1px solid #122418;
  width: 50px;
  height: 50px;
  font-size: 18px;
  margin: 10px 20px 0px 0px;
  text-align: center;
  line-height: 50px;
}

.table-wishlist .image img{
  max-width: 150px;
}

.table-wishlist .price{
  font-size: 18px;
  color: #122418;
}

.table-wishlist button{
  background: transparent;
  border: 0;
  display: inline-block;
}

.table-wishlist i{
  font-size: 20px;
  padding: 0px 14px;
  color: #122418;
}

.table-wishlist i.fa.fa-times{
  font-size: 20px;
  color: red;
  background: none;
}

ul.nav-tabs li.active a{
  color: #f3efe4;
}

ul.nav-tabs li.active{
  color: #122418;
  border-bottom: 2px solid #122418;
  font-family: 'DM Sans Bold';font-weight: 500;
  background-color: #122418;
}

ul.nav-tabs li{
  padding: 0px 11px;
  font-size: 15px;
  margin-right: 5px;
}

@media (max-width: 480px){
  ul.nav-tabs li {
    margin: 0px;
    padding: 0px 6px;
  }
}

.container.headings{
  font-family: 'DM Sans Bold';font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  padding-bottom: 5px;
}

@media (max-width: 767px){
  .container.headings {
    font-size: 10px;
  }
  .container.products {
    font-size: 9px;
  }
}

 .orders .cancel span, .orders .shipped span{
  position: relative;
  right: 0px;
  font-size: 90px;
  bottom: 0px;
  display: block;
  float: right;
  opacity: 0.8;
}

 .orders .shipped span{
  color: #23503b;
}

 .orders .cancel span{
  color: #f05c5c;
}

.orders .cancel a, .orders .shipped a{
  text-align: center;
  width: 100%;
}

.orders > .block{
  padding: 20px;
  margin-bottom: 8px;
  margin-bottom: 30px;
  background-color: #f6f5f2;
}

@media screen and (max-width:767px)
{
  .orders > .block
  {
    padding: 50px;
  }
}

.main-columns{
  padding-bottom: 80px;
}

.account-page .badge{
  background: #23503b;
  -webkit-box-shadow: 0 10px 30px 0 rgb(86 64 39 / 15%);
  color: #f2efe4;
  box-shadow: 0 10px 30px 0 rgb(86 64 39 / 15%);
}

.account-page .badge i{
  color: #265946;
}


input.form-control.cart-qty
{
    width: 40px!important;
    text-align: center;
    padding: 0px;
}
#cart-items button:active{
  box-shadow: unset;
  color: unset;
  background: unset;
}

  .cart-buttons button{
    width: 50px;
    background-color: unset;
    background: unset;
  }
  
.cart-buttons .update i{
  font-size: 14px;
}

.cart-buttons .remove,
.cart-buttons .remove i{
  font-size: 20px;
}

#cart-items .cart-buttons .remove{
  padding: 0px;
}

.cart-buttons .remove, .cart-buttons .update{
  border-radius: 50% !important;
  padding: 15px;
  margin-top: 10px;
}

.cart-buttons .remove{
    background: #f2efe4;
    border: 0;
    color: #BB1832;
    font-size: 30px;
    top: -1px;
}

.cart-buttons .update{
  margin-right: 5px;
  color: #122418;
  background: #f2efe4;
  padding: 0px;
}

input.form-control.cart-qty{
  float: right;
}

.modules .panel-heading, .modules .panel{
  padding: 0;
  margin: 0;
}

.modules .panel-body{
  padding: 25px 0px;
}

.modules .panel-body .btn-default{
  font-size: 10px;
}

.modules{
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

h4.panel-title-cart i{
  background: #f6f5f1;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
}



#closer_videopopup{
  position: absolute;
  display: table-cell;
  right: 2%;
  top: 2%;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  padding: auto;
  cursor: default;
  background: 0 0;
  border: none;
  color: #f2efe4;
  z-index: 100004;
}
video
{
  width: 100%;
}

#video-block video{
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  opacity: 1 !important;
}

audio,
canvas,
progress,
video{
  display: inline-block;
  vertical-align: baseline;
}

#video-block{
  position: absolute;
  top: 4px;
  width: 100%;
  height: 100%;
}

#video-block video{
  top: -4px;
}

.video-item{
  display: inline-block;
  position: relative;
}

.video-item:after{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    background: url(https://www.minibeast.co/image/play.png);
    background-size: cover;
    content: '';
}

.video-item img{
  opacity: 0.2;
}

/* Wishlist */

@media screen and (max-width: 480px){
  #table-wishlist .table>tbody+tbody {
    border: 0px;
  }
  #table-wishlist td.text-left.image img {
    width: 100% !important;
    max-width: unset;
  }
  #table-wishlist td.text-left.name {
    text-align: center;
    font-size: 15px;
  }
  #table-wishlist table {
    border: 0;
  }
  #table-wishlist table caption {
    font-size: 1.3em;
  }
  #table-wishlist table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #table-wishlist table tr {
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin-bottom: 0.625em;
  }
  #table-wishlist table td {
    display: block;
  }
  #table-wishlist table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #table-wishlist table td:last-child {
    border-bottom: 0;
  }
}

#quickcheckoutconfirm .col-sm-6{
  padding-left: 0px !important;
}

.quickcheckoutright .block-qc label{
  font-family: 'DM Sans';
}

.quickcheckoutright .block-qc .badge{
  font-family: 'DM Sans Bold';font-weight: 500;
}


.quickcheckout-content{
  padding: 0 !important;
}

.quickcheckoutleft.extra-width{
  width: 100%;
}

.quickcheckoutright{
  padding-top: 0!important;
}

.quickcheckoutright .block-qc{
  padding: 10px 0px;
  border-bottom: 1.5px solid #122418;
}

.quickcheckout-heading{
  font-size: 16px;
  font-family: 'DM Sans Bold';font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.quickcheckout-content badge{
  color: #122418;
}

.quickcheckout-content{
  padding: 10px;
  overflow: auto;
  margin-bottom: 10px;
}

.input-group .form-control{
  height: 40px!important;
}

#create_account br{
  display: none;
}

#create_account .col-xs-12{
  display: none;
}

#shipping-address{
  margin-bottom: 50px;
  clear: both;
}

#payment-address{
  margin-bottom: 20px;
  clear: both;
}



@media screen and (max-width: 480px){
  .quickcheckout-content label.control-label {
    margin-top: 0px !important;
  }
  td.name-prod {
    text-align: center;
  }
  td.thumb img {
    width: 100%;
  }
  #cart-items .table>tbody+tbody {
    border: 0px;
  }
  #cart-items td.text-left.image img {
    width: 100% !important;
    max-width: unset;
  }
  #cart-items td.text-left.name {
    text-align: center;
    font-size: 15px;
  }
  #cart-items table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #cart-items table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  #cart-items table td {
    display: block;
    border: 0px;
  }
  #cart-items table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #cart-items table td:last-child {
    border-bottom: 0;
  }
  #cart1 .table>tbody+tbody {
    border: 0px;
  }
  #cart1 td.text-left.image img {
    width: 100% !important;
    max-width: unset;
  }
  #cart1 td.text-left.name {
    text-align: center;
    font-size: 15px;
  }
  #cart1 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #cart1 table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  #cart1 table td {
    display: block;
    border: 0px;
  }
  #cart1 table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #cart1 table td:last-child {
    border-bottom: 0;
  }
  #cart1 td.total {
    text-align: center;
    font-family: 'DM Sans Bold';font-weight: 500;
    font-size: 20px;
    color: #122418;
  }
  #cart1 {
    text-align: center;
  }
  #cart1 input {
    margin-right: 15px;
  }
  #cart1 td.total {
    margin-top: -45px;
    margin-bottom: 25px;
    float:left
  }
  #total-totals table td {
    display: inline-block;
    text-align: right;
  }
  #total-totals table {
    max-width: unset !important;
  }
  .quickcheckout-content .btn-success {
    width: 100%;
  }
}

#BaroqueCorners+.gift-wrapping-box,
#FrameColour+.gift-wrapping-box{
  display: inline-block;
  margin-left: 4px;
  padding-left: 15px;
}

@media screen and (min-width: 1300px){
  #BaroqueCorners+.gift-wrapping-box,
  #FrameColour+.gift-wrapping-box {
    width: 60%;
    max-width: 60%;
  }
}


.remodal [type=radio], #GiftWrap [type=checkbox], #FirstFrame [type=radio], #FrameColour [type=radio], #BaroqueCorners [type=radio]{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


 #GiftWrap [type=checkbox]+img, #FirstFrame [type=radio]+img, #FrameColour [type=radio]+img, #BaroqueCorners [type=radio]+img{
  cursor: pointer;
  width: 70px;
  border: 1px solid #122418;
  
}

#FirstFrame [type=radio]+img{
    padding: 8px;
}

.remodal [type=radio]+img
{
  width: 100%;
  cursor: pointer;
  border-radius: 2px;
}


  #GiftWrap [type=checkbox]+img, #FirstFrame [type=radio]+img, #FrameColour [type=radio]+img, #BaroqueCorners [type=radio]+img{
    width: 45px!important;
  }

@media (max-width: 480px){
  #GiftWrap [type=checkbox]+img, #FirstFrame [type=radio]+img, #FrameColour [type=radio]+img, #BaroqueCorners [type=radio]+img{
    width: 40px!important;
  }
  .oip-options-block #GiftWrap [type=checkbox]+img, .oip-options-block #FirstFrame [type=radio]+img, .oip-options-block #FrameColour [type=radio]+img, .oip-options-block #BaroqueCorners [type=radio]+img
  {
    width: 45px!important;
  }
}


 #GiftWrap [type=checkbox]:checked+img, #FirstFrame [type=radio]:checked+img, #FrameColour [type=radio]:checked+img, #BaroqueCorners [type=radio]:checked+img{
  box-shadow: 0 0 0 0.5pt #122418;
  outline: none;
}

.remodal [type=radio]:checked+img
{
box-shadow: 0 0 0 1.5pt #ff6f00;
  outline: none;
  height: 100%;
}

#FirstFrame + #FrameColour:not(.opt--cabinet){
    display: inline-block;
    margin-top: 20px;
}

#product #checkbox-outer{
    margin-top: 20px;
}

#FrameColour + #GiftWrap{
    display: inline-block;
}

#FirstFrame{
    display: block;
    margin-left: 1px;
}

#GiftWrap .radio, #FirstFrame .radio, #FrameColour .radio, #BaroqueCorners .radio{
  display: inline-block;
  margin: 0px;
}

#GiftWrap .radio label, #FirstFrame .radio label, #FrameColour .radio label, #BaroqueCorners .radio label{
  padding: 0px;
}

#GiftWrap:not(.opt--gift-wrap), #FrameColour:not(.opt--cabinet), #BaroqueCorners:not(.opt--cabinet){
    display: inline-block;
    margin-left: 1px;

}

@media screen and (max-width:767px)
{

 

.form-group.form-group-v2.checkbox-outer {
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%!important;
    flex-direction: column;
    margin-bottom: 0px!important;
    margin-top: 10px;
}

#checkbox-outer label {
    margin: 0px;
}

#product .checkbox
{
  display: inline;
}
}

#GiftWrap label:not(.opt-cabinet__tile), #FirstFrame label:not(.opt-cabinet__tile), #FrameColour label:not(.opt-cabinet__tile), #BaroqueCorners label:not(.opt-cabinet__tile){
  padding: 0px;
  margin: 0px;
  line-height: 0;
  height: 20px;
}


#search-results #livesearch_search_results_mob{
  min-height: 100px;
  max-height: 260px;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  overflow: scroll;
}

#search-results #livesearch_search_results_mob li{
  padding: 20px 20px;
  line-height: 14px;
  height: 47px;
  vertical-align: middle;
}

#search-results ul#livesearch_search_results img{
  border-radius: 50%;
  float: left;
}

#search-results ul#livesearch_search_results li{
  font-size: 10px;
}

#search-results ul#livesearch_search_results{
  z-index: 999;
  color: #333;
  border-radius: 0px;
}

.w-product .name
{
display: none;
}
.w-product{
  width: 24%;
  display: inline-block;
  margin: 2px;
  height: auto;
  margin-bottom: -20px;
}

.w-product .product-label{
  display: none;
}


.pageheader__carticons{ 
  margin-inline-start: auto;
  }

.pageheader{
  align-items: center;
  height: 80px;
}

.mainmenu{
  border-block-start: 1px solid #122418;
  border-block-end: 1px solid #122418;
  align-items: center;
  height: 65px;
  line-height: 65px;
}

.pageheader__wrap{
  display: flex;
  height: inherit;
  justify-content: space-between;
}

.pageheader__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.pageheader__logo a{
  display: block;
  line-height: 0;
}


.pageheader__mainmenu{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: inherit;
}

.pageheader__carticons{
  height: inherit;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  min-width: 200px;
}

.pageheader__hamburger{
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}


@media screen and (max-width:1200px){
  .pageheader__logo
  {
    min-width: 170px;
  }
  .pageheader__logo,
  .pageheader__carticons,
  .pageheader__hamburger {
   flex: 1;
   min-width: unset;
  }
  .pav-megamenu .navbar-nav>li>a
  {
    padding: 0 10px;
  }
}


.pageheader__logo img{
  display: block;
  width: 180px;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width:1320px){
  span.cart-items-wishlist
  {
    font-size: 14px;
    top: -2px;
  }
  .cart-inner
  {
    margin-left: 0px;
  }
  .pav-megamenu .dropdown-menu li
  {
    font-size: 12px;
  }
  
  .pav-megamenu .navbar-nav>li>.dropdown-menu .widget-heading{
    font-size: 13px;
  }
}

@media (max-width: 991px){
  .pageheader {
    height: 80px;
  }
}

@media screen and (max-width: 768px)
{
.pageheader {
    border-bottom: 1px solid #122418;
    }
}

.search-desk{
  position: fixed;
  top: 123px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10055;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f2efe4;
  overscroll-behavior: none;
}

.search-desk .container{
  max-width: 1480px;
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 2.5vw, 2rem);
}


.productpage__thumbs{
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: sticky;
  width: 12%;
  top: 15px;
  margin-bottom: 15px;
}

.productpage__thumbs img{
  width: 100%;
  max-width: 120px;
  height: 100%;
  padding-bottom: 15px;
  margin-left: 15px;
}

.productpage{
  display: flex;
  align-items: flex-start;
}

.productpage__media-wrap{
  width: 80%;
}

.productpage__media .wishlist i{
  font-size: 18px;
  margin: 0;
  padding: 2.5px;
}

.productpage__media{
  width: calc(100% - 400px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.productpage__images{
  position: relative;
  scroll-margin: 50px 0 0 0;
}

.productpage__info{
  width: 400px;
  padding-left: 4em;
  padding-right: 15px;
  position: sticky;
  top: calc(-235px + 3.5em);
  margin-bottom: 20px;
}

/*
@media screen and (max-width: 767px){
  .productpage__info:after {
      content: "";
      width: 200%;
      height: 100%;
      background-image: url(/catalog/view/theme/minibeast/svg/b-pattern-L-black.svg);
      background-repeat: no-repeat;
      position: absolute;
      left: -50px;
      opacity: 0.5;
  }
}*/

@media screen and (min-width: 1536px){
  .productpage__info 
  {
      width: 520px;
  }
}

.productpage__infodeep{
  -ms-overflow-style: none;
  max-height: calc(100vh - -105px - -3em);
  overflow-y: auto;
  overflow-x: hidden;
}

.productpage__infodeep .wishlist
{
  display: inline-block;
}
.productpage__infodeep .wishlist button

{
  margin-top: -5px;
}

@media (max-width: 990px){
  .productpage {
    margin-top: 0px!important;
  }
  .productpage__infodeep {
    max-height: unset;
    overflow-y: unset;
    overflow-x: unset;
  }
}

.productpage__images img{
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

/* Responsive */

@media (max-width: 990px){

  .productpage__images img {
    padding-bottom: 0px;
  }
  .productpage__info {
    width: 100%;
    top: auto;
    position: relative;
    padding: 0 20px;
  }
  .productpage__thumbs {
    display: none;
  }
  .productpage {
    flex-direction: column;
    padding-top: 0;
    max-width: none;
  }
  .productpage__media, .productpage__media-wrap {
    width: 100%;
  }
  .testimonial-text::-webkit-scrollbar,
  .productpage__infodeep::-webkit-scrollbar,
  .productpage__images::-webkit-scrollbar {
    display: none;
  }
}


.productpage__info h1{
  font-size: 26px;
  font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 800;
  font-weight: normal;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px)
{

.productpage__info h1 {
    font-size: 34px;

}
}

@media screen and (min-width: 1200px)
{

.productpage__info h1 {
    font-size: 30px;

}
}

#topblock{
  display: flex;
  height: inherit;
  justify-content: space-between;
}


@media (max-width: 990px){
  .top__slider-block {
    width: 100%;
    text-align: left;
  }
}

.top__currency{
  display: flex;
  padding-left: 20px;
}

.top__social{
  display: flex;
}

.top__social .social-block i{
  padding: 0px 5px;
}


#usp-slider-desk .mb-usp-slider__item{
  text-align: left;
}

@media (max-width: 990px){
  #usp-slider-desk .mb-usp-slider__item {
    text-align: left;
  }
}


@media screen and (max-width: 991px){

.newsletter-v1 .panel-heading {
    display: none;
} 
 .newsletter-v1 br
 {
  display: none;
 }

 .newsletter-v1 {
    padding: 0px 30px;
    width: 100%;
}
}
@media screen and (max-width: 767px){

  .bottom-footer
  {
    font-size: 12px;
  }
    .payment-block {
    text-align: center;
    margin-top: 50px;
} 

.payment-block br {
    display: none;
}

.social-block {
        padding: 25px 0px;
    }

  #product {
    position: fixed;
    bottom: 0;
    background: #122418;
    z-index: 994;
    width: 100%;
    left: 0;
    padding: 20px;
  }
  div#choosegift {
    width: 100%;
    margin: 20px 0px;
}

.product__inner {
    position: relative;
  }


  button#button-cart {
    width: 100%;
    font-size: 16px;
    margin: 0;
    color: #122418;
    background-color: #f3efe4;
  }

  #product .form-group.BaroqueCorners
  {
    width: 100%;
    margin-bottom: 0px;
  }

  #product .form-group.BaroqueCorners + div#GiftWrap {
    width: 30%;
}

#product .form-group.Size {
    width: 100%;
}

  #product label {
    width: auto;
    font-size: 11px;
    color: #f2efe4;
  }

  #GiftWrap, #FrameColour, #BaroqueCorners {
    min-width: 110px;
  }
  .gift-wrapping-box a {
    color: #f2efe4;
  }

  .oip-options-block .gift-wrapping-box a
  {
    color: #122418;
  }


  #GiftWrap .radio, #FirstFrame .radio, #FrameColour .radio, #BaroqueCorners .radio {
    margin: 0;
  }
    #FirstFrame + #FrameColour+.gift-wrapping-box
  {
    margin-right: 0px;
    max-width: unset;
    border: 0px;
    margin-left: unset;
    padding: unset;
  }

  #GiftWrap label img {
    margin-bottom: 10px;
}

  #GiftWrap [type=checkbox]:checked+img, 
  #FirstFrame [type=radio]:checked+img, #FrameColour [type=radio]:checked+img, #BaroqueCorners [type=radio]:checked+img {
    box-shadow: 0 0 0 0.5pt #BB1832;
  }

  div#GiftWrap {
    min-width: 100px;
    margin: 0px;
  }

  div#BaroqueCorners .text-danger,
  div#FrameColour .text-danger {
    display: none;
  }
  .gift-wrapping-box i {
    font-size: 6px!important
  }
  #GiftWrap [type=checkbox]+img, #FirstFrame [type=radio]+img, #FrameColour [type=radio]+img, #BaroqueCorners [type=radio]+img {
    margin-right: 4px;
  }
}



.button_nav{
    text-align: right;
    padding: 0px 14px;
}

.button_nav span{
    padding: 6px;
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    background-color: #f2efe4;
    color: #122418;
}

@media screen and (max-width: 767px)
{
  .button_nav
  {
    display: none;
  }
}


@media screen and (max-width: 990px){


}

.product-block__price{
  padding: 20px;
}

.service-three{
  padding-bottom: 50px;
}

div#indicator{
  margin: 0 auto;
  margin-top: 15px;
  z-index: 1;
  bottom: 0px;
  border-radius: 0px;
}

div#indicator button{
  border: 0px;
  background: transparent;
  color: #333;
  font-size: 10px!important;
  padding: 0px 5px;
}

div#black-blur.toggled{
  background-color: #122418;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 11;
  opacity: 0.8;
  transition: all 0.5s ease;
}

.panel-title-options p{
    margin-bottom: -10px;
    text-align: left;
    color: #fff;
}

.container.group{
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
}


.wid20 .panel-title{
    text-align: center;
}

.wid80 .panel-title{
    text-align: center;
}

.wid80 .products-block .product-block__inner .product-meta{
    padding: 30px 0px 0px 0px;
}

.wid80
{ 
  width: 100%;
}

@media screen and (max-width: 991px){

  .input-group.cart-buttons {
    float: right;
}

#cart-items .input-group .form-control
{
      margin-right: 15px;
}

.wid20,
.wid80 {
    width: 100%;
    margin-top: 50px;
}

.wid20 .block__
{
  background: unset;
}

.container.group {
    display: block;
    top: -80px;
}
}

@media screen and (min-width: 992px)
{


  .wid20:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 34px;
    right: 4px;
    background-image: url(/catalog/view/theme/minibeast/image/shapes/mb-shape-blk.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.8;
    overflow: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.wid20 {
    background: #d9d7cd;
    padding: 20px;
    margin-right: 24px;
    width: 30%;
}
.row.gallery_outer {
    margin: 100px 0px -100px 0px;
}

.wid20 + .wid80 {
    width: 70%;
}

.wid80
{ 
  padding-top: 40px;
}
.wid80 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}
}

@media screen and (max-width: 1200px)
{
  .wid20:before {
      width: 110px;
top: 30px;
    left: 272px;
}
}
.owl-theme .owl-controls .owl-page span{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc;
  border:none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #122418;
}


.text-block{
    height: 100%;
    margin: auto 0;
    text-align: center;
    padding: 1.2em;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.text-block h1, .text-block h2{
    color: #ffffff;
}

.text-block h1{
    font-family: "'Nantes-Upright'";
    font-variation-settings: 'wght' 800;
    font-weight: normal;
    font-style: italic;
    letter-spacing: -0.5px;
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
  }

  .main-text h2,
  .main-text  .main-text{
    font-size: 65px;
    line-height: 65px;
    font-family: "'Nantes-Upright'";
    font-variation-settings: 'wght' 800;
    font-weight: normal;
    letter-spacing: -0.8px;
}

.desc-text{
    font-size: 15px;
    line-height: 20px;
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-family: 'DM Sans';
    z-index: 3;
}

.desc-text img.mb-divider{
    width: 20px!important;
    margin: auto;
    margin: 40px auto;
}



.bottom-footer:after{
    content: "";
    width: 100%;
    height: 144px;
    background-image: url(/catalog/view/theme/minibeast/svg/b-pattern-L-white.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 999;
    background-size: 106%;
    background-position: center;
    opacity: 0.5;
    bottom: -75px;
}

@media screen and (max-width: 767px)
{
.bottom-footer:after {
width: 300%;
}
}


.main-text.block2{
    font-size: 60px;
    margin: 0 auto;
    width: 80%;
}




.text-block.text-black .sub-head,
.text-block.text-black,
.text-block.text-black .desc-text{
    color: #122418;
}

.green-bg
{
  background: #02513a;
}

.service-three .green-bg{
    padding: 100px 70px;
}



.text-block.no-bg{
    height: 100%;
    padding: 80px 50px;
}

.swiper-container .fill-img
{
  aspect-ratio: 1 / 1;
}

.fill-img img{
    height: 100%;
    object-fit: cover;
    object-position: left;
}

@media screen and (max-width: 991px){

    .main-text.block2,
  .desc-text
  {
    width: 100%;
 
  }

  .main-text.block2 {
   font-size:55px;
   line-height: 55px;
  }

.swiper-container-mob .blue-swap-1,
.swiper-container .blue-swap-1 {
    flex-direction: column;
    align-content: center;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    align-items: center;
}
  .text-block.no-bg
  {
    padding: 60px 40px;
  }

.banner-block.banner-multi
{
  height: 1050px;
  overflow: hidden;
}

.banner-multi-bg:before {
    width: 489%;
    height: 127%;
    left: -12%;
}

.swiper-container-mob .fill-img,
.swiper-container .fill-img
{
  height: 400px;
  overflow: hidden;
}
.swiper-container-mob .svg-banner-1:before,
.swiper-container .svg-banner-1:before
{
  display: none;
}
.swiper-container-mob .text-block.green-bg:before,
.swiper-container .text-block.green-bg:before
{ 
  width: 1500px;
  top: -84px;
}
.swiper-container-mob .svg-banner-1:before,
.swiper-container .svg-banner-1:before
{
  display: none;
}
.swiper-container-mob .main-text h2,
.swiper-container .main-text h2
{
  font-size: 48px;
  line-height: 48px;
}
.swiper-container-mob .main-text.block2,
.swiper-container .main-text.block2
{
  font-size:55px;
}

.swiper-container-mob .text-block,
.swiper-container .text-block
{

  gap: 20px;
}
}

#pavo-site-footer .social-block i{
    font-size: 26px!important;
}

#product-head .page-header{
    z-index: unset;
}

.service-three .svg-banner-1:before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/catalog/view/theme/minibeast/svg/banner-group-1.svg);
    position: absolute;
    background-repeat: no-repeat;
    left: -1px;
    z-index: 1;
    background-size: contain;
}

@media screen and (max-width: 991px){
.svg-banner-1:before {
transform: rotate(90deg);
top: -1px;
}
}


#GiftWrap .img-thumbnail
{
  border: 1px solid #122418;
  padding: 3px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.service-three .text-block.green-bg:before{
    content: "";
    width: 2800px;
    height: 315px;
    background-image: url(/catalog/view/theme/minibeast/svg/b-pattern-L-l-green.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: -157px;
    left: -140px;
    z-index: 2;
    background-size: auto;
    overflow: hidden;
}

.text-block.red-bg:before{
    content: "";
    width: 2200px;
    height: 100%;
    background-image: url(/catalog/view/theme/minibeast/svg/r-pattern-L-l-red.svg);
    position: absolute;
    background-repeat: no-repeat;
    right: -597px;
    z-index: 2;
    background-size: auto;
    overflow: hidden;
    transform: rotate(-90deg);
}

@media screen and (max-width: 991){
.text-block.orange-bg:after {
    content: "";
    width: 100%;
    height: 400%;
    background-image: url(/catalog/view/theme/minibeast/svg/10_L_ORANGE.svg);
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: auto;
    overflow: hidden;
    float: right;
    right: -250px;
    top: -150px;
}
}

.container.as-seen img
{
      height: 80px;
}

@media screen and (min-width: 991px){
#checkbox-outer .checkbox label {
    background: #d9d7cd;
    padding: 5px 30px;
    border-radius: 5px;
    height: 35px;
    margin: 3px 0px;
    margin-bottom: 0px;
    line-height: 25px;
}
}


.remodal select.form-control
{
background: #fff;
}

.alert.alert-success .fa.fa-check-circle{
    display: none;
}

@media screen and (max-width: 991px){
div#payment
{
  padding: 25px!important;
  border: 1px!important;
}

div#payment .btn-danger {
    margin-bottom: 50px;
    width: unset;
    float: unset!important;
}

.payment.pull-right {
    float: unset!important;
}

div#payment-buttons .right.pull-right {
    width: 100%;
}
}

.view-all span{
    border-bottom: 1px solid white;
    width: auto;
    font-size: 16px;
}

@media (min-width: 1200px){
    .service-two {
        padding-top: 120px;
        padding-bottom: 120px;
        margin-top: -100px;
    }
}

.breadcrumb-cat{
  background: #dfdcd2;
  margin-top: 50px;
}

.breadcrumb-cat-scroll{
display: flex;
      overflow-x: auto;
      white-space: nowrap;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .breadcrumb li:first-child
      {
      margin-left: unset;
    }
    .breadcrumb-cat-scroll li{
      display: inline-block;
      margin-right: 10px; /* Add spacing between items if needed */
    }

.breadcrumb-cat .container{
  height: 80px;
  line-height: 55px;
}

.page-header-info{width: 25%;text-align: center;margin: 60px auto;padding: 50px 10px;border-bottom: 2px solid #122418;border-left: 2px solid #122418;}

.page-header-info h1{color: #122418;font-size: 50px;}

.page-header-info .container:after{
  content: "";
    width: 150px;
    height: 150px;
    left: -161px;
    position: absolute;
    top: -85px;
    background-image: url(/catalog/view/theme/minibeast/image/shapes/mb-shape-blk.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;}
  
    .stock-alert,
    .stock-alert i{
    color: #fff!important;
}



@media screen and (max-width: 767px){

.page-header-info .container:after {
    width: 117px;
    height: 117px;
    top: -60px;
    left: -128px;
}

.page-header-info
{
  width: 60%;
    margin: 30px auto;
    padding: 50px 10px;
}
  .page-header-info h1 {
    font-size: 30px;
  }

}

.featured-block .w-product{
    width: 80%;
}


@media (max-width: 768px){
#my-header.is-header-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10042;
    background: #f3efe4;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s ease-in-out;
}
#my-header.is-header-stuck.nav-up {
    transform: translate3d(0, -100%, 0);
}

.product-filter
{
  position: sticky;
  z-index: 994;
}
.product-filter.nav-down {
        top: 90px;
}

.product-filter.nav-up {
        top: 15px;
}

.product-filter {
transition: top 0.4s ease-in-out;
}



}


@media screen and (max-width: 767px){

.page-header .container:after,
.page-header .container:before {
    display: none;
}

.product-filter .filter-left>div {
    width: 100%;
}

.filter-left {
    display: grid;
    align-content: center;
    justify-content: center;
    grid-template-columns: 50% 50%;
    gap: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
}


.lazy img

{
visibility: hidden;
}

.lazy img.show
{
  visibility: visible;
}

/* Butterfly logomark lazy-load spinner */
@keyframes mb-lazy-spin{
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

:root{
  --mb-lazy-spin: 18px;
  --mb-lazy-spin-duration: 0.65s;
}

/* In-flow spacer preserves slot size while the spinner img is absolute */
:is(a, div, figure, span, li, button):has(> img.lazy[src*="loading.svg"]:not([width="25px"]):not([width="25"]))::before{
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}

/* Hide placeholder img - single spinner via parent ::after (avoids large SVG flash) */
img.lazy[src*="loading.svg"]:not([width="25px"]):not([width="25"]){
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  max-width: 1px !important;
  max-height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  pointer-events: none !important;
  animation: none !important;
  z-index: 0 !important;
}

/* One centred spinner per slot (same as .mb-spec-card__img on category) */
:is(a, div, figure, span, li, button):has(> img.lazy[src*="loading.svg"]:not([width="25px"]):not([width="25"]))::after,
:is(a, div, figure, span, li, button):has(> img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed):not([width="25px"]):not([width="25"]))::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--mb-lazy-spin);
  height: var(--mb-lazy-spin);
  margin: calc(var(--mb-lazy-spin) / -2) 0 0 calc(var(--mb-lazy-spin) / -2);
  background: url('/image/loading.svg') center / contain no-repeat;
  animation: mb-lazy-spin var(--mb-lazy-spin-duration, 0.65s) linear infinite;
  transform-origin: center center;
  pointer-events: none;
  z-index: 2;
}

/* Inline badges/flags - skip the centred spinner treatment */
img.lazy[src*="loading.svg"][width="25px"],
img.lazy[src*="loading.svg"][width="25"]{
  opacity: 1 !important;
  position: static !important;
  width: 25px !important;
  height: auto !important;
  max-width: none !important;
  animation: none !important;
  margin: 0 !important;
}

:is(a, div, figure, span, li, button):has(> img.lazy[src*="loading.svg"][width="25px"])::before,
:is(a, div, figure, span, li, button):has(> img.lazy[src*="loading.svg"][width="25"])::before{
  display: none;
}

/* Inline badges/flags - keep small size through lazy reveal (not full-slot cover) */
img.lazy.mb-lazy-loaded[width="25px"],
img.lazy.mb-lazy-loaded[width="25"],
img.lazy.mb-lazy-loaded[width="15"],
img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed)[width="25px"],
img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed)[width="25"],
img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed)[width="15"]{
  height: auto !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  position: static !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
}

img.lazy.mb-lazy-loaded[width="25px"],
img.lazy.mb-lazy-loaded[width="25"],
img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed)[width="25px"],
img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed)[width="25"]{
  width: 25px !important;
  max-width: 25px !important;
}

img.lazy.mb-lazy-loaded[width="15"],
img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed)[width="15"]{
  width: 15px !important;
  max-width: 15px !important;
}

/* Fade-in reveal after the real image loads */
img.lazy.mb-lazy-loaded{
  animation: none !important;
  transform: none !important;
  transition: opacity 0.45s ease-out !important;
  visibility: visible !important;
  pointer-events: auto;
  z-index: 1 !important;
}

img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed){
  opacity: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  object-fit: cover !important;
}

img.lazy.mb-lazy-loaded.mb-lazy-revealed{
  opacity: 1 !important;
  z-index: 3 !important;
}

/* Keep slot + spinner overlay while the photo fades in */

:is(a, div, figure, span, li, button):has(> img.lazy.mb-lazy-loaded:not([width="25px"]):not([width="25"]))::before{
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}

@media (prefers-reduced-motion: reduce){
  :is(a, div, figure, span, li, button):has(> img.lazy[src*="loading.svg"])::after,
  :is(a, div, figure, span, li, button):has(> img.lazy.mb-lazy-loaded:not(.mb-lazy-revealed))::after {
    animation-duration: 6s !important;
  }

  img.lazy.mb-lazy-loaded {
    transition-duration: 0.01s !important;
  }
}

.featured-block{
    margin-bottom: -50px;
}

.totals-cart-page tr:nth-last-child(2) > td:nth-child(2),
.totals-mini-cart tr:nth-last-child(2) > td:nth-child(2),
#total-totals table tr:nth-last-child(2) > td:nth-child(2){
    display: none;
}


.totals-cart-page tr:nth-last-child(2) > td:nth-child(1){
    position: absolute;
    top: -5px;
    right: 10px;
}

.totals-cart-page
{
  margin-top: 50px;
}

@media screen and (max-width: 767px){
.productpage__media .product-label {
    left: 25px;
    top: 25px;
}
}



  .quickcheckoutright .block-qc label br{
    display: none;
}

.comment{
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px
}

.comment.right{
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-right: 66px;
    padding-left: 0px;
}

.comment .comment-author-ava{
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden
}

.comment-author-ava.right{
    right: -60px;
    left: unset;
}

.comment .comment-author-ava>img{
    display: block;
    width: 100%
}

.comment .comment-body{
    position: relative;
    padding: 24px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff
}

.comment .comment-body::after,
.comment .comment-body::before{
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.comment .comment-body::after{
    border-width: 9px;
    border-color: transparent;
    border-right-color: #e0dcd2
}

.comment .comment-body::before{
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e1e7ec
}

.comment.right .comment-body::after,
.comment.right .comment-body::before{
    position: absolute;
    top: 12px;
    left: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.comment.right .comment-body::after{
    border-width: 9px;
    border-color: transparent;
    border-left-color: #fff
}

.comment.right .comment-body::before{
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-left-color: #e1e7ec
}

.comment .comment-text{
    margin-bottom: 12px
}

.comment .comment-footer{
    display: table;
    width: 100%
}

.comment .comment-footer>.column{
    display: table-cell;
    vertical-align: middle
}

.comment .comment-footer>.column:last-child{
    text-align: right
}

.comment .comment-meta{
    color: rgb(0 0 0 / 50%);
    font-size: 13px
}


.ava{
    background: #02513a;
    height: 50px;
    color: #fff;
    width: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-family: 'Nantes-Upright';
    font-variation-settings: 'wght' 800;
    font-weight: normal;
}


.comment .comment-body
{
    border: 0px;
    background-color: rgb(0 0 0 / 8%);
}

.comment.right .comment-body{
    background: #fff;
    border: 0px;
}

.comment-text img{
    border: 1px solid #122418;
    min-height: unset;
    max-height: unset;
    max-width: unset;
    min-width: unset;
    padding: 3px;
    max-width: 140px;
    margin-bottom: 3px;
}

@media screen and (min-width:767px){
#quickcheckoutconfirm .col-sm-6.requiredaddress_1 {
    width: 97%!important;
    max-width: 97%!important;
    padding: 0px;
}
}

.mb-spinner img{
    max-width: 50px;
}

ul#livesearch_search_results li > div{
    background-color: #f3efe4;
    border: 1px solid;
    text-align: center;
    font-weight: 600;
    color: #122418;
    padding: 0px 14px;
    position: absolute;
    left: 25px;
    bottom: 90px;
    line-height: 32px;
    height: auto;
}

.top__currency_mob{
    position: absolute;
    right: 10px;
}
  

  #disModal button.close{
    background: #fff;
    width: 35px;
    height: 35px;
    margin-right: -10px;
    padding: 0px;
    opacity: 1;
    border-radius: 50%;
    margin-top: -10px;
    padding-bottom: 3px;
    color: #122418;
    font-size: 30px;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    right: 0px;
    line-height: 5px;
}
#disModal .modal-body
{
  padding: 0px;
}

@media screen and (max-width: 992px){
  #disModal button.close {
    width: 25px;
    height: 25px;
    font-size: 24px;
  }
#disModal .modal-dialog {
    border: 0px;
    padding: 0px;
    margin-left: 20px;
    margin-right: 20px;
}
#disModal .modal-footer label input[type='checkbox'] {
    width: 10px;
    height: 10px;
}
#disModal .modal-footer label
{
  font-size: 10px;
}
}

#disModal .modal-content
{
    box-shadow: unset;
    border: 0px;
    border-radius: 3px;
}

#disModal .modal-footer
{
  padding: 3px;
  background: #122418;
  border:0px;
  position: relative;
  z-index: 2;
}

#disModal .modal-footer label
{
  font-weight: normal;
  color: #fff;
  margin: 0px;
  padding-right: 10px;
}

#disModal .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #disModal .overlay-text{
    color: #fff;
    text-align: center;
  }

  span.second-line,
  span.first-line{
      font-family: "'Nantes-Upright'";
      font-variation-settings: 'wght' 800;
      font-weight: normal;
    letter-spacing: -0.8px;
}

span.first-line{
    line-height: 0.8em;
    font-size: calc(4.8rem + 1vw);
}

span.second-line{
    font-size: calc(2rem + 0.8vw);
    line-height: 1.4em;
}

span.third-line{
    font-size: calc(0.6rem + 0.5vw);
    line-height: 1.4em;
    letter-spacing: -0.2px;
    font-family: 'DM Sans Bold';
    font-weight: 500;
}

span.third-line a{
    color: #fff;
    text-decoration: underline;
}

img.mb-divider-modal{
    margin: 25px 0px;
}

@media screen and (max-width:767px){
img.mb-divider-modal {
    margin: 10px 0px;
    width: 15px;
  }
}

.top__slider-block .mb-usp-slider__item{
    display: flex;
    align-items: center;
    gap: 6px;
}

.top__slider-block .mb-usp-slider.swiper-container{
  height: 30px;
  min-height: 30px;
}

.top__slider-block .mb-usp-slider .swiper-wrapper{
  height: 100%;
}

.top__slider-block .mb-usp-slider .swiper-slide{
  height: 100%;
}

@media screen and (max-width:767px)
{
  .top__slider-block .mb-usp-slider__item {
    justify-content: flex-start;
  }
}


@media screen and (max-width:767px){
  div#main-slider {
    max-height: 490px;
    overflow: hidden;
}
}

.w-product .wishlist
{
display: none;
}

.wishlist-row{
    margin-top: 15px;
    height: 50px;
    width: 50px;
    position: absolute;
    text-align: center;
    margin-left: -5px;
}

.wishlist-row img{
    width: 100%;
}


@media screen and (max-width:767px){
.cart_wishlist-product .nopadding {
    padding-left: 5px!important;
    padding-right: 0px!important;
}
}

@media screen and (min-width: 767px){
    .cart_wishlist-product .nopadding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.wishlist-row button{
    background: #f3efe4;
    border: 1px solid #122418;
    display: flex;
    margin: 0px;
    padding: 5px;
    width: 50px;
    height: 50px;
}

.wishlist-row span.total_wishlist{
    width: 50px;
    height: 50px;
    display: none;
}
.production,
.points-earn{
    font-family: 'DM Sans Bold';
    font-weight: 500;
}
.production img,
.points-earn img{
   margin-right: 10px;
}

h4.widget-heading{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}


.review-thumbs img{
    width: 40px!important;
    height: 40px;
    border-radius: 50%;
    margin-left: -20px;
    object-fit: cover;
    border: 2px solid #f3efe4;
}

.review-thumbs{
    margin-top: 10px;
    margin-left: 40px;
}

.productpage__infodeep .review-thumbs img
{
 margin-left: -10px;
}
.productpage__infodeep .review-thumbs
{
  margin-left: 10px;
}


.w-product .add2cart
{
  display: none;
}
.add2cart{
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    width: 32px;
    height: 32px;
}

.add2cart button{
    border: 1px solid #122418;
    background: #f3efe4;
    width: 32px;
    height: 32px;
    padding: 5px;
    line-height: 0px;
}

span.__plus{
    position: absolute;
    right: 12px;
    top: 18px;
}

.add2cart img{
    width: 18px!important;
    height: 18px!important;
}

.mfp-bg.mfp-ready{
    background: #122418 !important;
}
#FirstFrame .name-option,
#FrameColour .name-option,
#BaroqueCorners .name-option{
    display: none;
}

    .oip-options-block #FrameColour + #GiftWrap
      {
      margin-bottom: 25px;
    }

.owl-carousel:not(.owl-loaded){ 
    opacity: 0; 
}

.production-cart{
    text-align: center;
    padding: 30px 15px;
    /* color: #23503b; */
    font-family: 'Nantes-Upright';
    font-variation-settings: 'wght' 400;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
        border-top: 1.5px solid #122418;
          border-bottom: 1.5px solid #122418;
}

.production-cart span.sub-text{
    font-family: 'DM Sans';
    font-size: 12px;
    line-height: 13px;
}

#cart .production-cart
{
  font-size: 18px;
  background: #f3efe4;
  margin-bottom: 15px;
  color: #122418;
  padding: 15px;
}

@media screen and (max-width: 768px)

{
  #cart .production-cart
  {
    line-height: 24px;
  }
}

@media screen and (max-width:991px){

.text {
  display: inline-block;
  animation: scrollText 9s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

}




.alert.alert-info.grecaptcha-notification{
    position: unset;
}

.row.g-3{
    padding: 10px 0px;
}

span.old-price{
text-decoration: line-through;
font-style: italic;
padding: 0px 2.5px;
font-size: 80%;
}

span.new-price{
    padding: 0px 2.5px;
}

.couponmMessage{
    font-size: 13px;
    text-transform: uppercase;
    background: #bb1a32;
    color: #f3efe4;
    font-weight: 600;
    text-align: center;
    width: auto;
    padding: 8px;
    line-height: 15px;
    letter-spacing: 0.8px;
    position: fixed;
    right: 0px;
    top: 135px;
    z-index: 2;
}

div#couponInfo{
    display: flex;
}

#faq{
    padding: 50px 0px;
    background: #dfdcd2;
}


/* 2025 */

.pghead__breadcrumb{
    font-size: 8px;
    color: #777;
    display: flex;
    gap: 5px;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    direction: ltr;
    text-align: left;
    justify-content: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    scrollbar-width: none;
    padding: 15px 0px;
}

.pghead__breadcrumb::-webkit-scrollbar{
    display: none; /* Hides the scrollbar */
}

.pghead__breadcrumb li{
    list-style: none;
}

.pghead__breadcrumb li:not(:last-child)::after{
    content: "/"; /* Separator */
    margin: 0 5px;
    color: #aaa;
}

#pgprod .pghead__breadcrumb{
    padding: 20px 0px;
}

@media screen and (max-width: 768px){

  .pghead__breadcrumb
  {
    font-size: 7px;
  }
  #pgprod .pghead__breadcrumb
  {
    padding: 10px 0px;
  }
}

.page-header .pghead_descrip
{
  color: #f3efe4;
  background-color: transparent;
}

.page-header .pghead_descrip::after
{
  display: none;
}

.page-header .pghead_descrip
{
  height: auto;
}
.category-tile{
  position: relative;
  overflow: hidden;
}

.category-tile img{
  width: 100%;
  height: auto;
  display: block;
}

.nav__name{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 2;
  line-height: 22px;
  font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 400;
  font-weight: normal;
  padding-bottom: 20px;
}


@media (max-width: 768px){
  .category-tile {
      position: relative;
      overflow: hidden;
      aspect-ratio: 6 / 9;
  }

  .nav__name
  {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .category-tile img {
      width: 100%; /* Ensures the image fills the container's width */
      height: 100%; /* Ensures the image fills the container's height */
      object-fit: cover; /* Keeps the image content properly scaled */
      display: block;
  }
}

.category-tile::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%; /* Adjust the fade height */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
  pointer-events: none;
}


.owl-nav{
    position: absolute;
    top: 50%; /* Center vertically */
    width: 100%; /* Stretch across the carousel */
    display: flex;
    justify-content: space-between; /* Align buttons to the left and right */
    transform: translateY(-50%);
    z-index: 10; /* Ensure buttons are above the images */
    pointer-events: none; /* Allow clicks to pass through empty areas */
}

.owl-prev,
.owl-next{
    pointer-events: all; /* Enable clicks on buttons */
    position: relative;
    width: 50px; /* Large square buttons */
    height: 50px;
    background: rgba(255, 255, 255, 0.4); /* Semi-transparent background */
    backdrop-filter: blur(8px); /* Apply a blur effect */
    color: #fff; /* Black text */
    font-size: 35px; /* Large arrow */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    opacity: 1; /* Fully visible by default */
    visibility: visible; /* Ensure visibility by default */
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    border-radius: 0px;
    border: 0px;
}

.owl-prev:hover,
.owl-next:hover{
    background: #122418!important; /* Solid black background */
    backdrop-filter: unset;
}

.owl-prev.disabled,
.owl-next.disabled{
    opacity: 0; /* Fully transparent */
    visibility: hidden; /* Prevent interaction while faded out */
}

@media (max-width: 768px)
{
  .owl-prev,
.owl-next
{    width: 45px; 
    height: 45px;

}
}

.footer__newsletter h4 
{
  padding: 2px 0;
    margin-bottom: 0;
    color: #f2efe4;
    font-size: 36px;
    font-family: 'Nantes-Upright';
  font-variation-settings: 'wght' 400;
  font-weight: normal;
}

.footer__newsletter .description
{
  color: #f2efe4;
}

#pavo-site-footer h4{
    font-size: 18px;
    color: #f4efe5;
    text-align: left;
}

@media screen and (max-width: 768px){
  #pavo-site-footer h4 {
  font-size: 26px;
  text-align: center;
  }
}

#footer .page-header
{
  margin-bottom: 0px;
}

#footer .page-header .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.newsletter__inputs{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-block-end: 30px;
}
.valid .alert
{
  position: unset;
  margin: 0px;
  font-size: 14px;
  padding: 15px;
}

#footer .valid
{
  z-index: 999;
}

@media (max-width: 768px){
  #footer .newsletter__inputs
  {
    display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      width: 100%;
  }
  #footer .newsletter__inputs .btn-success
  {
    width: 100%;
  }
}


#cross-sell-products .product-block .image .img-responsive
{
width: 100%;
    margin-top: unset;
    max-width: unset;
    max-height: unset;
}

#cross-sell-products .product-block .name span.latin
{
  font-size: 10px;
}

#cross-sell-products .product-block
{
  margin-bottom: 0px;
}

#cross-sell-products .product-block .name
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 10px;
}
.cross-sell-heading{
    padding: 30px 0px;
}

.cross-sell-heading h3
{
  color: #122418;
  margin: 0px;
  font-size: 22px;
}

@media screen and (min-width: 1024px)
{
  .cross-sell-heading h3
  {
    font-size: 16px;
  }
}

.cross-sell-mini-cart-under
{
    background: #f3efe4;
    margin-bottom: -25px;
}

#cross-sell-products .product-block .product-meta
{
    padding: 20px 0px;
}

#cross-sell-products .product-block .price
{
    top: -30px;
    left: 6px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
}

#cross-sell-products .add2cart
{
    right: 5px;
    bottom: 17px;
    width: 25px;
    height: 25px;
}

#cross-sell-products .add2cart button
{
    width: 25px;
    height: 25px;
    padding: 0px;
    line-height: 0px;
}

#cross-sell-products span.__plus{
    right: 9px;
    top: 27px;
    font-size: 13px;
    color: #122418;
}
#cross-sell-products .add2cart img
{
  width: 16px!important;
  height: 16px!important;
  margin:0px;
}

#cross-sell-products .product-img .wishlist
{
   top: -10px;
    right: 0px;
}

#cross-sell-products .user-icons.cart img
{
    width: unset;
    margin-top: unset;
    max-width: unset;
    max-height: unset;
}

#cross-sell-products .product-img .wishlist img
{
  width: 15px;
}

#cross-sell-products .wishlist button
{
  width: 25px;
  height: 25px;
}

#cart .chev:after{
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #122418;
}

#button-builder span{
    color: #d4ff1c;
}

  #footer .footer__newsletter
  {
      margin-top: 50px;
  }
  
  #footer .page-header__bg{
  background: 
linear-gradient(to top, rgba(18, 36, 24, 1), #000000a8), /* Black fade overlay */ url(image/catalog/page-headers/macro-b-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

li.sale span{
    color: #bb1a32;
}
.suggested-help-message{
    position: relative;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #122418;
    padding: 15px 35px 15px 15px;
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.5;
}

.suggested-help-message .suggested-help-content{
    margin: 0;
    color: #122418;
}

.suggested-help-message .suggested-help-content a{
    color: #122418;
    text-decoration: underline;
}

.suggested-help-message .suggested-help-content a:hover{
    color: #000;
}

.suggested-help-close{
    position: absolute;
    right: 10px;
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #122418;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.suggested-help-close:hover{
    opacity: 1;
    color: #000;
}

.suggested-help-close:focus{
    outline: none;
}

.grecaptcha-notification{
    background-color: transparent !important;
    border: 0 !important;
    color: #122418 !important;
    padding: 10px 0 !important;
    margin-bottom: 15px !important;
    font-size: 12px !important;
}

.grecaptcha-notification a{
    color: #122418 !important;
    text-decoration: underline;
}

.grecaptcha-notification a:hover{
    color: #000 !important;
}
/* Customer Reviews Module Styles */

.reviews-block .review-item{
    padding: 30px;
    background: #fff;
    border-radius: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews-block .owl-item{
    display: flex;
    height: auto;
}

.review-product-name{
    font-family: 'DM Sans Bold', sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    min-height: 50px;
    margin-bottom: 10px;
    color: #122418;
}

.review-product-name .latin{
    font-style: italic;
    font-size: 12px;
    color: #58412b;
    font-family: 'DM Sans', sans-serif;
}

.cireview-grid{
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.review-images-wrapper{
    position: relative;
    margin-bottom: 15px;
}

.review-thumb-cire{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -14px;
    left: -6px;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 50%;
    overflow: hidden;
}

.review-thumb-cire img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cireviewattach_images-single img{
    width: 100%;
    height: auto;
    display: block;
}

.cireviewattach_images-carousel img,
.review-images-wrapper .item img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 0;
}

.product-label.rev{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #122418;
    color: #f2efe4;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    line-height: 15px;
    font-family: 'DM Sans Bold', sans-serif;
}

.review-content{
    padding: 15px 10px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-title{
    font-size: 15px;
    font-family: 'DM Sans Bold', sans-serif;
    color: #122418;
    margin: 0;
    line-height: 1.3;
}

.review-author{
    font-size: 13px;
    color: #666;
    font-style: italic;
}

.review-text{
    font-size: 13px;
    line-height: 1.6;
    color: #58412b;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.review-content .verified{
    font-size: 11px;
    color: #58412b;
    margin-top: 10px;
}

.review-content .verified i{
    color: #58412b;
    margin-right: 3px;
}

.review-title{
    font-family: 'Nantes-Upright', serif;
    font-variation-settings: 'wght' 600;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #122418;
}

.review-author{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #58412b;
    margin-bottom: 8px;
}

.review-text{
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #122418;
    margin-bottom: 10px;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.review-content .verified{
    font-size: 11px;
    color: #58412b;
    margin-top: 10px;
}

.review-content .verified i{
    color: #58412b;
    margin-right: 3px;
}

/* Clickable review link styling */
.review-product-link{
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.review-product-link:hover{
    text-decoration: none;
    color: inherit;
}

.review-product-link:hover .review-item{
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

div#reviews-block{
    padding: 20px;
}

/* Owl Carousel overrides for reviews */
.reviews-block.owl-carousel .owl-item{
    padding: 5px;
    display: flex;
    height: 100%;
}

.reviews-block.owl-carousel .owl-stage{
    display: flex;
}

.reviews-block.owl-carousel .owl-stage-outer{
    display: flex;
}

/* Use global owl-dots styling - no custom overrides */

/* Responsive adjustments */
@media (max-width: 1800px){
    .review-thumb-cire {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 1400px){
    .review-thumb-cire {
        width: 60px;
        height: 60px;
    }
  
    .review-title {
        font-size: 14px;
    }
}

@media (max-width: 1000px){
    .review-thumb-cire {
        width: 50px;
        height: 50px;
    }
  
    .review-product-name {
        font-size: 12px;
        min-height: 40px;
    }
  
    .review-title {
        font-size: 13px;
    }
  
    .review-text {
        font-size: 12px;
    }
}

@media (max-width: 600px){
    .review-item {
        padding: 5px;
    }
  
    .review-content {
        padding: 10px 5px;
    }
}

/* Mobile styles for product page buttons */
@media (max-width: 767px){

  .product-buttons-container {
    display: flex;
    gap: 10px;
}

    #button-builder, 
    #button-custom-text {
        height: unset;
        color: #fff;
        flex: 1;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        font-size: 9px;
        padding: 5px;
        gap: 5px;
    }
}

/* ========================================
   Modern Delivery Tooltip - Minibeast Brand
   ======================================== */

.delivery-info-icon{
    cursor: pointer;
    color: #122418;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    top: -1px;
}

.delivery-info-icon i{
    font-size: 11px;
    line-height: 1;
}

.delivery-info-icon-cart{
    cursor: pointer;
    color: #122418;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    top: -1px;
}

.delivery-info-icon-cart i{
    font-size: 11px;
    line-height: 1;
}

.delivery-tooltip-content{
    text-align: left;
    line-height: 1.6;
    max-width: 300px;
    font-family: 'DM Sans', sans-serif;
}

.delivery-tooltip-content .dispatch-text{
    font-family: 'DM Sans Bold', sans-serif;
}

.delivery-tooltip-content strong{
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #122418;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Nantes-Upright';
    font-variation-settings: 'wght' 650;
    font-weight: normal;
    line-height: 1.3;
}

.delivery-tooltip-content strong:first-child{
    margin-top: 0;
}

.delivery-tooltip-content small{
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.5;
}

.delivery-service-option{
    display: block;
    margin: 6px 0;
    padding: 0;
    color: #122418;
    font-size: 13px;
    line-height: 1.5;
}

.delivery-service-option:last-child{
    margin-bottom: 0;
}

.delivery-service-name{
    font-family: 'DM Sans Bold', sans-serif;
}

.delivery-date-range{
    color: #5a5a5a;
}

.delivery-tooltip-content em{
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #122418;
    color: #122418;
    font-style: normal;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'DM Sans Bold', sans-serif;
}

/* Custom Bootstrap Tooltip Overrides for Delivery Info */
.tooltip{
    font-family: 'DM Sans', sans-serif;
    opacity: 1 !important;
    z-index: 10200 !important;
}

.tooltip-inner{
    max-width: 340px;
    padding: 18px 20px;
    background: #f2efe4;
    color: #122418;
    border: 1.5px solid #122418;
    border-radius: 0;
    text-align: left;
    font-size: 13px;
    box-shadow: 4px 4px 0 rgba(18, 36, 24, 0.15);
}

/* Minicart specimen pin label - full rules in homepage-redesign.css */
.tooltip.delivery-tooltip--pin{
    max-width: none;
    width: max-content;
}

.tooltip.delivery-tooltip--pin .tooltip-inner{
    width: max-content;
    min-width: 280px;
    max-width: min(340px, calc(100vw - 20px));
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.tooltip.left .tooltip-arrow{
    border-left-color: #122418;
    right: -2px;
}

.tooltip.right .tooltip-arrow{
    border-right-color: #122418;
    left: -2px;
}

.tooltip.top .tooltip-arrow{
    border-top-color: #122418;
    bottom: -2px;
}

.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #122418;
    top: -2px;
}

/* Production time container styling (product page legacy; OIP uses pp-spec-index in product-buy-panel-oip.css) */
#production-time-container{
    font-family: 'DM Sans Bold', sans-serif;
    font-size: 14px;
}

#production-time-container img{
    filter: brightness(0);
    opacity: 0.85;
}

/* Delivery estimate in shipping options */
.delivery-estimate{
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 3px;
    font-weight: normal;
}

/* Quick checkout address display */
.address-display-box{
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.address-display-box .address-text{
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

.address-display-box .change-address-btn{
    font-size: 13px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    transition: all 0.2s ease;
}

.address-display-box .change-address-btn:hover{
    background: #122418;
    border-color: #122418;
    color: #fff;
}

.address-display-box .change-address-btn i{
    margin-right: 5px;
}

/* Address cards carousel */
.address-cards-carousel{
    position: relative;
    margin-bottom: 20px;
    padding: 0 25px;
    overflow: visible;
}

.address-cards-carousel .owl-carousel{
    overflow: visible;
}

.address-cards-carousel .owl-carousel .owl-stage-outer{
    overflow: hidden;
}

.address-cards-carousel .owl-carousel .owl-item{
    padding: 5px;
}

.address-cards-carousel .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.address-cards-carousel .owl-nav button.owl-prev,
.address-cards-carousel .owl-nav button.owl-next{
    pointer-events: auto;
    width: 36px;
    height: 36px;
    background: #122418 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
    margin: 0;
    transition: all 0.2s ease;
}

.address-cards-carousel .owl-nav button.owl-prev:hover,
.address-cards-carousel .owl-nav button.owl-next:hover{
    background: #333 !important;
}

.address-cards-carousel .owl-nav button.owl-prev{
    margin-left: -18px;
}

.address-cards-carousel .owl-nav button.owl-next{
    margin-right: -18px;
}

.address-cards-carousel .owl-nav button span{
    line-height: 1;
    font-size: 24px;
}

.address-cards-carousel .owl-dots{
    display: none;
}

.address-card{
    background: #f9f9f9;
    border: 1.5px solid #ddd;
    padding: 15px;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    width: 100%;
    box-sizing: border-box;
}

.address-card-content{
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
    flex-grow: 1;
}

.address-card-content strong{
    font-size: 15px;
    color: #122418;
}

.address-card .choose-address-btn{
    width: 100%;
    height: 40px;
    margin-top: auto;
    flex-shrink: 0;
    font-size: 12px;
}

/* Mobile responsive */
@media screen and (max-width: 767px){
    #shipping-address {
        margin-bottom: 0px;
    }
  
    .address-cards-carousel {
        padding: 0 20px;
    }
  
    .address-card {
        padding: 12px;
    }
  
    .address-card-content {
        font-size: 13px;
        margin-bottom: 12px;
    }
  
    .address-cards-carousel .owl-nav button.owl-prev,
    .address-cards-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
  
    .address-cards-carousel .owl-nav button span {
        font-size: 20px;
    }
  
    .address-cards-carousel .owl-nav button.owl-prev {
        margin-left: -10px;
    }
  
    .address-cards-carousel .owl-nav button.owl-next {
        margin-right: -10px;
    }
}

/* Mobile tooltip adjustments */
@media screen and (max-width: 767px){
    .delivery-info-icon {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
        transition: transform 0.15s ease;
    }
  
    .delivery-info-icon:active {
        transform: scale(0.95);
    }
  
    .tooltip.top {
        margin-top: -10px;
    }
  
    .tooltip-inner {
        max-width: 280px;
        padding: 16px 18px;
        font-size: 12px;
    }
  
    .delivery-tooltip-content strong {
        font-size: 16px;
        margin-bottom: 6px;
        padding-bottom: 6px;
    }
  
    .delivery-service-option {
        margin: 5px 0;
        font-size: 12px;
    }
  
    .delivery-tooltip-content em {
        margin-top: 8px;
        padding-top: 8px;
        font-size: 12px;
    }
}

/* Checkout Warning Message */
.checkout-warning-message{
    border: 1.5px solid #bb1832;
    color: #bb1832 !important;
    text-align: center;
    margin-top: -15px !important;
}

/* Remove red background from cart remove button */
.button-remove.btn-danger,
.button-remove.btn-danger:hover,
.button-remove.btn-danger:focus,
.button-remove.btn-danger:active{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #333 !important;
}

.button-remove.btn-danger:hover{
    color: #d9534f !important;
}

/* Global: remove default blue focus outlines on links, text inputs, and buttons */
a,
button,
input,
select,
textarea,
summary,
.btn,
[role="button"],
[tabindex]:not([tabindex="-1"]){
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:active,
a:focus-visible,
button:focus,
button:active,
button:focus-visible,
input:focus,
input:active,
input:focus-visible,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
select:focus,
select:active,
select:focus-visible,
textarea:focus,
textarea:active,
textarea:focus-visible,
label:focus,
label:focus-visible,
summary:focus,
summary:focus-visible,
[role="button"]:focus,
[role="button"]:active,
[role="button"]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus,
[tabindex]:not([tabindex="-1"]):active,
[tabindex]:not([tabindex="-1"]):focus-visible,
.btn:focus,
.btn:active,
.btn:focus-visible,
.btn.focus,
.btn.active:focus,
.btn.active.focus,
.form-control:focus,
.form-control:focus-visible,
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.btn:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
[role="button"]:focus:not(:focus-visible),
[tabindex]:not([tabindex="-1"]):focus:not(:focus-visible){
  outline: none !important;
  outline-offset: 0 !important;
  outline-style: none !important;
  outline-color: transparent !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}