 /*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
@font-face {
    font-family: titleSeq;
    src: url('../fonts/Avenir-Heavy.ttf');
}
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
body {
	background-color: #ededed;
	font:300 11px/1.4 'titleSeq';
	color:#000;
	width: 100%;
	overflow-x: hidden;
	font-size: 14px;
	position: relative;
	min-height: 100vh;
    margin: 0;
}

body.overlay::before {
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}



.main {
	padding: 0 2vw;
    overflow: hidden;
	width: 100%;
	-o-transition: .3s cubic-bezier(0, 0, 0.86, 0.1);
	transition: .3s cubic-bezier(0, 0, 0.86, 0.1);
	margin-bottom: 50px;
	min-height: 100vh;
}

/* .nav-open.open {
	transform: translateX( 0% );
    left: 25%;
	transition: .3s cubic-bezier(0, 0, 0.86, 0.1);
} */



.main.srink {
	width: 75%;
	float: right;
    margin-left: 25%;
}



/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#919191;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

#prod-grid .aw-product, #prod-grid .grid-sizer {
	width: 25%;
	padding: 5px;
}
/* #prod-grid.masonry .aw-product, #prod-grid.masonry .grid-sizer {
	width: 25%;
	padding: 5px;
} */

#prod-grid.grid .aw-product, #prod-grid.grid .grid-sizer {
	min-height: 420px;
}

#prod-grid .aw-product img {
	width: 100%;
}

#prod-grid.grid .aw-product img {
	width: 100%;
    height: 300px;
    object-fit: cover;
}

/* #prod-grid .aw-product--width2 */

.filters-group {
	display: flex;
    justify-content: center;
	padding: 20px 40px;
	flex-wrap: wrap;
}

.filters-group a:nth-child(1) {
	width: 100%;
}

.filters-group a {
	font-family: 'titleSeq';
	font-size: 20px;
	color: #919191;
	padding: 0 10px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	text-align: center;
}

.filters-group a.active {
	color: #000;
}

.filters-group a:hover {
	color: #000;
}

a.copyright-link {
	position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'titleSeq';
    letter-spacing: 4px;
    font-size: 14px;
    z-index: 8;
    display: none;
}

a.copyright-link:hover {
	text-decoration: line-through;
}

/* Single page */

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	/* padding: 0 2vw; */
}

.single-product h1.entry-title {
	font-size: 30px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	/* color: ; */
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	/* color:; */
}

.woocommerce table.shop_table {
	border: 1px solid #000;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	width: auto;
    min-width: 100px;
    background: #000;
	border: 1px solid #000;
	outline: none;
	display: flex;
	text-align: left;
	justify-content: left;
	align-items: center;
	padding: 0 20px;
}
input[type='radio'] {
	position: relative;
}
input[type='radio']:after {
	width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
}

/* input[type='radio']:checked:before {
	width: 10px;
    height: 10px;
    border-radius: 15px;
    top: 0px;
    left: 3px;
    background-color: #000;
    content: '';
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 9;
} */

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item.selected input[type='radio']:before {
	width: 10px;
    height: 10px;
    border-radius: 15px;
    top: 0px;
    left: 3px;
    background-color: #000;
    content: '';
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 9;
}
.woo-variation-swatches .variable-items-wrapper .variable-item span {
	overflow: hidden;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-info-duplicate {
	position: absolute;
	transform: translateX(-200%);
}

/* .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item.selected:hover > .variable-info {
	animation-name: real-leftright;
	animation-duration:8s;
	animation-iteration-count: infinite;
	animation-timing-function:linear;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item.selected:hover > .variable-info-duplicate {
	animation-name: leftright;
	animation-duration:8s;
	animation-iteration-count: infinite;
	animation-timing-function:linear;
} */

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: 100%;
	text-align: left;
	padding: 0px 20px;
    width: 100% !important;
    background-color: #fff;
    /* border: unset; */
    height: 65px;
    box-shadow: unset;
    margin: 0;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.wvs-has-image-tooltip:after, [data-wvstooltip]:after {
	display: none!important;
}

.variable-items-wrapper [data-wvstooltip]:before {
	display: none!important;
}

@keyframes real-leftright {
	0%{
	  transform: translateX( 0 );
	  opacity: 1;
	}
	49%{
	  transform: translateX( 200% );
	  opacity: 1;
	}
	50%{
		transform: translateX( 200% );
		opacity: 0;
	}
	51%{
		transform: translateX( -200% );
		opacity: 0;
	}
	100% {
		transform: translateX( 0 );
		opacity: 1;
	}
  }

  @keyframes leftright {
	0%{
	  transform: translateX( -200% );
	  opacity: 1;
	}
	49%{
	  transform: translateX( 0 );
	  opacity: 1;
	}
	98%{
		transform: translateX( 200% );
		opacity: 1;
	}
	99%{
		transform: translateX( 200% );
		opacity: 0;
	}
	100% {
		transform: translateX( -200% );
		opacity: 0;
	}
  }

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	margin-left: 10px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-desc.variable-item-span {
	font-size: 13px;
	color: #444;
	font-weight: bold;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	color: #000;
	background: #000;
}

.single-product .main {
	padding: 10px 2vw;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	/* max-height: 85vh; */
	margin-block-start: 2.5em;
	margin-block-end: 2.5em;
	position: relative;
}
.woocommerce div.product div.images.woocommerce-product-gallery .product-info {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	padding: 25px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .product-info:before {
	content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.woocommerce div.product div.images.woocommerce-product-gallery .product-info .info-inner {
	position: relative;
	z-index: 5;
}

.woocommerce div.product div.images.woocommerce-product-gallery .product-info .entry-title {
	margin: 0;
	color: #fff;
}

.woocommerce div.product div.images.woocommerce-product-gallery .product-info .entry-description {
	color: #fff;
}

.woocommerce-product-details__short-description {
	font-size: 18px;
	margin-bottom: 35px;
}

.woocommerce div.product form.cart .variations td.label {
	font-size: 18px;
}

.variable-items-wrapper [data-wvstooltip]:before {
	min-width: 320px!important;
}

.woocommerce-variation.single_variation {
	margin-bottom: 35px;
}

.page-template-default .entry-header {
	padding: 20px;
    display: flex;
    justify-content: center;
}

.page-template-default .entry-header .title-wrap h1 {
	margin: 0;
	text-transform: uppercase;
	font-family: 'titleSeq';
    font-size: 25px;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	width: 225px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 100%;
	/* max-height: 225px; */
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	min-height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	color: #000;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #000;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 8px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    min-width: 200px;
    margin-right: 15px;
    line-height: 16px;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove {
	padding: 8px 5px;
	position: relative;
}

.woocommerce a.remove {
	position: absolute;
    left: 50%;
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #919191!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    transform: translateX(-50%);;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

} 

.woocommerce a.remove:hover {
    color: #fff!important;
    background: #919191;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
	vertical-align: top;
}

/* social media */


#instagram-link .instagram-fill-1,
#instagram-link .instagram-fill-2,
#instagram-link .instagram-fill-3 {
    fill: #fff;
}


#youtube-svg-white .yt-fill {
    fill: #fff;
}

#blogger-svg-white .blogger-fill {
    fill: #fff;
}


#getty-link #gi-svg-mobile {
    display:none;
}
#getty-link .gi-fill {
    fill: #fff;
}


#aop-link #gi-svg-mobile {
    display:none;
}
#aop-link .gi-fill {
    fill: #fff;
}
#telegram-link #gi-svg-mobile {
    display:none;
}
#telegram-link .gi-fill {
    fill: #fff;
}


.social-media a {
	padding: 0 5px;
}
.social-media a svg {
	height: 26px;
	width: 26px;
}

.social-media a#aop-link svg {
	width: 50px;
}

.social-media a#getty-link svg {
	width: 110px;
}

.entry-content {
	/* overflow: hidden; */
	margin-bottom: 20px;
}

.nav .menu-menu-container ul {
	list-style: none;
    padding: 0;
    font-size: 18px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
	font-size: 18px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #000;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
	color: #515151;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 80%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	background-color: #000;
	color: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background-color: #000;
	color: #ededed;
}

.nav-open svg {
	display: block;
    position: relative;
    fill: #fff;
	padding: 2px;
	width: 10%;
    min-width: 100px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	color: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	border:	1px solid #fff;
}
#prod-grid.masonry .aw-product .image-thumb {
	position: relative;
}


#prod-grid.masonry .aw-product .image-thumb:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(8,8,8,.2);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	cursor: pointer;
}

#prod-grid.masonry .aw-product:hover .image-thumb:after {
	display: block;
	opacity: 1;
}

#prod-grid.masonry .aw-product:hover .overlay-detail {
	display: block;
}


.overlay-detail {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	display: none;
	z-index: 3;
	color: #fff;
}

.overlay-detail .overlay-content {
	padding: 5px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
	padding: 15px;
}

.overlay-detail .overlay-content .title {
	font-size: 20px;
}

.overlay-detail .overlay-content .title, .overlay-detail .overlay-content .description {
	color: #fff;
}

.overlay-detail .overlay-content .add-to-cart {
	position: absolute;
	bottom: 0;
}

.overlay-detail .overlay-content .add-to-cart a {
	color: #fff;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #919191;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:hover, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000;
}

#prod-grid.masonry .grid-detail {
	display: none;
}


#prod-grid .grid-content {
	background: #fff;
    border: 1px solid #ededed;
    border-top: none;
	padding: 5px;
	min-height: 105px;
}

#prod-grid .grid-content .title {
	font-size: 20px;
}

#prod-grid .grid-content .description {
	font-size: 16px;
}

#prod-grid .grid-content .description p {
	margin: 0;
}

.style-group {
	padding: 30px 0 50px;
}

.style-group .group-inner {
	display: flex;
	flex-direction: row;
	padding: 5px 0;
	background: #fff;
	align-items: center;
}

.style-group .group-inner .searh-box {
	width: 100%;
	position: relative;
    overflow: hidden;
}

.style-group .group-inner .searh-box input#main-search {
	width: 100%;
    border: none;
    padding-left: 40px;
    font-size: 15px;
    z-index: 1;
    background: transparent;
}

.style-group .group-inner .searh-box:after {
	content: url(../img/MagnifyingGlass.svg);
    position: absolute;
    left: 20px;
    width: 15px;
    height: auto;
	z-index: 0;
	top: 2px;
}

.style-group .group-inner .searh-box input#main-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font: 300 11px/1.4 'titleSeq';
    color: #444;
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    position: relative;
    min-height: 100vh;
    margin: 0;
}
::-moz-placeholder { /* Firefox 19+ */
	font: 300 11px/1.4 'titleSeq';
    color: #444;
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    position: relative;
    min-height: 100vh;
    margin: 0;
}
:-ms-input-placeholder { /* IE 10+ */
	font: 300 11px/1.4 'titleSeq';
    color: #444;
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    position: relative;
    min-height: 100vh;
    margin: 0;
}
:-moz-placeholder { /* Firefox 18- */
	font: 300 11px/1.4 'titleSeq';
    color: #444;
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    position: relative;
    min-height: 100vh;
    margin: 0;
}

.style-group .group-inner .show-filter-box,.style-group .group-inner .grid-toggle {
	min-width: 140px;;
	width: 140px;
	border-left: 1px solid #444;
	padding: 0 10px;
	color: #444;
}

.style-group .group-inner .grid-toggle {
	width: 110px;
	min-width: 110px;;
	position: relative;
}

.style-group .group-inner .grid-toggle a:nth-child(2) {
	position: absolute;
    top: 2px;
    left: 50px;
}

.style-group .group-inner .grid-toggle a:nth-child(3) {
	position: absolute;
    top: 2px;
    left: 68px;
}


.style-group .group-inner .show-filter-box a {
	color: #444;
}

.style-group .group-inner .show-filter-box a:hover {
	color: #000;
}

.style-group .grid-style svg {
	fill: #919191;
}

.style-group .grid-style:hover svg {
	fill: #444;
}

.style-group .grid-style.active svg {
	fill: #444;
}
/* Woocommerce single */
.extra-detail table {
	width: 100%;
	font-size: 16px;
}
.extra-detail table .head-row {
	height: 40px;
}
.extra-detail table .head-row .head {
	font-size: 18px;
}

.extra-detail table tr td.hd {
	min-width: 110px;
}

.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
	justify-content: center;
}
.woocommerce div.product form.cart .button {
	vertical-align: middle;
    float: left;
	width: 70%;
	max-width: 375px;
    background: #444;
    opacity: 0.9;
    padding: 22px;
    font-size: 18px;
}
.woocommerce div.product form.cart .button:hover {
	opacity: 1;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background: #444;
    opacity: 0.8;
}

.woocommerce-variation-price {
	display: flex;
	justify-content: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #444;
	font-size: 30px;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #444;
	opacity: 0.9;
	width: 375px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	opacity: 1;
	background-color: #444;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	width: 100%!important;
	background-color: #fff;
	border: unset;
	height: 65px;
	box-shadow: unset;
	margin: 0;
	border-bottom: 1px solid #000;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper a {
	width: 100%;
	display: block;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item:nth-last-child(1) {
	border-bottom: unset;
}

.woo-variation-swatches .variable-items-wrapper {
	border: 2px solid #000;
	border-radius: 2px;
	overflow: hidden;
}

.woocommerce div.product form.cart .variations {
	margin-top: 2em;
	margin-bottom: 2em;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	color: #000;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: unset!important;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	background: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	border-bottom: 1px solid #000!important;
	outline: none;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item.selected {
	border-bottom: 1px solid #000!important;
	outline: none;
}

.woocommerce-variation-add-to-cart.variations_button {
	flex-direction: column;
	align-items: center;
}

.woocommerce div.product form.cart div.quantity {
	/* width: 150px; */
	margin: 20px 0;
	display: flex;
}

.woocommerce .quantity .qty-label {
	line-height: 22px;
}

.woocommerce-cart .woocommerce .quantity .qty-label {
	display: none;
}

.woocommerce .quantity .qty {
	width: 100px;
    border: unset;
    height: 22px;
    margin-left: 10px;
}

.woocommerce div.product div.summary .label {
	width: 100%;
	margin: 5px 0 3px;
}

.woocommerce div.product div.summary .label label {
	font-size: 18px;
}

.woocommerce div.product div.summary .label #back {
	font-size: 18px;
	float: right;
}

.cross-sell .cross-table {
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
	list-style: none;
	border: 2px solid #000;
    border-radius: 2px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
}

.cross-sell .cross-table li.cross-item {
	padding: 0px 20px;
    width: 100%!important;
    background-color: #fff;
    border: unset;
    height: 65px;
    box-shadow: unset;
    margin: 0;
    /* border-bottom: 1px solid #000; */
    display: flex;
    align-items: center;
    flex-direction: row;
}

.cross-sell .cross-table li.cross-item a {
	border-bottom: 1px solid #000;
}

.cross-sell .cross-table li.cross-item p {
	margin-top: 5px;
	margin-bottom: 0;
}

/* Custom size */
.print-custom-size .custom-size {
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 2px solid #000;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
}

.print-custom-size .custom-size .custom-size-wrapper {
	padding: 0px 20px;
    width: 100%!important;
    background-color: #fff;
    border: unset;
    height: 65px;
    box-shadow: unset;
    margin: 0;
    /* border-bottom: 1px solid #000; */
    display: flex;
    align-items: center;
    flex-direction: row;
}

.print-custom-size .custom-size .custom-size-wrapper a {
	border-bottom: 1px solid #000;
}

.print-custom-size .custom-size .custom-size-wrapper p {
	margin-top: 5px;
    margin-bottom: 0;
}

/* How to */
#how-to-trigger {
	cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 55;
    left: calc( 100% + 5px );
    top: 0px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .how-to-use {
	display: none;
}
.how-to {
	position: relative;
    display: inline-block;
}
#how-to-container {
	border-radius: 3px;
    position: absolute;
    padding: 25px 0;
    top: -5px;
    left: calc( 100% + 2px );
    width: 30vw;
    background: #fff;
	z-index: 51;
	height: 0;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #e8e8e8;
}

#how-to-container.open {
	-o-transition: .3s cubic-bezier(0, 0, 0.86, 0.1);
	transition: .3s cubic-bezier(0, 0, 0.86, 0.1);
	height: auto;
	opacity: 1;
	visibility: visible;
}

#how-to-container .ht-inner {
	padding: 0 25px;
	width: 100%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #ededed;
}

.footer-social-media {
	display: none;
}

#instagram-link .instagram-fill-1,
#instagram-link .instagram-fill-2,
#instagram-link .instagram-fill-3 {
    fill: #fff;
}


#youtube-svg-white .yt-fill {
    fill: #fff;
}

#blogger-svg-white .blogger-fill {
    fill: #fff;
}


#getty-link #gi-svg-mobile {
    display:none;
}
#getty-link .gi-fill {
    fill: #fff;
}


#aop-link #gi-svg-mobile {
    display:none;
}
#aop-link .gi-fill {
    fill: #fff;
}
#telegram-link #gi-svg-mobile {
    display:none;
}
#telegram-link .gi-fill {
    fill: #fff;
}


.footer-social-media a {
	padding: 0 5px;
}
.footer-social-media a svg {
	height: 26px;
	width: 26px;
}

.footer-social-media a#aop-link svg {
	width: 50px;
}

.footer-social-media a#getty-link svg {
	width: 110px;
}

.footer {
	position: relative;
	
}

.woocommerce .download-file a.button.alt {
	width: auto;
}

/* Responsive style */
@media only screen  and (max-width: 1024px) {

	.main {
		margin-bottom: 110px;
	}
	
	.style-group {
		padding: 20px 0;
	}
	.style-group .group-inner {
		width: 100%;
	}

	.footer-social-media {
		display: flex;
		position: absolute;
		bottom: 0;
		width: 100%;
		background-color: #221e1f;
		padding: 20px 0;
		justify-content: center;
		height: 60px;
	}

	a.copyright-link {
		display: none;
		/* display: flex; */
		position: absolute;
		bottom: 52px;
		width: 100%;
		background-color: transparent;
		padding: 20px 0;
		justify-content: center;
	}

	.filters-group {
		flex-wrap: wrap;
		padding: 20px 10px;
	}
	.filters-group a {
		font-size: 3vw;
	}

	.filters-group a.cat-filter {
		/* border-bottom: 1px solid #919191; */
		display: block;
		padding: 0;
		margin: 0 10px
	}

	.filters-group a.active {
		/* border-bottom: 1px solid #000; */
	}

	.nav-open.open {
		left: 90%;
	}

	.header {
		width: 100%;
		z-index: 50;
	}

	#prod-grid .aw-product, #prod-grid .grid-sizer {
		width: 50%;
	}

	#main {
		padding: 0 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		padding: 0 10px;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li {
		margin: 0 10px;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li a {
		border-bottom: 1px solid #919191;
	}
	.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
		border-bottom: 1px solid #000;
	}

	.style-group {
		display: flex;
		position: relative;
		justify-content: center;
		top: 0;
		right: 0;
	}

	.product-remove {
		min-height: 40px;
	}


}

/* Fix style */
.woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled::before, .woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled:hover::before {
	display: none!important;
}

.woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled::before, .woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled::after, .woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled:hover::before, .woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled:hover::after {
	display: none!important;
}

.woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled img, .woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled span, .woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled:hover img, .woo-variation-swatches.wvs-attr-behavior-blur .custom-size-variable.variable-item:not(.radio-variable-item).disabled:hover span {
	opacity: 1;
}

.pm-extra-info {
	background: #fff;
	padding: 5px 10px;
}

.woocommerce ul#shipping_method li input {
	margin: 5px 0.4375em 0 0;
}

.woocommerce ul#shipping_method li input::after {
	width: 16px;
	height: 16px;
}

.woocommerce ul#shipping_method li input:checked::after {
	background-color:#000;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	background-color: #e1e1e1;
}