/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@charset "UTF-8";

.manufacturers-home {
    margin-bottom: 0;
}


/*products section in home*/

.features-home {
    margin-top: 0;
}


/*blog in home*/

.home_blog_post_area {
    margin-bottom: 50px;
}

.productstabs-section {
    margin-bottom: 25px;
    margin-top: 25px;
}

.home-video {
    margin: 0;
}


/*new label in product card n home*/

.product-miniature .product-flags .new {
    border-radius: 2px;
    font-weight: 500;
    background-color: black;
}


/*animation in images blog home*/

.blog_post a.post_thumbnail:after {
    background-color: red;
    font-weight: 600;
}


/*read more in blog home*/

.blog_post .read_more:hover:after {
    background-color: red;
    border: none;
}

span.price {
    color: black;
}

.font-play:before {
    color: white;
}

.promo-home .video-promo__play em {
    color: red;
}


/*no border in photo product page*/

.product-cover {
    border: none;
    padding: 0;
}

.breadcrumb li:last-child span {
    color: red;
}

.thumbnail-img {
    width: 100%;
}

.wrapper-columns {
    max-width: 100%;
    margin: auto;
}

.block-category {
    max-width: 75%;
    margin: auto;
}

.block-category h1 {
    text-transform: capitalize;
    font-size: 25px;
}

.header-category {
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    align-items: center;
}

#category .header-category {
    padding-left: 15px;
    padding-right: 15px;
}

.header-category h1 {
    margin: 0;
}

.header-slide p:nth-child(2) {
    font-size: 14px;
}

.header-slide .btn {
    font-size: 14px;
}

.owl-nav>div i:hover {
    color: black;
}


/*custom sidedrop filters button*/

.filters-container {
    display: flex;
    width: 70px;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    cursor: pointer;
}


/*filters close button*/

p.text-uppercase.h6.hidden-md-down {
    margin: 0;
}

.filters-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#close {
    width: 28px;
    margin: 15px;
    cursor: pointer;
}

.product-title a:hover {
    color: red;
}

.font-eye:hover {
    color: red;
}

.font-cart:hover {
    color: red;
}

.font-heart:hover {
    color: red;
}

.grid .highlighted-informations a:hover {
    color: red;
}


/*product page*/

.product-prices .current-price>.price {
    color: black;
}

.social-sharing li a {
    color: red;
}

.wishlist-btn {
    color: black;
}

.panel-product-actions .font-heart:hover {
    color: white;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up,
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    background: black;
}

a.nav-link.active {
    background: black !important;
    border-color: black !important;
    font-weight: 500;
    width: 170;

}


a.nav-link-right.active {
    background: black !important;
    border-color: black !important;
    font-weight: 500;
    width: 170;

}


a.nav-link:hover {
    font-weight: 600;
}

a.nav-link-right:hover {
    font-weight: 600;
}

/*price in cart shortcut*/

.cart-wishlist-item>.product-price {
    color: black;
}

.grid .highlighted-informations {
    opacity: 1 !important;
}

#content {
    border: none !important;
}

.htmlbanners1-inner.js-htmlbanners1-carousel.row {
    width: 100%;
}

#footer {
    margin-top: 0;
}

.language-selector .dropdown .js-dropdown {
    display: block !important;
}

.language-selector:after {
    border-right: none;
}

li.filter-block {
    font-weight: bold;
}

#search_filters .btn {
    font-weight: bold;
    padding: 9px;
}


/*fixed cart and wishlist buttons in product card*/

.grid .highlighted-informations {
    opacity: 1;
}


/*links in collaborations page*/

.rte a {
    color: black;
    font-weight: bold;
}


/*apps page*/

.app-header {
    display: flex;
    margin-bottom: 40px;
}

.app-qr {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}


/*our features page*/

.feature-desc {
    max-width: 95%;
    font-size: 12px;
}

.feature-block {
    display: flex;
    margin-top: 60px;
    margin-right: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}


/*routes label on top when navigating*/

ol.container.-responsive {
    width: 75%;
}


/*red arrows for navigation in homepage*/

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    color: red;
}

.font-arrow-left:hover,
.font-arrow-right:hover {
    color: red;
}


/*color change of properties in checkout*/

.product-line-grid-body>.product-line-info .value {
    color: black !important;
}


/*hovers and focus on links*/

a:hover,
a:focus {
    color: red;
}


/*big button style*/

.btn:after,
.btn-primary:after,
.btn-secondary:after,
.btn-tertiary:after {
    content: "";
    padding-left: 0;
}

.btn {
    border-radius: 2px;
    font-weight: 600;
}

.container-password-email {
    display: flex;
    align-items: Center;
    justify-content: center;
    margin: 0px 0px 0px 5px;
   
}

.btn-reset-passwor {
    border-radius: 2px;
    font-weight: 600;
    float: left;
}


/*social media links*/

.block-social a {
    font-size: 15px;
}

.footer-three .block-social a {
    font-size: 30px;
}

#checkout-addresses-step label {
    display: flex;
    margin: 0;
    padding-left: 0px;
    flex-wrap: wrap;
}

#checkout-addresses-step #use_same_address {
    width: 20px;
    height: 20px;
    display: flex;
}


/*checkout touchups*/

.cart-grid .cart-grid-body .card-block {
    border: 0;
    /*carrito box*/
}

.cart-grid-body .cart-item {
    border: 0;
}

h1.step-title.h3 {
    /* background: black;*/

    font-weight: 500;
    text-transform: capitalize;
    color: black;
    background: white;
}

.checkout-step {
    border: 0;
}

.checkout-step .payment-options .payment-option {
    background: white;
}

.checkout-step .address-item.selected {
    border: black 1px solid !important;
    border-radius: 4px;
}

/*.checkout-step .address-item {
    flex: 1;
}*/
.checkout-step .address-item {
    flex: initial;
    /*! display: flex; */
    width: 100%;
}

.addresses-footer a,
.address-footer a {
    background: black;
    font-weight: 600;
    border-radius: 2px;
    font-size: 10px;
}

.address-footer-new a:hover,
.addresses-footer a:hover,
.address-footer a:hover {
    background: red;
}

.article {
    padding: 5px 0 0 5px;
    margin: auto;
}

.address-footer-new a {
    display: inline-block;
    padding: 7px 10px;
    font-size: 12px;
    margin-right: 8px;
    border: 0.7px solid #E3E3E3;
}

.checkout-step .radio-block {
    font-size: 14px;
}

.checkout-step .address-item,
.checkout-step .delivery-option {
    background: white;
    border-bottom: 1px solid #f6f6f6;
}

.payment-options {
    border-bottom: 1px solid #f6f6f6;
}


/*page headers in lowercase*/

h1,
.h1 {
    text-transform: capitalize !important;
    font-weight: 500;
}

span.cart-products-count {
    font-weight: 600;
}


/*border above price in product page*/

.product-prices {
    border: none;
    padding: 0;
}

.more-info .tab-pane-inner,
.product-description-short {
    border: 0;
}


/*product names in category page*/

.product-miniature .product-title {
    text-align: center;
}


/*no shadow in play icon at homepage*/

.font-play:before {
    text-shadow: none;
}


/*continue shopping button to the right before checkout*/

.cart-grid-body.col-xs-12.col-lg-8 {
    display: flex;
    flex-direction: column;
}

.cart-grid-body a.btn {
    display: none;
}

.page-cms .more-btn .btn .big {
    margin-bottom: 100px;
    margin-top: 70px;
}


/*current filters layout*/

.active_filters {
    background: none;
    margin-top: 40px;
    margin-left: 10%;
}

.features-home .feature-item .title-one {
    font-weight: 550;
    line-height: 1.4;
    text-align: center;
}


/*rewards styling*/

.rewards-sect {
    display: block;
    position: relative;
}

.rewards-cont {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rewards-sect figure {
    margin: 0;
}

.img-center-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*filters dropdown over banner on category page*/

.top-banner .banner-link:before,
.category-banner .banner-link:before {
    z-index: 0;
}


/*mobile features page*/

#cms td {
    vertical-align: text-top;
}


/*product card touchups*/

.product-miniature .thumbnail-wrapper {
    padding-bottom: 0;
}

.grid .right-block {
    padding-top: 0;
}


/*image slider*/

#carousel.carousel .carousel-inner {
    height: fit-content;
    margin: 0;
}

#carousel figcaption.caption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    color: white;
}

#carousel.carousel .carousel-item img {
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: -1;
}

#carousel figure {
    margin: 0;
}

.product-miniature {
    text-align: left;
}


/*product description*/

.l-column .product-flags .new {
    background: black;
    font-weight: 500;
    display: none;
}

img.thumb.js-thumb.selected {
    border-color: black !important;
}

.product-prices {
    /*margin: 20px 0 0;*/
}


/*general*/

.btn.big,
.btn-primary.big,
.btn-secondary.big,
.btn-tertiary.big {
    font-size: 14px;
    padding: 20px 100px 20px 100px;
}


/*homepage slider*/

.display-1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 27px;
    text-transform: capitalize !important;
    width: 50%;
}

p.slide_desc {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

p.slide_title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

.rewards-row {
    display: flex;
    width: fit-content;
    margin-top: 30px;
}


/*centered checkbox and title filters*/

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: -2px;
    margin-right: 0;
}


/*fix margins in cms pages mobile*/


/*apps page*/

p.app-title {
    font-size: 20px;
    margin-top: 50px;
}

.app-links {
    display: flex;
}


/*pagination in blog page*/

a.disabled.js-blog-link {
    font-weight: 550;
}


/*active filter block*/

li.filter-block {
    background: black !important;
}

div#search_filter_controls {
    display: flex;
    justify-content: flex-end;
}


/*slider refactor*/

.slide-footer {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}


/*description in hmepage slider*/

.caption-description {
    height: 100%;
    display: flex;
}

.slide-title-cont {
    margin-bottom: 25%;
}


/**center images blog posts*/

.single .blog_post .post_thumbnail img {
    width: 100%;
}


/*slider button to left*/

p.button-box {
    display: flex;
}

.cart-header .cart-products-count {
    font-size: 11px;
}


/*reduce spase between product rows*/

.features-page-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}

.feat-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    margin-bottom: 30px;
}

.feat-cont p {
    margin-top: 20px;
    text-align: center;
}

.container.slide-caption {
    margin: 10px;
    /* justify-content: flex-end; */
    align-items: flex-end;
    display: flex;
}

.features-page-cont {
    align-items: flex-start;
}

.feat-cont p {
    font-weight: 500;
}

.features-page-cont {
    margin-top: 40px;
}

.wlp_bought_list .lnkdel {
    right: 30px;
}

.nb h3 {
    font-size: 25px;
    font-weight: 600;
}

.rwd-img-cont img {
    height: 55px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}


/*title products homepage*/

.productstabs-section .headline-section {
    margin-bottom: 40px;
}

#content-wrapper #products {
    margin-top: 20px;
}


}

.wlp_bought_list .lnkdel {
    right: 25px;
}

/*hide stars in product card*/
.product-miniature .product-list-reviews {
    display: none;
}

.product-miniature .star-wrapper {
    display: none;
}

/*no new label*/
.product-miniature .product-flags .new {
    display: none;
}

/*adjust homepage slider photos*/
.carousel-item a {
    flex: 1;
}

/*sign out in account section*/
.page-footer .text-sm-center a:hover {
    background: red !important;
}

.page-footer .text-sm-center a {
    font-weight: 600;
    border-radius: 2px;
    background: black;
}

.page-my-account #content .links i:hover {
    color: white !important;
}

/*make filters column smaller*/
.facet-label span.magnitude {
    display: none;
}

#search_filters .facet .facet-label a {
    width: 100%;
}

#search_filters .facet .facet-title {
    width: 100%;
}

/*reassurance block smaller*/
.blockreassurance_product .block-icon {
    flex: 0 0 25px;
}

.blockreassurance_product .item-link {
    padding: 3px 9px;
    border: none;
}

.blockreassurance_product .block-title {
    font-weight: 500;
    font-size: 12px;
}

.blockreassurance_product {
    margin-top: 0;
}

.view-carousel .owl-stage {
    transform: none !important;
}

/*reviews*/
button.btn.btn-comment.btn-comment-big {
    background: black;
}

button.btn.btn-comment-inverse.btn-comment-big {
    background: black;
}

.product-miniature .thumbnail-container .right-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.instafeed_item .instafeed_link {
    margin: 10px;
}

.item-link {
    margin-bottom: 0;
}

.product-price-and-shipping {
    text-align: center;
}

.top-banner.text-in-right .banner-description {
    align-items: flex-start;
}

/*blog posts page*/
.meta_author {
    display: none !important;
}

.meta_comment {
    display: none !important;
}

.form-group.xipblog_website_parent {
    display: none;
}

.form-group.xipblog_subject_parent {
    display: none;
}

span.meta_author.font-user {
    display: none;
}

.single .post_meta {
    justify-content: space-between;
}

.meta_category {
    display: flex;
    flex: 1;
    text-align: end;
}

.meta_date {
    flex: 1;
}

/*video homepage*/
.play .video-promo__stop {
    opacity: 0;
}

/*my account sections*/
.input-group .input-group-btn>.btn {
    background: black;
}

.custom-checkbox input[type="checkbox"]:checked+span {
    border-color: black !important;
    background: black !important;
}

.page-footer .account-link {
    background-color: black;
    font-weight: 550;
    border-radius: 2px;
}

.page-footer .account-link:hover {
    background: red;
}

/*checkout rework*/

/*.cart-container .card-block h1 {}*/
#form_ets_onepagecheckout {
    box-shadow: none;
}

.block-onepagecheckout.block-comment {
    display: none;
}

.shipping_address_form {
    display: none;
}

p.no_invoice_address {
    display: none;
}

.block-onepagecheckout.block-address div#delivery-addresses input.form-control,
.block-onepagecheckout.block-address div#invoice-addresses input.form-control,
.block-onepagecheckout.block-address div#delivery-addresses select.form-control,
.block-onepagecheckout.block-address div#invoice-addresses select.form-control,
.type-checkout-option input.form-control {
    border: none !important;
    border-bottom: 2px solid #e4e4e4 !important;
    padding: 0;
}

.form-group .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.block-onepagecheckout.block-address {
    padding-bottom: 15px;
}

div#customer-login label.form-control-label {
    text-transform: capitalize;
    font-size: 12px;
}

ul.type-checkout-options {
    font-size: 14px;
}

.block-onepagecheckout .title-heading,
#ets_onepagecheckout .block-onepagecheckout .product-line-info.product_info_name a.label,
#invoice-addresses .title,
#delivery-addresses .title,
.block-onepagecheckout .product-line-info.product_info_name .label {
    color: black;
}

.block-onepagecheckout .title-heading {
    border-top: 3px solid black;
}

.block-onepagecheckout .title-heading,
#invoice-addresses .title,
#delivery-addresses .title,
.block-onepagecheckout.block-displayReassurance #block-reassurance>ul>li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}

.type-checkout-options li label,
#form_ets_onepagecheckout .row.delivery-option span.carrier-delay {
    color: #4e4e4e !important;
    font-weight: normal;
}

.block-onepagecheckout .title-heading svg {
    fill: #4e4e4e !important;
}

body .custom-radio input[type="radio"]:checked+span {
    box-shadow: inset 0 0 0 6px black;
    border-color: black;
}

.block-onepagecheckout .block-promo .promo-code form {
    padding-left: 0;
}

.cart-voucher.ets-cart-voucher {
    padding-top: 15px;
}

.promo-code-text {
    font-weight: bold;
    font-size: 14px;
    padding-top: 20px;
}

#form_ets_onepagecheckout .block-promo .promo-input {
    border: 1px solid #e4e4e4 !important;
}

.block-onepagecheckout .block-promo .promo-code {
    padding: 0;
    border: none;
}

.cart-summary-line .label {
    text-transform: capitalize;
}

.block-onepagecheckout .cart-summary-line {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.block-onepagecheckout .card-block.cart-summary-totals .cart-summary-line.cart-total .value,
.block-onepagecheckout .cart-summary-line .value {
    width: fit-content;
}

.block-onepagecheckout .cart-summary-line {
    display: flex;
    justify-content: space-between;
}

.block-onepagecheckout .card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.block-onepagecheckout .cart-summary-line .label {
    text-align: end;
    width: 80%;
    font-weight: normal;
}

.block-onepagecheckout .card-block.cart-summary-totals .cart-summary-line.cart-total .value,
.block-onepagecheckout .cart-summary-line .value {
    justify-content: end;
    flex: 1;
}

.block-promo .promo-code-button {
    text-transform: none;
    color: black;
}

.block-promo .promo-code {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
}

.block-promo .promo-input {
    font-size: 13px;
    border-radius: 2px;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up,
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    background: none;
}

.block-onepagecheckout .bootstrap-touchspin .input-group-btn-vertical {
    padding: 0;
}

span.custom-radio.float-xs-left {
    overflow: hidden;
}

.custom-radio input[type="radio"]+span {
    vertical-align: initial;
}

input.promo-input {
    padding-right: 0 !important;
}

.product-description video,
.product-description img {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 700px;
}

.page-header h1 {
    font-weight: 400;
}

button.search-bar__btn.font-search::before {
    font-size: 20px;
}

.page-my-account #content .links .link-item,
#addresses .address {
    border-radius: 4px;
}

.page-my-account #content .links i {
    padding-bottom: 0;
}

#form_ets_onepagecheckout .payment-options label {
    margin-bottom: 0;
}

label.js-terms.required {
    font-size: 14px;
}

.row.delivery-option {
    font-size: 14px;
}

span.label {
    font-size: 14px;
}

span.input-group-btn-vertical {
    width: 0;
}

span.h6.carrier-name {
    font-size: 14px;
}

.block-onepagecheckout .block-promo .promo-code form {
    flex-direction: row;
}

.promo-code button.btn.btn-primary {
    width: fit-content;
    border-radius: 2px;
    background: black;
}

#form_ets_onepagecheckout .btn-primary[name="submitCompleteMyOrder"] {
    min-width: none !important;
    width: 100%;
    font-size: 14px;
    background-color: red;
}

.checkout.card-block {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar .search-bar__btn {
    text-shadow: none;
}

.page-my-account #content .links .link-item:hover {
    background: black !important;
    border-color: black !important;
    color: white !important;
}

.page-my-account #content .links .link-item,
#addresses .address {
    transform: none;
    transition: none !important;
    color: black !important;
}

.cart-detailed-actions a.btn.btn-primary {
    border-radius: 2px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

div#promo-code {
    display: block;
}

.cart-voucher p {
    margin: 0;
}

#blockcart-modal .product-image {
    -webkit-background-size: cover;
    background-size: cover;
}

.cart-content-btn button.btn.btn-secondary {
    display: none;
}

.form-control-label {
    /*display: none;*/
}

.block-onepagecheckout .product-line-grid-right .cart-line-product-actions .remove-from-cart {
    margin-top: 0;
}

.block-onepagecheckout .product-line-grid-right.product-line-actions .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-onepagecheckout .product-line-grid-right .qty {
    margin-top: 0;
}

.block-onepagecheckout .form-ok:before {
    right: 45px;
}

#form_ets_onepagecheckout .btn-primary,
body .box_more_fee_shipping .box_total_cart {
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
}

.cart-content-btn .btn-primary {
    float: right;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    padding: 10px 100px;
}

.modal .close {
    background: white;
}

.search-field button.search-btn.font-search {
    color: black !important;
}

.search-field input.input-text.ui-autocomplete-input::placeholder {
    color: black !important;
}

#header .search-block .input-text:focus {
    color: black;
    border-color: black !important;
}

#header .search-form {
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(255, 255, 255, 1) !important;
}

#header .search-close {
    background: white;
}

body .ui-menu {
    background: white;
}

.ui-widget {
    font-family: unset;
    color: black;
}

body .ui-menu .ui-menu-item a {
    padding: 6px 15px;
    color: black;
    background-color: white !important;
    border: none !important;
}

body .ui-menu .ui-menu-item a:hover {
    background-color: red !important;
    border: none !important;
}

a.meta_category.font-comment {
    display: flex;
    justify-content: flex-end;
}

.slide-caption button.btn.big {
    margin-top: 30px;
}

.checkout.card-block .text-sm-center {
    width: 100%;
    padding: 10px;
}

#form_ets_onepagecheckout .btn-primary,
body .box_more_fee_shipping .box_total_cart {
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
    width: 100%;
}

.blockreassurance_product img,
.blockreassurance_product svg {
    max-width: 20px;
}

/*.product-variants-item {
    padding: 0 10px 15px;
}*/


#product-availability {
    display: none;
}

div.product-description-short {
    display: none;
}

.rewards-video {
    position: absolute;
    top: 0;
    width: 100vw;
}

/*.testimonials-wrapper {
  background: black;
  background-image: none !important;
}*/
.testimonials-description p {
    font-weight: 600;
    font-size: 15px;
}

.blockreassurance_product .item-link {
    padding: 0 !important;
}

.blockreassurance_product p.block-title {
    line-height: 30px;
}

.product-quantity {
    display: flex;
    flex-direction: column;
}

.product-add-to-cart .add {
    padding: 15px 5px 0 0;
}

.product-add-to-cart {
    width: 50%;
}

.product-quantity .qty {
    width: 10%;
}

.product-add-to-cart .add-to-cart {
    width: 100%;
    flex: 1;
    border-radius: 2px;
}

.product-quantity .qty {
    display: flex;
    flex-direction: row;
    align-items: center;
}

span.control-label.hidden-sm-down {
    margin-right: 10px;
}

.product-variants {
    margin: 10px -10px 0;
}

p.video-center-wrap {
    width: 60%;
    margin: auto;
    margin-top: 30px;
}

.payment-options #stripe-card-payment {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.payment-options img[src*="paycomet.svg"] {
    height: 50px;
    transform: translateY(-3px);
}

.product-add-to-cart .add {
    flex-flow: wrap;
}

.product-actions #stripe-payment-request-wrapper {
    width: 100%;
    flex-shrink: 0;
}

.send-renew-password-link {
    text-align: justify;
}

.addresses-footer {
    margin-top: 25px;
}

#addresses .elem {
    margin-top: 15px;
}

.lgcookieslaw-reject-button {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

#productDescription #addCustomizationForm {
    display: none;
}

#productDescription.add-customization #addCustomizationForm {
    display: block;
}

#productDescription.add-customization #productInfo {
    display: none;
}

#addCustomizationForm .title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
   /* margin-bottom: 32px;*/
}
#addCustomizationForm .subttitle {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-bottom: 32px;
}


#addCustomizationForm .title h5 {
    margin: 0;
}

.colaboration-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.colaboration-list ul {
    flex-wrap: wrap;
    justify-content: center;
}

.colaboration-list a {
    text-decoration: none;
}

.hide {
    display: none;
}

.colaboration-list ul {
    padding: 0;
    display: flex;
    gap: 8px;
}

.colaboration-list ul li {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 8px;
    overflow: hidden;
    flex: 1 1 auto;
}

.colaboration-list ul li a {
    background-color: #FF0000;
    font-size: 20px;
    color: #ffffff;
    padding: 20px 10px 20px 28px;
}

.colaboration-list ul li a img {
    float: right;
    margin: 5px 10px 0 0;
}

#customizarionInfo {
    border: 1px solid red;
}

#addCustomizationButton,#addCustomizationButtonModal {
    background: #ffffff;
    color: black;
    border: 1px solid #000000;
  /*  width: 99%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-top: 26px;
    height: 44px;
    border-radius: 4px;
    width: 376px;
   height: 48px;
}

#submitStProductCustomization:disabled {
    background-color: #FFE6E6;
    opacity: 0.1 !important;
}

#addCustomizationButton img {
    display: flex;
    justify-content: flex-end;
}

#removeStProductCustomization.remove-button {
    background-color: white;
    color: black;
    border: 1px solid black;
    background-image: url(../img/delete.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#addCustomizationButton.edit {
    background-color: white;
    color: black;
    border: 1px solid black;
    background-image: url(../img/edit.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#customizationInfo {
    margin-top: 32px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

#customizationInfo #customization_message_result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex: 1 1 auto;
    padding: 0 20px;
    animation: fadeIn 2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#customizationInfo #customization_message_result p.customization-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

#customizationInfo #customization_message_result p.customization-message strong {
    font-weight: 600;
}

#customizationInfo #customization_message_result .customization-data {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#customizationInfo #customization_message_result .customization-data div {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

#customizationInfo #customization_message_result .customization-data img {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
}

#customizationInfo .customization-buttons {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    padding: 2px;
}

#customizationInfo .customization-buttons button,
#customizationInfo .customization-buttons a {
    width: 44.63px;
    height: 44.63px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: none;
}

#customizationInfo .customization-buttons img {
    width: 19px;
    height: 19px;
}

.customization-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.customization-data .custom-data-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.product-line-grid-body .customization-data .custom-data-info {
    order: 1;
    font-weight: 600;
}

/* .customization-data .custom-data-info span {
            font-weight: 600;
            font-size: 13px;
        } */
.customization-data .custom-data-info span::before {
    font-weight: 400;
}

.product-line-grid-body .customization-data .custom-data-info span.custom-name::before {
    content: 'Name: ';
}

.product-line-grid-body .customization-data .custom-data-info span.custom-position::before {
    content: 'Position: ';
}

.lang-es .product-line-grid-body .customization-data .custom-data-info span.custom-name::before {
    content: 'Nombre: ';
}

.lang-es .product-line-grid-body .customization-data .custom-data-info span.custom-position::before {
    content: 'Posición: ';
}

.customization-data img {
    width: 50px;
    height: 50px;
}

.cart-detailed-totals {
    width: 100%;
}

.cart-detailed-totals .card-block {
    display: flex;
    flex-direction: column;
}

.cart-detailed-totals .card-block #cart-subtotal-products {
    order: 0;
    margin-bottom: 15px;
}

.cart-detailed-totals .card-block .product {
    order: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 7px;
}

.cart-detailed-totals .card-block .product span:first-child {
    font-weight: 400;
    flex: 1 1 auto;
}

.cart-detailed-totals .card-block #cart-subtotal-shipping {
    order: 2;
    padding-left: 15px;
    display: flex;
}

.cart-detailed-totals .card-block #cart-subtotal-shipping .label {
    flex: 1 1 auto;
    margin-left: -15px;
}

.cart-detailed-totals .cart-summary-totals .cart-summary-line {
    display: flex;
}

.cart-detailed-totals .cart-summary-totals .cart-summary-line .label {
    flex: 1 1 auto;
}

.personalizacion {
    display: flex;
    font-weight: 600;
    flex: 1 1 auto;
    padding: 0 0 3px 0;
}

.cart-detailed-totals .product-name .quantity::after {
    content: "x";
    font-size: 9px;
    margin-left: 2px;
    font-weight: 600;
}

.product-line-grid-body.cart-product-customization {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.product-line-grid-body.cart-product-customization .customization {
    flex: 1 1 auto;
}

.cart-product-customization button,
.cart-customizations button {
    background: none;
    border: none;
}

#customize_image_label span {
    text-transform: capitalize;
}

.st-product-customization .img-toggle {
    width: 100%;
}

.cart-subtotals .value {
    font-size: 14px !important;
}

#submitStProductCustomization {
    background-color: #ff0000 !important;
    font-size: 14px;
    padding: 0 50px;
    margin: 0;
    height: 44px;
}

#customize_image_label span {
    text-transform: lowercase;
    font-size: 14px;
    padding: 0 0 0 12px;
}

#customize_image_label span:first-letter {
    text-transform: uppercase;
}

#customize_image_label {
    padding: 6px 0 0 0;
}

li.cart-wishlist-item {
    display: flex;
    flex-flow: var(--cart-wishlist-item-flex-direction) nowrap;
    gap: 48px;
    font-size: 15px;
    color: #000000;
    text-transform: none;
}

li.cart-wishlist-item .product-image {
    display: flex;
}

li.cart-wishlist-item .product-image img {
    width: 125px;
    height: 125px;
}

li.cart-wishlist-item .product-details-info {
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 auto;
    padding-right: 50px;
}

li.cart-wishlist-item .product-details-info .product-info {
    display: flex;
    flex-flow: row nowrap;
}

li.cart-wishlist-item .product-details-info .product-info .cart-info {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column wrap;
    gap: 15px;
}

li.cart-wishlist-item .product-details-info .product-info .cart-info span.product-name>span.quantity::after {
    content: 'x';
    font-size: 9px;
    margin-left: 2px;
    font-weight: 600;
}

li.cart-wishlist-item .product-details-info .product-info .cart-info span.product-price {
    font-weight: 600;
}

li.cart-wishlist-item .product-details-info .product-customization-info ul.cart-customizations {
    display: flex;
    flex-flow: row nowrap;
}

li.cart-wishlist-item .product-details-info .product-customization-info ul.cart-customizations button.remove-from-cart.header-remove-from-cart {
    padding: 0;
}

li.cart-wishlist-item .product-details-info .product-customization-info ul.cart-customizations li.customizations-items {
    flex: 1 1 auto;
}

li.cart-wishlist-item .product-details-info .product-customization-info ul.cart-customizations li.customizations-items .custom-data-info {
    gap: 8px;
}

li.cart-wishlist-item .customization-data .custom-data-info {
    order: 1;
    font-weight: 600;
}

li.cart-wishlist-item .customization-data .custom-data-info span.custom-name::before {
    content: 'Name: ';
}

li.cart-wishlist-item .customization-data .custom-data-info span.custom-position::before {
    content: 'Position: ';
}

.lang-es li.cart-wishlist-item .customization-data .custom-data-info span.custom-name::before {
    content: 'Nombre: ';
}

.lang-es li.cart-wishlist-item .customization-data .custom-data-info span.custom-position::before {
    content: 'Posición: ';
}

/*my class*/
.blockreassurance_product {
    display: none;
}

/*burger icon close*/
#menu-icon i.close-icon {
    display: none;
}

.st-product-customization #menu-icon i.close-icon {
    display: inline !important;
    color: red;
}

#page.menu-show #menu-icon i.close-icon {
    display: inline;
}

.product-add-to-cart .add {
    display: flex;
    width: 376px;
    height: 48px;
  
}

.card-block h1 {
    font-size: 24px;
    font-weight: 600;
}

.card-block h6 {
    font-size: 16px;
    font-weight: 400;
    color: #727272;
}

.cart-summary-line .value {
    flex: 1 1 auto;
    font-weight: 600;
    text-align: right;
}

/*change buttons of quantitys*/
#productDescription .qty {
    width: fit-content;
}

.cart-overview .bootstrap-touchspin,
#productDescription .bootstrap-touchspin {
    width: 100px;
    height: 25px;
    /* margin: 0 16px; */
}

.cart-overview .bootstrap-touchspin input.js-cart-line-product-quantity,
#productDescription .bootstrap-touchspin input#quantity_wanted {
    position: relative;
    margin: 0 24px;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.cart-overview .bootstrap-touchspin .input-group-btn-vertical,
#productDescription .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cart-overview .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin,
#productDescription .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
}

.cart-overview .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i,
#productDescription .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
    display: none;
}

.cart-overview .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down,
#productDescription .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down {
    left: 0;
    background-image: url(../img/minus.svg);
}

.cart-overview .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-up,
#productDescription .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-up {
    right: 0;
    background-image: url(../img/plus.svg);
}

.product-line-info.qty {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: fit-content !important;
}

.block-contact .item-link {
    text-decoration: none;
}

.footer-one .category-title {
    text-transform: uppercase;
    margin: 0 0 0 -20px;
    font-size: 1.5rem;
}

.footer-one li {
    font-size: 15px;
}

.footer-container .collapse li {
    margin-bottom: 5px;
}

#site-logo {
    background-image: url(../img/logo.svg);
    width: 190px;
    height: 82px;
    background-repeat: no-repeat;
    margin: 0;
    background-position: center;
}

.testimonials-wrapper {
    background-color: #000000;
    background-image: none !important;
    padding: 31px 0;
    /* margin: 25px 0 0 0; */
}

.productstabs-section__inner .more-btn,
.banner-description .btn-box {
    display: none;
}

.form-group>.col-md-9.col-md-offset-3 {
    display: flex;
    align-items: center;
}

#footer_contact {
    padding-bottom: 15px;
}

.block_newsletter #site-logo {
    width: 150px;
}

.instagram_block .headline-section {
    text-align: inherit;
}

.linkMore {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    font-size: 16px;
    font-weight: bold;

}

.linkMore a {
    text-align: right;
    justify-content: flex-end;
    padding: 10px;
    color: red;
}

.text-center-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.product-variants .control-label,
.current-price .control-label {
    color: #2f2f2f;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-right: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.continue.btn.btn-primary,
.ps-shown-by-js .btn.btn-primary {
    font-size: 14px;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 600;
}

.product-line-grid-right.product-line-actions {
    /* position: absolute;
    top: 0;
    right: 0;*/
}

.cart-wishlist-action .btn {
    font-size: 14px;
    padding: 10px 50px;
    height: 44px;
    align-items: center;
    width: 100%;
    text-transform: none;
}

#app-functions .btn.btn-primary.add-to-cart {
    text-decoration: none;
    color: white;
}

/*Media Querys*/

/*346*/
@media (max-width: 346px) {
    .cart-detailed-actions a.btn.btn-primary {
        font-size: 13px;
        padding: 10px 90px;
        font-size: 14px;
        font-weight: 600;
    }
    #addCustomizationButton,#addCustomizationButtonModal{
        width: 100%;
    }
    .product-add-to-cart .add{
        width: 100%;
    }
 
}


/*406*/
@media (max-width: 406px) {
    .product-add-to-cart .add{
        width: 100%;
    }
    #addCustomizationButton,#addCustomizationButtonModal{
        width: 100%;
    }
    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-left {
        width: 100% !important;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-left .product-image {
        width: 100% !important;
    }

    .product-line-grid-body.cart-product-customization .customization {
        margin: 0 !important;
    }

    .product-line-grid-body>.product-line-info {
        margin-bottom: 2px;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-left img {
        margin-bottom: 20px !important;
    }

    .product-line-grid-right.product-line-actions .remove-from-cart {
        position: absolute;
        right: 0;
        top: -150px !important;
    }

    .product-line-grid .qty {
        margin: 0;
    }
}

/*407*/
@media (max-width: 407px) {
    .products.xsmall-2 .product-miniature {
        width: 40%;
    }
}

/*415*/
@media (max-width: 415px) {
    .product-line-grid-body.cart-product-customization .customization {
        margin: 0;
    }
}

/*480*/
@media (max-width: 480px) {
    .copyright {
        font-size: 9px;
    }

    .product-quantity .qty {
        display: flex;
        flex-direction: row;
        align-items: center;
        /* margin-top: 30px; */
    }
}

/*992*/
@media (min-width: 992px) {
    .top-menu[data-depth="0"]>li>a {
        padding: 32px 1em;
    }
}

/*575-576*/
@media (max-width: 575px) {
    .products.xsmall-2 .product-miniature {
        width: 40%;
    }

    .view-grid.products {
        overflow-x: hidden;
    }
    #addCustomizationButton,#addCustomizationButtonModal{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .footer-one>.container>.row>.block-contact {
        padding: 0 10px;
    }
}

/*650*/
:root {
    --cart-wishlist-item-flex-direction: row;
}

@media(max-width: 650px) {
    :root {
        --cart-wishlist-item-flex-direction: column;
    }
}

/*767*/
@media (max-width: 767px) {
    .product-add-to-cart {
        width: 100%;
    }
}

/*768*/
@media (max-width: 768px) {
    .cart-overview .bootstrap-touchspin {
        width: 100px;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid {
        /* background-color: red; */
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-left {
        /* background-color: yellow; */
        flex: none;
        display: flex;
        flex-direction: column;
        width: 89px;
        padding: 0;
        margin-right: 16px;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-left .product-image {
        width: 89px;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-left img {
        width: 89px !important;
        height: 89px;
        margin: 0;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-body {
        /* background-color: green; */
        flex: 1 1 auto;
        width: unset;
        text-align: left;
        margin: 0px 5px 0 0;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-right {
        padding-left: 102px !important;
    }

    .cart-overview ul.cart-items li.cart-item .product-line-grid .product-line-grid-right .qty {}

    .product-line-grid-right.product-line-actions .remove-from-cart {
        position: absolute;
        right: 0;
        top: -145px;
    }

    .product-line-grid-body.cart-product-customization .customization {
        margin: 0 0 0 120px;
    }

    .product-line-info .product-price h5 .price {
        padding: 6px 0 10px 0;
    }

    .cart-overview ul.cart-items .cart-item {
        border-bottom: 1px solid #E3E3E3;
    }

    .cart-grid-right .card {
        border: none;
    }

    .cart-detailed-totals {
        display: flex;
        flex-direction: column;
    }

    .cart-detailed-totals .block-promo {
        order: -1;
        border-bottom: 1px solid #E3E3E3;
    }
}

/*769*/
@media(min-width: 769px) {
    .cart-list.customization-cart .offset-md-3 {
        margin-left: 40%;
    }
}

/*991*/
@media (max-width: 991px) {
    .page-header h1 {
        font-size: 25px;
        font-weight: 600;
    }

    .slide-footer {
        align-items: flex-start;
        margin-bottom: 0 !important;
    }

    .rewards-sect .img-banner {
        display: none;
    }

    .rewards-sect figure {
        margin: 0;
        height: 143px;
        width: 100vw;
        background: black;
    }

    .reward {
        width: 58px;
        margin-right: 10px;
    }

    .app-qr img {
        width: 120px;
    }

    p.slide_title {
        font-size: 40px !important;
    }

    .carousel {
        display: block !important;
    }

    p.slide_desc {
        font-size: 15px;
    }

    .image {
        display: none;
    }

    /*zoom in background image*/

    #carousel.carousel .carousel-item img {
        max-width: none;
        width: 200%;
        zoom: 0.6;
        left: -54%;
    }

    #carousel figcaption.caption {
        top: 0;
    }

    .rewards-row img {
        margin-top: 10px;
        left: 0 !important;
        height: 80px;
        margin-left: 5px !important;
        margin-right: 5px;
    }

    .rewards-row {
        display: none;
    }

    /*slider*/

    p.button-box {
        margin-bottom: 20px;
    }

    .view-grid.products {
        display: flex;
        justify-content: center;
    }

    .productstabs-section .headline-section {
        text-align: center;
        width: 100%;
    }

    p.video-center-wrap {
        width: 100%;
    }

    .slide-title-cont {
        margin: 0;
    }

    .caption-description.right {
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .slide-title-cont,
    .slide-title-cont.right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .slide_title.desktop {
        display: none;
    }

    .top-logo {
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

    .promo-code form {
        display: flex;
        flex-direction: column;
    }

    .promo-code button.btn.btn-primary {
        width: 100%;
        margin: 0;
    }

    /*apps qr img hide in mobile*/

    img.qr {
        display: none;
    }

    .more-info {
        margin-top: 0;
    }

    /*2 columns in features*/

    .feat-cont {
        width: 40%;
    }

    .feat-cont.extra {
        display: none;
    }

    .feat-img {
        display: none;
    }

    .page-content.rte.page-cms {
        margin-left: 20px;
        margin-right: 20px;
    }

    ol {
        padding-inline-start: 10px;
    }

    img.img-qr {
        display: none;
    }

    .app-links {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .app-header {
        display: flex;
        margin-bottom: 40px;
        justify-content: space-around;
        margin-top: 20px;
    }

    /*slider description*/

    .slide-caption .description {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .slide-title-cont {
        margin-top: 30px;
    }

    .feature-block {
        align-items: center;
        flex-direction: column;
    }

    .more-btn {
        margin: 0 !important;
    }

    .page-cms #content-wrapper {
        padding: 0;
    }

    .feature-desc {
        max-width: 90%;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .page-cms table {
        margin-right: 15px;
        margin-left: 15px;
    }

    .products.xsmall-2 .product-miniature {
        margin-right: 10px;
        margin-left: 10px;
    }

    .product-miniature .product-title {
        line-height: 1.5;
        padding-top: 0px;
        margin-top: 10px !important;
        margin-bottom: -5px !important;
    }

    .grid .catalog-products .product-miniature {
        padding-right: 10px;
        padding-left: 10px;
    }

    /*rewards section in mobile*/

    .reward {
        width: 40px;
    }

    .rewards-cont .headline-section {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 32px;
    }

    /*two columns in features homepage*/

    .feature-item {
        flex: 0.5;
    }

    .feature-wrap .wrap-icon {
        display: flex;
        justify-content: center;
    }

    .feature-item .description {
        padding-left: 0;
        text-align: center;
        font-size: 13px;
        margin-top: 15px;
    }

    .feature-item .banner-description {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .features-home .btn-box {
        justify-content: center;
        display: flex;
    }

    .features-home .headline-section {
        /*font-size: 40px !important;*/
        text-align: center !important;
        margin-bottom: 40px;
    }

    .features-home .headline-section {
        margin-bottom: 60px;
    }

    #htmlbanners10 .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .features-home {
        background-image: url(/img/cms/features-phone.png) !important;
    }

    .headline-section {
        font-size: 24px !important;
    }

    /*product tab homepage*/

    .grid .highlighted-informations .inner {
        justify-content: space-around;
        padding-left: 20px;
        padding-right: 20px;
    }

    .productstabs-section .wrapper-tabs {
        margin-bottom: 0px;
    }

    /*features page mobile*/

    .page-cms #wrapper {
        padding-bottom: 0;
    }

    .page-cms .more-btn .btn .big {
        margin: 0;
    }

    /*checkbox in black*/

    i.material-icons.rtl-no-flip.checkbox-checked {
        background: black;
    }

    span.ps-shown-by-js {
        overflow: hidden;
    }

    .custom-checkbox input[type="checkbox"]:checked+span {
        border-color: black !important;
    }

    /*mobile filters customization*/

    #search_filters_wrapper {
        display: flex !important;
        flex-direction: column;
        padding-left: 30px;
    }

    #_mobile_search_filters_clear_all {
        margin: auto;
        flex: 1;
    }

    .filters {
        width: 100%;
        position: absolute;
        display: none;
        font-size: 12px;
    }

    /*button continue shopping in checkout*/

    .btn {
        margin: auto;
    }

    /*pay button in cart*/

    a.btn.btn-primary {
        width: 100%;
    }

    /*smaller font in mobile main menu*/

    .top-menu .dropdown-item {
        font-size: 12px;
    }

    /*border testimonial images*/

    .testimonials-item .avatar-wrapper {
        border: 4px solid #ffffff;
    }

    /*features page in mobile*/

    .feature-block {
        margin: 0;
    }

    .more-btn .btn .big {
        margin: 0;
    }

    .wrapper-modules,
    .top-menu .dropdown-item {
        border: 0;
    }

    .btn-toggle-mobile,
    .cart-header>.inner-wrapper i {
        text-shadow: none;
    }

    /*black menu toggle in mobile*/

    .menu-show .header-nav .inner-wrapper>.mobile,
    .menu-show {
        background: black;
    }

    #menu-icon {
        color: white;
    }

    .home_blog_post_area .owl-nav>div {
        width: 1.115em;
        line-height: 0.7;
    }

    .header-slide .btn {
        margin-top: 90px;
    }

    .home_blog_post_area .owl-nav {
        right: -11px;
    }

    .btn-toggle-mobile {
        background-color: red;
    }

    .btn-toggle-mobile:hover {
        background-color: red;
    }

    .cart-header>.inner-wrapper i {
        background-color: red;
    }

    .cart-header>.inner-wrapper i:hover {
        background-color: red;
    }

    /*remove margins in banner category page*/

    #category .container,
    #cms .container {
        padding: 0;
    }

    #category #wrapper {
        padding-bottom: 0;
    }

    #category #products {
        padding-left: 15px;
        padding-right: 15px;
    }

    #category .header-nav,
    #cms .header-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .owl-nav [class^="font-"]:before,
    [class*=" font-"]:before {
        font-weight: bold;
        font-size: 20px;
    }

    .search-bar .search-bar__btn {
        background: red;
    }

    .wishtlist_top .cart-wishlist-number {
        background-color: red;
    }

    .wishtlist_top .cart-wishlist-number {
        font-weight: bold;
    }

    /*compact product cards*/

    .product-miniature .product-title {
        margin: 0;
        min-height: 43px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-miniature .thumbnail-wrapper {
        padding: 0;
    }

    /*radius in filters checkbox*/

    #search_filters .facet .facet-label {
        border-radius: 1.5px;
    }

    #search_filters .facet .facet-label .color {
        border-radius: 1.5px;
    }

    span.ps-shown-by-js {
        border-radius: 1.5px;
    }
}

/*992*/
@media (min-width: 992px) {
    .headline-section {
        font-size: 32px !important;
        margin-bottom: 0;
    }

    .features-home .feature-item {
        margin-bottom: 50px;
    }

    .features-home .headline-section {
        margin-bottom: 80px;
    }

    .features-home .btn-box {
        margin-top: 0;
    }

    #htmlbanners10 .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .reward {
        margin-right: 30px;
    }

    .description {
        text-align: end;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    /*center banner in category page*/

    #category #content-wrapper {
        padding: 0;
    }

    #category .clearfix {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #htmlbanners8 a.banner-link {
        width: 100%;
        z-index: -2;
    }

    #category #wrapper {
        padding-bottom: 0;
    }

    #htmlbanners8 .category-banner {
        padding: 0;
        z-index: 1;
    }

    .testimonials-wrapper h3.headline-section {
        font-size: 40px;
    }

    /*paddings filters*/

    .facet.clearfix {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .facet .facet-title {
        margin-bottom: 22px;
    }

    .grid .catalog-products .product-miniature {
        width: 30%;
        margin-right: 10px;
        margin-left: 15px;
    }

    .more-btn-wrapper {
        margin-top: 70px !important;
        margin-bottom: 100px;
    }

    .top-menu[data-depth="1"]>li {
        max-width: 100%;
    }

    .top-menu a {
        text-align: center;
    }

    .top-menu[data-depth="1"]>li>a {
        width: 100%;
    }

    .page-cms #content-wrapper {
        /*max-width: 75%;*/
        margin: auto;
    }

    .productstabs-section {
        /*margin-top: 70px;*/
    }

    .productstabs-section .wrapper-tabs {
        margin: auto;
    }

    .products.catalog-products.row {
        width: 75%;
        margin: auto;
    }

    /*center banner in products page*/

    #category a.banner-link {
        width: 75%;
        margin: auto;
    }

    /*center products in homepage*/

    .products.grid.row.view-grid.xlarge-4.large-4.medium-3.small-3.xsmall-2 {
        width: 100%;
        margin: auto;
    }

    /*row of 4 in homepage*/

    .products.large-4 .product-miniature,
    .products.large-3 .product-miniature {
        width: 30%;
        margin-right: 15px;
        margin-left: 15px;
    }

    #search_filters_wrapper {
        float: right;
        width: 185px;
        background: white;
        padding: 30px;
    }

    .header-category {
        max-width: 90%;
    }

    .filters {
        position: absolute;
        right: 0;
        display: none;
        font-size: 12px;
        justify-content: flex-end;
        height: 100%;
    }

    .product-miniature .product-flags .new {
        margin-top: 40px;
    }

    .container.slide-caption {
        display: flex;
        flex: 1;
        margin: 70px;
    }

    .container.slide-caption.right {
        justify-content: flex-end;
    }

    .category .dropdown-item:hover {
        color: black;
    }

    .category .dropdown-item {
        text-align: center;
    }

    .slide-title-cont.right {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .slide-caption button.btn.big {
        margin-top: 50px;
    }

    #cms p {
        font-size: 15px;
    }

    .more-info .tab-pane,
    .more-info .tab-pane p {
        font-size: 16px;
    }

    .banner-description .description .title-two {
        margin-left: 50px;
    }

    .feat-cont.extra {
        display: flex;
    }

    .feat-img {
        position: absolute;
        top: 450px;
        z-index: -1;
    }

    .home_blog_post_area {
        margin-top: 50px;
    }

    .view-carousel .owl-stage-outer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .category-banner .banner-description {
        right: 100px;
    }

    /*rewards in homepage*/

    .rwd-img-cont img {
        margin-left: 20px;
        margin-right: 20px;
    }

    .rewards-cont .headline-section {
        margin-bottom: 40px !important;
        font-size: 40px !important;
    }
}