﻿@charset "UTF-8";
@import "color.css";
/* =====================  Basics  ==================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background-color: #837a6c;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.page-header-hidden {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
}

/* =====================  Fonts  ==================== */

/*@font-face {
  font-family: "ITC New Esprit";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/itcnewesprit_n4.woff2") format("woff2");
}


  @font-face {
  font-family: "ITC New Esprit";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/itcnewesprit_n7.woff2") format("woff2");
}


  @font-face {
  font-family: "ITC New Esprit";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/itcnewesprit_i4.woff2") format("woff2");
}


  @font-face {
  font-family: "ITC New Esprit";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/itcnewesprit_i4.woff2") format("woff2");
}


  @font-face {
  font-family: "DIN Neuzeit Grotesk";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/dinneuzeitgrotesk.woff2") format("woff2");
}


  @font-face {
  font-family: "Abril Fatface";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/abrilfatface.woff2") format("woff2");
}*/

/* =====================  Basic Styles  ==================== */

html {
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    line-height: 1.8em;
    overflow-x: hidden;
    background-color: var(--primary-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    color: #545454;
    overflow-wrap: anywhere;
}

::selection {
    background: #FFF7B6;
    color: black;
}

abbr {
    border-bottom: 1px dotted #f2f2f2;
}

.text-align--left {
    text-align: left;
}

.text-align--center {
    text-align: center;
}

.text-align--right {
    text-align: right;
}

/* =====================  Typography  ==================== */

.logo {
    text-align: left;
    color: #b4ac9f;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: none;
}

.logo a,
.logo a:hover,
.logo a:visited,
.logo a:active {
    color: #b4ac9f;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.collection_title,
.headline,
.subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: none;
    color: var(--primary-shop-color);
    display: block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.collection_title {
    font-weight: inherit;
}

h1 a,
h1 a:visited,
.collection_title a,
.collection_title a:visited {
    color: var(--primary-shop-color);
}

h1 a:hover,
h1 a:active,
.collection_title a:hover,
.collection_title a:active {
    color: var(--primary-shop-color);
}

h1,
.h1,
h1.home,
.collection_title {
    font-size: 21px;
    line-height: 1.5em;
    margin: 0 auto 30px;
    clear: both;
    font-weight: 400;
}

h2.collection_title,
div.collection_title {
    margin-bottom: 0;
    display: inline;
    margin-top: 15px;
}

h2,
.h2,
h2.home,
.collection_title {
    font-size: 21px;
    line-height: 1.5em;
    margin: 0 auto 30px;
    clear: both;
    font-weight: 400;
}

.clear {
    clear: both;
}

h1.home {
    margin: 0 auto 15px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0;
}

h1.product_name {
    /* margin-bottom: 15px;*/
    margin-bottom: 0 !important;
    font-size: 18px;
}

a.product_collection {
    padding-bottom: 0;
    display: inline-block;
}

h1.article_name {
    margin-bottom: 5px;
}

h2,
.h2 {
    font-size: 26px;
    margin-bottom: 0.75em;
}

h2.center {
    margin: 15px 0;
}

h2.title,
h2.title a {
    text-align: center;
    margin: 15px 0;
    color: #323232;
}

h2.product_name a {
    color: #323232;
}

h2.article_title {
    margin: 5px 0;
    font-size: 22px;
}

h2.article_title a {
    color: #323232;
}

h3,
.h3,
h1.latest-news_title {
    font-size: 24px;
    line-height: 35px;
    margin: 0 auto 15px 0;
    text-align: left;
}

h1.collection_title,
div.collection_title {
    margin-bottom: 0;
    display: inline;
}

h1.collection_title_tags,
div.collection_title_tags {
    padding-right: 25px;
    border-right: solid 1px #f2f2f2;
}

h4,
.h4,
h4.title a {
    font-size: 30px;
    line-height: 32px;
    margin: 15px 0;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
}

h4.title a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #323232;
}

h4.product_name {
    border: 0;
    padding: 0;
}

h5,
.h5 {
    font-size: 18px;
    padding-bottom: 1em;
}

h5.sub_title {
    padding-bottom: 0;
}

h6,
.h6 {
    font-size: 18px;
    padding-bottom: 1em;
}

.footer h6 {
    color: #323232;
    font-size: 18px !important;
    padding-bottom: 1em !important;
    font-weight: 400;
}

.headline {
    font-size: 26px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 15px;
    font-style: normal;
    line-height: 1.8em;
}

p img {
    margin: 0;
}

sub {
    font-size: 60%;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 90%;
}

.strikethrough {
    text-decoration: line-through;
}

.index h2.title,
.index .title a,
.index h2.title a {
    font-size: 21px;
    line-height: 1.15;
}

/* Promo banner */

.promo_banner-show .promo_banner {
    transition: all 0s linear;
    height: auto;
    line-height: inherit;
    padding: 2px 0;
    opacity: 1;
    font-weight: normal;
}

div.promo_banner {
    padding: 0;
    text-align: center;
    font-size: 13px;
    opacity: 0;
    height: 0;
    line-height: 0;
    z-index: 5000;
    top: 0;
    transition: all 0.3s linear;
    overflow: hidden;
    cursor: default;
}

div.promo_banner p,
div.promo_banner span {
    width: 90%;
    margin: 0 auto;
}

div.promo_banner .promo_banner-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    background: transparent;
    z-index: 1000;
}

div.promo_banner .promo_banner-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 30px;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "×";
    text-align: center;
}

.feature_divider {
    display: block;
    margin: 25px auto 25px auto;
    background-color: #9d6704;
}

.feature_divider {
    height: 1px;
    width: 30px;
}

.feature_divider.align_left {
    margin: 25px auto 25px 0;
}

.feature_divider.align_right {
    margin: 25px 0 25px auto;
}

/*  Blockquotes  */

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
}

blockquote {
    margin: 0 0 30px;
    padding: 9px 30px 0 19px;
    border-left: 1px solid #f2f2f2;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #f2f2f2;
    border-width: 1px 0 0;
    clear: both;
    margin: 12px 0;
    height: 0;
}

.quote {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 30px 0;
    font-style: italic;
}

/* =====================  Links  ==================== */

a,
a:visited {
    color: #9d6704;
    text-decoration: none;
    outline: 0;
    transition: color 0.1s linear;
}

a:hover,
a:focus {
    color: #c07e05;
}

a:focus {
    outline: none;
}

a,
button,
input,
select,
textarea,
label,
summary {
    touch-action: manipulation;
}

/* =====================  Menu  ==================== */

.header {
    background-color: var(--primary-color);
}

.header_border {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 15px;
}

.nav {
    text-align: right;
}

.nav ul {
    margin: 0 auto;
    border: none;
    padding: 0;
    margin: 0;
}

.nav ul li {
    display: inline-block;
    padding: 0 0 0 16px;
    position: relative;
    margin: 0;
    border: 0;
}

.nav ul li a,
.nav ul li a:visited,
.promo_banner,
a.product_collection {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    color: #323232;
    position: relative;
    display: block;
    letter-spacing: 0px;
    /* padding-bottom: 10px;*/
    cursor: pointer;
    padding-bottom: 6px;
}

.nav ul li a.active,
nav ul li a.active:visited,
nav ul li a.active:active {
    color: #9d6704;
}

.nav ul li a:hover,
nav ul li a:focus,
a.product_collection:hover {
    color: #837a6c;
}

.nav ul li.current_page_item a {
    color: #837a6c;
}

.nav ul li.current_page_ancestor a {
    color: #837a6c;
}

.nav ul.menu {
    display: inline;
}

.lang-nav img {
    width: 60px;
}

.mobile_menu .mobile-mega-menu ul {
    display: none;
}

/*.nav ul li a.cart_button,*/

.nav ul li a.lang_button,
.nav ul li a.login_button,
.nav ul li a.wish_button,
.nav ul li a.navicon,
.nav ul li a.search-button,
input[type=submit].guest_button {
    padding: 10px 12px;
    /*border: solid 1px #f2f2f2;*/
    border: 1px solid #ced4da;
}

.nav ul li a.cart_button,
.nav ul li a.lang_button,
.nav ul li a.login_button,
.nav ul li a.wish_button,
.nav ul li a.navicon,
.nav ul li a.search-button,
input[type=submit].guest_button {
    border-radius: 0;
}

.nav ul li a.search-button::before {
    margin-right: 0;
}

ul.nav_buttons .button_label {
    margin-left: 5px;
}

.nav ul li a.cart_button:hover,
.nav ul li a.lang_button:hover,
.nav ul li a.login_button:hover,
.nav ul li a.wish_button:hover,
.nav ul li a.cart_button.active:hover,
.nav ul li a.lang_button.active:hover,
.nav ul li a.login_button.active:hover,
.nav ul li a.wish_button.active:hover {
    background-position: 9px -41px;
    color: #837a6c;
    border-color: #837a6c;
}

ul.menu li.navicon_button {
    display: none;
}

/* sub-levels link */

.menu ul a,
.menu li:hover>ul a {
    padding: 15px;
    background: none;
    text-align: left;
}

/* sub-level ul */

.menu ul {
    position: absolute;
    left: 0;
    top: 28px;
    background-color: #ffffff;
    border: solid 1px #b4ac9f;
    z-index: 1000;
    opacity: 0;
    width: 215px;
    transition: opacity 0.3s 0.15s ease-in;
    pointer-events: none;
    visibility: hidden;
}

ul.menu ul.menu-dropdown li {
    display: block;
    border-bottom: solid 1px #f2f2f2;
    text-align: left;
    padding: 0;
}

ul.menu ul li:last-child {
    border-bottom: 0;
}

/* sub-sub-level dropdown */

.menu ul ul {
    left: 215px;
    top: -1px;
}

.menu li.dropdown--left ul ul {
    left: -215px;
}

.dropdown--left .menu-dropdown {
    right: 0;
    left: auto;
}

/* show dropdown ul on hover */

.menu li:hover>ul,
.menu li:focus>ul,
.menu li:focus-within>ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.toggle_menu {
    position: relative;
    overflow: hidden;
    display: none;
    top: -16px;
}

.header-logo.logo a {
    max-width: 180px;
    padding-top: 0px;
}

ul.top_menu {
    padding-top: 0px;
}

div.promo_banner {
    background-color: #323232;
}

div.promo_banner a,
div.promo_banner p,
.promo_banner-close {
    color: #ffffff;
}

.toggle_menu {
    padding-top: 92px;
}

ul.top_menu {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

ul.top_menu li a {
    padding-bottom: 0;
}

ul.top_menu form.search {
    margin-bottom: 0;
}

ul.top_menu li a,
ul.top_menu li a:visited,
ul.top_menu li a:active {
    font-size: 13px;
    color: #828181;
}

ul.top_menu li a:hover {
    color: #837a6c;
}

/* Currency / language switcher in header */

#header__selector-form .icon-arrow-down {
    font-size: 9px;
}

#header__selector-form .selectors-form__item {
    margin: 0;
}

#header__selector-form .disclosure__toggle {
    color: #828181;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: inherit;
    background-color: transparent;
    border: none;
    padding-right: 0;
    position: relative;
}

#header__selector-form .disclosure__toggle:hover,
#header__selector-form .disclosure__toggle:focus,
#header__selector-form .disclosure__toggle:active {
    box-shadow: none;
    background-color: transparent;
}

#header__selector-form .disclosure__toggle.is-clicked {
    color: #837a6c !important;
    /* Override default button hover styles */
}

#header__selector-form .disclosure__list-wrap {
    bottom: initial;
    top: 100%;
}

#header__selector-form button.disclosure__button {
    color: #828181;
    font-size: 13px;
    border-bottom: solid 1px #f2f2f2;
    padding: 15px 10px;
}

#header__selector-form button.disclosure__button:hover,
#header__selector-form button.disclosure__button[aria-current=true] {
    color: #837a6c;
    opacity: 1;
}

.mobile_menu .search_box {
    width: 100% !important;
    border: none;
}

.mobile_menu_container {
    display: inline;
}

.nav ul.mobile_menu,
.nav div.mobile_menu {
    background-color: #1B1B1B;
    margin-bottom: 1em;
    clear: both;
    width: 100%;
}

.nav ul.mobile_menu li,
.nav div.mobile_menu li {
    border: none;
    text-align: left;
    display: block;
    border-top: 1px solid #313335;
    padding-left: 0;
}

.nav ul.mobile_menu .search_box,
.nav div.mobile_menu .search_box {
    width: 100%;
    box-sizing: border-box;
}

.nav ul.mobile_menu form.search,
.nav div.mobile_menu form.search {
    margin: 10px 30px;
}

.nav ul.mobile_menu li a,
.nav div.mobile_menu li a {
    color: #9DA0A4;
    width: 100%;
    text-decoration: none;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 10px 30px;
}

.nav ul.mobile_menu li ul li a {
    padding-left: 25px;
}

.nav ul.mobile_menu li ul ul li a {
    padding-left: 60px;
}

.nav ul.mobile_menu li.active,
.mobile_menu li:hover {
    background-color: #111;
}

.nav ul.mobile_menu li.active a,
.nav ul.mobile_menu li.active span,
.nav ul.mobile_menu li a:hover {
    color: #FFFFFF;
}

/* Currency / language switcher on mobile */

.mobile-menu__disclosure .disclosure-list__item {
    margin: 0 !important;
    /* Override button styles for mobile menu item styling */
    padding: 0 !important;
    /* Override button styles for mobile menu item styling */
}

.mobile-menu__disclosure form.selectors-form button.disclosure__button {
    font-size: 14px;
    padding: 8px 0 8px 40px;
    color: #9DA0A4;
}

.mobile-menu__disclosure form.selectors-form button.disclosure__button:hover,
.mobile-menu__disclosure form.selectors-form button.disclosure__button:focus {
    color: #9DA0A4;
}

.index .vetrinat-section--header {
    padding-bottom: 0;
}

.container div.collection_nav {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.container div.feature_banner {
    margin-bottom: 0;
    border-bottom: 0;
}

.collection_menu,
.collection_menu li {
    display: inline;
    list-style: none;
    border: none;
    position: relative;
    top: -2px;
    margin: 0;
}

.collection_menu li {
    padding-left: 30px;
}

.sidebar a,
.collection_menu li a {
    color: #545454;
}

.sidebar li.active a,
ul.latest-news_list a.active,
ul.latest-news_list a.active--default,
.collection_menu li a span.active {
    color: #323232;
    font-weight: bold;
}

.sidebar a:hover,
.collection_menu a li a:hover,
.collection_menu li span.active:hover {
    color: #837a6c;
}

ul.latest-news_list li ul {
    display: none;
    margin: 15px 0 0 15px;
    padding-bottom: 15px;
}

ul.latest-news_list li ul.active {
    display: block;
}

ul.latest-news_list li ul:last-child {
    padding-bottom: 0;
}

ul.latest-news_list li ul li {
    margin-bottom: 0;
    padding-bottom: 15px;
}

ul.latest-news_list li ul li:last-child {
    padding-bottom: 0;
}

/* #Currencies
================================================== */

#currencies {
    border: none;
    display: block;
    width: inherit;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    padding: 10px 30px 10px 0;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
}

.currency-container #currencies {
    width: 100%;
    text-decoration: none;
    color: #9DA0A4;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 30px;
    background-color: transparent;
    background-position: 95.5% 50%;
}

.currency-container #currencies:hover {
    color: #FFF;
}

#currency_form {
    margin: 0;
}

select#currencies {
    font-size: 13px;
    color: #828181;
}

/* Target Currency Dropdown in Edge */

@supports (-ms-ime-align: auto) {
    select #currencies.currencies option;

        {
        color: #000000;
    }
}

/* =====================  Mega menu  ==================== */

.mega-mobile-arrow {
    display: none;
}

.nav {
    position: relative;
}

li.mega-menu-dropdown:hover+.mega-menu,
li.mega-menu-dropdown:focus+.mega-menu,
.mega-menu-dropdown[aria-expanded=true]+.mega-menu {
    opacity: 1;
    visibility: visible;
}

.main .animated {
    animation-duration: 0.5s;
}

.mega-menu {
    background-color: #ffffff;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 11;
}

.mega-menu p {
    padding: 10px 0 0 0;
    line-height: 1em;
}

.mega-menu__grid-wrap {
    width: 100%;
}

.mega-menu__grid {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
}

.mega-menu__column {
    flex: 1 0 auto;
    box-sizing: border-box;
    z-index: 1;
    padding: 0 33px;
    margin: 33px 0;
    width: 20%;
}

.mega-menu__column:last-child {
    border-right: 0px;
}

.mega-menu__sub-submenu {
    opacity: 0;
    visibility: hidden;
}

.main .mega-menu__sublink-item {
    padding: 8px 0;
}

.main .mega-menu__sublink-item a {
    line-height: 1;
}

.main .mega-menu__dropdown:hover .mega-menu__sub-submenu,
.main .mega-menu__dropdown:focus-within .mega-menu__sub-submenu {
    opacity: 1;
    visibility: visible;
}

.main .mega-menu__dropdown ul.mega-menu__sub-submenu {
    position: relative;
    font-family: inherit;
    font-size: inherit;
    background-color: inherit;
    color: inherit;
    top: 5px;
    border: 0;
}

.main .mega-menu__dropdown ul.mega-menu__sub-submenu li {
    display: block;
}

.main .mega-menu__dropdown ul.mega-menu__sub-submenu a.mega-menu__sublink {
    padding: 8px 0;
    line-height: inherit;
    max-width: 80%;
}

.main .mega-menu__dropdown ul.mega-menu__sub-submenu.mega-menu__sub-submenu--open {
    display: block;
}

.main.menu .mega-sub-submenu-arrow {
    left: 0;
    padding: 10px;
    margin-left: 0;
    cursor: pointer;
    color: #9d6704;
    transition: color 0.1s linear;
}

.mega-menu__dropdown:hover .mega-sub-submenu-arrow,
.mega-menu__dropdown:focus .mega-sub-submenu-arrow {
    color: #c07e05;
}

.parent-link--false .mega-menu__sublink {
    cursor: pointer;
}

.main h3.mega-menu__subtitle {
    font-size: 1.2em;
    line-height: 1.5;
}

.main .mega-menu__banner a {
    width: 100%;
    text-align: center;
}

.main .mega-menu__banner p {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.column_divider_active {
    border-right: thin solid #f2f2f2;
}

.column_divider_active:last-child {
    border-right: 0px;
}

.mega-menu__submenu {
    line-height: 1.4;
}

.mega-menu__submenu ul li a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: none;
    color: #9d6704;
    position: relative;
    display: block;
    letter-spacing: 0px;
    padding-bottom: 10px;
    cursor: pointer;
}

.mega-menu__submenu ul li a:hover {
    color: #c07e05;
}

/* Mobile mega menu */

.mobile-mega-menu .mega-menu {
    background-color: #1B1B1B;
    border: none;
    display: none;
    opacity: 1;
    visibility: visible;
    text-align: left;
}

.mobile-mega-menu .mega-menu a {
    color: #9DA0A4;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    line-height: 1.4em;
}

.mobile-mega-menu .mega-menu a:hover {
    background-color: #111;
}

.mobile-mega-menu .mega-menu__grid,
.menu .mega-menu__grid {
    display: flex;
    flex-wrap: nowrap;
    transition: ease-in-out 0.3s transform;
}

.mobile-mega-menu .mega-menu__submenu {
    display: none;
}

.mobile-mega-menu .mega-menu__submenu .mega-menu__sublink-item a.mega-menu__sublink {
    padding-left: 60px;
}

.mega-menu__text p {
    line-height: 1.2em;
}

.mobile-mega-menu .mega-menu .mega-menu__banner a {
    width: 90%;
    text-align: center;
    padding: 10px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-mega-menu .mega-menu .mega-menu__banner a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.mobile-mega-menu .mega-menu .mega-menu__banner a p {
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.mobile-mega-menu .mega-menu .mega-menu__banner p {
    width: 95%;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
}

.mobile-mega-menu .js-mega-menu__dropdown .mega-menu__submenu .mega-menu__sublink-item {
    border-top: 1px solid #313335;
}

.mobile-mega-menu .js-mega-menu__dropdown .mega-menu__submenu .mega-menu__sublink-item a {
    padding-left: 60px;
    max-width: 75%;
}

.mobile-mega-menu .sub-menu a {
    max-width: 75%;
}

.mobile-mega-menu .mega-menu .mega-menu__column {
    margin: 0;
    width: 100% !important;
    /* override id specific styling */
    padding: 0;
    text-align: left;
    display: block;
    border-top: 1px solid #313335;
    line-height: inherit;
}

.mobile-mega-menu .mega-menu .mega-menu__column:hover {
    background-color: #111;
}

.mobile-mega-menu .mega-menu .mega-menu__column a {
    padding: 10px 30px 10px 40px;
}

.mobile-mega-menu .mega-menu .mega-menu__column .mega-menu__subtitle {
    margin-bottom: 0;
}

.mobile-mega-menu .mega-menu .mega-menu__column .mega-menu__sub-submenu a.mega-menu__sublink {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding-left: 80px;
}

.mobile-mega-menu .mega-menu .mega-menu__column span.mega-menu-toggle {
    padding: 0 15px;
    color: #545454;
    font-size: 1em;
}

.mega-menu__dropdown ul {
    font-size: 65%;
}

.mobile-mega-menu .mega-menu__dropdown {
    border-top: 1px solid #313335;
}

.mobile-mega-menu .mega-menu__dropdown:hover {
    background-color: #111;
}

/* #Images
================================================== */

.product_row img,
.product_image_col img,
.article img,
.article_image img,
.section img,
.thumbnail img,
.logo img,
.page img,
.sidebar img,
#target img {
    max-width: 100%;
    height: auto;
}

/* Zoom plugin */

.zoomImg {
    background-color: #ffffff;
}

.zoom-container {
    width: 100%;
    display: block;
}

.description_wide img {
    width: 100%;
}

.full-width-image {
    width: 100%;
}

.lazyload--fade-in {
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.lazyload--fade-in.lazyloaded {
    opacity: 1;
}

.image-crop--left img,
.image-crop--left .image-element__wrap {
    object-fit: cover;
    object-position: left;
    height: 100% !important;
}

.image-crop--right img,
.image-crop--right .image-element__wrap {
    object-fit: cover;
    object-position: right;
    height: 100% !important;
}

.image-crop--center img,
.image-crop--center .image-element__wrap {
    object-fit: cover;
    height: 100% !important;
}

img[data-sizes=auto] {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Ensures that small images are not stretched larger */

.image__container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* #Placeholders
================================================== */

.placeholder-svg {
    fill: rgba(50, 50, 50, 0.3);
    background-color: rgba(50, 50, 50, 0.4);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    display: block;
}

.placeholder-svg--banner,
.placeholder-svg--video {
    max-height: 600px;
}

.placeholder-svg--slideshow,
.placeholder-svg--image-with-text-overlay {
    max-height: 600px;
}

.vetrinat-section--featured-promotions .feature-section:nth-child(even) .placeholder-svg--promotions,
.vetrinat-section--image-with-text .image-with-text--image:nth-child(odd) .placeholder-svg--promotions,
.gallery-section .gallery_image:nth-child(even) .placeholder-svg,
.logo-bar-section .logo-bar__item:nth-child(even) .placeholder-svg {
    background-color: rgba(50, 50, 50, 0.35);
}

/* ==================== Media Center ====================== */

section.section.media-sec {
    min-height: 650px;
}

section.section.media-sec .row {
    width: 100%;
}

.media-center-cont ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}

.media-center-cont ul li {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.media-center-cont ul li .col-md-3 {
    width: 33.3%;
    float: left;
}

.mediacenter-cont {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
    min-height: 400px;
}

.mediabox-inner {
    width: 100%;
    height: 250px;
    margin: 40px 0px 80px 0px;
    float: left;
    border: 3px solid #f2f2f2;
    position: relative;
}

.mediabox-icon {
    width: 100%;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 60px;
}

.mediabox-title {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mediacenter-cont.brand-wrapper h4 {
    padding-top: 15px;
}

.mediabox-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: none;
}

.mediabox-inner:hover .mediabox-icon img {
    transform: scale(1.2);
    overflow: hidden;
    fill: #000;
}

.mediabox-icon img {
    width: 130px !important;
    height: 184px !important;
    transition: transform .9s ease;
}

.mediabox-inner .mediabox-icon {
    text-decoration: none;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.box {
    overflow: hidden;
    position: relative;
}

.box:before {
    height: 90%;
}

.box:after {
    height: 72%;
}

.box:before,
.box:after {
    content: '';
    background: #f2f2f2;
    width: 10px;
    box-shadow: 15px 0 0 #f2f2f2;
    transform: skewY(50deg);
    position: absolute;
    bottom: -100%;
    left: 5px;
    z-index: 1;
    transition: all 0.45s ease;
}

.box:after {
    box-shadow: -15px 0 0 #f2f2f2;
    left: auto;
    right: 5px;
    bottom: auto;
    top: -100%;
}

.box:hover:before {
    bottom: -10px;
}

.box:hover:after {
    top: -10px;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.45s;
}

.box:hover img {
    fill: #000;
}

.mediacenter-cont {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
    min-height: 400px;
}

/* =====================  Media Center End  ==================== */

/* =====================  Page Details  ==================== */

[class*=page-details] .vetrinat-section--header {
    padding-bottom: 0;
}

[class*=page-details] .homepage_content .action_button {
    width: auto;
}

[class*=page-details] .page-divider {
    opacity: 0;
    border-color: #f2f2f2;
}

[class*=page-details] .active-divider {
    opacity: 1;
}

[class*=page-details] .maps iframe {
    pointer-events: none;
    display: block;
}

[class*=page-details] .gallery--thumbnail.column {
    margin-top: 10px;
    margin-bottom: 10px;
}

[class*=page-details] .gallery--thumbnail a img,
[class*=page-details] .gallery--thumbnail a svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vetrinat-section--page-details-template>div:not(.block__image_with_text_overlay):not(.block__featured_video) {
    padding-top: 30px;
}

select#ddlpagesize {
    width: 100px;
    line-height: 1;
}

/* #Home page - Featured promotions
================================================== */

.featured-promotions h2.title {
    padding: 0 30px 0;
    margin-bottom: 10px;
}

.featured-promotions .description {
    padding: 0 30px;
}

.featured-promotions .feature-section {
    text-align: center;
    float: left;
    margin: 0 10px 30px;
    position: relative;
}

.featured-promotions .feature-section .link-promo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.featured-promotions .feature-section .feature-inner {
    display: block;
    position: relative;
}

.featured-promotions .feature-section .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.25s linear;
}

.featured-promotions .feature-section .feature-wrap {
    top: 50%;
    transform: translateY(-50.1%);
    padding: 10px 0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    pointer-events: none;
}

.featured-promotions .feature-section .feature-details {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.featured-promotions .feature-section .feature-details h2.title,
.featured-promotions .feature-section .feature-details h2.title a {
    color: #FFFFFF;
    padding: 0;
}

.featured-promotions .feature-section .feature-details .description,
.featured-promotions .feature-section .feature-details .description a {
    color: #FFFFFF;
}

.featured-promotions .feature-section .description a {
    pointer-events: auto;
}

.featured-promotions .feature-section .action_button {
    width: auto;
    margin-bottom: 10px;
    pointer-events: all;
}

.featured-promotions .feature-section .action_button:hover {
    background-color: #837a6c;
}

.featured-promotions .feature-section:hover .feature-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.featured-promotions .feature-section:hover .feature-details {
    opacity: 1;
}

.featured-promotions .feature-section img {
    width: 100%;
    display: block;
    box-shadow: #000 0em 0em 0em;
}

.feature-section:hover a[href] img {
    opacity: 0.8;
}

.feature-section:hover a[href] h2.title {
    color: #837a6c;
}

.promo-1 {
    animation-delay: 0s;
}

.promo-2 {
    animation-delay: 0.3s;
}

.promo-3 {
    animation-delay: 0.6s;
}

.promo-4 {
    animation-delay: 0.9s;
}

.promo-5 {
    animation-delay: 1.2s;
}

.promo-6 {
    animation-delay: 1.5s;
}

.promo-7 {
    animation-delay: 1.8s;
}

.featured-promotions-wrapper {
    width: 100%;
}

.featured-promotions.promo-per-row-2 .feature-section {
    width: calc(50% - 30px);
}

.featured-promotions.promo-per-row-2 .feature-section:nth-child(2n+1) {
    clear: both;
}

.featured-promotions.promo-per-row-3 .feature-section {
    width: calc(33.3333% - 30px);
}

.featured-promotions.promo-per-row-3 .feature-section:nth-child(3n+1) {
    clear: both;
}

.featured-promotions.promo-per-row-4 .feature-section {
    width: calc(25% - 30px);
}

.featured-promotions.promo-per-row-4 .feature-section:nth-child(4n+1) {
    clear: both;
}

.vetrinat-section--featured-promotions .is-width-wide .featured-promotions-wrapper {
    padding-top: 0;
}

.vetrinat-section--featured-promotions .is-width-wide .featured-promotions-wrapper .featured-promotions.promo-per-row-2 .feature-section {
    width: 50%;
    margin: 0;
}

.vetrinat-section--featured-promotions .is-width-wide .featured-promotions-wrapper .featured-promotions.promo-per-row-3 .feature-section {
    width: 33.333333%;
    margin: 0;
}

.vetrinat-section--featured-promotions .is-width-wide .featured-promotions-wrapper .featured-promotions.promo-per-row-4 .feature-section {
    width: 25%;
    margin: 0;
}

.swap img:last-child {
    display: none;
}

.swap:hover img:first-child {
    display: none;
}

.swap:hover img:last-child {
    display: inline-block;
}

.wish {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 100%;
}

.btn-wish {
    text-align: center;
    padding: 0px;
    margin: 0px 4px 0px 0px;
    float: right;
}

.btn-wish img {
    height: 50px;
    width: 50px !important;
    padding: 8px 8px;
}

.thumbnail:hover .swap img {
    opacity: 1;
}

.wish-list {
    position: absolute;
    font-size: 16px;
    text-align: right;
    margin: -50px 0px;
    right: 15px;
}

a#addToWishlist i,
a#addToWishlist:hover i {
    color: #f00;
}

/* #Home page - featured collection
================================================== */

.featured-collection--placeholder .eight:nth-child(2n+2) {
    margin-right: 0;
}

.featured-collection--placeholder .eight:nth-child(2n+1) {
    margin-left: 0;
}

.featured-collection--placeholder .one-third:nth-child(3n+3) {
    margin-right: 0;
}

.featured-collection--placeholder .one-third:nth-child(3n+1) {
    margin-left: 0;
}

.featured-collection--placeholder .four:nth-child(4n+4) {
    margin-right: 0;
}

.featured-collection--placeholder .four:nth-child(4n+1) {
    margin-left: 0;
}

/* #Home page - Image with text
================================================== */

.image-with-text .image-with-text--half a[href] img {
    box-shadow: #000 0em 0em 0em;
    transition: opacity 0.2s linear;
}

.image-with-text .image-with-text--half:hover a[href] img {
    opacity: 0.8;
}

.image-with-text--section {
    box-sizing: border-box;
    float: left;
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
}

.image-with-text--section:nth-child(odd) {
    flex-direction: row-reverse;
}

.image-with-text--section:nth-child(odd) .image-with-text--half {
    float: right;
}

.image-with-text--half.image-with-text--image {
    background-color: transparent;
    text-align: center;
}

.image-with-text--half {
    box-sizing: border-box;
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
    display: table;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}

.image-with-text--half .image-with-text--wrap {
    width: 100%;
    flex: 0 0 auto;
}

.image-with-text--half img,
.image-with-text--half svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.image-with-text--half .info {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}

.image-with-text--half .info.text-align--right {
    text-align: right;
}

.image-with-text--half .info.text-align--right .description:before {
    margin-right: 0;
}

.image-with-text--half .info.text-align--left {
    text-align: left;
}

.image-with-text--half .info.text-align--left .description:before {
    margin-left: 0;
}

.image-with-text--half .collection_title {
    margin-bottom: 0.3em;
    display: block;
    color: #323232;
}

.image-with-text--half .description {
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
}

.image-with-text--half .action_button {
    width: auto;
}

.image-with-text.across-2 .image-with-text--section.image-with-text--no-image {
    width: 100%;
}

.image-with-text.across-2 .image-with-text--section:nth-child(odd) .image-with-text--half {
    float: left;
}

.image-with-text--section.image-with-text--no-image>img {
    display: none;
}

.image-with-text--section.image-with-text--no-image .image-with-text--half {
    width: 100%;
}

.image-with-text--section.image-with-text--no-image .info {
    position: static;
    transform: translateY(0);
    text-align: center;
    padding: 2em;
}

.image-with-text--section.image-with-text--no-image .info.text-align--left {
    text-align: center;
}

.image-with-text--section.image-with-text--no-image .info.text-align--right {
    text-align: center;
}

.image-with-text--section.image-with-text--no-image .description,
.image-with-text--section.image-with-text--no-image .collection_title {
    display: none;
}

.image-with-text.across-2 {
    display: flex;
    flex-wrap: wrap;
}

.image-with-text.across-2 .image-with-text--image:nth-of-type(4n+3) {
    flex-direction: row-reverse;
}

.image-with-text.across-2 .image-with-text--image:nth-of-type(4n+4) {
    flex-direction: row-reverse;
}

.image-with-text.across-2 .image-with-text--section.image-with-text--no-image .image-with-text--half {
    width: 100%;
}

.image-with-text.across-2 .image-with-text--section {
    width: 50%;
    flex-direction: row;
}

.image-with-text.across-2 .image-with-text--image:nth-of-type(2n+1) {
    clear: both;
}

.image-with-text.across-2 .image-with-text--image:nth-of-type(2n+2) .image-with-text--half {
    float: left;
}

.image-with-text.across-2 .image-with-text--image:nth-of-type(3n+3) .image-with-text--half {
    float: right;
}

.image-with-text.across-2 .image-with-text--image:nth-of-type(4n+4) .image-with-text--half {
    float: right;
}

/* #Home page - Divider 
================================================== */

.divider {
    opacity: 0;
}

.divider.divider--true {
    opacity: 1;
}

/* #Home page - Quote
================================================== */

.quote__text {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.quote__text p {
    margin: 0;
}

/* #Home page - Featured product
================================================== */

.vetrinat-section--featured-product form a.size_chart {
    display: none;
}

/* #Buttons
================================================== */

a.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.action_button,
a.action_button,
input.action_button[type=submit],
input.action_button[type=button],
button.vetrinat-payment-button__button.vetrinat-payment-button__button--unbranded {
    /*background-color: #a1998c;*/
    background-color: var(--primary-shop-color);
    color: var(--shop-text-color);
    border: 0;
    padding: 10px 15px;
    width: 100%;
    margin: 0;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    display: inline-block;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    appearance: none;
    font-smoothing: antialiased;
    box-sizing: border-box;
}

a.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.action_button,
a.action_button,
input.action_button[type=submit],
input.action_button[type=button],
button.vetrinat-payment-button__button.vetrinat-payment-button__button--unbranded {
    border-radius: 0;
}

a.button,
a.action_button {
    cursor: default;
}

a.button[href],
a.action_button[href] {
    cursor: pointer;
}

a.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.action_button:hover,
input.action_button[type=submit]:hover,
input.action_button[type=button]:hover,
button.vetrinat-payment-button__button.vetrinat-payment-button__button--unbranded:hover {
    /* background-color: #837a6c;*/
    /* background-color: #0a918a;*/
    background-color: var(--shop-text-color);
	color: var(--primary-shop-color);
}

a.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.8;
}

p.add-to-cart-wrap {
    margin-bottom: 0;
}

p.add-to-cart-wrap input {
    min-height: 55px;
    margin-bottom: 0 !important;
    /* to over-ride the style on line 6123 */
}

.add_to_cart {
    padding: 12px 30px;
    margin-top: 10px;
    min-height: 48px;
    line-height: 50%;
}

.action_button.btn {
    width: auto !important;
}

.amazon-payments-pay-button {
    display: block !important;
    text-align: center;
}

/* vetrinat smart payment buttons */

.add_to_cart.action_button {
    min-height: 44px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}

.action_button.action_button--secondary {
    background-color: transparent;
    border: 1px solid #a1998c;
    color: #a1998c;
    margin-bottom: 8px;
    box-shadow: none;
    line-height: 1.2;
    padding: 10px 15px;
    min-height: 44px;
}

.vetrinat-payment-button {
    position: relative;
    height: 44px;
}

.vetrinat-payment-button button {
    line-height: 1.2;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
}

/* vetrinat challenge button */

.vetrinat-challenge__container .vetrinat-challenge__button {
    max-width: 304px;
    /* Match the width of the recaptcha iframe */
}

/* vetrinat requires us to add this style for the Dynamic Payment Buttons */

[data-vetrinat-buttoncontainer] {
    justify-content: flex-end;
}

div.vetrinat-payment-button__button {
    border-radius: 0;
}

.vetrinat-payment-button__button--branded,
.vetrinat-payment-button__button--unbranded {
    overflow: hidden;
    min-height: 44px;
}

button.vetrinat-payment-button__more-options {
    color: #545454;
    box-shadow: none;
    text-transform: none;
    font-size: 0.9rem;
    letter-spacing: 0;
    padding: 16px 0 28px;
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

button.vetrinat-payment-button__more-options:hover {
    background-color: transparent;
}

.purchase-details.smart-payment-button--true {
    margin-top: 0;
    padding-bottom: 0px;
}

.purchase-details.smart-payment-button--true .purchase-details__buttons {
    display: flex;
}

.purchase-details.smart-payment-button--true .purchase-details__buttons .action_button--secondary,
.purchase-details.smart-payment-button--true .purchase-details__buttons .vetrinat-payment-button {
    min-height: 43px;
}

.purchase-details.smart-payment-button--false {
    display: flex;
}

.purchase-details__quantity {
    display: flex;
    margin: 12px 0 24px;
    width: 100%;
}

.purchase-details__quantity input.quantity {
    padding: 10px 15px;
    line-height: 1.4;
    min-height: 44px;
    margin-bottom: 0;
    text-align: center;
    width: calc(50% - 95px);
    -moz-appearance: textfield;
}

.purchase-details__quantity input.quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.purchase-details__quantity input.quantity {
    border-radius: 0;
}

.purchase-details__quantity .product-plus,
.purchase-details__quantity .product-minus {
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 10px;
    color: #545454;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

.purchase-details__quantity .product-plus:hover,
.purchase-details__quantity .product-minus:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.purchase-details__quantity .product-plus span,
.purchase-details__quantity .product-minus span {
    display: block;
    line-height: 42px;
    text-align: center;
}

.purchase-details__quantity .product-minus {
    border-radius: 0;
    border-right: 0;
}

.purchase-details__quantity .product-plus {
    border-radius: 0;
    border-left: 0;
}

.purchase-details.smart-payment-button--false {
    justify-content: space-between;
}

.purchase-details.smart-payment-button--false .purchase-details__quantity {
    width: 50%;
    margin-right: 12px;
    max-width: 100%;
}

.purchase-details.smart-payment-button--false .purchase-details__buttons {
    width: calc(50% - 6px);
}

.purchase-details__buttons {
    width: 100%;
}

.purchase-details__buttons .action_button--secondary {
    transition: none;
}

.purchase-details__buttons .vetrinat-payment-button,
.purchase-details__buttons .action_button--secondary {
    flex: 1 0 100%;
    margin-bottom: 0px;
    margin-top: 0;
    max-width: 100%;
}

.additional-checkout-button.additional-checkout-button--paypal {
    min-width: 100% !important;
}

.additional-checkout-button+.additional-checkout-button {
    margin-left: 0 !important;
    max-width: 100% !important;
}

/* Add to cart button container */

.atc-btn-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.atc-btn-container.disabled {
    opacity: 0.3;
}

.modal_price--sold-out {
    opacity: 0.3;
}

/* #Tabs
================================================== */

ul.tabs {
    display: block;
    margin: 25px 0;
    border-bottom: solid 1px #f2f2f2;
    border-top: 0;
    list-style: none outside;
    margin-left: 0;
    text-transform: uppercase;
    padding-left: 0;
    padding-bottom: 3px;
}

ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0;
    list-style: none outside;
    margin-left: 0;
    cursor: pointer;
}

ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    line-height: 30px;
    margin-right: 60px;
    font-size: 13px;
    outline: none;
}

ul.tabs li a.active {
    border-bottom: solid 3px #f2f2f2;
    background-color: #ffffff;
    border-bottom: solid 3px #323232;
    height: 31px;
    position: relative;
    border-right-width: 1px;
    color: #545454;
}

ul.tabs li:last-child a {
    margin: 0;
}

ul.tabs-content {
    margin: 0;
    display: block;
    border: 0;
    padding-left: 0;
}

ul.tabs-content>li {
    display: none;
    border: 0;
    line-height: 1.8em;
}

ul.tabs-content>li.active {
    display: block;
    border: 0;
    padding-left: 0px;
}

ul.tabs-content ul {
    padding-left: 0;
}

/* Clearfixing tabs for beautiful stacking */

ul.tabs:before,
ul.tabs:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.tabs:after {
    clear: both;
}

ul.tabs {
    zoom: 1;
}

/* #Forms
================================================== */

fieldset {
    margin-bottom: 30px;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
    border: 1px solid #ced4da;
    padding: 10px 15px;
    color: #51595d;
    /*margin: 0 0 30px 0;*/
    width: 100%;
    display: block;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
    border-radius: 0;
}

select {
    background: url(../images/select_arrow.png) no-repeat 93% 50%;
    background-image: url(../images/select_arrow.png);
    /* background-size: 16px 12px;*/
    cursor: pointer;
    -webkit-padding-end: 30px;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 14px 15px;
    background-size: 25px;
}

.section_select select {
    font: 15px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select::-ms-expand {
    display: none;
}

@-moz-document url-prefix() {
    select;

        {
        background-size: 12px 10px;
        background-position: 95% 50%;
    }
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #333;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

input[type=checkbox] {
    display: inline;
}

label span,
legend span {
    font-weight: bold;
    font-size: 13px;
    color: #444;
}

textarea {
    border-radius: 0;
}

input[type=submit].sign_up {
    width: inherit;
    margin-left: 10px;
}

.continue_reading .action_button {
    width: auto;
    padding: 10px 15px;
    margin-top: 15px;
    line-height: 1.8;
}

.continue_shopping {
    display: none;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.continue_shopping a {
    font-weight: bold;
}

.index div.section.product_section {
    padding: 25px 0;
}

.index div.section.product_section .product_info {
    margin-bottom: 2em;
}

div.product_section {
    margin-top: 5px;
}

#target {
    text-align: center;
}

#customer_login {
    margin-bottom: 2px;
}

#customer_decline {
    width: auto;
}

/* #Shipping Rates Calculator
================================================== */

select {
    padding: 10px 15px;
}

#shipping-calculator select,
#shipping-calculator input {
    min-height: 50px;
}

/* #Customers
================================================== */

.acceptsMarketing {
    display: flex;
}

.acceptsMarketing label {
    display: inline-block;
    margin-left: 5px;
}

.acceptsMarketing input[type=checkbox] {
    margin-top: 5px;
}

/* #Tables
================================================== */

table:not(#customer-orders):not(#order-details) th {
    background-color: #fafafa;
}

table:not(#customer-orders):not(#order-details) th,
table:not(#customer-orders):not(#order-details) td {
    padding: 10px;
}

table:not(#customer-orders):not(#order-details) tr {
    border-bottom: 1px solid #dcdcdc;
}

table:not(#customer-orders):not(#order-details) tr:first-child {
    border-top: 1px solid #dcdcdc;
}

/* Responsive order tables */

.collapsible-table {
    width: 100%;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #ffffff;
}

.collapsible-table th {
    font-weight: 700;
    text-align: left;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #ededed;
}

.collapsible-table th,
.collapsible-table td {
    padding: 12px;
    border-right: 1px solid #dcdcdc;
}

.collapsible-table th:first-child,
.collapsible-table td:first-child {
    border-left: 1px solid #dcdcdc;
}

.collapsible-table tr {
    border-bottom: 1px solid #dcdcdc;
}

.collapsible-table tr:first-child {
    border-top: 1px solid #dcdcdc;
}

.collapsible-table tr td {
    background: #fafafa;
}

.collapsible-table tr td a {
    color: #666666;
    font-weight: bold;
}

.collapsible-table tr td a:visited {
    color: #999999;
}

.collapsible-table tr .order_summary td.label {
    text-align: right;
}

.collapsible-table .order-details__discount-block {
    display: block;
}

/* #FAQ
================================================== */

.vetrinat-section--page-faq-template .banner-section {
    margin-top: 30px;
    margin-bottom: 40px;
}

.vetrinat-section--page-faq-template .is-width-wide .banner-section {
    margin-top: 0;
}

.page-faq .vetrinat-section--header {
    padding-bottom: 0;
}

.faq-accordion {
    padding-top: 0.75em;
    min-height: 650px;
}

.faq-accordion .faq-accordion--heading {
    padding-top: 1.5em;
    margin: 0 0 10px;
}

.faq-accordion .faq-accordion--heading:first-child {
    padding-top: 0;
}

.faq-accordion>dt>.faq-accordion--button {
    background: transparent;
    position: relative;
    padding: 15px 30px 15px 40px;
    color: #323232;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    display: block;
    cursor: pointer;
    width: 100%;
    outline: none;
    text-transform: initial;
    min-height: auto;
    height: auto;
    line-height: inherit;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    box-shadow: none;
    border-radius: 0px;
    font-size: 18px;
}

.faq-accordion>dt>.faq-accordion--button:hover,
.faq-accordion>dt>.faq-accordion--button:focus {
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    color: var(--primary-color);
}

.faq-accordion>dt>.faq-accordion--button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50.1%);
    left: 15px;
    font-size: 25px;
    content: "+";
    color: inherit;
}

.faq-accordion>dt>.faq-accordion--button[aria-expanded=true]::after {
    content: "-";
    font-size: 30px;
}

.faq-accordion>dt:first-child>button {
    border-top: none;
}

.faq-accordion>dd {
    color: #545454;
    padding: 15px 15px 15px 15px;
}

.faq-accordion>dd[aria-hidden=true] {
    display: none;
}

/* Predictive search */

[data-autocomplete-true],
[data-autocomplete-false],
#autocomplete-search {
    position: relative;
}

.search__results-wrapper {
    display: none;
    position: absolute;
    z-index: 4;
    top: 100%;
    width: 700px;
    right: 0;
    left: auto;
}

ul.search__results {
    background-color: white;
    margin-left: 0;
    padding-top: 12px;
    list-style: none;
    border: 1px solid #f2f2f2;
}

ul.search__results li {
    padding: 0;
}

ul.search__results li a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 16px 16px 16px 0;
}

ul.search__results li a .thumbnail {
    max-width: 30%;
    margin: 0 16px 0 0;
}

ul.search__results li a .title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #545454;
    text-transform: none;
}

ul.search__results li a .item-pricing {
    color: #9d6704;
}

ul.search__results .all-results a {
    padding: 10px 0;
}

ul.search__results .all-results a .icon-arrow-right {
    margin-left: 4px;
}

/* Search overlay */

.has-search-overlay::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
}

/* mobile search */

.mobile-search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999999;
    width: 100%;
    background: #FFFFFF;
}

.mobile-search .search__fields {
    position: relative;
}

.mobile-search form {
    background-color: #FFFFFF;
    margin: 0;
    padding: 10px 30px 0;
    position: relative;
    min-height: 70vh;
    width: calc(100% - 40px);
}

.mobile-search input#q {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    padding-left: 40px;
    padding-right: 30px;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
    text-transform: none;
    margin-bottom: 10px;
}

.mobile-search input#q:focus,
.mobile-search input#q:active {
    border-bottom: 2px solid #005fcc;
    outline: 0;
    box-shadow: none;
}

.mobile-search .icon-search {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1000;
    font-size: 30px;
    cursor: pointer;
}

.mobile-search .close-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
}

.mobile-search .search__results-wrapper {
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
    /* Full screen height - form height */
    position: relative;
}

.mobile-search .search__results {
    background-color: #FFFFFF;
    margin-top: 0;
    padding: 0;
}

.mobile-search .item-result:last-child {
    padding-bottom: 10px;
}

/* Inner pages */

.page-not-found__form .search__results-wrapper,
.search-template-section .search__results-wrapper {
    width: 100%;
}

/* #Contact form
================================================== */

.quote-container {
    margin: 2em 0;
}

.quote-container p {
    font-style: italic;
    font-weight: bold;
}

.contact_form {
    padding-top: 0.75em;
}

.contact_form .contact_content .contact_text {
    padding-bottom: 30px;
}

.contact_text_alignment--right .contact_content p,
.contact_text_alignment--right h2 {
    text-align: right;
}

.contact_text_alignment--center .contact_content p,
.contact_text_alignment--center h2 {
    text-align: center;
}

.contact-template_contact_form {
    margin-bottom: 50px;
}

.contact_form.contact_text_position--center .contact_content {
    margin-bottom: 25px;
}

.contact_form .contact_image img {
    width: 100%;
}

.contact-section {
    padding-bottom: 30px;
}

/*** Contact Us Page ***/

ul.cont-form-wp-all input,
ul.cont-form-wp-all textarea {
    margin-bottom: 20px;
}

aside.contact-form ul li {
    list-style: none;
}

aside.contact-form ul li input#ctl00_contentplaceholder1_txtcountrycode {
    width: 20% !important;
    float: left;
    min-width: 30px;
}

aside.contact-form ul li input#ctl00_contentplaceholder1_txtPhone {
    width: 79%;
    float: left;
    margin-left: 1%;
}

aside.contact-form ul li label.control-label {
    width: 100%;
}

aside.contact-form ul li select {
    width: 100% !important;
}

aside.contact-form {
    width: 60%;
    float: left;
    min-width: 300px;
    padding-bottom: 18px;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid rgb(239, 239, 239);
    min-height: 300px;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 4px -2px rgba(121, 121, 121, 0.36);
}

aside.contact-form ul li {
    margin: 0;
}

li.col-md-6.col-sm-6.col-xs-12.half-width {
    float: left;
}

.col-xs-8.agile_contact_grid_right.agilew3_contact,
.col-xs-8.agile_contact_grid_right.agileits_w3layouts_right,
.col-xs-8.agile_contact_grid_right.agileits_w3layouts_right1 {
    padding-left: 37%;
}

ul.cont-form-wp-all li {
    list-style: none;
}

ul.cont-form-wp-all {
    margin: 0px;
}

.contact-section ul.cont-form-wp-all {
    margin: 0px -15px;
}

/* #Home page - newsletter
================================================== */

.vetrinat-section--newsletter .newsletter-wrap {
    margin: 0 auto;
    padding: 40px;
    display: flex;
}

.vetrinat-section--newsletter .newsletter-wrap.is-width-wide {
    padding: 40px 0;
}

.vetrinat-section--newsletter .newsletter-wrap.newsletter--left {
    justify-content: flex-start;
}

.vetrinat-section--newsletter .newsletter-wrap.newsletter--right {
    justify-content: flex-end;
}

.vetrinat-section--newsletter .newsletter-wrap.newsletter--right form.contact-form {
    justify-content: flex-end;
}

.vetrinat-section--newsletter .newsletter-wrap.newsletter--center {
    justify-content: center;
}

.vetrinat-section--newsletter .newsletter-wrap.newsletter--center form.contact-form {
    margin: 0 auto;
}

.vetrinat-section--newsletter .newsletter-wrap h2 {
    margin-bottom: 5px;
}

.vetrinat-section--newsletter .newsletter-wrap p {
    margin-bottom: 7px;
}

.vetrinat-section--newsletter .newsletter-wrap form.contact-form {
    padding-top: 0;
}

.vetrinat-section--newsletter .newsletter-wrap form.contact-form input.action_button {
    width: 130px;
}

.vetrinat-section--newsletter .text {
    max-width: 60%;
}

/* #Home page - Map
================================================== */

.maps iframe {
    pointer-events: none;
    display: block;
}

.page-contact .map--container {
    padding-top: 40px;
}

.map--container {
    width: 100%;
}

.map--container svg {
    height: 400px;
}

.mapLayout {
    display: flex;
}

.mapLayout .placeholder-svg--banner {
    max-height: 400px;
}

.mapLayout.mapLayout--right {
    flex-direction: row-reverse;
}

.mapLayout--display {
    width: 75%;
    flex: 1 0 75%;
}

.mapLayout--display img.lazyloaded {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.mapLayout--display iframe {
    height: 400px;
}

.mapLayout--display.mapLayout-hours--false {
    width: 100%;
}

.mapLayout--info {
    width: 25%;
    display: flex;
    align-items: center;
}

.mapLayout--info .info {
    padding: 1.5rem;
    width: 100%;
}

.mapLayout--info .info p {
    margin-bottom: 0;
}

.mapLayout--info .info .action_button {
    margin-top: 30px;
    width: auto;
    padding: 10px 15px;
    line-height: 1.8;
}

.mapLayout--directions {
    max-width: 90%;
    margin: 30px auto;
}

/* ====================== Inner Page Sub Banner Start ====================== */

.banner {
    padding: 3rem 0rem;
    margin: 20px 0px;
    width: 100%;
    background: #333 url("../images/sub_banner.webp") center center;
    background-size: cover;
}

.banner-section__caption .row {
    width: 100%;
}

.banner h1 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}

/* ====================== Inner Page Sub Banner End ====================== */

/* #Home page - Image with text overlay
================================================== */

.banner-section {
    overflow: hidden;
    position: relative;
}

.banner-section .banner-section__image {
    margin: 0;
    width: 100%;
    display: block;
}

.banner-section .banner-section__caption {
    top: 50%;
    margin: 0;
    z-index: 3;
    width: 100%;
    position: absolute;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    pointer-events: none;
}

.banner-section .banner-section__caption .banner-section__caption-headline {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0.2em;
    line-height: 65px;
}

.banner-section .banner-section__caption .banner-section__caption-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.5em;
}

.banner-section .banner-section__caption .banner-section__caption-button {
    width: auto;
    margin-top: 15px;
    padding: 10px 15px;
    line-height: 1.8;
    pointer-events: all;
}

.article .banner-section {
    margin-bottom: 2em;
}

/* #Home page - Slideshow
================================================== */

.slideshow {
    overflow: hidden;
}

.slideshow .slideshow__gallery-cell {
    width: 100%;
}

.slideshow .slideshow__gallery-cell .slideshow__gallery-cell-image {
    margin: 0;
    width: 100%;
    display: block;
}

.slideshow .slideshow__caption {
    top: 50%;
    margin: 0;
    z-index: 3;
    width: 100%;
    position: absolute;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    pointer-events: none;
}

.slideshow .slideshow__caption .container {
    opacity: 0;
    max-width: 1200px;
}

.slideshow .slideshow__caption .container.text-animation--none {
    opacity: 1;
}

.slideshow .slideshow__caption .column {
    max-width: 580px;
}

.slideshow .slideshow__caption .slideshow__caption-headline {
    /* font-family: "Abril Fatface", serif;*/
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0.2em;
    line-height: 65px;
    z-index: 2;
}

.slideshow .slideshow__caption .slideshow__caption-subtitle {
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.5em;
}

.slideshow .slideshow__caption .slideshow__caption-button {
    width: auto;
    margin-top: 15px;
    padding: 10px 15px;
    line-height: 1.8;
    pointer-events: all;
}

.slideshow .flickity-page-dots {
    right: 5%;
    width: auto;
    bottom: 30px;
}

.slideshow .flickity-page-dots .dot {
    padding: 0;
    opacity: 1;
    width: 18px;
    height: 18px;
    margin: 0 7px;
    background-color: rgba(255, 255, 255, 0.3);
}

.slideshow .flickity-page-dots .dot.is-selected {
    cursor: default;
    background-color: rgba(255, 255, 255, 0.7);
}

.slideshow .flickity-button {
    color: #ffffff;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.slideshow .flickity-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.slideshow .flickity-button.previous {
    left: -60px;
}

.slideshow .flickity-button.next {
    right: -60px;
}

.slideshow .flickity-button:active {
    box-shadow: none;
}

.slideshow .flickity-button .arrow {
    opacity: 1;
}

.slideshow:hover .flickity-prev-next-button.previous {
    left: 30px;
}

.slideshow:hover .flickity-prev-next-button.next {
    right: 30px;
}

.dark-overlay-true:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Adds fade transition for slideshows and product galleries, excludes thumbnail carousels */

.slideshow.slideshow-transition--fade .flickity-slider,
.product-gallery.slideshow-transition--fade .product-gallery__main .flickity-slider {
    transform: none !important;
}

.slideshow.slideshow-transition--fade .product-gallery__image,
.slideshow.slideshow-transition--fade .slideshow__gallery-cell,
.product-gallery.slideshow-transition--fade .product-gallery__main .product-gallery__image,
.product-gallery.slideshow-transition--fade .product-gallery__main .slideshow__gallery-cell {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.slideshow.slideshow-transition--fade .product-gallery__image.is-selected,
.slideshow.slideshow-transition--fade .slideshow__gallery-cell.is-selected,
.product-gallery.slideshow-transition--fade .product-gallery__main .product-gallery__image.is-selected,
.product-gallery.slideshow-transition--fade .product-gallery__main .slideshow__gallery-cell.is-selected {
    opacity: 1;
    z-index: 0;
}

.testimonial-slideshow .flickity-page-dots {
    display: none;
    bottom: 30px;
    margin-top: 0;
}

/* #latest-news
================================================== */

.latest-news_list {
    margin-left: 0;
}

.latest-news_list li {
    list-style: none;
    padding-left: 0;
}

.recent_articles li {
    padding-bottom: 10px;
}

.recent_articles a {
    font-size: 15px;
    padding-right: 15px;
    display: block;
}

.toggle span,
.mobile_menu span {
    font-weight: bold;
    font-size: larger;
    float: right;
    display: none;
}

.mobile_menu span {
    display: block;
    padding: 8px 30px;
    cursor: pointer;
    color: #9DA0A4;
}

.toggle-all--true h4.toggle {
    cursor: pointer;
}

.toggle-all--true .toggle span {
    display: block;
}

.toggle-all--true .toggle_list {
    display: none;
}

.menu-toggle {
    float: right;
    display: inline-block;
    cursor: pointer;
    padding: 1px 6px 0 6px;
    margin-right: 0;
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.3s linear;
}

.menu-toggle.active {
    transform: rotate(-90deg);
}

/* Author & Comments */

.latest-news__comment {
    width: 100%;
    margin-bottom: 30px;
}

.latest-news__social-share {
    margin-bottom: 30px;
}

.latest-news__author,
.latest-news__comment-author {
    margin-bottom: 30px;
    flex: 1 1 auto;
}

.latest-news__author-name,
.latest-news__comment-author-name {
    padding: 0;
}

.latest-news__author-image,
.latest-news__comment-author-image {
    width: 80px;
    height: 80px;
}

.latest-news__author-image img,
.latest-news__comment-author-image img {
    border-radius: 50px;
}

.latest-news__comment-author-bio {
    flex: 1 1 auto;
}

.latest-news__author-bio,
.latest-news__comment-author-bio {
    margin-left: 30px;
}

/* Comment form */

.comment-form {
    display: flex;
    flex-wrap: wrap;
}

.comment-form__name {
    margin-right: 30px;
}

.comment-form__name,
.comment-form__email {
    flex: 1 1 auto;
}

.comment-form__body,
.comment-form__error,
.comment-form__submit,
.comment-form__success {
    flex-basis: 100%;
}

.comment-form__error-message,
.comment-form__success-message {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

/* Search form */

.search-form {
    margin: 0 auto;
    max-width: 500px;
}

.search-form input[type=text] {
    margin-bottom: 0;
    margin-right: 30px;
    flex-grow: 1;
}

.search-form input[type=text],
.search-form input.action_button[type=submit] {
    width: auto;
}

.label,
.meta .label {
    color: #808080;
}

.latest-news_meta,
.latest-news_meta a {
    color: #808080;
}

.latest-news_meta a:hover {
    color: #c07e05;
}

.latest-news_meta p {
    padding-right: 40px;
}

.latest-news_meta span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: smaller;
    color: #808080;
}

.latest-news_meta span:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    margin: -1px 5px 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #ced3d3;
    box-sizing: border-box;
}

.latest-news_meta span:last-child:after {
    background-color: transparent;
}

.tags span a {
    font-weight: bold;
    color: #9d6704;
}

.latest-news_list li {
    list-style: none;
}

.count {
    font-style: normal;
    font-size: 13px;
}

#tag_filter,
#sort-by,
#color {
    margin-bottom: 0;
    padding: 10px 30px 10px 12px;
    display: inline-block;
}

.excerpt {
    margin-top: -10px;
    line-height: 1.8em;
    position: relative;
    max-height: 9em;
    /* exactly five lines */
    margin-bottom: 7px;
    overflow: hidden;
}

.excerpt-length--lg .truncation-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.excerpt-length--sm .truncation-fade {
    display: none;
}

.container div.tag_filter {
    display: none;
}

/* #Newsletter
================================================== */

.newsletter {
    margin: 0px auto;
    max-width: 640px;
}

.newsletter .message:empty {
    display: none;
}

.input-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}

.input-row input {
    margin: 5px;
    max-height: 51px;
    min-width: 0;
}

.input-row input[type=text] {
    flex-basis: 0;
    flex-grow: 2;
    flex-shrink: 2;
}

.input-row input[type=email] {
    flex-basis: 0;
    flex-grow: 2;
    flex-shrink: 2;
}

.input-row input.sign_up {
    display: inline-block;
    margin: 5px;
    flex: none;
    max-height: 51px;
}

/* #Image Gallery
================================================== */

.gallery-section {
    text-align: center;
}

.gallery-section a {
    display: block;
}

.gallery-section img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-section .two-per-row {
    width: 50%;
}

.gallery-section .three-per-row {
    width: 33.333%;
}

.gallery-section .four-per-row {
    width: 25%;
}

.gallery-section .gallery_image {
    display: block;
    float: left;
    margin: 0;
}

.gallery-section .add-padding {
    padding: 5px;
}

/* #Home page - Logo list
================================================== */

.logo-bar-section h2 {
    padding-bottom: 6px;
}

.logo-bar {
    text-align: center;
    margin-bottom: 30px;
}

.logo-bar .logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 160px;
    margin-top: 30px;
    margin-right: 25px;
    margin-left: 25px;
    width: 100%;
}

/* #Home page - Contact form
================================================== */

.contact__form-name {
    margin-right: 30px;
}

.contact__form-name,
.contact__form-email {
    flex: 1 1 auto;
}

.contact__form-message {
    flex-basis: 100%;
}

.contact__form-message input[type=submit] {
    width: initial;
    padding: 10px 30px;
    line-height: normal;
}

.contact__form-subheading {
    border: none;
}

.contact__form-image {
    margin-bottom: 30px;
}

/* #Rich text
================================================== */

.container img.richtext-logo {
    max-width: 200px;
    margin: 0px auto;
    display: block;
}

/* #Home page - Testimonials
================================================== */

.vetrinat-section--testimonials .featured-link--section:nth-child(odd) {
    flex-direction: initial;
}

.vetrinat-section--testimonials .featured-link--section:nth-child(odd) .featured-link--half {
    float: initial;
}

.vetrinat-section--testimonials .featured-link--half {
    background-color: #ede8e1;
}

.vetrinat-section--testimonials .featured-link--half p,
.vetrinat-section--testimonials .featured-link--half h2 {
    line-height: 1.8;
    color: #545454;
}

.vetrinat-section--testimonials .testimonial-image-right {
    flex-direction: row-reverse;
}

.vetrinat-section--testimonials .testimonial-image-right:nth-child(odd) {
    flex-direction: row-reverse;
}

/* #Misc
================================================== */

.remove {
    color: #545454;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 30px !important;
}

.right {
    float: right;
    position: relative;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

h2.align_right {
    text-align: right;
}

.align_right {
    text-align: right;
}

h2.align_left {
    text-align: left;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
    width: 100%;
}

.container div.mobile_only {
    display: none;
}

.no_border {
    border: none !important;
}

.extra_padding {
    padding-top: 4px;
}

.hidden {
    display: none !important;
}

div#gift-card-outer-container {
    background-color: #eee;
}

.warning {
    clear: both;
    padding-top: 30px;
    text-align: center;
}

#grid .column,
#grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
}

#grid .column:hover,
#grid .columns:hover {
    background: #bbb;
    color: #333;
}

#grid .example-grid {
    overflow: hidden;
}

.visuallyhidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.vetrinat-section--image-with-text .grid-layout--standard {
    padding: 30px 0px;
}

/* Used for inner pages with banner options */

.banner-option .headline,
.vetrinat-section--page-faq-template .headline {
    padding-top: 30px;
}

.banner-option .vetrinat-section--header,
.vetrinat-section--page-faq-template .vetrinat-section--header {
    padding-bottom: 0;
}

.banner-option .wide_display--false,
.vetrinat-section--page-faq-template .wide_display--false {
    padding-top: 30px;
}

/* #Site Styles
================================================== */

div.content {
    padding: 15px 0px 0px 0px;
}

.logo a {
    margin: 0;
    padding-top: 5px;
    display: block;
}

.vetrinat-section--page,
.vetrinat-section--rich-text,
.featured-content-section {
    background-color: #ffffff;
}

.vetrinat-section--rich-text {
    background-color: #ffffff;
}

.vetrinat-section--rich-text .action_button {
    line-height: 1.8;
    width: auto;
}

div.product_section {
    margin: 5px 0;
}

#category {
    width: 100%;
}

.featured_content p {
    margin-bottom: 0;
}

.featured_text {
    font-size: 22px;
}

.paginate {
    text-align: center;
}

.paginate span,
a.tag {
    border: solid 1px #f2f2f2;
    margin: 10px 5px;
    padding: 5px 10px;
    display: inline-block;
    min-width: 1em;
}

.paginate span,
a.tag {
    border-radius: 0;
}

a.tag {
    font-size: smaller;
    padding: 4px 6px;
    margin: 5px 2px 5px 0;
}

.paginate span:hover,
a.tag:hover {
    color: #c07e05;
}

.paginate .current {
    background-color: #f2f2f2;
}

.paginate .deco {
    border: none;
}

/* #Thumbnails
================================================== */

.thumbnail {
    position: relative;
    margin-bottom: 1em;
}

.thumbnail a {
    display: block;
    padding-bottom: 0.5em;
    color: var(--secondary-shop-color);
}

.thumbnail a:hover {
     color: var(--secondary-shop-color);
}

.thumbnail .vendor {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.thumbnail img {
    transition: all 500ms ease 0s;
}

.thumbnail:hover img {
    opacity: 0.5;
}

.thumbnail .image__container {
    margin-bottom: 15px;
}

.thumbnail a img,
.thumbnail a svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Swap to second image on hover */

.modal_price {
    font-weight: bold;
    color: #545454;
}

.thumbnail .sale,
.sale {
    color: #a70707;
}

/* #Stickers
================================================== */

.sticker-holder {
    position: absolute;
    top: 0;
    left: 15px;
}

.thumbnail-sticker {
    padding: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.thumbnail-sticker.sale-sticker {
    background-color: #000000;
    color: #ffffff;
}

.thumbnail-sticker.new-sticker {
    background-color: #000000;
    color: #ffffff;
}

.thumbnail-sticker.comingsoon-sticker {
    background-color: #000000;
    color: #ffffff;
}

.thumbnail-sticker.preorder-sticker {
    background-color: #000000;
    color: #ffffff;
}

.sticker-text {
    display: block;
    line-height: 1;
    font-size: 1em;
}

/* Padding to add 50px gutter between image and description */

.product__description--right {
    padding-left: 50px;
}

.product__description--left {
    padding-right: 50px;
}

.thumbnail .info {
    text-align: left;
}

.thumbnail .price {
    text-align: right;
    float: right;
    font-weight: bold;
}

.price span.currency_en {
    font-size: 11px;
}

.price span.currency_ar {
    font-size: 11px;
}

.price span.current_price_en,
.price span.current_price_ar {
    font-size: initial;
    vertical-align: bottom;
}

.cart_price {
    float: right;
    text-align: right;
    padding-left: 30px;
    font-weight: bold;
    display: none;
}

.tos_checkbox {
    display: flex;
}

.tos_checkbox p {
    margin-bottom: 0;
    margin-left: 5px;
    text-align: left;
    line-height: 1.4em;
}

.tos_checkbox label.tos_label {
    font-weight: normal;
}

.excluding_tax,
#estimated-shipping {
    display: block;
}

a.cart_image {
    display: block;
    max-width: 100px;
}

.cart_image img {
    float: left;
    margin-right: 30px;
    max-width: 100px;
}

.quantity_label {
    display: none;
}

.price-total-text {
    font-weight: bold;
    display: none;
}

.was_price {
    text-decoration: line-through;
    color: #808080;
    font-style: italic;
    text-shadow: none;
    font-weight: normal;
}

.thumbnail .quick_shop_cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.thumbnail .quick_shop_btn {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    color: #837a6c;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0px;
    padding: 10px 15px;
    line-height: 1.8;
}

.thumbnail .quick_shop_btn:hover {
    color: #837a6c;
    background-color: #ffffff;
}

.thumbnail:hover .quick_shop_btn {
    display: inline;
}

.thumbnails a {
    display: block;
    margin-bottom: 1em;
}

.arrow {
    font-size: smaller;
    position: relative;
    top: -1px;
    left: 2px;
    opacity: 0.6;
}

.modal {
    margin: 10px 0;
    display: none;
    /* background-color: #ffffff;*/
    color: #545454;
}

.modal_product {
    width: auto;
    line-height: 0px;
    max-width: 940px;
}

.modal_product img {
    cursor: pointer;
}

.modal_image {
    text-align: center;
}

.modal_image img {
    max-height: 500px;
}

.modal p.modal_price,
p.modal_price {
    font-size: 22px;
    margin-bottom: 1em;
}

.modal p.modal_price,
p.modal_price {
    margin-top: 10px;
}

.spr-badge {
    font-size: 14px;
}

.modal form {
    margin-bottom: 10px;
}

.notify_form .submit {
    padding: 8px 8px !important;
}

.product_image_col {
    margin-top: 15px;
    text-align: center;
}

.product_image {
    text-align: center;
    margin-bottom: 0.75em;
}

.meta {
    font-size: 13px;
}

.meta p {
    font-size: 13px;
    margin-bottom: 0px;
}

p.meta {
    margin-bottom: 10px;
}

.comment-body p.meta {
    margin-bottom: 5px;
}

.content_block {
    padding-right: 15px;
}

.section_select {
    float: right;
    text-align: right;
    margin-left: 15px;
}

.checkout {
    display: block;
    float: right;
    margin-top: 0px;
}

.or {
    font-size: smaller;
    font-style: italic;
    padding: 0 10px;
}

input.quantity {
    padding: 14px 8px;
    width: 60px;
    display: inline;
    margin-bottom: 1em;
}

.inline_purchase {
    display: inline-block;
    margin-left: 30px;
    margin-top: 28px;
}

.inline_purchase .add_to_cart {
    float: left;
    margin-top: 0;
}

.subtotal,
.discount {
    text-align: right;
}

.subtotal,
.subtotal-price,
.discount,
.discount-price {
    margin-top: 0;
}

.discount-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price-total {
    min-height: 48px;
    /* Match the minimum height of the quantity box. */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.price-total .price-total__container {
    width: 100%;
}

.mobile_left {
    text-align: right;
}

.article,
.article_image {
    padding-bottom: 15px;
}

.article img,
.article svg {
    margin-bottom: 15px;
}

body.article {
    padding-bottom: 0;
}

.comment {
    margin-bottom: 30px;
}

.comment-body h6 {
    padding-bottom: 0.25em;
}

.comment-form input {
    width: 100%;
}

.social_buttons a {
    display: inline-block;
    line-height: 32px;
    padding: 0 12px;
    color: #545454;
    border: 1px solid #f2f2f2;
    margin: 8px 8px 8px 0;
    font-size: 13px;
    transition: all 0.1s linear;
}

.social_buttons a {
    border-radius: 0;
}

.items_left p {
    margin-bottom: 0;
}

.gravatar {
    width: 100px !important;
}

.gravatar img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 40px;
}

.red {
    color: #C33;
}

.address p {
    margin-bottom: 5px;
}

div#disqus_thread ul,
div#disqus_thread li {
    border: none;
}

.search_page--no-results .search-field {
    line-height: 1.7;
}

/* Size chart */

.size_chart {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: smaller;
    position: relative;
    top: 4px;
}

/* #Policy Pages
================================================== */

.container .vetrinat-policy__container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1180px;
}

.container .vetrinat-policy__container .vetrinat-policy__title {
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 1.5em;
    border-bottom: solid 1px #d8d8d8;
}

.container .vetrinat-policy__container .vetrinat-policy__title h1 {
    display: inline;
    margin-bottom: 0;
}

/* #Password Page
================================================== */

#password-page-bg {
    background-color: #000000;
    color: #ffffff;
}

#password-container {
    margin: 55px auto 0;
    max-width: 100%;
    display: table;
    text-align: center;
    display: table;
}

#password-container h1 {
    color: #be8a2b;
}

.password-page-row {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.password-page-col {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px;
    width: 100%;
}

.password-page-name {
    color: #ffffff;
}

.password-page-message {
    margin: 0 auto 25px;
    line-height: initial;
    text-transform: uppercase;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 21px;
    color: #be8a2b;
}

.password-page-follow {
    color: #be8a2b;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.password-logo {
    margin: 0px auto;
}

.password-message {
    max-width: 600px;
}

.hr-small {
    margin: 30px auto;
    width: 50px;
}

.password_spread {
    padding: 0px;
}

.password-social .social-icons li {
    display: inline-block;
}

.password-social .social-icons {
    margin: 0px;
}

.password-social .social-icons a,
.password-social .social-icons a:visited,
.password-social .social-icons a:active,
.password-social .social-icons a:hover {
    color: #ffffff;
    font-size: 17px;
    padding: 0px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
}

.password-social .social-icons a:before,
.password-social .social-icons a:visited:before,
.password-social .social-icons a:active:before,
.password-social .social-icons a:hover:before {
    margin-right: 0px;
}

.password-footer {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

#password-page-bg .powered {
    margin-top: 0px;
}

.powered {
    display: block;
    margin-top: 15px;
}

.password-footer a {
    color: #ffffff;
    text-decoration: none;
}

.vetrinat a {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
    padding-left: 21px;
    color: #ffffff;
    text-decoration: none;
}

/* Password Page Modal CSS */

.controls {
    display: block;
    margin: 1em 2em 1em auto;
    text-align: right;
    text-transform: uppercase;
    position: relative;
}

#open-me a {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

.close-me {
    z-index: 8000;
}

.close-me a {
    color: #000;
}

.modalbox {
    position: absolute;
    height: 100%;
    top: -1em;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 5000;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
    width: 150px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    font-size: 14px;
}

.overlay-data {
    opacity: 0;
    visibility: hidden;
    visibility: 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.inputbox {
    margin: 0px auto;
    max-width: 95%;
    /* set to 95% to avoid bleeding right up against the edge of screen */
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #000;
}

.storefront-password-form label {
    font-size: 0.9em;
    margin: 0 0 1em 0;
}

.storefront-password-form .actions {
    display: inline-block;
}

.storefront-password-form #password {
    width: 80%;
    display: inline-block;
}

#owner {
    font-size: 0.9em;
    margin-top: -1em;
    opacity: 0.8;
}

.pass-close {
    color: #000 !important;
    padding: 0 !important;
    margin: 1em !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
}

.subpage-wrapper {
    min-height: 560px;
}

/* ======================= Product Details Start =========================== */

div.product-details .action_button {
    width: auto;
}

div.product-details img {
    width: 100%;
}

div.product-details img.rich-image {
    width: auto;
    margin-bottom: 30px;
}

div.product-details .product-divider {
    margin: 30px 0px;
    opacity: 0;
    border-color: #f2f2f2;
}

div.product-details .active-divider {
    opacity: 1;
}

div.product-details .feature_divider_left {
    margin: 25px 0px 25px 0px;
}

div.product-details .detail_title {
    line-height: initial;
    font-size: 60px;
    margin-bottom: 0.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #323232;
    display: block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
}

.detail-slider-mob {
    display: none;
}

.detail-slider-mob img {
    width: 100%;
    height: auto;
}

div.product-details .gallery--thumbnail.column {
    margin-top: 10px;
    margin-bottom: 10px;
}

select#color {
    /*padding: 3px 8px !important;*/
    max-width: 221px;
    /* margin-bottom: 15px;*/
}

/* #Swatch Styles
================================================== */

.product_section .product_form {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.product_section .product_form.is-visible {
    opacity: 1;
}

.select,
.selector-wrapper {
    display: none;
}

.swatch_options {
    margin-bottom: 1em;
}

.swatch .option_title {
    width: 100%;
    margin-top: 0.5em;
    font-weight: normal;
    margin-bottom: -3px;
    min-height: 35px;
    display: flex;
    align-items: center;
}

/* Hide radio buttons.*/

/*.product_form .swatch label {
    text-align: left !important;
}*/

.swatch input {
    /*display: none;*/
}

.swatch label {
    margin: 0;
    outline: none;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap;
    text-transform: uppercase;
    height: 35px;
    min-width: 35px;
    line-height: 35px;
}

.swatch .color label {
    background-size: cover;
    background-position: center;
    height: 26px;
    min-width: 34px;
    line-height: 26px;
}

.swatch-element {
    border: #e2e2e2 1px solid;
    min-width: 34px;
    min-height: 26px;
}

.swatch-element {
    border-radius: 0;
}

.swatch-element.color,
.swatch-element.color label {
    border: 1px solid #e2e2e2;
    background-clip: padding-box;
}

.swatch-element.color {
    padding: 5px;
    border-color: transparent;
}

.swatch-element.color label {
    padding: 0;
}

.swatch_options input:checked+.swatch-element {
    border-color: #666;
}

.swatch .swatch-element {
    outline: none;
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
    transform: translateZ(0);
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch .swatch-element.soldout .crossed-out {
    width: 100%;
    height: 100%;
    display: block;
}

.swatch .swatch-element.soldout label {
    opacity: 0.6;
}

.crossed-out {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Tooltips */

.swatch .tooltip {
    text-align: center;
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    color: #fff;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    width: 130px;
    font-size: 13px;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 60;
    box-sizing: border-box;
    transition: all 0.25s ease-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    left: -35px;
    transform: translateY(10px);
}

.swatch .tooltip:before {
    content: "";
    left: 0;
    bottom: -30px;
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
}

/* CSS triangle */

.swatch .tooltip:after {
    content: "";
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(51, 51, 51, 0.9) 10px;
    bottom: -10px;
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
}

.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* #Sidebar
================================================== */

.sidebar_title {
    margin-bottom: 0;
}

.sidebar ul>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sidebar ul>li a {
    max-width: 80%;
}

.sidebar ul>li ul {
    flex-basis: 100%;
}

.sidebar .newsletter {
    margin-bottom: 25px;
}

.sidebar .newsletter .input-row {
    display: block;
}

.sidebar .newsletter .input-row .action_button {
    width: 100%;
}

.sidebar p {
    font-size: 15px;
}

.sidebar .search {
    padding-top: 8px;
}

.sidebar .search input {
    width: 100%;
    box-sizing: border-box;
}

.sidebar_content {
    border-left: solid 1px #f2f2f2;
    padding-left: 30px;
}

.sidebar_content .input-row {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
}

.sidebar_content .input-row input {
    margin: 5px 0;
}

.sidebar_content .input-row input.action_button {
    width: 100%;
}

.has-sidebar-option.sidebar-enabled--false {
    width: 100%;
}

.sidebar .newsletter {
    margin-bottom: 30px;
}

.sidebar .newsletter .contact-form {
    width: auto;
}

.sidebar .newsletter .contact-form input {
    width: 100%;
}

.sidebar__content {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
}

.content-wrapper {
    width: 100%;
}

.content-wrapper--article.sidebar-enabled--false {
    width: 75%;
}

.content-wrapper--latest-news .sidebar__content,
.content-wrapper--article .sidebar__content {
    padding-left: 30px;
    border-left: solid 1px #f2f2f2;
}

/* #Footer
================================================== */

footer {
    background-color: var(--primary-color);
    font-size: 15px !important;
    line-height: 1.7em;
    color: #323232;
    padding: 25px 0 !important;
}

footer {
    border-top: solid 1px #b4ac9f !important;
}

.index footer {
    margin-top: 0;
}

.footer p {
    margin-bottom: 10px;
    text-align: center;
}

.footer a {
    color: #323232;
}

.footer a:hover {
    color: #9d6704;
}

.footer_content_page img {
    height: auto;
    max-width: 100%;
}

.contact-form {
    margin-bottom: 0;
}

form.search {
    margin-bottom: 10px;
}

input.search_box {
    padding: 10px 15px 10px 35px;
    background: #fff url(//cdn.vetrinat.com/s/files/1/0160/9603/4916/t/36/assets/search.jpg?v=10860943008335206562) no-repeat 12px 50%;
    border: solid 1px #f2f2f2;
    margin-bottom: 0px;
}

input.search_box {
    border-radius: 0;
}

.search_box:focus {
    background-color: #fff;
}

.payment_methods {
    opacity: 0.8;
    margin: 4px 0 6px 0;
    filter: alpha(opacity=80);
}

.payment_methods svg {
    width: 48px;
    height: 30px;
    padding-right: 4px;
}

.credits_right {
    text-align: right;
}

.icons {
    list-style: none outside;
    margin-left: 0;
    border: 0;
}

.footer .social-icons li {
    border: 0;
    float: left;
    padding: 0 0 8px 0;
}

.footer ul {
    list-style: none outside;
    margin-left: 0;
}

.footer li {
    padding: 6px 0;
    list-style: none outside none;
    margin-bottom: 0;
}

.footer ul.footer_menu li:first-child {
    margin-left: 0;
    padding-top: 0;
}

.product_slider {
    margin-bottom: 1em;
}

.index-sections .vetrinat-section--image-with-text-overlay:last-child {
    margin-bottom: 0;
}

.product .featured-link--half .collection_title,
[class*=product] .featured-link--half .collection_title {
    font-size: 2vw;
}

.product .columns.product-image--align-right,
[class*=product] .columns.product-image--align-right {
    float: right;
}

#footer__selector-form .selectors-form__item {
    margin-left: 15px;
}

#footer__selector-form .disclosure {
    padding-top: 10px;
    margin-top: -10px;
}

/* #Simplebar
================================================== */

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* #Flickity
================================================== */

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: 0;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing;
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1;
}

/* #Product Slider Custom Styles
================================================== */

.flickity-viewport {
    width: 100%;
}

.product-gallery:hover .flickity-prev-next-button {
    opacity: 1;
}

.product-gallery .product-gallery__main .flickity-prev-next-button {
    transition: all 0.3s ease-in-out;
}

.product-gallery .product-gallery__main .flickity-prev-next-button:hover {
    color: #333333;
}

.product-gallery .flickity-page-dots {
    display: none;
}

.product-section__lightbox .fancybox-image {
    padding: 0;
}

.product-section__lightbox .fancybox-close {
    top: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.product-section__lightbox .fancybox-close:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Thumbnail Gallery Styles
================================================== */

.product-gallery__thumbnails .product-gallery__thumbnail {
    width: calc(25% - 10px);
    margin: 0 5px;
}

.product-gallery__thumbnails .product-gallery__thumbnail img {
    max-width: 100%;
    height: auto;
}

.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail {
    position: relative;
    opacity: 0.3;
    cursor: grab;
}

.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail.is-nav-selected {
    opacity: 1;
}

.product-gallery__thumbnails.is-slide-nav--false {
    flex-wrap: wrap;
    /* When thumbnails are set to 'bottom' */
}

.product-gallery__thumbnails.is-slide-nav--false.product-gallery__thumbnails--bottom-thumbnails {
    display: flex;
    justify-content: center;
}

.product-gallery__thumbnails.is-slide-nav--false.product-gallery__thumbnails--bottom-thumbnails .product-gallery__thumbnail {
    margin-bottom: 30px;
    line-height: 0;
}

.product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails,
.product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.product-gallery__main,
.product-gallery__thumbnails.is-slide-nav--true {
    opacity: 0;
    transition: ease-in-out 0.2s opacity;
}

.product-gallery__main.flickity-enabled,
.product-gallery__main.vertical-slider-enabled,
.product-gallery__thumbnails.is-slide-nav--true.flickity-enabled,
.product-gallery__thumbnails.is-slide-nav--true.vertical-slider-enabled {
    opacity: 1;
}

.product-gallery__image {
    width: 100%;
    height: auto;
    visibility: hidden;
    /* Helps with focus state when tabbing through slider */
}

.product-gallery__image.is-selected {
    visibility: visible;
}

.product-gallery__image:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-gallery__thumbnail img {
    max-width: 100%;
    height: auto;
}

.product-gallery__link {
    display: block;
}

.product-gallery__link:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

/* Media position for all product templates */

.product_section.media-position--right {
    flex-direction: row-reverse;
}

/* #Content Creator
================================================== */

/* Slideshow */

.flickity-slider>li {
    width: 100%;
    text-align: center;
    list-style-type: none;
}

.flexslider {
    overflow: hidden;
    position: relative;
}

.flexslider .flickity-button {
    color: #ffffff;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.flexslider .flickity-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.flexslider .flickity-button.previous {
    left: -60px;
}

.flexslider .flickity-button.next {
    right: -60px;
}

.flexslider .flickity-button:active {
    box-shadow: none;
}

.flexslider .flickity-button .arrow {
    opacity: 1;
}

.flexslider .flickity-button .flickity-prev-next-button {
    opacity: 0;
    background: transparent;
}

.flexslider .flickity-prev-next-button.arrow-is-inverse .flickity-button-icon {
    transform: scale(-1, 1);
}

.flexslider:hover .flickity-prev-next-button.previous {
    left: 30px;
}

.flexslider:hover .flickity-prev-next-button.next {
    right: 30px;
}

/* #Fancybox
================================================== */

.fancybox-bg {
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.1s linear;
}

.fancybox-toolbar {
    display: none;
}

.fancybox-content {
    max-height: 95vh;
    padding: 40px;
}

.fancybox-content .size-chart-wrap {
    padding: 10px 30px;
}

/* Add border around images */

.fancybox-image {
    padding: 15px;
    background-color: #fff;
}

/* Style close button */

.fancybox-close {
    position: absolute;
    top: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 8040;
    font-size: 18px;
    color: #545454;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.fancybox-close:hover {
    opacity: 0.8;
}

.fancybox-close span:before {
    margin-right: 0;
}

.newsletter_popup--image-left .fancybox-close {
    right: 3px;
}

.newsletter_popup--image-right .fancybox-close {
    left: 3px;
}

/* Style navigation elements */

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-nav:hover span {
    visibility: visible;
    opacity: 1;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #fff;
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 60px;
}

.fancybox-nav span:before {
    margin-right: 0;
}

.fancybox-prev {
    left: 0;
}

.fancybox-prev span {
    left: 30px;
}

.fancybox-prev span:before {
    right: 5px;
}

.fancybox-next {
    right: 0;
}

.fancybox-next span {
    right: 30px;
}

.fancybox-next span:before {
    left: -5px;
}

.fancybox-prev span:hover,
.fancybox-next span:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* #Model Viewer
================================================== */

.vetrinat-model-viewer-ui {
    position: relative;
    display: block;
    cursor: pointer;
}

.vetrinat-model-viewer-ui model-viewer {
    transform: translateZ(0);
    z-index: 1;
}

.vetrinat-model-viewer-ui model-viewer.vetrinat-model-viewer-ui__disabled {
    pointer-events: none;
}

.vetrinat-model-viewer-ui.vetrinat-model-viewer-ui--fullscreen model-viewer {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.vetrinat-model-viewer-ui.vetrinat-model-viewer-ui--fullscreen .vetrinat-model-viewer-ui__control-icon--exit-fullscreen {
    display: block;
}

.vetrinat-model-viewer-ui.vetrinat-model-viewer-ui--fullscreen .vetrinat-model-viewer-ui__control-icon--enter-fullscreen {
    display: none;
}

.vetrinat-model-viewer-ui.vetrinat-model-viewer-ui--desktop.vetrinat-model-viewer-ui--child-focused .vetrinat-model-viewer-ui__controls-area,
.vetrinat-model-viewer-ui.vetrinat-model-viewer-ui--desktop:hover .vetrinat-model-viewer-ui__controls-area {
    opacity: 1;
}

.vetrinat-model-viewer-ui:not(.vetrinat-model-viewer-ui--desktop) .vetrinat-model-viewer-ui__controls-area {
    display: none;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__controls-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__controls-area {
    display: flex;
    flex-direction: column;
    background: #fff;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    transition: opacity 0.1s linear;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__controls-area:not(.vetrinat-model-viewer-ui__controls-area--playing) {
    display: none;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button {
    color: #3a3a3a;
    border-radius: 0;
    border: none;
    margin: 0;
    cursor: pointer;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button:not(.focus-visible) {
    outline: 0;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--control {
    padding: 0;
    height: 44px;
    width: 44px;
    background: 0 0;
    position: relative;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--control:hover {
    color: rgba(0, 0, 0, 0.55);
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--control.focus-visible:focus,
.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--control:active {
    color: rgba(0, 0, 0, 0.55);
    background: rgba(0, 0, 0, 0.05);
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--control:not(:last-child):after {
    position: absolute;
    content: "";
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 28px;
    bottom: 0;
    right: 8px;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__control-icon {
    width: 44px;
    height: 44px;
    fill: none;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--poster {
    background: #fff;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.05);
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    height: 62px;
    width: 62px;
    z-index: 1;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--poster:focus,
.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--poster:hover {
    color: rgba(0, 0, 0, 0.55);
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__poster-control-icon {
    width: 60px;
    height: 60px;
    z-index: 1;
    fill: none;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__control-icon--exit-fullscreen {
    display: none;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__control-icon--enter-fullscreen {
    display: block;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__spritesheet {
    display: none;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* #Product Media Custom Styles
================================================== */

.model__container {
    position: relative;
}

.model__container model-viewer {
    width: 100%;
    min-height: 300px;
}

.view-in-your-space {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    background: #e6e6e6;
    color: #545454;
    font: inherit;
    text-transform: none;
    border-radius: 0px;
    margin-top: 0;
}

.view-in-your-space:active,
.view-in-your-space:focus,
.view-in-your-space:hover {
    background: #e6e6e6;
    color: #545454;
}

.view-in-your-space svg {
    width: auto;
    height: auto;
    margin: 0;
}

.view-in-your-space svg path:first-child {
    stroke: #545454;
}

.view-in-your-space svg path:last-child {
    fill: #545454;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button {
    color: #545454;
    background: #ffffff;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button[hidden] {
    display: none;
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--poster:hover,
.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--poster:focus {
    color: rgba(84, 84, 84, 0.55);
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__controls-area {
    background: #ffffff;
    border: 1px solid rgba(84, 84, 84, 0.05);
}

.vetrinat-model-viewer-ui .vetrinat-model-viewer-ui__button--control:not(:last-child):after {
    border-bottom: 1px solid rgba(84, 84, 84, 0.05);
}

/* Set product media height */

.product_slider.product-height-set model-viewer {
    margin: 0 auto;
}

.product_slider.product-height-set .product-gallery__main img,
.product_slider.product-height-set .product-gallery__main .plyr--html5 video {
    width: 100%;
}

.product_slider.product-height-set .product-gallery__main img {
    object-fit: contain;
}

.product_slider.product-height-set .product-gallery__main .plyr--youtube .plyr__video-embed {
    height: 100%;
}

.product-gallery__thumbnails .product-gallery__thumbnail {
    position: relative;
}

.product-gallery__thumbnails .media-badge {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 33%;
    max-height: 33%;
    min-width: 30px;
    width: 25px;
    height: 25px;
}

.product-gallery__thumbnails .media-badge svg {
    width: 100%;
    height: 100%;
}

.product-gallery__thumbnails .media-badge path:first-child {
    fill: #ffffff;
}

.product-gallery__thumbnails .media-badge path:last-child {
    fill: #545454;
}

.product-gallery__thumbnails .media-badge g path:first-child {
    stroke: #545454;
}

.product-gallery__thumbnails .media-badge .media-badge__outline {
    stroke: rgba(84, 84, 84, 0.05);
}

section.section.product-list {
    margin: 0px auto;
}

.product-list select {
    background: url(../images/select_arrow.png) no-repeat 91% 50%;
    background-image: url(../images/select_arrow.png);
    /* background-size: 16px 12px;*/
    cursor: pointer;
    -webkit-padding-end: 30px;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 14px 15px;
    background-size: 25px;
}

.sortbylist select {
    background: url(../images/select_arrow.png) no-repeat 93% 50%;
    background-image: url(../images/select_arrow.png);
    /* background-size: 16px 12px;*/
    cursor: pointer;
    -webkit-padding-end: 30px;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 14px 15px;
    background-size: 25px;
}

/* #Lazyloading Styles
================================================== */

img[data-sizes=auto].lazyloaded {
    height: auto;
}

img[data-sizes=auto],
img[data-sizes="100vw"] {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Ensures that small images are not stretched larger */

.image__container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-element__wrap {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* .image-element__wrap img {
        height: auto;
        width: 45%;
    }*/

/* #Icons
================================================== */

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1.01em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    position: relative;
    top: 1px;
}

span.icon-cart img,
span.icon-lang img,
span.icon-login img,
span.icon-wish img {
    width: 1.01em;
    line-height: 1em;
    position: relative;
    top: -2px;
}

.icon-arrow-up:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-arrow-down:before {
    content: "\f107";
}

.icon-arrow-right:before {
    content: "\f178";
}

.icon-email:before {
    content: "";
}

.icon-pinterest:before {
    content: "";
}

.icon-gplus:before {
    content: "";
}

.icon-rss:before {
    content: "";
}

.icon-houzz:before {
    content: "";
}

.icon-arrow-left:before {
    content: "\f177";
}

.icon-snapchat:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-menu:before {
    content: "\f0c9";
}

.icon-search:before {
    content: "\f002";
}

.icon-vimeo:before {
    content: "\f27d";
}

/*
.icon-cart:before {
  content: "\f07a";
}*/

.icon-youtube:before {
    content: "\f167";
}

.icon-account:before {
    content: "";
}

.icon-bag:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-linkedin:before {
    content: "\f16d";
}

.icon-caret-right:before {
    content: "";
}

.icon-twitter-share:before {
    content: "\f099";
    margin-right: 0.6em;
    color: #09AEEC;
}

.icon-twitter-share:hover {
    background-color: #09AEEC;
    border-color: #09AEEC;
    color: #fff;
}

.icon-twitter-share:hover:before {
    color: #fff;
}

.icon-facebook-share:before {
    content: "\f09a";
    margin-right: 0.6em;
    color: #49659D;
}

.icon-facebook-share:hover {
    background-color: #49659D;
    border-color: #49659D;
    color: #fff;
}

.icon-facebook-share:hover:before {
    color: #fff;
}

.icon-youtube-share:before {
    content: "\f167";
    margin-right: 0.6em;
    color: #CB1F2A;
}

.icon-youtube-share:hover {
    background-color: #CB1F2A;
    border-color: #CB1F2A;
    color: #fff;
}

.icon-youtube-share:hover:before {
    color: #fff;
}

.icon-instagram-share:before {
    content: "\f16d";
    margin-right: 0.6em;
    color: #888;
}

.icon-instagram-share:hover {
    background-color: #888;
    border-color: #888;
    color: #fff;
}

.icon-instagram-share:hover:before {
    color: #fff;
}

/* Social icons */

.footer .social-icons li,
.top_menu .social-icons li {
    padding-left: 0;
}

.footer .social-icons a,
.top_menu .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    opacity: 0.8;
    font-size: 15px;
    border-radius: 50%;
    line-height: 1;
    transition: all 0.1s linear;
}

.footer .social-icons a:hover,
.top_menu .social-icons a:hover {
    opacity: 1;
}

.footer .social-icons a span:before,
.top_menu .social-icons a span:before {
    margin-right: 0;
}

.footer .social-icons-circle-false a,
.top_menu .social-icons-circle-false a {
    color: #a1998c;
    margin: 0;
}

.footer .social-icons-circle-false a:hover,
.top_menu .social-icons-circle-false a:hover {
    color: #837a6c;
}

.footer .social-icons-circle-true a,
.top_menu .social-icons-circle-true a {
    color: #000000;
    margin: 0 8px 5px 5px;
    background-color: #a1998c;
}

.footer .social-icons-circle-true a:hover,
.top_menu .social-icons-circle-true a:hover {
    color: #000000;
    background-color: #837a6c;
}

.remove,
.remove:visited {
    color: #545454;
}

.remove:hover,
.remove:active {
    color: #9d6704;
}

.icon-cart,
.icon-lang,
.icon-login,
.icon-wish,
.icon-bag,
.icon-menu {
    font-size: 16px;
}

.menu .icon-arrow-down,
.menu .icon-arrow-right {
    font-size: 15px;
    margin-left: 5px;
}

.menu .icon-arrow-down,
.menu .icon-arrow-right,
.disclosure .icon-arrow-down,
.disclosure .icon-arrow-right {
    position: relative;
    top: -2px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

/************************* Login Page *****************************/

.login-sec {
    width: 100%;
    float: left;
    background-color: #ffffff;
    background-image: url("../images/banner_lab_bg_ar.png");
    background-attachment: fixed;
    background-size: cover;
    padding: 1rem 0;
    min-height: 70vh;
}

.login-sec .btn {
    min-width: 100%;
}

.login_wrapper_outside {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    margin-bottom: 12rem;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 25px 1px #b8b8b8;
    box-shadow: 5px 5px 35px 1px #b8b8b8;
}

.login_wrapper_outside .signin-agile {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 2rem;
    text-align: left;
}

.login_wrapper_outside .signup-agileinfo {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 4rem 2rem;
    background: #ede8e1;
    text-align: left;
}

.login-dotted-top {
    position: absolute;
    left: 0;
    top: 129px;
}

.login-dotted-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.login_wrapper_outside .signup-agileinfo h3 {
    color: #333;
}

.login_wrapper_outside .signup-agileinfo p {
    color: #333;
}

.login_wrapper_outside .signup-agileinfo .more {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.login-sec1 ul {
    margin-top: 10px;
}

.login_wrapper_outside .signup-agileinfo .lgn {
    float: left;
    width: 100%;
    color: #fff;
}

.login-sec1 input.btn.btn-primary {
    width: 100%;
    padding: 6px 40px;
}

.lgn a.btn.btn-primary {
    width: 100%;
    padding: 6px 40px;
}

.more a.btn.btn-primary {
    width: 100%;
    padding: 6px 20px;
    float: left;
    color: #fff;
}

li.forgot.pull-right a {
    color: #000;
    text-decoration: none;
}

.login_inner_wr ul {
    margin-left: 0px;
}

.login_inner_wr li {
    list-style: none;
    margin-bottom: 15px;
}

.action_button.action_button--primary.btn-google {
    background: #ea4335;
    color: #fff;
    border-color: #ea4335;
}

.action_button.action_button--primary.btn-google:hover {
    background: #ee2c1b;
    color: #fff;
    border-color: #ee2c1b;
}

.action_button.action_button--primary.btn-facebook {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
    margin-bottom: 15px;
}

.action_button.action_button--primary.btn-facebook:hover {
    background: #2354bd;
    color: #fff;
    border-color: #2354bd;
    margin-bottom: 15px;
}

.new-box .new-img img {
    width: 100%;
}

.shipping-cart-main-wp.shipping-cart-mob {
    display: none;
}

.new-box .new-txt {
    text-align: center;
    width: 100%;
    float: left;
}

.new-box .new-txt h4 {
    font-size: 22px;
    color: #000;
    padding-top: 20px;
}

.new-box .new-txt h5 {
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 20px;
}

.new-box .new-txt label {
    font-size: 18px;
    color: #be9000;
}

.signup-box {
    margin: 0px 15px;
    border: 1px solid #dadada;
    border-radius: 0px;
    padding: 2rem 0px;
    -webkit-box-shadow: 5px 5px 25px 1px #b8b8b8;
    box-shadow: 5px 5px 25px 1px #b8b8b8;
    background: #fff;
    width: 50%;
    margin: 1rem auto 4rem;
}

.signup-box input,
.signup-box select {
    margin: 0 0 20px 0;
}

.singup-wrapper .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.signup-bg {
    width: 100%;
    float: left;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(188,960,484)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23e5ecf2'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    padding: 0 0 3rem 0;
    min-height: 70vh;
}

.signup-bg .breadcrumps-wrapper .breadcrumb {
    background: transparent !important;
}


.reg-completed.registration-reg-completed-wp {
    background: #9d670412;
    padding: 20px;
    border-radius: 4px;
    margin-top: 30px;
}

.reg-completed.registration-reg-completed-wp span {
    color: #0f9600;
    width: 100%;
    float: left;
    font-size: 1.7rem;
}

.reg-completed.registration-reg-completed-wp b.important-not {
    width: 100%;
    float: left;
    margin-top: 6px;
}

/************************* Login Page End *****************************/

/* ======================== Breadcrumps Start ======================== */

.breadcrumps-wrapper {
    padding: 0px 15px;
}

.breadcrumps-wrapper .breadcrumb {
    position: relative;
    width: 100%;
    float: left;
    margin: 10px auto;
    right: 0;
    left: auto;
    background: transparent !important;
    border-radius: 0;
    padding: 0px;
    display: flex;
    list-style: none;
}

.breadcrumps-wrapper .breadcrumb>li+li:before {
    margin: 0 0.4828571429em;
    color: #737373;
    background-image: url('../images/breadcrumb-icon.svg');
    background-size: 11px 11px;
    display: inline-block;
    width: 11px;
    height: 11px;
    content: "";
}

.breadcrumps-wrapper ul.breadcrumb li a {
    font-size: 0.8571428571em;
    font-weight: 400;
    color: var(--primary-shop-color);
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.breadcrumps-wrapper ul.breadcrumb li a:hover {
    color: #7a5003;
}

.breadcrumb a.current {
    color: var(--primary-shop-color) !important;
    font-weight: 400;
}

/* ======================== Breadcrumps End ======================== */

select#phonecode {
    width: 50%;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    color: #51595d;
    display: block;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 4px 12px !important;
    margin-bottom: 10px;
}


.pnf-section .signin-agile2 {
    text-align: center;
    max-width: 500px;
}

.pnf-section .signin-agile2 img {
    margin: 50px auto 0px;
    padding-top: 50px;
    width: 150px;
}

.pnf-section h4 {
    font-size: 22px;
    line-height: normal;
}


.pnf-section .btn-primary {
    color: #fff !important;
    background: var(--primary-color) !important;
}

.pnf-section .btn-primary:hover {
    color: #ffffff !important;
    background-color: var(--secondary1-color) !important;
}

/* ======================== Media Queries ======================== */

@media (max-width: large-up) {
    .purchase-details.smart-payment-button--true .purchase-details__buttons {
        flex-direction: column;
    }

    .purchase-details__quantity input.quantity {
        max-width: 100%;
        width: calc(100% - 88px);
    }

    .purchase-details.smart-payment-button--false .purchase-details__quantity {
        width: 100%;
    }

    .purchase-details.smart-payment-button--false .purchase-details__quantity input.quantity {
        width: calc(100% - 88px);
        max-width: 100%;
    }

    .purchase-details.smart-payment-button--false .purchase-details__buttons {
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .toggle_menu {
        display: none !important;
    }

    .mega-menu-sublink-item {
        padding: 8px 0;
    }

    .purchase-details.smart-payment-button--true .purchase-details__buttons .action_button--secondary,
    .purchase-details.smart-payment-button--true .purchase-details__buttons .vetrinat-payment-button {
        margin-top: 0;
    }

    .contact_image--right {
        padding-right: 60px;
    }

    .contact_image--left {
        padding-left: 60px;
    }

    .toggle-all--false .toggle_list {
        display: block !important;
    }
}

@media only screen and (min-width: 1025px) {
    .purchase-details__buttons {
        margin-top: 12px;
    }

    .purchase-details__buttons .action_button--secondary {
        margin-right: 12px;
    }

    .purchase-details__buttons .vetrinat-payment-button,
    .purchase-details__buttons .action_button--secondary {
        flex: 1 0 calc(50% - 6px);
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .product__description--right {
        padding-left: 25px;
    }

    .product__description--left {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .nav ul.mobile_menu {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 1025px) {

    input.contact_email,
    .footer input[type=text] {
        width: 100% !important;
    }

    h1.collection_title_tags,
    div.collection_title_tags {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .cloudzoom-lens {
        width: 140px;
        height: 130px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: large) and (max-width: 1025px) {
    .nav ul li {
        padding: 0 0 0 10px;
    }

    input.search_box {
        width: inherit !important;
    }

    input[type=submit].sign_up {
        padding: 15px;
    }

    a.button,
    button,
    input[type=submit],
    input[type=reset],
    input[type=button],
    input[type=email],
    .action_button,
    a.action_button,
    input.action_button[type=submit],
    input.action_button[type=button],
    select.single-option-selector {
        width: 100%;
    }

    input[type=submit].sign_up {
        margin-left: 0;
    }

    input.action_button {
        margin-bottom: 1em !important;
    }

    .input-row.newsletter-both-names--false input.action_button {
        width: calc(100% - 10px);
        margin-left: 5px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 2560px) {
    ul.mobile-mega-menu {
        display: none;
    }
}

@media (max-width: 960px) {
    ul.tabs li a {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 959px) {
    .purchase-details.smart-payment-button--false .purchase-details__quantity input.quantity {
        width: 100%;
    }
}

@media (max-width: 812px) {
    .cart span {
        right: 65px;
        bottom: 39px;
    }

    div#shoppingcartdivmob img {
        width: 34px;
    }

    .mob-dis {
        display: block;
    }

    .banner-category {
        margin-bottom: 15px;
    }

    .slider-banner {
        height: 275px;
    }

    .slider-title {
        display: none;
    }

    .item-car-mob-img {
        float: left;
        width: auto;
        height: 100%;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt {
        float: left;
        padding-left: 20px;
        font-size: 10px;
    }

    .item-car-mob-txt {
        padding: 10px;
        width: 70%;
        float: left;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt h5 {
        font-size: 14px;
        float: left;
        width: 100%;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt #quantity {
        width: 80px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #dadada;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt {
        float: left;
        padding-left: 20px;
        font-size: 12px;
        font-weight: 600;
    }

    .mob-cart-shp-main {
        width: 100%;
        float: left;
        overflow: hidden;
        border-radius: 4px;
        border: 1px solid #f2f2f2;
        margin: 0px 0px;
    }

    .mob-cart-shp-main h4 {
        padding: 10px;
        color: #9d6704;
        font-size: 16px;
        background: #ece9f0;
        margin: 0px;
    }

    .item-car-mob-img {
        float: left;
        width: 30%;
        height: 100%;
    }

    ul.bag-total-box {
        margin-bottom: 30px;
        float: left;
        width: 100%;
        height: auto;
    }

    .shp-address-form.mob-dis {
        display: block;
    }

    .item-car-mob-txt a {
        color: #142054;
    }

    .CheckoutSteps a {
        font-size: 14px;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt .cart-price .price-det-en {
        margin-left: 0px;
        float: left;
        width: auto;
        padding-top: 1px;
    }

    footer h6 {
        padding-top: 1em;
        padding-bottom: 0.5em !important;
    }

    footer {
        padding: 10px 0px 25px;
    }

    .newsletter .input-row input.action_button {
        width: 100%;
        margin: 5px 0px;
    }
}

@media (max-width: 768px) {
    .header-mob .h-img {
        width: 27%;
    }

    .slider-banner {
        height: 260px;
    }

    .header-mob .h-cart span {
        right: 55px;
        bottom: 50px;
    }

    .agile_banner_bottom_grids {
        width: 100% !important;
    }

    .recommended-title {
        font-size: 22px;
    }

    .product-recommendations .feature_divider {
        margin: 8px auto 8px auto;
    }


    select#phonecode {
        width: 50%;
    }
}

@media only screen and (min-width: 799px) {
    ul.search__results {
        display: flex;
        flex-wrap: wrap;
        padding: 16px 30px;
    }

    ul.search__results li {
        width: 50%;
        display: inline-block;
        margin-bottom: 0;
        text-align: left;
    }

    ul.search__results li.all-results {
        width: 100%;
    }

    ul.search__results .all-results a {
        padding: 0;
    }

    .mobile-search {
        display: none !important;
    }

    .newsletter .input-row input.action_button {
        width: 100%;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile_menu ul {
        display: block;
    }

    #currencies {
        padding-right: 25px;
    }

    .mega-menu {
        position: relative;
    }

    .mobile-mega-menu .mega-menu__grid,
    .menu .mega-menu__grid {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .mega-menu__text p {
        margin-bottom: 0;
        color: #9DA0A4;
        padding: 0px 30px 10px 0px;
    }

    .mega-menu__custom-column h3.mega-menu__subtitle+a.mega-menu__custom-image {
        padding-top: 0;
    }

    .mobile-mega-menu .mega-menu-submenu,
    .mobile-mega-menu .mega-menu-submenu ul {
        display: none;
        padding: 0;
    }

    .mega-menu-sublink-item {
        padding: 8px 0 8px 30px;
    }

    .placeholder-svg--slideshow,
    .placeholder-svg--image-with-text-overlay {
        min-height: 200px;
    }

    .featured-promotions .feature-section .feature-overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .featured-promotions .feature-section .feature-details {
        opacity: 1;
    }

    .featured-promotions .feature-section .action_button {
        padding: 15px 30px;
    }

    .featured-promotions.promo-per-row-2 .feature-section {
        width: 100%;
        margin: 0 0 10px;
    }

    .featured-promotions.promo-per-row-3 .feature-section {
        width: 100%;
        margin: 0 0 10px;
    }

    .featured-promotions.promo-per-row-4 .feature-section {
        width: calc(50% - 30px);
    }

    .featured-promotions.promo-per-row-4 .feature-section:nth-child(2n+1) {
        clear: both;
    }

    .vetrinat-section--featured-promotions .is-width-wide .featured-promotions-wrapper .featured-promotions.promo-per-row-3 .feature-section {
        width: 100%;
    }

    .vetrinat-section--featured-promotions .is-width-wide .featured-promotions-wrapper .featured-promotions.promo-per-row-4 .feature-section {
        width: 50%;
    }

    .image-with-text--half .collection_title {
        font-size: inherit;
    }

    .image-with-text--half .action_button {
        padding: 15px 30px;
        font-size: 13px;
    }

    .image-with-text.across-2 .image-with-text--image:nth-of-type(4n+3) {
        flex-direction: row;
    }

    .image-with-text.across-2 .image-with-text--section {
        width: 100%;
    }

    .image-with-text.across-2 .image-with-text--section:nth-of-type(2n) {
        flex-direction: row-reverse;
    }

    .image-with-text.across-2 .image-with-text--section .image-with-text--half {
        width: 50%;
    }

    .image-with-text.across-2 .image-with-text--image:nth-of-type(2n+2) .image-with-text--half {
        float: right;
    }

    .image-with-text.across-2 .image-with-text--image:nth-of-type(3n+3) .image-with-text--half {
        float: left;
    }

    .grid-text-position--left {
        display: flex;
        flex-direction: column-reverse;
    }

    .purchase-details.smart-payment-button--false {
        flex-direction: column;
    }

    ul.tabs li a {
        font-size: 12px;
    }

    .continue_reading .action_button {
        padding: 15px 30px;
    }

    .collapsible-table {
        font-size: 16px;
    }

    .collapsible-table thead {
        display: none;
    }

    .collapsible-table tr {
        display: block;
        margin-bottom: 30px;
        border: 1px solid #dcdcdc;
    }

    .collapsible-table tr:last-child {
        margin-bottom: 0;
    }

    .collapsible-table tr td {
        position: relative;
    }

    .collapsible-table th:first-child,
    .collapsible-table td:first-child {
        border-left: none;
    }

    .collapsible-table td {
        display: block;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 0 0;
        border: none;
        border-bottom: 1px solid #dcdcdc;
    }

    .collapsible-table td:before {
        content: attr(data-label);
        z-index: 1;
        padding: 6px;
        font-weight: bold;
        width: calc(50% - 6px);
    }

    .collapsible-table td:after {
        content: "";
        z-index: 0;
        width: 50%;
        min-height: 100%;
        position: absolute;
        border-right: 1px solid #dcdcdc;
        background-color: #ededed;
    }

    .collapsible-table td:last-child {
        border-bottom: none;
    }

    .collapsible-table tfoot {
        display: block;
        margin-top: 30px;
    }

    .collapsible-table tfoot tr {
        margin-bottom: 0;
        border-bottom: none;
    }

    .collapsible-table tfoot tr:last-child {
        border-bottom: 1px solid #dcdcdc;
    }

    .collapsible-table .order-details__total,
    .collapsible-table .order-details__product,
    .collapsible-table .order-details__discount {
        text-align: right;
        padding-left: 10px;
        width: calc(50% - 10px);
    }

    .faq-accordion>dd {
        margin-left: 15px;
    }

    .search__results-wrapper {
        width: 100%;
    }

    ul.search__results {
        border: none;
    }

    .contact_form {
        display: block;
    }

    .contact_image--right {
        padding-bottom: 30px;
    }

    .contact_image--left {
        padding-bottom: 30px;
    }

    .vetrinat-section--newsletter .newsletter-wrap form.contact-form input.action_button {
        width: 100%;
    }

    .vetrinat-section--newsletter .newsletter-wrap {
        justify-content: center;
    }

    .vetrinat-section--newsletter .text {
        width: 100%;
        max-width: 100%;
    }

    .mapLayout {
        flex-wrap: wrap;
    }

    .mapLayout--display {
        width: 100%;
    }

    .mapLayout--display img.lazyloaded {
        height: auto;
    }

    .mapLayout--info {
        width: 100%;
        height: auto;
    }

    .banner-section .banner-section__caption .banner-section__caption-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .banner-section .banner-section__caption .banner-section__caption-headline {
        font-size: 1.5em;
        line-height: 1em;
    }

    .banner-section .banner-section__caption .banner-section__caption-subtitle {
        font-size: 1.2em;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .banner-section .banner-section__caption .banner-section__caption-button {
        margin-top: 5px;
        font-size: 12px;
        width: initial;
    }

    .banner {
        padding: 0rem 0;
    }

    .slideshow .slideshow__caption .slideshow__caption-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .slideshow .slideshow__caption .slideshow__caption-headline {
        font-size: 1.5em;
        line-height: 1em;
    }

    .slideshow .slideshow__caption .slideshow__caption-subtitle {
        font-size: 1.2em;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .slideshow .slideshow__caption .slideshow__caption-button {
        margin-top: 5px;
        font-size: 12px;
        width: initial;
    }

    .slideshow .flickity-page-dots .dot {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .slideshow .flickity-page-dots .dot.is-selected {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .slideshow .flickity-page-dots {
        bottom: auto;
        right: auto;
        position: relative;
        margin: 15px auto;
    }

    .slideshow .flickity-button {
        display: none;
    }

    .testimonial-slideshow .flickity-page-dots {
        display: block;
    }

    .menu-toggle {
        font-size: 14px;
    }

    .search-form input[type=text] {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .search-form input[type=text],
    .search-form input.action_button[type=submit] {
        width: 100%;
    }

    .input-row {
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }

    .input-row input {
        margin: 5px 0;
    }

    .input-row input.sign_up {
        width: 100%;
    }

    .gallery-section .two-per-row {
        width: 100%;
    }

    .gallery-section .three-per-row {
        width: 100%;
    }

    .gallery-section .four-per-row {
        width: 100%;
    }

    .logo-bar .logo-bar__item {
        margin-right: 15px;
        margin-left: 15px;
    }

    .contact__form-name {
        margin-right: 0;
    }

    .vetrinat-section--rich-text .action_button {
        padding: 15px 30px;
    }

    .sticker-text {
        font-size: 0.8em;
    }

    .sticker-holder--mobile .sticker-text {
        font-size: 0.6em;
    }

    .product__description--right {
        padding-left: 0;
    }

    .product__description--left {
        padding-right: 0;
    }

    .thumbnail .price {
        float: none;
        text-align: left;
        display: block;
    }

    /*.section_select {
        width: 100%;
        margin-left: 0;
    }*/
    .subtotal,
    .discount {
        text-align: left;
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .article_image {
        padding-bottom: 0;
    }

    .search_page--no-results .search-field {
        width: 100%;
    }

    div.product-details .detail_title {
        font-size: 30px;
    }

    .sidebar_content {
        border: 0;
        padding: 0;
    }

    .sidebar,
    .has-sidebar-option {
        width: 100% !important;
    }

    .sidebar__content {
        padding: 0;
        border: none;
    }

    .content-wrapper--article.sidebar-enabled--false {
        width: 100%;
    }

    .content-wrapper--latest-news .sidebar__content,
    .content-wrapper--article .sidebar__content {
        padding: 0;
        border: none;
    }

    .credits_right {
        text-align: left;
    }

    .product .featured-link--half .collection_title,
    [class*=product] .featured-link--half .collection_title {
        font-size: inherit;
    }

    #footer__selector-form .selectors-form__wrap {
        justify-content: flex-start;
    }

    #footer__selector-form .selectors-form__item {
        margin-left: 0;
        margin-right: 15px;
    }
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 798px) {

    .product_section.media-position--left,
    .product_section.media-position--right {
        flex-direction: column;
    }

    .subtotal {
        text-align: left;
    }

    .logo a {
        padding-top: 5px;
    }

    .toggle_menu {
        top: 0;
    }

    .collection_menu {
        display: none;
    }

    .container div.tag_filter {
        display: block;
    }

    #tag_filter,
    #sort-by {
        margin: 1.5em 0 0.5em 0;
    }

    .latest-news_filter {
        display: block !important;
        width: 100%;
    }

    .latest-news h2 {
        margin-top: 1.5em;
    }

    .section_select {
        text-align: center;
    }

    .or {
        text-align: center;
        width: 100%;
        display: inline-block;
        padding-left: 0;
        padding-bottom: 5px;
    }

    h4.toggle {
        cursor: pointer;
    }

    .toggle span {
        display: block;
    }

    .toggle_list {
        display: none;
    }

    select {
        width: 100%;
    }

    .search_page_text {
        text-align: left;
    }

    a.button,
    button,
    .action_button,
    a.action_button,
    textarea {
        width: 100%;
    }

    input[type=submit],
    input[type=reset],
    input[type=button],
    input[type=email],
    input.action_button[type=submit],
    input.action_button[type=button],
    .sign_up {
        width: 100%;
    }

    .input-row input.sign_up {
        display: inline-block;
        margin: 0px;
    }

    .cart_icons {
        display: none;
    }

    .container .column.thumbnail,
    .container .columns.thumbnail {
        margin-top: 1em;
    }

    .title_column {
        float: left;
    }

    .mobile_left {
        text-align: left;
    }

    .container div.mobile_only {
        display: block;
    }

    .quantity_label {
        display: inline;
    }

    .price-total {
        text-align: right;
    }

    .price-total-text {
        display: inline;
        margin-left: 5px;
    }

    .update_subtotal,
    .price-total,
    .remove_column,
    .checkout_table_header {
        display: none;
    }

    .mobile_right {
        text-align: right;
    }

    .quick_shop_btn {
        display: none !important;
    }

    .cart_price {
        display: block;
        margin-bottom: 0;
    }

    table tr th,
    table tr td {
        padding: 2px;
    }

    input.action_button {
        margin-bottom: 1em !important;
    }

    .multiple_product_images {
        display: none;
    }

    .container .latest-news_content {
        padding-left: 0;
        border: 0;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (max-width: 1025px) {
    .is-hidden-mobile-only {
        display: none !important;
    }

    ul.menu li.navicon_button {
        display: inline-block;
    }

    ul.menu li {
        padding: 0 0 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .nav ul li a.search-button {
        display: none;
    }

    .latest-news__author-bio,
    .latest-news__comment-author-bio {
        margin-left: 0;
    }

    .comment-form__name {
        margin: 0;
    }
}

@media (max-width: 680px) {
    .section {
        width: 100%;
    }

    .vetrinat-section.vetrinat-section--featured-collection .section {
        width: 100%;
    }

    li.col-md-6.col-sm-6.col-xs-12.half-width,
    li.col-md-12.col-sm-12.col-xs-12.half-width.float-left {
        padding-left: 8px;
        padding-right: 8px;
    }

    .signup-box {
        padding: 0.5rem;
        width: 100%;
    }

    .banner h1 {
        font-size: 28px;
        margin: 2rem 0px;
    }

    .login_wrapper_outside {
        width: 100%;
        display: block;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    .login_wrapper_outside .signin-agile {
        width: 100%;
        display: block;
        float: left;
        padding: 1rem;
        text-align: left;
    }

    .login_wrapper_outside .signup-agileinfo {
        width: 100%;
        float: left;
        display: block;
        padding: 4rem 1rem;
    }

    .banner {
        margin: 10px 0px;
    }

    .input-row input.sign_up {
        margin: 5px auto;
    }

    .purchase-details.smart-payment-button--true button {
        margin: 0px auto 15px auto;
    }

    .prod-details-popup-header .card-btn.shoppopup-btncont {
        display: block !important;
        gap: 15px;
    }

    .prod-details-popup-header .card-btn.shoppopup-btncont .btn-large {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .desk-case {
        display: none;
    }

    .mob-case {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .detail-slider-mob {
        display: block;
        margin-bottom: 15px;
        overflow: hidden;
    }

    h1.product_name {
        font-size: 22px;
    }
}

@media screen and (max-width: 580px) {
    .product-gallery .product-gallery__main .flickity-prev-next-button {
        opacity: 1;
        top: 100%;
        padding: 0;
        z-index: 30;
        transform: none;
        opacity: 0.5;
        background: none;
    }

    .product-gallery .product-gallery__main .flickity-prev-next-button:hover {
        opacity: 1;
    }

    .product-gallery .product-gallery__main .flickity-prev-next-button .flickity-button-icon {
        height: 30px;
        width: 30px;
        fill: #545454;
    }

    .product-gallery .product-gallery__main .flickity-prev-next-button.next {
        right: 30%;
    }

    .product-gallery .product-gallery__main .flickity-prev-next-button.previous {
        left: 30%;
    }

    .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--right-thumbnails,
    .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--left-thumbnails {
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--right-thumbnails::-webkit-scrollbar,
    .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--left-thumbnails::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .product-gallery__thumbnails.product-gallery__thumbnails--bottom-thumbnails {
        margin-top: 30px;
    }

    .product-gallery__thumbnails {
        padding-top: 0px;
        margin-top: 60px;
    }

    .product-gallery__thumbnails--false {
        margin-bottom: 3em;
    }
}

@media screen and (min-width: 580px) {

    .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails,
    .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails {
        justify-content: flex-start;
        align-self: flex-start;
        display: block;
        width: 100%;
        padding-top: 0;
    }

    .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail,
    .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail {
        width: 100%;
        margin: 0;
    }

    .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:last-child,
    .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:last-child {
        margin-bottom: 0;
    }

    .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:before,
    .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:before {
        line-height: 0;
        color: transparent;
        display: block;
        text-align: center;
        content: counter(carousel-cell);
    }

    .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1),
    .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) {
        display: flex;
    }

    .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main,
    .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main {
        width: 85%;
        height: 100%;
    }

    .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails,
    .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
        width: 12%;
    }

    .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail,
    .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail:last-child,
    .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail:last-child {
        margin-bottom: 0;
    }

    .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
        margin-left: 30px;
    }

    .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main {
        order: 2;
    }

    .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
        margin-right: 30px;
        order: 1;
    }

    .product-gallery.display-arrows--false .flickity-viewport:hover .flickity-prev-next-button,
    .product-gallery.display-arrows--false .flickity-prev-next-button {
        display: none !important;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

/*@media only screen and (max-width: 480px) {*/

@media only screen and (max-width: 768px) {
    .is-hidden-mobile-only {
        display: none !important;
    }

    ul.menu li {
        padding: 0;
    }

    ul.nav_buttons .button_label {
        display: none;
    }

    ul.menu li a,
    ul.menu li a:hover,
    ul.menu li a:active {
        display: inline-block;
    }

    span.icon-cart:before,
    span.icon-lang:before,
    span.icon-login:before,
    span.icon-wish:before,
    span.icon-bag:before,
    span.icon-menu:before {
        margin-right: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 h1.home,
    h1.latest-news_title,
    .title a {
        font-size: 150%;
    }

    h1,
    h2,
    h1.home,
    h1.latest-news_title,
    .title a {
        padding: 0;
    }

    /* .logo a, .logo a:hover, .logo a:visited, .logo a:active {
        padding-bottom: 15px;
    } */
    ul.nav_buttons li {
        margin-bottom: 5px;
    }

    .mobile-mega-menu .js-mega-menu__dropdown .mega-menu__submenu .mega-menu__sublink-item a {
        max-width: 67.5%;
    }

    .mobile-mega-menu .sub-menu a {
        max-width: 67.5%;
    }

    .featured-promotions h2.title {
        font-size: 14px;
    }

    .featured-promotions.promo-per-row-4 .feature-section {
        width: 100%;
        margin: 0 0 10px;
    }

    .vetrinat-section--featured-promotions .is-width-wide .featured-promotions-wrapper .featured-promotions.promo-per-row-2 .feature-section {
        width: 100%;
    }

    .vetrinat-section--featured-promotions .is-width-wide .featured-promotions-wrapper .featured-promotions.promo-per-row-4 .feature-section {
        width: 100%;
    }

    .image-with-text--half {
        width: 100%;
        flex: 1 0 100%;
    }

    .image-with-text--half img,
    .image-with-text--half svg {
        width: 100%;
        max-width: auto;
    }

    .image-with-text--half .info {
        position: static;
        transform: translateY(0);
        padding: 2em 0;
    }

    .image-with-text--half .action_button {
        padding: 7px 15px;
    }

    .image-with-text.across-2 .image-with-text--section .image-with-text--half {
        width: 100%;
    }

    ul.tabs li a {
        margin-right: 30px;
    }

    .map--container svg {
        height: 250px;
    }

    .product-gallery .product-gallery__main .product-gallery__image a,
    .product-gallery .product-gallery__main .product-gallery__image .video__container,
    .product-gallery .product-gallery__main .product-gallery__image .plyr--youtube {
        min-height: 100%;
        max-height: 75vh;
    }

    .product-gallery .product-gallery__main model-viewer {
        min-height: 300px;
    }

    .col-md-2.col-4.logo.header-logo {
        padding: 0px 8px !important;
    }

    .col-md-10.col-8 {
        padding: 0px 8px !important;
    }

    .lang-nav img {
        width: 50px;
        vertical-align: middle;
    }

    .nav ul li a.cart_button,
    .nav ul li a.lang_button,
    .nav ul li a.login_button,
    .nav ul li a.wish_button,
    .nav ul li a.navicon,
    .nav ul li a.search-button,
    input[type=submit].guest_button {
        padding: 7px;
        margin-top: 5px;
    }
}

@media screen and (min-width: 330px) and (max-width: 440px) and (max-height: 667px) {
    .modalbox {
        display: block;
        width: 414px !important;
        max-width: 100%;
        text-align: center;
    }

    .pass-close {
        display: block;
        margin: 0.65em -0.15em 1em 0 !important;
    }
}

@media (min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
    input.search_box {
        background: #fff url(//cdn.vetrinat.com/s/files/1/0160/9603/4916/t/36/assets/search2x.jpg?v=3138763200535073344) no-repeat 12px 50%;
        background-size: 14px 14px;
    }
}

@media only screen and (min-device-width: 330px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .col-md-3.col-sm-4.col-6.thumbnail {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 8px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: medium) {

    select,
    textarea,
    input {
        font-size: 16px !important;
    }
}

@media (min-width: 480px) {
    .marg-xs {
        display: none;
        margin: auto;
    }
}

@media only screen and (max-width: 480px) {
    .five-eighths .credits {
        display: none;
    }

    .marg-xs {
        display: block;
        margin: auto;
    }

    .thumbnail .price {
        display: block;
    }

    .price span.currency_en {
        display: block;
    }

    .pnf-section .signin-agile2 {
        text-align: center;
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {

    .nav ul li a.cart_button,
    .nav ul li a.lang_button,
    .nav ul li a.login_button,
    .nav ul li a.wish_button,
    .nav ul li a.navicon,
    .nav ul li a.search-button,
    input[type=submit].guest_button {
        padding: 4px;
        margin-top: 5px;
    }
}

/*THEME-0 STARTS*/

.section {
    max-width: 1440px !important;
}


.dynamic-content ul {
    list-style: disc;
    padding-left: 16px;
}

.dynamic-content ol {
    list-style: decimal;
    padding-left: 16px;
}


@media (min-width: 1536px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px !important;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    }

    .nav ul li {
        padding: 0 0 0 8px;
    }

    .container div.collection_nav {
        padding-top: 10px;
    }
}

.thumbnail .quick_shop_btn:hover {
    color: #ffffff !important;
    background-color: var(--secondary1-color) !important;
    /* color: #fff !important;
        background-color: #ffffff !important;*/
}

.thumbnail .quick_shop_btn {
    color: var(--shop-text-color) !important;
    background: var(--primary-shop-color) !important;
    /* background: #a1998c !important;*/
}

#sort-by {
    padding: 10px 45px 10px 12px;
}

/* h1, .h1, h1.home, .collection_title {
    line-height: 2.5em;
} */

.filter-wrapper {
    background-color: #f2f2f2;
    padding: 16px;
    width: 100%;
    margin: 15px auto;
    border: 1px solid #e2dcdc;
    display: flex;
    flex-wrap: wrap;
}

.filter-wrapper div {
    width: auto;
    padding: 5px;
    background: gray;
}

.section_select span {
    display: flex;
    margin-top: 6px;
    /* align-items: center;
    height: 59px; */

}

.collection_nav .section_select {
    /* line-height: 46px; */
    height: 100%;
    /* display: flex; */
    align-items: center;
}

.section_select select {
    margin-bottom: 0;
}

.container div.collection_nav {
    padding-bottom: 0;
    padding: 13px;
}

@media (max-width:575px) {
    .section_select {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left;
    }

    .section_select span {
        position: relative;
        top: 6px;
    }

    .product-list .container .collection_nav {
        padding-top: 10px !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .product-list select {
        background: url(../images/select_arrow.png) no-repeat 93% 50%;
        background-image: url(../images/select_arrow.png);
        /* background-size: 16px 12px;*/
        cursor: pointer;
        -webkit-padding-end: 30px;
        text-indent: 0.01px;
        text-overflow: "";
        padding: 14px 15px;
        background-size: 25px;
    }

    .pl-xs-4 {
        padding-left: 4px !important;
    }

    .pr-xs-4 {
        padding-right: 4px !important;
    }

    .thumbnail {
        margin-bottom: -18px !important;
    }
}

select {
    padding: 14px 12px !important;
    outline: none;
}

.wish {
    display: none;
}

.product__description--right {
    padding-left: 0 !important;
}

.credits_right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

footer .credits_right {
    justify-content: right;
}

.credits_right p {
    padding-right: 10px;
}

.three-eighths {
    padding-top: 11px !important;
}

select#size {
    /*padding: 3px 8px !important;*/
    max-width: 221px;
    /*margin-bottom: 15px;*/
}

.purchase-details__buttons .atc-btn-container {
    width: 221px !important;
}

.product_form .swatch label {
    text-align: left !important;
    padding: 0 !important;
}

.swatch input[type=text] {
    text-align: center;
}

.was_price .currency_en {
    font-size: 14px;
}

.thumbnail .info .title {
    text-align: center;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}

.thumbnail .price {
    float: none;
    text-align: center;
}

.section_select select {
    padding: 8px 53px 8px 10px !important;
}

.section_select select option {
    background: #fff;
}


button.close {
    position: absolute;
    right: 15px;
    text-align: right;
    top: 20px !important;
    width: 50px;
}

button.close:hover {
    background-color: transparent !important;
}

.minus_btn {
    /*background: #a1998c;*/
    background: var(--primary-shop-color);
    border: none;
    height: 42px !important;
    width: 57px !important;
    float: left !important;
    text-align: center !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus_btn {
    /*background: #a1998c;*/
    background: var(--primary-shop-color);
    border: none;
    height: 42px !important;
    width: 57px !important;
    float: left !important;
    text-align: center !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swatch-input {
    width: 107px !important;
    height: 42px !important;
}

/*.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999999;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

.minus_btn i,
.plus_btn i {
    color: #fff;
    vertical-align: sub;
    /*padding: 21px;*/
}

/*19-5 start*/

@media (max-width:480px) {
    .menu .lang-nav {
        position: relative;
        top: 0px;
    }

    .menu span.icon-cart img {
        top: 1px;
        vertical-align: middle;
    }

    .col-md-2.col-4.logo.header-logo,
    .image-element__wrap img {
        display: flex;
    }

    /* .image-element__wrap img {
        padding-top: 18px;
    } */
}

/*19-5 End*/

/*22-5 Start*/

.image-element__wrap img {
    /* padding-top: 18px; */
    min-width: 100px;
}

.obile_menu_container ul {
    vertical-align: middle !important;
}

@media (max-width:992px) {
    .header {
        position: fixed;
        z-index: 1000;
        width: inherit;
        padding-bottom: 10px;
    }

    .subpage-wrapper {
        margin-top: 0px;
    }
}

/*THEME-0 END*/

.modal_price .current_price_en {
    position: relative;
    top: -2px;
}

.modal_price .was_price .currency_en {
    position: relative;
    bottom: -2px;
}

.purchase-details__buttons .atc-btn-container button {
    height: 48px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 16px;
    outline: none;
}

.info .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: center;
}

.info .currency_en {
    padding-left: 5px;
}

.info-home {
    padding-bottom: 20px;
}

.thumbnail .info-home .price {
    flex-direction: column;
}

.thumbnail .info-home .currency_en {
    width: auto;
    margin: auto;
}

.thumbnail .info-home .was_price {
    width: auto;
    margin: auto;
}

.thumbnail .info-home .current_price_en {
    position: relative;
    top: -2px;
}

@media (min-width:768px) and (max-width:992px) {
    .one-fifth {
        width: auto !important;
    }
}

/*** Contact Us Page ***/

ul.cont-form-wp-all input,
ul.cont-form-wp-all textarea {
    margin-bottom: 20px;
}

aside.contact-form ul li {
    list-style: none;
}

aside.contact-form ul li input#ctl00_contentplaceholder1_txtcountrycode {
    width: 20% !important;
    float: left;
    min-width: 30px;
}

aside.contact-form ul li input#ctl00_contentplaceholder1_txtPhone {
    width: 79%;
    float: left;
    margin-left: 1%;
}

aside.contact-form ul li label.control-label {
    width: 100%;
}

aside.contact-form ul li select {
    width: 100% !important;
}

aside.contact-form {
    width: 60%;
    float: left;
    min-width: 300px;
    padding-bottom: 18px;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid rgb(239, 239, 239);
    min-height: 300px;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 4px -2px rgba(121, 121, 121, 0.36);
}

aside.contact-form ul li {
    margin: 0;
}

li.col-md-6.col-sm-6.col-xs-12.half-width {
    float: left;
}

ul.cont-form-wp-all li {
    list-style: none;
}

ul.cont-form-wp-all {
    margin: 0px;
}

.contact-section ul.cont-form-wp-all {
    margin: 0px -15px;
}

.input-validation-error {
    border: 1px solid red !important;
}

.field-validation-error span {
    color: red;
    font-weight: 400;
}

.required-text {
    color: red;
    font-weight: 400;
}

.agile_banner_bottom_grids {
    color: var(--primary-shop-color);
    background-color: var(--primary-color);
    width: 40%;
}

.agile_contact_grid_left {
    text-align: center;
}

.agile_contact_grid_left em {
    font-size: 2em;
    color: var(--primary-shop-color);
    line-height: 4em;
}

/*.col-xs-8.agile_contact_grid_right.agilew3_contact {
    float: left;
}*/

.col-xs-4.agile_contact_grid_left {
    float: left;
    width: 33.33333333%;
}

.agile_contact_grid_right p {
    margin: 0px 0px 0px;
}

.agile_contact_grid_right h4 {
    font-size: 20px;
    color: var(--primary-shop-color);
    margin: 15px 0px 0px;
    font-weight: 400;
    letter-spacing: 0;
    border: none !important;
}

.agile_contact_grid_right h4 :nth-last-child(1) {
    margin: 0px 0px 0px;
}

.agile_contact_grid_right a,
.agile_contact_grid_right a:visited,
.agile_contact_grid_right a:hover {
    color: var(--primary-shop-color);
}

.col-xs-8.agile_contact_grid_right.agilew3_contact {
    float: none !important;
}

.credits img {
    width: 102px;
}

.footer-copyright-text {
    text-align: left !important;
}

@media (max-width: 992px) {
    .nav {
        padding-top: 80px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .nav {
        padding-top: 95px;
    }
}

@media(min-width: 576px) and (max-width: 769px) {
    .section_select {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left;
    }

    .product-list .container .collection_nav {
        padding-top: 70px !important;
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .section_select select {
        padding: 12px 53px 12px 10px !important;
        margin-bottom: 10px;
    }

    .section_select span {
        height: auto;
    }

    .section_select {
        line-height: normal !important;
        margin-bottom: 8px;
    }

    .collection_nav h1.collection_title {
        padding-top: 10px;
    }

    .document-body-title {
        font-size: 26px !important;
    }
}

@media(max-width: 576px) {
    .section_select select {
        margin-bottom: 2px;
    }
}

.document-body-title {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 32px;
}

@media(max-width: 480px) {
    .footer .credits_right {
        justify-content: center;
        margin-bottom: 5px;
    }
}

.prod-details-popup-header .shp-head {
    width: auto !important;
}

.prod-details-popup-header .heading-wrapper-popup {
    padding: 0px
}

div#showcartpopupdiv .prod-details-popup-header .modal-body {
    margin-top: 0px !important;
}

.prod-details-popup-header .card-btn.shoppopup-btncont {
    display: flex;
    gap: 15px;
}

.prod-details-popup-header .card-btn.shoppopup-btncont .btn-large {
    width: 50%;
}

.prod-details-popup-header .modal-title {
    margin-top: 3px;
    font-size: 18px;

}

span.shoppopup-icon .icon {
    height: 34px !important;
}

/* Payment Gateway Start */

.frame-pmt {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin: 60px auto !important;
    padding: 0px 15px;
}

.frame-failure h1 {
    color: #e71f1f;
    margin-bottom: 0px;
    line-height: normal;
}

.frame-failure-message-box {
    margin: 20px auto !important;
    border: solid 1px #e71f1f !important;
    background: #e71f1f1c !important;
    padding: 20px;
}

.frame-failture-box {
    min-width: 400px;
}

.frame-success h1 {
    color: #119647;
    margin-bottom: 0px;
    line-height: normal;
}

.frame-success-message-box {
    margin: 20px auto 0px !important;
    border: solid 1px #119647 !important;
    background: #11964730 !important;
    padding: 20px;
}

.successfull-masg {
    color: #119647;
    font-size: 20px;
    margin-bottom: 10px;

}

.frame-success-message-box li {
    margin-bottom: 5px;
}

#divpaymenttext a,
#divtext a {
    color: #000 !important;
    font-size: 16px !important;
}

.nw-btn {
    margin-top: 20px;
}

/* Payment Gateway End */

/*
.apple-pay-btn{
    width: 170px;
    height: 45px;
    border-radius: 3px;
    padding: 0px;
    box-sizing: border-box;
}*/

.apple-btn-holder {
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
    padding: 0px 20px;
}

apple-pay-button,
.apple-pay-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.payment-option-tabs .payment-box h2 span.field-validation-error {
    width: 100%;
    display: block;
    color: red !important;
    font-size: 14px !important;
    font-family: 'Neo Sans Arabic Regular';
    text-transform: capitalize;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
}

span#amount_id-error,
span#amnt_id-error {
    width: 100%;
    display: block;
    color: red !important;
    font-size: 14px !important;
    font-family: 'Neo Sans Arabic Regular';
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0px;
}

.frame-warning h1 {
    color: orange;
    margin-bottom: 0px;
    line-height: normal;
}

.frame-warning-message-box {
    margin: 20px auto 0px !important;
    border: solid 1px #ffb900 !important;
    background: #ffa5393d !important;
    padding: 20px;
}

.warning-masg {
    color: #ffa500;
    font-size: 20px;
    margin-bottom: 10px;
}

.btn-warning-process {
    background: orange !important;
    margin: 5px 0px;
    color: #fff !important;
}

.btn-warning-process:hover {
    background: #e29507 !important;
    border-color: #e29507 !important;
}

.btn-success-sec {
    background: #119647 !important;
    margin: 5px 0px;
    color: #fff !important;
}

.btn-success-sec:hover {
    background: #067c36 !important;
}

.btn-error-sec {
    background: #d75a4a !important;
    color: #fff !important;
    margin: 5px 0px;
}

.btn-error-sec:hover {
    background: #c54c3d !important;
}

.btn-success-sec:focus {
    box-shadow: none !important;
}

.btn-warning-process:focus {
    box-shadow: none !important;
}

.btn-error-sec:focus {
    box-shadow: none !important;
}

.overflow-anywhere {
    overflow-wrap: anywhere;
}

.payment-error-page-sec-box {
    background: #ff00001c;
    padding: 20px 15px !important;
    border: 1px solid #f90f0f9e;
}

@media(max-width: 680px) {
    .frame-pmt h1 {
        font-size: 28px;
    }

    .frame-failture-box {
        min-width: auto;
    }
}


.mobile-payment-success h4 {
    font-size: 22px;
}


.mobile-payment-success h1 {
    color: #119647;
}

.mobile-payment-frame {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin: 60px auto !important;
    padding: 0px 15px;
}

.mobile-payment-success .order-box {
    border: 1px solid #1b954d;
    margin: 10px auto;
    padding: 10px;
    background: #34ff8717;
}

.mobile-payemnt-box .order-box {
    border: 1px solid #e71f1f;
    margin: 10px auto;
    padding: 20px;
    background: #e71f1f1f;
}

@media (max-width: 768px) {
    .mobile-payment-success h1 {
        font-size: 28px;
    }

    .mobile-payment-failed h1 {
        font-size: 24px;
    }
}

.mobile-payment-failed h1 {
    color: #e71f1f;
}

.order-box {
    padding: 15px;
}

.order-box li label {
    display: inline-block;
}

.order-box li b {
    font-weight: 400;
}

.nav ul li a.cart_button,
.nav ul li a.lang_button,
.nav ul li a.login_button,
.nav ul li a.wish_button,
.nav ul li a.navicon,
.nav ul li a.search-button,
input[type=submit].guest_button {
    /* padding: 10px 7px; */
    padding: 2px 7px;
    border: 1px solid #000;
}

.currency-header select {
    padding: 7px 6px !important;
    border: solid 1px #000000;
    background: #fff;
    margin-bottom: 0px;
    appearance: auto;
    font-size: 14px;
    outline: none;
    color: #000;
}

@media(max-width: 680px) {
    .currency-header select {
        width: 62px;
        /* border: none; */
        padding: 10px 0px;
        /* margin-top: 9px; */
    }

    .currency-header select {
        padding: 7px 2px 8px !important;
    }
}

.error-btn {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 0;
    padding: 6px 15px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0px;
    display: inline-block;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    appearance: none;
    font-smoothing: antialiased;
    box-sizing: border-box;
    border: 1px solid var(--primary-color);
}

.error-btn:hover {
    background-color: var(--secondary1-color);
    border: 1px solid var(--secondary1-color);
    color: #fff;
}

.error-page {
    text-align: center;
    margin-top: 50px;
}

.error-content {
    text-align: center;
}

.error-content h1 {
    text-align: center;
}

.error-image {
    text-align: center;
}

.new-contact-sec {
    padding-bottom: 40px;
}

@media(max-width: 680px) {
    .contact__form-form li.col-md-6.col-sm-6.col-xs-12.half-width {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.index-sections {
    display: block;
}