/*** Layout ***/
.right5 {
    margin-right: 5px;
}
@media(min-width: 1400px){
    .container {
        max-width: 1370px;
    }
}
@media (max-width:767px){
    .container,
    .container-md,
    .container-sm{
        max-width:740px
    }
}
@media (min-width: 768px){
    .page-layout-2columns-left .main, .account.page-layout-2columns-left .main {
        padding-left: 10px;
    }
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #28292b;
}
p {
    font-size: 16px;
    line-height: 26px;
    color: #777;
}
.top10 {
    margin-top: 10px !important;
}
.top25 {
    margin-top: 25px !important;
}
.top50 {
    margin-top: 50px !important;
}
.bottom25 {
    margin-bottom: 25px !important;
}
.bottom50 {
    margin-bottom: 50px !important;
}
button:focus {
    outline: 0;
}
a, a:hover, a:focus {
    color: #28292b;
}
a:visited,
.alink:visited {
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}
h1 {
    font-size: 32px;
}
h1.page-title,
.page-standard h1 {
    margin-bottom: 25px;
    border-bottom: 4px solid #EDEDEE;
    padding-bottom: 15px;
}
.box-text h6 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
}
.page-wrapper {
    /*max-width: 1920px;*/
    margin: auto;
    min-height: 100%;
}
.page-main {
    padding-bottom: 589px;
}
.img-container {
    position: relative;
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay i {
    color: #fff;
    font-size: 32px;
    position: relative;
    top: calc(50% - 16px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.section {
    padding: 50px 0;
}
.divider {
    padding: 25px 0;
}
.divider-lg {
    padding: 50px 0;
}
.divider hr, .divider-lg hr {
    margin: 0;
    border: 0;
    background-color: #ededee;
    height: 1px;
    width: 100%;
}
.title {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}
.title.title-sm {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px
}
.message.success a,
.message.success a:hover,
.message.success a:active {
  color: #28292b;
}
.message {
    color: #28292b !important;
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: normal !important;
    padding-left: 20px !important;
}
.message > *:first-child:before {
    content: '' !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 5px !important;
    height: 100% !important;
    margin: 0 !important;
}
.message.error,
.message.warning {
    background-color: #faebe7;
}
.message.error > *:first-child:before,
.message.warning > *:first-child:before {
    background-color: #cf2048;
}
.message.info,
.message.notice {
    background-color: rgba(32, 172, 100, .2);
}
.message.info > *:first-child:before,
.message.notice > *:first-child:before {
    background-color: #26cf78;
}
.message.success {
    background-color: rgba(32, 172, 100, .2);
}
.message.success > *:first-child:before {
    background-color: #26cf78;
}
.cart.item.message.notice {
    padding: 2px 12px;
    padding-left: 12px !important;
}
@media(max-width: 991px) {
    .title {
        font-size:24px;
        line-height: 34px;
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .title {
        font-size:21px;
        line-height: 31px;
    }
    .title.title-sm {
        font-size: 21px;
        line-height: 31px;
    }
}

/*** Header ***/
.navbar-container {
    margin-bottom: 25px;
}
.navbar {
    margin-bottom: 0;
}
.navbar .navbar-brand {
    padding: 3px 10px;
    padding-left: 0;
    min-width: 210px;
}
.navbar .navbar-brand > img {
    max-height: 48px;
}
.navbar-container .header {
    min-height: 56px;
}
.navbar-container .header .container .navbar {
    padding: 0;
}
.navbar-container .header .nav-right {
    min-width: 210px;
}

.navbar-container .header .account > li {
    position: relative;
    margin-bottom: 0;
}
.navbar-container .header .account > li > a {
    font-size: 14px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
}
.navbar-container .header .account > li > a:hover {
    text-decoration: none;
}
.navbar-container .header .account li > a > .text {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.navbar-container .header .account li > a i {
    font-size: 24px;
}
.navbar-container .header .account li:hover > a span {
    color: #cf2048;
}
.navbar-container .header .account li > a .badge {
    position: absolute;
    right: 0;
    color: #fff;
    background-color: #cf2048;
    padding: 3px 5px;
    min-width: 10px;
    border-radius: 10px;
    font-size: 12px;
}
.navbar-container .minicart-wrapper .action.showcart {
    display: inline;

    position: relative;
    padding-left: 30px;
}
.navbar-container .minicart-wrapper .action.showcart:before {
    content: none;
}
.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #28292b;
    display: block;
    transition: all 0.2s;
    margin: auto;
    margin-top: 4px
}
.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent !important;
    font-weight: normal;
    margin-top: 5px;
}
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
    border: 0;
    box-shadow: none;
}
.navbar-toggler .top-bar {
    transform: translate3d(0px,6px,0) rotate(90deg);
    transform-origin: center center;
}
.navbar-toggler .bottom-bar {
    transform: translate3d(0px,-6px,0) rotate(-90deg);
    transform-origin: center center;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler .text {
    font-size: 12px;
    margin-top: 9px;
    display: block;
    text-decoration: none !important;
}
@media (min-width: 768px) {
    .navbar-collapse {
        flex-grow: unset;
    }
}
@media (max-width: 767px) {
    .navbar .navbar-brand {
        min-width: 138px;
    }
    .navbar .navbar-brand > img {
        max-height: 32px;
    }
    .navbar-container .header .nav-center {
        width: 100%;
        display: block;
    }
    .navbar-container .header .nav-right {
        min-width: unset;
        margin-bottom: 0;
    }
    .navbar-container .header .account.list-inline {
        margin-top: 8px;
    }
    .navbar-container .header .account.list-inline > li {
        text-align: center;
        margin-right: 14px;
    }
    .navbar-container .header .account.list-inline li:hover a span {
        color: inherit;
    }
    .navbar-container .header .account.list-inline li:hover a .badge {
        color: #fff;
    }
    .navbar-container .header .account.list-inline li a {
        padding-left: 0;
    }
    .navbar-container .header .account.list-inline li a i {
        font-size: 22px;
    }
    .navbar-container .header .account.list-inline > li a .text {
        font-weight: normal;
        font-size: 12px;
        margin-top: 0;
        display: block;
        text-decoration: none !important;
        top: unset;
        margin-right: 0;
    }
    .navbar-container .header .navbar-collapse .nav {
        -ms-flex-pack: inherit !important;
        justify-content: inherit !important;
        margin-top: 8px;
    }
    .navbar-container .header .navbar-collapse .nav .nav-item {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .navbar-container .header .navbar-collapse .nav .nav-item a {
        padding-left: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        font-weight: bold;
    }
    .navbar-container .header .navbar-collapse .nav .nav-item a:hover {
        color: #cf2048;
    }

}

/*** Navbar Alert ***/
.navbar-container .alert {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 8px 15px;
    border-radius: 0px;
}
.navbar-container .alert-coupon {
    color: #fff;
}
.navbar-container .alert .close {
    display: none;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 6px;
    text-shadow: none;
}

@media(max-width: 767px) {
    .navbar-container .alert-coupon {
        text-align: left;
        padding-right: 15px;
    }
}

/*** Pre Header ***/
.pre-header {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #EDEDEE;
}
.pre-header a {
    color: #28292b;
    display: inline-block;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
}
.pre-header a:hover {
    color: #cf2048;
    text-decoration: none;
}
@media(max-width: 991px) {
    .pre-header .text-right-sm {
        text-align: right;
    }
}
@media(max-width: 767px) {
    .pre-header .text-left {
        text-align: center !important;
    }
    .pre-header a {
        color: #cf2048;
    }
}
.pre-header .label {
    width: 100%;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #28292b;
}

/*** Sub Header ***/
.sub-header {
    background-color: #EDEDEE;
    text-align: center;
}
.sub-header .nav .nav-item {
    margin-bottom: 0;
}
.sub-header .nav .nav-item > a {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.sub-header .nav .nav-item > a:hover, .sub-header .nav .nav-item > a:focus {
    color: #cf2048;
}

/*** Search ***/
.navbar-container .block-search {
    padding-left: 0;
    width: 450px;
}
.navbar-container .block-search .control {
    border: 0;
    margin: 0;
    padding: 0;
    min-height: 34px;
}
.navbar-container .block-search .label {
    display: none;
}
.navbar-container .block-search .control input {
    position: static;
    margin: 0;
    height: 35px !important;
    border-color: #28292b;
    border-width: 2px;
}
.navbar-container .block-search .control input::-webkit-input-placeholder { /* Edge */
  color: #999999;
}
.navbar-container .block-search .control input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
.navbar-container .block-search .control input::placeholder {
  color: #999999;
}
.amsearch-form-container .input-text::-webkit-input-placeholder {
  font-style: normal !important;
}
.amsearch-form-container .input-text:-ms-input-placeholder {
  font-style: normal !important;
}
.amsearch-form-container .input-text::placeholder {
  font-style: normal !important;
}
.amsearch-form-container .input-text:focus {
    box-shadow: none;
}
.amsearch-form-container.-opened .input-text {
    padding-left: 10px !important;
}
.block-search .action.search,
.amsearch-close, .search .amsearch-loupe {
    display: none !important;
}
.amasty-xsearch-loader {
    top: 1px;
    right: 12px;
}
.search-autocomplete {
    top: 33px;
}
.amsearch-results {
    padding: 0;
    border: solid 2px #28292b;
    background-color: #fafafa;
}
.amsearch-products.-waste {
    font-weight: normal;
}
.amsearch-item-container,
.amsearch-form-container.-large .amsearch-item-container {
    padding: 10px;
}
.amsearch-results .amsearch-item .item-name {
    font-weight: normal;
    text-transform: uppercase;
    color: #28292b;
}
.amsearch-item-container > .amasty-xsearch-block-header {
    padding: 0;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
.amsearch-products .amasty-xsearch-block-header {
    font-size: 12px;
    line-height: 12px;
    padding-left: 10px;
    padding-bottom: 0;
}
.amsearch-item .item-description {
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 300;
    font-style: italic;
}
.amsearch-item-container .amsearch-item .item-description .amsearch-highlight {
    font-size: 14px;
    font-weight: 300;
}
.amsearch-item-container > .amasty-xsearch-block-header:before {
    content: none;
}
.amsearch-form-container.-large .amsearch-item-container:after {
    left: 0;
    width: 100%;
    background-color: #eee;
}
.amsearch-item-container.popular_searches .amsearch-item {
    display: inline-block;
    margin-right: 5px;
}
.amasty-xsearch-block-header {
    padding: 10px;
    line-height: 12px;
}
.amsearch-form-container.-large .amsearch-wrapper-content {
    padding: 0;
    max-height: 600px;
    overflow: auto;
    margin-bottom: 0;
}
.amsearch-products .amsearch-highlight {
    color: inherit;
    background-color: inherit;
    padding: 0;
}
.amsearch-autocomplete-image .product-image-photo {
    border-color: #EDEDEE;
}
.amsearch-wrapper-content .product-item-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.amsearch-results .price-container .weee:after {
    content: none;
}
.amsearch-results .amsearch-item:hover {
    background-color: transparent;
}
.amsearch-form-container.-large .amsearch-wrapper-content .product-reviews-summary {
    display: block;
    margin: 0;
}
.amsearch-form-container.-large .amsearch-wrapper-content .rating-summary,
.amsearch-form-container.-large .amsearch-wrapper-content .reviews-actions {
    display: inline-block;
}
.amsearch-form-container.-large .amsearch-wrapper-content .rating-summary {
    margin-right: 0;
}
.amsearch-form-container.-large .amsearch-wrapper-content .reviews-actions {
    font-weight: normal;
    position: relative;
    left: -8px;
    top: 2px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
    max-width: unset;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box .saving-price {
    font-size: 14px;
    line-height: inherit;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box .old-price .price {
    font-size: 14px !important;
    line-height: 24px !important;
}
.amsearch-wrapper-content > .amsearch-item:hover {
    box-shadow: none;
}
.amsearch-more-results .amsearch-link {
    border: 0;
    font-size: 14px;
    font-weight: normal;
    color: #28292b;
    margin: 10px 0;
    background-color: transparent;
}
.amsearch-more-results .amsearch-link:hover {
    border: 0;
    text-decoration: underline;
    color: #28292b;
    background-color: transparent;
}
.amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    padding: 10px;
}
.amsearch-item-container.popular_searches .amasty-xsearch-block-header,
.amsearch-item-container.recent_searches .amasty-xsearch-block-header {
    padding: 0;
    margin-bottom: 5px;
}
.amsearch-form-container.-opened .amsearch-leftside .recent_searches {
    padding: 10px 10px;
    position: relative;
}
.amsearch-item-container.popular_searches {
    order: unset;
    border-bottom: solid 1px #eee;
}
.amsearch-item-container.popular_searches,
.amsearch-item-container.recent_searches {
    padding: 10px;
}
.amsearch-results .amsearch-item .item-name {
    font-size: 12px;
}
.amsearch-item-container.popular_searches .amsearch-item:hover {
    background-color: transparent;
}
.amsearch-item-container.recent_searches .amsearch-item {
    padding: 0 !important;
    border: 0 !important;
}
.amsearch-item-container.recent_searches .amsearch-item {
    margin-bottom: 8px;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
    color: initial;
    font-weight: normal;
}
.amsearch-results .amsearch-item .item-name:hover {
    text-decoration: underline;
}
.amsearch-item-container.popular_searches .amsearch-item {
    padding: 0 !important;
}
.amsearch-item-container.recent_searches .amsearch-item .item-name {
    padding: 3px 6px;
    background-color: #f7f7f7;
    font-size: 12px;
}
.amsearch-item-container.recent_searches .amsearch-item {
    margin-right: 8px;
    margin-bottom: 8px;
}
.amsearch-item-container.recent_searches .amsearch-item .item-name:hover,
.amsearch-item-container.recent_searches .amsearch-item .item-name:hover {
    background-color: #ccc;
    text-decoration: none;
}
.amsearch-form-container.-large .amsearch-results .amsearch-more-results {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media(min-width: 1200px) {
    .navbar-container .block-search {
        width: 600px;
    }
}
@media (max-width: 991px){
    .navbar-container .block-search {
        min-width: 250px;
        width: auto;
    }
    .search-autocomplete {
        max-width: 500px !important;
    }
    .amsearch-results {
        display: block;
        width: 100%;
        max-height: 70vh;
        overflow: hidden;
    }
    .amsearch-leftside,
    .amsearch-products {
        width: 100% !important;
    }
}
@media(max-width: 767px) {
    .navbar-container .block-search {
        margin-top: 10px;
    }
    .form .search-autocomplete {
        top: 33px;
        margin: 0;
        max-width: 100% !important;
    }
    .amsearch-results {
       max-height: 450px;
       overflow: auto;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content {
        max-height: unset;
        overflow: hidden;
    }
    .amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products {
        background-color: transparent;
    }
    .amsearch-wrapper-content > .amsearch-item:before {
        left: 0;
        width: 100%;
        background-color: #eee;
    }
    .amsearch-leftside .amsearch-products .amsearch-item {
        padding: 10px;
    }
    .amsearch-more-results {
        margin-top: 0;
    }
}

/*** Minicart ***/
.minicart-wrapper .block-minicart {
    border-color: #eeeeee;
    box-shadow: none;
}
.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart:before {
    content: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    color: #cf2048;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    position: relative;
    top: 3px;
    margin-right: 0;
    padding: 0;
    line-height: inherit;
    height: inherit;

    position: absolute;
    top: 7px;
    left: 0;
}
.minicart-items-wrapper {
    padding: 10px;
}
.minicart-wrapper .block-minicart {
    padding-top: 35px;
    padding-bottom: 15px;
}
.block-minicart .subtitle.empty {
    font-weight: 400;
    padding: 0px 0 10px;
}
.minicart-items .product-item {
    padding-top: 12px;
    padding-bottom: 12px;
}
.minicart-items-wrapper,
.minicart-items .product-item:not(:first-child) {
    border-color: #eeeeee;
}
.minicart-items .product-image-container {
}
.minicart-items .product-item-details {
    position: relative;
    padding-left: 90px;
}
.minicart-wrapper .product .actions {
    position: absolute;
    top: -3px;
    right: 6px;
    float: none;
    margin: 0;
    font-size: 15px;
}
.minicart-items .action.delete:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #c1c1c1;
}
.minicart-items .product-item-name {
    font-size: 13px;
    line-height: 18px;
    padding-right: 30px;
    margin-bottom: 5px;
}
.minicart-items .product-item-name a {
    color: #28292b;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 18px;
    padding: 0;
    margin: 0;
}
.minicart-items .product-item-name a:hover {
    color: #cf2048;
}
.minicart-items .product-item-details .price-container {
    min-height: unset;
    display: inline-block;
    margin-right: 8px;
    margin-top: 11px;
}
.minicart-items .product-item-details .price {
    font-weight: 600;
    font-size: 14px;
}
.minicart-items .product-item-pricing .label {
    display: none;
}
.minicart-items li.item.product.product-item {
    cursor: default;
}
.block-minicart .items-total {
    margin-left: 0;
}
.block-minicart .subtotal {
    margin-right: 0;
    margin-top: 10px;
    font-size: 13px;
}
.block-minicart .items-total {
    font-weight: normal;
    font-size: 13px;
}
.block-minicart .items-total .count {
    font-weight: 600;
}
.block-minicart .subtotal span.label {
    font-weight: normal;
    color: inherit;
}
.block-minicart .subtotal .price-container {
    min-height: unset;
}
.block-minicart .amount .price-wrapper .price {
    font-size: 18px;
}
.block-minicart .block-content > .actions > .primary  {
    margin-left: 0;
    margin-right: 0;
}
.block-minicart .block-content > .actions > .secondary {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.block-minicart .minicart-widgets {
    display: none;
}
.minicart-items .product-item-details .details-qty {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.minicart-items .product-item-details .details-qty .input-group {
    border: 1px solid #d0d3d4;
    height: 32px;
    width: 90px;
    margin-bottom: 0 !important;
}
.minicart-items .product-item-details .details-qty .input-group button {
    border: 0;
    width: 30px;
    padding: 4px 5px;
    height: 30px !important;
    font-size: inherit;
    background: none;
}
.minicart-items .product-item-details .details-qty .input-group button:hover {
    background-color: #fafafa;
}
.minicart-items .product-item-details .details-qty .input-group input {
    border: 0;
    width: 30px;
    padding: 4px 5px;
    height: 30px !important;
}
.minicart-items .update-cart-item {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}
.minicart-items .update-cart-item:hover {
    text-decoration: underline;
}

/*** Buttons ***/
.btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    text-shadow: none!important;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 14px 20px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 40px
}
.btn-sm {
    font-size: 11px;
    line-height: 21px;
    padding: 8px 15px
}
.btn-xs {
    font-size: 11px;
    line-height: 21px;
    padding: 5px 10px
}
.btn-white.btn-xs {
    padding: 3px 8px;
    height: 30px
}
.btn-white.btn-sm {
    line-height: 21px;
    padding: 8px 15px
}
.btn-lg {
    max-width: 100%;
    width: 250px
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0!important
}
.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none;
    font-weight: 600
}
.btn-white,
.btn-white:visited {
    background-color: #fff;
    color: #28292b;
    border: 2px solid #28292b;
    overflow: hidden;
    padding: 12px 20px;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4)
}
.btn-white:hover,
.btn-white.focus,
.btn-white:focus,
.btn-white.active,
.btn-white:active,.open > .dropdown-toggle.btn-white {
    background-color: #fff;
    color: #28292b;
    border: 2px solid #28292b;
}
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
    background-color: #fff;
    color: #28292b;
    border: 2px solid #28292b;
}
.btn-white.active,
.btn-white:active,
.open > .dropdown-toggle.btn-white {
    background-image: none
}
.btn-white.hover {
    position: relative
}
.btn-white.hover {
    transform: translate3d(0,0,0)
}
.btn-white.hover:hover {
    background-color: rgba(0,0,0,.07)
}
.btn-white.hover.hover-red:hover {
    color: #fff;
    background-color: #cf2048;
    border: solid 2px #cf2048
}
.btn-white.hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10,10);
    opacity: 0;
    transition: transform .5s,opacity 1s
}
.btn-white.hover:active:after {
    transform: scale(0,0);
    opacity: .2;
    transition: 0s
}
.btn-black,
.btn-black:visited {
    background-color: #28292b;
    color: #fff;
    border: 0;
    overflow: hidden;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4)
}
.btn-black:hover,
.btn-black.focus,
.btn-black:focus,
.btn-black.active,
.btn-black:active,
.open > .dropdown-toggle.btn-black {
    background-color: #28292b;
    color: #fff
}
.btn-black.active.focus,
.btn-black.active:focus,
.btn-black.active:hover,
.btn-black:active.focus,
.btn-black:active:focus,
.btn-black:active:hover,
.open > .dropdown-toggle.btn-black.focus,
.open > .dropdown-toggle.btn-black:focus,
.open > .dropdown-toggle.btn-black:hover {
    background-color: #28292b;
    color: #fff
}
.btn-black.active,
.btn-black:active,
.open > .dropdown-toggle.btn-black {
    background-image: none
}
.btn-black i {
    margin-right: 4px
}
.btn-black.hover {
    position: relative
}
.btn-black.hover:hover {
    background-color: #3C3D3F
}
.btn-black.hover {
    transform: translate3d(0,0,0)
}
.btn-black.hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: #fff;
    background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10,10);
    opacity: 0;
    transition: transform .5s,opacity 1s
}
.btn-black.hover:active:after {
    transform: scale(0,0);
    opacity: .2;
    transition: 0s
}
.btn-red,
.btn-red:visited {
    background-color: #cf2048;
    color: #fff;
    border: 0;
    overflow: hidden;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4)
}
.btn-red:hover,
.btn-red.focus,
.btn-red:focus,
.btn-red.active,
.btn-red:active,
.open > .dropdown-toggle.btn-red {
    background-color: #cf2048;
    color: #fff
}
.btn-red.active.focus,
.btn-red.active:focus,
.btn-red.active:hover,
.btn-red:active.focus,
.btn-red:active:focus,
.btn-red:active:hover,
.open > .dropdown-toggle.btn-red.focus,
.open > .dropdown-toggle.btn-red:focus,
.open > .dropdown-toggle.btn-red:hover {
    background-color: #cf2048;
    color: #fff
}
.btn-red.active,.btn-red:active,
.open > .dropdown-toggle.btn-red {
    background-image: none
}
.btn-red i {
    margin-left: 5px
}
.btn-red.hover {
    position: relative
}
.btn-red.hover {
    transform: translate3d(0,0,0)
}
.btn-red.hover:hover {
    background-color: #d0043c
}
.btn-red.hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: #fff;
    background-image: radial-gradient(circle,#950C0C 10%,transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10,10);
    opacity: 0;
    transition: transform .5s,opacity 1s
}
.btn-red.hover:active:after {
    transform: scale(0,0);
    opacity: .2;
    transition: 0s
}
.btn-link,
.btn-link:visited {
    color: #28292b;
    padding: 10px 0 5px 0;
    margin: 0;
    height: inherit;
    text-transform: uppercase;
    border-bottom: solid 2px #EDEDEE
}
.btn-link:hover,
.btn-link.focus,
.btn-link:focus,
.btn-link.active,
.btn-link:active,
.open > .dropdown-toggle.btn-link {
    color: #28292b;
    border-color: #28292b
}
.btn-link.active.focus,
.btn-link.active:focus,
.btn-link.active:hover,
.btn-link:active.focus,
.btn-link:active:focus,
.btn-link:active:hover,
.open > .dropdown-toggle.btn-link.focus,
.open > .dropdown-toggle.btn-link:focus,
.open > .dropdown-toggle.btn-link:hover {
    color: #28292b;
    border-color: #28292b
}
.btn-link.active,.btn-link:active,
.open > .dropdown-toggle.btn-link {
    background-image: none
}
.btn-link.back {
    position: relative;
    padding-left: 12px;
}
.btn-link.back:before {
    content: '\00AB';
    position: absolute;
    left: 0;
}
.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: not-allowed;
}

/*** Ajax add to cart ***/
#amimg-container {
    width: auto !important;
    margin-top: -32px !important;
    margin-left: -32px !important;
}
#amimg-container > img {
    padding: 25px;
    background-color: #fff;
}
#confirmOverlay {
    background: rgba(0, 0, 0, 0.75);
}
#confirmBox {
    border-radius: 0;
}
#confirmBox > .cross {
    display: none;
}
.amcart-confirm-buttons,
.amcart-confirm-buttons .checkout,
.amcart-confirm-buttons .checkout:hover,
.amcart-confirm-buttons .checkout:active,
.amcart-message-box,
.am-related-box,
#am-a-count, #am-a-count:visited,
.am-related-title > .am-title {
    color: #28292b !important;
}
.amcart-message-box {
    margin: 0;
    padding: 15px;
}
.amcart-message-box .added-item {
    margin: 0;
}
.amcart-message-box .added-title {
    display: block;
    text-transform: uppercase;
    color: #28292b;
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}
.amcart-message-box .product-image-container {
    border: 1px solid #efefef;
    margin-bottom: 25px;
    max-width: 200px;
}
.amcart-message-box .added-item {
    color: #28292b !important;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.amcart-message-box .price-container {
    text-align: left;
}
.amcart-message-box #amcart-count {
    margin-bottom: 8px;
}
.amcart-message-box #amcart-count #am-a-count {
    font-weight: normal;
}
.amcart-message-box .amcart-subtotal {
    color: #28292b !important;
}
.amcart-qty-wrap > .amcart-label {
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}
.amcart-qty-wrap > .amcart-control {
    border: 0;
    border: 1px solid #d0d3d4;
    background: none;
    padding: 14px 20px;
    line-height: 12px;
    letter-spacing: 1px;
    height: 40px;
    width: 40px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.amcart-qty-wrap > .amcart-control.-minus {
    position: relative;
    right: -1px;
    border-right-color: transparent;
}
.amcart-qty-wrap > .amcart-control.-plus {
    position: relative;
    left: -1px;
    border-left-color: transparent;
}
.amcart-qty-wrap > .amcart-control:hover {
    background-color: #fafafa;
}
.amcart-qty-wrap > .amcart-control:before {
    color: #28292b;
    line-height: 38px;
}
.amcart-qty-wrap > .amcart-input {
    margin: 0;
    border: 0;
    width: 52px;
    border-top: 1px solid #d0d3d4;
    border-bottom: 1px solid #d0d3d4;
}
.amcart-qty-wrap > .amcart-input:focus {
    border-top: 1px solid #d0d3d4;
    border-bottom: 1px solid #d0d3d4;
}
.amcart-message-box .price-container .saving-price {
    font-size: 16px;
}
.amcart-message-box .text,
.am-related-box .text,
.amcart-message-box #amcart-count,
.am-related-box #amcart-count {
    font-size: 16px;
    color: #777;
}
.amcart-message-box .amcart-subtotal {
    margin-bottom: 0;
}
.amcart-confirm-buttons {
    margin: 0;
    padding: 15px 0;
}
.amcart-confirm-buttons .button {
    border: 0;
    outline: 0;
    text-shadow: none!important;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 14px 20px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 40px;
    height: auto;
    white-space: nowrap;
}
.amcart-confirm-buttons .am-btn-left {
    background-color: #fff !important;
    color: #28292b !important;
    border: 2px solid #28292b !important;
    overflow: hidden;
    padding: 12px 20px !important;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
}
.amcart-confirm-buttons .am-btn-left:hover {
    opacity: 1 !important;
    background-color: rgba(0,0,0,.07) !important;
}
.amcart-confirm-buttons .am-btn-right {
    background-color: #cf2048 !important;
    color: #fff !important;
    border: 0;
    overflow: hidden;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
}
.amcart-confirm-buttons .am-btn-right:hover {
    opacity: 1 !important;
    background-color: #d0043c !important;
}
.amcart-confirm-buttons .checkout {
    font-size: 14px;
    display: inline-block;
}
.am-related-box {
    margin: 0;
}
.am-related-box .free-shipping-container {
    color: #20ad65;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
@media (min-width: 768px) {
    .amcart-message-box,
    .am-related-box,
    .amcart-message-box .related {
        width: 575px;
    }
}
@media(max-width: 480px) {
    .amcart-message-box {
        padding-bottom: 0;
    }
    .amcart-message-box .added-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .amcart-message-box #amcart-count {
        display: none;
    }
    .amcart-message-box .amcart-subtotal {
        margin-top: 8px;
    }
    .amcart-confirm-buttons .am-btn-left,
    .amcart-confirm-buttons .am-btn-right {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}


/*** Layout ***/
.columns .column.main,
.customer-account-forgotpassword .column,
.customer-account-createpassword .column {
    padding-bottom: 50px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
    text-align: left;
}
.actions-toolbar > .primary .action.btn-link,
.actions-toolbar > .secondary .action.btn-link {
    width: auto;
}

@media(max-width: 767px) {
    .actions-toolbar > .primary,
    .actions-toolbar > .secondary {
        margin-bottom: 25px;
    }
    .account .page-main {
        padding-top: 40px;
    }
    .cms-privacy-policy .page-main {
        padding-top: 0;
    }
    .breadcrumbs {
        max-width: unset !important;
    }
}
@media(max-width: 576px) {
    .breadcrumbs {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*** Carousel ***/
.carousel-container {
    position: relative;
    border: 1px solid #ededee;
}
.carousel-container .item-content .content {
    text-align: center;
    display: flex;
    align-items: center;
}
.carousel-container .item-content .content > div {
    padding: 25px;
    width: 100%;
}
.carousel-container .item-content .container {
    padding-left: 0;
    padding-right: 0;
}
.carousel-container .item-content .item {
    min-height: 340px;
    background-position: left center !important;
}
.carousel-container .item-content .content h3 {
    font-size: 24px;
}
.carousel-container .item-content .content p {
    font-weight: 400;
}
.carousel-container .owl-theme .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 15px;
    margin: 0;
}
.mp-banner-slider .owl-dots {
    left: inherit;
}
.carousel-container .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 5px;
    width: 30px;
    height: 5px;
    background-color: #28292b;
    opacity: .5;
}
.carousel-container .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}
@media(min-width: 992px) {
    .carousel-container .item-content img {
        display: none;
    }
}
@media(max-width: 991px) {
    .carousel-container .item-content .item {
        min-height: unset;
        background: none !important;
    }
    .carousel-container .owl-theme .owl-dots {
        position: relative;
        right: 0;
    }
}

/*** Newsletter Container ***/
@media (min-width: 769px), print {
    .block.newsletter .field.newsletter {
        max-width: none;
    }
}
.newsletter-container {
    border: 1px solid #ededee;
    box-shadow: 0px 6px 3px -5px rgba(0, 0, 0, 0.3);
}
.newsletter-container .register-privacy {
    position: relative;
}
.newsletter-container .register-privacy input.checkbox {
    position: absolute;
    top: 4px;
}
.newsletter-container .register-privacy label {
    font-size: 14px;
    line-height: 24px;
}
.newsletter-container h2, .newsletter-container h5 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.newsletter-container strong {
    font-size: 20px;
    line-height: 30px;
    color: #cf2048;
}
.newsletter-container .form {
    margin-top: 8px;
}
.newsletter-container .form .form-control {
    margin-bottom: 5px;
    border: 2px solid #b7b7b7;
    height: 43px !important;
}
.newsletter-container p {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
}
.newsletter-container .tag-container {
    border-color: transparent;
}
.newsletter-container .btn {
    margin-top: 10px;
    margin-bottom: 15px;
}
.block.newsletter {
    max-width: unset;
    width: 100%;
}
.block.newsletter .field label {
    width: 100%;
}
.block.newsletter .field .control:before {
    content: none;
}
.block.newsletter input {
    padding: 0 9px;
    margin-right: 0;
}
.block.newsletter .actions {
    display: block;
    width: 100%;
}
.block.newsletter .action.subscribe {
    border-radius: 0;
}

@media(max-width: 991px) {
    .newsletter-container {
        margin-bottom: 25px;
        height: auto !important;
    }
    .newsletter-container.box {
        padding: 25px 15px;
    }
    .newsletter-container h2, .newsletter-container h5 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media(max-width: 767px) {
    .newsletter-container h2, .newsletter-container h5 {
        font-size: 21px;
        line-height: 31px;
    }
    .newsletter-container strong {
        font-size: 18px;
        line-height: 18px;
    }
}
@media(max-width: 480px){
    .newsletter-container p {
        font-size: 14px;
        line-height: 22px;
    }
}

/*** Box ***/
.box {
    background-color: #fff;
    padding: 50px;
    position: relative;
}
.box:after {
    content: '';
    display: table;
    clear: both;
}
.box-text p {
    margin-bottom: 0
}
.box-text ul {
    padding-left: 20px;
    margin-bottom: 15px
}
.box-text ul li {
    color: #777;
    list-style: disc
}
.box-text p strong {
    color: #28292b
}
.box-text h6 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px
}
.box-sm {
    background-color: #fff;
    padding: 15px
}
.box-sm .tag {
    float: right
}
.box-style {
    border: 1px solid #EDEDEE;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,0.3);
    padding: 25px;
    margin-bottom: 25px
}
.box form .btn:not(.btn-link),
.box .block-new-customer .btn {
    min-width: 240px;
}
@media(max-width: 991px) {
    .box,.box.box-style {
        padding:25px 15px
    }
}

/*** Breadcrumb ***/
.breadcrumbs a,
.breadcrumbs a:visited {
    color: #777;
    font-weight: normal;
}
.breadcrumbs strong {
    color: #c1c1c1;
    font-weight: normal;
}
.breadcrumbs .item:not(:last-child):after {
    content: '/\00a0';
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-left: 2px;
    color: #ccc;
}

/*** Price ***/
.old-price,
.old.price {
    text-decoration: none;
}
.price-container {
    min-height: 54px
}
.product-item .price-box .price,
.price-container .price-final_price .price,
.price-container .special-price .price,
.catalog-product-view .price-box .price,
.catalog-product-view .price-final_price .price,
.catalog-product-view .special-price .price,
.product-info-main .special-price .price,
.product-options-bottom .price-final_price .price,
.product-info-main .price-box .price-wrapper .price {
    font-weight: bold;
    font-size: 20px;
    color: #cf2048;
}
.product-item .special-price,
.catalog-product-view .special-price {
    display: initial;
}
.catalog-product-view .prices-tier .price-container {
    min-height: 36px;
}
.product-item .saving-price,
.catalog-product-view .saving-price,
.price-container .saving-price {
    display: block;
    color: #73A1D6;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.price-box .old-price .price,
.price-box .old.price .price,
.product-item .price-box .old-price .price,
.catalog-product-view .price-box .old-price .price,
.old-price.sly-old-price.no-display .price-final_price .price {
    color: #777;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    margin-right: 5px;
    text-decoration: line-through;
}
.old-price.sly-old-price.no-display .price-final_price .price {
    float: left;
}
.product-item .price-box .price-label,
.catalog-product-view .price-box .price-label {
    display: none;
}
.catalog-product-view .price-box .old-price .price,
.product-info-main .price-final_price .old-price .price {
    font-size: 18px;
    line-height: 18px;
}
.catalog-product-view .price-container .saving-price {
    font-size: 14px;
    line-height: 24px;
}
.catalog-product-view .box-tocart div.mage-error[generated] {
    margin-top: 0;
    margin-bottom: 15px;
}
.product-info-main .special-price .price,
.product-options-bottom .price-final_price .price {
    font-size: 26px;
    line-height: 26px;
}
.tag-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #cf2048;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    z-index: 2;
    border-radius: 15px;
    line-height: 10px;
    height: 30px;
    padding: 10px;
    text-align: center;
}

/*** Rating ***/
.rating-summary .rating-result:before {
    color: #EDEDEE;
}
.rating-summary .rating-result > span:before {
    color: #f5d400;
}

/*** Forms ***/
.fieldset .field,
.fieldset > .field {
    margin-bottom: 15px
}
.fieldset .field:not(.choice) .label,
.fieldset > .field:not(.choice) > .label,
.fieldset > .fields > .field:not(.choice) > .label,
.column:not(.main) .fieldset > .field:not(.choice) .label,
.column:not(.main) .fieldset > .fields > .field:not(.choice) .label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
    font-family: 'Lato', sans-serif;
    border: 2px solid #d6d6d6;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    height: 40px !important;
    margin-bottom: 5px;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea {
    font-family: 'Lato', sans-serif;
    border: 2px solid #d6d6d6;

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus,
textarea:focus {
    outline: none;
    border-color: #999;
    box-shadow: none;
    background-color: #fafafa;
}
.login-container .fieldset:after {
    font-size: 12px;
    font-weight: normal;
    color: #737373;
    margin-top: 25px;
}
.field.choice,
.amcheckout-checkboxes .admin__field,
.checkout-index-index .table-checkout-shipping-method tr td.col-method {
    position: relative;
    font-size: 14px;
}
.field.choice input[type=checkbox],
.field.choice input[type=radio],
.amcheckout-checkboxes .admin__field input[type=checkbox],
.checkout-index-index .table-checkout-shipping-method tr td.col-method input[type=radio] {
    display: none;
}
.field.choice input[type=checkbox] + label,
.field.choice input[type=radio] + label,
.amcheckout-checkboxes .admin__field input[type=checkbox] + label,
.checkout-index-index .table-checkout-shipping-method tr td.col-method input[type=radio] + label {
    padding-left: 12px;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: none !important;
    line-height: 24px;
}
.field.choice input[type=checkbox] + label:before,
.field.choice input[type=checkbox]:checked + label:before,
.amcheckout-checkboxes .admin__field input[type=checkbox] + label:before,
.amcheckout-checkboxes .admin__field input[type=checkbox]:checked + label:before {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.field.choice input[type=checkbox]:checked + label:before,
.amcheckout-checkboxes .admin__field input[type=checkbox]:checked + label:before {
    content: '\f14a';
    color: #cf2048;
}
.field.choice input[type=radio] + label:before,
.field.choice input[type=radio]:checked + label:before,
.checkout-index-index .table-checkout-shipping-method tr td.col-method input[type=radio] + label:before,
.checkout-index-index .table-checkout-shipping-method tr td.col-method input[type=radio]:checked + label:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.field.choice input[type=radio]:checked + label:before,
.checkout-index-index .table-checkout-shipping-method tr td.col-method input[type=radio]:checked + label:before {
    content: '\f111';
    color: #cf2048;
    font-weight: 700;
}
.field.choice input[type=checkbox] + label a,
.field.choice input[type=radio] + label a,
.amcheckout-checkboxes .admin__field input[type=checkbox] + label a {
    font-weight: 700;
}
.field.choice input[type=checkbox] + label a:hover,
.field.choice input[type=radio] + label a:hover,
.amcheckout-checkboxes .admin__field input[type=checkbox] + label a:hover {
    text-decoration: underline;
}
.choice.register-agreemen,
.choice.register-privacy,
.choice.newsletter,
.choice#div-privacy {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.choice.register-agreemen input,
.choice.register-privacy input,
.choice.newsletter input,
.choice#div-privacy input {
    position: absolute;
    top: 4px;
    left: 0;
}
.choice.register-agreemen label,
.choice.register-privacy label,
.choice.newsletter label,
.choice#div-privacy label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.field-error,
div.mage-error[generated] {
    color: #cf2048;
    font-size: 12px;
    font-weight: normal;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea,
.input-text.mage-error {
    border-color: #cf2048;
}
.fieldset .field.required .label:after,
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
    content: '*';
    color: #cf2048;
    font-size: 12px;
    margin: 0 0 0 5px;
}
.fieldset > .field .additional .label:after,
.nested > .field.additional .label:after {
    content: none;
}
@media(max-width: 767px) {
    .fieldset > .field.choice:before,
    .fieldset > .field.no-label:before {
        content: '';
        padding: 6px 15px 0 0;
        box-sizing: border-box;
        content: ' ';
        float: left;
        height: 1px;
        width: auto !important;
    }
    .login-container .fieldset:after {
        text-align: left;
    }
}


/*** Customer ***/
.login-container:before {
    content: none;
}
.login-container .block .block-title {
    border-bottom: 2px solid #EDEDEE;
    margin-bottom: 25px;
}
.login-container .block .block-title strong {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.fieldset > .field.note,
.login-container .block-new-customer .block-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #a0a0a0;
    margin-bottom: 15px;
}
.customer-account-forgotpassword .block-title {
    margin-bottom: 25px;
}
.customer-account-forgotpassword .block-title strong {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.customer-account-create .fieldset.create.info {
    margin-bottom: 0;
}
.customer-account-create .fieldset > .field,
.customer-account-create .fieldset > .field:last-child,
.customer-account-create .fieldset > .fields > .field:last-child {
    margin-bottom: 5px;
}
.customer-account-create .field-recaptcha {
    margin-top: 20px;
}
/*** 2 Col Customer Account Create ***/
.customer-account-create .fieldset.create.info .field.note {
    width: 100%;
}
.customer-account-create .fieldset.create .field {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.customer-account-create .fieldset.create .choice {
    margin-left: 10px;
    margin-right: 10px;
}
@media(min-width: 992px) {
    .customer-account-create .fieldset.create .field.field-name-firstname,
    .customer-account-create .fieldset.create .field.field-name-lastname,
    .customer-account-create .fieldset.create .field.password,
    .customer-account-create .fieldset.create .field.confirmation {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*** Customer Account ***/
.account-nav .content,
.account .sidebar .content {
    background-color: transparent;
    padding: 0;
}
.account-nav .item a,
.account-nav .item > strong,
.account .sidebar .item a,
.account .sidebar .item > strong {
    border: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 2px 0;
}
.account-nav .item a:hover,
.account .sidebar .item a:hover {
    color: #cf2048;
    background-color: transparent;
    text-decoration: underline;
}
.account-nav .item.current a,
.account-nav .item.current strong,
.account .sidebar .item.current a,
.account .sidebar .item.current strong {
    color: #cf2048;
    font-weight: 400;
}
.account-nav .item .delimiter,
.account .sidebar .item .delimiter {
    margin: 8px 0;
    border-color: #EDEDEE;
}
.account .sidebar .item,
.account .sidebar .item .delimiter {
    width: 100%;
}
@media(min-width: 992px) {
    .account .sidebar .content {
        margin-top: 50px
    }
}
@media(max-width: 768px) {
    .account .sidebar .block-collapsible-nav .title {
        display: none !important;
    }
    .account .sidebar .block-collapsible-nav .title:after {
        content: none !important;
    }
    .account .sidebar .block-collapsible-nav,
    .account .sidebar .content {
        display: block !important;
        border: 0;
    }
    .account .sidebar .block-collapsible-nav {
        position: relative;
        top: unset;
        left: unset;
    }
}
.account .box-sm {
    padding: 25px;
    border: 1px solid #ededee
}
.account .column.main .block:not(.widget) .block-content .box.box-style {
    margin-bottom: 25px;
}
.account .column.main .block:not(.widget) .block-title {
    font-size: 18px;
    font-weight: normal;
    border-bottom: 2px solid #EDEDEE;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.account .column.main .block:not(.widget) .block-title > .action {
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    float: right;
}
.account .column.main .block:not(.widget) .box-title {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #EDEDEE;
    border-left: 2px solid #EDEDEE;
    padding-left: 5px;
    color: #c1c1c1;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 5px;
}
.account .column.main .block:not(.widget) .box-title > span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}
.account .column.main .block:not(.widget) .block-content p,
.account .column.main .block:not(.widget) .block-content address {
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}
.account .column.main .block:not(.widget) .block-content p:last-child {
    margin-bottom: 10px;
}
.account.customer-address-form .field .nested {
    margin-top: 8px;
}
.account .form-edit-account .col-mp.mp-12 {
    padding: 0;
    margin-bottom: 25px;
}
.account .form-edit-account .col-mp.mp-12 label[for=customer-account-edit-trustedshops-mails-accepted] {
    display: inline;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px;
}
.account .fieldset > .legend {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #EDEDEE;
    border-left: 2px solid #EDEDEE;
    padding-left: 5px;
    color: #c1c1c1;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
}
.account .page-title-wrapper .page-title {
    font-size: 28px;
    line-height: 38px;
}
.account .table:not(.cart):not(.totals) > thead > tr > th,
.account .table:not(.cart):not(.totals) > thead > tr > td,
.account .table:not(.cart):not(.totals) > tbody > tr > td {
    border-bottom: 2px solid #EDEDEE;
}
.account .table thead th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 1px;
}
.account .table tbody {
    font-weight: normal;
    font-size: 14px;
}
.account .table-wrapper td.status {
    font-style: italic;
}
.account .table-wrapper td.actions {
    text-align: center;
}
.account .table-wrapper .action {
    font-size: 13px;
    margin-right: 0;
}
.account .toolbar {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border: 0;
}
.account .toolbar .toolbar-amount {
    padding-top: 0;
    color: #28292b !important;
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal !important;
    font-weight: 400 !important;
}
.account .limiter-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.account .order-details-items {
    border-bottom: 0;
}
.account .table-wrapper.order-items .item-options-container {
    font-size: 13px;
}
.account .table-wrapper.order-items .item-options-container span.price {
    display: none;
}
.block-order-details-view .box {
    padding: 0;
}
.block-order-details-view .box-content .payment-method .title {
    font-size: inherit;
    text-align: left;
    margin: 0;
    font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
    padding-left: 15px;
}
.account.sales-order-view .column.main .block:not(.widget) .box-title {
    width: 150px;
    padding-right: 10px;
    float: left;
    border: 0;
    padding: 0;
    letter-spacing: unset;
}
.account.sales-order-view .column.main .block:not(.widget) .box-title > span {
    color: #28292b;
    font-size: 15px;
    line-height: 1.4;
}
.account .block-order-details-view .box .box-content {
    float: left;
    color: #777;
}
.account .order-actions-toolbar,
.page-title-wrapper .order-date {
    font-weight: normal;
}
.account .order-actions-toolbar {
    margin-bottom: 0;
}
.account .order-actions-toolbar .action {
    float: right;
}
.account .order-actions-toolbar .action {
    margin-right: 15px;
}
.account .order-links {
    border-bottom: 2px solid #EDEDEE;
    padding-bottom: 10px;
}
.account .order-links .item,
.account .order-links .item strong {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.table-order-items .price-including-tax .price,
.table-order-items .price-excluding-tax .price {
    font-weight: normal;
    font-size: 14px;
}
.order-details-items .table-order-items .product-item-name {
    font-weight: 400;
    text-transform: uppercase;
}
.order-details-items .items-qty .content {
    font-weight: 400;
}
.table-order-items.table:not(.cart):not(.totals) tfoot > tr > th {
    font-weight: 400;
    background: none;
    text-transform: uppercase;
}
.table-order-items.table:not(.cart):not(.totals) > tfoot > tr > th,
.table-order-items.table:not(.cart):not(.totals) > tfoot > tr > td {
    border-top: 2px solid #EDEDEE;
}
.table-order-items.table tfoot > tr.totals-tax {
    display: none;
}
.table-order-items.table tfoot > tr.grand_total {
    font-size: 18px;
}
.table-order-items.table tfoot > tr.grand_total strong {
    font-weight: 600;
}
.table-order-items.table tfoot > tr.grand_total > td.amount {
    color: #cf2048;
}
.block-order-details-comments .comment-content {
    font-weight: normal;
}
.return-status, .order-status {
    font-size: 16px;
    text-transform: uppercase;
}
.account .gdpr-delete-message {
    color: #777;
}
.account.customer-address-index .block .box-actions a {
    font-size: 14px;
    font-weight: normal;
    margin-right: 8px;
}
.products-grid.wishlist .product-item-tooltip {
    display: none;
}
@media(min-width: 992px) {
    .account-nav .content {
        margin-top: 50px;
    }
}
@media(max-width: 991px) {
    .account .page-title-wrapper .page-title {
        font-size: 21px;
        line-height: 31px;
    }
}
@media(max-width: 767px) {
    .account .column.main {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .account .column.main .block:not(.widget) .block-content .box.h-100 {
        height: auto !important;
    }
    .account .toolbar .toolbar-amount,
    .account .toolbar .limiter,
    .account .toolbar .pages {
        margin-bottom: 0;
    }
    .account .toolbar .toolbar-amount {
        float: left;
    }
    .account .toolbar .limiter {
        float: right;
    }
    .products-grid.wishlist .product-image-container {
        max-width: 100%;
    }
    .products-grid.wishlist .product-item-photo {
        float: none;
        margin-right: 0;
    }
    .products-grid.wishlist .product-item {
        padding-top: 0;
        padding-bottom: 0;
    }
    .products-grid.wishlist .product-item,
    .products-grid.wishlist .product-item:first-child {
        border: 0;
    }
    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 0;
    }
    .products-grid.wishlist .product-item .price-box {
        margin-bottom: 15px;
    }
    .products-grid.wishlist .list-product .box-sm {
        position: relative;
    }
    .products-grid.wishlist .list-product .box-sm:after {
        content: '';
        display: table;
        clear: both;
    }
}
@media(max-width: 639px) {
    .account .table-wrapper td.actions {
        text-align: left;
    }
    .account .table-wrapper .action {
        margin-right: 5px;
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
        color: #28292b;
        text-transform: uppercase;
        font-size: 12px;
        font-style: normal;
    }
    .account .toolbar .limiter {
        clear: none;
    }
}


/*** wishlist ***/
.wishlist-index-index .products-grid .product-items {
    margin-left: -10px;
    margin-right: -10px;
}
.wishlist-index-index .product-item-info {
    width: inherit;
}
.wishlist-index-index .box-sm {
    padding: 15px;
}
.wishlist-index-index .toolbar {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 0;
    border: 1px solid #EDEDEE;
    border-top: 2px solid #EDEDEE;
    background: #fff;
    vertical-align: middle;
    padding: 8px 8px 8px 8px;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,0.3);
}
.wishlist-index-index .toolbar .toolbar-amount {
    padding-top: 7px;
}
.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-bottom: 0px;
}
.wishlist-index-index .products-grid.wishlist .product-item-name a {
    display: inline-block;
}
.wishlist-index-index .products-grid .product-item {
    margin-bottom: 0;
}

/*** List product ***/
.list-product .overlay {
    z-index: 2
}
.list-product .product-item-details a {
    display: inline-block;
}
.list-product .box-sm p,
.list-product .product-name a,
.list-product h2.product-name,
.table-comparison .product-item-name > a {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    color: #28292b;
    text-align: left;
    display: block;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.list-product h2.product-name:hover,
.table-comparison .product-item-name > a:hover {
    text-decoration: underline;
}
.list-product .box-sm {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #EDEDEE;
    margin-bottom: 20px;
}
.list-product .box-sm:hover {
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.3)
}
.list-product .box-sm .img-container:hover .overlay {
    color: #28292b;
    background-color: rgba(239,239,239,0.5)
}
.list-product .box-sm .img-container:hover .overlay i {
    color: #28292b;
    opacity: 1
}
.list-product .box-sm .img-container {
    margin-bottom: 15px;
}
.list-product .box-sm .free-shipping {
    position: absolute;
    bottom: 28px;
    left: 0;
    font-size: 11px;
    font-weight: 600;
    background: #20ad65;
    color: #fff;
    line-height: 11px;
    padding: 5px 10px;
    margin: 0;
    z-index: 2;
}
.list-product h2 {
    margin-bottom: 0 !important;
}
.list-product .box-sm .product-reviews-summary {
    position: absolute;
    bottom: 0;
    left: 7px;
    margin: 0;
    z-index: 1;
}
.list-product .box-sm .product-reviews-summary .reviews-actions {
    position: relative;
    top: 4px;
    left: -3px;
    font-weight: bold;
}
.list-product .box-sm .price-box {
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
}
.list-product .box-sm .stock.unavailable span,
.table-comparison .stock.unavailable span {
    color: #ccc;
    border: 2px solid #EDEDEE;
    line-height: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 5px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.product-item .tocompare:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
    content: none;
}
.product-item-actions .actions-primary {
    display: block;
}
.product-item-actions,
.product-item-actions > * {
    font-size: 12px;
    font-weight: 400;
}
.product-extra {
    margin-top: 15px;
}
.product-extra i {
    margin-right: 3px;
}
.product-extra a {
    white-space: nowrap;
}
.product-extra a:hover span,
.product-extra a.action.tocompare:hover span {
    text-decoration: underline;
}
.product-extra a.action.tocompare:hover {
    text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
    position: relative;
    height: auto;
}
.product-items .action.towishlist,
.products.list.items .action.towishlist {
    display: block;
}
.products-grid .product-item-actions {
    margin-bottom: 0px;
}
@media(max-width: 575px) {
    .list-product .item .product-extra > div[class*='col-'] {
        width:100%
    }
    .product-items .action.tocompare {
        display: inline-block;
        margin-top: 15px;
    }
}
@media(max-width: 480px) {
    .list-product .box-sm {
        padding:0;
        border: 0
    }
    .list-product .box-sm:hover {
        box-shadow: none
    }
    .list-product .box-sm p,.list-product .product-name a {
        line-height: 16px
    }
    .list-product .item .price-container .old-price {
        font-size: 13px
    }
    .list-product .item .price-container .new-price,.list-product .item .price-container .regular-price .price {
        font-size: 18px
    }
    .list-product .item .btn-white.btn-sm {
        padding: 8px;
        letter-spacing: 0
    }
    .list-product .box-sm .free-shipping {
        padding-left: 5px;
        padding-right: 5px
    }
}

/*** Toolbar / Pages ***/
.toolbar {
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 0;
    border: 1px solid #EDEDEE;
    border-top: 2px solid #EDEDEE;
    background: #fff;
    padding: 8px 10px 3px 10px;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,0.3);
}
.toolbar .limiter-text {
    display: none;
}
.toolbar-amount {
    padding-top: 0;
    color: #28292b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.limiter-options,
.sorter-options {
    display: inline;
    width: inherit;
    height: inherit;
    height: 29px !important;
    line-height: 29px;
    padding: 0 5px;
    border: solid 2px #EDEDEE;
    margin-bottom: 0;
}
.limiter-options:focus,
.sorter-options:focus {
    outline: none;
    border-color: #EDEDEE;
    box-shadow: none;
    background-color: #fafafa;
}
.toolbar .limiter label,
.toolbar .sorter label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.sorter .sorter-action {
    padding: 0 10px;

}
.sorter-action:before {
    content: '\f148';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 300;
    font-size: 22px;
    position: absolute;
    top: 0px;
    left: 8px;
    color: #28292b;
}
.sorter .sort-desc:before {
    content: '\f149';
}
.products.wrapper ~ .toolbar .pages {
    float: right;
    margin-bottom: 7px;
}
.pages .item {
    margin-left: 5px;
}
.pages a.page,
.pages a.page:visited,
.pages strong.page,
.pages .action.next,
.pages .action.previous {
    border: 0;
    background-color: #EDEDEE;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    color: #777;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}
.pages a.page:hover,
.pages a.page:visited:hover,
.pages .item.current strong.page,
.pages .action.next:hover,
.pages .action.previous:hover {
    color: #fff;
    background-color: #28292b;
}
.pages .action.next:before,
.pages .action.previous:before,
.pages .action.next:visited:before,
.pages .action.previous:visited:before {
    color: #777;
    font-size: 34px;
    margin-left: -4px;
}
.pages .action.next:hover:before,
.pages .action.previous:hover:before {
    color: #fff;
}
@media(max-width: 767px) {
    .page-products .toolbar-amount {
        float: left;
        margin-top: 3px;
    }
    .page-products .toolbar .sorter {
        float: right;
    }
    .page-products .sorter-options {
        max-width: 100px;
    }
}
@media(max-width: 575px) {
    .page-products .toolbar-amount {
        float: none;
        display: block;
        text-align: left;
        margin-top: 0;
        margin-bottom: 3px;
    }
    .page-products .toolbar .limiter {
        float: left !important;
    }
}
@media(max-width: 480px) {
    .page-products .toolbar .sorter {
        float: left;
        margin-left: 0 !important;
        margin-bottom: 5px;
    }
}

/*** Category products ***/
.page-products .clear-all-filters {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 15px;
}
.page-products h1.page-title {
    font-size: 24px;
    line-height: 34px;
}
.page-products .category-cms .title-sm {
    font-size: 24px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.page-products .category-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}
.page-products .category-description p {
    color: #28292b;
    margin-bottom: 15px;
}
.page-products .category-description h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
.page-products .category-description li {
    font-size: 16px;
    line-height: 26px;
}
.page-products .sublines .img-container {
    text-align: center;
    margin-bottom: 25px;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}
.page-products .sublines .img-container span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400
}
.page-products .sublines .img-container:hover {
    text-decoration: none;
    color: #fff;
    background-color: #cf2048;
    border-color: #cf2048
}
.page-products .amsearch-related-terms > .amsearch-title {
    color: #989898;
    font-weight: normal;
    font-size: 14px;
}
.page-products .amsearch-related-terms > .amsearch-item {
    color: #fff;
    background-color: #989898;
    font-size: 11px;
    line-height: 11px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0;
    margin: 0 10px 10px 0;
    line-height: 1.5;
}
.page-products .amsearch-related-terms > .amsearch-item:hover {
    color: #fff;
    background-color: #393a3d;
    text-decoration: none;
}
.page-products .block.filter .filter-title {
    display: none;
}
.page-products .toolbar .limiter {
    display: inline-block;
    float: right;
}
.products.wrapper ~ .toolbar .limiter {
    display: none;
}
.page-products .toolbar .sorter {
    padding-top: 0;
    margin-left: 15px;
}
.page-product-configurable .price-box .price-label {
    font-size: 1rem;
}
.amshopby-filter-current.filter-current {
    margin-bottom: 5px;
}
.amshopby-filter-current.filter-current .block-subtitle.filter-current-subtitle {
    display: block;
    background-color: #cf2048;
    border: 0;
    box-shadow: none;
    color: #fff;
    padding: 7px 10px 7px 24px;
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.amshopby-filter-current .amshopby-items {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #EDEDEE;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,0.3);
}
.amshopby-filter-current .amshopby-item.item {
    padding: 0;
    padding-right: 20px;
    margin-bottom: 5px;
}
.amshopby-filter-current .amshopby-filter-name {
    color: #c1c1c1;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}
.amshopby-filter-current .amshopby-filter-value {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: normal;
}
.amshopby-filter-current .amshopby-remove {
    left: unset;
    right: 0;
    width: 14px;
    height: 14px;
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
    background-color: #cf2048;
}
.block-actions.filter-actions,
.block-content.filter-content strong.filter-subtitle {
    display: none;
}
.filter-options .filter-options-title {
    background-color: #EDEDEE;
    font-size: 14px;
    color: #28292b;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 7px 10px 7px 10px;
    margin-bottom: 0;
}
.filter-options .filter-options-content {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #EDEDEE;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,0.3);
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*="am-filter-items-"].am-labels-folding .item:not(.swatch-option-link-layered) input[type="radio"],
.filter-options .amshopby-category-dropdown + form .item input[type="radio"],
.filter-options [class*="am-filter-items-"].am-labels-folding .item:not(.swatch-option-link-layered) input[type="checkbox"],
.filter-options .amshopby-category-dropdown + form .item input[type="checkbox"],
.filter-options .filter-options-content .item input[type="radio"] {
    -moz-appearance: initial;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
    border: 2px solid #d6d6d6;
    border-radius: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    height: 40px !important;
    margin-bottom: 5px;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}
.filter-options-content .items a {
    font-size: 14px;
    font-weight: normal;
    padding-left: 21px;
}
.filter-options-content .item a:hover {
    color: #28292b;
}
.filter-options-content .items a.am_shopby_link_selected {
    color: #cf2048;
}
.filter-options .filter-options-content .item {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1px !important;
}
.filter-options .filter-options-content .item input[type="radio"] {
    visibility: hidden;
    position: absolute;
    top: -1px !important;
    left: 1px !important;
    margin: 0;
}
.filter-options .filter-options-content .item input[type="radio"]:before {
    visibility: visible;
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.filter-options .filter-options-content .item input[type="radio"]:checked:before {
    content: '\f14a';
}
.filter-options .items:not(.items-children) > .item:not(.-is-collapsible).-filter-parent {
    margin-left: 0;
}
.filter-options .filter-options-content .am-labels-folding .item .am-input {
    margin-right: 9px !important;
    top: -2px !important;
}
.filter-options .count {
    color: #a0a0a0;
    margin-left: 3px;
    font-size: 12px;
    line-height: 12px;
}
.filter-options .count:before {
    content: '[';
}
.filter-options .count:after {
    content: ']';
}
.filter-options-content  .items[class*='category_ids']:not(.items-children) > .item > a {
    font-weight: normal;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
    color: #cf2048;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count,
.filter-options-content .item a:hover .count {
    color: #a0a0a0;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input, .filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'], .filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'], .filter-options .am-category-view input[type='radio'],
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
    display: initial;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: calc(50% - 100px);
    background-image: url(../images/amshopby-overlay.gif);
    width: 200px;
    height: 200px;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
}
@media(min-width: 992px) {
    .filter-options .filter-options-title {
        pointer-events: none;
    }
}
@media(max-width: 991px) {
    .page-products .sublines .img-container img {
        width: 100%;
    }
    .filter-options .filter-options-title {
        position: relative;
        margin-top: 12px;
        padding-left: 27px;
    }
    .filter-options .filter-options-title:before {
        content: '\f067';
        font-family: 'Font Awesome 5 Pro';
        display: inline-block;
        font-weight: 400;
        position: absolute;
        left: 10px;
    }
    .filter-options .filter-options-title[aria-expanded="false"]:before {
        content: '\f067';
    }
    .filter-options .filter-options-title[aria-expanded="true"]:before {
        content: '\f068';
    }
    .filter-options .filter-options-content .item input[type="radio"]:before {
        font-size: 15px;
        top: 2px;
    }
}

/*** List tag product ***/
.tag-container {
    color: #989898;
    font-weight: normal;
    border-bottom: 1px solid #EDEDEE;
    padding-top: 10px;
}
.tag-container .list-inline.list-tag {
    margin-bottom: 0;
}
.tag-container .list-inline-item a {
    color: #fff;
    background-color: #989898;
    font-size: 11px;
    line-height: 11px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: normal;
}
.tag-container .list-inline-item a:hover {
    color: #fff;
    background-color: #393a3d;
    text-decoration: none;
}
.tag-container > ul {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
@media (max-width: 767px){
    .catalog-product-view .tag-container {
        display: none;
    }
}
@media (min-width: 576px) {
}
@media (min-width: 768px){
    .tag-container > ul {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .tag-container > ul {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px){
    .tag-container > ul {
        max-width: 1140px !important;
    }
}
@media (min-width: 1400px){
    .tag-container > ul {
        max-width: 1370px !important;
    }
}

/*** modal ***/
.modal-popup .modal-header {
    padding: 18px 15px;
    border-color: #eeeeee;
    min-height: 62px;
}
.modal-popup .modal-title {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
}
.modal-popup .action-close {
    padding: 15px;
}
.modal-popup .modal-content {
    border: 0;
    border-radius: 0;
    padding: 15px;
}
.modal-popup .modal-footer {
    padding: 15px 25px;
    border-color: #eeeeee;
}
.modal-popup .modal-footer .action-secondary {
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #28292b;
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    padding: 8px 0;
    border-bottom: solid 2px #EDEDEE;
    font-weight: 600;
    margin-right: 25px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-popup .modal-footer .action-secondary:hover {
    text-decoration: none;
    border-color: #28292b;
}
.modal-popup .modal-footer .action-primary {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 14px 20px;
    font-weight: 600;
    background-color: #28292b;
    color: #fff;
    border: 0;
    overflow: hidden;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-popup .modal-footer .action-primary:hover,
.modal-popup .modal-footer .action-primary:focus,
.modal-popup .modal-footer .action-primary:active {
    background-color: #28292b;
    color: #fff;
}
.modal-popup .action-hide-popup {
    color: #28292b;
    padding: 10px 0 5px 0;
    margin: 0;
    height: inherit;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    background: none;
    border-bottom: solid 2px #EDEDEE;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-popup .action-hide-popup:hover {
    border-color: #28292b;
}

/*** cart ***/
.cart.table-wrapper {
    border: 1px solid #EDEDEE;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,0.3);
    padding: 15px;
    margin-bottom: 25px;
}
.checkout-cart-index p.shipping-container {
    font-size: 16px;
    font-weight: normal;
    color: #20ad65;
}
.checkout-cart-index p.free-shipping-container {
    color: #20ad65;
    font-size: 16px;
    font-weight: normal;
}
.checkout-cart-index p.shipping-container span.price {
    color: #28292b;
}
.checkout-cart-index .table thead th {
    border: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 0 !important;
}
.cart.table-wrapper .col.qty,
.checkout-cart-index .table thead th {
    text-align: center;
}
.checkout-cart-index .table thead th.item {
    text-align: left;
}
.cart.table-wrapper .items thead + .item {
    border-top: 0;
}
.cart.table-wrapper .item .col {
    border: 0;
}
.cart.table-wrapper .items > .item {
    border-bottom: 2px solid #EDEDEE;
}
.cart.table-wrapper .items > .item:last-child {
    border-bottom: 0;
}
.cart.table-wrapper .product-item-name {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 400;
}
.cart.table-wrapper .item .price {
    font-size: 13px;
    color: #28292b;
    line-height: 13px;
    font-weight: 400;
}
.cart.table-wrapper .item-actions td {
    border-top: 0;
}
.cart.table-wrapper .actions-toolbar>.action.action-edit,
.action-gift {
    display: none;
}
.cart-container .control.qty {
    border: 1px solid #d0d3d4;
    width: 92px;
}
.cart-container .control.qty button {
    background: #fff;
}
.cart-container .control.qty button:hover {
    background-color: #fafafa;
}
.cart-container .control.qty button,
.cart-container .cart.table-wrapper .col.qty .input-text {
    border: 0;
    width: 30px;
    padding: 4px 5px;
    height: 30px !important;
}
.cart-container .control.qty .input-group {
    margin-bottom: 0 !important;
}
.cart-container .control.qty .input-group-prepend,
.cart-container .control.qty .input-group-append {
    margin: 0;
}
.cart-container .actions-toolbar .action.action-delete {
    font-size: 11px;
    line-height: 11px;
    color: #c1c1c1;
    margin-top: 5px;
    text-decoration: none !important;
    font-weight: bold;
    background: none;
    padding: 0;
    border: 0;
}
.cart-container .actions-toolbar .action.action-delete:hover {
    opacity: 0.8;
    background: none;
    padding: 0;
    border: 0;
}
.cart-container .form-cart .action.continue.btn-back {
    position: relative;
    color: #28292b;
    padding: 10px 0 5px 0;
    margin: 0;
    height: inherit;
    text-transform: uppercase;
    border-bottom: solid 2px #EDEDEE;
    font-size: 11px;
    line-height: 21px;
    padding-left: 12px;
}
.cart-container .form-cart .action.continue.btn-back:hover {
    color: #28292b;
    border-color: #28292b;
}
.cart-container .form-cart .action.continue.btn-back::before {
    content: "\00AB";
    position: absolute;
    left: 0px;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}
.cart-container .form-cart .action.update:hover,
.cart-container .form-cart .action.update:focus,
.cart-container .form-cart .action.update:active {
    background-color: rgba(0,0,0,.07);
    color: #28292b;
    border: 2px solid #28292b;
}
.cart-summary .block .fieldset {
    margin-left: 0;
    margin-right: 0;
}
.cart-summary .block .fieldset.coupon {
    border-bottom: 2px solid #EDEDEE;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.cart-summary .block.shipping {
    display: none;
}
.cart-container .cart-summary {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #EDEDEE;
    -webkit-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
    box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
}
.cart-summary > .summary.title {
    display: none;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: left;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
    font-size: inherit;
    font-weight: inherit;
}
.cart-summary .actions-toolbar > .primary button {
    background-color: #fff;
    color: #28292b;
    border: 2px solid #28292b;
}
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active {
    color: #28292b;
    border: 2px solid #28292b;
    background-color: rgba(0,0,0,.07);
}
.cart-totals {
    border-top: 0;
}
.cart-totals .mark, .opc-block-summary .table-totals .mark {
    background: none;
}
.cart-totals .totals.sub th,
.cart-totals .totals.sub td {
    border-top: 0;
}
.cart-totals .totals.sub td {
    font-weight: normal;
}
.cart-totals .table td,
.cart-totals .table th {
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart-totals .table td.amount {
    font-weight: normal;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
    padding-top: 15px;
    padding-bottom: 15px;
}
.cart-totals .totals th {
    text-align: right;
}
.cart-totals .totals .title {
    font-weight: normal;
    font-size: inherit;
    text-transform: none;
    text-align: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
.cart-totals .grand.totals {
    font-size: 19px;
    font-weight: 600;
    padding: 2px 0;
    min-width: 100px;
    vertical-align: top;
    border-top: 2px solid #EDEDEE;
    border-bottom: 2px solid #EDEDEE;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
    font-weight: 600;
}
.cart-container tr.totals-tax {
    display: none;
}
.cart.table-wrapper .actions-toolbar > .action-towishlist {
    display: none;
}
.block-cart-failed .action.update, .cart-container .form-cart .action.update {
    padding-left: 8px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
    content: '\f021';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 400;
    font-size: inherit;
    line-height: 1.8;
}
@media(max-width: 991px) {
    .cart-container .cart-summary {
        margin-top: 50px;
    }
}
@media(max-width: 767px) {
    .cart.table-wrapper .item-info {
        position: relative;
        display: block;
    }
    .cart.table-wrapper .item .col {
        float: left;
    }
    .cart.table-wrapper .item .col:after {
        content: '';
        display: table;
        clear: both;
    }
    .cart.table-wrapper .item .col.item {
        position: relative;
        width: 100%;
        display: block;
        min-height: 138px;
        padding: 0;
        padding-top: 15px;
        padding-left: 138px;
    }
    .cart.table-wrapper .product-item-photo {
        max-width: 123px;
    }
    .cart.table-wrapper .product-item-name {
        padding-right: 20px;
    }
    .cart.table-wrapper .item .col.price,
    .cart.table-wrapper .item .col.qty,
    .cart.table-wrapper .item .col.subtotal {
        text-align: left;
        padding-top: 8px;
        padding-bottom: 15px;
        font-size: 13px;
        line-height: 13px;
    }
    .cart.table-wrapper .col.qty[data-th]:before,
    .cart.table-wrapper .col.price[data-th]:before,
    .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before {
        font-size: 13px;
        text-transform: uppercase;
    }
    .cart.table-wrapper .item .col.remove {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        padding: 0;
        padding-top: 10px;
        z-index: 1;
    }
    .cart-container .form-cart .actions {
        text-align: left;
    }
    .block-cart-failed .action.continue,
    .cart-container .form-cart .action.continue,
    .cart-container .cart-gift-item .action.continue {
        float: left;
    }
    .block-cart-failed .action.update,
    .cart-container .form-cart .action.update {
        float: right;
    }
}

/*** checkout ***/
.checkout-index-index select {
    height: 38px;
}
.checkout-index-index .checkout-block {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #EDEDEE;
    -webkit-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
    box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
}
.checkout-index-index .checkout-block:after {
    content: "";
    display: table;
    clear: both;
}
.checkout-index-index .checkout-header .title {
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 4px solid #EDEDEE;
    padding-bottom: 15px;
}
.checkout-index-index .checkout-header .description {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.checkout-index-index .step-title {
    border: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.checkout-index-index .fieldset {
    position: relative;
}
.checkout-index-index .fieldset:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-index-index .fieldset > .legend + br {
    display: none;
}
.checkout-index-index .fieldset .field[name="shippingAddress.street.0"] > label,
.checkout-index-index .fieldset .field[name="billingAddressshared.street.0"] > label,
.checkout-index-index .fieldset .field[name="billingAddressbanktransfer.street.0"] > label,
.checkout-index-index .fieldset .field[name="billingAddressstripe_payments.street.0"] > label,
.checkout-index-index .fieldset .field[name="billingAddresscashondelivery.street.0"] > label {
    display: none;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    margin-top: 0;
    margin-bottom: 0;
    max-width: unset;
}
.checkout-index-index .fieldset > .field.street:not(.choice) > .label {
    text-align: left;
}
.checkout-index-index .field.choice input[type=checkbox] + label,
.checkout-index-index .field.choice input[type=radio] + label {
    padding-left: 25px;
}
.checkout-payment-method .payment-method-title.field.choice {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
    display: none;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
    color: #28292b;
    font-weight: bold;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address {
    margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
    cursor: default;
}
.checkout-index-index .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
    max-width: unset;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
    margin-top: 15px;
}
.checkout-index-index .checkout-payment-method .payment-method-content, .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content {
    font-size: 13px;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options {
    margin-bottom: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options dt {
    font-size: 12px;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options dd {
    font-size: 12px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content p {
    overflow-y: auto;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f4f4f4;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 12px;
    color: #737373;
    margin-top: 0;
}
.checkout-index-index .fieldset > .field .note:before,
.checkout-index-index .fieldset > .fields > .field .note:before {
    content: none;
}
.checkout-index-index .opc-wrapper .fieldset > .field > .label {
    font-weight: 600;
}
.checkout-index-index .fieldset {
    margin-bottom: 0;
}
.checkout-index-index .fieldset > .field,
.checkout-payment-method .payment-method-content .fieldset > .field {
    margin-bottom: 5px;
}
.checkout-payment-method .payment-method-title label[for=payplug_payments_standard] > img {
    display: none;
}
.checkout-index-index .field-tooltip {
    display: none;
}
.checkout-index-index .field .control._with-tooltip input {
    width: 100%;
    margin-right: 0;
}
.checkout-index-index .field-error {
    margin-top: 0;
}
.checkout-index-index .minicart-items .product-item {
    padding: 8px 0;
}
.checkout-index-index .minicart-items .product-item-name {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}
.checkout-index-index .opc-block-summary .mark .value {
    color: #777;
}
.checkout-index-index tr.totals-tax {
    display: none;
}
.checkout-index-index .table-totals tr {
    border-top: solid 2px #EDEDEE;
    font-weight: normal;
}
.checkout-index-index .table-totals .title {
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0;
    text-align: right;
}
.checkout-index-index .amcheckout-checkboxes .checkout-agreement.field.choice input[type=checkbox] + label {
    padding-left: 12px;
}
.checkout-index-index .amcheckout-checkboxes .admin__field input[type=checkbox] + label {
    padding-left: 25px;
}
.checkout-index-index .amcheckout-checkboxes .field.choice input[type=checkbox] + label:before {
    top: 2px;
}
.checkout-index-index .form-shipping-address .fieldset > .field,
.checkout-index-index .billing-address-form .fieldset > .field {
    float: left;
}
.checkout-index-index fieldset.field.street.admin__control-fields {
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
    font-size: 12px;
}
.minicart-items .product-item-details .product.options.list {
    font-size: 12px;
}
.minicart-items .product-item-details .product.options.list {
    margin-bottom: 0px !important;
}
.minicart-items .product-item-details .product.options.list dd {
    display: inline;
}
.minicart-items .product-item-details .product.options.list dt {
    display: inline;
    margin-right: 5px;
}
.checkout-index-index .opc-block-summary .product-item .price {
    font-size: 14px;
    font-weight: 400;
}
.checkout-index-index .minicart-items .product-item:not(:first-child) {
    border-top: 2px solid #EDEDEE;
}
.checkout-index-index .amcheckout-wrapper .block.items-in-cart {
    margin-bottom: 0;
}
.checkout-index-index .table-totals tr.grand.totals {
    font-size: 19px;
}
.checkout-index-index .table-totals tr th {
    text-align: right;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 85px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
    display: none !important;
}
.checkout-index-index .payment-method-billing-address div.field[name="billingAddressbanktransfer.custom_attributes.custom_field_1_billingAddressbanktransfer"] {
  width: 30% !important;
}
.checkout-index-index .modal-custom.authentication-dropdown .modal-header {
    border-bottom: 0px;
}
.checkout-index-index .modal-custom.authentication-dropdown .modal-content {
    box-shadow: none;
    border: 0;
}
.checkout-index-index .action-auth-toggle {
    background-color: #fff;
    color: #28292b;
    border: 2px solid #28292b;
    overflow: hidden;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 25px;

    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
}
.checkout-index-index .action-auth-toggle:hover,
.checkout-index-index .action-auth-toggle:focus {
    text-decoration: none;
    color: #28292b;
    background-color: #fff;
}
.checkout-index-index .block-authentication .actions-toolbar {
    margin-top: 25px;
}
.checkout-index-index .authentication-dropdown {
    border-color: #ccc;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap {
    padding: 15px;
}
.checkout-index-index .authentication-wrapper .modal-custom .action-close {
    margin: 5px;
}
.checkout-index-index .block-authentication .block-title strong {
    font-weight: normal;
}
.checkout-index-index .authentication-wrapper .block-authentication .block-title {
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: 2px solid #EDEDEE;
    border-left: 2px solid #EDEDEE;
    padding-left: 10px;
    color: #c1c1c1;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkout-index-index .block-authentication .actions-toolbar > .primary .action {
    background-color: #cf2048;
    color: #fff;
    border: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 14px 20px;
    font-weight: 600;

    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkout-index-index .block-authentication .actions-toolbar > .primary .action:hover,
.checkout-index-index .block-authentication .actions-toolbar > .primary .action:focus,
.checkout-index-index .block-authentication .actions-toolbar > .primary .action:active {
    background-color: #d0043c;
    color: #fff;
}
.checkout-index-index .block-authentication .actions-toolbar > .secondary {
    padding-top: 6px;
}
.checkout-index-index .block-authentication .actions-toolbar .secondary a.action {
    color: #28292b;
    padding: 10px 0 5px 0;
    margin: 0;
    height: inherit;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    background: none;
    border-bottom: solid 2px #EDEDEE;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkout-index-index .block-authentication .actions-toolbar .secondary a.action:hover {
    border-color: #28292b;
    text-decoration: none;
}
.checkout-index-index .table-checkout-shipping-method {
    font-weight: normal;
}
.checkout-index-index .table-checkout-shipping-method tr td {
    padding: 5px;
}
.checkout-index-index .table-checkout-shipping-method tr td:first-child {
    max-width: 20px;
}
.checkout-index-index .table-checkout-shipping-method tr .col-price {
    width: 1px;
    max-width: 60px;
    font-size: 14px;
}
.checkout-index-index .table-checkout-shipping-method tr .col-method {
    white-space: nowrap;
}
.checkout-index-index .table-checkout-shipping-method tr .col-carrier {
    display: none;
}
.checkout-index-index .table-checkout-shipping-method tr .col-method label {
    display: block;
}
.checkout-index-index .table-checkout-shipping-method tbody td {
    border-top: 0;
}
.checkout-index-index .table-checkout-shipping-method tr td.col-method > div {
    color: inherit;
}
.checkout-index-index .table-checkout-shipping-method tr td.col-method input[type=radio] + label:before,
.checkout-index-index .table-checkout-shipping-method tr td.col-method input[type=radio]:checked + label:before {
    top: 5px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block label {
    position: relative;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block label:before {
    left: 0 !important;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title {
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0;
    font-size: 14px;
    line-height: 14px;
    cursor: inherit;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
    content: none !important;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title > strong {
    font-size: 14px !important;
    font-weight: normal;
    padding-bottom: 8px;
    display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
    padding-left: 0;
}
.checkout-index-index .checkout-payment-method .form.payments .fieldset br {
    display: none;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .action-cancel {
    color: #28292b;
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    padding: 8px 0;
    border-bottom: solid 2px #EDEDEE;

    font-weight: 600;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .action-cancel:hover {
    text-decoration: none;
    border-color: #28292b;
}
.checkout-payment-method .payment-option-title .action-toggle {
    font-weight: normal;
}
.checkout-payment-method .payment-option-title .action-toggle,
.checkout-payment-method .payment-option-title .action-toggle:after,
.checkout-payment-method .payment-option-title .action-toggle:active:after {
    color: #28292b;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
    padding-left: 0;
    padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-cancel {
    color: #28292b;
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    padding: 8px 0;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    border-bottom: solid 2px #ededee;
    font-weight: 600;
    box-shadow: none;
    letter-spacing: 1px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply:hover,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-cancel:hover{
    text-decoration: none;
    border-color: #28292b;
    background-color: transparent;
}
.checkout-index-index .checkout-payment-method .billing-address-form .field.choice input[type=checkbox] + label:before,
.checkout-index-index .checkout-payment-method .billing-address-form .field.choice input[type=checkbox]:checked + label:before,
.checkout-index-index .checkout-shipping-address .field.choice input[type=checkbox] + label:before,
.checkout-index-index .checkout-shipping-address .field.choice input[type=checkbox]:checked + label:before {
    left: 8px;
}
.checkout-index-index .shipping-address-form .field.choice label {
    padding-left: 10px !important;
}
.checkout-index-index .billing-address-form .field.choice label {
    padding-left: 12px !important;
}
.checkout-index-index .checkout-shipping-address .shipping-address-details {
    font-weight: normal;
    font-size: 14px;
}
.checkout-index-index .opc-wrapper .form-discount {
    max-width: unset;
}
.checkout-index-index .checkout-shipping-address button:not(.action-cancel) {
    background-color: #fff;
    color: #28292b;
    border: 2px solid #28292b;
    overflow: hidden;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 12px 20px;
    font-weight: 600;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkout-index-index .checkout-shipping-address .shipping-address-details button:not(.action-cancel) {
    margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.checkout-index-index .checkout-shipping-address button:not(.action-cancel):hover {
    background-color: rgba(0,0,0,.07);
}
.checkout-index-index .checkout-shipping-address button.action-cancel {
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #28292b;
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    padding: 8px 0;
    border-bottom: solid 2px #EDEDEE;
    font-weight: 600;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkout-index-index .checkout-shipping-address button.action-cancel:hover {
    text-decoration: none;
    border-color: #28292b;
}
.checkout-index-index .checkout-shipping-address .actions-toolbar .primary {
    width: 100%;
    margin: 10px 0 0;
}
.checkout-index-index .checkout-shipping-address .actions-toolbar .primary .action-update {
    float: right;
}
.checkout-index-index .checkout-shipping-address .actions-toolbar .primary .action-cancel {
    float: left;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}
.checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
    font-weight: normal;
}
.checkout-index-index .checkout-payment-method .stripe-icon-container.right {
    display: none;
}
.checkout-index-index .checkout-payment-method .pci-dss-info-text {
    font-size: 14px;
}
.checkout-index-index .checkout-payment-method .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content {
    padding-left: 20px;
}
.checkout-index-index p.stripe-payments-billing-address-warning {
    display: none;
}
.checkout-payment-method .payment-method-content .fieldset .payment-method-note {
    margin-bottom: 12px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .actions-toolbar {
    margin-bottom: 25px;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .action-edit-address {
    color: #28292b;
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    padding: 8px 0;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    border-bottom: solid 2px #ededee;
    font-weight: 600;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .action-edit-address:hover {
    text-decoration: none;
    border-color: #28292b;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
    margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
    font-weight: bold;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label[for="paypal_express"] a.action-help {
    display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .amcheckout-form-login .actions-toolbar > .secondary .action.remind {
    color: #28292b;
    padding: 10px 0 5px;
    margin: 0;
    height: inherit;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    background: 0 0;
    border-bottom: solid 2px #ededee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .amcheckout-form-login .actions-toolbar > .secondary .action.remind:hover {
    border-color: #28292b;
    text-decoration: none;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .amcheckout-items .row.amcheckout-method {
    margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
    border: 0;
    outline: 0;
    text-shadow: none!important;
    border-radius: 0;
    color: #fff;
    background-color: #cf2048;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 14px 20px;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    min-height: 40px;
    overflow: hidden;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.4);
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary:hover,
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary:focus {
    background-color: #cf2048;
    color: #fff;
    border-color: #cf2048;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled] {
    background-color: #cf2048;
    color: #fff;
    border-color: #cf2048;
}
@media(min-width: 1200px) {
    .checkout-index-index .cart.item.message.notice {
        margin-left: 84px;
    }
}
@media(min-width: 768px) {
    .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .amcheckout-form-login .actions-toolbar > .primary {
        width: 40%;
        float: left;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .amcheckout-form-login .actions-toolbar > .secondary {
        float: none;
        width: 60%;
        text-align: right;
        margin-top: 20px;
    }
}
@media(max-width: 1199px) {
    .checkout-index-index .opc-block-summary .minicart-items .product-image-container {
        display: none;
    }
    .checkout-index-index .opc-block-summary .minicart-items .product-item-details {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
        width: 100% !important;
    }
}
@media(max-width: 767px) {
    .checkout-index-index .am-checkout {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .checkout-payment-method .payment-methods,
    .checkout-payment-method .payment-option {
        margin: 0;
    }
    .checkout-payment-method .payment-methods .field.choice input[type=radio] + label {
        padding-left: 12px;
    }
    .checkout-payment-method .step-title {
        padding-left: 0;
        padding-right: 0;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
        float: none;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 639px) {
    .opc-wrapper .form-login {
        border: 0;
    }
}
@media(min-width: 575px) {
    .checkout-index-index div.field[name="shippingAddress.country_id"],
    .checkout-index-index div.field[name="shippingAddress.region_id"],
    .checkout-index-index div.field[name="billingAddressshared.country_id"],
    .checkout-index-index div.field[name="billingAddressshared.region_id"] {
        width: 100% !important;
    }
}

/*** checkout success ***/
.checkout-success .success-messages .order-number strong {
    font-weight: 600;
}
.checkout-success .actions-toolbar .primary .action.primary {
    color: #fff;
    background-color: #28292b;
    border: 0;
    overflow: hidden;
    outline: 0;
    text-shadow: none!important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 14px 20px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
    min-height: 40px;
}
.checkout-success .actions-toolbar .primary .action.primary:hover {
    background-color: #3C3D3F;
}
.page-main .block.block-order-details .order-date {
    font-size: 16px;
    border-bottom: 0;
}
.checkout-onepage-success .print {
    font-weight: normal;
    margin-top: 0;
}
.checkout-onepage-success .column.main .block:not(.widget) .box-title {
    width: 150px;
    padding-right: 10px;
    float: left;
    border: 0;
    padding: 0;
    letter-spacing: unset;
}
.checkout-onepage-success .column.main .block:not(.widget) .box-title > span {
    color: #28292b;
    font-size: 15px;
    line-height: 1.4;
}
.checkout-onepage-success .order-details-items .items-qty .title {
    display: inline;
}
.checkout-onepage-success .order-details-items,
.checkout-onepage-success .block-order-details-comments {
    margin-top: 50px;
}
.checkout-onepage-success .order-details-items .order-title {
    font-size: 18px;
    font-weight: normal;
    border-bottom: 2px solid #EDEDEE;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.checkout-onepage-success #registration {
    border: 0;
    padding-left: 0;
    margin-top: 45px;
    width: 100%;
    border-top: 2px solid #EDEDEE;
}
.checkout-onepage-success #registration p {
    color: #28292b;
    font-weight: 400;
}
.checkout-onepage-success #registration .action.primary {
    background-color: #cf2048;
    color: #fff;
    border: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 14px 20px;
    font-weight: 600;
    min-height: 40px;
    outline: 0;
    text-shadow: none!important;
    border-radius: 0;
    background-image: none;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0, 0.4);
    box-shadow: 0 1px 5px -1px rgba(0,0,0, 0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkout-onepage-success #registration .action.primary:hover,
.checkout-onepage-success #registration .action.primary:focus {
    background-color: #d0043c;
}

/*** Amazon pay ***/
.catalog-product-view .product-social-links {
    text-align: left;
}
.amazon-button-container-v2 .checkout-methods-items,
.amazon-button-container-v2 .amazon-button-column-tooltip {
    display: none;
}
.amazon-button-container-v2 .amazon-divider span {
    background: #fff !important;
}
.checkout-index-index .amazon-express-title {
    font-size: 14px;
    font-weight: normal;
}
#checkout .amazon-button-container-v2 {
    margin-top: 10px;
}
#checkout-step-shipping .amazon-divider {
    margin: 25px 0;
    margin-top: 30px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-details {
    font-weight: normal;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-details .action {
    margin-top: 10px;
}
.checkout-index-index .revert-checkout {
    font-weight: normal;
    text-decoration: underline;
}
.checkout-index-index #amazon-billing-address div > p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #28292b;
    margin-top: 10px;
}
.checkout-index-index #amazon-payment .payment-method-title span {
    font-weight: normal;
}
.checkout-index-index #amazon-payment .amazon-payment-action-container button.action-edit-payment {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    font-weight: normal;
    text-decoration: underline;
}

/*** Scalapay ***/
.catalog-product-view .product-info-main .product-info-price {
    font-weight: normal;
}
.checkout-payment-method .payment-method-content > span {
    display: inline-block;
    margin-bottom: 10px;
}
.catalog-product-view .product-info-stock-sku {
    position: relative;
    padding-top: 10px;
}

/*** Homepage ***/
.cms-index-index .row > .widget.block-products-list {
    padding-left: 10px;
    padding-right: 10px;
}
.cms-index-index .row > .block.widget.block-products-list.grid {
    width: 100%;
    margin-bottom: 0;
}
.cms-index-index .product-slider-home:not(.slick-initialized) {
    display: none;
}
.cms-index-index .slick-prev,
.cms-index-index .slick-next {
    z-index: 1;
    background-color: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
}
.cms-index-index .slick-prev {
    left: -35px;
}
.cms-index-index .slick-next {
    right: -35px;
}
.cms-index-index .slick-prev:before, .cms-index-index .slick-next:before {
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    opacity: 1;
    color: #28292b;
}
.cms-index-index .slick-prev:before {
    content: '\f053';
}
.cms-index-index .slick-next:before {
    content: '\f054';
}
@media (max-width: 1470px){
    .cms-index-index .slick-prev {
        left: -5px;
    }
    .cms-index-index .slick-next {
        right: -5px;
    }
}
@media (max-width: 1399px){
    .cms-index-index .slick-prev {
        left: -35px;
    }
    .cms-index-index .slick-next {
        right: -35px;
    }
}
@media (max-width: 1230px){
    .cms-index-index .slick-prev {
        left: -5px;
    }
    .cms-index-index .slick-next {
        right: -5px;
    }
}
@media (max-width: 1199px){
    .cms-index-index .slick-prev {
        left: -35px;
    }
    .cms-index-index .slick-next {
        right: -35px;
    }
}
@media (max-width: 1150px){
    .cms-index-index .slick-prev {
        left: -5px;
    }
    .cms-index-index .slick-next {
        right: -5px;
    }
}
@media (max-width: 991px){
    .cms-index-index .slick-prev {
        left: -35px;
    }
    .cms-index-index .slick-next {
        right: -35px;
    }
}
@media (max-width: 810px){
    .cms-index-index .slick-prev {
        left: -5px;
    }
    .cms-index-index .slick-next {
        right: -5px;
    }
}
@media (max-width: 767px){
    .cms-index-index .slick-slide .product-item {
        max-width: 300px;
    }
}
@media (max-width: 575px){
    .cms-index-index .slick-slide .product-item {
        max-width: 230px;
    }
}
@media(max-width: 480px) {
    .cms-index-index .slick-slide .product-item {
        max-width: 190px;
    }
}
@media(max-width: 380px) {
    .cms-index-index .slick-slide .product-item {
        max-width: 170px;
    }
}

/*** Lanci ***/
.lanci .img-container {
    margin-bottom: 25px;
}
.lanci .img-container .tag {
    position: absolute;
    left: 15px;
    bottom: -12px;
}
.lanci h3 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 5px;
}
.lanci p {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    color: #28292b;
}
.lanci a.btn-link {
    color: #cf2048;
    border-color: #cf2048;
}
.lanci a.btn-link:hover {
    color: #d0043c;
    border-color: #d0043c;
}
.lanci a.btn {
    width: 100%;
    max-width: 240px;
}
.lanci .overlay:hover {
    color: #28292b;
    background-color: rgba(239, 239, 239, 0.5);
}
.lanci .overlay:hover i {
    color: #28292b;
    opacity: 1;
}
.lanci .box-sm {
    padding: 0;
}
.lanci .box-sm .img-container .img-responsive, .lanci .box-sm .img-container {
    margin: 0;
}
.lanci .box-sm .content {
    padding: 25px;
}
.lanci .item {
    text-align: center;
}

@media(max-width: 991px) {
    .lanci .item {
        margin-bottom: 50px;
    }
    .lanci .item:last-child {
        margin-bottom: 0;
    }
}

/*** prodotti / esigenze / brand ***/
body.cms-prodotti .breadcrumbs,
body.cms-esigenze .breadcrumbs,
body.cms-brand .breadcrumbs {
    display: none;
}
.list-category a.hover-effect {
    margin-bottom: 15px
}
.list-category a.hover-effect .img-fluid {
    /*margin-bottom: 10px*/
}
.list-category a.hover-effect h2 {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    border-bottom: 0
}
a.hover-effect {
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
    font-weight: 600
}
a.hover-effect .img-container {
    margin-bottom: 10px
}
a.hover-effect:hover .overlay {
    color: #fff;
    background-color: rgba(225,51,51,0.6)
}
a.hover-effect:hover .overlay i {
    opacity: 1
}
a.hover-effect h2 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 2px solid #28292b
}

/*** Footer ***/
.footer-container {
    margin-top: -589px;
    min-height: 589px;
}
.pre-footer {
    /*background-color: #393a3d;
    */
    background-color: #fafafa;
    font-size: 16px;
    line-height: 26px;
    padding: 50px 0;
    text-align: center;
}
.pre-footer i {
    font-size: 40px;
}
.pre-footer span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #777777;
}
.pre-footer span strong {
    /*color: #73A1D6;
    */
    color: #cf2048;
    display: block;
    font-size: 16px;
    font-weight: 600;
    max-width: 80%;
    margin: auto;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

/*** Footer ***/
.footer {
    padding: 50px 0;
    background-color: #28292b;
    color: #fff;
    font-weight: bold;
}
.footer h6 {
    font-weight: 600;
    text-transform: none;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}
.footer a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.footer ul.list-unstyled {
    margin-bottom: 25px;
}
.footer ul.list-unstyled > li {
    margin-top: 5px;
}
.footer ul.list-unstyled > li:first-child {
    margin-top: 0px;
}
.footer .img-scalapay {
    max-width: 202px;
}
.footer ul.list-credit > li > img {
    max-width: 60px;
}
.footer ul.list-social {
    margin-top: 25px;
}
.footer ul.list-social > li > a {
    color: #cf2048;
    background-color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    opacity: .7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer ul.list-social > li > a:hover {
    opacity: 1;
}
.footer ul.list-social > li > a i {
    font-size: 16px;
}
.footer .badge-container {
    position: relative;
    top: -1px;
    display: inline;
    opacity: 0.6;
    font-weight: normal;
    margin: 0;
    margin-left: 10px;
}
.footer .badge-container .badge {
    padding: 0;
    background-color: transparent;
    font-weight: normal;
    vertical-align: inherit;
    line-height: inherit;
}
.footer a:hover .badge-container {
    text-decoration: none !important;
}
@media(max-width: 991px) {
    .pre-footer div[class*="col-"] {
        margin-bottom: 25px;
    }
    .footer-copy .text-right {
        text-align: left !important;
    }
}
@media(max-width: 767px) {
    .pre-footer span strong {
        padding-bottom: 0;
    }
    .pre-footer div[class*="col-"]:last-child {
        margin-bottom: 0;
    }
}
.footer-copy {
    border-top: 1px solid #393a3d;
    padding: 10px 0;
    background-color: #28292b;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #777;
}
.footer-copy a {
    color: #cf2048;
    font-weight: 600;
}
.footer-copy a:hover {
    text-decoration: underline;
}

/*** Page Standard ***/
.cms-page-view h1,
.page-title h1 {
    margin-bottom: 25px;
    border-bottom: 4px solid #EDEDEE;
    padding-bottom: 15px;
}
.cms-page-view h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
.cms-page-view .letter {
    display: block;
    font-size: 32px;
    font-weight: 300;
    border-left: 4px solid rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    line-height: 32px;
}
.cms-page-view .list-letter {
    margin-top: 25px;
    margin-bottom: 25px;
}
.cms-page-view .list-letter a {
    font-weight: 300;
    text-transform: capitalize;
}
.cms-page-view .list-letter > li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.cms-page-view .list-letter > li::before {
    content: '\25A0';
    top: 3px;
    left: 1px;
    position: absolute;
    color: #28292b;
    font-weight: bold;
    font-size: 12px;
}
.cms-page-view h3 {
    font-size: 22px;
    line-height: 22px;
}
.cms-page-view .messages,
.catalog-product_compare-index .messages,
.checkout-onepage-success .messages {
    margin-top: 0px;
    margin-bottom: 25px;
}
@media(max-width: 991px) {
    .cms-page-view h1 {
        font-size: 24px;
        line-height: 34px;
    }
}
@media(max-width: 767px) {
    .cms-page-view h1 {
        font-size: 21px;
        line-height: 31px;
    }
    .cms-page-view .section {
        padding-top: 10px;
    }
    .cms-page-view .text-center p {
        text-align: left;
    }
}

/*** Brand container ***/
.brand-container {
    margin-top: 25px;
    text-align: center;
}
.brand-container h2.title {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}
.brand-container .btn {
    max-width: 240px;
    width: 100%;
}
@media(max-width: 991px) {
    .brand-container h2.title {
        font-size: 24px;
        line-height: 34px;
    }
}
@media(max-width: 767px) {
    .brand-container a.hover-effect h2 {
        border: 0;
        font-weight: 400;
    }
}

/*** Page 404 ***/
.cms-no-route {
    text-align: center;
}
.cms-no-route .content a {
    color: #cf2048;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cms-no-route .content h1 {
    margin-bottom: 25px;
}
.cms-no-route .content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.cms-no-route .content h3 {
    font-size: 32px;
    color: #ddd;
    margin: 50px 0;
}
.cms-no-route .content .list-inline {
    color: #777;
}
.cms-no-route .content strong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.cms-no-route .content
.cms-no-route .divider {
    padding: 15px 0;
}

/*** Product ***/
.catalog-product-view .navbar-container {
    margin-bottom: 0;
}
.catalog-product-view .breadcrumbs {
    margin-top: 25px;
}
.catalog-product-view .fotorama__thumb-border {
    border: 1px solid #28292b;
}
.catalog-product-view .product.media {
    position: relative;
}
.catalog-product-view .product.media p.free-shipping {
    position: absolute;
    bottom: 28px;
    left: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    background: #20ad65;
    color: #fff;
    line-height: 11px;
    padding: 5px 10px;
    margin: 0;
    z-index: 2;
}
.product-info-main h1 {
    font-size: 24px;
    line-height: 34px;
    text-transform: none;
    font-weight: 400;
    margin: 0;
}
.product-info-main .product-detail-container {
    background-color: #f4f4f4;
    padding: 15px;
}
ul.list-unstyled.list-detail {
    margin-bottom: 0 !important;
}
ul.list-unstyled.list-detail li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
}
.product-info-main .product-reviews-summary .reviews-actions {
    font-weight: 500;
    text-decoration: none;
}
#customer-reviews .pagination {
    margin-top: 25px;
    margin-bottom: 0;
    border-radius: 0;
}
#customer-reviews .pagination > li {
    margin-right: 7px;
}
#customer-reviews .pagination > li > a {
    border: 0;
    background-color: #EDEDEE;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    color: #777;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}
#customer-reviews .pagination > li > a:hover,
#customer-reviews .pagination > li.active a {
    text-decoration: none;
    color: #fff;
    background-color: #28292b;
}
.product-info-main .page-title-wrapper .page-title {
    margin-top: 0;
    max-width: 720px;
    font-size: 20px;
    line-height: 30px;
}
.product-info-main .brand-launch {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}
.product-info-main .product-reviews-summary {
    margin: 15px 0 12px;
}
.product-info-main .product-reviews-summary .rating-summary {
    left: 0;
}
.product-info-main .product-reviews-summary .reviews-actions a {
    margin-right: 0;
    margin-left: 5px;
}
.product-info-main .product.attribute.overview {
    margin: 12px 0;
}
.product-info-main .product.attribute.overview p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.product-info-main .img-brand {
    max-width: 160px;
}

.catalog-product-view #product-review-container {
    margin-top: 50px;
}
.catalog-product-view .review-list .title {
    margin-top: 15px;
    text-align: left;
}
.catalog-product-view .review-list .title strong {
    font-weight: 700 !important;
}
.catalog-product-view .related .title {
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: left;
}
.catalog-product-view .related .title strong,
.block-viewed-products-grid .block-title.title strong,
.catalog-product-view .review-list .title strong {
    font-size: 30px !important;
    line-height: 35px;
}
.product-info-main .page-title {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 20px;
}
.product-info-main .price-box {
    margin-bottom: 10px;
}
.product-info-main .product-info-price {
    font-weight: 600;
    margin-bottom: 15px;
}
.catalog-product-view .product-info-main .product-info-price {
    margin-bottom: 0;
}
.shipping-detail-container {
    padding: 15px;
    background-color: rgba(255, 245, 234, 0.96);
    margin-bottom: 15px;
}
.shipping-detail-container .shipping-detail {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.product-info-main .product-info-stock-sku {
    background-color: #f6f6f6;
    padding: 15px;
    font-size: 14px;
    margin-top: 15px;
}
.product-info-main .product-info-stock-sku .stock.unavailable {
    display: block;
}
/*
.product-info-main .product-info-stock-sku .stock.unavailable span {
    color: #ccc;
    border: 2px solid #EDEDEE;
    line-height: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 5px;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
*/
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable span {
    border: none;
    text-transform: capitalize;
    letter-spacing: inherit;
    font-size: inherit;
    color: #c73838;
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 15px;
    display: block;
}
.product-info-main .box-tocart {
    margin-bottom: 0px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
    width: 100%;
}
.product-info-main .bundle-options-container {
    margin-bottom: 0px !important;
}
.product-info-main .bundle-options-container .field.option label.label > span {
    margin-bottom: 8px;
    display: block;
}
.product-info-main .bundle-options-container .product-options-wrapper .field.choice input[type=checkbox]+label:before {
    content: none;
}
.product-info-main .bundle-options-container .product-options-wrapper .field.choice label {
    margin-bottom: 0;
}
.product-info-main .bundle-options-container .product-options-wrapper .field.choice label a {
    font-weight: normal;
    pointer-events: none;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
    padding-right: 0;
}
.product-info-main .box-tocart .field.qty > label {
    display: none;
}
.product-info-main .box-tocart .field.qty .control .input-group {
   background-color: #fff;
   border: 1px solid #d0d3d4;
   height: 42px;
}
.product-info-main .box-tocart .field.qty .control .input-group button {
    border: 0;
    background: none;
    padding: 14px 18px;
    line-height: 12px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 40px;
    min-width: 47px;
}
.product-info-main .box-tocart .field.qty .control .input-group button:hover {
    box-shadow: none;
    background-color: #fafafa !important;
}
.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty {
    width: 50px;
}
.product-info-main .box-tocart .field.qty .control .input-group input {
    border: 0;
    margin-bottom: 0;
}
.product-info-main .box-tocart .actions {
    padding-top: 0;
    display: block;
}
.product-info-main .box-tocart .action.tocart {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 14px 20px;
    font-weight: 600;
}
.product-info-main .box-tocart .action.tocart {
    background-color: #28292b;
}
.product-info-main .box-tocart .action.tocart.btn-red.hover:hover {
    background-color: #d0043c;
}
.product-info-main .list-detail {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.product-info-main .list-detail > li > i {
    margin-right: 5px;
}
.product-info-main .product-extra {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
}
.product-info-main .bundle-options-container .product-options-wrapper {
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 0;
    background-color: #FBE5EA;
}
.product-info-main .bundle-options-container .product-options-wrapper .fieldset:last-child {
    margin-bottom: 0px;
}
.product-info-main .aw-sbp__bundle-options-container .fieldset-bundle-options {
    margin-bottom: 0px;
}
.product.data.items > .item.title {
    border-top: 2px solid transparent;
    margin: 0;
    margin-right: 1px;
    position: relative;
    top: 1px;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
    background: #fafafa !important;
    color: #28292b !important;
}
.product.data.items > .item.title > .switch {
    padding: 10px 15px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    color: #555 !important;
    height: 44px;
}
.product.data.items > .item.title > .switch .counter {
    display: none;
}
.product.data.items > .item.title.active {
    border-top: 2px solid #28292b;
    border-left: 1px solid #ededee;
    border-right: 1px solid #ededee;
}
.product.data.items > .item.title.active > .switch {
    background-color: #fafafa;
}
.product.data.items > .item.title > .switch:focus {
    background-color: inherit;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: transparent;
}
.product.data.items > .item.title > .switch:hover {
    background-color: transparent;
    color: #28292b;
}
.product.data.items > .item.content {
    border: 0px;
    background-color: #fafafa;
    box-shadow: 0 2px 5px -3px rgba(0,0,0,0.3);
    padding: 50px 100px;
    margin-top: 48px;
    border: 1px solid #ededee;
}
.product.data.items .item.content .description,
.product.data.items .item.content .description p {
    color: #28292b;
}
.product.data.items .item.content .description p {
    margin-bottom: 3px;
}
.product.data.items .item.content .description ul {
    padding-left: 15px;
    margin-bottom: 15px;
}
.product.data.items .item.content .description ul li {
    margin-bottom: 5px;
}
.product.info.detailed {
    margin-top: 30px;
}
.product.info.detailed .additional-attributes {
    font-weight: 300;
}
.product.info.detailed .additional-attributes > tbody > tr > th {
    width: 200px;
    border-bottom: 1px solid #edf1f2;
    font-weight: inherit;
    display: inline-block;
    padding: 8px 0;
    margin-top: 0;
}
.product.info.detailed .additional-attributes > tbody > tr > td {
    border-bottom: 1px solid #edf1f2;
    padding: 8px 0;
}
.product.info.detailed .additional-attributes > tbody > tr > th {
    position: relative;
}
.product.info.detailed .additional-attributes > tbody > tr > th:after {
    content: '';
    display: table;
    clear: both;
}
.product.info.detailed .additional-attributes > tbody > tr:last-child > th,
.product.info.detailed .additional-attributes > tbody > tr:last-child > td {
    border-bottom: 0;
}
.product.data.items .table-wrapper strong {
    margin-bottom: 15px;
    display: inline-block;
}
.catalog-product-view .review-content {
    margin-bottom: 5px;
    color: #28292b;
}
.catalog-product-view .review-ratings {
    float: none;
    max-width: inherit;
    margin-bottom: 5px;
}
.catalog-product-view .review-author {
    color: #28292b;
    display: none;
}
.catalog-product-view .review-date {
    margin-bottom: 5px;
    font-size: 14px;
    color: #73A1D6;
    font-weight: 400;
}
.catalog-product-view .review-ratings ~ .review-details {
    margin-left: inherit;
}
.catalog-product-view .review-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}
.catalog-product-view .review-toolbar {
    margin: 0;
    margin-top: 25px;
    border: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
}
.catalog-product-view .review-toolbar .pages {
    padding: 0;
    border: 0;
    text-align: left;
    margin-left: -5px;
}
.catalog-product-view .review-toolbar .pages .item {
    text-align: center;
}
.catalog-product-view .review-list .block-title {
    color: #757575;
    font-weight: normal;
}
.catalog-product-view .review-list .block-title strong {
    color: #28292b;
    font-weight: normal;
    line-height: 1.1;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 8px;
}
.product.info.detailed .items.review-items > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.product-info-main .stock.available {
    color: #20ad65;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: none;
}
.product-info-main .availability.only {
    font-size: 14px;
    font-weight: bold;
    color: #cf2048;
    padding: 4px 0;
    margin-bottom: 15px;
}
.product-info-main .availability.only i {
    margin-right: 5px;
}
.product-info-main .product.attribute.sku {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #28292b;
}
.product-info-main .product.attribute.sku .value {
    font-weight: bold;
}
.gallery-placeholder{
    width: 100%;
    cursor: zoom-in;
}
.fotorama__fullscreen-icon,
.fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
    width: 40px;
    height: 40px;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -100px -20px;
}
.fotorama__fullscreen .fotorama__zoom-in {
    background-position: -20px -20px !important;
}
.fotorama__fullscreen .fotorama__zoom-out {
    top: 40px;
    background-position: -20px -100px !important;
}

.catalog-product-view .fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after,
.catalog-product-view .fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.catalog-product-view .fotorama__stage__shaft:focus:after,
.catalog-product-view .fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.catalog-product-view .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    box-shadow: none !important;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
    background-color: transparent;
}
@media(max-width: 991px) {
    .product.data.items > .item.title {
        top: 3px;
    }
    .product.data.items > .item.content {
        padding: 50px 15px;
    }
    .catalog-product-view .related .title,
    .catalog-product-view .review-list .title {
        margin-bottom: 25px;
    }
    .catalog-product-view .related .title strong,
    .block-viewed-products-grid .block-title.title strong,
    .catalog-product-view .review-list .title strong {
        font-size: 24px !important;
        line-height: 34px;
    }
}
@media(max-width: 767px) {
    .product-info-main .page-title-wrapper .page-title {
        font-size: 18px;
        line-height: 28px;
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .product-info-main .box-tocart .input-text.qty {
        width: calc(100% - 96px);
    }
    .product-info-main .box-tocart .field.qty .control .input-group button {
        padding: 14px 20px;
    }
    .product-info-main .product-extra {
        margin-top: 1rem;
    }
    .product.info.detailed {
        position: relative;
        margin-bottom: 50px;
    }
    .product.info.detailed:after {
        content: '';
        display: table;
        clear: both;
    }
    .product.data.items > .item.title {
        float: left;
        width: auto;
    }
    .product.data.items > .item.content {
        margin-top: 48px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }
    .catalog-product-view .related .title strong,
    .block-viewed-products-grid .block-title.title strong,
    .catalog-product-view .review-list .title strong {
        font-size: 21px !important;
        line-height: 31px;
    }
}
@media(max-width: 380px) {
    .product.data.items > .item.title > .switch {
        padding: 10px 6px;
        font-size: 11px;
    }
}

/*** Product compare ***/
.table-comparison tr > th,
.table-comparison tr > td {
    border: 0 !important;
}
.table-comparison .product-reviews-summary .reviews-actions {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: bold;
}
.table-comparison .price-container .price-label {
    display: none;
}
.table-comparison .price-container .weee:after {
    content: none;
}
.table-comparison .action.towishlist {
    display: block;
    margin-top: 15px;
}
.table-comparison.table tbody+tbody {
    border: 0;
}
.table-comparison .cell.label .attribute.label {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
}
.table-comparison .cell .attribute.value,
.table-comparison .cell .attribute.value strong,
.table-comparison .cell .attribute.value b {
    color: #777;
    font-weight: normal;
}
.table-comparison {
    overflow: auto;
}
.table-comparison .cell {
    width: 210px;
}

/*** Page contact ***/
.page-contact .fieldset .legend {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #EDEDEE;
    text-transform: uppercase;
    font-weight: bold;
}
.page-contact .fieldset > .field.no-label:before {
    content: none;
}
.page-contact .amasty_recaptcha {
    margin-bottom: 0;
    margin-top: 25px;
    float: left
}
.page-contact .form-instructions {
    font-size: 16px;
    line-height: 26px;
    color: #a0a0a0;
    margin-bottom: 15px !important
}
.page-contact h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600
}
.page-contact .offset {
    padding-left: 66px
}
.page-contact address {
    font-size: 16px;
    color: #a0a0a0;
    line-height: 22px;
    margin-bottom: 25px
}
.page-contact dl {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 16px
}
.page-contact strong {
    margin-top: 25px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 2px solid #EDEDEE
}
.page-contact dl dt {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100px;
    position: relative;
}
.page-contact dl dd {
    position: relative;
}
.page-contact dl dt:after,
.page-contact dl dd:after {
    content: '';
    display: table;
    clear: both;
}

.page-contact dl dt,.page-contact dl dd {
    margin-bottom: 5px
}
.page-contact dl dd a {
    font-weight: 600;
    color: #cf2048
}
.page-contact dl dd span {
    font-weight: normal
}
.page-contact dl dd a span {
    font-weight: 600
}
@media(max-width: 991px) {
    .page-contact .offset {
        padding-left:0
    }
    .page-contact .box.box-style {
        margin-bottom: 50px
    }
}
@media(max-width: 480px) {
    .page-contact .col-lg-5 .img-fluid {
        max-width: 280px
    }
}

/*** Prenota un reso ***/
.refundrequest-index-index .page-title-wrapper {
    margin-top: 15px;
}
.refundrequest-index-index #refund-div,
.refundrequest-index-index #refund-div1,
.refundrequest-index-index #div-address,
.refundrequest-index-index #reasons-label {
    margin-left: 0;
}
.refundrequest-index-index #refund-div,
.refundrequest-index-index #div-address {
    width: 100%;
    float: none;
}
.refundrequest-index-index .fieldset > .field {
    margin-bottom: 5px;
}
.refundrequest-index-index .field.choice input[type=checkbox] + label {
    padding-left: 25px;
}
.refundrequest-index-index .field.choice.required label:after {
    content: '*';
    color: #cf2048;
    font-size: 12px;
    margin: 0 0 0 5px;
}
.refundrequest-index-index #send-btn {
    border: inherit;
    background: #28292b;
    padding: 14px 20px;
}

/*** Block Widget ***/
.block-viewed-products-grid .block-title.title {
    margin-bottom: 50px;
    text-align: left;
}
.block.related {
    margin-bottom: 30px;
}
.block.widget .products-grid .product-items {
    margin-left: -10px;
    margin-right: -10px;
}
.block.widget .product-item-description {
    display: none;
}
.block-viewed-products-grid .price-box {
    min-height: 54px;
}
.block-viewed-products-grid .price-box .old-price {
    display: inline-block;
}
.block.crosssell {
    margin-top: 25px;
}
.block.crosssell #block-crosssell-heading {
    margin-bottom: 35px;
    display: block;
    line-height: 28px;
}

/*** Print ***/
.page-print .box-content {
    display: block !important;
    float: none !important;
}

/*** Free gift ***/
.ampromo-items-add {
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #EDEDEE;
    background-color: #ffe438;
    margin-bottom: 15px;

    -webkit-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
    box-shadow: 0 3px 2px -3px rgba(0,0,0,0.5);
}
.checkout-index-index .ampromo-items-add:before {
    content: none;
}
.checkout-cart-index .ampromo-items-add {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .payment-method[class*=_payments_] .label {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.ampromo-items-add > a {
    border-bottom: 0;
    text-decoration: underline;
}
.ampromo-popup-wrapper h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
.ampromo-items-form {
    padding: 0;
}
.ampromo-popup-wrapper .ampromo-item {
    padding: 15px;
    border: 1px solid #EDEDEE;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
    background: none;
    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,0.3);
}
.ampromo-popup-wrapper .ampromo-item-image {
    margin: 0;
    margin-bottom: 10px;
}
.ampromo-item .ampromo-options {
    margin-bottom: 0;
}
.ampromo-popup-wrapper .ampromo-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    color: #28292b;
    text-align: left;
    display: block;
    text-transform: uppercase;
}
@media(max-width: 991px) {
    .ampromo-popup-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }
}
@media(max-width: 767px) {
    .ampromo-popup-wrapper h2 {
        font-size: 21px;
        line-height: 31px;
    }
}
/*** Slick ***/
.category-cms .slick-prev,
.category-cms .slick-next {
    z-index: 1;
    background-color: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
}
.category-cms .slick-prev {
    left: -5px;
}
.category-cms .slick-next {
    right: -5px;
}
.category-cms .slick-prev:before,
.category-cms .slick-next:before {
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    opacity: 1;
    color: #28292b;
}
.category-cms .slick-prev:before {
    content: '\f053';
}
.category-cms .slick-next:before {
    content: '\f054';
}
@media(max-width: 767px) {
    .category-cms .slick-slide .product-item {
        max-width: 300px;
    }
}
@media(max-width: 575px) {
    .category-cms .slick-slide .product-item {
        max-width: 230px;
    }
}
@media(max-width: 480px) {
    .category-cms .slick-slide .product-item {
        max-width: 190px;
    }
}
@media(max-width: 380px) {
    .category-cms .slick-slide .product-item {
        max-width: 170px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .amshopby-filter-current .amshopby-remove {
        left: auto;
        top: 2px;
    }
    .filter-options .filter-options-content .am-labels-folding .item .am-input {
        top: 4px !important;
    }
    .filter-options .filter-options-content .item input[type='radio'] {
        visibility: visible;
        top: 4px !important;
    }
}

/*** Bundle product pop-up Start ***/
.amcart-message-box .bundle-options-container .bundle-options-wrapper, .amcart-message-box .bundle-options-container .product-options-wrapper {
    width: 100%;
}
.amcart-message-box .product-options-bottom .box-tocart {
    display: none !important;
}
.amcart-message-box .bundle-options-container .legend.title {
    display: none;
}
.amcart-message-box .bundle-options-container {
    margin-bottom: 0px;
}
.amcart-message-box .bundle-options-container .bundle-options-wrapper, .amcart-message-box .bundle-options-container .product-options-wrapper {
    margin-bottom: 0;
}
.amcart-message-box fieldset.fieldset.fieldset-bundle-options {
    margin-bottom: 0;
}
.amcart-minipage-wrap .product-item-info {
    margin-top: 0;
    min-height: unset;
}
.amcart-minipage-wrap .ampage-top-info {
    margin-top: 0;
}
.amcart-minipage-wrap .am-photo-container {
    border: 0;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: center;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #efefef;
}
.amcart-minipage-wrap .ampage-top-info .am-title {
    font-size: 16px;
    font-weight: normal;
}
.amcart-minipage-wrap .product-info-main .am-price.product-info-price span.price-label {
    display: none;
    font-size: 14px;
    font-weight: normal;
}
.amcart-minipage-wrap .product-info-main .am-price.product-info-price .price-container .weee:after {
    content: none;
}
.amcart-minipage-wrap .ampage-bottom-info .am-description {
    display: none;
}
.amcart-minipage-wrap .ampage-bottom-info p {
    margin-bottom: 0;
}
#confirmBox a,
#confirmBox a:hover,
#confirmBox a:active {
    color: #28292b !important;
}
#confirmBox p.shipping-container,
.am-related-box .free-shipping-container {
    font-size: 16px;
    font-weight: normal;
}
#confirmBox p.shipping-container span.price {
    color: #28292b;
}
@media all and (min-width: 1024px), print {
    .amcart-minipage-wrap .amcart-message-box {
        width: 700px;
    }
}
.amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 25px;
}
.amcart-minipage-wrap .amcart-message-box .bundle-options-container .fieldset:last-child {
    margin-bottom: 10px;
}
.amcart-minipage-wrap .amcart-message-box .bundle-options-container .fieldset > .field .field.choice {
    margin-bottom: 8px;
}
.amcart-minipage-wrap .amcart-message-box fieldset.fieldset.fieldset-bundle-options br {
    display: none;
}
.amcart-minipage-wrap .amcart-message-box .product-add-form {
    margin: 0px;
}
.amcart-minipage-wrap .amcart-confirm-buttons .button {
    font-size: 12px;
    height: auto;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    display: none;
}
.amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: unset;
}
@media (min-width: 768px) {
    .amcart-minipage-wrap .am-photo-container {
        width: 40%;
    }
    .ampage-top-info,
    .ampage-bottom-info {
        width: 60%;
    }
}
/*** Bundle product pop-up End ***/

/*** Doofinder ***/
.df-classic {
    font-family: 'Lato',sans-serif;
    border: solid 2px #28292b !important;
    border-radius: 0 !important;
    color: #28292b !important;
}
.df-classic .df-panel__title,
.df-classic .df-selected-filters__title {
    text-transform: uppercase;
    pointer-events: none;
    background-image: none !important;
}
.df-classic .df-term[data-selected] {
    background-color: transparent !important;
    border: 0 !important;
}
.df-term__value {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.df-term[data-selected] .df-term__value {
    color: #cf2048;
}
.df-classic .df-term:active,
.df-classic .df-term:focus,
.df-classic .df-term:hover {
    border-radius: 0 !important;
}
.df-term__count {
    position: relative;
    color: #a0a0a0;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 400;
}
.df-term__count:before {
    content: "[";
}
.df-term__count:after {
    content: "]";
}
.df-suggestions-list {
    padding-left: 6px;
}
.df-classic .df-suggestion-label {
    font-size: 12px;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.df-classic .df-suggestion {
    padding: 5px;
}

.df-icon-list {
    display: none !important;
}
.df-classic .df-header .df-header-title {
    text-align: left !important;
    margin-left: 10px;
    color: #28292b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 0;
}
.df-header .df-header-title span[data-role="total"] {
    font-weight: bold;
}
.df-classic [data-role=close] {
    opacity: .5;
}
.df-classic .df-card:hover {
    background-color: transparent !important;
}
.df-card__title {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #28292b;
    display: block;
    text-transform: uppercase;
}
.df-classic .df-card:hover .df-card__title {
    text-decoration: underline;
}
.df-card__price {
    font-family: 'Lato',sans-serif;
}
.df-card__price--old {
    color: #777;
    font-weight: 400;
    margin-right: 5px;
    font-size: 14px;
    line-height: 24px;
}
.df-card__price.df-card__price--new {
    font-weight: 700;
    font-size: 16px;
    color: #cf2048 !important;
}

#searchResultsContainer .df-panel__title {
    padding: 7px 10px;
    background-color: #ededee;
    font-size: 14px;
    color: #28292b;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: none;
    background-image: none;
}
#searchResultsContainer .df-panel__title:hover {
    text-decoration: none;
}
#searchResultsContainer .df-panel__content {
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #ededee;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,.3)
}
#searchResultsContainer .df-embedded .df-selected-filters__content,
#searchResultsContainer .df-mobile .df-selected-filters__content,
#searchResultsContainer .df-panel__content {
    padding: 10px;
}
#searchResultsContainer .df-term {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
}
#searchResultsContainer .df-term:before {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}
#searchResultsContainer .df-term[data-selected]:before {
    content: '\f14a';
}
#searchResultsContainer .df-term__count {
    line-height: 20px;
}
[data-role=panel-content] [data-toggle-extra-content] {
    padding-bottom: 0;
    font-size: 14px !important;
    text-decoration: underline !important;
    color: #28292b !important;
}

#searchResultsContainer .df-header {
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 0;
    border: 1px solid #ededee;
    border-top: 2px solid #ededee;
    background: #fff;
    padding: 8px 10px;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,.3);
    min-height: 47px;
}
#searchResultsContainer .df-header .df-header-title {
    text-align: left;
    color: #28292b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 0;
}

#searchResultsContainer .df-results {
    /*grid-template-columns: auto auto auto auto;*/
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr)) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
}
#searchResultsContainer [data-layout=grid][data-browser-support~=cssgrid] .df-card {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#searchResultsContainer .df-card__main {
    border: 1px solid #ededee !important;
    margin-bottom: 20px !important;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#searchResultsContainer .df-card__main:hover {
    text-decoration: none;

    -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,.3);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.3);
}
#searchResultsContainer .df-card__main:hover .df-card__title {
    text-decoration: underline;
}
#searchResultsContainer .df-card__image {
    height: auto !important;
}
#searchResultsContainer .df-card__title {
    text-align: left;
}
#searchResultsContainer .df-card__pricing {
    text-align: left;
}
#searchResultsContainer .df-card__price {
    margin-left: 0;
}
#searchResultsContainer .df-card__price--old {
    font-size: 16px;
    line-height: 26px;
}
#searchResultsContainer .df-card__price.df-card__price--new {
    font-size: 20px;
}
#searchResultsContainer .df-embedded .df-pagination {
    border: 1px solid #ededee;
    box-shadow: 0px 6px 3px -5px rgba(0,0,0,.3);
    padding: 10px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
#searchResultsContainer .df-page {
    margin-bottom: 0;
    margin-right: 8px;
    text-transform: uppercase;
}
#searchResultsContainer .df-page a, #searchResultsContainer .df-page span {
    border: 0;
    background-color: #ededee;
    box-shadow: none;
    border-radius: 0;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 12px;
    min-width: 25px;
    text-align: center;
    margin-left: 0;
}
#searchResultsContainer .df-page a:hover {
    color: #fff;
    background-color: #28292b;
}
#searchResultsContainer .df-page.df-page--disabled {
    opacity: .5;
}

/*** Doofinder Recommendation ***/
body.cms-home .dfwidget-host .dfwidget-title {
    text-align: center !important;
}
.page-wrapper .dfwidget-host {
    margin-bottom: 50px;
}
.page-wrapper .dfwidget-host .dfwidget-title {
    padding: 0;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 50px;
}
.page-wrapper .dfwidget-host .dfwidget-card {
    padding: 15px;
    border: 1px solid #ededee;
    transition: all .3s;
}
.page-wrapper .dfwidget-host .dfwidget-card:hover,
.page-wrapper .dfwidget-host .dfwidget-card:focus-visible {
    -moz-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .3);
}
.page-wrapper .dfwidget-host .dfwidget-card:hover .card-title,
.page-wrapper .dfwidget-host .dfwidget-card:focus-visible .card-title {
    text-decoration: underline;
}
.page-wrapper .dfwidget-host .card-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}
.page-wrapper .dfwidget-host .card-pricing {
    align-items: end;
}
.page-wrapper .dfwidget-host .card-price--sale,
.page-wrapper .dfwidget-host .card-price {
    font-weight: 700;
    font-size: 20px;
    color: #cf2048;
}
.page-wrapper .dfwidget-host .card-price--sale~.card-price {
    color: #777;
    font-size: 16px !important;
    font-weight: 400;
}
@media (min-width: 1201px) {
    .page-wrapper .dfwidget-host .dfwidget-card {
        flex: 0 0 calc(25% - 5px);
    }
}
@media(max-width: 991px) {
    .page-wrapper .dfwidget-host .dfwidget-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 25px;
    }
}

/*** Blog ***/
body.blog-page .columns .column.main {
    max-width: 75%;
}
.post-list .item .post-content {
    margin-bottom: 50px;
}
.post-content .post-description .post-ftimg-hld {
    margin-bottom: 15px;
}
.post-content .post-title {
    font-size: 24px;
    margin-bottom: 0;
}
.post-content .post-title a:hover,
.post-content .post-title a:focus {
    text-decoration: none;
}
.post-content .post-info,
body.blog-post-view .post-info {
    padding: 12px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #ededee;
}
.post-content .post-info .item,
body.blog-post-view .post-info .item {
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    font-weight: normal;
}
.post-content .post-info .item .label,
body.blog-post-view .post-info .item .label {
    display: none;
}
.post-list .post-content .post-text-hld > * {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #777;
}
.post-list .post-content .post-text-hld > p {
    margin-bottom: 0;
    color: #28292b;
}
body.blog-page .widget .tagclaud-hld > span {
    font-size: 11px !important;
}
.post-content .post-info .item.post-tags a,
body.blog-page .widget .tagclaud-hld span a,
body.blog-post-view .post-info .item.post-tags a {
    color: #fff;
    background-color: #989898;
    font-size: 11px;
    line-height: 11px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: normal;
}
.post-content .post-info .item.post-tags a:hover,
body.blog-page .widget .tagclaud-hld span a:hover,
body.blog-post-view .post-info .item.post-tags a:hover {
    color: #fff;
    background-color: #393a3d;
    text-decoration: none;
}
.post-content .post-info .item.post-tags a, body.blog-page .widget .tagclaud-hld span a, body.blog-post-view .post-info .item.post-tags a {
    display: inline-block;
}
.post-content .post-info .item.post-tags a:not(:last-child),
body.blog-page .widget .tagclaud-hld span a,
body.blog-post-view .post-info .item.post-tags a:not(:last-child) {
    margin-right: .5rem;
    margin-bottom: .5rem;
}
.post-list .post-content .post-read-more {
    float: none;
    margin-top: 12px;
}
body.blog-page .widget .block-title > strong {
    font-size: 14px;
    color: #28292b;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
body.blog-page .sidebar .widget.block:not(:last-child) {
    margin-bottom: 25px;
}
body.blog-page .sidebar .widget.block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.blog-page .sidebar .widget.block-categories ul > li {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 15px;
}
body.blog-page .sidebar .widget.block-categories ul > li:before {
    content: '\25A0';
    top: 3px;
    left: 1px;
    position: absolute;
    color: #28292b;
    font-weight: bold;
    font-size: 12px;
}
body.blog-page .sidebar .widget.block-categories ul li a {
    font-weight: 300;
}
body.blog-page .widget.block-list-posts .block-content .item {
    padding: 8px 0;
}
body.blog-page .widget.block-list-posts .block-content .item:not(:first-child) {
    border-top: 1px solid #ededee;
}
body.blog-page .widget.block-list-posts .block-content .item .post-image {
    border: 0;
    padding: 0;
}
body.blog-page .widget .block-content .post-item-link {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
}
body.blog-page .widget .block-content .post-item-date {
    font-size: 12px;
    font-weight: 400;
}
body.blog-page .pages {
    float: right;
    margin-bottom: 8px;
}
body.blog-page .pages .item {
    text-align: center;
}
body.blog-post-view .columns .column.main {
    padding-bottom: 0;
}
body.blog-post-view h1.page-title {
    margin-bottom: 15px;
}
body.blog-post-view .post-holder {
    padding: 0;
    border: 0;
}
body.blog-post-view .post-holder .post-header .post-info {
    border: 0;
    margin-bottom: 0;
}
body.blog-post-view .post-holder .post-header .post-info .value {
    font-style: normal;
}
body.blog-post-view .post-holder .post-header .post-info .item::after {
    content: none;
}
body.blog-post-view .post-content .post-text-hld h2,
body.blog-post-view .post-content .post-text-hld h3 {
    font-size: 24px;
}
body.blog-post-view .post-content .post-text-hld a {
    text-decoration: underline;
}
body.blog-post-view .post-content .post-text-hld p {
    color: #28292b;
}
body.blog-post-view .post-content .post-description {
    margin-bottom: 50px;
}
body.blog-post-view .block.related .list-product .box-sm {
    margin-bottom: 0;
}
body.blog-post-view .block.related .title {
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: left;
}
body.blog-post-view .block.related .title strong {
    font-size: 30px;
    line-height: 35px;
}
body.blog-post-view .block.related .item {
    margin-bottom: 50px;
}
body.blog-post-view .block.related .post-content .post-title {
    font-size: 21px;
}
@media(max-width: 991px) {
    body.blog-page .columns .column.main {
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    body.blog-post-view .block.related .title {
        margin-bottom: 25px;
    }
    body.blog-post-view .block.related .title strong {
        font-size: 21px;
        line-height: 31px;
    }
    body.blog-post-view .block.related .post-content .post-title {
        font-size: 13px;
        line-height: 20px;
    }
}
@media(max-width: 575px) {
    body.blog-post-view h1.page-title {
        font-size: 21px;
    }
    body.blog-post-view .post-content .post-text-hld h2,
    body.blog-post-view .post-content .post-text-hld h3,
    body.blog-post-view .post-content .post-text-hld h4 {
        font-size: 18px;
    }
}
body.catalog-product-view .product.info.detailed p a,
body.blog-post-view .post-content .post-text-hld a {
    color: #007bff;
    text-decoration: underline;
}

/*** Recent posts homepage ***/
body.cms-index-index .blog-widget-recent {
    margin-top: 50px;
}
body.cms-index-index .post-content .post-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
}
body.cms-index-index .blog-widget-recent .post-description .post-text-hld {
    min-height: unset;
}

/*** Trusted shop ***/
div[id^="trustbadge-container-"] ._1vhsbz9 {
    left: 15px !important;
    bottom: 15px !important;
}

.customer-group-v-i-p- .dfd-card-pricing {
    display: none !important;
}
.customer-group-v-i-p- .amcart-confirm-overlay .price-box {
    display: none !important;
}
.amexfee-block-content.-cart > .title.amexfee-title {
    border-top: 0px;
}
