/*!
Theme Name: hdriskies
Theme URI: http://underscores.me/
Author: Agata Galewska
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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


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

@font-face {
    font-family: 'fontello';
    src: url('fontello/font/fontello.eot?21901267');
    src: url('fontello/font/fontello.eot?21901267#iefix') format('embedded-opentype'),
    url('fontello/font/fontello.woff?21901267') format('woff'),
    url('fontello/font/fontello.ttf?21901267') format('truetype'),
    url('fontello/font/fontello.svg?21901267#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.center {
    text-align: center;
}

.col2-set {
    display: flex;
    clear: both;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.a-right {
    align: right;
}

.a-left {
    align: left;
}

.clear {
    overflow: auto;
    clear: both;
}


.s-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

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

/* -------------Scrollbar------------------*/
body::-webkit-scrollbar {
    width: 0.5em;
    height: 40px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #444;
    outline: 1px solid #222;
    height: 1em;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* Sections
	 ========================================================================== */
html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    overflow: auto;
    min-height: 57vh;
}


header.woocommerce-products-header {
    display: block;
    margin-bottom: 40px;
    overflow:hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */


p.form-row {
    margin-bottom: 0.8em;
}

/*----------------------Buttons-----------------*/
.button {
    background-color: #424242; /* Green */
    border: none;
    color: white;
    padding: 14px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button:hover {
    background: #111;
}

.button.gray {
    background-color: #888;
}

.button1 {
    font-size: 10px;
    padding: 10px 20px;
}

.button2 {
    font-size: 12px;
    padding: 10px 28px;
}

.button3 {
    font-size: 16px;
    padding: 14px 40px;
}

.button4 {
    font-size: 20px;
    padding: 32px 16px;
}

.button5 {
    font-size: 24px;
    padding: 16px;
}

label {
    display: block;
    font-size: 14px;
    padding: 5px 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* ------------- Colors-----------------------------*/


.blue {
    background-color: #0d6efd
}

.indigo {
    background-color: #6610f2
}

.purple {
    background-color: #6f42c1
}

.pink {
    background-color: #d63384
}

.red {
    background-color: #dc3545
}

.orange {
    background-color: #fd7e14
}

.yellow {
    background-color: #ffc107
}

.green {
    background-color: #198754
}

.teal {
    background-color: #20c997
}

.cyan {
    background-color: #0dcaf0
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #450303;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
    background: #202020;
}

.site-footer {
    background: #282828;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    /* list-style: disc; */
    margin: 0 auto;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #909090;
    text-decoration: none;
}


a:hover,
a:focus,
a:active {
    color: #fff;
    outline: 0;
    border: none;
    -moz-outline-style: none;
}


a:hover,
a:active {
    outline: 0;
}

.page a {
    color: #454545;
}

.page a:hover {
    color: #6d6d6d;
}

.page a.button {
    color: #fff;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    /* border-radius: 3px; */
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border: none;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    color: #666;
    border: none;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    color: #2f2f2f;
    border: 1px solid #9a9a9a;
    outline: none;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#masthead {
    background: #1c1c1c;
    display: flex;
    font-family: 'Oswald', sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    height: 55px;
    padding-left: 40px;
    z-index: 9999;
}

.site-branding {
    /* padding: 18px 0 0 0; */
}

.main-navigation {
    display: block;
    width: 100%;
    line-height: 55px;
}

.main-navigation a {
    color: #909090;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 0 0 80px;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    /* padding: 10px 15px; */
    font-size: 15px;
    display: inline-block;
    margin: 0 8px;
    font-weight: 300;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #fff;
}

#menu-user {
    width: 300px;
    font-size: 24px;
    line-height: 56px;
    right: 40px;
}

#menu-user a {
    color: #f5f5f5;
    display: block;
}

#menu-user a.link {
    padding: 0 10px;
}

#menu-user ul {
    /* list-style-type: none; */
    padding: 0;
    /* display: block; */
    float: right;
}

.cart-totals {
    font-size: 10px;
    text-align: center;
    position: absolute;
    line-height: 15px;
    margin-top: 12px;
    border-radius: 50%;
    display: inline-block;
    width: 15px;
    background: #3d6fa7;
}

#cart-top-col {
}

#menu-user li {
    text-align: center;
    display: inline-block;
}

#menu-user a.cart-top {
    height: 100%;
    padding-right: 40px;
}

.under-cart {
    position: absolute;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background: #222;
    color: #a7a7a7;
    top: 55px;
    right: 0;
    width: auto;
    line-height: 12px;
    padding: 20px;
    border-top: 5px solid #3c6ba0;
    margin: 0;
    display: none;
}


.under-cart img {
    width: 30px;
}

.under-cart div.row {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 4px;
    align-items: center;
    border-top: 1px solid #404040;
}

.under-cart div.row:first-of-type {
    border-top: 0;
}

#cart-totals {
    padding: 10px 0;
    text-transform: uppercase;
    border-top: 1px dashed #404040;
}

.under-cart .col {
    padding: 4px 6px;
    display: inline-block;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}


@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        /* display: flex; */
        /* width: 100%; */
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */


#page {
    background: #202020;
}

#wrapper {
    min-height: 100vh;
    align-items: stretch;
    padding: 0 0 0 240px;
    margin-right: 0;
    position: relative;
    justify-content: flex-end;
}

#primary {
    padding: 5px 10px;
    margin: 60px 0 0 0;
    overflow: auto;
    overflow-x: hidden;
}

/* ---------------------Filtering Menu on the left and widgets*/
#secondary {
    width: 240px;
    background: #282828;
    padding-top: 80px;
    left: 0;
    position: fixed;
    border-left: 6px solid #202020;
    border-right: 2px solid #363636;
    min-height: 100vh;
    top: 0;
}

#secondary .widget-title {
    font-size: 15px;
    text-transform: uppercase;
    background: #252525;
    font-weight: 400;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    color: #a5a5a5;
    border-bottom: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
}

#secondary section {
    padding: 0;
    margin: 0;
    width: 232px;
}

.wc-layered-nav-term a {
    color: #909090;
    display: block;
}

.wc-layered-nav-term .f-count {
    /* float: right; */
    padding: 2px 3px;
    /* display: block; */
    position: absolute;
    background: #252525;
    border: 1px solid #313131;
    font-size: 12px;
    right: 10px;
    top: 2px;
    color: #525252;
}

ul.woocommerce-widget-layered-nav-list {
    padding: 0;
    margin: 0;
}

.wc-layered-nav-term {
    list-style-type: none;
    padding: 4px 10px;
    font-size: 14px;
    position: relative;
    color: #909090;
    /* overflow: auto; */
}

.wc-layered-nav-term:hover {
    background: #234367;
}

.wc-layered-nav-term.chosen {
    background: #285995;
    color: #fff;
}

.wc-layered-nav-term.chosen a,
.wc-layered-nav-term.chosen .f-count {
    color: #d0d0d0;
}


.woocommerce-widget-layered-nav-list__item--chosen.chosen a:before {
    font-family: "fontello";
    content: "\e80b";
    display: inline-block;
    speak: none;
    text-indent: 0;
    font-weight: 400;
    padding-right: 6px;
}


/* ----------------------------------- Page Theme looks different -----------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.page #secondary {
    width: 0;
    display: none;
}

.page #wrapper {
    padding: 0;
    min-height: 0;
}


.page #primary {
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
    padding: 20px 40px;
    width: 100%;
    margin-top: 60px;
    border-bottom: 4px solid #3c6ba0;
    border-top: 4px solid #3c6ba0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
    /*.entry-content,*/
.entry-summary {
    width: 50%;
    padding: 10px 30px;
    color: #666;
    float: left;
    padding-bottom: 30px;
}

.pano360 .woocommerce-Tabs-panel.entry-content {
    width: 100%;
    margin-top: 110px;
    padding-right: 20px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wpap-loadmore-wrapper .wpap-loadmore-button {
    background: none !important;
    box-shadow: none !important;
    border: 1px solid #444;
    color: #888 !important;
}

.wpap-loadmore-wrapper .wpap-loadmore-button:hover {
    border-color: #d4d4d4 !important;
}


.page-numbers li {
    display: inline-block;
}

.woocommerce-pagination {
    text-align: center;
}

/* ------------------------- Footer wrapper -------------------------------------------*/
.site-footer {
    background: #282828;
    padding: 20px;
}

.footer-wrapper {

}

#footerLinks, #footerSocial {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

#footerLinks li {
    padding: 0 10px;
}

#footerLinks a {
    font-size: 14px;
}


#footerSocial li {
    font-size: 22px;
    margin: 10px 5px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
    /* margin-top: 6px; */
    padding: 18px 0 0 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* ----------------------------- Cart - Basket ----------------*/
button[name="update_cart"] {
    display: none !important;
}

input[name="coupon_code"] {
    max-width: 450px;
    clear: both;
}


table.shop_table {
    border-collapse: collapse;
}

.shop_table .product-thumbnail img {
    max-width: 80px;
}

.shop_table thead tr, .shop_table tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.woocommerce-cart-form td, .cart_totals td {
    padding: 20px 10px;
}

table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
}

.cart_totals table.shop_table_responsive tr td {
    text-align: right;
}

.cart_totals td {

}


/*------------------------------- Checkout----------------------------*/
#customer_location_self_certified_field {
    padding: 10px 20px;
}

.woocommerce-form-login .form-row {
    max-width: 640px;
}

.woocommerce-cart-form {
    width: 66.66%;
    float: left;
    padding: 0 10px;
}


.cart-collaterals {
    width: 33.33%;
    float: right;
    padding: 0 10px;
}

.cart_totals {
    background: #fff;
    padding: 2rem;
    border: 2px solid #e7e7e7;
    overflow: auto;
}

.wc-proceed-to-checkout a.checkout-button {
    float: right;
}

.checkout-btm-btns {
    padding: 20px 0;
    border-top: 1px dashed #d2d2d2;
    margin-top: 34px;
}

#customer_details {
    overflow: auto;
}

#CheckoutProgress {
    border: 2px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    margin-bottom: 45px;
}

#CheckoutProgress .col {
    cursor: pointer;
}

.woocommerce-order-received #CheckoutProgress .col {
    cursor: default;
}

#CheckoutProgress .col.confirmation {
    cursor: default;
}

#CheckoutProgress .number {
    background: #989898;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    width: 25px;
}

#CheckoutProgress .active {
    font-weight: bold;
}

#CheckoutProgress .active .number {
    background: #222;
}

.wc_payment_methods {
    list-style-type: none;
    font-size: 13px;
    margin: 10px 0;
    padding: 20px;
    border: 1px solid #dfdfdf;
}

.payment_box.payment_method_paypal {
    position: relative;
}

.payment_box.payment_method_paypal p {
    padding: 10px;
    margin: 5px 0;
    background: #dfdfdf;
}

.payment_box.payment_method_paypal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #dfdfdf;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
}

.woocommerce-privacy-policy-text {
    font-size: 12px;
    background: #f5f5f5;
    padding: 5px 10px;
}

.download-product img {
    display: block;
    height: 70px;
    width: 70px;
}

.download-product a {
    display: flex;
    align-items: center;
}

.download-product span {
    display: block;
    margin-left: 20px;
}

.woocommerce-MyAccount-downloads-file:before {
    font-family: "fontello";
    content: "\e803";
    display: inline-block;
    speak: none;
    text-indent: 0;
    font-weight: 400;
    padding-right: 10px;
}

ul.woocommerce-thankyou-order-details {
    display: flex;
    list-style-type: none;
    padding: 5px 20px;
}

ul.woocommerce-thankyou-order-details li {
    margin-right: 15px;
    border-right: 1px solid #dfdfdf;
    font-size: 13px;
    padding-right: 15px;
}

ul.woocommerce-thankyou-order-details li:last-of-type {
    border: 0;
}

ul.woocommerce-thankyou-order-details li strong {
    display: block;
}

.woocommerce-table--order-details th {
    text-align: left;
}

p.woocommerce-thankyou-order-received {
    margin: 0;
}

.thank-you-wrap {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.thank-you.col {
    padding: 20px;
    margin: 10px;
    width: 50%;
    background: #efefef;
}

.thank-you.col.info {
    background: none;
    font-family: 'Oswald';
    font-size: 21px;
    font-weight: 100;
}

.thank-you-title {
    font-size: 24px;
}

.thank-you-title strong {
    text-transform: capitalize;
}

.woocommerce-order-details, .woocommerce-order-downloads {
    background: #efefef;
    font-size: 14px;
    padding: 5px 20px;
}

.woocommerce-order-downloads {
    margin-top: 10px;
}

.woocommerce-customer-details {
    padding: 5px 20px;
}


.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-size: 18px;
}

#ThankYouSocialWrap {
    padding: 10px 20px;
    background: #efefef;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 0 0;
}

#ThankYouSocial {
    list-style-type: none;
    font-size: 24px;
    display: flex;
}

/* ----------------- Customer Account --------------------*/
.woocommerce-account .col2-set {
    display: flex;
    justify-content: center;
    margin-left: -2rem;
    margin-right: -2rem;
}

.woocommerce-account button {
    width: 100%;
}

.woocommerce-account .woocommerce {
    max-width: 1280px;
    margin: 0 auto;
}


.woocommerce-account.logged-in .woocommerce {
    max-width: 100%;
    display: flex;
}

.woocommerce-MyAccount-navigation {
    width: 20%;
    margin-right: 5%;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    text-transform: uppercase;
    padding: 0.5rem 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #777;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    color: #111;
    font-weight: bold;
}

.woocommerce-MyAccount-content {
    width: 75%;
}

.woocommerce-account td,
.woocommerce-account th {
    padding: 1rem;
    text-align: left;
}

ul#my-account-dasboard {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#my-account-dasboard li {
    max-width: 30%;
    margin: 1%;
    border: 1px solid lightgrey;
    width: 100%;
    padding: 25px;
    list-style-type: none;
    min-width: 300px;
}

ul#my-account-dasboard li a {
    display: flex;
    align-items: center;
}

ul#my-account-dasboard li span {
    margin-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
}

#my-account-dasboard img {
    width: 90px;
}

/* Tabs Wrappers */
#CheckoutLoginTab {
    display: block;
}

#CheckoutBillingTab, #CheckoutReviewTab {
    display: none;
}

#order_review {
    /* max-width: 900px; */
    padding: 20px;
    background: #fff;
    text-align: left;
}

#order_review .product-total {
    text-align: right;
}

#order_review tfoot td {
    text-align: right;
}

#order_review tfoot th {
    text-align: left;
}

.login.ywsl-box {
    /* display:block !important; */
}

#customer_details .col-1,
#customer_details .col-2 {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.woocommerce-checkout .woocommerce-info {
    display: none;
}

.woocommerce .ywsl-box {
    display: none;
}

.woocommerce-checkout-review-order-table thead {
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table thead th {
    background: #f3f3f3;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 6px;
    font-size: 14px;
}

/*--------------------Login page-----------------------------*/
#customer_login {

}

/*------------------ Ajax loading overlays ------------------------*/
.blockUI.blockOverlay {
    background-color: #222 !important;
}

.page .blockUI.blockOverlay {
    background-color: #fff !important;
}

.woocommerce-breadcrumb {
    font-size: 14px;
    float: left;
    padding: 10px 10px;
    display: inline-block;
}

/*------------------------------------------- Product Page ----------------------------------------------*/
.product_meta {
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    padding: 5px;
    text-align: left;
    clear: both;
    overflow: auto;
}

.product_cat-collections .product_meta {
    background: none;
}

#pano {
    width: 100%;
    height: 540px;
}

.single-product #secondary {
    display: none;
}

.woocommerce-product-details__short-description {
    background: #232323;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 30px;
    border: 1px solid #1d1d1d;
}

.woocommerce-product-details__short-description p {
    font-size: 15px;
    margin: 5px 0;
}

.summary .product_title {
    border-bottom: 3px solid #292929;
    padding: 10px 0;
    font-family: Oswald, sans-serif;
    color: #b3b3b3;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 5px;
}

.product_cat-collections .summary .product_title {
    margin-top: 0;
}

.summary .cart {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.summary .sample-link {
    float: right;
    margin: 15px;
    font-size: 14px;
    width: auto;
}

.summary .price {
    font-size: 24px;
    color: #b3b3b3;
    margin: 12px 0;
    font-weight: bold;
}

.single-product #wrapper {
    padding: 40px 0px 0 0;
}

.single-product #primary {
    padding: 0;
    margin: 15px 0 0 0;
}

#galleryWrap {
    width: 100%;
    padding: 20px;
    /* float: right; */
    background: #222;
}

.cart .quantity {
    display: none;
}

.single-product .woocommerce-breadcrumb {
    padding: 10px 25px;
    /* background: rgb(40, 40, 40); */
    clear: both;
    display: block;
    float: none;
    width: 100%;
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 50%;
    overflow: auto;
    float: none;
}


.product_cat-collections .woocommerce-tabs.wc-tabs-wrapper,
.product_cat-textures .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;

    /* padding: 20px; */
}

.woocommerce-product-attributes.shop_attributes {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
}

.product_cat-collections .woocommerce-product-attributes.shop_attributes {
    max-width: 1280px;
}

.woocommerce-product-attributes.shop_attributes td,
.woocommerce-product-attributes.shop_attributes th {
    border: 1px solid #333333;
    font-size: 14px;
    padding: 7px 10px;
    color: #555;
}

.woocommerce-product-attributes.shop_attributes p {
    margin: 0;
}

.woocommerce-product-attributes.shop_attributes th {
    color: #555;
    font-weight: normal;
    padding-right: 35px;
    text-align: right;
}

.pano360 .wc-tabs-wrapper .wc-tabs {
    display: none;
}

#CustomRelatedWrap {
    padding: 20px;
    width: 100%;
    clear: both;
    background: #1a1a1a;
}

#CustomRelatedWrap h3 {
    color: #8e8e8e;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#CustomRelatedWrap h3 span {
    color: #3c6ba0;
    font-weight: 700;
}

.woocommerce-product-attributes.shop_attributes tr:nth-child(odd) {
    background: #1f1f1f;
}

.single_add_to_cart_button:before {
    font-family: "fontello";
    content: "\e801";
    display: inline-block;
    speak: none;
    text-indent: 0;
    font-weight: 400;
    padding-right: 10px;
}

/*-------------------Collections Category View ------------------------*/
.term-textures #secondary,
.term-collections #secondary {
    display: none;
    width: 0;
}

.term-textures #wrapper,
.term-collections #wrapper {
    padding-left: 0;
}

/*--------------------Collection Description -------------------------------*/
.desc-row {
    color: #fff;

}

.desc-row.col-2 {
    display: flex;
    padding: 3% 0;
    border-bottom: 1px solid #161616;
}

.desc-row.thumbs {
    padding-bottom: 3%;
}

.desc-row.col-2:last-of-type {
    border: 0;
}

.desc-row h3,
.desc-row h5 {
    font-family: Oswald, sans-serif;
    font-size: 36px;
    font-weight: 400;
    border-bottom: 3px solid #3d6fa8;
    display: inline-block;
}

.pdf img {
    transition: transform .2s;
}

.pdf img:hover {
    transform: scale(1.2);
}

.desc-row h5 {
    font-size: 18px;
    border: 0;
    margin: 5px 0;
    display: block;
    text-align: center;
}

.desc-row p {
    font-size: 18px;
}

.desc-row .col {
    width: 50%;
    display: inline-block;
    padding: 0 5%;
}

.desc-row .thumbs-wrap {
    display: flex;
    flex-wrap: wrap;
}

.desc-row .thumb {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.desc-row .thumb img {
    width: 100%;
}

.desc-row .thumb a {
    display: block;
}

#desc-wrap {
    max-width: 2400px;
    padding: 1% 5%;
}

/* -------------------------------------------- Mobile hacks --------------------------------------------*/
@media screen and (max-width: 720px) {
    .woocommerce-account .col2-set {
        margin: 0;
        flex-wrap: wrap;
    }

}

#cboxContent {
    background: none !important;
}

.term-3d-scans #page {
    background: #232323;
}

.term-3d-scans ul.products li:hover img {
    filter: brightness(100%);
    transition: all .33s ease-in-out;
}

.term-3d-scans ul.products li.product a {
    border: 1px solid #232323;
}

.term-3d-scans ul.products li.product:hover a {
    border: 1px solid #3a3a3a;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

#google-notice {
    text-align: center;
    font-size: 12px;
    padding:20px 0;
}

.post-type-archive-product #google-notice {
    padding-left: 240px
}

.onsale {
    display:none;
}

ul.products li.product a.btn-free-download,
a.btn-free-download{
    background: #ececec;
    color:#222;
    border-radius:4px;
    text-shadow: none;
    margin: -50px 20px 0 20px;
    border: 1px solid #3c3c3c;
    display: inline-block;
    position: absolute;
    padding: 4px 10px;
}

.entry-summary a.btn-free-download {
    margin: 10px 0;
    position: relative;
}

ul.products li.product .btn-free-download:before,
a.btn-free-download:before{
    color:#222;
    font-family: "fontello";
    content: "\e803";
    display: inline-block;
    speak: none;
    text-indent: 0;
    font-weight: 400;
    padding-right: 10px;
}