/*!
Theme Name: Berndorf Bäderbau Shop
Theme URI: shop.berndorf-baederbau.com
Author: SQD. Digital Consulting
Author URI: sqdconsulting.com
Description: Berndorf Bäderbau Shop
Version: 1.0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Berndorf Bäderbau Shop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

berndorf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
         ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://use.typekit.net/hcg0zob.css");

/* font-family: skolar-sans-latin, sans-serif; */


/* font-family: skolar-sans-pe, sans-serif; */

body,
html {
    overflow-x: hidden;
}


/* body,html{
    width: 100%;
} */

body {
    margin: 0;
    padding: 0;
    font-family: skolar-sans-pe, sans-serif;
    font-size: 14px;
    letter-spacing: 1.6px;
    color: #102948;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    color: #ffffff;
}

h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 1.6px;
    color: #102948;
    font-family: skolar-sans-latin, sans-serif;
}

h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 1.6px;
    color: #102948;
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
}

h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}



input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid #102948;
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #102948;
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/arrow-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 15px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
}


/* images alignment for wordpress content pages */

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}


/* custom checkbox */
.xoo-el-form-container {
    padding-bottom: 0px;
}

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3e3e42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */


/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}


/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar-brand img {
    width: 100%;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 25px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    letter-spacing: 0.2px;
    color: #102948;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    font-weight: 400;
}

.navbar-nav>li>a:after {
    content: "";
    display: none;
    width: 0;
    height: 2px;
    background: #3b61dc;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #000000;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}


/* 2nd level submenu */

.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */

.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}


/* for push-menu end*/


/* _______CUSTOMS______________ */

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.cmn-hdr {
    margin-bottom: 25px !important;
}

.cmn-gap {
    padding: 115px 0;
}

.cmn-gap.cmn-gap-nt {
    padding-top: 0;
}

.cmn-gap.cmn-gap-nb {
    padding-bottom: 0;
}

.btn {
    letter-spacing: 0.2px;
    color: #f3f4f6;
    line-height: 1.1;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 33px 23px;
    background: #102948;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    height: 56px;
}

.mail {
    background: #102948;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 100%;
}

.main-head .cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    height: 56px;
    width: 56px;
    border: 1px solid #102948;
    margin-left: 18px;
}

.hdr-rgt {
    display: flex;
    align-items: center;
    margin-left: 140px;
    position: relative;
}

.open-side-cart {
    position: absolute;
    top: 100%;
    z-index: 9;
    background: #ffffff;
    right: 73px;
    margin-top: 20px;
    /* Shadow */
    box-shadow: 0px 12px 48px rgba(21, 14, 50, 0.12);
    min-width: 380px;
    z-index: 100;
}

.cart_list.product_list_widget a {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    color: #102948;
}

span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    display: block;
    color: #102948;
}

.cart_area {
    padding: 24px;
}

.cart_list li {
    display: flex;
    align-items: center;
}

.woocommerce a.remove:hover {
    color: rgb(0, 0, 0) !important;
    background: none !important;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    min-width: 50px;
    height: auto;
    box-shadow: none;
}

.cart_list.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(198, 204, 211, 0.5);
    padding: 12px 14px !important;
    margin-bottom: 15px !important;
}

.sub_ttl_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
    border-top: 1px solid #c6ccd3;
    padding: 16px 24px;
}

.total {
    margin-bottom: 0;
}

.sub_ttl_btn .buttons a {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #f3f4f6;
    line-height: 0.8;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 33px 23px;
    background: #102948;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.woocommerce button.button {
    border-radius: 0px;
}

.woocommerce a.button {
    border-radius: 0px;
}

.cart_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart_count .buttons a {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-decoration-line: underline !important;
    background: transparent;
    /* Blue/500 */
    color: #102948;
}

.sub_ttl_btn strong {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.2px;
    /* Blue/300 */
    color: #6b7a8e;
}

.cart_count span {
    font-size: 16px;
}

.pro_link figure {
    margin: 0;
    width: 68px;
    margin-right: 10px;
}

a.pro_link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.cart_count .buttons a:hover {
    background: transparent;
}

ul.cart_list.product_list_widget {
    height: 270px;
    overflow-y: auto;
}


/* =============header===================== */

.login-form .form-group ::-webkit-input-placeholder {
    color: #afafaf;
}

.login-form .form-group :-ms-input-placeholder {
    color: #afafaf;
}

.login-form .form-group ::-moz-placeholder {
    color: #afafaf;
}

.login-form .form-group :-moz-placeholder {
    color: #afafaf;
}

.login-form .form-group .form-control {
    font-weight: 500;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #c6ccd3;
    height: 54px;
    padding-right: 45px;
    color: black;
}

.login-form label {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #102948;
    text-align: left;
}

.xoo-aff-group {
    float: left;
    width: 100%;
    position: relative;
}

.login-form .form-group {
    margin-bottom: 20px;
    text-align: left !important;
}

.submit-btn .btn-innr {
    background: #102948;
    font-weight: 500;
    font-size: 16px;
    height: 55px;
    min-width: 100%;
    color: #d2e1f4;
    margin-top: 40px;
}

.submit-btn .btn-innr:hover {
    color: white;
}

.login-form .check-inn {
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 200;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 1.6px;
    /* Blue/500 */
    color: #102948;
}

.check-inn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.happy-outr span {
    color: #102948;
}

h2 .span-dot {
    color: #102948;
}

.check-inn .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1px solid #102948;
    border-radius: 0px;
}

.check-inn:hover input~.checkmark {
    background-color: #ffffff;
    border-color: #102948;
}

.check-inn input:checked~.checkmark {
    background-color: #ffffff;
    border-color: #102948;
}

.check-inn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-inn input:checked~.checkmark:after {
    display: block;
}

.check-inn .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid #102948;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-form {
    max-width: 480px;
    margin: auto;
    padding: 20px;
}

.pass-field .toggler {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.pass-field {
    position: relative;
}

.forgt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.forgot-pass {
    letter-spacing: 0.2px;
    text-decoration-line: underline !important;
    /* Blue/500 */
    color: #102948;
    font-size: 16px;
    font-weight: 500;
}

.auth-outr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}


/* .auth-rgt{
  padding-top: 150px;
} */

.cmn-au {
    width: 50%;
}

.au-slide figure {
    width: 360px;
    height: 360px;
    margin: auto;
}

.au-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-lft {
    background: #102948;
    /* padding: 140px 0; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
}

.au-wrap {
    width: 100%;
    padding: 50px 0;
    background: #102948;
}

.auth-rgt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-left: auto;
}

.whole-div {
    padding: 80px 0;
}

.acnt.text-center {
    padding: 40px 15px;
}

.lwer-div {
    position: fixed;
    bottom: 0;
    width: 50%;
    right: 0;
    background-color: white;
    z-index: 1;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    background: transparent;
}

.slick-dots li button::before {
    width: 10px;
    height: 10px;
    background: #858797;
    font-size: 0;
    border-radius: 100%;
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    background: white;
}

.au-slider {
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.au-btm h3 {
    letter-spacing: 0.2px;
    font-size: 24px;
    font-weight: 500;
    color: #d2e1f4;
    margin-bottom: 10px;
}

.au-btm {
    max-width: 320px;
    margin: auto;
}

.au-btm p {
    letter-spacing: 0.2px;
    color: #d2e1f4;
}

.acnt p a {
    font-weight: 500;
    font-size: 14px;
    color: #102948;
}

.cmn-outr {
    max-width: 560px;
    margin: auto;
    background: rgba(210, 225, 244, 0.312);
    padding: 100px 48px;
}

.fr-wrp {
    margin: 58px 0;
}

.mb-7 {
    margin-bottom: 36px !important;
}

.kein {
    letter-spacing: 1.6px;
    font-size: 16px;
    color: #102948;
    margin-bottom: 10px;
    display: inline-block;
}

.kein:hover {
    color: black;
}

.fr-wrp.fr-wrp2 {
    border-bottom: 1px solid #d2e1f4;
    padding-bottom: 20px;
}

.fr-wrp.fr-wrp2 p {
    max-width: 300px;
    margin: auto;
    font-size: 16px;
}

.fr-wrp p {
    font-size: 16px;
}

.cus-container {
    max-width: 1300px;
    margin: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.form-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.hdr-top {
    padding: 40px 0 50px;
}

.btn:hover {
    color: white;
    background-color: black;
}

.hdr-wrp-tp {
    border-bottom: 1px solid #c6ccd3;
    padding: 14px 24px;
}

.hdr-wrp-tp .form-group .form-control {
    background-image: url(images/search-normal.svg);
    background-repeat: no-repeat;
    background-position: center left 0px;
    padding-left: 46px;
    letter-spacing: 1.6px;
    font-size: 16px;
    box-shadow: none;
}

.hdr-wrp-tp .form-group .form-control:focus {
    border-color: transparent;
}

form.hdr-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn.trans-btn {
    background-color: white;
    border: 1px solid #102948;
    color: #102948;
    transition: all 0.5s;
}

.btn.trans-btn:hover {
    background-color: black;
    color: white;
    border: 1px solid #000000;
}

.hdr-slct select {
    background: url(images/arrow-down.svg) no-repeat top 24px right 18px;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1.6px;
    border: 0;
    padding-right: 38px;
}

.hdr-col {
    position: relative;
}

.hdr-col::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d2e1f4;
    height: 52px;
    width: 1px;
}

.hdr-col.no-col::after {
    display: none;
}

.hdr-wrp {
    background-color: white;
}

.hdr-wrp-btm label {
    font-weight: 500;
    font-size: 16px;
    color: #102948;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.hdr-wrp-btm .form-control {
    border: 1px solid #c6ccd3;
    height: 52px;
}

.hdr-wrp-btm select {
    background: url(images/arrow-down.svg) no-repeat center right 18px;
    font-weight: 200;
    letter-spacing: 1.6px;
    border: 0;
    border: 1px solid #c6ccd3;
    height: 52px;
}

.hdr-wrp-btm {
    padding: 36px 24px;
}

.product-sec.cmn-gap {
    padding: 65px 0;
}

header.main-head {
    background: #f3f4f6;
    padding-bottom: 85px;
}

.pro-inr {
    position: relative;
}

.pro-txt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0 10px;
}

.pro-sec {
    background: #102948;
}

.pro-sec h2 {
    font-weight: 500;
    font-size: 48px;
    text-align: center;
    letter-spacing: 1.6px;
    font-family: skolar-sans-latin, sans-serif;
    color: #d2e1f4;
}

.pro-txt h3 a {
    color: #d2e1f4;
}

a.pro-fig {
    display: block;
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

a.pro-fig img {
    transition: all 0.4s;
}

a.pro-fig::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.243);
}

.pro-fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-col {
    padding: 15px;
}

.p-row {
    margin: -15px;
}

.mark-outr h2 {
    font-weight: 500;
    font-size: 64px;
    text-align: center;
    letter-spacing: 1.6px;
    font-family: skolar-sans-latin, sans-serif;
    color: #102948;
}

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

.mark-inr a {
    padding: 38px 0;
    display: block;
    transition: all 0.4s;
}

.mark-inr a:hover {
    transform: scale(1.1);
}

.m-col {
    border: 2px solid #c6ccd3;
    margin: -1px;
}

.ftr-logo a {
    display: inline-block;
    width: 180px;
}

.ftr-sec {
    background: #102948;
    padding-top: 80px;
}

.ftr-outr .abp li a {
    font-size: 17px;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #d2e1f4;
}

.ftr-outr .abp li a:hover {
    color: #fefefe;
}

.ftr-outr .abp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px 0 80px;
}

.ftr-outr .abp li {
    margin: 0 25px;
}

.ftr-btm ul {
    display: flex;
    align-items: center;
}

.ftr-btm ul li:not(:last-child) {
    margin-right: 36px;
}

.ftr-btm ul li a {
    color: white;
    font-size: 20px;
    line-height: 1;
}

.ftr-btm ul li a:hover {
    color: gray;
}

.ftr-btm ul li a img:hover {
    filter: brightness(0.5);
}

.ftr-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #d2e1f4;
}

.copy p {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #d2e1f4;
}

.copy p a {
    color: #d2e1f4;
}

.copy p a:hover {
    color: #ffffff;
}

.r-lft figure {
    height: 400px;
    width: 100%;
    margin-bottom: 0;
}

.r-lft figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rabat-inr .row {
    align-items: center;
}

.ra-slider .slick-list {
    padding: 0 377px !important;
}

.slick-list.draggable {
    padding: 0px!important;
}

.slick-track {
}

.ra-slide {
    padding: 20px;
}

.ra-slider {
    margin: -20px;
    margin-bottom: 0 !important;
}

.rabat-inr h2 {
    font-weight: 500;
    font-size: 64px;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
    font-family: skolar-sans-latin, sans-serif;
    color: #102948;
}

.rabat-inr p {
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 50px;
    color: #3d526b;
}

.rabat-inr {
    background: #d2e1f4;
    position: relative;
}

.rabat-inr::after {
    position: absolute;
    content: "";
    left: 42%;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient( 270deg, #d2e1f4 36.2%, rgba(210, 225, 244, 0.8) 60.91%, rgba(210, 225, 244, 0) 105.52%);
    height: 100%;
    width: 250px;
}

.r-rgt {
    position: relative;
    z-index: 9;
    padding-right: 20px;
}

.rabat-sec {
    position: relative;
}

.rabat-sec::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #102948;
    content: "";
    width: 100%;
    height: 120px;
    z-index: -1;
}

.ra-slider .slick-dots {
    bottom: -30px;
}

.ra-slider button.slick-arrow {
    background: none;
    background-color: #f3f4f6;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    font-size: 0;
    margin-top: 30px;
}

.ra-slider button.slick-prev {
    background-image: url("images/arrow-circle-left.svg");
    background-repeat: no-repeat;
    /* height: 50px;
  width: 50px; */
    background-position: center;
    position: absolute;
    bottom: auto;
    left: 375px;
    opacity: 1;
    right: auto;
    margin: auto;
    background-size: 30px;
    z-index: 4;
    transition: all 0.4s;
}

.ra-slider button.slick-next {
    background-image: url("images/arr-rgt.svg");
    background-repeat: no-repeat;
    /* height: 50px;
  width: 50px; */
    background-position: center;
    position: absolute;
    bottom: auto;
    right: 375px;
    transition: all 0.4s;
    background-size: 25px;
    z-index: 4;
    left: auto;
    margin: auto;
}

.ra-slider button.slick-prev:hover,
.ra-slider button.slick-next:hover {
    opacity: 1;
}

.slick-prev:before,
.slick-next::before {
    content: "";
}

.mobile {
    display: none !important;
}

.pro-inr:hover .pro-fig img {
    transform: scale(1.1);
}

.mobile-icon {
    display: none;
}

.btn.btn2 {
    height: auto;
    font-size: 14px;
    padding: 15px 15px;
}

.title-wrap h3 {
    font-weight: 500;
    font-size: 20px !important;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    color: #102948;
}

.title-wrap span {
    font-size: 16px;
    letter-spacing: 1.6px;
    /* Blue/500 */
    color: #102948;
}

.price .woocommerce-Price-amount.amount {
    font-weight: 500;
    font-size: 26px;
    font-family: skolar-sans-latin, sans-serif;
    text-align: right;
    letter-spacing: 1.6px;
    color: #102948;
}

.img-cat-wrap h4 {
    font-size: 16px;
    font-family: skolar-sans-latin, sans-serif;
    text-align: center;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d2e1f4;
    font-weight: 500;
    color: #102948;
    padding: 16px 36px 19px;
    min-width: 152px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

span.title-wrap {
    padding-right: 10px;
}

span.titl-prc-wrap {
    display: flex;
    justify-content: space-between;
}

.img-cat-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #c6ccd3;
}

.img-cat-wrap img {
    transition: all 0.4s;
    margin: 0 !important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    transition: all 0.4s;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover img {
    transform: scale(1.1);
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #102948;
    padding: 10px 25px 13px;
    color: #d2e1f4;
}

a.button.product_type_simple {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #102948;
    padding: 10px 25px 13px;
    color: #d2e1f4;
}

a.button.product_type_simple:hover {
    background-color: black;
    color: #d2e1f4;
}

button.single_add_to_cart_button.button.alt {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #102948;
    padding: 24px 24px 27px;
    min-width: 250px;
    color: #d2e1f4;
    background-image: url(images/shopping-cart2.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left 60px;
    padding-left: 46px;
}

button.single_add_to_cart_button.button.alt:hover {
    background-color: black;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: black;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: initial;
    width: 48%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 48%;
    clear: none;
    float: inherit;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-between !important;
}

section.related.products {
    width: 100%;
}

.summary.entry-summary {
    width: 50%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 50%;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap;
}

.allcart_with_price .cart {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    background: #ffffff;
    height: auto;
    width: 100%;
    border: 0;
    /* margin-left: 18px; */
    padding: 10px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.quantity .input-text.qty.text {
    height: 43px !important;
}

h1.product_title.entry-title {
    font-weight: 500;
    font-size: 44px;
    font-family: skolar-sans-latin, sans-serif;
    /* or 77px */
    letter-spacing: 0.2px;
    /* Blue/500 */
    color: #102948;
}

.related.products h2 {
    font-weight: 500;
    font-size: 48px;
    font-family: skolar-sans-latin, sans-serif;
    text-align: center;
    letter-spacing: 1.6px;
    /* Blue/500 */
    color: #102948;
}

.btn.xoo-el-action-btn {
    background: #102948 !important;
    padding: 0;
    height: 52px !important;
    font-size: 16px !important;
    color: #d2e1f4 !important;
    font-weight: 500 !important;
}

.btn.xoo-el-action-btn:hover {
    background: black !important;
}

.xoo-el-reg-tgr.xoo-el-active,
.xoo-el-login-tgr.xoo-el-active {
    display: block;
    background: #102948 !important;
    padding: 0;
    height: 52px !important;
    font-size: 16px !important;
    color: #d2e1f4 !important;
    font-weight: 500 !important;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    background-color: #eeeeee;
    color: #000000;
    font-size: 16px;
}

.xoo-el-lostpw-tgr {
    letter-spacing: 0.2px;
    text-decoration-line: underline !important;
    color: #102948;
    font-size: 16px;
    font-weight: 500;
}

.xoo-aff-input-icon {
    display: none !important;
}

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select,
.xoo-aff-group select+.select2 {
    padding: 6px 12px;
    line-height: 3.428571;
    background-image: none;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #c6ccd3;
    height: 54px;
    padding-right: 45px;
    color: black;
}

.xoo-el-header {
    padding: 0 15px 20px;
    display: none;
}

.xoo-aff-group input[type="text"]:focus,
.xoo-aff-group input[type="password"]:focus,
.xoo-aff-group input[type="email"]:focus,
.xoo-aff-group input[type="number"]:focus,
.xoo-aff-group select:focus,
.xoo-aff-group select+.select2:focus {
    background-color: white;
    color: #000;
}

.xoo-el-form-label span {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1.6px;
}

.login-form label a {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #102948;
}

.login-form label a:hover {
    color: black;
}

.xoo-el-form-label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.xoo-el-form-label input[type="checkbox"]+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 1px solid #102948;
    background: #fff;
}

.xoo-el-form-label input[type="checkbox"]+span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-image: url(images/tick-ch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 14px;
    width: 14px;
}

.xoo-el-section {
    padding-left: 0;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    width: 100%;
}

.xoo-el-form-label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.xoo-el-form-label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.xoo-el-form-label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.xoo-el-form-label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.xoo-el-form-resetpw {
    max-width: 560px;
    margin: auto;
    background: rgba(210, 225, 244, 0.312);
    padding: 100px 48px;
}

header.main-head.innerpage {
    padding-bottom: 0;
}

span.slPrice {
    font-size: 24px;
    font-family: skolar-sans-latin, sans-serif;
    letter-spacing: 0.2px;
    color: #98a3b0;
    display: inline-block;
    font-weight: 500;
    text-decoration: line-through;
    line-height: 0.1;
}

.dis_with_price {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

span.rgPrice {
    font-weight: 500;
    font-size: 36px;
    font-family: skolar-sans-latin, sans-serif;
    letter-spacing: 1.6px;
    color: #102948;
    display: inline-block;
    line-height: 1;
}

span.disPrice {
    font-size: 10px;
    background: #102948;
    display: inline-block;
    padding: 2px 4px 5px;
    font-weight: 400;
    color: #d2e1f4;
    margin-left: 8px;
}

.woocommerce span.onsale {
    line-height: 3.236;
    top: 0;
    left: -1.5em;
    margin: 0;
    background-color: #102948;
}

.woocommerce ul.products li.product .price {
    /* color: transparent; */
    display: flex;
    flex-direction: column;
}

.section-title .row h2 {
    padding-left: 0 !important;
    text-align: center;
}

.section-title h4 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.2px;
    color: #102948;
    font-family: skolar-sans-latin, sans-serif;
}

.single_description p {
    font-size: 20px;
    color: #102948;
}

.servc-titl-mrgn a {
    color: #102948;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d2e1f4;
    padding: 20px 30px;
    min-width: 270px;
    position: relative;
}

.servc-titl-mrgn a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/link-img.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.2s;
}

.single_description {
    background: #d2e1f4;
}

span.instructionscount {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background: #102948;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d2e1f4;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 7px;
    letter-spacing: 0.2px;
    margin-bottom: 35px;
}

.section-title .row {
    margin: -40px;
}

.section-title .col-md-4 {
    padding: 40px;
}

.single_description h2 {
    text-align: center;
}

.cart_with_price {
    display: flex;
    justify-content: space-between;
}

.cart_with_price .cart {
    height: auto;
    width: auto;
    border: 0;
    margin-left: 0;
    padding: 0;
    display: inline-block;
}


/* .summary.entry-summary span{
  font-size: 16px;
} */

.allcart_with_price {
    background: #d2e1f4;
    padding: 34px;
    margin-top: 24px;
}

.att_label {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.2px;
    color: #102948;
    font-family: skolar-sans-latin, sans-serif;
    margin-bottom: 6px;
}

.woocommerce div.product form.cart {
    background: transparent;
    margin-bottom: 0px;
}

.features_col {
    border: 1px solid #c6ccd3;
    padding: 12px 15px;
}

.stock.in-stock {
    display: none;
}

span.instock {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
    margin-bottom: 14px;
    display: inline-block;
    background-color: #102948;
    padding: 3px 6px 6px;
}


/* span.instock::after {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #014e56;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
} */

.woocommerce-product-details__short-description {
    border-top: 1px solid #c6ccd3;
    padding-top: 25px;
    margin-top: 25px;
    font-size: 18px;
}

.servc-titl-mrgn a::after {
    position: absolute;
    content: "";
    left: 35px;
    top: 50%;
    /* bottom: 0px; */
    transform: translateY(-50%);
    background-image: url(images/link-img.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    transition: all 0.2s;
}

.servc-titl-mrgn a::before {
    position: absolute;
    content: "";
    right: 35px;
    top: 50%;
    /* bottom: 0px; */
    transform: translateY(-50%);
    background-image: url(images/down-img.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    transition: all 0.2s;
}

.servc-titl-mrgn a:hover {
    color: #d2e1f4;
    background: #102948;
}

.servc-titl-mrgn a:hover::before {
    background-image: url(images/down2-img.svg);
}

.servc-titl-mrgn a:hover::after {
    background-image: url(images/link2-img.svg);
}

p.stock.out-of-stock {
    display: none;
}


/* 
.xoo-aff-required.xoo-aff-checkbox_single label + .xoo-aff-required.xoo-aff-checkbox_single label {
  margin-top: 1em;
}

.xoo-aff-required.xoo-aff-checkbox_single label--disabled {
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.xoo-aff-required.xoo-aff-checkbox_single label input[type=checkbox] {

  -webkit-appearance: none;

  -moz-appearance: none;
       appearance: none;

  margin: 0;
  font: inherit;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  border: 1px solid #102948;
  background: #fff;
}

.xoo-aff-required.xoo-aff-checkbox_single label input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
 
  background-color: CanvasText;
}

.xoo-aff-required.xoo-aff-checkbox_single label input[type=checkbox]:checked::before {
  transform: scale(1);
}

.xoo-aff-required.xoo-aff-checkbox_single label input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.xoo-aff-required.xoo-aff-checkbox_single label input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
} */

td.product-name {
    font-weight: 500;
    font-size: 20px;
    font-family: skolar-sans-latin, sans-serif;
    letter-spacing: 0.2px;
}

td.product-name ,.woocommerce .woocommerce-checkout-review-order-table a.remove {
    color: #102948 !important;
}

td.product-name a:hover {
    color: black;
}

td.product-thumbnail a {
    display: block;
    height: 70px;
    width: 70px;
}

td.product-thumbnail a img {
    width: 100% !important;
    height: 100% !important;
}

.woocommerce table.woocommerce-cart-form__contents td {
    border-top: 0 !important;
    padding: 12px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce-cart-form__contents tr {
    display: flex !important;
    align-items: center;
    /* max-width: 570px; */
    border: 1px solid rgba(198, 204, 211, 0.5);
    margin: 0 auto 20px;
}

.woocommerce-cart-form__contents tr td:last-child {
    margin-left: auto;
}

.woocommerce table.woocommerce-cart-form__contents {
    border: 0;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce-cart-form__contents tr:last-child {
    display: none;
}

article#post-13 {
    /* max-width: 570px; */
    margin: auto;
}

article#post-13 h1 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    color: #102948;
    margin-bottom: 25px;
}

.cart-collaterals {
    display: flex;
    align-items: center;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: inherit;
    width: auto;
}

.cart-subtotal th {
    display: none;
}

.order-total th {
    display: none;
}

.cart-subtotal td {
    display: none;
}

.wc-proceed-to-checkout {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #ff0000;
    display: flex;
    align-items: center;
}

tr.tax-rate.tax-rate-at-ust-1 {
    display: none !important;
}

tr.woocommerce-shipping-totals.shipping {
    /* display: none !important; */
}

.wc-proceed-to-checkout .button {
    font-size: 20px !important;
    letter-spacing: 0.2px;
    color: #f3f4f6 !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    padding: 19px 16px 21px !important;
    background: #102948 !important;
    border-radius: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin-bottom: 0 !important;
    margin-left: 50px !important;
}

.wc-proceed-to-checkout .button:hover {
    background: black !important;
}

.cart_totalsleft span.woocommerce-Price-amount.amount {
    font-size: 24px !important;
}

.woocommerce table.shop_table {
    border: 0 !important;
}

.cart_totalsleft {
    margin-right: auto;
}

.woocommerce-billing-fields__field-wrapper label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    /* Blue/500 */
    color: #102948;
    display: inline-block !important;
}

.woocommerce-billing-fields__field-wrapper input {
    background: #ffffff;
    height: 54px;
    border: 1px solid #c6ccd3;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #c6ccd3;
    border-radius: 0;
    height: 50px;
    /* HEIGHT: 50PX; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #423939;
    line-height: 48px;
    /* height: 50px; */
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: #102948;
    letter-spacing: 0.2px;
    color: #d2e1f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 400;
    border: 0;
    padding: 15px 12px;
    width: 48%;
    margin-left: auto;
}

.woocommerce-form-coupon-toggle .woocommerce-info::after,
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    text-decoration: underline !important;
    color: #d2e1f4 !important;
}


/* .woocommerce-checkout-review-order-table .cart-subtotal th{
    display: block;
}
.woocommerce-checkout-review-order-table .cart-subtotal td{
    display: block;
}
.woocommerce-checkout-review-order-table .order-total th{
    display: block;
}
.woocommerce-checkout-review-order-table  .order-total{
    display: block;
} */

.woocommerce-checkout-review-order-table .order-total th {
    display: block;
    font-size: 24px;
}

.woocommerce-checkout-review-order-table .order-total td {
    font-size: 24px;
    font-weight: 700 !important;
    text-align: end;
}

.woocommerce-checkout-review-order-table .cart-subtotal td {
    display: block;
    font-size: 20px;
    font-weight: 400 !important;
    border: 0 !important;
    text-align: end;
}

.woocommerce-checkout-review-order-table .cart-subtotal th {
    display: table-cell;
    font-size: 18px;
    font-weight: 400 !important;
    border: 0 !important;
}

.woocommerce-checkout-review-order-table td.product-total {
    text-align: end;
}

td.product-remove {
    display: none;
}

.woocommerce-checkout-review-order-table .order-total span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 700 !important;
}

.woocommerce-checkout-review-order-table .cart_item td {
    border: 0 !important;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.product-total span.woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name img {
    margin: auto 20px auto 0;
}

.woocommerce-checkout h4 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #102948;
}

p.form-row.form-row-last .button {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #f3f4f6;
    line-height: 0.8;
    font-weight: 500;
    font-size: 16px;
    padding: 19px 33px;
    background: #102948;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    transition: all 0.5s;
    width: 100%;
}
p.form-row.form-row-last .button:hover{
    background: #000;
    color: #fff;
}

p.form-row.form-row-first .input-text {
    background: #ffffff;
    height: 54px;
    border: 1px solid #c6ccd3;
}

.page-template-default.woocommerce-checkout .form-row.place-order button[type="submit"] {
    background-color: #102948;
    color: #d2e1f4;
    font-size: 20px;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: uppercase;
    min-height: 60px;
    padding: 5px 25px;
    margin-left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-top: 50px;
}

.page-template-default.woocommerce-checkout .form-row.place-order button[type="submit"]:hover {
    background-color: black;
}

.woocommerce-privacy-policy-text p a {
    color: black;
}

.wc_payment_method label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.wc_payment_method input[type="radio"] {
    visibility: hidden;
    display: none;
}

.wc_payment_method input[type="radio"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #102948;
    border-radius: 100%;
    background: #fff;
}

.wc_payment_method input[type="radio"]+label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #102948;
    position: absolute;
    top: 11px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wc_payment_method input[type="radio"]:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + label::before {
      
    } */

.wc_payment_method input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 14px;
    border-radius: 2px;
    line-height: 1.5;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 0;
    margin: 0;
    list-style: none outside;
    background: white;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    background: white;
}

ul.abp {
    display: flex;
    align-items: center;
    margin-top: 96px;
}

ul.abp li:not(:last-child) {
    margin-right: 6px;
}

.cartItems .btn {
    padding: 20px;
}

.woocommerce-orders span.woocommerce-Price-amount.amount {
    font-size: 24px;
}

.woocommerce-page .col2-set .col-2 .cart_item {
    background-color: white;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout-review-order-table {
    display: block;
}

.woocommerce-checkout-review-order-table tbody {
    display: block;
}

.woocommerce-checkout-review-order-table tfoot {
    display: block;
    width: 100%;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout-review-order-table tfoot .fee {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.woocommerce-checkout-review-order-table tfoot .order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d2e1f4;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    border: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot tr.cart-discount.coupon-sommer20 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout-review-order-table tfoot tr.cart-discount.coupon-sommer20 th {
    font-size: 18px;
    font-weight: 400 !important;
}

.fee th {
    font-size: 18px;
    font-weight: 400 !important;
}

.abp .button {
    margin: 0px 5px !important;
    padding: 18px 12px !important;
}

.track-button {
    font-size: 16px !important;
    letter-spacing: 0.2px !important;
    color: #f3f4f6 !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    padding: 19px 33px !important;
    background: #102948 !important;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px !important;
    transition: all 0.5s;
}

.cartItems h4 {
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 1.6px;
    font-family: skolar-sans-latin, sans-serif;
    color: #102948;
}

figure.order_item_image {
    width: 100%;
    height: 100%;
}

figure.order_item_image img {
    width: 100%;
    height: 100%;
}

.cartItems h4 a {
    color: #102948;
}

.cartItems time {
    font-size: 16px;
}

.cartItems .view {
    color: #102948 !important;
    background-color: transparent !important;
    text-decoration: underline !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 12px 0 !important;
}

.cartItems .view:hover {
    color: black !important;
}

.cartItems .row {
    padding: 30px 0;
    border-bottom: 1px solid #c6ccd3;
}

.cartItems .row:first-child {
    padding-top: 0;
}

.woocommerce-MyAccount-navigation li {
    border: 1px solid #d2e1f4;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.4s;
}

.woocommerce-MyAccount-navigation li:hover {
    border: 1.5px solid #102948;
}

.woocommerce-MyAccount-navigation li a {
    color: #102948;
    font-size: 16px;
    transition: all 0.4s;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.count-order {
    margin-right: 40px;
    background: #102948;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d2e1f4;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation li:hover a {
    font-weight: 500;
}

.woocommerce-MyAccount-navigation li::after {
    position: absolute;
    content: "";
    right: 33px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/d-arrw.png);
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
}

.woocommerce-orders-table__cell-order-total {
    position: relative;
}

.cartItems .view {
    position: absolute !important;
    right: 12px !important;
    bottom: 20px;
    padding-right: 20px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.cartItems .view::after {
    position: absolute;
    content: "";
    background-image: url(images/view-arrw.png);
    right: 0;
    background-repeat: no-repeat;
    background-position: center right;
}

.woocommerce-checkout .wc_payment_methods {
    padding: 0 !important;
}

.woocommerce-checkout .place-order {
    padding: 0 !important;
}


/* .checkbox {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #102948;
}

.checkbox a {
  margin: 0;
  padding: 0;
}

.checkbox input[type="checkbox"] {
  visibility: hidden !important;
  display: none !important;
}

.checkbox input[type="checkbox"] + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #102948;
  background: transparent;
}

.checkbox input[type="checkbox"]:checked + a::before {
  border-color: #001244;
  background-color: transparent;
}

.checkbox input[type="checkbox"] + a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick-ch.png) no-repeat center center;
  background-size: 10px;
}

.checkbox input[type="checkbox"]:not(:checked) + a::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox input[type="checkbox"]:checked + a:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
} */

p.click_to_loigin {
    background: #d2e1f4;
    letter-spacing: 0.2px;
    color: #102948;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    padding: 15px 12px;
    width: 48%;
    /* margin-left: auto; */
    float: left;
}

.click_to_loigin a {
    color: #102948;
    text-decoration: underline !important;
}

h1.entry-title {
    color: #102948;
    margin-bottom: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 1px;
    width: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 23%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 73%;
}

.dropdown-menu li:last-child {
    background-image: url(images/logout.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 35px center;
}

.dropdown-menu li:first-child {
    background-image: url(images/profile-circle.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 35px center;
}

.dropdown-menu li:nth-child(2) {
    background-image: url(images/bag-tick.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 35px center;
}

.dropdown-menu li:nth-child(3) {
    background-image: url(images/element-3.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 35px center;
}

.dropdown-menu li a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    color: #102948;
    padding: 18px 34px 18px 68px;
    display: block;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -175px;
    margin-top: 0;
}

.dropdown-menu {
    padding: 0;
    min-width: 250px;
    background: #ffffff;
    box-shadow: 0px 12px 48px rgba(16, 41, 72, 0.12);
    border: 0;
    border-radius: 0;
    margin-top: 15px !important;
}

.dropdown-menu li:hover {
    background-color: #d2e1f4;
}

.dropdown-toggle::after {
    display: none;
}

.cartItems .view::after {
    position: absolute;
    content: "";
    background-image: url(images/view-arrw.png);
    right: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
    width: 100%;
    height: 100%;
    bottom: -3px;
}

.cartItems .btn {
    padding: 20px 0 22px;
    min-width: 160px;
}

.woocommerce-message .button {
    letter-spacing: 0.2px;
    color: #f3f4f6 !important;
    line-height: 0.8 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 19px 33px !important;
    background: #102948 !important;
    border-radius: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 40px !important;
    transition: all 0.5s;
}

.woocommerce-message .button:hover {
    background: black !important;
}

.woocommerce-account a.track-button span.ywot-icon-delivery:before {
    display: none;
}

.btn:hover {
    border: 1px solid #102948;
    background-color: white;
    color: #102948;
}

.abp .button {
    margin: 0px 5px !important;
    padding: 18px 12px !important;
    min-width: 130px;
    display: inline-flex !important;
}

.abp .button:hover {
    border: 1px solid #102948;
    background-color: white !important;
    color: #102948 !important;
}

.modal-body h2 {
    font-size: 24px;
    text-transform: capitalize;
}

.modal-body .gform_description {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.modal-body label {
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.2px;
    color: #102948;
    margin-bottom: 10px;
}

.modal-body input {
    background: #ffffff;
    height: 55px;
    border: 1px solid #c6ccd3;
}

.modal-body textarea {
    background: #ffffff;
    height: 186px !important;
    border: 1px solid #c6ccd3;
    resize: none;
}

.modal-body select {
    background-color: #ffffff;
    height: 55px;
    border: 1px solid #c6ccd3;
}

.modal-body input[type="submit"] {
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    background: #102948;
    letter-spacing: 0.2px;
    padding: 0 54px;
    color: #d2e1f4;
}

span#gfield_upload_rules_1_6 {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

div#field_1_6 {
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: inline-flex !important;
    width: 170px;
    padding: 12px 15px;
    border: 1px solid #102948;
    justify-content: center;
    align-items: center;
    background-image: url(images/m-up.png);
    background-position: left 6px center;
    background-repeat: no-repeat;
}

.ginput_container_fileupload input[type="file"] {
    height: auto;
}

.modal-dialog {
    max-width: 560px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 55px 60px;
    background: #f3f4f6;
}

.ginput_container.ginput_container_fileupload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}

input#input_1_6 {
    height: 100%;
    cursor: pointer;
}

div#field_1_6 label {
    margin-bottom: 0 !important;
}

.modal-body form {
    position: relative;
}

.modal-body .gform_footer.top_label {
    position: absolute;
    right: 0px;
    bottom: -26px;
}

.woocommerce-billing-fields h3,
.woocommerce-payment-fields h3 {
    position: relative;
    margin-bottom: 0;
}

.woocommerce-payment-fields h3::before {
    position: absolute;
    content: "";
    left: -24px;
    width: 108.59%;
    bottom: -25px;
    height: 1px;
    background-color: #cecfd5;
}

.woocommerce-billing-fields h3::before {
    position: absolute;
    content: "";
    left: -24px;
    width: 108.59%;
    bottom: -25px;
    height: 1px;
    background-color: #cecfd5;
}

.woocommerce-billing-fields,
.woocommerce-payment-fields {
    border: 1px solid #cecfd5;
    padding: 24px;
    cursor: pointer;
}

.woocommerce-billing-fields h3::after {
    position: absolute;
    height: 9px;
    width: 18px;
    background-image: url(images/up-accor.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-billing-fields.arrowDown h3::after {
    background-image: url(images/Vector.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.woocommerce-payment-fields h3::after {
    position: absolute;
    height: 9px;
    width: 18px;
    background-image: url(images/Vector.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-payment-fields.arrowup h3::after {
    background-image: url(images/up-accor.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

form.checkout_coupon.woocommerce-form-coupon {
    width: 48%;
    margin-left: auto;
    position: absolute;
    right: 0;
    background: #f3f4f6;
    z-index: 99;
    margin-top: -36px;
}

.logged-in .woocommerce-checkout .col2-set .col-1 {
    float: left;
    width: 48%;
}

div#terms_condition {
    margin-top: 30px;
}

.woocommerce-billing-fields__field-wrapper {
    margin-top: 30px;
}

.search button#load_products {
    display: block;
    margin: 0 auto;
}

.search .img-cat-wrap img {
    transition: all 0.4s;
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.search span.img-cat-wrap {
    height: 350px;
    position: relative;
}

.search ul.products li.product {
    width: 33.33%;
    padding: 25px;
}

.search ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    margin: -25px;
}

.search span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0.202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 0;
    right: 0;
    left: auto;
    margin: -0.5em -0.5em 0 0;
    margin: 0;
    border-radius: 100%;
    background-color: #102948;
    color: #fff;
    font-size: 0.857em;
    z-index: 9;
}

.search span.titl-prc-wrap {
    margin-bottom: 20px;
}

div#ajaxsearchlite1 {
    box-shadow: none;
    position: relative;
}

div.asl_m .probox .proinput input {
    height: 50px !important;
    border: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
    margin: -1px;
    padding: 0;
    left: 20px !important;
    font-size: 16px !important;
    line-height: normal !important;
    display: block;
    bottom: -5px;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    margin: 0 !important;
    height: 56px !important;
}

.promagnifier {
    position: absolute;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
}

.proclose {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.proloading {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

button#load_products {
    display: block;
    margin: 0 auto;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    padding: 13px;
    min-width: 1em;
    display: block;
    color: #102948;
    background-color: #d2e1f4;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 0px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
    padding: 0;
    margin: 3px;
    float: left;
    display: inline;
    overflow: hidden;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #102948;
    color: #d2e1f4;
}

.search a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}

.search a.button.product_type_simple {
    display: none;
}

span.price ins {
    text-decoration: none !important;
}

.nav-next a,
.nav-previous a {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #f3f4f6;
    line-height: 0.8;
    font-weight: 500;
    font-size: 16px;
    padding: 19px 33px;
    background: #102948;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    transition: all 0.5s;
    border: 1px solid #001244;
}

.nav-next a:hover,
.nav-previous a:hover {
    background: white;
    color: #102948;
    border: 1px solid #001244;
}

.posts-navigation {
    width: 100%;
    margin: 0 25px;
}

.posts-navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.entry-content {
    position: relative;
}


/* .checkout.woocommerce-checkout .woocommerce-error{
  display: none;
} */

ul#menu-secondary-for-normal-user li {
    background: none !important;
    padding: 0px 0px;
}

ul#menu-secondary-for-normal-user li:hover {
    background-color: #d2e1f4 !important;
}

.woocommerce-breadcrumb {
    font-weight: 500;
    font-size: 14px !important;
    letter-spacing: 0.2px;
    color: #102948 !important;
}

.woocommerce-breadcrumb a {
    color: #3d526b !important;
    font-weight: 200;
    margin: 0px 6px;
}

.woocommerce-breadcrumb a:hover {
    color: #102948 !important;
}

.woocommerce-breadcrumb a:first-child {
    margin-left: 0 !important;
}

.woocommerce-breadcrumb .separator:last-child {
    margin-right: 12px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}

.mfp-zoom-out-cur {
    cursor: default !important;
}

.ftr-logo .woocommerce-LoopProduct-link {
    display: none !important;
}

div.asl_w,
div.asl_m .probox,
#ajaxsearchlite1 .probox,
div.asl_w .probox {
    background-color: transparent !important;
}

div.asl_w .probox .promagnifier {
    box-shadow: none !important;
}

.invalid_vat_class {
    border-color: #a00 !important;
}

.single-product .btn.request_price {
    margin-bottom: 25px;
}

.woocommerce-pagination--without-numbers {
    margin-top: 25px;
}

.woocommerce-pagination--without-numbers .woocommerce-Button {
    font-size: 16px !important;
    letter-spacing: 0.2px;
    color: #f3f4f6 !important;
    line-height: 0.8 !important;
    font-weight: 500 !important;
    padding: 19px 33px !important;
    background: #102948 !important;
    border-radius: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 46px;
    transition: all 0.5s;
}

.woocommerce-pagination--without-numbers .woocommerce-Button:hover {
    background: black !important;
}

.single-product .quantity {
    display: flex;
    flex-direction: column-reverse;
}

.single-product .quantity .plus,
.single-product .quantity .minus {
    letter-spacing: 0.2px;
    color: #f3f4f6;
    line-height: 1;
    font-weight: 500;
    font-size: 20px;
    padding: 0px 19px 4px;
    background: #102948;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* height: 56px; */
    transition: all 0.5s;
    border: 0;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 0px 0 2px;
}

.quantity .input-text.qty.text {
    height: 23px !important;
    font-size: 15px;
    border: 0;
}


/* Chrome, Safari, Edge, Opera */

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.quantity input[type="number"] {
    -moz-appearance: textfield;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active {
    border: 1.5px solid black;
}

.modal-header {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
    border: 0;
}

.order-details-button-list a {
    letter-spacing: 0.2px;
    color: #f3f4f6;
    line-height: 0.8;
    font-weight: 500;
    font-size: 15px;
    padding: 19px 16px;
    background: #102948;
    border: 1px solid #102948;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    transition: all 0.5s;
    margin-right: 8px;
}

.order-details-button-list a:hover {
    background-color: white;
    color: #102948;
    border: 1px solid #102948;
}

.order-deatils-wrap h2 {
    font-size: 42px;
    margin-bottom: 0;
}

.order-deatils-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.cartItems .col-md-3 {
    padding-left: 0 !important;
}

.up-sells h2 {
    text-align: center;
}

.up-sells .products {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.up-sells .products li {
    width: calc(100% / 3) !important;
    margin: 0 !important;
    padding: 15px !important;
}


/* .up-sells .products li:first-child {
  padding-left: 12px !important;
}

.up-sells .products li:last-child {
  padding-right: 12px !important;
} */

.up-sells .img-cat-wrap {
    display: block;
    height: 370px;
    width: 100%;
}

.up-sells .img-cat-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit-account label {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #102948;
    margin-bottom: 4px;
}

.edit-account input {
    background: #ffffff;
    height: 54px;
    border: 1px solid #c6ccd3;
}

.edit-account select {
    background: #ffffff;
    height: 54px;
    border: 1px solid #c6ccd3;
}

.account-fors .button {
    background: #102948 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 18px 33px 20px !important;
    min-width: 210px !important;
    color: #d2e1f4 !important;
    margin-top: 30px !important;
    display: block !important;
    margin-left: auto !important;
}

button#load_products {
    text-transform: capitalize;
}

.account-fors .button:hover {
    background: #000000 !important;
}

.edit-account .woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 17px;
}


/* form.woocommerce-EditAccountForm.edit-account {
  background: #ffffff;
  border: 1px solid #cecfd5;
  padding: 42px 38px;
} */

.hdr-btn .btn {
    padding: 13px 12px 16px;
}

.hdr-btn .btn.trans-btn {
    margin-right: 10px;
}

form.edit-account {
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #cecfd5;
    padding: 42px 38px;
}


/* .account-fors {
  background: #ffffff;
  border: 1px solid #cecfd5;
  padding: 42px 38px;
} */

.edit-account h2 {
    font-size: 36px;
}

.woocommerce-edit-account h1 {
    display: none;
}

.account-fors {
    margin: auto;
}

.account-fors legend {
    font-size: 16px;
    font-weight: 500;
}

div#payment {
    padding-top: 50px;
    background: white !important;
}

.fee span.woocommerce-Price-amount.amount {
    display: block;
    text-align: end;
}

.cart_with_price a.added_to_cart.wc-forward {
    display: none;
}

.cart_list a.remove {
    position: absolute;
    display: block;
    top: 3px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    text-align: center;
    padding-bottom: 5px;
    border-radius: 100%;
    color: #102948 !important;
    background: #d2e1f4;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.load_more_area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.cart_list.product_list_widget li {
    position: relative;
}

button.single_add_to_cart_button.button.alt {
    background-position: center left 18px;
}

button.single_add_to_cart_button.button.alt.added{
    padding-right: 42px;
    padding-left: 35px;
    background-position: center left 11px;
}

button.single_add_to_cart_button.button.alt.added:after{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.woocommerce-page .col2-set .col-2 {
    background-color: rgba(210, 225, 244, 0.32);
    padding: 30px 50px;
}

.woocommerce-page .col2-set .col-2 h3 {
    font-size: 20px;
}

.allcart_with_price span.woocommerce-Price-amount.amount {
    font-size: 36px;
}

.woocommerce-page .col2-set .col-1 p#billing_city_field {
    float: left;
    width: 47%;
}

.woocommerce-page .col2-set .col-1 p#billing_postcode_field {
    float: right;
    width: 47%;
}

.woocommerce-page .col2-set .col-1 .form-row-wide {
    clear: inherit;
}

.woocommerce-page .col2-set .col-1 .form-row .select2-container {
    width: 100% !important;
    line-height: 2em;
}

p#billing_store_owner_field {
    float: left;
    width: 47%;
}

p#billing__field {
    float: right;
    width: 47%;
}

.woocommerce-page .col2-set .col-1 .form-row::before,
.woocommerce-page .col2-set .col-1 .form-row::after {
    display: none;
}

.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: flex;
    align-items: center;
}

.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
    padding-left: 0;
    display: inline-block !important;
    line-height: 1.2 !important;
}

.cart img {
    pointer-events: none;
}


/* =========================== */

.price-range-block {
    margin: 20px 0;
}

.ui-slider-horizontal {
    height: 0.6em;
}

.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 100%;
}

.ui-widget-header {
    background: #d2e1f4;
}

.price-range-search {
    width: 40.5%;
    background-color: #d2e1f4;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.price-range-field {
    width: 20%;
    min-width: 16%;
    background-color: #d2e1f4;
    border: 1px solid #6e6666;
    color: black;
    font-family: myFont;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 26px;
    padding: 5px;
}

.search-results-block {
    position: relative;
    display: block;
    clear: both;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #102948;
    font-weight: normal;
    color: #454545;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5;
    background: #102948;
    font-weight: normal;
    color: #454545;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -11px;
    margin-left: -0.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.price-range-field {
    text-align: center;
    width: 49%;
    min-width: 49%;
    background-color: #d2e1f4;
    border: 0;
    color: black;
    font-family: myFont;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 53px;
    padding: 5px;
    font-size: 1rem;
}

.price-range-block input::-webkit-outer-spin-button,
.price-range-block input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ui-widget.ui-widget-content {
    border: 0;
    /* background: black; */
    background: #e3e4e5;
}


/* Firefox */

.price-range-block input[type="number"] {
    -moz-appearance: textfield;
}

.login-form .gform-body input,
.login-form .gform-body select,
div#cont-form .gform-body input,
div#claim-form .gform-body input {
    background: #ffffff;
    height: 54px;
    border: 1px solid #c6ccd3;
}

div#poolservice-form .gform-body input {
    background: #ffffff;
    height: 54px;
    border: 1px solid #c6ccd3;
}

.login-form .gform_footer input[type="submit"] {
    background: #102948 !important;
    padding: 0;
    height: 52px !important;
    font-size: 16px !important;
    color: #d2e1f4 !important;
    font-weight: 500 !important;
    width: 100%;
}

div#poolservice-form .gform_footer input[type="submit"] {
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    background: #102948;
    letter-spacing: 0.2px;
    padding: 0 54px;
    color: #d2e1f4;
}

.login-form .gform_footer input[type="submit"]:hover {
    background: black !important;
}

div#cont-form .gform-body textarea {
    border: 1px solid #c6ccd3;
    background: #ffffff;
}

div#cont-form .gform-body textarea,
div#claim-form .gform-body textarea {
    border: 1px solid #c6ccd3;
    background: #ffffff;
}

div#poolservice-form .gform-body select {
    background-color: white;
    border: 1px solid #c6ccd3;
}


div#claim-form .gform-body select {
    border: 1px solid #c6ccd3;
    background-color: #ffffff;
    color: #102948 !important;
    font-weight: 275 !important ;
}

div#cont-form .gform_footer input[type="submit"],
div#claim-form .gform_footer input[type="submit"] {
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    background: #102948;
    letter-spacing: 0.2px;
    padding: 0 54px;
    color: #d2e1f4;
}

div#claim-form .gform_footer.top_label {
    float: right;
}
div#cont-form,
div#claim-form {
    background: #f3f4f6;
}

div#poolservice-form {
    background: #f3f4f6;
}

div#cont-form .gform_footer input[type="submit"]:hover,
div#claim-form .gform_footer input[type="submit"]:hover {
    background: #000000;
}

div#poolservice-form .gform_footer input[type="submit"]:hover {
    background: #000000;
}

div#cont-form .gform-body label,
div#claim-form .gform-body label {
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.2px;
    color: #102948;
    margin-bottom: 10px;
}

div#poolservice-form .gform-body label {
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.2px;
    color: #102948;
    margin-bottom: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping {
    display: flex;
    justify-content: space-between;
}

table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th {
    font-size: 18px !important;
    font-weight: 400 !important;
}

table.shop_table.woocommerce-checkout-review-order-table tr.tax-rate.tax-rate-de-germany-vat-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

table.shop_table.woocommerce-checkout-review-order-table tr.tax-rate.tax-rate-de-germany-vat-1 th {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.woocommerce ul#shipping_method {
    text-align: end;
}

.shop_table_responsive .order-total th {
    display: block;
    width: 100% !important;
}

ul#shipping_method {
    text-align: end;
}

.cart-collaterals .tax-rate td,
.cart-collaterals .order-total td {
    text-align: end;
}

.cart-collaterals .tax-rate th,
.cart-collaterals .order-total th,
.cart-collaterals .shipping th {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.cart-collaterals .cart_totals.cart_totalsleft.calculated_shipping {
    background-color: #d2e1f447;
    padding: 24px;
}

.cart-collaterals a.shipping-calculator-button {
    color: #102948;
}

.cart-collaterals form.woocommerce-shipping-calculator {
    text-align: end;
}

.login-form .gfield_required_text {
    display: none !important;
}

.login-form .gform_wrapper.gravity-theme .gfield_label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0;
    text-align: start;
}

table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
    font-weight: 500;
}

table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods span.woocommerce-Price-amount.amount {
    font-weight: 500 !important;
    font-size: 20px !important;
    letter-spacing: 0.2px;
    font-family: skolar-sans-latin, sans-serif;
    display: block;
    color: #102948;
}

table.shop_table.woocommerce-checkout-review-order-table .tax-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table .tax-rate th {
    font-size: 18px;
    font-weight: 400 !important;
}

.cart-collaterals .cart_totals.cart_totalsleft {
    padding: 24px;
    background: #d2e1f463;
}

label.checkbox {
    font-size: 18px;
    font-weight: 500;
}

input#ship-to-different-address-checkbox {
    height: auto;
}

fieldset#wc-stripe-cc-form label {
    color: #102948;
    padding-left: 0;
}

article#post-15 h1,
article#post-15 h3 {
    text-align: center;
}


/*----05-09-22------------*/

.woocommerce-checkout .input-text {
    background: #ffffff;
    height: 54px !important;
    border: 1px solid #c6ccd3 !important;
}

.woocommerce-checkout .form-row#billing_country_field {
    clear: both !important;

    .select2-container {

        .select2-selection {
            border-radius: 4px !important;

            .select2-selection__rendered {
                line-height: 35px !important;
            }
        }
    }
}

.woocommerce-checkout label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #102948;
    display: inline-block;
    !important;
}

.col-md-2.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total .amount {
    text-align: end;
}

.col-md-2.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    margin-left: auto;
}

span.gfield_required.gfield_required_text {
    display: none;
}

.woocommerce-pagination {
    display: none;
}

button.btn.misha_loadmore {
    display: block;
    margin: 0 auto;
}

div#yith_wcps_info_cart {
    border: 0 !important;
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #102948;
}


#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
}

.woocommerce .cart-collaterals .button {
    letter-spacing: 0.2px;
    color: #f3f4f6;
    line-height: 0.8;
    font-weight: 500;
    font-size: 15px;
    padding: 11px 33px 13px;
    background: #102948;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.woocommerce .cart-collaterals .button:hover {
    background: #000;
    color: #f3f4f6;
}

.sub_ttl_btn .buttons a:hover {
    background: #000;
}

.woocommerce .cart-collaterals .order-total th {
    border-top: 1px solid #d2e1f4 !important;
}

.woocommerce .cart-collaterals .order-total td {
    border-top: 1px solid #d2e1f4 !important;
}

input#calc_shipping_city {
    border: 1px solid #c6ccd3;
}

input#calc_shipping_postcode {
    border: 1px solid #c6ccd3;
}

.woocommerce-view-order .woocommerce-column--billing-address {
    background-color: rgba(210, 225, 244, 0.32);
    padding: 30px 50px;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details address {
    line-height: 2.2;
    font-weight: 400;
    border: 0;
    padding: 0;
}

.woocommerce-view-order .woocommerce-column h2 {
    font-size: 35px;
    text-align: left !important;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    line-height: 2.45;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    line-height: 2.45;
}

div.asl_m .probox .proinput input.autocomplete {
    display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.gform_wrapper .gform_validation_errors>h2 {
    text-align: left;
}

.page-template-login_tmpl .auth-sec {
    height: 100vh;
}

.dropdown-menu li.current-menu-item {
    background-color: #d2e1f4;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    text-align: center;
}

.mark,
mark {
    padding: .2em;
    background-color: transparent;
}


.woocommerce-checkout .woocommerce-payment-fields .wc_payment_method .payment_box .form-row{
    position: relative;
}
.woocommerce-checkout .woocommerce-payment-fields .wc_payment_method .payment_box .form-row input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 !important;
}
.woocommerce-checkout .woocommerce-payment-fields .wc_payment_method .payment_box .form-row input[type="checkbox"] + label{
    padding-left: 23px;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper #billing_eu_vat_number_belgium_compatibility_field .woocommerce-input-wrapper .checkbox{
    position: relative;
    padding-left: 23px;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper #billing_eu_vat_number_belgium_compatibility_field .woocommerce-input-wrapper .checkbox .input-checkbox {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 10px;
    height: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields #ship-to-different-address label.checkbox{
    position: relative;
    padding-left: 25px;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields #ship-to-different-address label.checkbox input[type="checkbox"]{
    position: absolute;
    left: 3px;
    top: 8px;
}
.hdr-filter .hdr-slct{
    flex-grow: 0.2;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals.cart_totalsright{
    padding-left: 30px;
}

.woocommerce-cart .wc-proceed-to-checkout .button.checkout-button{
    margin-left: 20px !important;
    min-width: 150px;
}

.single-product.woocommerce div.product .wpa-woocommerce-product-gallery,
.single-product.woocommerce div.product .wpa-woocommerce-product-gallery .wpa-woocommerce-product-gallery__wrapper,
.single-product.woocommerce div.product .summary.entry-summary{
    margin-bottom: 0;
}
.mobile_new{
    display: none;
}
.hdr-filter.mobile_new{
    margin-top: 10px;
}
.cart_area .cart_list .pro_link .attachment-woocommerce_thumbnail{
    height: auto;
}
.woocommerce ul.products li.product .price .no_price{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-family: skolar-sans-latin, sans-serif;
    letter-spacing: 1.6px;
    color: #102948;
    line-height: 1.2;
    text-align: right;
}
.woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address{
    background-color: rgba(210, 225, 244, 0.32);
    padding: 30px 50px;
}

.woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address .woocommerce-Address-title h3{
    font-size: 28px;
    margin-bottom: 0;
}
.woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address .woocommerce-Address-title{
    position: relative;
    margin-bottom: 18px;
}
.woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address .woocommerce-Address-title .edit{
    position: absolute;
    right: 0;
    top: 12px;
}
.woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address address{
    line-height: 2.2;
    font-weight: 400;
    border: 0;
}

.woocommerce-view-order .col2-set.addresses .woocommerce-column--billing-address,
.woocommerce-view-order .col2-set.addresses .woocommerce-column--shipping-address{
    padding: 30px 50px;
}
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row label{
    font-weight: 700;
    margin-bottom: 10px;
}

.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="text"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="email"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="url"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="password"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="search"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="number"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="tel"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="range"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="date"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="month"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="week"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="time"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="datetime"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="datetime-local"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row input[type="color"],
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row textarea,
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row .form-control,
.woocommerce-account.logged-in.woocommerce-edit-address form .form-row select{
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #c6ccd3;
    color: #000;
    padding: 2px 16px;
    width: 100%;
}
.woocommerce-account.logged-in.woocommerce-edit-address form  input[type="submit"],
.woocommerce-account.logged-in.woocommerce-edit-address form  input[type="button"],
.woocommerce-account.logged-in.woocommerce-edit-address form  button[type="submit"],
.woocommerce-account.logged-in.woocommerce-edit-address form  button[type="button"]{
    background-color: #102948;
    color: #d2e1f4;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 13px 30px;
    margin-top: 18px;
}
.woocommerce-account.logged-in.woocommerce-edit-address form  input[type="submit"]:hover,
.woocommerce-account.logged-in.woocommerce-edit-address form  input[type="button"]:hover,
.woocommerce-account.logged-in.woocommerce-edit-address form  button[type="submit"]:hover,
.woocommerce-account.logged-in.woocommerce-edit-address form  button[type="button"]:hover{
    background-color: #000;
    color: #fff;
}
.product-cat-sec .pro-inr h3{
    word-break: break-all;
}

/* ========== responsive css =========== */

@media (min-width: 1025px) {
    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 2000px) {
    .rabat-inr::after {
        display: none;
    }
    .r-lft::after {
        position: absolute;
        content: "";
        right: -5px;
        top: 0;
        background: linear-gradient( 270deg, #d2e1f4 36.2%, rgba(210, 225, 244, 0.8) 60.91%, rgba(210, 225, 244, 0) 105.52%);
        height: 100%;
        width: 250px;
    }
    .r-lft {
        position: relative;
    }
}

@media (max-width: 1650px) {
    .ra-slider .slick-list {
        padding: 0 222px !important;
    }
    .ra-slider button.slick-prev {
        left: 13.6%;
    }
    .ra-slider button.slick-next {
        right: 13.6%;
    }
}

@media (max-width: 1500px) {
    .ra-slider button.slick-prev {
        left: 14.8%;
    }
    .ra-slider button.slick-next {
        right: 14.8%;
    }
}

@media (max-width: 1400px) {
    .ra-slider button.slick-prev {
        left: 15.2%;
    }
    .ra-slider button.slick-next {
        right: 15.2%;
    }
}

@media (max-width: 1300px) {
    .ra-slider button.slick-prev {
        left: 16.5%;
    }
    .ra-slider button.slick-next {
        right: 16.5%;
    }
    .up-sells .img-cat-wrap {
        height: 340px;
    }
    .allcart_with_price{
        padding: 34px 20px;
    }
}

@media (max-width: 1199.98px) {
    .woocommerce-page .col2-set .col-2 {
        padding: 20px 25px;
    }
    .wc-proceed-to-checkout {
        display: block;
        padding-left: 31px !important;
    }
    span.count-order {
        margin-right: 26px;
    }
    .wc-proceed-to-checkout .button {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    .allcart_with_price span.woocommerce-Price-amount.amount {
        font-size: 28px;
    }
    .up-sells .img-cat-wrap {
        height: 271px;
    }
    ul.abp {
        margin-top: 50px;
    }
    .main-head .cart {
        height: 45px;
    }
    .order-deatils-wrap h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .posts-navigation {
        margin: 0 18px;
    }
    .search span.img-cat-wrap {
        height: 285px;
    }
    .search ul.products li.product {
        padding: 18px;
    }
    .search ul.products.columns-3 {
        margin: -18px;
    }
    .hdr-rgt {
        margin-left: 45px;
    }
    .btn {
        font-size: 14px;
        padding: 19px 23px;
        min-height: 45px;
    }
    .cart {
        height: 45px;
        width: 56px;
    }
    .cmn-gap {
        padding: 58px 0;
    }
    .rabat-inr h2,
    .pro-sec h2 {
        font-size: 43px;
    }
    .rabat-inr p {
        font-size: 14px;
    }
    .mark-outr h2 {
        font-size: 50px;
    }
    .ftr-outr .abp li a {
        font-size: 16px;
    }
    .ftr-outr .abp {
        margin: 35px 0 35px;
    }
    .ftr-btm {
        padding: 20px 0;
    }
    .mark-inr {
        text-align: center;
        padding: 15px 0;
    }
    .au-slide figure {
        width: 300px;
        height: 300px;
        margin: auto;
    }
    .ra-slider button.slick-next {
        right: 19.7%;
    }
    .ra-slider button.slick-prev {
        left: 19.7%;
    }
    .price .woocommerce-Price-amount.amount {
        font-size: 26px;
    }
    h1.product_title.entry-title {
        font-size: 46px;
    }
    h2 {
        font-size: 38px;
    }
    .single_description p {
        font-size: 16px;
    }
    .cmn-hdr {
        margin-bottom: 25px;
    }
    .section-title .col-md-4 {
        padding: 28px;
    }
    .section-title .row {
        margin: -28px;
    }
    button.single_add_to_cart_button.button.alt {
        font-weight: 500;
        font-size: 15px;
        padding: 27px 24px 29px;
        min-width: 154px;
        background-size: 18px;
        background-position: center left 20px;
        padding-left: 46px;
    }
    .allcart_with_price {
        padding: 20px;
    }
    span.rgPrice {
        font-size: 28px;
    }
    span.slPrice {
        font-size: 18px;
    }
    .abp .button {
        margin: 0px 5px !important;
        padding: 7px !important;
        height: 45px !important;
    }
    .cartItems .view {
        left: auto !important;
        bottom: 20px;
        right: 12px;
    }
    .col-md-3.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
        text-align: end;
    }
    .woocommerce-billing-fields h3::before {
        width: 111.89%;
    }
    .woocommerce-payment-fields h3::before {
        width: 111.89%;
    }
    .hdr-slct {
        max-width: 148px;
    }
    .order-deatils-wrap {
        display: block;
    }
    .navbar-brand {
        width: 125px;
    }
    .woocommerce-orders-table__cell-order-total {
        position: relative;
        margin-left: auto;
    }
    .cartItems .btn {
        min-width: 150px;
    }
    .woocommerce-view-order .woocommerce-column--billing-address {
        padding: 20px 25px;
    }
    .woocommerce-view-order .woocommerce-column h2 {
        font-size: 30px;
    }
    .woocommerce-cart .cart_totalsright .wc-proceed-to-checkout{
        display: inline-flex;
        padding-left: 0 !important;
    }
    .woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address .woocommerce-Address-title .edit{
        position: relative;
        right: 0;
        top: inherit;
        float: none;
        margin-left: auto;
        display: table;
        margin-top: 7px;
    }
    .woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address .woocommerce-Address-title h3{
        float: none;
        text-align: left !important;
    }
    .woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address{
        padding: 30px 40px;
    }
    .woocommerce-view-order .col2-set.addresses .woocommerce-column--billing-address,
    .woocommerce-view-order .col2-set.addresses .woocommerce-column--shipping-address{
        padding: 30px 40px;
    }
    button.single_add_to_cart_button.button.alt{
        min-width: auto;
    }

}

@media (max-width: 1024px) {
    .ra-slider button.slick-prev {
        left: 20.5%;
    }
    .ra-slider button.slick-next {
        right: 20.5%;
    }
    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }
    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }
    .sub-menu.show {
        display: block;
    }
    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }
    /* navbar end*/
    .product-cat-sec .pro-inr h3{
        font-size: 26px;
    }
    .product-cat-sec .pro-inr h3{
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .quantity .input-text.qty.text {
        height: 40px !important;
    }
    .woocommerce div.product form.cart div.quantity{
        flex-direction: row;
        margin-left: 0;
        margin-top:10px;
    }
}
@media (min-width: 992px) {
    .woocommerce-checkout .woocommerce-message{
        position: absolute;
        top: -65px;
        right: 0;
        width: 48%;
    }
}
@media (max-width: 991px) {
    .woocommerce-view-order .woocommerce-column--billing-address {
        width: 100% !important;
    }
    .account-fors {
        max-width: 100%;
    }
    .wc-proceed-to-checkout .button {
        margin-left: 15px !important;
    }
    .woocommerce-billing-fields h3::before {
        display: none;
    }
    .woocommerce-payment-fields h3::before {
        display: none;
    }
    .abp .button {
        padding: 8px 10px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
    }
    .woocommerce-form-coupon-toggle .woocommerce-info {
        width: 100%;
    }
    nav.woocommerce-MyAccount-navigation {
        margin-bottom: 40px;
    }
    .au-slide figure {
        width: 220px;
        height: 220px;
        margin: auto;
    }
    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        order: 1;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: rgba(16, 41, 72, 1);
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: "";
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: "";
        top: 10px;
        left: 0;
    }
    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }
    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }
    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }
    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }
    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }
    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }
    .sub-menu>li>a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }
    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }
    .navbar-nav>li>a:after {
        bottom: 0;
    }
    /* navbar end*/
    /* push nav */
    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 100%;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 9999;
    }
    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }
    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 40px 0;
    }
    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }
    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }
    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }
    /* push nav end */
    .hdr-rgt {
        margin-left: 0px;
    }
    .hdr-rgt .btn {
        margin-left: 24px;
    }
    .hdr-col::after {
        display: none;
    }
    header.main-head {
        background: #f3f4f6;
        padding-bottom: 52px;
    }
    .rabat-inr h2,
    .pro-sec h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 26px;
    }
    .mark-outr h2 {
        font-size: 40px;
    }
    .cmn-hdr {
        margin-bottom: 40px;
    }
    .ftr-sec {
        padding-top: 53px;
    }
    .ftr-logo a {
        width: 150px;
    }
    .ra-slider .slick-list {
        padding: 0 100px !important;
    }
    .ra-slider button.slick-next {
        right: 11.5%;
    }
    .ra-slider button.slick-prev {
        left: 11.5%;
    }
    a.pro-fig {
        height: 239px;
    }
    .acnt.text-center {
        padding: 30px 15px;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        float: initial;
        width: 100%;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
        clear: none;
        float: inherit;
    }
    .section-title .col-md-4 {
        width: 50%;
    }
    h1.product_title.entry-title {
        font-size: 40px;
    }
    .main-head .cart {
        height: 45px;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) "";
        font-weight: 700;
        float: left;
        display: none;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;
    }
    p.click_to_loigin {
        width: 100%;
    }
    .cartItems .btn {
        padding: 20px;
        min-width: 144px;
    }
    .modal-body {
        padding: 40px 35px;
    }
    .woocommerce-checkout .col2-set .col-1 {
        float: left !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    form.checkout_coupon.woocommerce-form-coupon {
        width: 100%;
        margin-left: auto;
    }
    form.checkout_coupon.woocommerce-form-coupon {
        width: 100%;
        margin-left: auto;
    }
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 100%;
        margin-top: 20px;
    }
    .search ul.products li.product {
        width: 50%;
    }
    .hdr-slct {
        max-width: 100%;
    }
    .up-sells .products li {
        width: calc(100% / 2) !important;
        margin: 0 !important;
        padding: 0 18px !important;
        margin-bottom: 30px !important;
    }
    span.titl-prc-wrap {
        flex-wrap: wrap;
    }
    .open-side-cart {
        position: static;
        background: #ffffff;
        margin-top: 20px;
        box-shadow: none;
        min-width: 100%;
        width: 100%;
    }
    .hdr-rgt {
        display: flex;
        flex-wrap: wrap;
    }
    .cart_area .price_pro {
        margin-left: auto;
    }
    a.pro_link {
        width: 100%;
    }
    .woocommerce a.remove {
        padding-bottom: 4px;
    }
    .price-range-field {
        text-align: center;
        width: 40%;
        min-width: 40%;
    }
    .cart-collaterals .cart_totals.cart_totalsleft.calculated_shipping {
        margin-right: 0;
    }
    .wc-proceed-to-checkout {
        text-align: end;
    }
    .cart-collaterals .cart-subtotal {
        display: none !important;
    }
    .cart-collaterals table tr {
        display: flex !important;
    }
    .cart-collaterals table tr th {
        display: block !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table th {
        width: 100% !important;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals.cart_totalsright{
        padding-left: 0;
    }
    .woocommerce-cart .cart_totalsright .wc-proceed-to-checkout{
        display: table;
        margin-left: auto;
    }
    .woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address{
        width: 100%;
    }
    .products .title-wrap h3{
        font-size: 18px !important;
    }
    .img-cat-wrap h4 {
        font-size: 14px;
        padding: 10px 13px 10px;
        min-width: auto;
        bottom: 15px;
        left: 15px;
    }
    .price .woocommerce-Price-amount.amount {
        font-size: 22px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin-bottom: 2em;
    }
    .product-cat-sec .p-col{
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .product-cat-sec .pro-inr h3{
        font-size: 30px;
    }
    span.rgPrice {
        margin-bottom: 20px;
    }
    .cartItems .col-md-3 {
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }
    form.edit-account {
        padding: 32px 24px;
    }
    .up-sells .img-cat-wrap {
        height: auto;
    }
    .up-sells .products li {
        width: 100% !important;
    }
    .up-sells ul li {
        width: 100% !important;
    }
    .quantity .input-text.qty.text {
        height: 31px !important;
        font-size: 15px;
        border: 0;
    }
    .single-product .quantity {
        display: flex;
        flex-direction: row;
        margin-top: 10px !important;
    }
    div.asl_w {
        box-shadow: none !important;
    }
    .asl_w_container {
        width: 100%;
        border: 1px solid #c6ccd3;
        padding: 0 20px;
    }
    .cartItems .view::after {
        right: 0;
        background-position: center left;
        width: 100%;
        height: 100%;
        bottom: -2px;
        left: 67px;
    }
    h1.entry-title {
        font-size: 36px;
    }
    .lwer-div {
        width: 100%;
    }
    .acnt.text-center {
        padding: 20px 15px;
    }
    .pro-txt h3 {
        font-size: 36px;
    }
    h3 {
        font-size: 24px;
    }
    .edit-account h2 {
        font-size: 24px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none !important;
    }
    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }
    .hdr-top {
        padding: 35px 0 30px;
    }
    .hdr-col {
        margin-bottom: 20px;
    }
    .ftr-btm {
        padding: 20px 0;
        display: block;
        text-align: center;
    }
    .ftr-btm ul {
        justify-content: center;
        margin-top: 20px;
    }
    .m-col {
        border-right: 0;
    }
    .m-row {
        border: 0;
    }
    .mark-inr {
        border: 1px solid #c6ccd3;
        margin-bottom: 20px;
    }
    .auth-lft {
        display: none;
    }
    .cmn-au {
        width: 100%;
    }
    .auth-sec {
        padding: 130px 0 80px;
    }
    .form-sec.cmn-gap {
        margin: 0 16px;
    }
    .rabat-inr::after {
        display: none;
    }
    .r-rgt {
        position: relative;
        z-index: 9;
        padding: 20px 15px;
    }
    .rabat-inr p {
        margin-bottom: 20px;
    }
    .r-lft figure {
        height: 250px;
    }
    .hdr-form-mbile {
        display: flex !important;
        align-items: center;
    }
    .hdr-wrp-tp .hdr-form-mbile .form-group .form-control {
        background-image: url(images/search-normal.svg);
        background-repeat: no-repeat;
        background-position: center right 10px;
        padding-right: 40px;
        letter-spacing: 1.6px;
        font-size: 16px;
        padding-left: 12px;
        height: 60px;
    }
    .hdr-form-mbile .form-group .form-control {
        border: 1px solid #c6ccd3;
        height: 45px;
    }
    .hdr-form-mbile .form-group {
        width: 100%;
    }
    .submit-in {
        margin-left: 15px;
    }
    .hdr-wrp-tp {
        border-bottom: 0;
        padding: 14px;
    }
    .hdr-wrp-btm {
        padding: 0px 15px;
    }
    .hdr-btn {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .hdr-wrp {
        background-color: white;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .rabat-inr::before {
        content: "";
        width: 100%;
        height: 50%;
        background: linear-gradient( 0deg, #d2e1f4 36.2%, rgba(210, 225, 244, 0.8) 60.91%, rgba(210, 225, 244, 0) 99.52%);
        transform: rotate(90deg);
        position: absolute;
        left: 0;
        top: 44%;
        z-index: 1;
        transform: translateY(-50%);
    }
    .submit-in .btn span img {
        min-width: 24px;
        margin-right: 4px;
    }
    .submit-in .btn {
        font-size: 14px;
        font-size: 16px;
        padding: 19px 12px;
        height: 45px;
    }
    a.pro-fig {
        height: auto;
    }
    header.main-head {
        background: #fff;
        padding-bottom: 0;
    }
    .submit-in .btn {
        font-size: 14px;
        padding: 19px 12px;
        height: 58px;
        font-weight: 200;
    }
    .hide-hdr {
        display: none;
    }
    .product-sec.cmn-gap {
        padding-top: 0;
    }
    .xoo-el-form-resetpw {
        max-width: 500px;
    }
    .product_attributes .col:last-child {
        flex: 100%;
        margin-top: 25px;
    }
    h1.product_title.entry-title {
        font-size: 48px;
    }
    .woocommerce-product-details__short-description {
        font-size: 14px;
    }
    span.rgPrice {
        font-size: 36px;
    }
    span.slPrice {
        font-size: 24px;
    }
    .cart_with_price {
        display: block;
    }
    button.single_add_to_cart_button.button.alt {
        font-size: 20px;
        padding: 24px 24px 27px;
        min-width: 100%;
        background-size: 23px;
        background-position: center left 130px;
        padding-left: 46px;
        margin-top: 15px;
    }
    .cart_with_price .cart {
        width: 100%;
    }
    .regular_with_saleprice {
        margin-bottom: 40px;
    }
    .section-title .col-md-4 {
        width: 100%;
    }
    .servc-titl-mrgn a {
        padding: 22px 30px;
        min-width: 100%;
    }
    .section-title .col-md-4 {
        padding: 15px;
    }
    .section-title .row {
        margin: -15px;
    }
    .cartItems .view {
        position: relative !important;
        bottom: auto;
        right: auto !important;
    }
    ul.abp {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cartItems h4 a {
        color: #102948;
        font-size: 24px;
    }
    .col-md-3.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
        text-align: start;
    }
    .modal-dialog {
        max-width: 453px;
        margin: auto;
    }
    .modal-body textarea {
        height: 146px !important;
    }
    .search span.img-cat-wrap {
        height: 246px;
    }
    .posts-navigation {
        margin: 0 20px;
    }
    .r-rgt {
        text-align: center;
    }
    .submit-in .btn:hover {
        background-color: black !important;
        color: white !important;
    }
    .promagnifier {
        position: absolute;
        left: auto;
        top: 50%;
        right: 0;
    }
    div.asl_m .probox .proinput input {
        left: 0px !important;
        bottom: -2px;
    }
    .asl_w_container {
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0 10px;
    }
    .m-col {
        border: 0;
        margin: 0;
    }
    .order-details-button-list {
        display: flex;
        flex-wrap: wrap;
    }
    .order-details-button-list .btn {
        width: 48%;
        margin: 3px;
    }
    .fancybox-content {
        max-width: 453px !important;
    }
    .woocommerce-cart-form__contents tr {
        display: block !important;
    }
    .col-md-2.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_new{
        display: block;
    }
}

@media (max-width: 575px) {
    .woocommerce-page .col2-set .col-2 {
        padding: 10px;
    }
    .search .price .woocommerce-Price-amount.amount {
        display: inline-block;
    }
    .modal-dialog {
        max-width: 380px;
    }
    .modal-body .gform_footer.top_label {
        position: static;
    }
    span.titl-prc-wrap {
        display: flex;
    }
    .xoo-el-form-resetpw {
        max-width: 350px;
    }
    .login-form .check-inn {
        font-size: 14px;
    }
    .ftr-sec {
        padding-top: 80px;
    }
    .ftr-btm {
        padding: 40px 0 80px;
    }
    .rabat-inr p {
        max-width: 200px;
        margin: 0 auto 20px;
    }
    .r-lft figure {
        height: 200px;
    }
    .ra-slider .slick-list {
        padding: 0 55px !important;
    }
    .ra-slide {
        padding: 10px;
    }
    .ra-slider {
        margin: -10px;
        margin-bottom: 0 !important;
    }
    .ra-slider button.slick-next {
        display: none !important;
    }
    .ra-slider button.slick-prev {
        display: none !important;
    }
    .cmn-outr {
        margin: auto;
        background: rgba(210, 225, 244, 0.312);
        padding: 60px 25px;
        max-width: 328px;
    }
    .fr-wrp p {
        font-size: 14px;
    }
    .mail {
        width: 80px;
        height: 80px;
    }
    .mobile-icon {
        display: block !important;
    }
    .ftr-btm ul li:not(:last-child) {
        margin-right: 18px;
    }
    .ftr-outr .abp {
        margin: 35px 0 100px;
    }
    .cmn-gap {
        padding: 60px 0;
    }
    .mark-inr a {
        padding: 10px 0;
        width: 130px;
        margin: auto;
    }
    .mark-inr {
        text-align: center;
        padding: 3px 0;
    }
    .mark-outr h2 {
        font-size: 36px;
    }
    .pro-txt h3 {
        font-size: 36px;
    }
    .pro-txt h3 a {
        color: #ffffff;
    }
    .pro-sec {
        padding-top: 110px;
    }
    .rabat-inr h2,
    .pro-sec h2 {
        font-size: 36px;
    }
    .shop-rabat-sec .rabat-inr h2{
        font-size: 28px;
    }
    .r-rgt {
        text-align: center;
    }
    .r-rgt {
        padding: 20px 15px 50px;
    }
    .rabat-sec::after {
        height: 242px;
    }
    .auth-sec {
        padding: 0;
    }
    .woocommerce span.onsale {
        line-height: 3.236;
        top: 0;
        left: 0;
    }
    td.product-name a {
        font-size: 16px;
    }
    span.woocommerce-Price-amount.amount {
        font-size: 16px;
    }
    .cartItems .btn {
        padding: 20px;
        min-width: 131px;
    }
    .search span.img-cat-wrap {
        height: 218px;
    }
    button.single_add_to_cart_button.button.alt {
        background-position: center left 20px;
    }
}

@media (max-width: 479px) {
    .fancybox-content {
        max-width: 330px !important;
        padding: 23px !important;
    }
    .woocommerce-form-coupon-toggle .woocommerce-info {
        font-size: 15px;
    }
    .wc-proceed-to-checkout .button {
        margin-top: 30px !important;
        margin-left: 0 !important;
    }
    form.hdr-filter {
        display: block;
    }
    /*button.single_add_to_cart_button.button.alt {
        background-position: center left 92px;
    }*/
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
    }
    .cart-collaterals {
        display: block;
    }
    .wc-proceed-to-checkout {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    p.click_to_loigin {
        font-size: 15px;
    }
    .cartItems .btn {
        padding: 20px;
        min-width: auto;
    }
    .abp .button {
        min-width: auto;
    }
    .woocommerce-page .col2-set .col-2 .cart_item {
        flex-wrap: wrap;
    }
    .woocommerce-checkout-review-order-table .cart_item .product-name {
        flex-wrap: wrap;
    }
    .woocommerce-checkout-review-order-table .cart_item .product-name {
        justify-content: center;
    }
    .woocommerce-page .col2-set .col-2 .cart_item {
        text-align: center;
    }
    .woocommerce-checkout-review-order-table .cart_item .product-name img {
        margin: auto;
    }
    .woocommerce-billing-fields, .woocommerce-payment-fields{
        padding: 10px;
    }
    .woocommerce-checkout .woocommerce form .wc-payment-form .form-row.form-row-last,
    .woocommerce-checkout .woocommerce form .wc-payment-form .form-row.form-row-first{
        width: 100%;
    }
    .woocommerce-checkout-review-order-table .order-total th{
        font-size: 20px;
    }
    .woocommerce-checkout-review-order-table .order-total span.woocommerce-Price-amount.amount{
        font-size: 20px;
    }
    .cart_totalsleft span.woocommerce-Price-amount.amount{
        font-size: 20px !important;
    }
    .woocommerce-view-order .woocommerce-column h2{
        font-size: 28px;
    }
    .woocommerce-account .woocommerce-Addresses.col2-set .woocommerce-Address{
        padding: 30px 20px;
    }
    .woocommerce-view-order .col2-set.addresses .woocommerce-column--billing-address,
    .woocommerce-view-order .col2-set.addresses .woocommerce-column--shipping-address{
        padding: 30px 20px;
    }
    .page-template-default.woocommerce-checkout .form-row.place-order button[type="submit"]{
        font-size: 17px;
        padding: 0 15px;
    }
    .woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
    .woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row.form-row-last{
        width: 100%;
    }
}

@media (max-width: 374px) {
    .order-details-button-list .btn {
        width: 100%;
        margin: 3px;
    }
    .btn {
        font-size: 14px;
        padding: 16px 9px;
        min-height: 45px;
    }
    .forgt {
        display: block;
        text-align: left;
    }
    a.forgot-pass {
        margin-top: 20px;
        display: inline-block;
    }
    .ftr-outr .abp li {
        margin: 0 10px;
    }
    .cmn-outr {
        max-width: 300px;
    }
    .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
        display: block;
    }
    .woocommerce-form-coupon-toggle .woocommerce-info {
        display: block;
    }
    .search ul.products li.product {
        width: 100%;
    }
    .search span.img-cat-wrap {
        height: auto;
    }
    .posts-navigation .nav-links {
        display: block;
    }
    .nav-next {
        margin-top: 20px;
    }
    /*button.single_add_to_cart_button.button.alt {
        background-position: center left 56px;
    }*/
    p#billing_store_owner_field {
        float: left;
        width: 100%;
    }
    p#billing__field {
        float: right;
        width: 100%;
    }
    .woocommerce-page .col2-set .col-1 p#billing_city_field {
        float: left;
        width: 100%;
    }
    .woocommerce-page .col2-set .col-1 p#billing_postcode_field {
        float: right;
        width: 100%;
    }
    .fee th {
        font-size: 17px;
    }
    .cart-collaterals .cart_totals.cart_totalsleft.calculated_shipping {
        padding: 12px;
    }
    h1.product_title.entry-title {
        font-size: 38px;
    }
}

.open-side-cart {
    display: none;
}

.woocommerce-price-suffix {
    font-family: skolar-sans-latin, sans-serif;
    text-align: right;
    color: #102948;
    white-space: nowrap;
}

h3#order_review_heading,
.formfldhide {
    display: none;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999 !important;
    background: url("images/pageLoader.gif") 50% 50% no-repeat rgb(0, 0, 0);
    opacity: 0.8;
}

.price-range-block .ui-widget.ui-widget-content {
    /* pointer-events: none;
    display: none; */
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: inherit;
}

.woocommerce-account .entry-title {
    display: none
}

.activation-pg {
    padding: 80px 2px;
}

.tml-button {
    letter-spacing: 0.2px;
    color: #f3f4f6;
    line-height: 1.1;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 33px 23px;
    background: #102948;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-color: #102948;
}


.xoo-aff-group.one{
    width: calc(100% - 20px) !important;
}
.xoo-aff-fields{
    margin-left: 10px !important;
}
/*.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    width: calc(100% - 20px);
}*/
.xoo-aff-group .select2.select2-container .select2-selection .select2-selection__rendered{
    line-height: 38px !important;
    text-align: left !important;
}
select#product_sub_cat:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.site-main .my-account-sec {
    min-height: 80vh;
}
