/*

Primary:#557195
Secondary:#557195
Territory:#555

*/

:root {
  --primary-color: #DDB653;
  --primary-active: #836313;
  --primary-hover: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
  --primary-bg: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%);
  --main-background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
  --header-background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
  radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

body.cms-home .main.container {
  background: #000000;
}

.custom-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.header-mobile .skip-link {
  background: var(--primary-hover);
  color: #fff;
}
.header-mobile .skip-link .label {
  font-weight: normal;
}

.home-newsletter .inner-container:before,
.home-newsletter .inner-container:after {
  display: none;
}

.header-primary-container,
.header-m-primary-container {
  color: var(--primary-color);
}

.header-primary-container, .header-m-primary-container {
    /* background: url(../images/bg-header.png) 75% 100% no-repeat #000000; */
    background: #000000;
}




#header-search .input-text {
  background-color: transparent;
  border-color: var(--primary-active);
  color: #FFFFFF;
}
::-webkit-input-placeholder {
  color: #aaa !important;
  font-size: 13px !important;
  font-style: normal;
  padding-left: 0;
  font-weight: normal;
}

/* .site-logo:hover .logo-img-normal{display: inline-block;} */

.site-logo .logo-img-normal {
    width: 100%;
    max-width: 400px;
}

.head-cinfo {
  font-size: 16px;
  margin-bottom: 20px;
}

.head-cinfo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.head-cinfo a {
  color: #557195;
}
.head-cinfo .head-cinfo__num {
  font-size: 18px;
  font-weight: normal;
  color: inherit;
}

.header-primary .hp-blocks-holder {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  width: auto;
  /* height: 100%; */
}

.header-container .hp-blocks-holder .hp-block {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  /* flex-grow: 1; */
  max-width: 100%;
  margin: 0;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  padding: 0 15px;
  text-align: left;
  /* background-color: #557195; */
  /* height: 100%; */
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.header-container .hp-blocks-holder .central-column {
  /* padding-left: 20px; */
  display: flex;
  /* max-width: 400px; */
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.header-container .hp-blocks-holder .central-column > .item {
  /* flex: 0 0 100%; */
  /* max-width: 100%; */
}

.header-container .hp-blocks-holder > .left-column {
  flex: 0 0 30%;
  width: auto;
  max-width: 30%;
  /* background-color: #00a9ee; */
  /* padding: 15px 40px; */
  padding-right: 40px;
  /* flex: 0 0 auto; */
  /* width: auto; */
  /* text-align: right; */
  /* max-width: 100%; */
  margin-left: auto;
}

.header-container .hp-blocks-holder .hp-block.right-column {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  /* flex: 0 0 auto; */
  /* width: auto; */
  /* text-align: right; */
  /* max-width: 100%; */
  margin-left: auto;
  flex: 0 0 30%;
  width: auto;
  max-width: 30%;
}
.nav-container,
.sticky-header .nav-container {
  background: var(--header-background);
  /* background-color: #557195; */
  /* border-bottom: 4px solid #557195; */
  /* box-shadow: inset 0px -4px 18px -10px rgb(0 0 0 / 0.5); */
  /* padding-bottom: 10px; */
  /* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16); */
}

@media (min-width: 992px) {
  #mainmenu li.level0 > a {
    color: #fff;
    font-weight: 300;
    /* text-transform: none; */
  }
}
.nav-regular:not(.nav-vert) .nav-item.level0.active>a , .nav-regular:not(.nav-vert) .nav-item.level0:hover>a {
  background-color: var(--primary-active) !important;
  color: #fff !important;
}
@media (min-width: 992px) {
  #mainmenu .nav-panel--dropdown {
      min-width: 250px;
      border-top: 4px solid var(--primary-active);
  }
}
.navi .nav-panel--dropdown a:hover {
  color: var(--primary-active);
}

/* 
.home-newsletter {
  padding: 7.5px 0;
}

.home-newsletter .inner-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.home-newsletter .inner-container > * {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 7.5px 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
}

.home-newsletter .inner-container > p {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-size: 14px;
}
 */
.items-grid .price-box > * {
  margin: 5px 0;
}

.ui-slider-handle {
  background: #557195;
}

.product-items .item .price-box .price {
  font-size: 14px;
  font-weight: normal;
}

.brand-images li.brand-item .item:hover {
  border-color: #557195;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #557195;
}

.is-blog .read-more,
.brand-images .brands-letter .letter .title,
.brands-filters .letter,
.product-delivery-info strong {
  color: #557195;
}

.outofstocknotifier-block label {
  color: var(--primary-active) !important;
}

.button-container button:hover,
.brands-filters .letter:hover,
.brands-filters .letter.-active,
.brand-images li.brand-item .item:hover .count {
  background-color: #557195;
}

.ambrands-search-wrapper #livesearch {
  border-top: 2px solid #557195;
}

@media (min-width: 768px) {
  .product.data.items.style1.show-tabs > .item.title.active::after {
    background-color: #557195;
  }
}

.product-items .item .tocart {
  border-bottom: 0px solid #7395ae;
}
.product-items .item .tocart:hover {
  /* border-bottom: 4px solid #557195; */
  border-color: #7395ae;
}

#scroll-to-top:hover {
  background-color: var(--primary-color);
}
.ui-slider-handle {
  background: #557195;
}
.show-tabs .inner-content {
  border: 1px solid #557195;
}

.product-info-main .product-info-stock-sku .stock.available {
  border-color: var(--primary-active);
}
.product-info-main .product-info-stock-sku .stock.available::before {
  color: var(--primary-active);
}

.slider-pagination2 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls .owl-page.active span,
.owl-carousel.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #e5e5e5;
}
.owl-theme .owl-controls .owl-page.active span {
  background-color: var(--primary-active) !important;
}

.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before,
.opc-wrapper .shipping-address-item.selected-item:after,
.filter-title strong[data-count]:after,
.main-color--bg {
  background-color: #557195 !important;
  background: var(--primary-active) !important;
}
.opc-wrapper .shipping-address-item.selected-item,
.main-color--border {
  border-color: #557195 !important;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before,
.opc-wrapper .shipping-address-item.selected-item:after,
.filter-title strong[data-count]:after,
.main-color--bg {
  background-color: #557195;
}

#minicart .viewcart:hover,
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: var(--primary-hover);
}

button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  /* background-color: #557195; */
  background: var(--primary-bg);
  color: #fff;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #557195;
}

.review-form .action.submit.primary:hover {
  background: #557195;
}

.message.info a:hover {
  color: #557195;
}

@media (min-width: 767px) {
  .product.data.items.style1.show-tabs > .item.title.active > .switch,
  .product.data.items.style1.show-tabs > .item.title.active > .switch:focus,
  .product.data.items.style1.show-tabs > .item.title.active > .switch:hover {
    border-color: #557195;
    color: var(--primary-active);
  }
  .product.data.items.style1.show-tabs > .item.content {
    border-top: 1px solid #557195;
  }
}

.fotorama__thumb-border {
  border-color: var(--primary-active);
}

.fotorama__arr--next {
  right: 0 !important;
}

.special-price .price,
.special-price .price-label {
  color: var(--primary-active) !important;
}
.message.success a {
  color: #557195;
}

.message.global.noscript a,
.message.global.cookie a {
  color: #557195;
}

button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: var(--primary-hover);
}

@media (max-width: 769px) {
  #header-search .input-text,
  #header-search .action.search,
  #header-search .action.search .icon {
    color: var(--primary-active);
  }
}

#mp-popup-template4 {
  border: 1px solid var(--primary-active);
}
#mageplaza-betterpopup-block #bio_ep_close {
  background-color: var(--primary-active);
}
#mageplaza-betterpopup-block #bio_ep_close:hover {
  background-color: #7395ae;
  background: var(--primary-hover);
}

#popup-newsletter #mp-newsletter {
  border: 1px solid var(--primary-active) !important;
  box-shadow: none !important;
}
#popup-newsletter .action.primary {
  background: var(--primary-bg);
}
#popup-newsletter .action.primary:hover {
  background: var(--primary-hover);
}

@media (min-width: 768px) {
  .fotorama__stage {
    width: calc(100% - 92px) !important;
  }

  .fotorama__stage__frame.fotorama__active {
    width: auto !important;
  }

  .fotorama__stage__frame .fotorama__img {
    max-width: 96%;
  }

  .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -345px;
  }

  /* .fotorama__nav .fotorama__thumb__arr {
    position: static;
  }
  .fotorama__stage.fotorama__shadows--bottom:after, .fotorama__nav.fotorama__shadows--bottom:after{
    display: none;
  } */

  /* .fotorama__nav > .fotorama__nav__shaft-wrap {
    padding: 0;
    overflow: hidden;
  }
  .fotorama__nav__shaft {
    overflow: hidden;
  }
  .fotorama__thumb {
    background: none;
  }
  .fotorama__nav {
    overflow: visible;
  }
  .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    margin-top: 0;
    padding-right: 10px;
    padding-top: 0;
    top: 0;
  } */

  /* .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0;
    margin-bottom: -15px;
  }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    
  } */

  /* .fotorama__arr, .fotorama__thumb__arr {
    background-color: hsl(0deg 0% 100% / 72%);
} */
  /* .fotorama__thumb__arr--right .fotorama__thumb--icon{
    background-position: -25px -345px;
  }
 */

  /* .fotorama__thumb__arr--left .fotorama__thumb--icon {
    margin-top: 0 !important;
    padding: 0;
    height: 30px;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    border: 1px solid #ddd;
  }
  .fotorama__thumb-border {
    margin: 6px 0!important;
    height: 82px!important;
  } */

  /*   #maincontent .fotorama__nav {
    width: 80px !important;
    display: flex;
    flex-direction: column;
  } */
  /* .fotorama__thumb-border {
    display: none;
  }
 */

  .fotorama__thumb {
    /* padding: 2px; */
    background: none;
  }

  #maincontent .fotorama__nav__frame--thumb .fotorama__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #ddd;
  }

  #maincontent .fotorama__thumb .fotorama__img {
    transform: none;
    width: auto;
    position: static;
    max-width: 100%;
    max-height: 100%;
  }

  /*   */

  /*   #maincontent .fotorama__nav__frame--thumb {
    padding: 10px !important;
    height: 59px!important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
  }
  #maincontent .fotorama__nav__frame.fotorama__active {
    border-color: transparent;
  } */
}

.product-view .clearance_label {
  z-index: 10;
  left: -24px;
  top: -4px;
}
.product-view .free_dly_label {
  z-index: 10;
  left: -35px;
  top: 9px;
}
.product-view .next_dly_label {
  z-index: 10;
  left: -40px;
  top: 9px;
}

.fotorama--fullscreen .clearance_label,
.fotorama--fullscreen .free_dly_label,
.fotorama--fullscreen .next_dly_label {
  display: none !important;
}

.product-view.product-columns-wrapper::before,
.product-view.product-columns-wrapper::after {
  display: none !important;
}

.product-info-main .product-info-stock-sku {
  margin-top: 0;
  padding-bottom: 0;
}
.product-info-main .page-title-wrapper .p age-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 6px;
}
.product-info-main .page-title-wrapper {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.product-info-main .product-info-att {
  padding: 15px;
  border: 1px solid #ddd; 
  background-color: #FBF7EE;
}

.related.itemslider {
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 15px;
  padding-bottom: 0;
}

.product-view .product-social-links {
  /* margin-left: 100px; */
  width: auto;
  border: 1px solid #ddd; /* margin-left: 100px; */
  margin: -16px 0 0;
}
.product-view .addto-links {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.product-view .addto-links > * {
  margin: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  /* text-align: center; */
  padding: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-view .product-social-links {
    margin-left: 92px;
  }
}

@media (max-width: 767px) {
  .product-view .product-social-links {
    margin: 10px 0 15px;
  }
  .fotorama__stage {
    margin-bottom: 0;
  }
}

.product-view .addto-links .tocompare {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product-social-links .action.feature .icon {
  display: inline-block;
  float: none;
  background: none !important;
  width: auto;
  height: auto;
  line-height: normal;
  color: inherit !important;
}
.product-social-links .action.feature .label {
  line-height: normal;
  margin-left: 10px;
}

@media (min-width: 767px) {
  .product-view .product.data.items.style1.show-tabs > .item.title {
    width: 50%;
    position: relative;
  }
  .product-view .product.data.items.style1.show-tabs > .item.title > .switch {
    width: auto;
    text-align: center;
    max-width: 100%;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #999;
  }
  .product-view .product.data.items.style1.show-tabs > .item.content {
    margin-top: 40px;
  }

  .product.info.detailed {
    margin-top: 30px;
  }

  .product-view .product.data.items.style1.show-tabs > .item.title::after {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -2px;
    height: 3px;
    background-color: #ddd;
    width: calc(100% - 2px);
    z-index: 3;
  }
  .product-view
    .product.data.items.style1.show-tabs
    > .item.title.active::after {
    background-color: var(--primary-active);
  }
  .product.data.items.style1.show-tabs > .item.title.active > .switch {
    color: var(--primary-active);
  }
}

.product-info-icons {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

.product-info-icons > * {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin: 0;
}

.product-info-icons > *:nth-last-child(2) {
}

.product.data.items.style1.show-tabs > .item.content,
.show-tabs .inner-content {
  background: none;
  border: 0;
  padding: 0;
}
.show-tabs .inner-content {
  padding-top: 15px;
}

@media (max-width: 1024px) {
  #notice-cookie-block .content {
    flex-direction: column;
  }
  #notice-cookie-block .content p {
    padding-right: 60px;
  }
  .message.global.cookie .actions {
    margin-top: 10px !important;
  }
}

.dispatch-label {
  font-weight: bold;
  color: red;
}

.product-info-main .find-lower-price {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  flex: 0 0 49%;
  max-width: 49%;
}

.product-info-main .find-lower-price .low-q {
  background: none;
  display: inline-block;
  /* margin-left: 10px; */
}
.product-info-main .find-lower-price .low-a {
  width: 48px;
  border-radius: 50%;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-info-main .product-info-price .price-box > span {
  display: block;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  font-size: inherit;
}
.product-info-main .product-info-price .price-box .old-price span.price {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
.offer-price {
  display: inline-block;
  vertical-align: middle;
  /* font-size: inherit; */
}
.product-info-main .product-info-price .price-box span.price,
.product-info-main .product-info-price .offer-price {
  font-size: 28px;
  line-height: normal;
  text-transform: uppercase; /* font-weight: bold; */
}
.product-info-main .product-info-price .offer-price {
  font-weight: 500;
}

.product-info-main .product-info-brand {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.offer-widget {
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-end; */
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
}
.offer-widget > * {
  flex: 0 0 49%;
  max-width: 49%;
}

.custom-AddThis {
  margin-top: 10px;
}


.product-info-box {
  margin-bottom: 0;
}

.related.block.itemslider .block-title {
  /* padding-bottom: 0; */
  /* border: 0; */
  /* margin: 0; */
  /* margin-bottom: 15px; */
}
#block-related-heading {
  font-size: 16px;
}

.product-info-main .items-grid .item .inc_price {
  font-size: 12px;
  margin: 0;
}

.items-grid .item .offer-price {
  font-size: 13px;
  text-transform: uppercase;
}
.product-items .item .old-price {
  margin-bottom: 0; /* margin: 0; */
}
#itemslider-product-related .item {
  margin-bottom: 30px;
  margin-left: 10px;
  padding-right: 10px;
}
#itemslider-product-related .price-box .price {
  font-weight: bold;
}
#itemslider-product-related .special-price {
  margin-top: 0;
}

.itemslider .products-related.wrapper.grid {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991px) and (min-width: 813px) {
  .offer-widget {
    display: block;
    width: 100%;
  }
  .offer-widget > *,
  .offer-promo-code,
  .product-info-main .find-lower-price {
    max-width: 100%;
    /* text-align: left; */
    /* display: block; */
  }
  .offer-promo-code {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .offer-widget {
    display: block;
    width: 100%;
  }
  .offer-widget > *,
  .offer-promo-code,
  .product-info-main .find-lower-price {
    max-width: 100%;
    /* text-align: left; */
    /* display: block; */
  }
  .offer-promo-code {
    margin-bottom: 10px;
  }

  .product-social-links .action.feature .label {
    font-size: 12px;
  }
}

.catalog-product-view .modal-content {
  width: 100%;
}

.product-info-main #counter td {
  text-align: left;
  padding-left: 5px;
}
.product-info-main #counter th {
  text-align: left !important;
}

.product-info-main #counter table {
  max-width: 300px;
}

@media (max-width: 812px) {
  .product-view.product-columns-wrapper > * {
    width: auto !important;
    margin: 0 !important;
  }
  .product-info-icons > * {
    max-width: none;
    flex: 0 0 auto;
    width: auto;
    padding-right: 15px;
  }
}

.product-info-main .page-title-wrapper .page-title {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

#scroll-to-top {
  bottom: 150px;
  color: var(--primary-active);
}

.outofstocknotifier-block {
  margin-top: 10px;
}

@media (min-width: 812px) {
  .footer__copy-right {
    /* margin-right: 15px; */
  }
}

#header-search .mst-searchautocomplete__autocomplete {
  left: 0 !important; /* right:0; */
}

@media (max-width: 812px) {
  .products-list .item .product-item-info{
    display: block;
  }
  .products-list  .product-item-details{
    padding-left: 0;
  }
  .products-list .pricebox-group{
    min-height: auto;
  }
  .products-list .item .product-item-info .addto-links{padding: 0;margin-right: 10px;}
  .products-list .item .product-item-info .actions-primary{
  width: auto;
  display: inline-block;
  }
}

.modes-mode , .modes-mode:before {
  color: var(--primary-active);
}
.modes-mode {
  border: var(--primary-active) solid 1px;
}
.modes-mode.active, .pages .current .page {
  background: var(--primary-bg); 
  border: var(--primary-active) solid 1px;
  margin-right: 2px;
}
.modes-mode:hover, .sorter-action:hover, .pages .page:hover, .pages .action:hover {
  background: var(--primary-bg);  
}
.product-items .item .product-item-info {
  border: 1px solid;
  border-color: #c0b088;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}
.deal-off {
  background: #fff !important;
  color: #ac3333 !important;
  border: #ac3333 solid 1px; 
}
.addto-links a.action .icon {
  background: #000;
  color: #FFFFFF;
}
.addto-links a.action .icon:hover {
  background: var(--primary-active);
  color: #FFFFFF;
}
#minicart .viewcart, button, .cart.table-wrapper .actions-toolbar > .action, .action-gift, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart-summary .actions-toolbar > .primary button, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary, .block-compare .action.compare, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .action-gift, .review-form .action.submit.primary, a.action.back {
  background: var(--primary-bg);
}
.cart-summary {
  background-color: #fbf7ee !important;
}
.page.messages .message-success {
  background: var(--main-background);
  color: #fff;
  border: 1px solid var(--primary-active);
}
.page.messages .message-success a {
  color: var(--primary-color);
}
