/* general */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2a2a2a;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #AB0E11;
}

html {
    overflow-x: hidden;
}

.message.info {
    background: #fff;
    color: #000;
    border-radius: 5px;
    display: inline-block;
}

.message.info > div:before {
    color: #AB0E11 !important;
    font-size: 40px !important;
    line-height: 40px !important;
    top: 15px !important;
}

.serviceColumn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    column-gap: 18px;
}

.serviceColumn img {
    width: 70px;         /* Matches design width (~70px - 75px) */
    height: 50px;        /* Matches design height (~48px - 52px) */
    object-fit: contain; /* Prevents distortion */
    flex-shrink: 0;      /* Prevents icons from shrinking on smaller screens */
}

.serviceColumn p.h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.2;
}

.serviceColumn p {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.3;
}

.message.success {
    background: #fff;
    color: #000;
    border-radius: 5px;
    display: inline-block;
}

.message.success a {
    color: #000;
    font-weight: bold;
}

.message.success>*:first-child:before {
    color: #AB0E11;
    font-size: 48px;
    line-height: 48px;
    top: 10px;
}






/* header right menu icons fix */

a#top-wishlist:before {
    content: "" !important;
    display: inline-block;
    width: 26px;
    height: 22px;
    background: url("/media/wysiwyg/Lioncode/icons/heart.svg"), 
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a#top-wishlist {
    transition: 0.35s ease all;
    transform: scale(1);
    display: inline-flex;
    align-items: center;
}

a#top-wishlist:hover {
    transform: scale(1.2);
}

.page-header #top-wishlist .counter.qty {
    background: #AB0E11;
    left: 24px;
}

a.account-trigger.cdz-top-link:before {
    content: "" !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/media/wysiwyg/Lioncode/icons/face.svg"), 
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a.account-trigger.cdz-top-link {
    transition: 0.35s ease all;
    transform: scale(1);
    display: inline-flex;
    align-items: center;
}

a.account-trigger.cdz-top-link:hover {
    transform: scale(1.2);
}

a.action.showcart.cdz-top-link:before {
    content: "" !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/media/wysiwyg/Lioncode/icons/bag.svg"), 
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm7 17H5V8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h6v2c0 .55.45 1 1 1s1-.45 1-1V8h2v12z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a.action.showcart.cdz-top-link {
    transition: 0.35s ease all;
    transform: scale(1);
    display: inline-flex;
    align-items: center;
}

a.action.showcart.cdz-top-link:hover {
    transform: scale(1.2);
}















.hideThis {
    width: 0px !important;
    height: 0px !important;
    display: block !important;
    letter-spacing: -1000px !important;
    clip: rect(0, 0, 0, 0) !important;
    position: absolute !important;
    opacity: 0 !important;
}


.loader img {
    max-width: 120px;
}


.header-ads-wrapper {
    display: none;
}

.product-item .swatch-option.text {
    border-radius: 4px;
}

/* header styles */

div#header-search-wrap {
    display: inline-block;
    margin: 0px;
    width: 100%;
}

button.search-trigger {
    display: none;
}

div#header-search-wrap .block.block-search {
    width: 275px;
    border-radius: 15px;
    background: transparent;
    border: 1px solid #fff;
}

div#header-search-wrap .block.block-search input {
    height: 30px;
    padding-left: 10px;
    color: #b8b8b8;
    font-size: 1.4rem;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #AB0E11;
}


.minicart-wrapper .action.showcart .counter.qty {
    background: #AB0E11;
}

header .widget.block.block-static-block {
    margin: 0px;
}

header .container.sticky-menu > p {
    display: none;
}

.customTopMenu {
    background: #000;
    height: 42px;
}

.topHeaderLinks a:hover {
    color: #da3f3f;
}

.topHeaderLinks a {
    display: inline-block;
    font-size: 1.1rem;
    color: #fff;
    vertical-align: bottom;
    transition: 0.35s ease all;
}

.topHeaderLinks p {
    line-height: 40px;
}

.topMenuTitlte p {
    font-size: 1.7rem;
}

.topHeaderTime p {
    font-size: 1.1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 320px;
    margin-right: 0px !important;
    margin-left: auto !important;
}

.topHeaderTime p:before {
    content: "\f017";
    font-family: 'FontAwesome';
    font-size: 20px;
    margin-right: 8px;
}

div#header-top {
    max-width: 1730px;
}

.customTopMenu > .pagebuilder-column-group {
    max-width: 1716px;
    margin: 0 auto;
    width: 100%;
}

div#header-bottom {
    margin-bottom: 0px;
}

.page-header .header-panel-top .panel.header {
    padding: 25px 0;
}


div#desk_menu-container {
    box-shadow: 0px 3px 8px #000000;
}

.headerSocial > span {display: inline-flex;align-items: center;margin-left: 10px;column-gap: 8px;}

.headerSocial > span a:hover {
    color: #da3f3f;
}

.headerSocial > span a {
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1px;
    transition: 0.35s ease all;
}

.headerSocial > a:first-child {
    margin-right: 10px;
}

.page-header .header-panel-bottom  li.item.level0 a span {
    text-transform: uppercase;
    font-weight: 400;
}

.page-header .header-panel-bottom li.item.level0 a span:before {
    background-color: #ab0e11 !important;
}

.page-header .header-panel-bottom li.item.level0 a {
    padding: 12px 35px;
}


/* search in header */


form#search_mini_form .searchsuite-autocomplete {
    min-width: auto;
    max-height: 540px;
}

form#search_mini_form .searchsuite-autocomplete ul#product li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form#search_mini_form .searchsuite-autocomplete ul#product li .qs-option-image {
    width: 100%;
    max-width: initial;
}

form#search_mini_form .searchsuite-autocomplete ul#product li .qs-option-info {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

form#search_mini_form .searchsuite-autocomplete ul#product li .qs-option-info .qs-option-title a {
    font-family: 'Averta';
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
}


.col-sm-9.header-panel-right > li.search-link {
    z-index: 99;
}

.col-sm-9.header-panel-right > li.search-link .header-search .actions .search:before {
    opacity: 1;
    color: #ffff;
    height: 30px;
    width: 30px;
}

div#header-search-wrap .block.block-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform:inherit;
}

div#header-search-wrap .block.block-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform:inherit;
}

div#header-search-wrap .block.block-search input::-ms-input-placeholder { /* Microsoft Edge */
  text-transform:inherit;
}


/* header right menu icons */

a#top-wishlist:before {
    content: "" !important;
    width: 26px;
    height: 22px;
    background: url("/pub/media/wysiwyg/Lioncode/icons/heart.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

a#top-wishlist {transition: 0.35s ease all;transform: scale(1);}

a#top-wishlist:hover {
    transform: scale(1.2);
}

.page-header #top-wishlist .counter.qty {
    background: #AB0E11;
    left: 24px;
}


a.account-trigger.cdz-top-link:before {
    content: "" !important;
    width: 30px;
    height: 30px;
    background: url("/pub/media/wysiwyg/Lioncode/icons/face.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

a.account-trigger.cdz-top-link {transition: 0.35s ease all;transform: scale(1);display: block;}

a.account-trigger.cdz-top-link:hover {
    transform: scale(1.2);
}



a.action.showcart.cdz-top-link:before {
    content: "" !important;
    width: 30px;
    height: 30px;
    background: url("/pub/media/wysiwyg/Lioncode/icons/bag.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

a.action.showcart.cdz-top-link {transition: 0.35s ease all;transform: scale(1);display: block;}

a.action.showcart.cdz-top-link:hover {
    transform: scale(1.2);
}

div#desk_cart-wrapper {
    margin-inline-start: 22px;
}


/* sticky header */

.container.sticky-menu.js-sticky-menu.active > .widget {
    display:none;
}

.container.sticky-menu.js-sticky-menu.active {
    padding-top: 5px;
    padding-bottom: 5px;
}

.container.sticky-menu.js-sticky-menu.active li.search-link {
    display:none;
}

.container.sticky-menu.js-sticky-menu.active div#desk_menu-container {
    box-shadow:none;
}

.container.sticky-menu.js-sticky-menu.active ul.header.features-links {
    float: left;
}

.page-header .sticky-menu.active .header-panel-bottom {
    padding: 0 100px 0 0;
}


/* slider section */


div#homeSlider {
    height: 100vh;
    margin-top: -230.438px;
}

header.page-header.header-style-39 {
    z-index: 9;
    margin-bottom: 0px;
}


div#homeSlider .main-slideshow {
    height: 100% !important;
}

div#homeSlider .main-slideshow .cdz-slideshow-outer {
    height: 100%;
}

div#homeSlider .main-slideshow .items.owl-carousel {
    height: 100%;
}

div#homeSlider .main-slideshow .owl-stage-outer {
    height: 100%;
}

div#homeSlider .main-slideshow .owl-stage-outer .owl-stage {
    height: 100%;
}

div#homeSlider .main-slideshow .owl-item {
    height: 100%;
    z-index: 1;
}

div#homeSlider .main-slideshow .item {
    height: 100%;
}

div#homeSlider .main-slideshow a.item-image.abs-img {
    height: 100%;
}

div#homeSlider .main-slideshow a.item-image.abs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* slider caption and controls */

#homeSlider .slide-caption {
    top: 50% !important;
    transform: translateY(-30%);
    z-index: 9;
}

#homeSlider .slide-caption .slide-text {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 35px;
    font-style: italic;
}

#homeSlider .slide-caption .slide-title {
    font-size: 8rem;
    font-weight: 900;
    letter-spacing: 4px;
    font-style: italic;
}

#homeSlider .slide-caption .slide-textcate {
    font-weight: 600 !important;
    font-style: italic;
}

#homeSlider .slide-caption .slide-textcate strong {
    color: #AB0E11;
    font-size: 2.4rem;
    margin-right: 6px;
}

#homeSlider .slide-caption .button-link {
    border-radius: 0px;
    color: #fff;
    border-color: #fff;
}

#homeSlider .cdz-slideshow .owl-dots .owl-dot {
    width: 40px;
    border-radius: 0px;
    height: 4px;
    background-color: #fff;
}

#homeSlider .cdz-slideshow .owl-nav .owl-prev {
    transform: translate(0px);
    opacity: 1 !important;
    visibility: visible;
    color: #fff;
    background: transparent;
    width: 50px;
    height: 90px;
    border: none;
}

#homeSlider .cdz-slideshow .owl-nav .owl-prev:before {
    font-size: 90px;
}

#homeSlider .cdz-slideshow .owl-nav .owl-prev.disabled {
    color: rgb(255 255 255 / 40%);
}




#homeSlider .cdz-slideshow .owl-nav .owl-next {
    transform: translate(0px);
    opacity: 1 !important;
    visibility: visible;
    color: #fff;
    background: transparent;
    width: 50px;
    height: 90px;
    border: none;
}

#homeSlider .cdz-slideshow .owl-nav .owl-next:before {
    font-size: 90px;
}

#homeSlider .cdz-slideshow .owl-nav .owl-next.disabled {
    color: rgb(255 255 255 / 40%);
}


/* slider 1 extras */

.slide1_lines {
    position: absolute;
    top: -50%;
    left: -115%;
    width: 1200px;
    z-index: -1;
    opacity: 0.5;
}


.slide1_prod {
    position: absolute;
    top: 22%;
    max-width: 850px;
    width: 100%;
    left: 50%;
    z-index: 5;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
    transform:translateY(20%);
  }
  100% {
    opacity: 1;
    transform:translateY(0%);
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    transform:translateY(20%);
    
  }
  100% {
    opacity: 1;
    transform:translateY(0%);
  }
}



div#homeSlider .active .slide1_prod {
  
   animation: fadeIn ease 1200ms;
  -webkit-animation: fadeIn ease 1200ms;
  -moz-animation: fadeIn ease 1200ms;
  -o-animation: fadeIn ease 1200ms;
  -ms-animation: fadeIn ease 1200ms;
}




.slide2_lines {
    position: absolute;
    top: -22%;
    left: 30%;
    width: 89%;
    z-index: 1;
}

.slide2_prod {
    position: absolute;
    bottom: 0px;
    right: 5%;
    max-width: 620px;
    width: 100%;
    z-index: 5;
}


div#homeSlider .active .slide2_prod {
  
   animation: fadeIn ease 1200ms;
  -webkit-animation: fadeIn ease 1200ms;
  -moz-animation: fadeIn ease 1200ms;
  -o-animation: fadeIn ease 1200ms;
  -ms-animation: fadeIn ease 1200ms;
}



.slide3_line_red {
    position: absolute;
    bottom: 0%;
    width: 320px;
    height: 340px;
    background: rgb(171 14 17 / 18%);
    transform: skewX(-45deg);
    left: 20%;
    z-index: 5;
}

.slide3_prod {
    position: absolute;
    bottom: -40px;
    max-width: 550px;
    width: 100%;
    right: 10%;
    z-index: 5;
}

.slide3_lines {
    position: absolute;
    right: -31%;
    top: -36%;
    width: 64%;
}

div#homeSlider .active .slide3_prod {
  
   animation: fadeIn ease 1200ms;
  -webkit-animation: fadeIn ease 1200ms;
  -moz-animation: fadeIn ease 1200ms;
  -o-animation: fadeIn ease 1200ms;
  -ms-animation: fadeIn ease 1200ms;
}

div#homeSlider .main-slideshow a.item-image.abs-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}


/* footer styles */


.page-footer .footer-content-top {
    background: #000;
    border: none;
}

footer.page-footer .container {
    max-width: 1400px;
}

.footerTopSection {
    flex-direction: column;
    color: #fff !important;
}

.footerTopSection > img {
    max-width: 180px;
    margin-bottom: 20px;
}

.footerTopSection .footerSocial {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footerTopSection .footerSocial a {
    margin-left: 10px;
    margin-right: 10px;
}

.footerTopSection .footerSocial a img {
    transition: 0.35s ease all;
}

.footerTopSection .footerSocial a:hover img {
    transform: scale(1.2);
}

.footerTopSection > a {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 1px;
    transition: 0.35s ease all;
}

.page-footer .footer-content-bottom {
    background: #000;
    border: none;
}

.page-footer .footer-content-bottom img {
    max-width: 65px;
}

.page-footer .footer-content-bottom .col-sm-24 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-footer .footer-content-bottom .col-sm-24 .footer-address p {
    font-size: 1.5rem;
    color: #fff;
}

.page-footer .footer-content-bottom .col-sm-24 .footer-address p a {
    transition:0.35s ease all;
}

.page-footer .footer-content-bottom .col-sm-24 .footer-address p a:hover {
    color:#AB0E11;
}

.footerTopSection > a:hover {
    color:#AB0E11;
}

.page-footer .footer-box .h5 {
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #fff;
}

.page-footer .footer-box ul li {
    padding-top: 1px;
    padding-bottom: 1px;
}

.page-footer .footer-box ul li a {
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
}

.page-footer .footer-box ul li a:hover {
    color:#AB0E11;
}

.page-footer .footer-box ul li a:hover:after {
    background:#AB0E11;
}

.page-footer .footer-content-middle {
    background: #000;
    padding: 0px;
    border: none;
}

.page-footer .footer-content-middle > .container {
    border-top: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 50px;
}

.page-footer .footer-content-bottom > .container {
    border-top: 1px solid #fff;
}

.page-footer .footer-content-bottom .col-sm-24 .footer-address {
    padding-top: 30px;
    padding-bottom: 30px;
}


.page-footer .newsletter p.newsletter-title.h5.link-toggle {
    margin-bottom: 20px;
}

.page-footer .newsletter button.action.subscribe.primary {
    background: #fff;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Roboto';
    border-radius: 50px;
    float: right;
}


/* services section */

.serviceSection {
    background: #AB0E11;
}

.serviceColumn p {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0px;
}

.serviceColumn p.h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 4px;
}

.serviceColumn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* organa section */

div#organa {
    background: linear-gradient(90deg, #0e0e0e 40%, rgba(0,0,0,0) 100%), url(/pub/media/amasty/webp/wysiwyg/Lioncode/athletic-blonde-woman-sportswear-doing-exercise-triceps-crossover-machine-gym_png.webp);
    padding-top: 46px;
    padding-bottom: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #000000;
}

div#organa .organa_left {
    padding-left: 6%;
    padding-right: 6%;
    flex: 1;
    position: relative;
}



div#organa .cdz-slider .owl-stage .owl-item {
    width: calc(33.33334%) !important;
}

div#organa .organa_right {padding-right: 6%;}

div#organa .organa_right a.item-title {
    display: block;
    width: auto;
    text-align: center;
    color: #fff;
    font-family: Averta;
    font-size: 1.6rem;
    font-weight: 700;
    font-style: italic;
    margin-top: 20px;
}

div#organa .organa_right a.item-image img {
    border-radius: 15px;
}

div#organa .organa_right p.h1 {
    max-width: 870px;
    width: 100% !important;
    margin: 0 auto;
    font-size: 5.2rem;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    color: #fff;
    margin-bottom: 40px;
}

div#organa .organa_right .btnContainer a.seeMore {float: right;background: #fff;color: #000;font-weight: 700;font-family: 'Averta';padding: 10px 25px;border-radius: 50px;margin-top: 50px;transition: 0.35s ease all;}

div#organa .organa_right .btnContainer {
     max-width: 870px;
    width: 100% !important;
    margin: 0 auto;
}

div#organa .organa_right .btnContainer a.seeMore:hover {
    background:#AB0E11;
    color:#fff;
}

.organa_inner {
    display: flex;
}

div#organa .organa_left .banner > picture > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div#organa .organa_left .bannerTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(171 14 17 / 65%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#organa .organa_left .banner {
    height: 100%;
    position: relative;
}

div#organa .organa_left .bannerTitle img {
    max-width: 170px;
    width: 100%;
}

div#organa .organa_left .bannerTitle p {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    margin-top: 20px;
}




/* sublirwmata section */

div#sublirwmata .cdz-block-content {
    max-width: 860px;
    width: 100% !important;
    /* margin: 0 auto; */
    background: #000;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-radius: 15px;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 30px;
}


div#sublirwmata .organa_right {padding-right: 5%;}


div#sublirwmata {
    position: relative;
    overflow: hidden;
    padding-top: 46px;
    padding-bottom: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #2a2a2a;
}

div#sublirwmata .organa_left {
    padding-left: 6%;
    padding-right: 6%;
    flex: 1;
    position: relative;
}




div#sublirwmata .organa_right p.h1 {
    max-width: 860px;
    width: 100% !important;
    font-size: 5.2rem;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: auto;
}

div#sublirwmata .organa_right .btnContainer a.seeMore {
    float: left;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-family: 'Averta';
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 50px;
    transition: 0.35s ease all;
    z-index: 5;
    position: relative;
}

div#sublirwmata .organa_right .btnContainer {
     max-width: 860px;
     width: 100% !important;
     margin-right: 0px;
     margin-left: auto;
}

div#sublirwmata .organa_right .btnContainer a.seeMore:hover {
    background:#AB0E11;
    color:#fff;
}
div#sublirwmata .organa_left .banner > picture > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div#sublirwmata .organa_left .bannerTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(171 14 17 / 65%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#sublirwmata .organa_left .banner {
    height: 100%;
    position: relative;
}

div#sublirwmata .organa_left .bannerTitle img {
    max-width: 170px;
    width: 100%;
}

div#sublirwmata .organa_left .bannerTitle p {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    margin-top: 20px;
    text-align: center;
}

div#sublirwmata .organa_right .cdz-product-wrap .cdz-block-title {
    display: none;
}

.product-item-top {background: transparent;border-radius: 15px;}

.product-item-top span.product-image-container img {
    border-radius: 15px;
}


.item.product.product-item {
    background: transparent;
}

.product.details.product-item-details a.product-item-link {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    line-height: 18px;
}



.product.details.product-item-details .price-box span {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}


.product-item-top a.qs-button {
    border: 1px solid #000 !important;
}

.product-item-top a.qs-button:hover {
    background: #000;
}

.product-item-top a.action.towishlist {
    border: 1px solid #000 !important;
}

.product-item-top a.action.towishlist:hover {
    background: #000;
}

body:not(.checkout-cart-index):not(.catalog-product-view) .product-item-top button.action.tocart {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
    font-size: 1.2rem;
    padding: 10px 20px !important;
}

body:not(.checkout-cart-index):not(.catalog-product-view) .product-item-top button.action.tocart span:before {
    content:"";
    width: 18px;
    height: 18px;
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag.svg);
    display: inline-block;
    background-size: contain;
    /* position: relative; */
    /* bottom: -4px; */
    margin-right: 5px;
}

body:not(.checkout-cart-index):not(.catalog-product-view) .product-item-top button.action.tocart span {
    display: flex;
    align-items: center;
}

.product-item-top button.action.tocart:hover {
    background: #AB0E11;
    border-color:#fff;
}


div#sublirwmata .decor_image_left {
    position: absolute;
    bottom: 60px;
    height: 100%;
    left: -5%;
    z-index: 1;
}

div#sublirwmata .decor_lines {
    position: absolute;
    right: -28%;
    top: -50px;
}

a.product-item-link {
    min-height: 40px;
    display: block;
}


#sublirwmata .owl-nav {
    display: flex;
    position: absolute;
    bottom: -10px;
    width: 100%;
    justify-content: center;
}

#sublirwmata .owl-nav.disabled {
    display: none;
}

#sublirwmata .cdz-product {
    position: relative;
    padding-bottom: 15px;
}

#sublirwmata .owl-nav .owl-prev {
    position: relative;
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
}

#sublirwmata .owl-nav .owl-next {
    position: relative;
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
}

#sublirwmata .owl-nav .owl-prev span {
    display: none;
}

#sublirwmata .owl-nav .owl-next span {
    display:none;
}

#sublirwmata .owl-nav > div.disabled {
    opacity: 0.5 !important;
}



/* man and women clothing section */


div#manWomanClothing {
    background: #000;
}

div#manWomanClothing .column_left .h1 {
    font-size: 4.2rem;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    color: #fff;
    margin-bottom: 40px;
}


div#manWomanClothing .column_right .h1 {
    font-size: 4.2rem;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
}

div#manWomanClothing .column_right a.seeMore {
   
    background: #fff;
    color: #000;
    font-weight: 700;
    font-family: 'Averta';
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 50px;
    transition: 0.35s ease all;
}

div#manWomanClothing .column_right a.seeMore:hover {
    background:#AB0E11;
    color:#fff;
}


div#manWomanClothing .column_left a.seeMore {
   
    background: #fff;
    color: #000;
    font-weight: 700;
    font-family: 'Averta';
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 50px;
    transition: 0.35s ease all;
}

div#manWomanClothing .column_left a.seeMore:hover {
    background:#AB0E11;
    color:#fff;
}

div#manWomanClothing .column_right .btnContainer {
    text-align:left;
}

div#manWomanClothing .column_right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 6%;
    background: linear-gradient(90deg, rgb(14 14 14) 22%, rgba(0,0,0,0) 100%), url(/pub/media/amasty/webp/wysiwyg/Lioncode/cropped-photo-amazing-young-sports-woman_png.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

div#manWomanClothing .column_left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 6%;
    background: linear-gradient(270deg, rgb(14 14 14) 0%, rgba(0,0,0,0) 100%), url(/pub/media/amasty/webp/wysiwyg/Lioncode/bastien-plu-PldVfrg54ro-unsplash_png.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}


#manWomanClothing .owl-nav {
    display: flex;
    position: absolute;
    bottom: -10px;
    width: 100%;
    justify-content: center;
}

#manWomanClothing .owl-nav.disabled {
    display: none;
}

#manWomanClothing .cdz-product {
    position: relative;
}

#manWomanClothing .owl-nav .owl-prev {
    position: relative;
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
}

#manWomanClothing .owl-nav .owl-next {
    position: relative;
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
}

#manWomanClothing .owl-nav .owl-prev span {
    display: none;
}

#manWomanClothing .owl-nav .owl-next span {
    display:none;
}

#manWomanClothing .owl-nav > div.disabled {
    opacity: 0.5 !important;
}


/* man's and woman's shoes section */


div#shoes {
    background: #2a2a2a;
    padding-left: 16%;
    padding-right: 16%;
    background-image: url("/pub/media/amasty/webp/wysiwyg/Lioncode/shoes_background_png.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

div#shoes .mans_shoes_section .shoes_left_col {
    padding-right:2%;
}

div#shoes .womens_shoes_section .shoes_left_col {
    padding-left:2%;
}


div#shoes > .h1 {
    font-size: 5.2rem;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    color: #fff;
    margin-bottom:80px;
}

div#shoes .manShoesInfo {
    position: relative;
    height: 100%;
}

div#shoes .manShoesInfo .manShoesInfoInner {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ab0e11a6;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

div#shoes .cdz-block-title {
    display:none;
}

div#shoes .manShoesInfo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div#shoes .mans_shoes_section {
    display: flex;
    margin-bottom: 80px;
}

div#shoes .item.product.product-item {
    margin-bottom: 0px;
}

div#shoes .manShoesInfo .manShoesInfoInner .h2 {
    color: #fff;
    font-size: 4.2rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

div#shoes .manShoesInfo .manShoesInfoInner a {
    background: #fff;
    color: #000;
    font-weight: 700;
    font-family: 'Averta';
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 50px;
    transition: 0.35s ease all;
}

div#shoes .manShoesInfo .manShoesInfoInner a:hover {
    background: #000;
    color: #fff;
}



div#shoes .womanShoesInfo {
    position: relative;
    height: 100%;
}

div#shoes .womanShoesInfo .womanShoesInfoInner {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ab0e11a6;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}
div#shoes .womanShoesInfo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div#shoes .womens_shoes_section {
    display: flex;
    z-index: 6;
    position: relative;
}

div#shoes .womanShoesInfo .womanShoesInfoInner .h2 {
    color: #fff;
    font-size: 4.2rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

div#shoes .womanShoesInfo .womanShoesInfoInner a {
    background: #fff;
    color: #000;
    font-weight: 700;
    font-family: 'Averta';
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 50px;
    transition: 0.35s ease all;
}

div#shoes .womanShoesInfo .womanShoesInfoInner a:hover {
    background: #000;
    color: #fff;
}


.shoesLinesTop {
    position: absolute;
    top: -100px;
    left: -5vw;
    width: 130vw;
}

.shoesLinesBottom {
    position: absolute;
    bottom: 50px;
    left: -14vw;
    width: 125vw;
}


#shoes .owl-nav {
    display: flex;
    position: absolute;
    bottom: -20px;
    width: 100%;
    justify-content: center;
}

#shoes .owl-nav.disabled {
    display: none;
}

#shoes .cdz-product {
    position: relative;
}

#shoes .owl-nav .owl-prev {
    position: relative;
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
}

#shoes .owl-nav .owl-next {
    position: relative;
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
}

#shoes .owl-nav .owl-prev span {
    display: none;
}

#shoes .owl-nav .owl-next span {
    display:none;
}

#shoes .owl-nav > div.disabled {
    opacity: 0.5 !important;
}


/* sales label */

.cdz-product-labels li.label-item.sale {
    background: #AB0E11;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-radius: 20px;
}

.cdz-product-labels li.label-item.sale .label-content {
    font-size: 1.1rem;
    font-family: 'Averta';
    font-weight: 700;
    letter-spacing: 1px;
}

.cdz-product-labels li.label-item.new {
    padding: 0px;
    width: 45px;
    height: 45px;
    background: url(/pub/media/wysiwyg/Lioncode/icons/newprod2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0px !important;
}

.cdz-product-labels li.label-item.new .label-content {
    font-size: 0px !important;
}

.product-list-style-43 .product-item .cdz-product-labels {
    left: 0px;
    top: 5px;
}

/* sale price */

.price-box.price-final_price {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.price-box.price-final_price span.old-price span {
    text-decoration-color: #AB0E11 !important;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}





/* category page */

.page-with-filter {
    overflow-x: visible;
}


.page-with-filter main#maincontent {
    background: #2a2a2a;
    padding-top: 0px;
}

.page-with-filter .category-view {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 250px;
    overflow: hidden;
    background: url("/pub/media/wysiwyg/Lioncode/category-background.png");
    max-width: 1730px !important;
    width: 100% !important;
    background-size: cover;
}

.page-with-filter .category-view .image {
    height: 300px;
    width: auto;
    position: relative;
    top: -50px;
    left: 190px;
}

.page-with-filter .category-view .category-image.withImage {
    max-height: 250px;
    position: relative;
}

.page-with-filter .category-view .category-image.withImage h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24%;
    color: #fff;
    font-size: 5.5rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
}

/* without category image */

.page-with-filter .category-image.withoutImage {
    height: 250px;
    position: relative;
}

.page-with-filter .category-image.withoutImage h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    color: #fff;
    font-size: 7rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
}


.page-with-filter div#product-list-container {
    display: flex;
    flex-direction: column;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products {
    order: 1;
    background: transparent;
    border-top: none;
    border-bottom: 2px solid #666;
    border-left: none;
    border-right: none;
    margin-top: -109px;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
    align-items: center;
    position: relative;
}

.page-with-filter div#product-list-container .products.wrapper {
    order: 3;
}

.page-with-filter div#product-list-container .cdz-subcategories.base-slider {
    order: 2;
}

.page-with-filter .breadcrumbs {
    max-width: 1730px !important;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: transparent;
    margin-bottom: 50px !important;
    padding-top: 0px;
}

.page-with-filter .columns {
    max-width: 1730px !important;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.page-with-filter .breadcrumbs > ul {
    max-width: calc(26% + 20px);
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #666;
    margin-left: 0px;
    margin-right: auto;
}

.page-with-filter .breadcrumbs > ul li {
    height: 36px;
    vertical-align: middle;
}

.page-with-filter .breadcrumbs > ul li a, .page-with-filter .breadcrumbs > ul li strong {
    line-height: 36px;
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.page-with-filter .breadcrumbs .item:not(:last-child):after {
    color: #fff;
}
.page-with-filter select#sorter [value="price"] {
    display: none;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products a.action.sorter-action.sort-asc {
    display: none;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .limiter {
    display: inline-block !important;
    order: 2;
    margin-left: 20px;
}


.page-with-filter div#product-list-container .toolbar.toolbar-products .modes {
    order: 3;
    margin-right: 0px;
    margin-left: 20px;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .toolbar-sorter.sorter {
    order: 1;
    padding-top: 0px;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .modes > .active {
    border: none;
    padding: 0px;
    background: transparent;
    margin-right: 5px;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .modes > .active:before {
    color: #AB0E11;
    font-size: 37px;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .modes > a {
    border: none;
    padding: 0px;
    background: transparent;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .modes > a:before {
    font-size: 35px;
    color: #fff;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .limiter span.limiter-text {
    display: none;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .limiter label.label span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .limiter select#limiter {
    color: #fff;
    border-radius: 50px;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .limiter select#limiter option {
    color: #000;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter {
    color: #fff;
    border-radius: 50px;
}

.page-with-filter div#product-list-container .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter option {
    color: #000;
}


/* sidebar */

.page-with-filter div#layered-filter-block {
    background: transparent;
}


.page-with-filter div#layered-filter-block .block-title.filter-title {
    background: transparent;
}

.page-with-filter .sidebar.sidebar-additional .block-brands-search {
    background: transparent;
    margin-bottom: 40px;
}

.page-with-filter .sidebar.sidebar-additional .block-brands-search .block-title {
    background: transparent;
}

.page-with-filter .sidebar.sidebar-additional {
    margin-top: 35px;
    padding-left: 0px;
}
div#cdz-stk-sidebar {--stk_sb_top: 0px !important;}

.page-with-filter .sidebar.sidebar-additional .block-brands {
    background: transparent;
}

.page-with-filter .sidebar.sidebar-additional .block-brands .block-title {
    background: transparent;
    transition: 0.35s ease all;
}

.page-with-filter #cdz-stk-sidebar .block-title > strong {
    padding-bottom: 5px;
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    border-color: #AB0E11;
    border-width: 4px;
    margin-bottom: -2px;
    transition: 0.35s ease all;
}

.page-with-filter div#layered-filter-block .filter-options-title {
    color: #fff;
    font-size: 1.5rem;
}

.page-with-filter div#layered-filter-block .items.filter-checkbox li label {
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
}

.page-with-filter div#layered-filter-block .items.filter-checkbox li label .count {
    color: #fff;
}

.page-with-filter .sidebar.sidebar-additional .block-brands-search input {
    color: #fff;
}

.page-with-filter .price-slider-container .ui-slider-range {
    background:#AB0E11;
}

.page-with-filter .filter-options-item .ui-slider-horizontal .ui-slider-handle {
    border-color:#AB0E11;
}

.page-with-filter .block.filter .filter-options .filter-options-content .price-slider-container .input-wrap input {
    color: #fff;
}

.page-with-filter .block.filter .filter-options .filter-options-content .price-slider-container .input-wrap+.action button {
    font-size: 14px;
    padding: 5px 20px;
}

.page-with-filter .sidebar .block:not(.account-nav).block-brands .owl-carousel .owl-nav {
    top: 0px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    text-align: right;
}

.page-with-filter .sidebar .block:not(.account-nav).block-brands .owl-carousel .owl-nav .owl-next {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.page-with-filter .sidebar .block:not(.account-nav).block-brands .owl-carousel .owl-nav .owl-prev {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}


.page-with-filter div#product-list-container .cdz-subcategories.base-slider .cdz-subcat-inner {
    background: #000;
    border-radius: 15px;
    box-shadow: none;
    padding: 15px;
    padding-bottom: 5px;
}

.page-with-filter div#product-list-container .cdz-subcategories.base-slider .cdz-subcat-inner .item {
    background: transparent;
}

.page-with-filter div#product-list-container .cdz-subcategories.base-slider .cdz-subcat-inner .item .item-title {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

.page-with-filter div#product-list-container .cdz-subcategories.base-slider .cdz-subcat-inner .item .item-top {
    border-radius: 15px;
}


.page-with-filter div#product-list-container .product-item-inner button.action.tocart.primary {
    font-size: 1.2rem;
    background: #fff;
    border: none !important;
    color: #000;
    font-weight: 700;
    font-family: 'Averta';
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: inherit;
}

.page-with-filter div#product-list-container .product-item-inner button.action.tocart.primary:after {
    transition: 0.35s linear all;
    content: "";
    background: #AB0E11;
    border: none;
}

.page-with-filter div#product-list-container .product-item-inner button.action.tocart.primary:before {
    transition: 0.25s linear all;
    content: "";
    background: rgb(171 14 17 / 80%);
}

.page-with-filter div#product-list-container .product-item:hover .product-item-inner button.action.tocart.primary {
    color: #fff !important;
}


.page-with-filter ul.cdz-product-labels {
    left: 15px;
    top: 30px;
}

.page-with-filter div#product-list-container .product-item strong.product.name.product-item-name {
    min-height: 60px;
}

.page-with-filter .categoryFilterToggle {
    display: none;
}


/* list mode */

.page-with-filter .product-item .product-image-container {position: relative;overflow: hidden;}

.page-with-filter ul.cdz-product-labels {
    left: 15px;
    top: 30px;
}

.page-with-filter div#product-list-container .product-item strong.product.name.product-item-name {
    min-height: 60px;
}

.page-with-filter div#product-list-container .products.wrapper.products-list li.item.product.product-item {
    background: #1c1c1c;
    border-radius: 15px;
    padding: 15px;
}

.page-with-filter div#product-list-container .products.wrapper.products-list li.item.product.product-item .product-item-top {
    margin-bottom: 0px;
}

.page-with-filter div#product-list-container .products.wrapper.products-list li.item.product.product-item a.product-item-link {
    font-size: 1.8rem;
}

.page-with-filter div#product-list-container .products.wrapper.products-list li.item.product.product-item strong.product.name.product-item-name {
    min-height: 44px;
}

.page-with-filter div#product-list-container .products.wrapper.products-list li.item.product.product-item .price-box.price-final_price {
    justify-content: flex-end;
}


.page-with-filter div#product-list-container .products.wrapper.products-list .product-item:hover .product-item-inner button.action.tocart.primary {
    color: #000 !important;
}

.page-with-filter div#product-list-container .products.wrapper.products-list .product-item .product.description.product-item-description {
    color: #fff;
    font-size: 1.4rem;
}

.page-with-filter div#product-list-container .product-item:hover .product-item-inner button.action.tocart.primary span:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag.svg);
}

.page-with-filter div#product-list-container .product-item-inner button.action.tocart.primary span:before {
    content: "";
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain !important;
    margin-bottom: -4px;
    margin-right: 8px;
}

.page-with-filter div#product-list-container .products.wrapper.products-list .product-item:hover .product-item-inner button.action.tocart.primary span:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg);
}


.page-with-filter div#layered-filter-block .items.dropdown-wrap select {
    color: #fff;
}

.page-with-filter div#layered-filter-block .items.dropdown-wrap select option {
    color: #000;
}

.page-with-filter div#layered-filter-block .filter-current strong.block-subtitle.filter-current-subtitle {
    color: #ffffff;
    font-size: 1.6rem;
    margin-top: 25px;
}



.page-with-filter div#layered-filter-block .filter-current ol.items {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 6px;
}

.page-with-filter div#layered-filter-block .filter-actions a {
    background:#000;
    color: #fff;
    font-size: 1.3rem;
    padding: 8px 20px;
    border-radius: 6px;
    border: none;
}

.page-with-filter div#layered-filter-block .filter-actions a:hover {
    background: #AB0E11;
}



/* Brand filter - All brands page */


.brands-index-index #maincontent {
    background: #2a2a2a;
}

.brands-index-index .page-title-wrapper h1 span {
    font-size: 5.3rem;
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

.brands-index-index .page-title-wrapper {
    display: block;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}

.brands-index-index .brand-container .block-title strong {
    color: #fff;
    font-family: 'Averta';
    font-weight: bold;
    letter-spacing: 1px;
    border-width: 4px;
    border-color: #AB0E11;
}

.brands-index-index .brand-container .brand-top {
    margin-bottom: 50px;
}

.brands-index-index .brand-container .brand-top .brand-form label:before {
    color:#fff;
}

.brands-index-index .brand-container .brand-top .brand-form input {
    color:#fff;
}

.brands-index-index .brand-container .brand-top .page-desc p {
    color: #d5d5d5;
    font-size: 1.4rem;
}

.brands-index-index .brand-container .brand-top .shop-by-brand-slider .brand-link {
    border-radius:15px;
    opacity:0.8;
    transition:0.3s ease all;
}

.brands-index-index .brand-container .brand-top .shop-by-brand-slider .brand-link:hover {
    opacity:1;
}

.brands-index-index .brand-container .brand-main .char-list a {
    background:transparent;
    color:#fff;
}

.brands-index-index .brand-container .brand-main .char-list a.active {
    background:#AB0E11;
    border-color:#AB0E11;
}

.brands-index-index .brand-container .brand-main .char-list a:hover {
    background:#AB0E11;
    border-color:#AB0E11;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products {
    background: #1b1b1b;
    border: none;
    border-radius: 6px;
    color: #fff;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products p#toolbar-amount {
    font-size: 1.5rem;
    font-weight: 500;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .toolbar-sorter.sorter label {
    font-size: 1.5rem;
    font-weight: 500;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .toolbar-sorter.sorter select#sorter {
    border-radius: 50px;
    color: #fff;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .toolbar-sorter.sorter select#sorter option {
    color: #000;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .pages li a, .brand-container .toolbar.toolbar-brands.toolbar-products .pages li strong {
    background: transparent;
    color: #fff;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .pages li strong {
     background:#AB0E11;
    border-color:#AB0E11;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .pages li a:before {
    color: #fff;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .field.limiter label {
    font-size:1.5rem;
    font-weight:500;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .field.limiter select {
    border-radius: 50px;
    color: #fff;
}
.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .field.limiter select option {
    color: #000;
}

.brands-index-index .brand-container .toolbar.toolbar-brands.toolbar-products .field.limiter span.limiter-text {
    display:none;
}

.brands-index-index .brand-list.products .brand-item {
    margin-bottom: 30px;
}

.brands-index-index .brand-list.products .brand-item .item-top a {
    border-radius: 15px;
}

.brands-index-index .brand-list.products .brand-item .item-bottom a.brand-name {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    letter-spacing: 1px;
}

.brands-index-index .brand-list.products .brand-item .item-bottom .count {
    background: #000;
    color: #fff;
}



/* brand filter page */

.brands-index-view .brand-container {
    max-width: 1730px !important;
    padding: 0px !important;
    margin-bottom: 30px !important;
}

.brands-index-view .brand-container div#about-us-wrapper p {
    color: #fff;
    font-size: 1.5rem;
}






/* product page styles */


.catalog-product-view main#maincontent, .catalog-product-view .page-wrapper {
    background:#2a2a2a;
}

.catalog-product-view .breadcrumbs {
    background:#2a2a2a;
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
    max-width: 1580px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.catalog-product-view .breadcrumbs > ul li {
    height: 36px;
    vertical-align: middle;
}

.catalog-product-view .breadcrumbs > ul li a, .catalog-product-view .breadcrumbs > ul li strong {
    line-height: 36px;
    font-size: 1.5rem;
    font-weight: 500;
}




.catalog-product-view .breadcrumbs ul {
    padding: 0px;
    text-align: center;
}

.catalog-product-view main#maincontent .row.main-inner {
    background:transparent;
    border:none;
}

.catalog-product-view main#maincontent .row.main-inner .product-main-top {
    padding-left: 0px;
    padding-right: 0px;
}

.catalog-product-view .gallery-container .fotorama__stage__frame .fotorama__img {
    width: 100%;
    border-radius: 15px;
}

.catalog-product-view .gallery-container .fotorama__stage__frame {
    border-radius: 15px !important;
}

.catalog-product-view .gallery-container {
    border-radius: 15px;
    overflow: hidden;
}


.catalog-product-view .gallery-container .fotorama__stage__shaft.fotorama__grab {
    border-radius: 15px;
}

.catalog-product-view .gallery-container .fotorama__nav.fotorama__nav--thumbs {
    margin-left: 0px;
    margin-right: 0px;
}

.catalog-product-view .gallery-container .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb {
    border-radius: 15px;
}

.catalog-product-view .gallery-container .fotorama__thumb-border {
    border-radius: 15px;
    border-color: #AB0E11;
    border-width: 3px !important;
}

.catalog-product-view .gallery-container .fotorama__arr.fotorama__arr--next {
    background: transparent;
}

.catalog-product-view .gallery-container .fotorama__arr.fotorama__arr--prev {
    background: transparent;
}

.catalog-product-view .gallery-container .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-product-view .gallery-container .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 80px;
    color: #000;
}

.catalog-product-view .gallery-container .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-product-view .gallery-container .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 80px;
    color: #000;
}

.catalog-product-view .gallery-container .label-wrap.left .cdz-product-labels {
    margin-left: 10px;
}


.catalog-product-view .gallery-container .label-wrap.left .cdz-product-labels .label-content {
    font-size: 2.2rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

.catalog-product-view .gallery-container .label-wrap.left .cdz-product-labels .label-item {
    min-width: auto;
    position: relative;
}

.catalog-product-view .gallery-container .label-wrap.left .cdz-product-labels .label-item.sale {
    background: #AB0E11;
    margin-bottom: 20px;
}

.catalog-product-view .gallery-container .label-wrap.left .cdz-product-labels .label-item.new {
    padding: 0px;
    width: 45px;
    height: 45px;
    background: url(/pub/media/wysiwyg/Lioncode/icons/newprod2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0px !important;
}


.catalog-product-view .gallery-container:hover .label-wrap.left .cdz-product-labels .label-item:before {
    background:#aeacac;
}


.catalog-product-view .gallery-container .fotorama__thumb__arr.fotorama__thumb__arr--right {
    height: calc(100% - 20px);
    top: 10px;
    background: rgb(255 255 255 / 60%);
}

.catalog-product-view .gallery-container .fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon {
    background:transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% + 10px);
}

.catalog-product-view .gallery-container .fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #000;
}

.catalog-product-view .gallery-container .fotorama__thumb__arr.fotorama__thumb__arr--left {
     height: calc(100% - 20px);
    top: 10px;
    background: rgb(255 255 255 / 60%);
}

.catalog-product-view .gallery-container .fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon {
    background:transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% + 10px);
}

.catalog-product-view .gallery-container .fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #000;
}


/* product info */

.catalog-product-view main#maincontent .row.main-inner .product-right h1.page-title {
    color: #fff;
    font-size: 4rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right h1.page-title:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    display: block;
    position: relative;
    top: 12px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .price-box.price-final_price {
    justify-content: flex-end;
    margin-top: 0px !important;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .price-box.price-final_price span.price {font-size: 3.2rem;margin-right: 8px;color: #fff;font-style: italic;}



.catalog-product-view main#maincontent .row.main-inner .product-right .price-box.price-final_price .price-wrapper {
    text-decoration: none;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product.attribute.overview strong {
    display: none;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product.attribute.overview p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product-options-wrapper .swatch-opt > div {
    display: flex;
    align-items: center;
}



.catalog-product-view main#maincontent .row.main-inner .product-right .product-options-wrapper .swatch-opt > div .swatch-attribute-label {
    min-width: 104px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product-options-wrapper .swatch-opt > div span.swatch-attribute-selected-option {
    display: none;
}


.catalog-product-view main#maincontent .row.main-inner .product-right .product-options-wrapper .swatch-option.color {
    width: 24px !important;
    height: 24px !important;
    border-radius: 0px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .swatch-option.text {
    min-width: 24px !important;
    height: 24px !important;
    line-height: 24px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product-info-stock-sku {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product-info-stock-sku .product.attribute.sku {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 14px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product-info-stock-sku .product.attribute.sku strong.type {
    font-weight: 300;
    min-width: 95px;
    display: inline-block;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .stock.available:before {
    content: "Διαθεσιμότητα";
    font-size: 1.4rem;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    margin-right: 9px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .stock.available {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product.attribute.overview {
    margin-bottom: 10px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product.alert.price {
    text-align: right;
    margin-bottom: 0px;
    float: right;
    margin-top: 0px !important;
    text-transform: uppercase;
    height: 25px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product.alert.price a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    text-decoration: underline;
    display: flex;
    align-items: center;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .size-guide-wrap {
    position: relative;
    top: 0px;
    padding-right: 0px;
    float: right;
    display: flex;
    height: 25px;
    align-items: center;
    padding-left: 10px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .size-guide-wrap a {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    display: flex;
    align-items: center;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product.alert.price a:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/pub/media/wysiwyg/Lioncode/icons/discounts.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .size-guide-wrap:before {
    content: "";
    display: none;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .size-guide-wrap a:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/pub/media/wysiwyg/Lioncode/icons/measurement.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .block-shipping-estimation {
    max-width: 60%;
    float: right;
}

.catalog-product-view main#maincontent .row.main-inner .product-right div#shipping-form {
    position: relative;
}

.catalog-product-view main#maincontent .row.main-inner .product-right div#shipping-form .block-content {
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    z-index: 9;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .block-shipping-estimation .form-address-edit .block-title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .block-shipping-estimation .form-address-edit .block-title > img {
    margin-left: 0px;
    margin-right: 20px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .block-shipping-estimation .form-address-edit .block-title:before {
    margin-right: 0px;
    background: transparent;
    content: "\f0d1";
    font-family: 'FontAwesome';
    color: #fff;
    width: auto;
    height: auto;
    font-size: 20px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .block-shipping-estimation .form-address-edit .block-title > strong {
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.2rem;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .block-shipping-estimation .form-address-edit .block-title > a {
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
}

.catalog-product-view main#maincontent .row.main-inner .product-right div#shipping-form .block-content select {
    max-width: 100%;
    padding-left: 0px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right div#shipping-form .block-content input {
    max-width: 100%;
}

.catalog-product-view main#maincontent .row.main-inner .product-right div#shipping-form .block-content .actions {
    text-align: right;
}



.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart:not(.active) .fieldset {
    display: flex;
    margin-bottom: 0px;
    margin-top: 35px;
    border-top: 2px solid #666;
    padding-top: 30px;
    border-bottom: 2px solid #666;
    padding-bottom: 30px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions {
    display: flex;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links {
    display: flex;
    flex-wrap: wrap;
    border: none;
    width: 65%;
    position: relative;
    margin-bottom: 0px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .cdz-social-listing {
    position: absolute;
    right: 0px;
    bottom: -90px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links {
    margin: 0px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .field.qty {
    margin-bottom: 0px;
    margin-right: 15px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart:not(.active) .fieldset .field.qty .cart-qty {
    border-radius: 50px;
    border: none;
    background: #fff;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart:not(.active) .fieldset .field.qty .cart-qty button:hover {
    background: #000;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .field.qty .cart-qty button.increase {border-top-right-radius: 50px;border-bottom-right-radius: 50px;}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart:not(.active) .fieldset .field.qty .cart-qty button:hover:before {
    color: #fff;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .field.qty .cart-qty button.decrease {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart:not(.active) .fieldset .actions button#product-addtocart-button {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50px;
    margin-right: 15px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions button#product-addtocart-button span {
    font-family: 'Averta';
    font-weight: 700;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions button#product-addtocart-button:hover {
    background: #000;
    color: #fff;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links button.action.towishlist {
    background: #fff;
    color: #000;
    width: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links button.action.towishlist:before {
    margin: 0px;
    font-size: 2rem;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links a.action.tocompare {
    margin: 0px !important;
    padding: 0px;
    height: 100%;
    width: 35px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links a.action.tocompare:before {
    margin: 0px;
    font-size: 2rem;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links button.action.towishlist:hover {
    background: #000;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links button.action.towishlist:hover:before {
    color: #fff;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links a.action.tocompare:hover {
    background: #000;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .product-addto-links a.action.tocompare:hover:before {
    color: #fff;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .product-static-text {
    border: none;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .cdz-social-listing a {
    color: #fff;
    font-size: 2.2rem;
    margin-left: 10px;
    transition: 0.3s ease all;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .product-social-links .cdz-social-listing a:hover {
    color: #AB0E11;
}


.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions button#product-addtocart-button span:before {
    content: "";
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain !important;
    margin-bottom: -4px;
    margin-right: 8px;
    position: relative;
    opacity: 1;
    transform: none;
    top: 2px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions button#product-addtocart-button:hover span:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag.svg);
}


.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart.active .fieldset .actions button#product-addtocart-button {
    background: #fff;
    color: #000;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart.active .fieldset .actions button#product-addtocart-button:hover {
    background: #000;
    color: #fff;
}



/* product page bottom detailts */


.catalog-product-view .product.info.detailed {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.catalog-product-view .product.info.detailed .product.items {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    border: none;
}

.catalog-product-view .product.info.detailed .product.items .item a {
    /* padding-left: 0px !important; */
    color: rgb(255 255 255 / 66%) !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    transition: 0.35s ease all;
}

.catalog-product-view .product.info.detailed .product.items .item.content {
    background: transparent;
}

.catalog-product-view .product.info.detailed .product.items .item.active a {
    font-size: 2.3rem !important;
    color: #fff !important;
}

.catalog-product-view .product.info.detailed .product.items .item.active a:after {
    background: #fff;
    height: 4px;
}

.catalog-product-view .product.info.detailed .product.items .item:first-child a {
    padding-left: 0px;
}

.catalog-product-view .product.info.detailed .product.items .item.content * {
    color: #fff;
    font-weight: 300;
    /* font-size: 2rem; */
    line-height: 25px;
}


.catalog-product-view .product-details-before {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
}

.catalog-product-view .product-details-before .block-title.title {
    border-bottom: 2px solid #fff;
    margin-bottom: 30px !important;
    padding-bottom: 10px;
}

.catalog-product-view .product-details-before .block-title.title strong {
    color: #fff !important;
    font-size: 2.3rem !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.catalog-product-view .product-details-before .item.product.product-item {
    background: transparent;
}

.catalog-product-view .product-details-before .item.product.product-item .product-item-top {
    padding: 0px;
    overflow: hidden;
}

.catalog-product-view .product-details-before .item.product.product-item ul.cdz-product-labels {
    top: 8px;
    left: 4px;
}

.catalog-product-view .product-details-before .product.details.product-item-details .price-box span {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}





.catalog-product-view .block.upsell {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.catalog-product-view .block.upsell .block-title.title {
    border-bottom: 2px solid #fff;
    margin-bottom: 30px !important;
    padding-bottom: 10px;
}

.catalog-product-view .block.upsell .block-title.title strong {
    color: #fff !important;
    font-size: 2.3rem !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.catalog-product-view .block.upsell .item.product.product-item {
    background: transparent;
}

.catalog-product-view .block.upsell .item.product.product-item .product-item-top {
    padding: 0px;
}

.catalog-product-view .block.upsell .product.details.product-item-details .price-box span {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

/* simple product only */

.catalog-product-view main#maincontent .row.main-inner .product-info-price {
    display: flex;
    flex-wrap: wrap;
}

.catalog-product-view main#maincontent .row.main-inner .product-info-price .price-box.price-final_price {
    order: 1;
}

.catalog-product-view main#maincontent .row.main-inner .product-info-price .product.attribute.overview {
    order: 2;
    margin-top: 0px;
    width: 100%;
}

.catalog-product-view main#maincontent .row.main-inner .product-info-price .product.attribute.overview p, .catalog-product-view main#maincontent .row.main-inner .product-info-price .product.attribute.overview {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
}

.catalog-product-view main#maincontent .row.main-inner .product-info-price .product-info-stock-sku {
    order: 3;
}

.catalog-product-view main#maincontent .row.main-inner .product-info-price .product.alert.price {
    order: 4;
    width: calc(100% - 142px);
    justify-content: flex-end;
}

.catalog-product-view main#maincontent .row.main-inner .product-info-price .size-guide-wrap {
    order: 5;
    max-width: 125px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right div#shipping-form fieldset.fieldset {
    margin-top: 20px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right div#shipping-form fieldset.fieldset label span {
    font-size: 15px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 7px;
}

.catalog-product-view main#maincontent .row.main-inner .product-right .box-tocart .fieldset .actions .size-guide-wrap {
    display: none;
}

.catalog-product-view main#maincontent .product-inventory-deal {
    text-align: left;
    color: #fff;
    background: rgb(0 0 0 / 80%);
    border-radius: 15px;
}

.catalog-product-view .panel-toggle-wrap.applied:not(.content-open) .content-outer:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255,255,255,0), #2a2a2a 100%);
    height: 260px;
    max-height: 50%;
    content: '';
}

.catalog-product-view .product.info.detailed .product.items .item.content .content-toggle {
    background: #000;
}

.catalog-product-view .product.info.detailed .product.items .item.content .content-toggle:hover {
    background:#fff;
    
}

.catalog-product-view .product.info.detailed .product.items .item.content .content-toggle:hover span {
    color:#000;
}

.catalog-product-view .product.info.detailed .product.items .item.content .content-toggle:hover:before {
    color:#000;
}


.catalog-product-view .product-details-before .owl-carousel .owl-nav [class*='owl-'] {
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.catalog-product-view .product-details-before .owl-nav {
    position: absolute;
    top: -72px;
    right: 0px;
    display: flex;
}

.catalog-product-view .product-details-before .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-product-view .product-details-before .owl-nav .owl-prev:before {
    font-size: 25px;
}


.catalog-product-view .product-details-before .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-product-view .product-details-before .owl-nav .owl-next:before {
    font-size: 25px;
}

.catalog-product-view .product-details-before .owl-nav .owl-prev.disabled,.catalog-product-view .product-details-before .owl-nav .owl-next.disabled {
    opacity: 0.5;
}


.catalog-product-view .block.upsell .owl-carousel .owl-nav [class*='owl-'] {
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.catalog-product-view .block.upsell .owl-nav {
    position: absolute;
    top: -72px;
    right: 0px;
    display: flex;
}

.catalog-product-view .block.upsell .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-product-view .block.upsell .owl-nav .owl-prev:before {
    font-size: 25px;
}


.catalog-product-view .block.upsell .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-product-view .block.upsell .owl-nav .owl-next:before {
    font-size: 25px;
}

.catalog-product-view .block.upsell .owl-nav .owl-prev.disabled,.catalog-product-view .block.upsell .owl-nav .owl-next.disabled {
    opacity: 0.5;
}

.catalog-product-view .product.info.detailed table#product-attribute-specs-table td {
    line-height: inherit;
}




/* login popup styles */


.popup-account-popup .cdz-popup-inner {
    background-image: url("/media/wysiwyg/Lioncode/slider/Group_2093.png");
    background-color: #2a2a2a;
    background-size: cover;
    background-position: bottom left;
    background-position-y: 200px;
    /* background-repeat: no-repeat; */
    background-position-x: center;
    background-blend-mode: overlay;
}

.popup-account-popup .cdz-popup-inner .info-summary-top:before {
    color: #fff !important;
}

.popup-account-popup .cdz-popup-inner .account-social-login .actions-toolbar.social-btn {
    width: 65%;
}

.popup-account-popup .cdz-popup-inner a.btn.btn-block.btn-social.btn-google {
    background: #AB0E11;
}


#account-popup .block-customer-login label span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

#account-popup .block-customer-login input {color: #fff !important;}

#account-popup .block-customer-login .actions-toolbar .primary button {
    background: #000;
    color: #fff;
    border: none;
}

#account-popup .block-customer-login .actions-toolbar .primary button:hover {
    background: #fff;
    color: #000;
}

#account-popup .block-customer-login .actions-toolbar {
    margin-bottom: 20px;
}

#account-popup .info-summary-bottom {
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

#account-popup .info-summary-bottom p span {
    color: #000;
}

#account-popup .acount-menu li a {
    color: #fff;
    transition: 0.35s ease all;
    padding: 5px;
    text-transform: inherit;
}

#account-popup .acount-menu {
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 20px;
}

#account-popup .acount-menu .account-menu-items > li {
    display: inline-block;
    width: 46%;
    margin-right: 5px;
    margin-left: 5px;
}

#account-popup .acount-menu li.store-link {
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 5px;
}

#account-popup .acount-menu li a:hover {
    background: #000;
}

#account-popup .info-summary-bottom p.title a {
    font-size: 1.6rem;
    color: #fff;
}

#account-popup .info-summary-bottom p.title a:hover {
    color: #AB0E11;
}


/* successful sign out page */

.customer-account-logoutsuccess main#maincontent {
    background: #2a2a2a;
    color: #fff;
}

.customer-account-logoutsuccess main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-size: 5.3rem;
    font-weight: 700;
    font-family: 'Averta';
    display: block;
    text-align: center;
    margin-top: 100px;
}

.customer-account-logoutsuccess main#maincontent .column.main {
    text-align: center;
    min-height: 200px;
}




/* customer account create page */


.customer-account-create main#maincontent {
    background: #2a2a2a;
}

.customer-account-create main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

.customer-account-create .account-social-login .actions-toolbar.social-btn {width: 230px;}

.customer-account-create .form-create-account {
    background-color: #101010;
    border: none;
    border-radius: 15px;
    margin-bottom: 50px;
    background-image: url("/media/wysiwyg/Lioncode/slider/Group_2094.png");
    background-size: contain;
    background-position: bottom left;
    background-position-y: 222px;
    background-position-x: center;
    background-blend-mode: difference;
    box-shadow: 0px 0px 10px rgb(0 0 0);
}

.customer-account-create .form-create-account legend span {
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}

.customer-account-create .form-create-account label span {
    color: #fff;
    font-weight: 300;
}

.customer-account-create .form-create-account label {
    display: block;
    margin-bottom: 8px !important;
}

.customer-account-create .form-create-account input {
    background: #fff;
    transition: 0.35s ease all;
}

.customer-account-create .form-create-account input:focus {
}

.customer-account-create div#password-strength-meter {
    background-color: #AB0E11 !important;
}

.customer-account-create .form-create-account button#send2 {
    background: #AB0E11;
    border: none;
    color: #fff;
    font-weight: bold;
    font-family: 'Averta';
    letter-spacing: 1px;
    transition: 0.35s ease all;
}

.customer-account-create .form-create-account button#send2:hover {
    background: #fff;
    color: #000;
}

.customer-account-create .account-social-login .actions-toolbar.social-btn a {
    background: #AB0E11;
}

.customer-account-create .form-create-account legend {
    border-color: rgb(255 255 255 / 55%) !important;
}




/* forget password page */


.customer-account-forgotpassword main#maincontent {
    background: #2a2a2a;
}

.customer-account-forgotpassword main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

.customer-account-forgotpassword .form.password.forget {
    background-color: #1a1a1a;
    border: none;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0);
    margin-top: 25px;
    margin-bottom: 50px;
}

.customer-account-forgotpassword .form.password.forget:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(/media/wysiwyg/Lioncode/slider/Group_2093.png);
    background-size: cover;
    background-position: bottom left;
    background-position-y: 222px;
    background-position-x: center;
    background-blend-mode: revert;
    opacity: 0.3;
}

.customer-account-forgotpassword .form.password.forget fieldset.fieldset {
    position: relative;
    color: #fff;
}

.customer-account-forgotpassword .form.password.forget .actions-toolbar {
    position: relative;
}

.customer-account-forgotpassword .form.password.forget fieldset.fieldset .field.note {
    margin-bottom: 30px;
}

.customer-account-forgotpassword .form.password.forget fieldset.fieldset label span {
    font-weight: 300;
}

.customer-account-forgotpassword .form.password.forget fieldset.fieldset label {
    margin-bottom: 8px;
}




/* minicart popup */

div#minicart-popup .block-minicart .block-title {
    color: #AB0E11;
}

div#minicart-popup .minicart-items .action {
    background: #AB0E11;
    border-color: #AB0E11;
}

div#minicart-popup .minicart-items .action:hover {
    color: #AB0E11;
    background: #fff;
}

div#minicart-popup .minicart-items .product-item .price {
    color: #AB0E11;
}

div#minicart-popup .block-minicart .cart-total .subtotal .amount .price-wrapper:first-child .price {
    color: #AB0E11;
}

div#minicart-popup dl.product.options.list dt,div#minicart-popup dl.product.options.list dd {
    display: inline-block;
    font-size: 1.4rem;
}

div#minicart-popup dl.product.options.list dd {
    margin-right: 10px !important;
}


.cdz-popup.popup-minicart-popup div#minicart-popup .minicart-items-wrapper {
    min-height: 160px;
    overflow: auto;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .product-item-details .product-info .product.options span {
    font-size: 1.4rem;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .cart-total {
    background: #2a2a2a;
    /* position: relative; */
}

.cdz-popup.popup-minicart-popup .cdz-popup-inner .cdz-popup-content {
    overflow: hidden;
    max-height: inherit;
}


.cdz-popup.popup-minicart-popup div#minicart-popup .product-item-details .product-info {
    width: 72%;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .product-item-details .product-item-actions {
    width: 28%;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .product-item-details .product-info a {
    font-size: 1.4rem;
}



.cdz-popup.popup-minicart-popup div#minicart-popup .product.row {
    display: flex;
    align-items: center;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .item.product.product-item:last-child {
    border: none;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .cart-total .subtotal .label span {
    color: #fff;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .cart-total .amount.price-container span {
    color: #fff !important;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .cart-total button#top-cart-btn-checkout {
    background: #ab0e11;
    border-color: #ab0e11;
    color: #fff;
    transition: 0.35s ease all;
}

.cdz-popup.popup-minicart-popup div#minicart-popup .cart-total button#top-cart-btn-checkout:hover {
    background: #000;
    border-color: #000;
}


/* wishlist popup */


.header-panel-right .wl-drop-menu ul.product-items .product-item-details {
    display: flex;
    flex-direction: column;
}

.header-panel-right .wl-drop-menu ul.product-items .product-item-details .col-xs-14 {
    width: 100%;
}

.header-panel-right .wl-drop-menu ul.product-items .product-item-details .col-xs-10 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.header-panel-right .wl-drop-menu ul.product-items .product-item-details .col-xs-14 .price-box.price-final_price {
    justify-content: flex-end;
}

.header-panel-right .wl-drop-menu ul.product-items .product-item-details strong.product-item-name a {
    min-height:inherit;
}

.header-panel-right .wl-drop-menu ul.product-items .product-item-details strong.product-item-name a span {
    font-size: 1.5rem;
}

.header-panel-right .wl-drop-menu ul.product-items .product-item-details .product-item-price span {
    font-size: 1.5rem;
}

.header-panel-right .wl-drop-menu ul.product-items .product-item-details .product-item-price span.old-price {
    text-decoration-color: #AB0E11;
}

.header-panel-right .wl-drop-menu ul.product-items li.item.product-item {
    border-bottom: 1px solid #bababa;
}

.header-panel-right .wl-drop-menu ul.product-items li.item.product-item:last-child {
    border: none;
}


.header-panel-right .cdz-dd-content.wl-drop-menu .block-title strong {
    color: #fff;
    font-family: 'Averta';
    font-style: italic;
    margin-right: 5px;
}

.header-panel-right .cdz-dd-content.wl-drop-menu .block-title:after {
    color: #fff;
}

.header-panel-right .cdz-dd-content.wl-drop-menu .social-btn.social-btn-actions-toolbar.google-login {
    width: 100%;
}

.header-panel-right .cdz-dd-content.wl-drop-menu .social-btn.social-btn-actions-toolbar.google-login a {
    background:#AB0E11;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-top {
    background: #2a2a2a;
}

.header-panel-right .cdz-dd-content {
    box-shadow: 0px 4px 4px rgb(187 187 187 / 30%) !important;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner {
    color: #fff !important;
    padding: 0px;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-content button:hover {
    background: #ab0e11;
    color: #fff;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-content button {
    border: 1px solid #ab0e11;
    color: #ab0e11;
    height: 32px;
    transition: 0.35s ease all;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-content .qty-box {
    margin: 0px;
    height: 32px;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-content .qty-box input {
    border: 1px solid #000;
    height: 100%;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-content a.action.remind span {
    color: #fff;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-content .info-summary-bottom .secondary {
    background: transparent;
    border-color: #fff;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-content .info-summary-bottom .secondary a {
    color: #2a2a2a !important;
    transition: 0.35s ease all;
}

.header-panel-right .cdz-dd-content .cdz-dd-content-inner .block-content .info-summary-bottom .secondary a:hover {
    color:#AB0E11;
}





/* checkout summary page */


.checkout-cart-index main#maincontent {
    background: #2a2a2a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.checkout-cart-index main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

.checkout-cart-index main#maincontent .cart-container {
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    /* border: none; */
    box-shadow: 0px 0px 10px #000;
    background: #323232;
}

.checkout-cart-index main#maincontent .cart-container .cart-summary {
    background: #323232;
    color: #dedede;
    height: 100%;
}

.checkout-cart-index main#maincontent .cart-container .cart-summary strong.summary.title {
    font-weight: 700 !important;
    font-family: 'Averta' !important;
    font-size: 2.2rem !important;
    letter-spacing: 1px;
}

.checkout-cart-index main#maincontent .cart-container div#block-shipping .title strong {
    text-transform: initial;
    font-size: 1.8rem !important;
}

.checkout-cart-index main#maincontent .cart-container div#block-shipping .title:after {
    top: 0px;
}

.checkout-cart-index main#maincontent .cart-container div#block-discount .title strong {
    text-transform: initial;
    font-size: 1.8rem !important;
}

.checkout-cart-index main#maincontent .cart-container div#block-discount .title:after {
    top: 0px;
}

div#cart-totals .totals tr td, div#cart-totals .totals tr th, div#cart-totals .totals tr td, div#cart-totals .totals tr td span {
    font-size: 1.4rem;
    color: #dedede;
}

.checkout-cart-index main#maincontent .cart-container div#block-shipping select, .checkout-cart-index main#maincontent .cart-container div#block-shipping input {
    color:#fff;
}

.checkout-cart-index main#maincontent .cart-container table#shopping-cart-table tr th {
    color: #000;
    font-size: 1.8rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

.checkout-cart-index main#maincontent .cart-container .cart.table-wrapper .actions-toolbar>.action {
    background: #AB0E11;
    border-color: #AB0E11;
    width: 26px;
    height: 26px;
    line-height: 20px;
    margin-bottom: 0px;
}

.checkout-cart-index main#maincontent .cart-container .cart.table-wrapper .actions-toolbar>.action:before {
    font-size: 15px;
}

.checkout-cart-index main#maincontent .cart-container .cart.table-wrapper .actions-toolbar>.action:hover {
    background: #fff;
    color: #AB0E11;
}

.checkout-cart-index main#maincontent .cart-container:before {
    background: #323232;
}



.checkout-cart-index main#maincontent .cart-container .cart.main.actions a, .checkout-cart-index main#maincontent .cart-container .cart.main.actions button span {
    font-size: 1.4rem;
}

.checkout-cart-index main#maincontent .cart-container .cart.main.actions a, .checkout-cart-index main#maincontent .cart-container .cart.main.actions button {
    display: flex;
    align-items: center;
}

.checkout-cart-index main#maincontent .block.crosssell {
    max-width: 1200px;
    margin: 120px auto 50px auto;
}

.checkout-cart-index main#maincontent .block.crosssell .block-title.title strong {
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

.checkout-cart-index main#maincontent .block.crosssell .block-title.title {
    text-align: center;
    margin-bottom: 50px !important;
}

.checkout-cart-index main#maincontent .block.crosssell .block-title.title strong:after {
    content: "";
    width: 100px;
    height: 3px;
    display: block;
    background: #ab0e11;
    position: relative;
    left: 50%;
    margin-left: -50px;
    top: 15px;
}

.checkout-cart-index main#maincontent .block.crosssell .item.product.product-item {
    background: transparent;
}

.checkout-cart-index main#maincontent .block.crosssell .item.product.product-item .product-item-top {
    padding: 0px;
}

.checkout-cart-index main#maincontent .block.crosssell .item.product.product-item a.product-item-link {
    font-size: 1.6rem;
}


.checkout-cart-index main#maincontent .block.crosssell .item.product.product-item .product.details.product-item-details .price-box span {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}


.checkout-cart-index main#maincontent .block.crosssell .owl-nav {
        display:block !important;
        position: static !important;
    }



    .checkout-cart-index main#maincontent .block.crosssell .owl-nav .owl-next {
        position: absolute !important;
        right: 5px;
        top: 50% !important;
        width: 40px;
        height: 40px;
        margin-top: -70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #2a2a2a;
    }

    .checkout-cart-index main#maincontent .block.crosssell .owl-nav .owl-next:before {
        font-size: 38px;
        color: #fff;
    }


    .checkout-cart-index main#maincontent .block.crosssell .owl-nav .owl-prev {
        position: absolute !important;
        left: 5px;
        top: 50% !important;
        width: 40px;
        height: 40px;
        margin-top: -70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #2a2a2a;
    }

    .checkout-cart-index main#maincontent .block.crosssell .owl-nav .owl-prev:before {
        font-size: 38px;
        color: #fff;
    }




/* multishipping checkout page */


.multishipping-checkout_address-newshipping {
    background: #2a2a2a;
}

.multishipping-checkout_address-newshipping main#maincontent {
    background: transparent;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.multishipping-checkout_address-newshipping main#maincontent .page-title-wrapper {
    margin-bottom: 25px;
}

.multishipping-checkout_address-newshipping main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
}

.multishipping-checkout_address-newshipping main#maincontent form#form-validate > fieldset {
    background: #fff;
    padding: 30px 30px;
    border-radius: 15px;
}

.multishipping-checkout_address-newshipping main#maincontent form#form-validate > fieldset label {
    color: #000;
    margin-bottom: 5px;
}






/* one step checkout page */

.checkout-index-index {
    overflow: visible;
}

.checkout-index-index main#maincontent {
    max-width: inherit;
    background: #2a2a2a;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 15%;
    padding-right: 15%;
}

@media (min-width: 1024px), print {
    .checkout-index-index .cdz-opc-wrapper #checkoutSteps>li {
        margin: 0 40px 40px 0;
        /* width: calc(100%/2 - 40px); */
        width: calc(100% - 50px);
    }
}

.checkout-index-index .cdz-opc-wrapper #checkoutSteps>li {
    box-shadow: 0px 0px 18px #000;
    transition: 0.35s ease all;
    display: block !important;
    border-radius: 15px;
    overflow: hidden;
}

.checkout-index-index form#co-payment-form hr {
    display: none;
}

.checkout-index-index div#checkout-step-payment {
    margin-bottom: 0px;
}

.checkout-index-index div#checkout-step-payment form#co-payment-form > fieldset {
    margin-bottom: 0px;
}

.checkout-index-index .cdz-opc-wrapper #checkoutSteps>li:hover {
    box-shadow: 0px 0px 2px #000;
}

.checkout-index-index .cdz-opc-wrapper #checkoutSteps>li:hover .step-title {
    background: #AB0E11;
}

.checkout-index-index .cdz-opc-wrapper #checkoutSteps>li .step-title {
    transition: 0.35s ease all;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}


.checkout-index-index form#co-shipping-form {
    margin-top: 0px;
    max-width: 100%;
}


.checkout-index-index .page-wrapper .opc-sidebar {
    position: sticky;
    top: 70px;
    background: #000;
}

.checkout-index-index form#co-shipping-form label {color: #000;display: block;margin-bottom: 6px !important;}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary {
    color: #fff;
    background: #000;
    margin-bottom: 0px;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary span.title {
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .cdz-qty-box input {
    color: #fff;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .cdz-qty-box .plus:after {
    color: #fff;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .cdz-qty-box .minus:after {
    color: #fff;
}

.checkout-index-index .page-wrapper .opc-sidebar .minicart-items-wrapper span.price {
    color:#fff;
}


.checkout-index-index .page-wrapper .opc-sidebar .minicart-items-wrapper dl dt,.checkout-index-index .page-wrapper .opc-sidebar .minicart-items-wrapper dl dd {
    display: inline-block;
    font-size: 1.3rem;
    /* font-weight: 300; */
}

.checkout-index-index .page-wrapper .opc-sidebar .minicart-items-wrapper dl dd {
    margin-right: 20px !important;
    font-weight: 300;
}

.checkout-index-index .page-wrapper .opc-sidebar .minicart-items-wrapper dl {
    display: flex;
    margin-bottom: 0px;
    margin-top: 5px;
}

.checkout-index-index .cdz-opc-wrapper .opc-sidebar .discount-code .form-discount {
    flex-direction: column;
}

.checkout-index-index .cdz-opc-wrapper .opc-sidebar .discount-code .form-discount .payment-option-inner {
    width: 100%;
}

.checkout-index-index .cdz-opc-wrapper .opc-sidebar .discount-code .form-discount .payment-option-inner > .field {
    margin-bottom: 0px;
}

.checkout-index-index .cdz-opc-wrapper .opc-sidebar .discount-code .form-discount button.action.action-apply {
    margin-right: 0px;
    font-size: 1.2rem;
}

.checkout-index-index .cdz-opc-wrapper .opc-sidebar .discount-code .form-discount button.action.action-apply:hover {
    background: #AB0E11;
    color: #fff;
}

.checkout-index-index .checkout-agreement button span {
    color: #fff;
}

.checkout-index-index .cdz-opc-wrapper .opc-sidebar .discount-code .form-discount .payment-option-inner input {
    color: #fff;
}

.checkout-index-index textarea#osc_order_comment {
    color: #fff;
}

.checkout-index-index .actions-toolbar button.action.primary.checkout:hover {
    background: #AB0E11;
    color: #fff;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .minicart-items li {
    border-bottom: 1px solid rgb(255 255 255 / 38%);
    padding-bottom: 10px;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .minicart-items li:last-child {
    border: none;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart {
    margin-bottom: 10px;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .minicart-items li .details-qty.qty {
    position: absolute;
    right: 0px;
    top: 4px;
    z-index: 5;
    margin-top: 0px;
}


.checkout-index-index .opc-sidebar .minicart-items .product-item .product-item-details {
    padding-left: 10px;
}

.checkout-index-index .opc-block-summary .product-item .product-item-name {
    font-size: 13px;
    max-width: calc(100% - 35px);
}

.checkout-index-index .opc-block-summary .items-in-cart .product .product.options span {
    font-size: 12px;
    text-align: left;
}

.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .cdz-qty-box input {
    padding: 0px;
    width: 30px;
    height: 25px;
}

.checkout-index-index .cdz-qty-box .m-btn {width: 15px;height: 15px;border: 1px solid #fff !important;}

.checkout-index-index .cdz-qty-box .m-btn:first-child {
    right: 0px;
    bottom: -14px;
}

.checkout-index-index .cdz-qty-box .m-btn:last-child {
    bottom: auto;
    left: 0px;
    top: calc(100% + -1px);
}

.checkout-index-index .cdz-qty-box {
    padding-right: 0px;
}

.opc-block-summary .product-item .product-item-inner {
    width: calc(100% - 40px);
}


.cdz-opc-wrapper .opc-wrapper .shipping-address-item.selected-item {
    border-color: #AB0E11;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #AB0E11;
}


.checkout-index-index .cdz-opc-wrapper li#shipping .form-login button.action.login.primary {
    border-color: #000;
    font-size: 1.4rem;
}

.checkout-index-index .cdz-opc-wrapper li#shipping .form-login button.action.login.primary:hover {
    background: #000;
    color: #fff;
}

.checkout-index-index .cdz-opc-wrapper li#shipping .form-login a.action.remind {
    font-size: 1.2rem;
}

#co-payment-form .payment-method-title label span {
    font-size: 14px;
}

div#checkout-step-shipping_method td {
    font-size: 15px;
}



.payment-method-billing-address .billing-address-details {
    display: none;
}

.payment-method-billing-address .checkout-billing-address {
    border: none !important;
}

.payment-method-content .checkout-agreements button.action {border: none;padding: 0px;background: transparent;}

.payment-method-content .checkout-agreements button.action span {
    color: #000;
}

.payment-method-content .field .control._with-tooltip input {
    width: calc(100% - 50px);
    margin-right: 0px;
}




/* product compare page */


.catalog-product_compare-index main#maincontent {
    background: #2a2a2a;
}

.catalog-product_compare-index main#maincontent .page-title-wrapper {
    margin-top:25px;
}

.catalog-product_compare-index main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
}

.catalog-product_compare-index .action.print {
    color: #fff;
}

.catalog-product_compare-index .table-wrapper.comparison {
    border-radius: 15px;
}

.catalog-product_compare-index .table-wrapper.comparison th span {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 1px;
}


.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions .tocart.primary {
    height: auto;
    background: transparent;
    color: #fff;
    text-transform: inherit;
}

.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions {
    display: inline-flex;
    align-items: center;
    background: #000;
}


.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions .actions-secondary {
    background: #fff;
}

.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions .actions-secondary a:after {
    color: #000;
}

.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions .tocart.primary:hover {
    background: transparent;
}

.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions:hover {
    background: #fff;
}

.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions:hover button {
    color: #000 !important;
}

.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions .tocart.primary span:before {
    content:"";
    width: 22px;
    height: 22px;
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions:hover .tocart.primary span:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg) !important;
    background-size: cover !important;
}






/* custom contact page style */

.customform-index-index .page-title-wrapper{
    text-align:center;
    text-transform:uppercase
}
.customform-index-index .page-title-wrapper .page-title{
    margin-bottom: 50px;
    padding-top: 70px;
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}
.customform-index-index .form.contact{
    border:1px solid #e9eaec;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #b6b6b6;
}
.customform-index-index .form.contact .fieldset{
    margin-bottom:10px
}
.customform-index-index .column:not(.sidebar-additional) .form.contact{
    width:100%;
    min-width:0;
    padding: 20px;
}
.customform-index-index .contact-form-wrap label{
    color:#666
}
.customform-index-index .store-info{
    border:1px solid #e9eaec;
    background:#fff;
    border-radius: 15px;
    padding:10px 20px;
    box-shadow: 0px 0px 10px #b6b6b6;
}
.customform-index-index .store-info .block-title{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e1e1e1;
    width:100%;
    font:400 20px/1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
    font-weight:600;
    text-transform:uppercase;
    color:#000
}
.customform-index-index .store-info strong{
    color:#000;
    min-width: 85px;
    display:inline-block
}
.customform-index-index .store-info p,.customform-index-index .store-info li,.customform-index-index .store-info .items{
    margin-bottom:7px;
    font-size:12px
}
.customform-index-index .store-info [class*="icon"]:before,.customform-index-index .store-info .i-fax:before,.customform-index-index .store-info .i-store:before,.customform-index-index .store-info .i-time:before,.customform-index-index .store-info .i-mainstore:before,.customform-index-index .store-info .i-phone:before,.customform-index-index .store-info .i-email:before{
    display:inline-block;
    font:normal normal 14px/1 FontAwesome;
    vertical-align:middle;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:'\f017';
    padding-right:10px;
    margin-top:-4px;
    width:25px;
    color:#000
}
.customform-index-index .store-info .i-store:before,.customform-index-index .store-info .i-mainstore:before,.customform-index-index .store-info .i-phone:before{
    display:inline-block;
    font:normal normal normal 14px/1 'CodazonFont';
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:'\e997';
    speak:none
}
.customform-index-index .store-info .i-phone:before{
    content:'\e950'
}
.customform-index-index .store-info .i-time:before{
    content:'\f017'
}
.customform-index-index .store-info .i-fax:before{
    content:'\f1ac'
}
.customform-index-index .store-info .i-email:before{
    content:'\f003'
}
@media (min-width:1400px){
    .customform-index-index .form.contact,.customform-index-index .store-info.block{
        padding:20px
    }
}

.customform-index-index main#maincontent {
    background: #2a2a2a;
}

.contact-map-wrap .google-map-wrap {
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #b6b6b6;
}

div#contact-container {
    margin-bottom: 120px;
}

div#contact-container .contact-map-wrap {
}

.customform-index-index .form.contact label {
    color: #000;
    margin-bottom: 6px;
}

.customform-index-index .form.contact input, .customform-index-index .form.contact textarea {
    border-color: #8f8f8f;
    background: #8f8f8f;
    color: #fff;
    transition: 0.35s ease all;
}

.customform-index-index .form.contact input:focus, .customform-index-index .form.contact textarea:focus {
    background: #fff;
    color:#000;
}

.customform-index-index .form.contact .field.telephone {
    width: 50%;
}

.customform-index-index .form.contact .actions-toolbar .primary button {
    background: #AB0E11;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Averta';
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
}

.customform-index-index .form.contact .actions-toolbar .primary button:hover {
    background: #000;
}

.customform-index-index .form.contact .actions-toolbar {
    display: flex;
    width: 100%;
    align-items: center;
}

.customform-index-index .form.contact .actions-toolbar .primary {width: 180px;}

.customform-index-index .form.contact .actions-toolbar .secondary {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.customform-index-index .form.contact .actions-toolbar .secondary label {
    display: none;
}

.customform-index-index .store-info .contactInfo p {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.customform-index-index .store-info .contactInfo p:nth-child(1):before {
    content: "\e60a";
    font-family: 'icons-blank-theme';
    font-size: 26px;
    color: #000;
}


.customform-index-index .store-info .contactInfo p:nth-child(2):before {
    content: "\e612";
    font-family: 'icons-blank-theme';
    font-size: 26px;
    color: #000;
}

.customform-index-index .store-info .contactInfo p:nth-child(3):before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
}


.customform-index-index .store-info .contactInfo p:nth-child(4):before {
    content: "\e61d";
    font-family: 'icons-blank-theme';
    font-size: 26px;
    color: #000;
}

.customform-index-index .store-info .contactInfo p:nth-child(3) {
    margin-top: 7px;
    margin-bottom: 7px;
}


.customform-index-index .related-block-title {
    max-width: 1200px;
    margin: 0 auto 25px;
    border-bottom: 2px solid #fff;
    padding-bottom: 0px;
}

.customform-index-index .related-block-title strong {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Averta';
    text-transform: uppercase;
    border-bottom: 5px solid #AB0E11;
    margin-bottom: -2px;
    display: inline-block;
    padding-bottom: 10px;
}



.customform-index-index .cdz-product-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 100px auto;
}

.customform-index-index .cdz-product-wrap strong.product.name.product-item-name {
    text-align:center;
}

.customform-index-index .brand-slider-wrapper {
    background: #202020;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: -20px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.customform-index-index .brand-slider-wrapper .owl-nav {
    display: none;
}

.customform-index-index .brand-slider-wrapper .brand-item {
    border-radius: 10px;
    overflow: hidden;
}

.customform-index-index .brand-slider-wrapper .brand-item img {
    opacity: 0.7;
    transition: 0.3s ease all;
}

.customform-index-index .brand-slider-wrapper .brand-item:hover img {
    opacity: 1;
}


.customform-index-index .cdz-product-wrap .owl-nav:not(.disabled) {
    display: flex;
    width: 100%;
    justify-content: center;
}
.customform-index-index .cdz-product-wrap .owl-nav .owl-prev {
    position: relative;
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.customform-index-index .cdz-product-wrap .owl-nav .owl-next {
    position: relative;
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.customform-index-index .cdz-product-wrap .owl-nav .owl-prev span {
    display: none;
}

.customform-index-index .cdz-product-wrap .owl-nav .owl-next span {
    display:none;
}

.customform-index-index .swatch-attribute {
    text-align: center !important;
    padding-right: 8px;
}



/* page 404 styles */

.cms-no-route main#maincontent {
    background: #2a2a2a;
    padding-bottom: 100px;
    padding-top: 100px;
}

.cms-no-route .page-title-wrapper {
    display: none;
}

.cms-no-route .pageNotFound img {
    margin: 0 auto;
}

.cms-no-route .pageNotFound {
    text-align: center;
}

.cms-no-route .pageNotFound a {
    background: #AB0E11;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Averta';
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 50px;
    transition: 0.35s ease all;
    transform: rotateZ(-6deg);
    margin-top: 40px;
}

.cms-no-route .pageNotFound a:hover {
    background: #fff;
    color: #000 !important;
    transform: rotateZ(0deg);
}





/* advanced search page */


.catalogsearch-advanced-index main#maincontent {
    background: #2a2a2a;
    padding-bottom: 50px;
    padding-top: 50px;
}

.catalogsearch-advanced-index .breadcrumbs {
    display: none;
}

.catalogsearch-advanced-index main#maincontent .page-title-wrapper h1 {
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
}

.catalogsearch-advanced-index .form.search.advanced {
    border-radius: 15px;
    box-shadow: 0px 0px 30px #000;
    transition: 0.35s ease all;
}

.catalogsearch-advanced-index .form.search.advanced:hover {
    box-shadow: 0px 0px 5px #000;
}

.catalogsearch-advanced-index .form.search.advanced label {
    color: #000;
    margin-bottom: 6px;
}

.catalogsearch-advanced-index .form.search.advanced .field.name {
    max-width: 60%;
    float: left;
    width: 100%;
    padding-right: 5px;
}

.catalogsearch-advanced-index .form.search.advanced .field.sku {
    max-width: 40%;
    width: 100%;
    float: left;
    padding-left: 5px;
}

.catalogsearch-advanced-index .form.search.advanced input, .catalogsearch-advanced-index .form.search.advanced select {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
    transition: 0.35s ease all;
}

.catalogsearch-advanced-index .form.search.advanced input:focus {
    background: #fff;
    color: #2a2a2a;
}

.catalogsearch-advanced-index .form.search.advanced .actions-toolbar button {
    background: #AB0E11;
    color: #fff;
}

.catalogsearch-advanced-index .form.search.advanced .actions-toolbar {display: flex;justify-content: center;}

.catalogsearch-advanced-index .form.search.advanced .actions-toolbar button:hover {
    background: #000;
}






/* about us page styles */

 

.cms-about-us main#maincontent {
    background: #2a2a2a;
}

.cms-about-us .breadcrumbs {
    display: none;
}

.cms-about-us .page-title-wrapper {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    text-align: center;
}

.cms-about-us .page-title-wrapper h1 {
    color: #fff;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    font-size: 2.5rem;
}

.cms-about-us .page-title-wrapper h1:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #ab0e11;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -50px;
    top: 15px;
}

.cms-about-us main#maincontent .aboutus-page {
    background: transparent;
    max-width: 1250px;
    margin: 0 auto;
}

.cms-about-us main#maincontent .aboutus-title.text-center h2 {
    color: #fff;
}

.cms-about-us main#maincontent .aboutus-subtitle p {
    color: #c1c1c1;
    font-weight: 300;
}

.cms-about-us .aboutus-page > .aboutus-box:last-child {
    margin-top: 100px;
}

.cms-about-us .aboutus-page .aboutus-titlesmall h3 {
    padding-left: 20px;
    font-size: 2rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cms-about-us .aboutus-desc {
    color: #fff;
}

.cms-about-us .aboutus-desc p {
    
    font-weight:300;
}

.cms-about-us .aboutus-desc strong, .aboutus-desc ul li {
    color:#fff;
}
.cms-about-us .aboutus-desc ul li {
    color:#fff;
    font-weight:300;
}

.cms-about-us .aboutus-page > .aboutus-box:last-child .col-sm-12:last-child {
    margin-top: 20px;
}






/* account page styles */


.accountWishCompContainer > p {
    display: none;
}

.accountWishCompContainer {
    display: flex;
    margin-top: 50px;
}

.accountWishCompContainer .block-compare {
    width: 49%;
}

.accountWishCompContainer .block-wishlist {
    width: 49%;
    margin-left: 2%;
}

.customhome .accountWishCompContainer .block-compare .product-items-names .product-item {
    position: relative;
}

#my-orders-table {
    position: relative;
}

.account main#maincontent {
    background: #2a2a2a;
    padding-top: 60px;
    padding-bottom: 60px;
}

.account main#maincontent .page-title-wrapper {
    margin-bottom: 30px;
}

.account main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
}

.account main#maincontent .sidebar-main {
    position: sticky;
    top: 70px;
}

.account main#maincontent .sidebar-main div#account-nav {
    background: transparent;
}

.account main#maincontent .sidebar-main div#account-nav ul.nav.items li a {
    color: #fff;
    font-size: 1.8rem;
}

.account main#maincontent .sidebar-main div#account-nav ul.nav.items li a:hover {
    color:#AB0E11;
}

.account main#maincontent .sidebar-main div#account-nav ul.nav.items li strong {
    color:#AB0E11;
}

.account main#maincontent .block-dashboard-info {
    border-radius: 15px;
    box-shadow: 0px 4px 6px #818181;
}

.account main#maincontent .block-dashboard-addresses {
    border-radius: 15px;
    box-shadow: 0px 4px 6px #818181;
}

.accountWishCompContainer > .block {
    border-radius: 15px !important;
    box-shadow: 0px 4px 6px #818181 !important;
}

.accountWishCompContainer > .block .actions-toolbar {
    display: flex;
    align-items: center;
}

.accountWishCompContainer > .block.block-compare .actions-toolbar .primary {
    margin-top: 0px;
}

.accountWishCompContainer > .block.block-compare .actions-toolbar .primary a {
    background:#AB0E11;
    color: #fff;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.accountWishCompContainer > .block.block-compare .actions-toolbar .primary a:hover {
    background: #000;
}

.accountWishCompContainer > .block-wishlist .actions-toolbar .primary a {
    border: 1px solid #cdcdcd;
    background: #AB0E11;
    color: #fff;
    font-family: 'Roboto';
    letter-spacing: 1px;
    font-style: normal;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.accountWishCompContainer > .block-wishlist .actions-toolbar .primary a:before {
    content: "";
}

.accountWishCompContainer > .block-wishlist .actions-toolbar .primary a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}


.accountWishCompContainer > .block-wishlist .product-items .product-item-details {
    margin-left: 110px;
}

.accountWishCompContainer > .block-wishlist span.product-image-container {
    width: 100px !important;
}

.accountWishCompContainer .block-compare .product-item .product-item-name {
    margin-left: 0px;
    padding-left: 25px;
}


.accountWishCompContainer .block-compare .product-item .product-item-name a:before {
    content:"";
    width: 8px;
    height: 8px;
    background: #000;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
}

.accountWishCompContainer .block-compare .product-item .product-item-name a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.accountWishCompContainer > .block strong.product-item-name a span {
    font-size: 1.6rem;
}

.accountWishCompContainer > .block-wishlist strong.product-item-name a {min-height: auto !important;}

.accountWishCompContainer > .block-wishlist strong.product-item-name {
    line-height: 16px;
}

.accountWishCompContainer > .block-wishlist .action.delete {
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin-left: 8px;
}


.account {
    overflow: visible;
}

.accountWishCompContainer a.action.tocart.primary span {
    font-size: 1.3rem;
}

.accountWishCompContainer .price-box.price-final_price {
    justify-content: flex-end;
}

.accountWishCompContainer ol#wishlist-sidebar {
    max-height: 225px;
    overflow: auto;
    position: relative;
}



/* account wishlist */

.wishlist-index-index .products-grid.wishlist {background: transparent;padding-left: 0px;padding-right: 0px;padding-bottom: 0px;border: none;}

.wishlist-index-index .products-grid.wishlist .product-item {
    background: transparent;
    border: 1px solid;
    padding: 0px;
    border-radius: 15px;
}

.wishlist-index-index .products-grid.wishlist .product-item a.product-item-photo {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.wishlist-index-index .products-grid.wishlist .product-item strong.product-item-name a {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    line-height: 18px;
}

.wishlist-index-index .products-grid.wishlist .product-item .price-box p span {
    color: #fff;
    font-size: 2rem;
    font-style: italic;
    font-family: 'Averta';
    font-weight: 700;
}

.wishlist-index-index .products-grid.wishlist .product-item .price-box p {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.wishlist-index-index .products-grid.wishlist .product-item .price-box p span.old-price {
    text-decoration-color: #AB0E11;
    
}

.wishlist-index-index .products-grid.wishlist .product-item .price-box p span.old-price span {
    color:#ccc;
}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart label {
    display:none;
}

.wishlist-index-index .products-grid.wishlist .product-item button.action.tocart.primary {
    font-size: 1.28rem;
    text-transform: inherit;
    padding: 6px 25px;
}

.wishlist-index-index .products-grid.wishlist .product-item button.action.tocart.primary span:before {
    content: "" !important;
    width: 20px;
    height: 20px;
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
}

.wishlist-index-index .products-grid.wishlist .product-item button.action.tocart.primary span {
    display: flex;
    align-items: center;
}

.wishlist-index-index .products-grid.wishlist .product-item:nth-child(4n) {
    margin-left: calc((100% - 4 * 24.439%) / 3);
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-info {
    width: 100%;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .field.comment-box textarea {
    background: #fff;
    color: #000;
    border-radius: 5px;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .field.qty input {
    background: #fff;
    border-radius: 5px;
    height: 34px;
}

.wishlist-index-index form.form-wishlist-items .actions-toolbar button {
    border-radius: 12px;
    background: #AB0E11;
    border-color:#AB0E11;
    color:#fff;
}

.wishlist-index-index form.form-wishlist-items .actions-toolbar button:hover {
    background:#000;
    border-color:#000;
}


.wishlist-index-index .product-item .tooltip.wrapper.product-item-tooltip {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 8;
}

.wishlist-index-index .product-item .tooltip.wrapper.product-item-tooltip .action.details:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 25px;
    position: relative;
    right: 15px;
    top: 10px;
}

.wishlist-index-index .product-item .tooltip.wrapper.product-item-tooltip > span {
    font-size: 0px;
}


.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner {
    position: relative;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner > .product-item-actions {position: absolute;bottom: -35px;display: flex;width: calc(100% - 20px);align-items: center;justify-content: space-between;}

.wishlist-index-index .products-grid.wishlist .product-item {
    padding-bottom: 20px;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a {
    position: relative;
    width: 25px;
    height: 25px;
    top: auto !important;
    bottom: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a:before {
    color: #fff !important;
    font-size: 20px !important;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a:hover {
    background: transparent !important;
}



.account .column.main .toolbar {
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #fff;
    padding: 0px;
    padding-bottom: 5px;
}

.account .column.main .toolbar select {
    color: #fff;
    border: none;
    padding-left: 0px;
}

.account .column.main .toolbar select option {
    color: #000;
}




/* address book */

.customer-address-form .form-address-edit {
    border-radius: 15px;
    box-shadow: 0px 4px 6px #818181 !important;
}

.customer-address-form .form-address-edit legend.legend span {
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
}

.customer-address-form .form-address-edit label {
    color: #000;
    margin-bottom: 6px !important;
}

.customer-address-form div.field.street > div > div.field.primary {
    margin:0px;
}

.customer-address-form .form-address-edit input {
    background: #8f8f8f;
    color: #fff;
    transition: 400ms ease all;
}


.customer-address-form .form-address-edit select {
    background: #8f8f8f;
    color: #fff;
}

.customer-address-form .form-address-edit input:focus {
    background: #fff;
    border-color: #2a2a2a;
    color: #2a2a2a;
}

.customer-address-form .form-address-edit .actions-toolbar .primary button {
    background: #AB0E11 !important;
    color:#fff !important;
}

.customer-address-form .form-address-edit .actions-toolbar .primary button:hover {
    background:#000 !important;
}





/* account information */

.customer-account-edit .form-edit-account {
    border-radius: 15px !important;
    box-shadow: 0px 4px 6px #818181 !important;
    margin-top: 18px;
}

.customer-account-edit .form-edit-account legend.legend span {
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    font-size:2rem;
}

.customer-account-edit .form-edit-account legend.legend {
    border-color: #000 !important;
}



.customer-account-edit .form-edit-account label {
    color: #000;
    margin-bottom: 6px !important;
}
.customer-account-edit .form-edit-account input {
    background: #8f8f8f;
    color: #fff;
    transition: 400ms ease all;
}
.customer-account-edit .form-edit-account input:focus {
    background: #fff;
    border-color: #2a2a2a;
    color: #2a2a2a;
}
.customer-account-edit .form-edit-account .actions-toolbar .primary button {
    background: #AB0E11 !important;
    color:#fff !important;
}

.customer-account-edit .form-edit-account .actions-toolbar .primary button:hover {
    background:#000 !important;
}




/* newsletter subscription */

.newsletter-manage-index .form-newsletter-manage {
   border-radius: 15px !important;
    box-shadow: 0px 4px 6px #818181 !important;
    margin-top: 18px; 
}


.customer-account-edit .form-edit-account legend.legend span {
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    font-size:2rem;
}

.newsletter-manage-index .form-newsletter-manage legend.legend {
    border-color: #000 !important;
}
.newsletter-manage-index .form-newsletter-manage input {
    background: #2a2a2a;
    color: #fff;
    transition: 400ms ease all;
}
.newsletter-manage-index .form-newsletter-manage input:focus {
    background: #fff;
    border-color: #2a2a2a;
    color: #2a2a2a;
}
.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary button {
    background: #AB0E11 !important;
    color:#fff !important;
}

.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary button:hover {
    background:#000 !important;
}




/* account privacy settings */


.privacy-settings-index .block-title strong {
    font-family: 'Averta' !important;
    font-weight: 700 !important;
    font-style: italic !important;
    letter-spacing: 1px !important;
    font-size: 2rem !important;
}

.privacy-settings-index .block-title {
    border-color: #000 !important;
}


.privacy-settings-index .actions-toolbar .primary button {
    background: #AB0E11 !important;
    color:#fff !important;
    border-color:#AB0E11;
}

.privacy-settings-index .actions-toolbar .primary button:hover {
    background:#000 !important;
    border-color:#000;
}



/* my order */

.account main#maincontent .block-dashboard-orders {
    border-radius: 15px;
    box-shadow: 0px 4px 6px #818181;
}

.account main#maincontent .block-dashboard-orders th {
    font-size: 1.4rem;
    color: #000;
}

.sales-order-history .table-wrapper.orders-history {
    border-radius: 15px;
    box-shadow: 0px 4px 6px #818181;
}


.sales-order-history .table-wrapper.orders-history th {
    font-size: 1.4rem;
    color: #000;
}






/* order success page style */


.checkout-onepage-success main#maincontent {
    background: #2a2a2a;
    padding-top: 100px;
    color: #fff;
}

.checkout-onepage-success main#maincontent .page-title-wrapper {
    text-align: center;
}

.checkout-onepage-success main#maincontent .page-title-wrapper a {
    display: none;
}

.checkout-onepage-success main#maincontent .page-title-wrapper h1 {
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
}

.checkout-onepage-success main#maincontent a {
    color: #fff;
    text-decoration: underline;
}

.checkout-onepage-success main#maincontent a.action.primary.continue {
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
}



.loading-mask {
    background: rgb(238 238 238 / 92%);
}




/* mega menu styles */


.menuParent .catList {
    max-width: 60%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    height: 100%;
    position: absolute !important;
    left: 40%;
    align-items: center;
}

.menuParent .groupmenu-drop > .menuProduct {
    max-width: 40%;
    width: 100%;
    float: left;
    display: flex;
    height: 100%;
}

.menuParent > ul.groupmenu-drop {
    min-width: 800px;
}

.menuProduct .product-item-top span.product-image-container img {
    border-radius: 0px;
}


.brandsParent ul.groupmenu-drop {
    max-height: 500px;
    overflow: auto;
}

.brandsParent ul.groupmenu-drop a.brand-link {border-radius: 15px;/* padding: 0px !important; */position: relative;box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);transition: 0.35s ease all;}

.brandsParent ul.groupmenu-drop a.brand-link img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.brandsParent ul.groupmenu-drop a.brand-link:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(42 42 42 / 15%);
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: 0.35s ease all;
}

.brandsParent ul.groupmenu-drop a.brand-link:hover {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 40%);
}

.brandsParent ul.groupmenu-drop a.brand-link:hover:before {
    width: 0px;
    
}







/* cookie bar styling */

.amgdprjs-bar-template {
    max-width: 800px;
    box-shadow: 6px -6px 10px rgb(171 14 17 / 45%);
    z-index: 999 !important;
    position: fixed !important;
}

.amgdprjs-bar-template .amgdprcookie-policy {
    padding-right: 40px;
}

.amgdprjs-bar-template button.amgdprcookie-button {
    flex-basis: 40% !important;
}


.amgdprjs-bar-template p.amgdprcookie-policy a {
    text-decoration:underline;
}

.amgdprcookie-groups-modal .modal-inner-wrap {
    background: #2a2a2a;
}

.amgdprcookie-groups-modal .modal-inner-wrap header.modal-header {
    display: none;
}

.amgdprcookie-groups-modal .modal-inner-wrap .modal-content {
    padding-top: 20px;
    border: 1px solid #AB0E11;
    margin: 10px;
    padding-bottom: 20px;
}

p.amgdprcookie-description {
    color: #fff;
}

form#amgdprcookie-form .amgdprcookie-header h3 {
    color: #fff;
    font-family: 'Averta';
    font-style: italic;
    letter-spacing: 1px;
}

form#amgdprcookie-form p.amgdprcookie-text {
    color: #fff;
    font-weight: 300;
}

form#amgdprcookie-form .amgdprcookie-cookie-container a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.amgdprcookie-buttons-block button {
    background:#AB0E11 !important;
    box-shadow:none;
}



table.amgdprcookie-table {
    color: #ffffffbf;
    font-weight: 300;
}

button.amgdprcookie-done {
    background:#AB0E11 !important;
    box-shadow:none !important;
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
    background:#AB0E11 !important;
}


.amgdprcookie-form-container {
    overflow: hidden !important;
}


/* privacy styles in account */

.gdpr-customer-settings .amgdpr-checkbox-container {
    max-width: 100%;
    width: calc(50% - 80px);
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-label {
    width: 100%;
    background: #000;
    border-color: #000;
}

.gdpr-customer-settings .amgdpr-checkbox-container .block.amgdpr-block {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 0px 1000px #000 !important;
    border-radius: 15px !important;
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-label:hover {
    border: 2px solid #fff;
    box-shadow: 0 5px 10px #fff;
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-checkbox + .amgdpr-label.-policy:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/policy_active.svg) no-repeat center;
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-label.-download:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/download_active.svg) no-repeat center;
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/anonymise_active.svg) no-repeat center;
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-label.-delete:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/delete_active.svg) no-repeat center;
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label {
    border: 2px solid #AB0E11;
    box-shadow: 0 5px 10px #AB0E11;
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
    background-color:#AB0E11;
}

.gdpr-customer-settings .amgdpr-checkbox-container > .amgdpr-label > span {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    letter-spacing: 1px;
}

.gdpr-customer-settings .amgdpr-checkbox-container .block.amgdpr-block a {
    color: #000;
}

.gdpr-customer-settings .amgdpr-checkbox-container .block.amgdpr-block p {
    color: #000;
}

.gdpr-customer-settings .amgdpr-checkbox-container .block.amgdpr-block button {
    background: #000;
    color: #fff;
}

.gdpr-customer-settings .amgdpr-checkbox-container .block.amgdpr-block button:hover {
    background:#AB0E11;
}

.gdpr-customer-settings .amgdpr-checkbox-container .block.amgdpr-block label {
    color: #000;
    margin-bottom: 6px;
}

.gdpr-customer-settings .amgdpr-checkbox-container .block.amgdpr-block input:focus {
    background: #fff;
    border-color: #2a2a2a;
}
.gdpr-customer-settings .amgdpr-checkbox-container .block.amgdpr-block input {
    background: #8f8f8f;
    color: #000;
    transition: 0.35s ease all;
}





/* Blog page styling */


.blog-page main#maincontent {
    background: #2a2a2a;
}

.blog-page .breadcrumbs {
    background: #2a2a2a;
    border-bottom: 1px solid;
    max-width: 1580px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.blog-page .page-wrapper {
    background: #2a2a2a;
}



.blog-page .breadcrumbs > ul {
    padding-left: 0px;
    color: rgb(255 255 255 / 80%);
}

.blog-page .breadcrumbs > ul li a {
    color: rgb(255 255 255 / 80%) !important;
    margin-right: 5px;
    font-weight: 300;
}

.blog-page .breadcrumbs > ul li strong {
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
}

.blog-page main#maincontent .page-title-wrapper {
    margin-top: 50px;
    margin-bottom: 40px;
}

.blog-page main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    letter-spacing: 1px;
}






.blog-page main#maincontent ol.post-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.blog-page main#maincontent ol.post-list li.post-holder {
    margin: 0px !important;
}

.blog-page main#maincontent ol.post-list li.post-holder {
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 0px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px #000;
    transition: 0.35s ease all;
    position: relative;
    padding-bottom: 41.25px;
}

.blog-page main#maincontent .column.main {
    width:100%;
}

.blog-page main#maincontent ol.post-list li.post-holder:nth-child(3n) {
    margin-right: 0px;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner {
    flex-direction: column;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .col-sm-9 {
    width: 100%;
}

li.post-holder.post-holder-141 {}

.blog-page main#maincontent ol.post-list li.post-holder:hover {
    box-shadow: 0px 0px 0px 0px #000;
    transform: scale(0.98);
}



.blog-page main#maincontent ol.post-list li.post-holder a.post-img img {
    position: absolute;height: 100%;width: 100%;left: 0px;top: 0px;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .col-sm-15 {
    width: 100%;
    padding: 20px 30px 10px 30px;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .col-sm-15 .post-date {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    width: 110px;
    text-align: center;
    top: 6px;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .col-sm-15 h3.post-title {
    padding-right: 120px;
    margin-bottom: 4px;
    line-height: 26px;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .col-sm-15 h3.post-title a {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    transition: 0.35s ease all;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .col-sm-15 h3.post-title a:hover {
    color:#AB0E11;
}


.blog-page main#maincontent ol.post-list li.post-holder .post-inner .col-sm-15 .post-info .post-categories:before {
    top: 6px;
    font-size: 12px;
    color: #000;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .col-sm-15 .post-info .post-categories a {
    font-size: 13px;
    color: #000;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .post-description * {
    color: #000 !important;
    font-weight: 300;
    font-size: 1.5rem;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .post-footer {
    border-top: 1px dashed #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: calc(100% - 40px);
    padding-bottom: 10px;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .post-footer a {
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 0px;
}


.blog-page main#maincontent form#blog_search_mini_form label {
    display: none;
}

.blog-page main#maincontent form#blog_search_mini_form {
    display: flex;
}

.blog-page main#maincontent form#blog_search_mini_form .field.search {
    margin-bottom: 0px;
}

.blog-page main#maincontent form#blog_search_mini_form .field.search input {
    height: 38px;
    width: 350px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
}


.blog-page main#maincontent ol.post-list li.post-holder .post-inner .post-footer .addthis_toolbox a i {
    font-family: 'FontAwesome';
    font-style: unset;
    font-size: 18px;
}

.blog-page main#maincontent ol.post-list li.post-holder .post-inner .post-footer .addthis_toolbox a {
    margin-left:10px;
}

.blog-page main#maincontent .toolbar.toolbar-blog-posts {
    background: transparent;
    border: none;
    text-align: center;
}

.blog-page main#maincontent .toolbar.toolbar-blog-posts ul.items.pages-items li {
    border-radius: 5px;
    margin-left: 4px;
    margin-right: 4px;
}

.blog-page main#maincontent .toolbar.toolbar-blog-posts ul.items.pages-items li strong, .blog-page main#maincontent .toolbar.toolbar-blog-posts ul.items.pages-items li a {
    border-radius: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .blog-page .breadcrumbs {
        max-width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 1199px) {
    .blog-page .breadcrumbs {
        max-width: calc(100% - 40px);
    }
}


/* blog post view */

.blog-post-view .widget.block.blog-search {
    display: none;
}

.blog-post-view main#maincontent > .columns {
    max-width: 1100px;
}

.blog-post-view .page-title-wrapper {
    max-width: 1100px !important;
    margin-top: 0px !important;
    text-align: center;
}

.blog-post-view .breadcrumbs {
    max-width: 100%;
    text-align: center;
    border: none;
    margin-top: 70px;
    padding-bottom: 0px;
}

.blog-post-view main#maincontent .page-title-wrapper h1:after {
    left: 50%;
    margin-left: -50px;
    bottom: -15px;
}

.blog-post-view .post-holder {
    background: transparent;
    border: none;
}

.blog-post-view .post-holder .post-top img {
    width: 100%;
    border-radius: 20px;
}

.blog-post-view .post-holder .item.post-date {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
}

.blog-post-view .post-holder .item.post-categories a {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
}

.blog-post-view .post-holder .item.post-categories:before {
    color: #fff;
    top: 3px;
}

.blog-post-view .post-holder .post-content * {
    color: #fff;
    font-weight: 300;
}

.blog-post-view .post-holder .post-bottom .post-nextprev {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    border-top: 1px solid;
    padding-top: 35px;
}

.blog-post-view .post-holder .post-bottom .post-nextprev > div {
    width: 50%;
}

.blog-post-view .post-holder .post-bottom .post-nextprev .post-next {
    display: flex;
    justify-content: flex-end;
}

.blog-post-view .post-holder .post-bottom .post-nextprev a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    transition:0.35s ease all;
}

.blog-post-view .post-holder .post-bottom .post-nextprev a span {font-size: 1.4rem;font-weight: 300;font-style: initial;margin-right: 10px;}

.blog-post-view .post-holder .post-bottom .post-nextprev .post-next a {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    
}

.blog-post-view .post-holder .post-bottom .post-nextprev .post-next a span {
    margin-left: 20px;
}

.blog-post-view .post-holder .post-bottom .post-nextprev a:hover {
    color:#AB0E11;
}

.blog-post-view .post-holder .post-bottom .post-nextprev a:hover span {
    color:#fff;
}

.blog-post-view .post-holder .addthis_toolbox a i {
    font-family: 'FontAwesome';
    font-style: unset;
    color: #fff;
    font-size: 2rem;
    transition:0.35s ease all;
}

.blog-post-view .post-holder .addthis_toolbox a {
    margin-left: 15px;
    
}

.blog-post-view .post-holder .addthis_toolbox a:hover i{
    color:#AB0E11;

}





/* faq page styles */


.loffaq-index-index main#maincontent {
    background: #2a2a2a;
}

.loffaq-index-index main#maincontent .columns {
    max-width: 1200px;
}

.loffaq-index-index main#maincontent .page-title-wrapper {
    max-width: 1200px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.loffaq-index-index main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
}

.loffaq-index-index main#maincontent .loffaq-search-wrapper .loffaq-search {margin-left: 0px;}


.loffaq-index-index main#maincontent .loffaq-search-wrapper .loffaq-search .main-form input {border-radius: 8px;color: #fff;}

.loffaq-index-index main#maincontent .loffaq-search-wrapper .loffaq-search .main-form input:focus {
    border-color: #fff;
}

.loffaq-index-index main#maincontent .loffaq-search-wrapper .loffaq-search button {
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Averta';
    letter-spacing: 1px;
    transition: 0.35s ease all;
    border: 1px solid #fff;
    line-height: 34px;
    width: 114px;
}

.loffaq-index-index main#maincontent .loffaq-search-wrapper .loffaq-search button:hover {
    background: #ab0e11;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.loffaq-index-index #faqpage h3.faqcat-title {border: none;margin-bottom: -2px;color: #fff;font-size: 2.2rem;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;display: inline-block;border-bottom: 5px solid #ab0e11;padding-left: 42px;}

.loffaq-index-index #faqpage h3.faqcat-title i.line {
    display: none;
}

.loffaq-index-index #faqpage .faqcat-block > a {
    border-bottom: 2px solid #fff !important;
    display: block;
    margin-bottom: 2.5em;
    position: relative;
}

.loffaq-index-index #faqpage h3.faqcat-title small.pull-right {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0px;
    height: calc(100% + 10px);
    background: #ab0e11;
    line-height: 45px;
    width: 42px;
    text-align: center;
    bottom: 0;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-heading {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: 0.35s ease all;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-heading h4.panel-title {
    font-size: 18px;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-heading h4.panel-title i {
    color: #2a2a2a;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-heading h4.panel-title a {
    color: #2a2a2a;
    transition: 0.35s ease all;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-heading.active {
    background: #ab0e11;
    border-color: #ab0e11;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-heading.active h4.panel-title i {
    color: #fff;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-heading.active h4.panel-title a {
    color: #fff;
}

.loffaq-index-index #faqpage .faqcat-block {
    margin-bottom: 100px;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-body * {
    color: #fff;
    font-weight: 300;
}


.loffaq-index-index main#maincontent .loffaq-search-wrapper .loffaq-search .lofsearch-loader {
    right: 0px;
    width: 95px;
    height: 36px;
    top: 0px;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
}

.loffaq-index-index main#maincontent #faqpage {
    margin-top: 60px;
    padding-top: 15px;
}

.loffaq-index-index main#maincontent span#faqsearch-result {
    color: #fff;
    letter-spacing: 1px;
}

.loffaq-index-index #faqpage .faqcat-posts .panel .panel-body {
    color: #fff;
    font-weight: 300;
}



/* faq category page */

.loffaq-category-view main#maincontent {
    background: #2a2a2a;
    padding-top: 5px;
    padding-bottom: 50px;
}

.loffaq-category-view .breadcrumbs {
    background: #2a2a2a;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

.loffaq-category-view main#maincontent .fatcat-meta {
    display:none;
}



.loffaq-category-view main#maincontent .question-list .panel .panel-heading{
    background: #ab0e11;
    border-color: #ab0e11;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: 0.35s ease all;
    
}

.loffaq-category-view main#maincontent .question-list .panel .panel-heading.collapsed {
    background: #fff;
    border-color:#fff;
}


.loffaq-category-view main#maincontent .question-list h4.panel-title {
    font-size: 18px;
    
}

.loffaq-category-view main#maincontent .question-list .panel .panel-heading.collapsed h4.panel-title i {
    color: #2a2a2a;
}

.loffaq-category-view main#maincontent .question-list .panel .panel-heading.collapsed h4.panel-title i:before {
    content: "\f067";
}

.loffaq-category-view main#maincontent .question-list .panel .panel-heading h4.panel-title i:before {
    content: "\f068";
}

.loffaq-category-view main#maincontent .question-list .panel .panel-heading h4.panel-title i {
    color: #fff;
}

.loffaq-category-view main#maincontent .question-list h4.panel-title a {
    color: #fff;
    transition: 0.35s ease all;
}

.loffaq-category-view main#maincontent .question-list .panel .panel-heading.collapsed h4.panel-title a {
    color: #2a2a2a;
}


.loffaq-category-view main#maincontent .question-list .panel .panel-body * {
    color: #fff;
    font-weight: 300;
}

.loffaq-category-view main#maincontent .columns {
    max-width: 1100px;
}

.loffaq-category-view main#maincontent .page-title-wrapper {
    max-width: 1100px;
    text-align: center;
    margin-bottom: 70px;
}

.loffaq-category-view main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    letter-spacing: 1px;
    font-size: 5rem;
}

.loffaq-category-view main#maincontent .page-title-wrapper h1:after {
    content: "";
    width: 100px;
    height: 4px;
    background: #ab0e11;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -50px;
    top: 15px;
}

.loffaq-category-view .page-wrapper {
    background:#2a2a2a;
}

.loffaq-category-view .breadcrumbs ul li a, .loffaq-category-view .breadcrumbs ul li strong {
    color: rgb(255 255 255 / 70%) !important;
    font-size: 1.5rem;
    margin-right: 5px;
    font-weight: 300;
}

.loffaq-category-view #faqpage .faqcat-posts .panel .panel-body {
    color: #fff;
    font-weight: 300;
}




/* customer login page styles */


.customer-account-login main#maincontent {
    background: #2a2a2a;
    padding-top: 50px;
    padding-bottom: 100px;
}

.customer-account-login main#maincontent .page-title-wrapper {
    margin-bottom: 20px;
}

.customer-account-login main#maincontent .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
    letter-spacing: 1px;
}

.customer-account-login main#maincontent .page-title-wrapper h1:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #ab0e11;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -50px;
    top: 15px;
}

.social-btn .btn-social.btn-google {
    background: #ab0e11;
}

.customer-account-login main#maincontent .login-container {
    background: #000;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0px 0px 10px #000;
}

.customer-account-login main#maincontent .block.block-new-customer {
    background: #181818;
    padding-bottom: 40px;
    padding-top: 30px;
}

.customer-account-login main#maincontent .login-container label {
    font-weight: 300;
    margin-bottom: 6px;
}

.customer-account-login main#maincontent .login-container input {
    background: #fff;
    transition: 0.35s ease all;
}

.customer-account-login main#maincontent .login-container input:focus {
    background: transparent;
    color: #fff;
}

.customer-account-login main#maincontent .login-container button {
    background: #ab0e11;
    border: none;
    color: #fff;
    transition: 0.35s ease all;
}

.customer-account-login main#maincontent .login-container button:hover {
    background: #fff;
    color: #000;
}

.customer-account-login main#maincontent a.action.create.primary {
    background: #ab0e11;
    border: none;
    color: #fff;
    transition: 0.35s ease all;
}

.customer-account-login main#maincontent a.action.create.primary:hover {
    background: #fff;
    color: #000; 
}

.customer-account-login main#maincontent .block.block-new-customer p {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.customer-account-login main#maincontent a.action.remind {
    color: rgb(255 255 255 / 70%);
}


.customer-account-login main#maincontent .login-container .block.block-customer-login:before {
    background-image: url(/media/wysiwyg/Lioncode/slider/Group_2093.png);
    background-position: left;
    content:"";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    filter: opacity(0.3);
}

.customer-account-login main#maincontent .login-container .block.block-customer-login {
    position: relative;
}



/* more choices (crossell) in popup */

.cart-informed-modal .section-bottom .block.crosssell .block-content.content {
    background: #f4f4f4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.cart-informed-modal .section-bottom .block.crosssell .products-grid .product-item {
    background: transparent;
}

.cart-informed-modal .section-bottom .block.crosssell .products-grid .product-item .product-item-name {
    white-space: inherit;
}

.cart-informed-modal .section-bottom .block.crosssell .products-grid .product-item .product-item-name a {
    min-height: auto;
    color: #2a2a2a !important;
    text-decoration: none;
}

.cart-informed-modal .section-bottom .block.crosssell .products-grid .product-item button.action.tocart.primary span:before {
    display: none;
}

.cart-informed-modal .section-bottom .block.crosssell .products-grid .product-item button.action.tocart.primary {display: flex;justify-content: center;margin-right: 0px;padding-left: 0px !important;padding-right: 0px !important;align-items: center;}

.cart-informed-modal .section-bottom .block.crosssell .products-grid .product-item .button-hover-wrap {flex-direction: column;max-width: 50px;align-items: flex-end;opacity: 1;transform: translateY(0px);top: 70px;left: auto;right: 0px;}

.cart-informed-modal .section-bottom .block.crosssell .products-grid .product-item .button-hover-wrap a.action.towishlist {
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cart-informed-modal .section-bottom .block.crosssell .products-grid .product-item .product-item-top {
    margin-bottom: 0px;
}

.cart-informed-modal .section-bottom .block.crosssell .block-title {
    margin-bottom: 0px !important;
}


.cart-informed-modal .minicart-items .product-item .product-item-name {
    font-size: 1.3rem;
}

.cart-informed-modal .product.options span {
    font-size: 1.3rem;
}

.cart-informed-modal .product.options.list .label {
    font-size: 1.3rem;
}

.cart-informed-modal .product.options span:focus {
    box-shadow: none;
}

.cart-informed-modal .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 1.5rem;
    color: #2a2a2a;
}


.cart-informed-modal .section-bottom .block.crosssell .owl-nav {
    position: absolute;
    top: -40px;
    right: -20px;
}

.cart-informed-modal .section-bottom .block.crosssell .owl-nav > div {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #da3f3f;
    border-color: #da3f3f;
}

.cart-informed-modal .section-bottom .block.crosssell .owl-nav > div:before {
    font-size: 24px;
    color: #fff;
    position: relative;
    bottom: 1px;
}

.cart-informed-modal .section-bottom .block.crosssell .owl-nav > div.disabled {
    opacity: 0.5;
}



/* search results page */



.catalogsearch-result-index .page-title-wrapper {
    text-align: center;
    margin-bottom: 28px !important;
    margin-top: 60px !important;
}

.catalogsearch-result-index .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-style: italic;
}

.catalogsearch-result-index .sorter .sorter-action {
    display: none;
}




/* product quick view */

div#sublirwmata .cdz-block-content {
    margin: 0 auto !important;
}

.quickshop-modal .content-wrap {
    background: transparent;
}

.qs-modal .quickshop-media {
    width: 100% !important;
    float: none;
}

.qs-modal .modal-popup .modal-inner-wrap {
    width: 600px;
}

.qs-modal .quickshop-main {
    width: 100% !important;
    float: none;
}

.quickshop-modal .content-wrap .gallery-container .fotorama__stage__frame {
    border-radius: 0px !important;
}

.quickshop-modal .content-wrap .gallery-container .fotorama__stage__frame img {
    border-radius: 0px !important;
}

.customhome .qs-modal .modal-content {
    background: #2a2a2a !important;
    padding: 0px !important;
    /* border: 10px solid #fff; */
}

.customhome .qs-modal .modal-content .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: -130px;
    /* background: #2a2a2a; */
    position: relative;
    background: rgb(42,42,42);
    background: linear-gradient(0deg, rgba(42,42,42,1) 0%, rgba(0,212,255,0) 100%);
    text-align:center;
    padding-top: 20px;
    padding-bottom: 20px;
}



.customhome .qs-modal .modal-content .quickshop-main .page-title-wrapper.product h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    line-height: 38px;
    font-style: italic;
    font-size: 2.6rem;
}

.customhome .qs-modal .modal-content .price-box.price-final_price {
    justify-content: flex-end;
    padding-bottom: 0px;
}

.customhome .qs-modal .modal-content .price-box.price-final_price span {
    color: #fff;
    font-family: 'Averta';
    font-size: 3.4rem;
}

.customhome .qs-modal .size-guide-wrap {
    text-align: right;
}

.customhome .qs-modal .product-info-stock-sku {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0px;
}

.customhome .qs-modal .product-info-stock-sku .sku {
    color: #fff;
}

.customhome .qs-modal .product.alert.price {
    display: none;
}

.customhome .qs-modal .box-tocart.large-box-tocart {
    margin-top: 0px;
    margin-bottom: 0px;
}

.customhome .qs-modal .box-tocart.large-box-tocart > .fieldset {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
}

.customhome .qs-modal .box-tocart.large-box-tocart > .fieldset .field.qty {
    margin-bottom: 0px;
}

.customhome .qs-modal .box-tocart.large-box-tocart > .fieldset .field.qty input#qty {
    color: #fff;
}

.customhome .qs-modal .box-tocart.large-box-tocart button.action.towishlist span {
    width: auto !important;
    height: auto !important;
    letter-spacing: inherit !important;
    clip: unset !important;
    position: relative !important;
    opacity: 1 !important;
    font-size: 1.3rem;
    display: inline-block !important;
}

.customhome .qs-modal .box-tocart.large-box-tocart a.action.tocompare span {
    width: auto !important;
    height: auto !important;
    letter-spacing: inherit !important;
    clip: unset !important;
    position: relative !important;
    opacity: 1 !important;
    font-size: 1.3rem;
    display: inline-block !important;
}

.customhome .qs-modal .product.attribute.overview {
    display:none;
}



.qs-modal .quickshop-main .size-guide-wrap {
    display: none;
}

.qs-modal .quickshop-main .product-info-stock-sku {
    position: absolute;
    top: 15px;
    left: 15px;
    right: auto;
    width: auto;
    margin: 0px;
    background: #2a2a2a;
    padding: 10px;
    border-radius: 12px;
}

.quickshop-modal .content-wrap .gallery-container .fotorama__stage__frame img {
    object-fit: cover;
}


.customhome .qs-modal .box-tocart.large-box-tocart > .fieldset .actions {
    margin-top: 0px;
}

.customhome .qs-modal .box-tocart.large-box-tocart > .fieldset input#qty {
    height: 44px;
    border: 1px solid;
    border-radius: 5px;
}


/* newsletter popup */

.cdz-popup-newsletter-right h3.text-uppercase {
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
}

.cdz-popup-newsletter-right h3.text-uppercase:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #da3f3f;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -50px;
    top: 15px;
}

.cdz-newsletter-modal.modal-popup .social a i {
    font-family: 'FontAwesome';
    font-style: unset;
    color:#da3f3f;
    font-size: 25px;
    margin-left: 5px;
    margin-right: 5px;
}




/* advanced search page */


img.product-image-photo.hovered-img {
}

.catalogsearch-advanced-result .column.main {
    float: none;
    padding: 0px;
    margin: 0 auto;
}

.catalogsearch-advanced-result .page-title-wrapper {
    max-width: 70% !important;
    text-align: center;
    margin-top: 80px !important;
}

.catalogsearch-advanced-result .page-title-wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Averta';
    font-style: italic;
}

.catalogsearch-advanced-result .column.main .search.found {
    text-align: center;
    color: #c9c9c9;
    font-weight: 100;
}

.catalogsearch-advanced-result .search.summary {
    text-align: center;
}

.catalogsearch-advanced-result .search.summary .items li {
    padding: 0px;
    display: inline-block;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 20px;
    color: #2a2a2a;
    border-radius: 50px;
}

.catalogsearch-advanced-result .search.summary .items {
    margin-top: 30px;
}

.catalogsearch-advanced-result .column.main .message.notice {
    background: transparent;
    text-align: center;
    font-size: 1.2rem;
    color: #c9c9c9;
    padding-top: 0px;
}

.catalogsearch-advanced-result .column.main .message.notice div:before {
    display: none;
}

.catalogsearch-advanced-result .column.main .message.notice a {
    color: #fff;
}

.catalogsearch-advanced-result .search.results {
    margin-top: 60px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products {
    border-radius: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: sticky;
    top: 56px;
    z-index: 9;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products:last-child {
    display:none !important;
}






.catalogsearch-advanced-result .search.results .toolbar.toolbar-products a.action.sorter-action.sort-asc {
    display: none;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .limiter {
    display: inline-block !important;
    order: 2;
    margin-left: 20px;
}


.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .modes {
    order: 3;
    margin-right: 0px;
    margin-left: 20px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .toolbar-sorter.sorter {
    order: 1;
    padding-top: 0px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .modes > .active {
    border: none;
    padding: 0px;
    background: transparent;
    margin-right: 5px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .modes > .active:before {
    color: #AB0E11;
    font-size: 37px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .modes > a {
    border: none;
    padding: 0px;
    background: transparent;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .modes > a:before {
    font-size: 37px;
    color: #2a2a2a;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .limiter span.limiter-text {
    display: none;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .limiter label.label span {
    color: #2a2a2a;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .limiter select#limiter {
    color: #2a2a2a;
    border-radius: 50px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .limiter select#limiter option {
    color: #000;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
    color: #2a2a2a;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter {
    color: #2a2a2a;
    border-radius: 50px;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter option {
    color: #000;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products p#toolbar-amount {
    padding-top: 0px;
    position: absolute;
    left: 20px;
    color: #2a2a2a;
    font-weight: bold;
}





.catalogsearch-advanced-result .search.results .products-grid.ctst .product-items .product-item:hover .product-item-inner button.action.tocart.primary {
    color: #fff !important;
}

.catalogsearch-advanced-result .search.results .products-grid.ctst .product-items .product-item .product.description.product-item-description {
    color: #fff;
    font-size: 1.4rem;
}

.catalogsearch-advanced-result .search.results .products-grid.ctst .product-items .product-item:hover .product-item-inner button.action.tocart.primary span:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag.svg);
}

.catalogsearch-advanced-result .search.results button.action.tocart.primary span:before {
    content: "";
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain !important;
    margin-bottom: -4px;
    margin-right: 8px;
}

.catalogsearch-advanced-result .search.results .product-item:hover .product-item-inner button.action.tocart.primary span:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg);
}

.catalogsearch-advanced-result .search.results .product-item-inner button.action.tocart.primary {
    font-size: 1.2rem;
    background: #fff;
    border: none !important;
    color: #000;
    font-weight: 700;
    font-family: 'Averta';
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: inherit;
}


.catalogsearch-advanced-result .search.results .product-item-inner button.action.tocart.primary:after {
    transition: 0.35s linear all;
    content: "";
    background: #AB0E11;
    border: none;
}

.catalogsearch-advanced-result .search.results .product-item-inner button.action.tocart.primary:before {
    transition: 0.25s linear all;
    content: "";
    background: rgb(171 14 17 / 80%);
}

.catalogsearch-advanced-result .search.results .product-item:hover .product-item-inner button.action.tocart.primary {
    color: #fff !important;
}

.catalogsearch-advanced-result .search.results .toolbar.toolbar-products .pages {
    display: inline-block;
    position: absolute;
    left: 200px;
}

/*list mode*/



.catalogsearch-advanced-result .search.results .products.products-list .product-item strong.product.name.product-item-name {
    min-height: 60px;
}

.catalogsearch-advanced-result .search.results .products.products-list li.item.product.product-item {
    background: #1c1c1c;
    border-radius: 15px;
    padding: 15px;
}

.catalogsearch-advanced-result .search.results .products.products-list li.item.product.product-item .product-item-top {
    margin-bottom: 0px;
}

.catalogsearch-advanced-result .search.results .products.products-list li.item.product.product-item a.product-item-link {
    font-size: 1.8rem;
}

.catalogsearch-advanced-result .search.results .products.products-list li.item.product.product-item strong.product.name.product-item-name {
    min-height: 44px;
}

.catalogsearch-advanced-result .search.results .products.products-list li.item.product.product-item .price-box.price-final_price {
    justify-content: flex-end;
}


.catalogsearch-advanced-result .search.results .products.products-list .product-item:hover .product-item-inner button.action.tocart.primary {
    color: #000 !important;
}

.catalogsearch-advanced-result .search.results .products.products-list .product-item .product.description.product-item-description {
    color: #fff;
    font-size: 1.4rem;
}

.catalogsearch-advanced-result .search.results .products.products-list .product-item:hover .product-item-inner button.action.tocart.primary span:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag.svg);
}

.catalogsearch-advanced-result .search.results .products.products-list .product-item-inner button.action.tocart.primary span:before {
    content: "";
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain !important;
    margin-bottom: -4px;
    margin-right: 8px;
}

.catalogsearch-advanced-result .search.results .products.products-list .product-item:hover .product-item-inner button.action.tocart.primary span:before {
    background: url(/pub/media/wysiwyg/Lioncode/icons/bag-black.svg);
}




/* ********************* menu styles ********************** */


@media only screen and (min-width: 768px) {

    .cdz-horizontal-menu li.level0>.groupmenu-drop {
        left: 0px !important;
        right: 0px !important;
        width: calc(100vw - 10px);
        /* height: calc(100vh - 350px) !important; */
        /* overflow: auto; */
        height: auto !important;
        box-shadow: 0px 1000px 0px 1000px rgb(42 42 42 / 80%) !important;
    }

    .js-sticky-menu.active .cdz-horizontal-menu li.level0>.groupmenu-drop {
        width: 1400px;
    }

    .cdz-horizontal-menu .groupmenu li.item.level0 {
        position: unset;
    }

    .cdz-horizontal-menu li.level0>.groupmenu-drop > .catRow {
        max-width: 1200px;
    }

    .catColProds .products.list .item {
        width: calc(25% - 11.9px);
        margin-right: 15px;
        position: relative;
    }

    .catColProds .products.list .item:last-child {
        margin-right: 0px;
    }

    .catColProds .products.list .item .product-item-top > a {
        padding:0px;
    }

    .catColProds .products.list .item .product.details .product-item-swatch {
        display: none !important;
    }

    .catColProds .products.list .item .product-item-top {
        position: relative;
        margin-bottom: 0px;
    }

    .catColProds .products.list .item .product-item-top:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgb(42 42 42 / 50%);
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 2;
        border-radius: 15px;
    }

    .catColProds .products.list .item .product-item-top .button-hover-wrap {
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 3;
    }

    .catColProds .products.list .item .product-item-top .button-hover-wrap .primary {
        background: transparent;
        border: none;
        padding: 10px !important;
    }

    .catColProds .products.list .item .product-item-details {
        min-height: auto !important;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 3;
        width: 100%;
    }

    .catColProds .products.list .item .product-item-details .product-item-name {
        min-height: auto !important;
        margin-bottom: 0px;
    }

    .catColProds .products.list .item .product-item-details .product-item-name a.product-item-link {
        padding: 6px 15px;
        text-align: left;
    }

    .catColProds .products.list .item .product-item-details .price-box.price-final_price {
        justify-content: flex-end;
        padding-left: 15px;
    }

    .catColProds {
        margin-top: 30px;
        border-top: 1px solid #ab0e11;
        padding-top: 18px;
        padding-bottom: 0px;
    }

    .catRow .catCol > ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .catRow .catCol > ul > li {
        width: 25%;
    }

    .catRow .catCol > ul > li > .groupmenu-drop {
        position: relative !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: 0px !important;
        border: none;
        box-shadow: none;
        padding-left: 28px;
    }

    .catRow .catCol > ul > li > a {
        padding-left: 0px !important;
        padding-right: 20px !important;
        display: block;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .catRow .catCol > ul > li.parent > a:before {
        display: none !important;
    }

    .catRow .catCol > ul > li > a span {
        color: #2a2a2a;
        font-weight: bold !important;
        font-size: 12px;
        display: flex;
        align-items: flex-start;
    }

    .catRow .catCol > ul > li > .groupmenu-drop > li {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }

    .catRow .catCol > ul > li > .groupmenu-drop > li .menu-link {
        padding: 0px !important;
    }

    .catRow .catCol > ul > li > .groupmenu-drop > li .menu-link span {
        text-transform: unset;
        font-size: 14px;
        color: #2a2a2a;
    }

    .cdz-horizontal-menu li.level0>.groupmenu-drop > .catRow {
        height: calc(100vh - 360px) !important;
        overflow: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    .page-header .header-panel-bottom .catRow .catCol > ul > li > a span:before {
        content:"";
        font-family: 'FontAwesome' !important;
        background-color: transparent !important;
        margin-right: 10px;
        width: 18px;
        height: 18px;
        background:url('/pub/media/wysiwyg/Lioncode/icons/star-before.svg');
        background-size: contain !important;
        background-repeat: no-repeat;
    }

    .menuProducts {
        width: 100% !important;
    }
}




/* terms page */

.cms-oroi-chrisis .breadcrumbs {
    display: none;
}

.cms-oroi-chrisis main#maincontent {
    padding-top: 50px;
    background: #2a2a2a;
}

.cms-oroi-chrisis main#maincontent * {
    color: #fff;
}

.cms-oroi-chrisis main#maincontent p {
    font-weight: 300;
}

.cms-oroi-chrisis main#maincontent h3,.cms-oroi-chrisis main#maincontent h4 {
    margin-bottom: 20px;
}

.cms-oroi-chrisis main#maincontent table {
    width: auto;
}



/* prod labels */

.saleProdBudge {
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 2;
}

.saleProdBudge img {
    width: 116px !important;
    height: 50px;
}