@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");

.btn:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(221, 61, 8, 0.3) !important;
    box-shadow: 0 0 0 3px rgba(221, 61, 8, 0.3) !important;
}

.btn-main {
    border: 2px solid #1a456f !important;
    border-radius: 5px !important;
    padding: 12px 35px !important;
    color: #1c1c1c !important;
    -webkit-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    font-weight: 500 !important;
    color: #1c1c1c !important;
    background: transparent !important;
    font-size: 14px !important;
}

.btn-main:hover {
    background: #1a456f !important;
    color: #fff !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield label {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 400;
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield label .required {
    color: #eb6626;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"], .gform_wrapper form .gform_body .gform_fields .gfield textarea {
    border-radius: 5px;
    padding: 15px 18px;
    margin-bottom: 22px;
    font-size: 14px;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #000;
    -webkit-transition: 0.3 ease;
    transition: 0.3 ease;
}

@media screen and (max-width: 767px) {
    .gform_wrapper form .gform_body .gform_fields .gfield input[type="text"], .gform_wrapper form .gform_body .gform_fields .gfield textarea {
        padding: 12px 15px;
        font-size: 13px;
        margin: 0 0 5px;
    }
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"]::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 0.7;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"]:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea:-ms-input-placeholder {
    color: #000;
    opacity: 0.7;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"]::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea::-ms-input-placeholder {
    color: #000;
    opacity: 0.7;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"]::placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea::placeholder {
    color: #000;
    opacity: 0.7;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"]:focus, .gform_wrapper form .gform_body .gform_fields .gfield textarea:focus {
    outline: unset;
    border-color: #eb6626;
}

.gform_wrapper form .gform_footer {
    margin: 0;
    padding-top: 0;
}

.gform_wrapper form .gform_footer input[type="submit"] {
    border: 2px solid #eb6626 !important;
    border-radius: 5px !important;
    padding: 15px 35px !important;
    -webkit-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: #eb6626 !important;
    font-size: 14px !important;
}

@media screen and (max-width: 767px) {
    .gform_wrapper form .gform_footer input[type="submit"] {
        font-size: 13px !important;
        padding: 7px 25px !important;
    }
}

.gform_wrapper form .gform_footer input[type="submit"]:hover {
    background: transparent !important;
    color: #1c1c1c !important;
}

@media screen and (min-width: 768px) {
    body.bottom-header-fixed {
        padding-top: 71px;
    }
}

@media screen and (max-width: 767px) {
    body.bottom-header-fixed-mobile {
        padding-top: 50px;
    }
}

/* forcefull changes */
.storefront-breadcrumb {
    display: none !important;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: #1a456f !important;
}

.star-rating span::before, .quantity .plus, .quantity .minus, p.stars a:hover::after, p.stars a::after, .star-rating span::before, #payment .payment_methods li input[type="radio"]:first-child:checked + label::before {
    color: #1a456f !important;
}

@media screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px !important;
    }
}

@media screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px !important;
    }
}

div.edit-link {
    display: none !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    font-size: 13px !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

html {
    font-family: 'Roboto', sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

html a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #1a456f;
}

html a:hover {
    color: #eb6626;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    color: #1c1c1c;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #383838;
}

@media screen and (max-width: 767px) {
    p {
        font-size: 13px;
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

*,
*::before,
*::after,
input[type="search"] {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-size: 1rem;
    line-height: 1.5;
}

body,
html {
    height: 100%;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin: 0;
}

blockquote,
dd,
dl,
figure,
p,
pre,
span,
b,
a,
strong,
label,
li,
tr,
th,
div,
select {
    font-family: 'Roboto', sans-serif;
}

input, textarea, select, button {
    font-family: 'Roboto', sans-serif !important;
}

button {
    background: transparent;
    border: 0;
    padding: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

iframe {
    border: 0;
}

a:focus,
.focus a {
    outline: none !important;
}

nav ul {
    list-style: none;
}

img {
    max-width: 100%;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.site-content {
    margin: 0 !important;
}

textarea {
    resize: none;
}

header.site-header {
    margin: 0 !important;
    padding: 15px 0;
    border: unset;
    border-bottom: 1px solid #dfdcdc;
}

@media screen and (max-width: 767px) {
    header.site-header.fixed-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 99999999999999;
    }
}

header.site-header .col-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header.site-header .col-logo a {
    display: inline-block;
}

header.site-header .col-logo a img {
    width: 160px;
}

@media screen and (max-width: 767px) {
    header.site-header .col-logo a img {
        width: 100px;
    }
}

header.site-header .col-shortcuts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header.site-header .col-shortcuts .shortcuts {
    display: inline-block;
}

header.site-header .col-shortcuts .shortcuts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

header.site-header .col-shortcuts .shortcuts ul li {
    margin-right: 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    header.site-header .col-shortcuts .shortcuts ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

header.site-header .col-shortcuts .shortcuts ul li:last-of-type {
    margin-right: 0;
    margin-left: 6px;
}

@media screen and (min-width: 768px) {
    header.site-header .col-shortcuts .shortcuts ul li.mobile_menu, header.site-header .col-shortcuts .shortcuts ul li.mobile_search {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header.site-header .col-shortcuts .shortcuts ul li.mobile_menu, header.site-header .col-shortcuts .shortcuts ul li.mobile_search {
        margin-left: 13px;
    }
}

@media screen and (max-width: 767px) {
    header.site-header .col-shortcuts .shortcuts ul li.mobile_menu img, header.site-header .col-shortcuts .shortcuts ul li.mobile_search img {
        border-radius: unset;
        width: 19px;
    }
}

header.site-header .col-shortcuts .shortcuts ul li a:hover {
    text-decoration: underline;
}

header.site-header .col-shortcuts .shortcuts ul li a i {
    font-size: 19px;
    color: #1a456f;
}

@media screen and (max-width: 767px) {
    header.site-header .col-shortcuts .shortcuts ul li a i {
        font-size: 17px;
    }
}

header.site-header .col-shortcuts .shortcuts ul li a span.count {
    position: absolute;
    top: -11px;
    right: -18px;
    font-size: 10px;
    color: #fff;
    background: #1a456f;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media screen and (max-width: 767px) {
    header.site-header .col-shortcuts .shortcuts ul li a span.count {
        font-size: 8px;
        width: 18px;
        height: 18px;
        top: -8px;
        right: -17px;
    }
}

.top-header-bar {
    background: #1a456f;
}

@media screen and (max-width: 767px) {
    .top-header-bar .col-menu-top {
        display: none;
    }
}

.top-header-bar .col-menu-top ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 10px 0;
}

.top-header-bar .col-menu-top ul.menu li {
    margin-right: 15px;
}

.top-header-bar .col-menu-top ul.menu li:last-of-type {
    margin-right: 0;
}

.top-header-bar .col-menu-top ul.menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.top-header-bar .col-menu-top ul.menu li a:hover {
    text-decoration: unset;
    color: #eb6626;
}

.top-header-bar .col-lang-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .top-header-bar .col-lang-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.top-header-bar .col-lang-top span {
    color: #fff;
    font-weight: 300;
    display: inline-block;
    font-size: 13px;
    position: relative;
    top: 3px;
}

@media screen and (max-width: 767px) {
    .top-header-bar .col-lang-top span {
        font-size: 12px;
    }
}

.top-header-bar .col-lang-top .info_free_shipping {
    display: inline-block;
}

.top-header-bar .col-lang-top .info_free_shipping i {
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 767px) {
    .top-header-bar .col-lang-top .info_free_shipping i {
        font-size: 14px;
    }
}

.top-header-bar .col-lang-top .info_free_shipping p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .top-header-bar .col-lang-top .info_free_shipping p {
        font-size: 12px;
    }
}

.bottom-header-info {
    padding: 12px 0;
    border-bottom: 1px solid #dfdcdc;
}

@media screen and (max-width: 767px) {
    .bottom-header-info {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .bottom-header-info.fixed-mobile {
        position: fixed;
        top: 62px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 99999999999999;
    }
}

@media screen and (max-width: 767px) {
    .bottom-header-info.active_mobile {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .bottom-header-info.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 99999999999999;
    }
}

@media screen and (max-width: 767px) {
    .bottom-header-info .col-menu-trigger {
        display: none;
    }
}

.bottom-header-info .col-menu-trigger .menu_items {
    width: 228px;
    display: none;
    position: absolute;
    z-index: 999;
    padding-top: 14px;
}

.bottom-header-info .col-menu-trigger .menu_items.active {
    display: block;
}

.bottom-header-info .col-menu-trigger .menu_items > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 228px;
}

.bottom-header-info .col-menu-trigger .menu_items > ul:hover li:last-of-type a {
    border-bottom-right-radius: 0;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu {
    display: none;
    position: absolute;
    top: 14px;
    left: 228px;
    background: #fff;
    padding: 10px 20px;
    margin: 0;
    list-style: unset;
    height: calc(100% - 14px);
    width: 300px;
    border-bottom-right-radius: 5px;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li:hover .sub_child_menu {
    display: block;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li .sub_child_menu {
    position: absolute;
    top: 0;
    left: 284px;
    background: #fff;
    padding: 10px 20px;
    margin: 0;
    list-style: unset;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 5px;
    display: none;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li a {
    position: relative;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li a i {
    position: absolute;
    top: 11px;
    font-size: 13px;
    right: 8px;
    color: #eb6626;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li:last-of-type a {
    border-bottom: unset;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li:last-of-type a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li > a {
    padding: 7px 20px 7px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    background: #fff;
    color: #666666;
    border-radius: 5px;
}

.bottom-header-info .col-menu-trigger .menu_items > ul ul.sub_menu li > a:hover {
    background: #f7f7f7;
    color: #eb6626;
}

.bottom-header-info .col-menu-trigger .menu_items > ul li:hover ul.sub_menu {
    display: block;
}

.bottom-header-info .col-menu-trigger .menu_items > ul > li > a {
    padding: 10px 20px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    background: #fff;
    color: #666666;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.bottom-header-info .col-menu-trigger .menu_items > ul > li > a i {
    position: absolute;
    top: 15px;
    font-size: 13px;
    right: 15px;
    color: #eb6626;
}

.bottom-header-info .col-menu-trigger .menu_items > ul > li > a img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    opacity: 0.7;
}

.bottom-header-info .col-menu-trigger .menu_items > ul > li > a:hover {
    background: #f7f7f7;
    color: #1c1c1c;
}

.bottom-header-info .col-menu-trigger .menu_items > ul > li > a:hover img {
    opacity: 1;
}

.bottom-header-info .col-menu-trigger .menu_items > ul > li:last-of-type a {
    border-bottom: unset;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bottom-header-info .col-menu-trigger .menu-trigger {
    display: inline-block;
    background: #eb6626;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.bottom-header-info .col-menu-trigger .menu-trigger span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 40px;
}

.bottom-header-info .col-menu-trigger .menu-bottom-header {
    display: inline-block;
    padding-left: 30px;
}

@media screen and (max-width: 992px) {
    .bottom-header-info .col-menu-trigger .menu-bottom-header {
        display: none;
    }
}

.bottom-header-info .col-menu-trigger .menu-bottom-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-header-info .col-menu-trigger .menu-bottom-header ul li {
    margin-right: 25px;
}

.bottom-header-info .col-menu-trigger .menu-bottom-header ul li:last-of-type {
    margin-right: 0;
}

.bottom-header-info .col-menu-trigger .menu-bottom-header ul li a {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 500;
}

.bottom-header-info .col-menu-trigger .menu-bottom-header ul li a:hover {
    color: #eb6626;
}

.bottom-header-info .col-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    position: relative;
}

@media screen and (max-width: 767px) {
    .bottom-header-info .col-search {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}

.bottom-header-info .col-search .search-button {
    display: inline-block;
    position: absolute;
    top: 0;
    padding: 10px 15px;
    cursor: pointer;
    right: 10px;
}

@media screen and (max-width: 767px) {
    .bottom-header-info .col-search .search-button {
        top: -3px;
        right: 11px;
    }
}

.bottom-header-info .col-search .search-button i {
    font-size: 16px;
    color: #1c1c1c;
}

.bottom-header-info .col-search .woocommerce-product-search {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .bottom-header-info .col-search .woocommerce-product-search {
        width: 100%;
    }
}

.bottom-header-info .col-search .woocommerce-product-search input[type="search"] {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #E4E4E4;
    font-size: 14px;
    padding: 10px;
    padding-right: 80px;
    border-radius: 6px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #1c1c1c;
}

@media screen and (max-width: 767px) {
    .bottom-header-info .col-search .woocommerce-product-search input[type="search"] {
        width: 100%;
        padding: 7px 10px;
    }
}

.bottom-header-info .col-search .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #1c1c1c;
    font-weight: 400;
}

.bottom-header-info .col-search .woocommerce-product-search input[type="search"]:-ms-input-placeholder {
    color: #1c1c1c;
    font-weight: 400;
}

.bottom-header-info .col-search .woocommerce-product-search input[type="search"]::-ms-input-placeholder {
    color: #1c1c1c;
    font-weight: 400;
}

.bottom-header-info .col-search .woocommerce-product-search input[type="search"]::placeholder {
    color: #1c1c1c;
    font-weight: 400;
}

.bottom-header-info .col-search .woocommerce-product-search input[type="search"]:focus {
    outline: unset !important;
    border-color: #1a456f;
}

.bottom-header-info .col-search .woocommerce-product-search button[type="submit"] {
    display: none;
}

.banners .owl-banner-home .item {
    position: relative;
}

.banners .owl-banner-home .item .banner-content {
    height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    padding-right: 150px;
}

.banners .owl-banner-home .item .banner-content .wrapper-banner-content {
    z-index: 2;
    position: relative;
}

.banners .owl-banner-home .item .banner-content .wrapper-banner-content h2 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
}

@media screen and (max-width: 767px) {
    .banners .owl-banner-home .item .banner-content .wrapper-banner-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.banners .owl-banner-home .item .banner-content .wrapper-banner-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 35px;
}

@media screen and (max-width: 767px) {
    .banners .owl-banner-home .item .banner-content .wrapper-banner-content h4 {
        font-size: 14px;
        line-height: 26px;
    }
}

.banners .owl-banner-home .item .banner-content .wrapper-banner-content .btn-banner {
    background: #fff !important;
    font-size: 14px !important;
    margin: 15px 0 0;
    border-radius: 3px !important;
    padding: 11px 20px !important;
    color: #1c1c1c !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.banners .owl-banner-home .item .banner-content .wrapper-banner-content .btn-banner i {
    font-size: 12px;
    margin-left: 7px;
}

.banners .owl-banner-home .item .banner-content .wrapper-banner-content .btn-banner:hover {
    background: #eb6626 !important;
    color: #fff !important;
}

.banners .owl-banner-home .item .banner-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .banners .owl-banner-home .item .banner-content-overlay {
        background: rgba(0, 0, 0, 0.4);
    }
}

.banners .owl-banner-home .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
}

.banners .owl-banner-home .owl-dots button.owl-dot {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.banners .owl-banner-home .owl-dots button.owl-dot:hover span, .banners .owl-banner-home .owl-dots button.owl-dot.active span {
    background: #eb6626;
}

.banners .owl-banner-home .owl-dots button.owl-dot span {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 8px;
    height: 8px;
}

.banners .owl-banner-home .owl-dots button.owl-dot.active span {
    width: 25px;
}

.featured_cats {
    padding: 70px 0 65px;
}

.featured_cats .featured_cats_listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .featured_cats .featured_cats_listing {
        padding-bottom: 0;
    }
}

.featured_cats .featured_cats_listing .featured_cat {
    position: relative;
}

@media screen and (max-width: 767px) {
    .featured_cats .featured_cats_listing .featured_cat {
        margin: 0 0 40px;
        min-width: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .featured_cats .featured_cats_listing .featured_cat {
        margin: 0 50px 35px 0;
    }
}

.featured_cats .featured_cats_listing .featured_cat::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -41px;
    width: 30%;
    height: 1px;
    background: #E4E4E4;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    left: 35%;
}

@media screen and (max-width: 992px) {
    .featured_cats .featured_cats_listing .featured_cat::before {
        content: unset;
    }
}

.featured_cats .featured_cats_listing .featured_cat:hover::before {
    width: 100%;
    background: #eb6626;
    height: 2px;
    left: 0;
}

.featured_cats .featured_cats_listing .featured_cat:hover h4 {
    color: #eb6626;
}

.featured_cats .featured_cats_listing .featured_cat a {
    display: block;
    text-align: center;
}

.featured_cats .featured_cats_listing .featured_cat a img {
    width: 45px;
    height: 45px;
    margin: 0 auto 20px;
}

.featured_cats .featured_cats_listing .featured_cat a h4 {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 400;
    margin: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.featured_products {
    padding: 0 0 30px;
}

.featured_products .title_featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px;
}

.featured_products .title_featured h4 {
    font-size: 21px;
    font-weight: 500;
}

.featured_products .title_featured a {
    display: inline-block;
    color: #1c1c1c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.featured_products .title_featured a:hover i {
    border-color: #eb6626;
}

.featured_products .title_featured a i {
    font-size: 12px;
    border: 2px solid transparent;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 100%;
    -webkit-transition: border-top-color .15s linear, border-right-color .15s linear .1s, border-bottom-color .15s linear .2s;
    transition: border-top-color .15s linear, border-right-color .15s linear .1s, border-bottom-color .15s linear .2s;
}

.featured_products .title_featured a:hover {
    color: #eb6626;
}

.featured_products .featured_products ul.products li.product {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .featured_products .featured_products_col ul.products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 993px) {
    .featured_products .featured_products_col ul.products li.product {
        margin: 0 0 30px;
        width: 23% !important;
        margin-right: 2% !important;
    }
}

@media screen and (max-width: 992px) {
    .featured_products .featured_products_col ul.products li.product {
        margin: 0 0 30px;
        width: 48% !important;
        margin-right: 4% !important;
    }
}

@media screen and (max-width: 992px) {
    .featured_products .featured_products_col ul.products li.product:nth-of-type(even) {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    ul.products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

ul.products li.product {
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 3px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 10px 3px;
    text-align: left !important;
    padding: 0 0 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 5px;
    position: relative;
    margin: 0 0 35px !important;
}

ul.products li.product:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

ul.products li.product.last {
    margin-right: 0 !important;
}

@media screen and (max-width: 992px) {
    ul.products li.product.last {
        margin-right: 4% !important;
    }
}

@media screen and (max-width: 992px) {
    ul.products li.product {
        margin: 0 0 30px;
        width: 48% !important;
        margin-right: 4% !important;
    }
}

@media screen and (max-width: 992px) {
    ul.products li.product:nth-of-type(even) {
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 993px) {
    ul.products li.product {
        width: 31.6% !important;
        margin-right: 2.5% !important;
    }
}

ul.products li.product a.woocommerce-loop-product__link img {
    margin: 0;
    padding: 20px;
}

ul.products li.product .product_info_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 56px;
}

@media screen and (max-width: 1199px) {
    ul.products li.product .product_info_wrapper {
        min-height: initial;
    }
}

@media screen and (max-width: 1199px) {
    ul.products li.product .product_info_wrapper {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 1199px) {
    ul.products li.product .product_info_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

ul.products li.product .product_info_wrapper span {
    display: block;
}

ul.products li.product .product_info_wrapper .product_cats {
    padding: 20px 0 0 12px;
    display: inline-block;
}

@media screen and (max-width: 1199px) {
    ul.products li.product .product_info_wrapper .product_cats {
        padding: 0 0 0 12px;
    }
}

ul.products li.product .product_info_wrapper .product_cats span {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 18px;
}

@media screen and (max-width: 1199px) {
    ul.products li.product .product_info_wrapper .product_cats span {
        font-size: 10px;
        line-height: 15px;
    }
}

ul.products li.product .product_info_wrapper .product_cats span:last-of-type .separator {
    display: none;
}

ul.products li.product .product_info_wrapper .product_brand {
    text-align: right;
    padding: 20px 12px 0 0;
    display: inline-block;
}

@media screen and (max-width: 1199px) {
    ul.products li.product .product_info_wrapper .product_brand {
        text-align: left;
        padding: 5px 5px 0 12px;
    }
}

ul.products li.product .product_info_wrapper .product_brand span {
    color: #1a456f;
    font-size: 12px;
    line-height: 18px;
}

@media screen and (max-width: 1199px) {
    ul.products li.product .product_info_wrapper .product_brand span {
        font-size: 10px;
        line-height: 15px;
    }
}

ul.products li.product .onsale {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    font-weight: 500;
    color: #1c1c1c;
    padding: 4px 10px;
    border-color: #1c1c1c;
    border-radius: 0;
}

ul.products li.product h2 {
    padding: 8px 10px 0 12px;
    font-size: 14px !important;
    margin: 0 !important;
    min-height: 45px;
}

@media screen and (max-width: 767px) {
    ul.products li.product h2 {
        margin: 0 0 20px !important;
    }
}

ul.products li.product span.price {
    padding-left: 12px;
    font-size: 14px;
    margin: 6px 0 0;
    color: #eb6626;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 767px) {
    ul.products li.product span.price {
        font-size: 13px;
    }
}

ul.products li.product span.price del {
    opacity: 0.3;
    color: #1c1c1c;
    font-weight: 500;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

ul.products li.product span.price ins {
    margin: 0;
    font-weight: 500;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 5px;
}

ul.products li.product .button {
    display: none;
}

.featured_info {
    padding: 0 0 70px;
}

@media screen and (max-width: 767px) {
    .featured_info {
        padding: 0 0 30px;
    }
}

.featured_info .col-featured-home .featured_home_wrapper {
    background: url("/wp-content/uploads/2022/04/fake-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 10px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .featured_info .col-featured-home .featured_home_wrapper {
        margin: 0 0 30px;
    }
}

.featured_info .col-featured-home .featured_home_wrapper:hover span.featured_sub_info {
    background: #1a456f;
    color: #fff;
    border-color: #1a456f;
}

.featured_info .col-featured-home .featured_home_wrapper span.featured_sub_info {
    max-width: 30%;
    border: 1px solid #eb6626;
    text-align: center;
    font-size: 13px;
    background: #eb6626;
    padding: 5px 0;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 9;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .featured_info .col-featured-home .featured_home_wrapper span.featured_sub_info {
        width: 50%;
    }
}

.featured_info .col-featured-home .featured_home_wrapper h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    z-index: 9;
}

.featured_info .col-featured-home .featured_home_wrapper a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    z-index: 9;
}

.featured_info .col-featured-home .featured_home_wrapper a i {
    font-size: 13px;
    color: #eb6626;
    margin-left: 3px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.featured_info .col-featured-home .featured_home_wrapper a:hover {
    text-decoration: unset;
}

.featured_info .col-featured-home .featured_home_wrapper a:hover i {
    margin-left: 6px;
}

.featured_info .col-featured-home .featured_home_wrapper .featured_home_wrapper_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 69, 111, 0.6);
}

.featured_products_recent .featured_products ul.products li.product {
    margin: 0 0 35px;
}

.about_us {
    padding: 0 0 60px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .about_us .col-about_us-img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .about_us .col-about_us-intro {
        margin: 0 0 30px;
    }
}

.about_us .col-about_us-intro h3 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 500;
    color: #1c1c1c;
}

.about_us .col-about_us-intro .about_us-intro-text {
    margin: 0 0 20px;
}

.about_us .col-about_us-intro .about_us-intro-text p {
    font-size: 13px;
    margin: 0 0 10px;
    color: #1c1c1c;
}

.about_us .col-about_us-intro .about_us-intro-text p:last-of-type {
    margin: 0;
}

.about_us .col-info-items {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about_us .col-info-items ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
}

.about_us .col-info-items ul li {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 20px;
}

@media screen and (max-width: 767px) {
    .about_us .col-info-items ul li {
        padding: 20px 0;
    }
}

.about_us .col-info-items ul li .col-info-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_us .col-info-items ul li .col-info-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_us .col-info-items ul li .col-info-number h5 {
    font-size: 20px;
    font-weight: 500;
    color: #1a456f;
    margin: 0;
}

.about_us .col-info-items ul li .col-info-info h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #1c1c1c;
}

.about_us .col-info-items ul li .col-info-info .sub_title_info p {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #666666;
}

.brands {
    padding: 40px 0 30px;
    border-top: 1px solid #ddd;
}

.brands.brands_about_us {
    border-top: unset;
}

.brands .owl-brands .item img {
    width: 150px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .brands .owl-brands .item img {
        width: 125px;
    }
}

.brands .owl-brands .owl-dots {
    margin: 25px 0 0 !important;
    width: 100%;
}

.brands .owl-brands .owl-dots button.owl-dot {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.brands .owl-brands .owl-dots button.owl-dot:hover span, .brands .owl-brands .owl-dots button.owl-dot.active span {
    background: #eb6626;
}

.brands .owl-brands .owl-dots button.owl-dot span {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 8px;
    height: 8px;
}

.brands .owl-brands .owl-dots button.owl-dot.active span {
    width: 25px;
}

.newsletter {
    background: #1a456f;
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
    .newsletter {
        padding: 30px 0;
    }
}

.newsletter .col-newsletter-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .newsletter .col-newsletter-intro {
        margin: 0 0 30px;
    }
}

.newsletter .col-newsletter-intro i {
    color: #fff;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .newsletter .col-newsletter-intro i {
        font-size: 26px;
    }
}

@media screen and (max-width: 1199px) {
    .newsletter .col-newsletter-intro i {
        font-size: 28px;
    }
}

.newsletter .col-newsletter-intro .intro_newsletter h5 {
    color: #fff;
    margin: 0 0 5px;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .newsletter .col-newsletter-intro .intro_newsletter h5 {
        font-size: 16px;
    }
}

.newsletter .col-newsletter-intro .intro_newsletter h6 {
    color: #d7d7d7;
    margin: 0;
    font-size: 13px;
}

@media screen and (max-width: 1199px) {
    .newsletter .col-newsletter-intro .intro_newsletter h6 {
        font-size: 12px;
    }
}

.newsletter .col-newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .newsletter .col-newsletter-form {
        margin: 0 0 30px;
    }
}

.newsletter .col-newsletter-form form {
    margin: 0;
    width: 100%;
}

.newsletter .col-newsletter-form form input[type="text"] {
    padding: 10px 15px;
    background: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    font-size: 14px;
    width: 55%;
    color: #1c1c1c;
    border-radius: 5px;
}

.newsletter .col-newsletter-form form input[type="text"]::-webkit-input-placeholder {
    color: #1c1c1c;
    opacity: 0.9;
}

.newsletter .col-newsletter-form form input[type="text"]:-ms-input-placeholder {
    color: #1c1c1c;
    opacity: 0.9;
}

.newsletter .col-newsletter-form form input[type="text"]::-ms-input-placeholder {
    color: #1c1c1c;
    opacity: 0.9;
}

.newsletter .col-newsletter-form form input[type="text"]::placeholder {
    color: #1c1c1c;
    opacity: 0.9;
}

.newsletter .col-newsletter-form form input[type="submit"] {
    border: 2px solid #eb6626 !important;
    border-radius: 5px !important;
    padding: 9px 35px !important;
    -webkit-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: #eb6626 !important;
    font-size: 14px !important;
    margin-left: 8px;
}

.newsletter .col-newsletter-form form input[type="submit"]:hover {
    background: transparent !important;
    color: #fff !important;
}

.newsletter .col-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsletter .col-socials .socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.newsletter .col-socials .socials ul li {
    margin-right: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .newsletter .col-socials .socials ul li {
        margin-right: 10px;
    }
}

.newsletter .col-socials .socials ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: transparent;
    padding: 10px;
    border-radius: 100%;
    border: 2px solid rgba(196, 196, 196, 0.57);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media screen and (max-width: 767px) {
    .newsletter .col-socials .socials ul li a {
        padding: 8px;
    }
}

.newsletter .col-socials .socials ul li a:hover {
    background: #fff;
    border-color: #fff;
}

.newsletter .col-socials .socials ul li a:hover i {
    color: #1a456f;
}

.newsletter .col-socials .socials ul li a i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .newsletter .col-socials .socials ul li a i {
        font-size: 15px;
        width: 15px;
        height: 15px;
    }
}

footer.site-footer {
    padding: 60px 0 50px;
    background-color: #f1f3f8;
}

@media screen and (max-width: 767px) {
    footer.site-footer {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-footer-menu {
        margin: 0 0 30px;
    }
}

footer.site-footer .col-footer-menu h4 {
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-footer-menu h4 {
        font-size: 16px;
    }
}

footer.site-footer .col-footer-menu ul.contacts {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

footer.site-footer .col-footer-menu ul.contacts li {
    margin: 0 0 4px;
}

footer.site-footer .col-footer-menu ul.contacts li a {
    text-decoration: unset;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-footer-menu ul.contacts li a {
        font-size: 13px;
    }
}

footer.site-footer .col-footer-menu ul.contacts li a i {
    font-size: 15px;
    color: #1a456f;
    margin-right: 5px;
}

footer.site-footer .col-footer-menu ul.contacts li a:hover {
    text-decoration: unset;
    color: #1a456f;
}

footer.site-footer .col-footer-menu ul.menu {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

footer.site-footer .col-footer-menu ul.menu li {
    margin: 0 0 4px;
}

footer.site-footer .col-footer-menu ul.menu li a {
    text-decoration: unset;
    font-size: 14px;
    color: #1c1c1c;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-footer-menu ul.menu li a {
        font-size: 13px;
    }
}

footer.site-footer .col-footer-menu ul.menu li a:hover {
    text-decoration: underline;
}

footer.site-footer .col-footer-menu .wrapper_scoring {
    margin: 20px 0 -10px;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-footer-menu .wrapper_scoring {
        margin: 30px 0 -10px;
    }
}

footer.site-footer .col-footer-menu .wrapper_scoring img {
    width: 125px;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-footer-menu .wrapper_scoring img {
        width: 100px;
    }
}

footer.site-footer .col-info-footer {
    margin: 50px 0 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 35px;
    padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-info-footer {
        margin: 10px 0 0;
    }
}

footer.site-footer .col-info-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer.site-footer .col-info-footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-info-footer ul li {
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-info-footer ul li:last-of-type {
        margin: 0;
    }
}

footer.site-footer .col-info-footer ul li i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 32px;
    color: #1a456f;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-info-footer ul li i {
        font-size: 26px;
        min-width: 35px;
    }
}

footer.site-footer .col-info-footer ul li .info_content h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-info-footer ul li .info_content h4 {
        font-size: 14px;
    }
}

footer.site-footer .col-info-footer ul li .info_content h5 {
    margin: 0;
    font-size: 14px;
    color: #666666;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-info-footer ul li .info_content h5 {
        font-size: 13px;
    }
}

footer.site-footer .col-copyright {
    margin: 30px 0 0;
}

footer.site-footer .col-copyright h6 {
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    footer.site-footer .col-copyright h6 {
        font-size: 11px;
        line-height: 17px;
    }
}

footer.site-footer .col-copyright h6 a {
    font-weight: 500;
    color: #eb6626 !important;
}

footer.site-footer .col-copyright h6 a:hover {
    text-decoration: underline;
}

.woocommerce-products-header {
    padding: 35px 0 !important;
    margin: 0 0 50px !important;
    background: #f1f3f8;
}

.woocommerce-products-header h1 {
    font-size: 32px !important;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .woocommerce-products-header h1 {
        font-size: 24px !important;
        text-align: center;
    }
}

.woocommerce-products-header .product_cat_path ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce-products-header .product_cat_path ul li {
    font-size: 14px;
    color: #1c1c1c;
    margin-left: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .woocommerce-products-header .product_cat_path ul li {
        font-size: 13px !important;
    }
}

.woocommerce-products-header .product_cat_path ul li a {
    font-size: 14px;
    color: #eb6626;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .woocommerce-products-header .product_cat_path ul li a {
        font-size: 13px !important;
    }
}

.woocommerce-products-header .product_cat_path ul li a:hover {
    text-decoration: underline;
}

.shop_wrapper .col-products-content ul.products li.product.last {
    margin-right: 0 !important;
}

@media screen and (max-width: 992px) {
    .shop_wrapper .col-products-content ul.products li.product.last {
        margin-right: 4% !important;
    }
}

@media screen and (max-width: 992px) {
    .shop_wrapper .col-products-content ul.products li.product:nth-of-type(even) {
        margin-right: 0 !important;
    }
}

.shop_wrapper .storefront-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.shop_wrapper .storefront-sorting:last-of-type .woocommerce-pagination {
    width: 100%;
}

.shop_wrapper .storefront-sorting:last-of-type .woocommerce-ordering, .shop_wrapper .storefront-sorting:last-of-type .woocommerce-result-count {
    display: none;
}

@media screen and (max-width: 992px) {
    .shop_wrapper .storefront-sorting {
        margin: 0 0 50px !important;
    }
}

.shop_wrapper .storefront-sorting .woocommerce-ordering select {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #E4E4E4;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #1c1c1c;
}

.shop_wrapper .storefront-sorting .woocommerce-ordering select:focus {
    outline: unset !important;
    border-color: #1a456f;
}

.shop_wrapper .storefront-sorting .woocommerce-result-count {
    margin: 0;
    padding: 0;
    position: relative;
    top: 13px;
    font-size: 12px;
    color: #1c1c1c;
}

.shop_wrapper .storefront-sorting .woocommerce-pagination {
    float: unset !important;
    border: unset !important;
}

@media screen and (max-width: 992px) {
    .shop_wrapper .storefront-sorting .woocommerce-pagination {
        padding: 0 !important;
    }
}

.lmp_load_more_button .lmp_button {
    border: 2px solid #eb6626 !important;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    background: #eb6626 !important;
    color: #fff !important;
    font-weight: 400 !important;
    -webkit-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    margin: 0 0 50px !important;
    font-size: 15px !important;
}

.shop_wrapper .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    background: #1a456f !important;
    border-color: #1a456f !important;
    color: #fff !important;
}

.shop_wrapper .storefront-sorting .woocommerce-pagination .blockUI {
    border-radius: 5px !important;
}

.shop_wrapper .col-products-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (max-width: 767px) {
    .shop_wrapper .col-products-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.shop_wrapper .col-cats_filter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 767px) {
    .shop_wrapper .col-cats_filter {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.shop_wrapper .col-cats_filter .cats_filter h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 30px;
    color: #1c1c1c;
    position: relative;
}

.shop_wrapper .col-cats_filter .cats_filter h3::before {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    position: absolute;
    bottom: -7px;
    background: #eb6626;
}

.shop_wrapper .col-cats_filter .cats_filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop_wrapper .col-cats_filter .cats_filter ul li {
    margin: 0 0 12px;
    position: relative;
}

.shop_wrapper .col-cats_filter .cats_filter ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 13px;
    border-radius: 5px;
    background: #f7f7f7;
    color: #1c1c1c;
    font-size: 13px;
    text-transform: uppercase;
}

.shop_wrapper .col-cats_filter .cats_filter ul li > a.active, .shop_wrapper .col-cats_filter .cats_filter ul li > a:hover {
    background: #e0e0e0;
    color: #eb6626;
}

.shop_wrapper .col-cats_filter .cats_filter ul li .trigger_sub_menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    cursor: pointer;
}

.shop_wrapper .col-cats_filter .cats_filter ul li .trigger_sub_menu i {
    font-size: 12px;
    color: #1c1c1c;
}

.shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu {
    padding-left: 10px;
    margin: 15px 0 20px;
    display: none;
}

.shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu.active {
    display: block;
}

.shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu .sub_child_menu {
    margin: 10px 0 20px;
    padding-left: 10px;
    display: none;
}

.shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu .sub_child_menu.active, .shop_wrapper .col-cats_filter .cats_filter ul li ul.sub_menu .sub_child_menu.active_sub {
    display: block;
}

.shop_wrapper .col-cats_filter .cats_filter ul li ul li {
    position: relative;
}

.shop_wrapper .col-cats_filter .cats_filter ul li ul li .triggersub_child_menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    cursor: pointer;
}

.shop_wrapper .col-cats_filter .cats_filter ul li ul li .triggersub_child_menu i {
    font-size: 12px;
    color: #1c1c1c;
}

.shop_wrapper .col-cats_filter .product_filters {
    margin: 25px 0 25px;
    border: 2px solid #E4E4E4;
    border-radius: 5px;
    padding: 20px 15px;
}

.shop_wrapper .col-cats_filter .product_filters form {
    margin: 0;
}

.shop_wrapper .col-cats_filter .product_filters h4 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #1c1c1c;
}

.shop_wrapper .col-cats_filter .product_filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop_wrapper .col-cats_filter .product_filters ul.brands_filter {
    max-height: 300px;
    overflow: auto;
}

.shop_wrapper .col-cats_filter .product_filters ul.brands_filter li {
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.shop_wrapper .col-cats_filter .product_filters ul li label {
    font-size: 13px;
    color: #1c1c1c;
    cursor: pointer;
}

.shop_wrapper .col-cats_filter .product_filters ul li input:focus {
    outline: none;
}

.shop_wrapper .col-cats_filter .product_filters .price-range {
    margin: 25px 0 0;
}

.shop_wrapper .col-cats_filter .product_filters .price-range h4 {
    font-size: 16px;
    margin: 0 0 22px;
    font-weight: 500;
    color: #1c1c1c;
}

.shop_wrapper .col-cats_filter .product_filters .price-range #amount {
    margin: 10px 0 30px;
}

.shop_wrapper .col-cats_filter .product_filters .price-range #slider-range {
    border: unset;
    border-color: #e5e5e5;
    height: 4px;
    background: #e5e5e5;
    width: 75%;
}

.shop_wrapper .col-cats_filter .product_filters .price-range #slider-range .ui-slider-range {
    background: #000;
}

.shop_wrapper .col-cats_filter .product_filters .price-range #slider-range .ui-slider-handle {
    position: absolute;
    top: 1px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 1em;
    cursor: ew-resize;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -5px;
    margin-left: auto;
    opacity: 1;
    border: 2px solid black;
}

.shop_wrapper .col-cats_filter .product_filters .price-range #slider-range .ui-slider-handle:focus {
    outline: unset;
    border-color: #eb6626;
}

.shop_wrapper .col-cats_filter .product_filters .form_footer input[type="submit"] {
    padding: 10px 35px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #eb6626;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
}

.shop_wrapper .col-cats_filter .product_filters .form_footer input[type="submit"]:hover {
    background: #eb6626;
    color: #fff;
}

.single-product .woocommerce .woocommerce-info:last-of-type {
    margin: 0;
}

.single-product .content-area {
    padding: 60px 0 0;
}

.single-product #primary, .single-product #main {
    margin-bottom: 0 !important;
}

.single-product .storefront-sticky-add-to-cart {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .single-product .product {
        padding: 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .single-product .product .woocommerce-product-gallery {
        width: 43.13% !important;
        margin-right: 2% !important;
        margin-bottom: 30px !important;
    }

    .single-product .product .summary {
        width: 54.522% !important;
    }
}

.single-product .product .onsale {
    position: absolute;
    top: 15px;
    left: 44%;
    background: #353535;
    font-size: 9px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 999;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .single-product .product .onsale {
        left: 42%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .single-product .product .onsale {
        left: 39%;
    }
}

@media screen and (max-width: 768px) {
    .single-product .product .onsale {
        left: 2%;
    }
}

.single-product .product .storefront-product-pagination {
    display: none !important;
}

.single-product .product .summary .product_meta span {
    color: #1c1c1c;
    font-weight: 400;
    font-size: 13px;
}

.single-product .product .summary .product_meta .posted_in {
    display: none;
}

.single-product .product .summary .edit-link {
    display: none !important;
}

.single-product .product .summary .product_sku {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .product_sku {
        font-size: 12px;
    }
}

.single-product .product .summary h1 {
    font-size: 26px;
    line-height: 32px !important;
    font-weight: 500;
    line-height: 38px;
    color: #1c1c1c;
    margin: 0;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary h1 {
        font-size: 22px;
        line-height: 30px !important;
        margin: 0 0 15px;
    }
}

.single-product .product .summary .on_sale_single_product_info {
    display: block;
    margin: 0 0 15px;
    color: #1a456f;
    font-weight: 500;
    font-size: 14px;
}

.single-product .product .summary .price {
    margin: 7px 0 20px;
}

.single-product .product .summary .price span {
    font-size: 18px;
    font-weight: 500;
    color: #1a456f;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .price span {
        font-size: 21px;
    }
}

.single-product .product .summary .select-styled {
    display: none !important;
}

.single-product .product .summary .variations_form {
    padding: 0;
}

.single-product .product .summary .single_variation_wrap .woocommerce-variation-availability {
    display: none !important;
}

.single-product .product .summary .variations {
    margin: 10px 0 0;
}

.single-product .product .summary .variations .reset_variations {
    display: none !important;
}

.single-product .product .summary .variations tbody tr td {
    float: left;
}

.single-product .product .summary .variations tbody tr td.label {
    position: relative;
    top: 8px;
}

.single-product .product .summary .variations tbody tr td.value {
    margin-left: 10px;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .variations tbody tr td.value {
        margin: 7px 0 0;
    }
}

.single-product .product .summary .variations tbody tr td.value select {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid rgba(129, 129, 129, 0.2);
    padding: 6px 55px 6px 10px;
    max-width: 260px;
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 13px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .variations tbody tr td.value select {
        font-size: 13px;
    }
}

.single-product .product .summary .variations tbody tr td.value select::-ms-expand {
    display: none;
}

.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: unset;
}

.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li:hover {
    -webkit-box-shadow: 0 0 0 2px #1a456f !important;
    box-shadow: 0 0 0 2px #1a456f !important;
}

.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li.selected {
    -webkit-box-shadow: 0 0 0 2px #1a456f !important;
    box-shadow: 0 0 0 2px #1a456f !important;
}

.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li .variable-item-contents {
    border-radius: unset;
}

.single-product .product .summary .variations .variable-items-wrapper.image-variable-wrapper li .variable-item-contents img {
    border-radius: unset;
}

.single-product .product .summary .variations .variable-items-wrapper.button-variable-wrapper li {
    background-color: #F2F2F2 !important;
    border-radius: 25px;
    padding: 8px 11px;
    height: auto;
    margin-right: 12px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.single-product .product .summary .variations .variable-items-wrapper.button-variable-wrapper li span {
    text-transform: uppercase;
    color: #1c1c1c !important;
    font-size: 13px;
    font-weight: 400;
}

.single-product .product .summary .variations .variable-items-wrapper.button-variable-wrapper li:hover {
    -webkit-box-shadow: 0 0 0 2px #1a456f !important;
    box-shadow: 0 0 0 2px #1a456f !important;
}

.single-product .product .summary .variations .variable-items-wrapper.button-variable-wrapper li.selected {
    -webkit-box-shadow: 0 0 0 2px #1a456f !important;
    box-shadow: 0 0 0 2px #1a456f !important;
}

.single-product .product .summary .variations tbody tr {
    display: table;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .variations tbody tr {
        display: -ms-grid;
        display: grid;
    }
}

.single-product .product .summary .variations tbody tr td.label label {
    font-size: 13px;
    font-weight: 500;
    color: #1c1c1c;
    text-transform: uppercase;
    margin: 0 0 10px;
    min-width: 100px;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .variations tbody tr td.label label {
        font-size: 13px;
    }
}

.single-product .product .summary .variations tbody tr td.label .woo-selected-variation-item-name {
    display: none !important;
}

.single-product .product .summary .quantity {
    position: relative;
}

.single-product .product .summary .quantity input {
    padding: 10px;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #EBEBEB;
    border-radius: 5px;
}

.single-product .product .summary .single_add_to_cart_button {
    background: #eb6626;
    width: 80%;
    padding: 12px 0px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 15px;
}

.single-product .product .summary .single_add_to_cart_button:hover {
    background: #d95f24;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .single_add_to_cart_button {
        width: 70%;
    }
}

.single-product .product .summary .single_add_to_cart_button i {
    margin-right: 10px;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .single_add_to_cart_button i {
        font-size: 13px;
        margin-right: 2px;
    }
}

.single-product .product .summary .add_to_favs {
    margin: 30px 0 0;
}

.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a {
    text-decoration: underline;
    color: #1c1c1c !important;
}

.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse .feedback, .single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a {
    color: #1a456f;
    font-size: 14px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse .feedback:hover, .single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a:hover {
    text-decoration: none;
    color: #1a456f;
}

.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse .feedback i, .single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a i {
    color: #1a456f;
    margin-right: 5px;
}

.single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse .feedback i::before, .single-product .product .summary .add_to_favs .yith-wcwl-wishlistexistsbrowse a i::before {
    -webkit-filter: unset;
    filter: unset;
}

.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist {
    display: inline-block;
}

.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    display: inline-block;
}

.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    color: #1c1c1c;
    font-size: 14px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
    text-decoration: none;
    color: #1a456f;
}

.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    color: #1a456f;
    margin-right: 5px;
}

.single-product .product .summary .add_to_favs .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i::before {
    -webkit-filter: unset;
    filter: unset;
}

.single-product .product .summary .info_product {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .info_product {
        margin: 35px 0 30px;
    }
}

.single-product .product .summary .info_product li {
    margin-bottom: 15px;
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 400;
}

.single-product .product .summary .info_product li i {
    color: #1a456f;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 992px) {
    .single-product .product .summary .info_product li {
        font-size: 13px;
    }
}

.single-product .product .summary .info_product li span {
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-left: 24px;
}

@media screen and (max-width: 1199px) {
    .single-product .product .summary .info_product li span {
        margin-left: 0;
        font-size: 13px;
    }
}

.single-product .product .summary .share_icons {
    margin-top: 20px;
}

.single-product .product .summary .share_icons a {
    background: #000000;
    padding: 8px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-right: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-product .product .summary .share_icons a i {
    font-size: 13px;
    width: 13px;
    height: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #fff;
}

.single-product .product .summary .share_icons a:hover {
    text-decoration: none;
    background: #1a456f;
}

.single-product .product .summary .variations_button {
    padding-top: 25px;
}

.single-product .product .summary .discount_table_single {
    margin: 25px 0 0;
    width: 65%;
}

.single-product .product .summary .discount_table_single thead tr th {
    padding: 12px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #1a456f;
    line-height: 18px;
}

.single-product .product .summary .discount_table_single tbody tr:nth-child(2n) td {
    background-color: #eaeaea;
}

.single-product .product .summary .discount_table_single tbody tr td {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #1c1c1c;
}

.single-product .product .summary .cart {
    padding: 0;
    margin: 0;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist {
    margin: 20px 0 30px;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    text-decoration: underline;
    color: #1c1c1c !important;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    color: #1a456f;
    font-size: 14px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback:hover, .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    text-decoration: none;
    color: #1a456f;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i, .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i {
    color: #1a456f;
    margin-right: 5px;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i::before, .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i::before {
    -webkit-filter: unset;
    filter: unset;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    color: #1c1c1c;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #eb6626;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
    color: #eb6626;
}

.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    margin-right: 2px;
    color: #eb6626;
}

.single-product .product .woocommerce-tabs {
    padding-top: 0;
}

.single-product .product .woocommerce-tabs .wc-tabs {
    width: 100%;
    float: unset;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: none;
}

.single-product .product .woocommerce-tabs .wc-tabs li {
    border-bottom: none;
    margin-right: 10px;
    background: #fff;
    height: auto;
    position: relative;
}

@media screen and (max-width: 992px) {
    .single-product .product .woocommerce-tabs .wc-tabs li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center;
    }
}

.single-product .product .woocommerce-tabs .wc-tabs li.active {
    background: #1a456f;
}

.single-product .product .woocommerce-tabs .wc-tabs li.active::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid #1a456f;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 114%;
    right: 44%;
}

.single-product .product .woocommerce-tabs .wc-tabs li.active a {
    color: #fff;
}

.single-product .product .woocommerce-tabs .wc-tabs li::after {
    content: unset;
}

.single-product .product .woocommerce-tabs .wc-tabs li a {
    color: #1c1c1c;
    padding: 13px 17px;
    height: auto;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .single-product .product .woocommerce-tabs .wc-tabs li a {
        padding: 7px 20px;
        font-size: 13px;
    }
}

.single-product .product .woocommerce-tabs .wc-tabs li a:hover {
    text-decoration: none;
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
    width: 100%;
    float: unset;
    background: #E4E4E4;
    padding: 40px 20px;
    margin: 0;
}

@media screen and (max-width: 992px) {
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 20px 25px;
    }
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr th {
    color: #1c1c1c;
    font-size: 13px;
}

@media screen and (max-width: 992px) {
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr th {
        font-size: 13px;
    }
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td {
    font-size: 13px;
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td p {
    color: #1c1c1c;
    margin: 0;
    font-size: 13px;
}

@media screen and (max-width: 992px) {
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td p {
        font-size: 13px;
    }
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td a {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel tr td a {
        font-size: 13px;
    }
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description p {
    font-weight: 400;
    font-size: 13px;
    color: #383838;
}

@media screen and (max-width: 992px) {
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description p {
        font-size: 13px;
    }
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description p:last-of-type {
    margin: 0;
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel table {
    margin: 0;
}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}

.single-product .product .up-sells {
    margin-top: 15px;
}

.single-product .product .up-sells h2:first-of-type {
    text-align: left !important;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 22px;
    color: #1c1c1c;
}

@media screen and (max-width: 992px) {
    .single-product .product .up-sells h2:first-of-type {
        font-size: 18px;
        margin: 0 0 20px 10px;
    }
}

.single-product .product .up-sells ul.products {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.single-product .product .up-sells ul.products li.product.last {
    margin-right: 3.348% !important;
}

.single-product .related {
    margin-top: 15px;
}

.single-product .related h2 {
    padding: 0 15px;
    text-align: left !important;
    margin: 0 0 25px !important;
    font-weight: 500;
    font-size: 20px !important;
    color: #1c1c1c;
}

@media screen and (max-width: 992px) {
    .single-product .related h2 {
        font-size: 18px;
        margin: 0 0 20px 10px;
    }
}

.single-product .related ul.products {
    padding: 0 15px;
}

.site-main article .entry-header {
    display: none;
}

.checkout-process-pathing {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #0a0a0a;
    padding: 50px 0;
    margin-bottom: 35px !important;
}

@media screen and (max-width: 992px) {
    .checkout-process-pathing {
        padding: 25px 0;
    }
}

.checkout-process-pathing .col-process-path {
    text-align: center;
}

.checkout-process-pathing .col-process-path a, .checkout-process-pathing .col-process-path span {
    color: #b0b0b0 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .checkout-process-pathing .col-process-path a, .checkout-process-pathing .col-process-path span {
        display: none;
    }
}

.checkout-process-pathing .col-process-path a.active, .checkout-process-pathing .col-process-path span.active {
    color: #fff !important;
    border-bottom: 3px solid #eb6626;
}

@media screen and (max-width: 992px) {
    .checkout-process-pathing .col-process-path a.active, .checkout-process-pathing .col-process-path span.active {
        display: block;
        border-bottom: unset;
    }
}

.checkout-process-pathing .col-process-path a:hover {
    color: #fff !important;
}

.checkout-process-pathing .col-process-path span.separator {
    margin: 0 10px;
    font-size: 20px !important;
}

.container-texts p strong {
    font-weight: 500;
}

.woocommerce-cart .checkout-process-pathing {
    margin-top: -25px;
}

.woocommerce-cart .container-texts {
    margin-top: 25px;
}

.woocommerce-cart .return-to-shop .wc-backward {
    border: 2px solid #1a456f;
    border-radius: 5px;
    padding: 12px 35px;
    color: #1c1c1c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 500;
    color: #1c1c1c;
    background: transparent;
    font-size: 14px;
}

.woocommerce-cart .return-to-shop .wc-backward:hover {
    background: #1a456f;
    color: #fff;
}

.woocommerce-cart .entry-header {
    display: none;
}

.woocommerce-cart .entry-content {
    padding: 0 !important;
    border: unset !important;
}

.woocommerce-cart .woocommerce-cart-form {
    margin: 25px 0 50px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table {
    margin: 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th {
    background: unset;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #E4E4E4;
    padding: 15px 20px;
}

@media screen and (max-width: 1199px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table thead tr th {
        font-size: 12px;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
    border-bottom: 2px solid #E4E4E4;
    background: unset;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td {
    border-bottom: unset;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon {
        text-align: left;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon input {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    font-size: 14px;
    border: 2px solid #E4E4E4;
    padding: 7px 12px;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon input {
        font-size: 13px;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon input:focus {
    outline: unset;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon button.button {
    background: #1a456f;
    color: #fff;
    border: unset;
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td .coupon button.button {
        font-size: 11px;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td button.button {
    background: #E4E4E4;
    color: #1c1c1c;
    border: unset;
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-of-type td button.button {
        float: left;
        margin-bottom: 25px;
        width: 100%;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item td {
    vertical-align: middle;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-remove a.remove::before {
    content: "\f00d";
    color: #1c1c1c;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-remove a.remove {
        top: 7px;
        right: 5px;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-thumbnail {
        padding: 15px 0;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-thumbnail img {
    border-radius: unset;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-thumbnail img {
        max-width: 40%;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price {
    font-size: 13px;
    color: #eb6626;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price del {
    opacity: 0.3;
    color: #1c1c1c;
    font-weight: 500;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price ins {
    margin: 0;
    font-weight: 500;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 5px;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price {
        font-size: 13px;
        color: #1c1c1c;
        padding: 15px;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price span {
        font-size: 13px;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name {
    padding: 1.618em 0;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name {
        font-size: 13px;
        color: #1c1c1c;
        padding: 15px;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a {
    color: #1c1c1c;
    text-decoration: unset;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #1c1c1c;
    line-height: 22px;
    padding-right: 25px;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a {
        font-size: 13px;
        line-height: 18px;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a.tm-cart-edit-options {
    display: none;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a:hover {
    color: #3E3E42;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name .variation {
    padding: 10px 0 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name .variation dt {
    font-weight: 500;
    color: #1c1c1c;
    font-size: 13px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name .variation .tc-value p {
    color: #1a456f;
    font-size: 13px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal {
    font-size: 15px;
    color: #eb6626;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal {
        font-size: 13px;
        color: #1c1c1c;
        padding: 15px;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal span {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity {
        font-size: 13px;
        color: #1c1c1c;
        padding: 15px;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity {
    position: relative;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity {
        float: right;
    }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity input {
    width: 50px !important;
    padding: 7px;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #EBEBEB;
    border-radius: 5px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity input:focus {
    outline: none;
}

.woocommerce-cart .cart-collaterals {
    margin: 25px 0 50px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    float: unset !important;
    border: 2px solid #E4E4E4;
    padding: 20px;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .cart-collaterals .cart_totals {
        padding: 25px 15px;
    }
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #1c1c1c;
    margin: 0 0 15px;
    padding-left: 10px;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .cart-collaterals .cart_totals h2 {
        font-size: 15px;
    }
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount .woocommerce-remove-coupon {
    font-size: 12px;
    margin-left: 3px;
    color: #1c1c1c;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount .woocommerce-remove-coupon:hover {
    color: #1a456f;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals td ul li label {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 400;
    margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator {
    font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #E4E4E4;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    color: #1c1c1c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form input:focus {
    outline: unset !important;
    border-color: #C8C8C8;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form button.button {
    background: #1a456f;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form button.button:hover {
    background: #1a456f;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.cart-subtotal td {
    font-size: 14px;
    color: #1c1c1c;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.order-total th {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.order-total th {
        font-size: 15px;
    }
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.order-total td strong span, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr.order-total td strong bdi {
    color: #eb6626;
    font-weight: 500;
    font-size: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr td {
    background: unset;
    border-bottom: 1px solid #E4E4E4;
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th #shipping_method, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr td #shipping_method {
        margin: 0;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr td {
        font-size: 13px;
        color: #1c1c1c;
        padding: 15px;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th span, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr td span {
        color: #1c1c1c;
    }
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tbody tr th {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
    background-color: unset !important;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin: 0;
    background: #eb6626;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 0;
    font-weight: 500;
    border-radius: 5px;
}

@media screen and (max-width: 992pxx) {
    .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
        font-size: 13px;
    }
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button::after {
    content: unset;
}

.woocommerce .woocommerce-message {
    margin-top: 25px;
}

.woocommerce .col-1, .woocommerce .col-2, .woocommerce .col1-set, .woocommerce .col2-set {
    max-width: none;
}

.woocommerce .col-1 .col-1, .woocommerce .col-1 .col-2, .woocommerce .col-2 .col-1, .woocommerce .col-2 .col-2, .woocommerce .col1-set .col-1, .woocommerce .col1-set .col-2, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    width: 100%;
}

.woocommerce .woocommerce-billing-fields label {
    width: 100%;
    display: block;
}

.woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper strong {
    font-weight: 500;
    color: #eb6626;
}

.woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper input {
    width: 100%;
}

.woocommerce-checkout .entry-header {
    display: none !important;
}

.woocommerce-checkout .entry-content {
    padding: 0 !important;
    border: unset !important;
}

.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout .entry-content .woocommerce-order {
    margin: 50px 0 0;
}

.woocommerce-checkout .entry-content #order_review {
    position: relative;
    background: #F8F8F8;
    padding: 0 35px;
    width: 48.176%;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #order_review {
        width: 100%;
        margin: 50px 0 0;
        padding: 0 10px;
    }
}

.woocommerce-checkout .entry-content #order_review h3#order_review_heading {
    margin: 10px 0 15px;
    padding: 20px 0 10px;
    display: block;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #order_review h3#order_review_heading {
        font-size: 15px;
    }
}

.woocommerce-checkout .entry-content #order_review::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
    background-size: 15px 15px;
    top: -10px;
    background-position: -3px -5px, 0 0;
}

.woocommerce-checkout .entry-content #order_review::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
    background-size: 15px 15px;
    bottom: -10px;
    background-position: -3px 2px, 0 0;
}

.woocommerce-checkout .entry-content #order_review .shop_table {
    background: #fff;
    padding: 0 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout .entry-content #order_review .shop_table thead tr th {
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    color: #1c1c1c;
    border-bottom: 1px solid #E4E4E4;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .woocommerce-checkout .entry-content #order_review .shop_table thead tr th {
        font-size: 12px;
    }
}

.woocommerce-checkout .entry-content #order_review .shop_table thead tr th.product-total {
    text-align: right;
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td {
    background: #fff;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td strong {
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #order_review .shop_table tbody tr td {
        font-size: 13px;
    }
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td.product-total {
    text-align: right;
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td a {
    color: #1c1c1c;
    text-decoration: unset;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 24px;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #order_review .shop_table tbody tr td a {
        font-size: 13px;
    }
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td a.tm-cart-edit-options {
    display: none;
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td a:hover {
    color: #3E3E42;
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td .variation {
    padding: 10px 0 0;
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td .variation dt {
    font-weight: 500;
    color: #1c1c1c;
    font-size: 13px;
}

.woocommerce-checkout .entry-content #order_review .shop_table tbody tr td .variation .tc-value p {
    color: #1a456f;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout .entry-content #order_review .shop_table tfoot tr.woocommerce-shipping-totals td {
        padding-right: 0;
        padding-left: 0;
    }
}

.woocommerce-checkout .entry-content #order_review .shop_table tfoot tr td {
    text-align: right;
}

.woocommerce-checkout .entry-content #order_review .shop_table tfoot tr td strong {
    font-weight: 500;
    color: #eb6626;
}

.woocommerce-checkout .entry-content #order_review .shop_table tfoot tr th, .woocommerce-checkout .entry-content #order_review .shop_table tfoot tr td {
    border-bottom: 1px solid #E4E4E4;
    background: #fff;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #order_review .shop_table tfoot tr th, .woocommerce-checkout .entry-content #order_review .shop_table tfoot tr td {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #order_review #payment {
        margin: 35px 0 0;
    }
}

.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods {
    background: unset;
}

.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li {
    background-color: unset !important;
    margin: 0 0 10px;
}

.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li img, .woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li a {
    display: none;
}

.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li:hover {
    background: unset;
}

.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li label {
    background: unset;
    padding: 0;
    font-size: 14px;
    color: #1c1c1c;
}

.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li .payment_box {
    padding: 15px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 15px 0 20px;
}

.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li .payment_box p {
    color: #1c1c1c;
    font-size: 13px;
}

.woocommerce-checkout .entry-content #order_review #payment .wc_payment_methods li .payment_box::before {
    position: absolute;
    top: -4px;
    left: 25px;
    color: #FFF;
    font-size: 32px;
    font-family: "Font Awesome 5 Free";
    line-height: 0;
    content: "\f0d8";
    font-weight: 900;
}

.woocommerce-checkout .entry-content #order_review .place-order {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .entry-content #order_review .place-order .woocommerce-terms-and-conditions-wrapper {
    margin: 30px 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.woocommerce-checkout .entry-content #order_review .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    padding: 15px 0;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #order_review .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
        padding: 15px;
    }
}

.woocommerce-checkout .entry-content #order_review .place-order .woocommerce-terms-and-conditions-wrapper p {
    font-size: 13px;
    color: #1c1c1c;
}

.woocommerce-checkout .entry-content #order_review .place-order #place_order {
    margin: 0 0 35px;
    font-size: 16px;
    font-weight: 500;
    background: #eb6626;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 5px;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #order_review .place-order #place_order {
        font-size: 14px;
    }
}

.woocommerce-checkout .entry-content #order_review .place-order #place_order:hover {
    background: #d95f24;
}

.woocommerce-checkout .entry-content #order_review_heading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 25px;
    color: #1c1c1c;
}

.woocommerce-checkout .entry-content #customer_details {
    width: 49.941%;
    margin-right: 1.882%;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #customer_details {
        width: 100%;
        margin-right: 0;
    }
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    margin-left: 0;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields #ship-to-different-address {
        margin-top: 25px;
    }
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span {
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span {
        font-size: 14px;
    }
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper span {
    display: block;
    width: 100%;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields h3, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 25px;
    color: #1c1c1c;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:last-of-type, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p:last-of-type, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p:last-of-type, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p:last-of-type {
    margin-left: -5px;
    margin-right: -5px;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row-first {
    width: 48.444% !important;
    margin-right: 3.111% !important;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row-first {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row-last {
    width: 48.444% !important;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p.form-row-last, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row-last {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.woocommerce-checkout .entry-content .woocommerce-account-fields p label, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p label, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p label, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p label {
    font-size: 14px;
    color: #1c1c1c;
    margin: 0 0 7px;
    font-weight: 500;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label .required, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p label .required, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p label .required, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p label .required {
    font-weight: 500;
    color: #eb6626;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span .select2-selection, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span .select2-selection, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span .select2-selection, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span .select2-selection {
    border-radius: unset;
    border: 2px solid #E4E4E4;
    height: auto;
    padding: 4px 5px;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span .select2-selection__arrow, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span .select2-selection__arrow, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span .select2-selection__arrow, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span .select2-selection__arrow {
    top: 7px;
}

.woocommerce-checkout .entry-content .woocommerce-account-fields p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span textarea, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span textarea, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span textarea, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span input, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #E4E4E4;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    color: #1c1c1c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span textarea:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span input:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p span textarea:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span input:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper p span textarea:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span input:focus, .woocommerce-checkout .entry-content #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p span textarea:focus {
    outline: unset !important;
    border-color: #C8C8C8;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field {
    display: block;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field label {
    font-weight: 500;
    margin: 0 0 10px;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field label .optional {
    color: #eb6626;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #E4E4E4;
    font-size: 13px;
    padding: 8px 10px;
    height: 150px;
    border-radius: 5px;
    resize: none;
}

.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields #order_comments_field textarea:focus {
    outline: unset !important;
    border-color: #C8C8C8;
}

.woocommerce-checkout .entry-content .woocommerce-thankyou-order-received {
    margin-bottom: 30px;
    width: 100%;
    color: #1c1c1c !important;
    text-align: center;
    font-weight: 500;
    font-size: 22px !important;
    padding: 0 !important;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content .woocommerce-thankyou-order-received {
        font-size: 17px !important;
        line-height: 23px !important;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content .woocommerce-thankyou-order-details {
        margin: 35px 0 40px;
    }
}

.woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li {
    font-weight: 400;
    font-size: 13px;
    color: #1c1c1c;
}

.woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li strong, .woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li span {
    font-size: 15px;
    margin: 5px 0 0;
    color: #1a456f;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li strong, .woocommerce-checkout .entry-content .woocommerce-thankyou-order-details li span {
        font-size: 15px;
    }
}

.woocommerce-checkout .entry-content .woocommerce-order-details h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 25px;
    font-weight: 500;
    color: #1c1c1c;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table {
    background: #fff;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table thead tr th {
    background: #fff;
    font-size: 14px;
    color: #1c1c1c;
    border-bottom: 1px solid #E4E4E4;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table thead tr th {
        font-size: 13px;
    }
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table thead tr th.product-total {
    text-align: right;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td {
    background: #fff;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td.product-name strong {
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td {
        font-size: 13px;
    }
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td.product-total {
    text-align: right;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .wc-item-meta {
    margin: 15px 0 0;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li {
    font-size: 13px;
    color: #1a456f;
    font-weight: 400;
    margin-bottom: 4px;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li strong {
    font-weight: 500;
    color: #1c1c1c;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td a {
    color: #1c1c1c;
    text-decoration: unset;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 15px;
    display: block;
    line-height: 24px;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td a {
        font-size: 13px;
    }
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td a.tm-cart-edit-options {
    display: none;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td a:hover {
    color: #3E3E42;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .variation {
    padding: 10px 0 0;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .variation dt {
    font-weight: 500;
    color: #1c1c1c;
    font-size: 13px;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tbody tr td .variation .tc-value p {
    color: #1a456f;
    font-size: 13px;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr td {
    text-align: right;
}

.woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr td {
    border-bottom: 1px solid #E4E4E4;
    background: #fff;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-checkout .entry-content .woocommerce-order-details .shop_table tfoot tr td {
        font-size: 13px;
    }
}

.woocommerce-checkout .entry-content .woocommerce-customer-details h2 {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0 0 15px;
}

.woocommerce-checkout .entry-content .woocommerce-customer-details address {
    color: #1c1c1c;
    font-size: 14px;
}

.select2-dropdown {
    border: 2px solid #E4E4E4;
    border-radius: 5px;
}

.select2-dropdown .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #E4E4E4 !important;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    color: #1c1c1c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.select2-dropdown .select2-search__field:focus {
    outline: unset !important;
    border-color: #C8C8C8 !important;
}

.select2-dropdown .select2-results__options li.select2-results__option {
    font-size: 14px;
    color: #1c1c1c;
}

.select2-dropdown .select2-results__options li.select2-results__option--highlighted {
    color: #fff;
}

.woocommerce-account .entry-content {
    border: unset !important;
    padding: 0 !important;
}

.woocommerce-account #customer_login .u-column1 {
    width: 50% !important;
    margin-right: 0 !important;
}

.woocommerce-account #customer_login .u-column2 {
    width: 48% !important;
}

.woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
    border: 2px solid rgba(129, 129, 129, 0.2);
    padding: 15px 25px !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
        width: 100% !important;
        margin-bottom: 30px;
    }
}

.woocommerce-account #customer_login .u-column1 h2, .woocommerce-account #customer_login .u-column2 h2 {
    margin: 10px 0 20px;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p label, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p label, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p label, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p label {
    font-weight: 400;
    display: block;
    width: 100%;
}

.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p input:not(#rememberme), .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p input:not(#rememberme), .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p input:not(#rememberme), .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p input:not(#rememberme) {
    width: 85%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #e6e6e6;
    font-size: 13px;
    padding: 8px 10px;
}

.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p input:not(#rememberme):focus, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p input:not(#rememberme):focus, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p input:not(#rememberme):focus, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p input:not(#rememberme):focus {
    outline: unset !important;
}

.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p .password-input, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p .password-input, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p .password-input, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p .password-input {
    width: 85%;
}

.woocommerce-account #customer_login .u-column1 .woocommerce-form-login p .password-input input, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register p .password-input input, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login p .password-input input, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register p .password-input input {
    width: 100% !important;
}

.woocommerce-account #customer_login .u-column1 .woocommerce-form-login button, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register button, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login button, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register button {
    background: #1a456f;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 15px 0 0;
}

.woocommerce-account #customer_login .u-column1 .woocommerce-form-login button:hover, .woocommerce-account #customer_login .u-column1 .woocommerce-form-register button:hover, .woocommerce-account #customer_login .u-column2 .woocommerce-form-login button:hover, .woocommerce-account #customer_login .u-column2 .woocommerce-form-register button:hover {
    background: #1a456f;
}

.woocommerce-account .wrapper_my_account {
    margin: 50px 0;
}

.woocommerce-account .wrapper_my_account mark {
    font-weight: 500;
}

.woocommerce-account .wrapper_my_account address {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 400;
}

.woocommerce-account .wrapper_my_account .woocommerce-customer-details h2 {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 500;
    color: #1c1c1c;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details {
    margin: 35px 0 0;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 25px;
    font-weight: 500;
    color: #1c1c1c;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table {
    background: #fff;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table thead tr th {
    background: #fff;
    font-size: 14px;
    color: #1c1c1c;
    border-bottom: 1px solid #E4E4E4;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table thead tr th {
        font-size: 13px;
    }
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table thead tr th.product-total {
    text-align: right;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td {
    background: #fff;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td.product-name strong {
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td {
        font-size: 13px;
    }
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td.product-total {
    text-align: right;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .wc-item-meta {
    margin: 15px 0 0;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li {
    font-size: 13px;
    color: #1a456f;
    font-weight: 400;
    margin-bottom: 4px;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li strong {
    font-weight: 500;
    color: #1c1c1c;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td a {
    color: #1c1c1c;
    text-decoration: unset;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 15px;
    display: block;
    line-height: 24px;
}

@media screen and (max-width: 992px) {
    .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td a {
        font-size: 13px;
    }
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td a.tm-cart-edit-options {
    display: none;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td a:hover {
    color: #3E3E42;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .variation {
    padding: 10px 0 0;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .variation dt {
    font-weight: 500;
    color: #1c1c1c;
    font-size: 13px;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tbody tr td .variation .tc-value p {
    color: #1a456f;
    font-size: 13px;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr td {
    text-align: right;
}

.woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr td {
    border-bottom: 1px solid #E4E4E4;
    background: #fff;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
}

@media screen and (max-width: 992px) {
    .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-account .wrapper_my_account .woocommerce-order-details .shop_table tfoot tr td {
        font-size: 13px;
    }
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation h3 {
    padding-left: 9px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul {
    border-top: unset !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li {
    border-bottom: unset !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: rgba(136, 136, 136, 0.12) !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li a {
    color: #1c1c1c !important;
    padding: 10px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: unset !important;
    color: #1c1c1c !important;
    background: rgba(136, 136, 136, 0.06) !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-navigation ul li a::before {
    content: unset !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content {
    border-left: 1px solid #E4E4E4;
}

@media screen and (max-width: 767px) {
    .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content {
        border-left: unset;
    }
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3 {
    font-size: 17px;
    font-weight: 500;
    color: #1c1c1c;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[name="save_account_details"] {
    margin: 20px 0 0 -5px;
    background: #1a456f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[name="save_account_details"]:hover {
    background: #1a456f;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    background: unset;
    padding: 0 !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    padding: 17px 20px 0 0;
    margin: 0 0 20px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    background: unset;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset label {
    width: 100%;
    display: block;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p {
    padding-left: 5px;
    width: 45%;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p:last-of-type {
    padding-left: 0;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p .password-input {
    width: 70%;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p .password-input .woocommerce-password-strength {
    font-size: 11px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p .woocommerce-password-strength {
    text-align: left;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p input, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #E4E4E4;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    color: #1c1c1c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p input:focus, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p textarea:focus {
    outline: unset !important;
    border-color: #C8C8C8;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label {
    font-size: 14px;
    margin: 0 0 7px;
    color: #1c1c1c;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label .required {
    color: #eb6626;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #E4E4E4;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    color: #1c1c1c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input:focus, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p textarea:focus {
    outline: unset !important;
    border-color: #C8C8C8;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection {
    border-radius: unset;
    border: 2px solid #E4E4E4;
    height: auto;
    padding: 4px 5px;
    border-radius: 5px !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__arrow b {
    left: 98% !important;
    top: 75% !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p:last-of-type {
    margin-left: -5px;
    margin-right: -5px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row-first {
    width: 48.444% !important;
    margin-right: 3.111% !important;
}

@media screen and (max-width: 992px) {
    .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row-first {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row-last {
    width: 48.444% !important;
}

@media screen and (max-width: 992px) {
    .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row-last {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
    font-size: 14px;
    color: #1c1c1c;
    margin: 0 0 7px;
    font-weight: 500;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label .required {
    color: #eb6626;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span {
    display: block;
    width: 100%;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span .select2-selection {
    border-radius: unset;
    border: 2px solid #E4E4E4;
    height: auto;
    padding: 4px 5px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span textarea {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    font-size: 14px;
    border: 2px solid #E4E4E4;
    padding: 7px 12px;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span textarea {
        font-size: 13px;
    }
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span input:focus, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p span textarea:focus {
    outline: unset;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields button[name="save_address"] {
    margin: 20px 0 0 -5px;
    background: #1a456f;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .woocommerce-address-fields button[name="save_address"]:hover {
    background: #1a456f;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .myaccount_content_wrapper {
    padding: 0 15px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .myaccount_content_wrapper form h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .myaccount_content_wrapper p {
    font-size: 14px;
    color: #1c1c1c;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .edit {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .edit:hover {
    color: #1a456f;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .addresses h2 {
    font-size: 16px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .addresses address {
    font-size: 14px;
    color: #1c1c1c;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content .col2-set.addresses {
    margin: 25px 0 0;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table {
    background: unset;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table thead tr th {
    background: unset !important;
    border-bottom: 2px solid #efefef;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table thead tr th span {
    font-weight: 500;
    color: #1c1c1c;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td {
    background: unset !important;
    border-bottom: 1px solid #efefef;
    color: #1c1c1c;
    font-size: 13px;
    vertical-align: middle;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td.woocommerce-orders-table__cell-order-actions {
    padding: 0 !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td a, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td a {
    color: #131313;
    font-weight: 500;
    font-size: 13px;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td a.woocommerce-button, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td a.woocommerce-button {
    background: #1a456f;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #fff;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr td a.woocommerce-button:hover, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr td a.woocommerce-button:hover {
    background: #eb6626;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tbody tr:nth-child(2n) td, .woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot tr:nth-child(2n) td {
    background: unset !important;
}

.woocommerce-account .wrapper_my_account .woocommerce-MyAccount-content table tfoot th {
    background: unset !important;
    font-size: 14px;
    color: #1c1c1c;
    border-bottom: 1px solid #efefef;
}

.site-content .content-area, .site-content .site-main, .site-content .hentry {
    margin: 0 !important;
}

.site-content .hentry {
    padding-bottom: 30px;
}

.banner {
    min-height: 45vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.banner.banner_empty {
    min-height: 30vh;
    background-color: #646464 !important;
    min-height: 30vh;
}

.banner.banner_empty h3 {
    font-size: 36px;
}

@media screen and (max-width: 992px) {
    .banner {
        min-height: 30vh;
    }
}

.banner h3 {
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    margin: 0;
    color: #fff;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 767px) {
    .banner h3 {
        font-size: 36px;
    }
}

.banner h5 {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 19px;
    margin: 0;
    color: #e3b59e;
    font-weight: 400;
}

.banner .overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.contacts {
    padding: 80px 0;
}

@media screen and (max-width: 992px) {
    .contacts {
        padding: 50px 0;
    }
}

.contacts .col-contact-form h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #1c1c1c;
}

@media screen and (max-width: 992px) {
    .contacts .col-contact-form h3 {
        font-size: 18px;
    }
}

.contacts .col-contact-form h5 {
    font-size: 16px;
    margin: 0 0 15px;
    color: #999999;
}

@media screen and (max-width: 992px) {
    .contacts .col-contact-form h5 {
        font-size: 13px;
    }
}

.contacts .col-contact-form .form_wrapper {
    margin: 30px 0 0;
}

.contacts .col-contact-info .col-contact-info-content {
    margin: 0 0 10px;
}

.contacts .col-contact-info .col-contact-info-content.col-contact-mails p {
    font-size: 12px;
}

.contacts .col-contact-info .col-contact-info-content.col-contact-mails a {
    margin: 0 0 2px;
}

.contacts .col-contact-info .col-contact-info-content.col-contacts-phone a {
    color: #1c1c1c;
}

.contacts .col-contact-info .col-contact-info-content.col-contacts-phone a:hover {
    text-decoration: underline;
}

.contacts .col-contact-info .col-contact-info-content.col-contacts-phone a i {
    margin-right: 5px;
    color: #eb6626;
}

.contacts .col-contact-info .col-contact-info-content h4 {
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .contacts .col-contact-info .col-contact-info-content h4 {
        font-size: 17px;
    }
}

.contacts .col-contact-info .col-contact-info-content a {
    color: #eb6626;
    font-size: 14px;
    margin: 0 0 10px;
    display: block;
}

@media screen and (max-width: 992px) {
    .contacts .col-contact-info .col-contact-info-content a {
        font-size: 13px;
    }
}

.contacts .col-contact-info .col-contact-info-content h6 {
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c;
}

@media screen and (max-width: 992px) {
    .contacts .col-contact-info .col-contact-info-content h6 {
        font-size: 14px;
    }
}

.contacts .col-contact-info .col-contact-info-content h6 i {
    color: #eb6626;
    margin-right: 5px;
}

.contacts .col-contact-info .col-contact-info-content p {
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

@media screen and (max-width: 992px) {
    .contacts .col-contact-info .col-contact-info-content p {
        font-size: 13px;
    }
}

.contacts_map iframe {
    margin-bottom: -8px;
}

.about_us_single {
    padding: 80px 0;
}

@media screen and (max-width: 992px) {
    .about_us_single {
        padding: 50px 0;
    }
}

@media screen and (max-width: 992px) {
    .about_us_single .col-about-us-img {
        display: none;
    }
}

.about_us_single .col-about-us-img img {
    border-radius: 10px;
}

.about_us_single .col-about-us-info h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 500;
    color: #1c1c1c;
}

.about_us_info {
    padding: 0 0 30px;
}

.about_us_info .col-about-title h3 {
    margin: 0 0 35px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: #1c1c1c;
}

@media screen and (max-width: 767px) {
    .about_us_info .col-about-title h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .about_us_info .col-company-info:last-of-type .wrapper_company_info {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .about_us_info .col-company-info .wrapper_company_info {
        margin: 0 0 40px;
    }
}

.about_us_info .col-company-info .wrapper_company_info img {
    border-radius: 10px;
}

.about_us_info .col-company-info .wrapper_company_info h5 {
    margin: 20px 0 10px;
    font-weight: 400;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .about_us_info .col-company-info .wrapper_company_info h5 {
        font-size: 16px;
    }
}

.about_us_info .col-company-info .wrapper_company_info .text_company_info p {
    font-size: 13px;
    color: #555;
}

.faqs {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .faqs {
        padding: 50px 0;
    }
}

.faqs #accordion .accordion-item {
    border-color: #E4E4E4;
}

.faqs #accordion .accordion-item:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.faqs #accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.faqs #accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.faqs #accordion .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.faqs #accordion .accordion-item h2 button.accordion-button {
    font-weight: 500;
    font-size: 15px;
    color: #1c1c1c;
    padding: 20px;
}

.faqs #accordion .accordion-item h2 button.accordion-button:hover {
    background-color: #f1f3f8;
    border-color: #f1f3f8;
}

.faqs #accordion .accordion-item h2 button.accordion-button:not(.collapsed) {
    background-color: rgba(26, 69, 111, 0.2);
}

.faqs #accordion .accordion-item h2 button.accordion-button:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.faqs #accordion .accordion-item h2 button.accordion-button::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faqs #accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 25px;
}

.faqs #accordion .accordion-item .accordion-collapse .accordion-body p:last-of-type {
    margin: 0;
}

.breadcumbs_paging {
    background: #f1f3f8;
    padding: 30px 0;
    margin: 0 0 40px;
    text-align: center;
}

.breadcumbs_paging h1 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .breadcumbs_paging h1 {
        font-size: 20px;
    }
}

.breadcumbs_paging h5 {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .breadcumbs_paging h5 {
        font-size: 13px;
    }
}

.breadcumbs_paging h5 a {
    color: #eb6626;
}

.breadcumbs_paging h5 a:hover {
    color: #eb6626;
    text-decoration: underline;
}

.intro_services {
    padding: 60px 0 30px;
}

@media screen and (max-width: 767px) {
    .intro_services {
        padding: 30px 0 15px;
    }
}

.intro_services .col-services-intro .wrapper_services_intro p {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .intro_services .col-services-intro .wrapper_services_intro p {
        font-size: 13px;
    }
}

.services .col-service {
    margin: 0 0 50px;
}

.services .col-service .wrapper_service a {
    display: block;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    padding: 30px 0;
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.services .col-service .wrapper_service a:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
}

.services .col-service .wrapper_service a:hover i {
    color: #eb6626;
}

.services .col-service .wrapper_service a .icon_service_wrapper {
    text-align: center;
}

.services .col-service .wrapper_service a .icon_service_wrapper i {
    font-size: 36px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.services .col-service .wrapper_service a .content_service_wrapper {
    text-align: center;
    margin: 25px 0 0;
    padding: 0 40px;
}

.services .col-service .wrapper_service a .content_service_wrapper h4 {
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
    .services .col-service .wrapper_service a .content_service_wrapper h4 {
        font-size: 17px;
    }
}

.services .col-service .wrapper_service a .content_service_wrapper .content_service {
    min-height: 90px;
}

@media screen and (max-width: 767px) {
    .services .col-service .wrapper_service a .content_service_wrapper .content_service {
        min-height: auto;
    }
}

.services .col-service .wrapper_service a .content_service_wrapper .content_service p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

@media screen and (max-width: 767px) {
    .services .col-service .wrapper_service a .content_service_wrapper .content_service p {
        font-size: 13px;
    }
}

.store_menu .store_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    z-index: -1;
}

.store_menu .store_menu_overlay.active {
    opacity: 0.5;
    z-index: 999999999;
}

.store_menu .wrapper_store_menu {
    position: fixed;
    top: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    left: -400px;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
    width: 400px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .store_menu .wrapper_store_menu {
        width: 100%;
        left: -100%;
    }
}

.store_menu .wrapper_store_menu.active {
    left: 0;
}

.store_menu .wrapper_store_menu .close_menu {
    position: absolute;
    left: 7px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
}

.store_menu .wrapper_store_menu .close_menu i {
    font-size: 24px;
    color: #eb6626;
}

.store_menu .wrapper_store_menu .logo_store_menu {
    margin: 25px 0;
    padding-left: 60px;
}

.store_menu .wrapper_store_menu .logo_store_menu a {
    margin: 0;
}

.store_menu .wrapper_store_menu .logo_store_menu a img {
    width: 200px;
}

.store_menu .wrapper_store_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store_menu .wrapper_store_menu ul.main_cat_menu {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    padding: 0 0 0 60px;
    max-height: 700px;
    overflow: auto;
}

.store_menu .wrapper_store_menu ul.main_cat_menu.hide {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    visibility: hidden;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.store_menu .wrapper_store_menu ul li {
    margin: 0 0 12px;
}

.store_menu .wrapper_store_menu ul li a {
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 14px;
}

.store_menu .wrapper_store_menu ul li a:hover {
    color: #1a456f;
}

.store_menu .wrapper_category_sub_menu {
    position: relative;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu {
    position: relative;
    visibility: hidden;
    height: 0;
    z-index: -1;
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    overflow: hidden;
    padding-left: 60px;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu.active {
    visibility: visible;
    height: auto;
    z-index: 2;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.store_menu .wrapper_category_sub_menu .category_sub_menu.active .wrapper_category_sub_menu ul.sub_menu {
    max-height: 600px;
    overflow-y: auto;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu .category_sub_menu_back {
    position: absolute;
    left: 25px;
    top: 0;
    cursor: pointer;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu .category_sub_menu_back i {
    color: #eb6626;
    font-size: 19px;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu h3 {
    font-size: 15px;
    margin: 0 0 25px;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu h3 a {
    font-size: 17px;
    font-weight: 500;
    color: #1a456f;
    text-transform: uppercase;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu ul.sub_menu li a.upper_lowest_depth_cat {
    color: #eb6626;
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu ul.sub_menu li ul.lowest_depth_sub_menu {
    margin: 0 0 20px;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu ul.sub_menu li ul.lowest_depth_sub_menu li a {
    font-size: 13px;
}

.store_menu .wrapper_category_sub_menu .category_sub_menu .wrapper_category_sub_menu ul.sub_menu li ul.lowest_depth_sub_menu li a:hover {
    text-decoration: underline;
}

.agents .col-intro-agents {
    padding-top: 50px;
    padding-bottom: 50px;
}

.agents .col-intro-agents .wrapper_intro_agents p {
    font-size: 16px;
    color: #1c1c1c;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .agents .col-intro-agents .wrapper_intro_agents p {
        font-size: 14px;
    }
}

.agents .col-agent {
    margin: 0 0 35px;
}

.agents .col-agent .wrapper_agent_content {
    text-align: center;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    padding: 20px 15px;
}

.agents .col-agent .wrapper_agent_content .agent_image {
    margin: 0 0 15px;
}

.agents .col-agent .wrapper_agent_content .agent_image img {
    width: 200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .agents .col-agent .wrapper_agent_content .agent_image img {
        width: 175px;
    }
}

.agents .col-agent .wrapper_agent_content .agent_content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
}

@media screen and (max-width: 767px) {
    .agents .col-agent .wrapper_agent_content .agent_content h3 {
        font-size: 18px;
    }
}

.agents .col-agent .wrapper_agent_content .agent_content .agent_content_text {
    min-height: 45px;
}

.agents .col-agent .wrapper_agent_content .agent_content .agent_content_text p {
    font-size: 14px;
    color: #1c1c1c;
    margin: 0;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .agents .col-agent .wrapper_agent_content .agent_content .agent_content_text p {
        font-size: 13px;
        line-height: 20px;
    }
}

#yith-wcwl-form .wishlist-title-container .wishlist-title .show-title-form {
    display: none !important;
}

#yith-wcwl-form .wishlist-title-container .wishlist-title h2 {
    font-size: 22px;
    font-weight: 400;
}

#yith-wcwl-form .wishlist-title-container .hidden-title-form input[type="text"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #E4E4E4;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    color: #1c1c1c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#yith-wcwl-form .wishlist-title-container .hidden-title-form input[type="text"]:focus {
    outline: unset !important;
    border-color: #C8C8C8;
}

#yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons a {
    width: auto;
    margin-right: 5px;
}

#yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons a:hover i {
    color: #1a456f;
}

#yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons a i {
    font-size: 16px;
    color: #eb6626;
}

#yith-wcwl-form .shop_table {
    margin: 0 0 35px;
}

#yith-wcwl-form .shop_table thead tr th {
    background: unset;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #E4E4E4;
    padding: 15px 20px;
    text-align: center;
}

#yith-wcwl-form .shop_table thead tr th.product-name {
    text-align: left;
}

@media screen and (max-width: 1199px) {
    #yith-wcwl-form .shop_table thead tr th {
        font-size: 12px;
    }
}

#yith-wcwl-form .shop_table tbody tr td {
    border-bottom: 2px solid #E4E4E4;
    background: unset;
    vertical-align: middle;
}

#yith-wcwl-form .shop_table tbody tr td.product-name a {
    text-decoration: none;
}

#yith-wcwl-form .shop_table tbody tr td.product-name a:hover {
    color: #eb6626;
    text-decoration: underline;
}

#yith-wcwl-form .shop_table tbody tr td.product-price span {
    font-size: 14px;
    font-weight: 500;
    color: #1a456f;
}

@media screen and (max-width: 992px) {
    #yith-wcwl-form .shop_table tbody tr td.product-price span {
        font-size: 21px;
    }
}

#yith-wcwl-form .shop_table tbody tr td.product-add-to-cart a {
    border: 2px solid #1a456f;
    border-radius: 5px;
    padding: 10px 15px;
    background: #1a456f;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-decoration: none;
}

#yith-wcwl-form .shop_table tbody tr td.product-add-to-cart a:hover {
    background: #eb6626;
    border-color: #eb6626;
}

.wishlist-page-links {
    display: none !important;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #1c1c1c;
}

.woocommerce-info {
    font-size: 14px;
    background-color: #eb6626 !important;
}

.woocommerce-message, .woocommerce-error {
    font-size: 14px !important;
}

.woocommerce-message a, .woocommerce-error a {
    font-weight: 500 !important;
}

#yith-wcwtl-output .yith-wcwtl-msg {
    font-size: 15px;
    margin: 0 0 12px;
    font-weight: 500;
}

#yith-wcwtl-output .button {
    margin: 0;
    background: #eb6626 !important;
    font-size: 13px;
    text-transform: uppercase;
    padding: 11px 15px;
    font-weight: 500;
    border-radius: 5px;
}

#yith-wcwtl-output form label[for="yith-wcwtl-policy-check"] {
    margin: 0 0 15px;
}

#yith-wcwtl-output form label[for="yith-wcwtl-email"] {
    display: block;
}

#yith-wcwtl-output form label[for="yith-wcwtl-email"] input[type="email"] {
    display: block;
    width: 50%;
    margin: 6px 0 25px;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #E4E4E4;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #1c1c1c;
}

#yith-wcwtl-output form label[for="yith-wcwtl-email"] input[type="email"]:focus {
    outline: unset;
    border-color: #1a456f;
}

.not_found {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .not_found {
        padding: 60px 0;
    }
}

.not_found .col-not-found-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .not_found .col-not-found-content {
        margin: 0 0 35px;
    }
}

.not_found .col-not-found-content .not_found_wrapper {
    padding-right: 75px;
}

.not_found .col-not-found-content .not_found_wrapper h3 {
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 25px;
    color: #1a456f;
}

.not_found .col-not-found-content .not_found_wrapper h5 {
    margin: 0 0 40px;
    font-size: 17px;
    font-weight: 400;
}

.not_found .col-not-found-content .not_found_wrapper .btn-main {
    width: 35%;
}

@media screen and (max-width: 1200px) {
    .not_found .col-not-found-content .not_found_wrapper .btn-main {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .not_found .col-not-found-content .not_found_wrapper .btn-main {
        width: 70%;
    }
}


.woocommerce-checkout .woocommerce-form-login p label, .woocommerce-ResetPassword p label, .woocommerce-ResetPassword p {
    font-weight: 400;
    display: block;
    width: 100%;
}

.woocommerce-checkout .woocommerce-form-login p input:not(#rememberme), .woocommerce-ResetPassword p input:not(#rememberme) {
    width: 85%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    border: 2px solid #e6e6e6;
    font-size: 13px;
    padding: 8px 10px;
}

.woocommerce-checkout .woocommerce-form-login p input:not(#rememberme):focus, .woocommerce-ResetPassword p input:not(#rememberme):focus {
    outline: unset !important;
}


.woocommerce-checkout .woocommerce-form-login button, .woocommerce-ResetPassword button {
    background: #1a456f;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 15px 0 0;
    font-weight: 400;
}

.woocommerce-checkout .woocommerce-form-login button:hover, .woocommerce-ResetPassword button:hover {
    background: #1a456f;
}


/*# sourceMappingURL=styles.css.map */
#tecnico_certificado {
    width: 100%;
    margin-top: 5px;
    max-width: 200px;
    margin-bottom: 5px;
    margin-left: 10px;
    background: #fff;
    height: 40px;
    border: 2px solid #EBEBEB;
    border-radius: 5px;
    box-shadow: none;
}

label[for="tecnico_certificado"] {
    font-size: 14px;
}

.subtext-tecnico {
    font-size: 14px;
    color: #979797;
    margin-bottom: 10px;
}
