:root
{
	--diy-shop-featured-image-width: 469px;
	--diy-shop-featured-image-height: 663px;
	--diy-shop-thumbnail-image-width: 157px;
	--diy-shop-thumbnail-image-height: 212px;
}

.diy-product-cart-manipulation
{
	padding: 15px;
}
.diy-product-cart-manipulation.diy-product-added-to-cart
{
	background: #52CC4D;
	color:white;
}
div.diy-product-single-login-bar ~ div.diy-container-yt:not(.diy-product-single-searchbar)
{
	padding-top:0;
}
.diy-product-cart-manipulation.diy-product-removed-from-cart
{
	color:white;
	background: #5577CA;
}

.diy-single-product-image
{
	border: 2px solid transparent;
    border-radius: 10px;
	width: calc( var(--diy-shop-featured-image-width) + 30px );
	height: calc( var(--diy-shop-featured-image-height) + 30px );
}

.diy-product-single-title
{
	font-weight: 700;
	margin-bottom: 0px;
}

.single-diy-product-content
{
	margin-top: 25px;
}

.diy-product-price-container
{
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.diy-product-price-container p
{
	margin-left: 15px;
	margin-right: 15px;
}

.diy-product-price-container p.diy-product-sale-text
{
	font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0px;
    color: #d44639;
    margin-top: 15px;
}

.diy-shop-columns .slick-slider,
.diy-shop-columns .slick-list,
.diy-shop-columns .slick-slider
{
	height: var(--diy-shop-featured-image-height);
}

.shopify-purchase-errors {
	margin-top: 1rem;
}

.diy-product-single-featured-image
{
	width: var(--diy-shop-featured-image-width);
	height: var(--diy-shop-featured-image-height);
	object-fit: cover;
	object-position: center;
    margin: auto;
    border-radius: 10px;
}

.diy-product-single-searchbar
{
	display: none;
}
h3.diy-product-single-title
{
	font-weight: 600;
}
.read-more-content p:last-child
{
	margin-bottom: 0;
}
.diy-product-single-buttons
{
	display: flex;
	justify-content: space-between;
}

.diy-product-single-tags a,
.diy-product-single-tags a:hover,
.diy-product-single-tags a:visited,
.diy-product-single-tags a:active,
.diy-product-single-tags a:focus
{
	color:#d44639;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.diy-product-single-tags > div > span
{
	color: rgba(0,0,0,0.5);
}

img.diy-product-tax-icon
{
	width: 20px; height: 20px; max-width: 20px; max-height: 20px; overflow: hidden;
	margin-right: 5px;
}

.diy-shop-tax
{
	display: flex;
	flex-wrap: wrap;
}

.diy-shop-tax .diy-shop-term
{
	margin-left: 5px;
	border-bottom: 2px solid rgba( 0, 0, 0, 0.25 );
}

.diy-product-price
{
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    margin-top: 15px;
	position: relative;
}

.diy-related-product .diy-shop-sale .diy-product-price span:after,
.diy-shop-column .diy-product-price-container.diy-shop-sale p.diy-product-price:after
{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 3px;
	background-color: #d44639;
	position: absolute;
	content: '';
	z-index: 2;
	width: 100%;
}

.diy-shop-tax span,
.diy-shop-tax .diy-shop-term
{
	margin-top: 10px;
}

.diy-product-single-buttons .diy-product-btn
{
	border-radius: 5px;
	border: 1px solid #d44639;
	color: #d44639;
	padding: 5px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 50%;
	transition: .3s;
	margin-top: 15px;
}

.diy-product-btn.diy-product-single-buttons-add-to-cart
{
	padding: 5px 15px;
}

.diy-product-related-product-category-title
{
	font-weight: 600;
}
.diy-product-related-product-category-title-arrow
{
	margin-left: 10px;
}

.diy-product-single-buttons .diy-product-btn .diy-product-btn-permalink
{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: flex;
	width: 100%;
	height: 100%;
}
.diy-product-single-buttons .diy-product-btn:not(.diy-product-single-buttons-add-to-cart):hover
{
	background: #d44639;
	color:white;
}

.diy-product-single-buttons .diy-product-btn.diy-product-single-buttons-add-to-cart:hover
{
	background: white;
}

.diy-product-single-buttons .diy-product-btn.diy-product-single-buttons-add-to-cart:hover a,
.diy-product-single-buttons .diy-product-btn.diy-product-single-buttons-add-to-cart:hover button
{
	color:#d44639;
}

.diy-product-single-buttons .diy-product-btn.diy-product-single-buttons-add-to-cart
{
	background: #d44639;
}
.diy-product-single-buttons .diy-product-btn a,
.diy-product-single-buttons .diy-product-btn a:focus,
.diy-product-single-buttons .diy-product-btn a:visited,
.diy-product-single-buttons .diy-product-btn a:active
{
	appearance:none;
	-webkit-appearance: none;
	border: none;
	color:white;
	background: transparent;
	transition: .3s;
	text-decoration: none;
	box-shadow: none;
	outline: none;
	text-align: center;
	height: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.diy-container.diy-product-single-related-category-container
{
	padding-right: 0px;
}
.diy-shop-product-image-text-wrap
{
	position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 1;
    height: 100px;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.0) 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 600;
}
.diy-shop-product-image-text
{
	position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    color:white;
    font-size: 1.5rem;
}
.diy-shop-product-category-link-overlay
{
	position: absolute;
    left:0px;
    right:0;
    bottom: 0px;
    top:0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.1);
    border-radius: 10px;
    transition: .3s;
}
a.diy-shop-image-link-link
{
	position: absolute;
    left:0px;
    right:0;
    bottom: 0px;
    top:0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 5;
    border-radius: 10px;
}
a.diy-shop-image-link-link:hover + .diy-shop-product-category-link-overlay
{
	background-color: rgba(0,0,0,0.35);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.diy-shop-product-category-image-wrap
{
	position: relative;
}
.diy-shop-product-category-image-wrap img
{
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	min-height: 200px;
}
.diy-product-single-buttons .diy-product-btn:not(:last-child)
{
	margin-right: 15px;
}
.diy-product-single-related-products-container
{
	display: flex;
	overflow-x: scroll;
	padding-bottom: 15px;
	margin-left: -30px;
}
.diy-product-single-related-products-container::-webkit-scrollbar
{
    height: 5px;
}
 
.diy-product-single-related-products-container::-webkit-scrollbar-track
{
    background: silver;
    margin-left: 30px;
}
 
.diy-product-single-related-products-container::-webkit-scrollbar-thumb
{
    background-color: gray;
}
.diy-product-single-related-product-single:first-child
{
	margin-left: 30px;
}
.diy-product-single-related-product-single b
{
	font-weight: 500;
	font-size: .9rem;
}
.diy-product-single-related-product-single-permalink
{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	right:0;
	bottom:0;

	display:flex;
	width: 100%;
	height: 100%;
}
.diy-product-single-related-product-single-image-wrapper
{
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	display: flex;
	justify-content: center;
	align-self: center;
	align-content: center;
}
.diy-product-single-related-product-single b
{
	margin-top: 15px;
	display: flex;
	justify-content: center;
}
.diy-product-single-related-product-single-image-wrapper
{
	width: 150px;
	height: 125px;
	transition: .3s;
}
.diy-product-single-related-product-single
{
	position: relative;
}
.diy-product-single-related-product-single a:hover + .diy-product-single-related-product-single-image-wrapper
{
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.129);
}
.diy-product-single-related-product-single img
{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.diy-product-single-related-category-title
{
	margin-bottom: 0px;
}
.diy-product-single-related-category-title a,
.diy-product-single-related-category-title a:focus,
.diy-product-single-related-category-title a:active,
.diy-product-single-related-category-title a:visited
{
	color:black;
	transition: .3s;
	text-decoration: none;
}
.diy-product-single-related-category-title a:hover
{
	color: gray;
	text-decoration: none;
}
.diy-product-single-related-category-title a img
{
	transition: .3s;
}
.diy-product-single-related-category-title a:hover img
{
	opacity: .3 !important;
}
.diy-product-single-buttons .diy-product-btn b
{
	color:white;
	transition: .3s
}
.diy-product-single-buttons .diy-product-btn:hover b
{
	color:#d44639;
}
.diy-product-already-purchased
{
	color:silver; display: block;
	margin-top: 15px;
}

.diy-product-already-purchased + div.diy-product-single-buttons
{
	margin-top: 15px;
}

/* Comments Start */

.space-comments {
	overflow: hidden;
}
h5.comment-first-title {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0px;
}
h5.comment-reply-title {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0px;
}
.space-comments-ins {
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 5px;
}
.space-comments-wrap {
	overflow: hidden;
}
.space-comments-list {
	overflow: hidden;
}
.space-comments-list ul.comment-list,
.space-comments-list ul.comment-list li ul {
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
	padding-left: 0px;
}
.space-comments-list ul.comment-list li ul {
	margin-left: 30px;
}
.space-comments-list ul.comment-list li,
.space-comments-list ul.comment-list li ul li {
	padding: 0;
	overflow: hidden;
}
.space-comments-list-item-ins 
{
	background-color: rgba(0,0,0,0.045);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.space-comments-list-item-avatar {
	position: absolute;
}
.space-comments-list-item-avatar img {
	border-radius: 50%;
}
.space-comments-list-item-data {
	padding-left: 100px;
	position: relative;
}
.pingback .space-comments-list-item-data {
	padding-left: 0;
}
.space-comments-list-item-author {
	margin-bottom: 15px;
}
.space-comments-list-item-author {
	color: #2d3436;
	font-size: 1em;
	line-height: 1.45em;
	font-weight: 700;
}
.space-comments-list-item-author a {
	color: #2d3436 !important;
	font-size: 1em;
	line-height: 1.45em;
	font-weight: 700;
	text-decoration: underline;
}
.space-comments-list-item-author a:hover {
	color: #ff2453 !important;
	text-decoration: underline;
}
.space-comments-list-item-text {
	padding-bottom: 15px;
}
.space-comments-list-item-text p:last-child {
	padding-bottom: 0;
	margin-bottom: 0px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 0;
}
.space-comments-list-item-date,
.space-comments-list-item-date a,
p.logged-in-as,
p.logged-in-as a {
	color: #7f8c8d !important;
	font-size: 12px;
	line-height: 1.45em;
	font-weight: 400;
	text-decoration: none;
}
p.logged-in-as a:last-child {
	text-decoration: underline;
}
.space-comments-list-item-date a:hover {
	text-decoration: underline;
}
h3.comment-reply-title small a {
	color: #ff2453 !important;
	font-size: 12px;
	line-height: 1.45em;
	font-weight: 400;
	text-decoration: underline;
}
p.logged-in-as a:hover,
h3.comment-reply-title small a:hover {
	color: #ff2453 !important;
	text-decoration: underline;
}
.space-comments-list-item-date span {
	padding: 10px;
}
.space-comments-list-item-date a.comment-reply-link {
	margin-left: 15px;
	color: #ff2453 !important;
	text-decoration: underline;
}
.space-comments-list-item-date a.comment-reply-link:hover {
	color: #ff2453 !important;
	text-decoration: underline;
}
.comment-respond {
	overflow: hidden;
	position: relative;
}
#cancel-comment-reply-link
{
	color: #ff2453 !important;
    font-size: 12px;
    line-height: 1.45em;
    font-weight: 400;
    text-decoration: underline;
}
.space-comments-form-box,
form.comment-form {
	overflow: hidden;
	line-height: 1.45em;
}
.space-comments-form-box p.comment-notes,
form.comment-form p.comment-notes {
	padding-bottom: 30px;
	color: #7f8c8d !important;
	font-size: 12px;
	line-height: 1.45em;
	font-weight: 400;
}
.space-comments-form-box p.comment-notes span,
form.comment-form p.comment-notes span {
	font-weight:700;
}
.space-comments-form-box p.comment-notes span.required,
form.comment-form p.comment-notes span.required {
	color: #d63031;
	font-weight: 400;
}
form.comment-form p.form-submit {
	padding-bottom: 0;
	margin-bottom: 0;
}
div.diy-product-comments-container + div.diy-product-single-related-products
{
	padding-top: 0;
}
.space-comments-form-box input[type="text"],
.space-comments-form-box input[type="email"],
.space-comments-form-box input[type="password"],
.space-comments-form-box input[type="submit"],
.space-comments-form-box input[type="url"],
form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="password"],
form.comment-form input[type="url"] {
	width: 50%;
}
form.comment-form input[type="submit"]
{
	min-width: 25%;
}
.space-comments-form-box input[type="submit"],
form.comment-form input[type="submit"] {
	margin-bottom: 0;
}
form.comment-form textarea {
	width: 100%;
	height: 180px;
	min-height: 180px;
	max-height: 180px;
	resize: none;
}
p.comment-form-comment.diy-container-y
{
	margin-bottom: 0;
}
.comment-form-comment textarea#comment,
.comment-form-comment textarea#comment:focus
{
	background-color:rgba(0,0,0,0.045);
	padding: 15px;
	border: none;
	text-decoration: none;
	box-shadow: none;
	outline: none;
	border-radius: 5px;
	transition: .3s;
}
.comment-form-comment textarea#comment:focus
{
	border:1px solid silver;
}
.form-submit input#submit,
.form-submit input#submit:focus,
.form-submit input#submit:active
{
    background: rgb(212,70,57);
    color: white;
    border: 1px solid transparent;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;

    text-decoration: none;
	box-shadow: none;
	outline: none;

	transition: .3s;
}

.form-submit input#submit:hover
{
	background: white;
	color:rgb(212,70,57);
	border: 1px solid rgb(212,70,57);
}
#respond-to-product
{
	visibility: hidden;
	z-index: -1;
	position: relative;
	top: -100px;
}

/* Comments End */

/* Meta fields */
.diy-product-meta
{
	width: 100%;
	margin-top: 15px;
}

.diy-product-meta .diy-product-meta-field
{
	display: flex;
	align-items: center;
}

.diy-product-meta .diy-product-meta-field:first-child
{
	margin-top: -15px;
}

.diy-product-meta .diy-product-meta-field img
{
	width: 25px;
	height: 25px;
	object-fit: contain;
	object-position: center;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.diy-product-meta .diy-product-meta-field p
{
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba( 0, 0, 0, 0.15 );
	min-width: 320px;
}

.diy-product-meta .diy-product-meta-field:last-child p
{
	border-bottom: unset;
}
/* Meta fields end */

/* Product categories */
.diy-shop-category
{
	margin-top: 15px;
}

.diy-shop-category h2
{
	margin-bottom: 0px;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	color: #333;
}

.diy-shop-category p
{
	margin-bottom: 0px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
}

.diy-shop-readmore
{
	display: inline-block;
	background-color: transparent;
	font-size: 16px;
	font-weight: 400;
	border: 0px solid transparent;
	padding: 0px;
	margin: 0px;
	color: rgb(212,70,57);
	transition: all 300ms ease-out;
}

.diy-shop-readmore:focus,
.diy-shop-readmore:focus-visible
{
	outline: none;
}

.diy-shop-readmore:hover
{
	opacity: 0.7;
}
/* Product categories end */

/* Gallery */
.diy-product-media
{
	display: -ms-flexbox;
	display: flex;
}

.diy-product-media .diy-product-previews
{
	position: relative;
	overflow-y: auto;
	max-height: calc( var(--diy-shop-featured-image-height) + 30px );
	margin-right: 25px;
	padding-right: 25px;
}

.diy-product-media .diy-product-previews::-webkit-scrollbar
{
  width: 5px;
}
 
.diy-product-media .diy-product-previews::-webkit-scrollbar-track
{
  background: silver;
}
 
.diy-product-media .diy-product-previews::-webkit-scrollbar-thumb
{
  background-color: gray;
}

.diy-product-thumbnail
{
	width: var(--diy-shop-thumbnail-image-width);
	height: var(--diy-shop-thumbnail-image-height);
	object-fit: cover;
	border: 2px solid transparent;
    border-radius: 10px;
}

.diy-shop-thumbnail
{
	border-radius: 10px;
	margin-bottom: 28px;
	cursor: pointer;
}

.diy-shop-thumbnail:last-child
{
	margin-bottom: 0px;
}

#diy-shop-gallery-thumbnails,
#diy-shop-gallery-thumbnails .slick-list
{
	max-height: 1001px;
}

#diy-shop-gallery-thumbnails .slick-list
{
	margin: -15px 0;
}

#diy-shop-gallery-thumbnails .slick-slide
{
	height: 250px;
	cursor: pointer;
}

.diy-product-single-title.diy-shop-mobile-only
{
	display: none;
}
/* Gallery end */

/* Related products */
.diy-related-products
{
	position: relative;
}

.diy-related-products h2
{
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: 700;
}

.diy-related-product .diy-product-image
{
	border-radius: 10px;
}

.diy-related-product .diy-product-image img
{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.diy-related-product h3
{
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	color: #000;
}

.diy-related-product p:not(.diy-product-price):not(.diy-product-sale-text)
{
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	color: #000;
}

.diy-related-product p.diy-product-sale-text
{
	font-size: 1.1rem;
}

.diy-related-product p.diy-product-price
{
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 17px;
}

.diy-related-product p.diy-product-price span
{
	position: relative;
}

.diy-related-product p.diy-product-price span.vat-text
{
	font-weight: 400;
	font-size: 17px;
	position: relative;
}

#diy-related-products-slider a:hover
{
	text-decoration: none;
}

#diy-related-products-slider .slick-list
{
	margin: 0 -15px;
}

#diy-related-products-slider .diy-related-product
{
	padding: 0 15px;
}

#diy-related-products-slider .slick-arrow
{
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

#diy-related-products-slider .slick-arrow:last-child
{
	right: -35px;
	left: unset;
}
/* Related products end */

/* Product color schemes */

.diy-product-scheme-red .diy-single-product-image,
.diy-product-scheme-red .diy-product-thumbnail,
.diy-related-product.diy-product-scheme-red .diy-product-image
{
	border: 2px solid #cc4a3a;
}

.diy-product-scheme-pink .diy-single-product-image,
.diy-product-scheme-pink .diy-product-thumbnail,
.diy-related-product.diy-product-scheme-pink .diy-product-image
{
	border: 2px solid #fe6685;
}

.diy-product-scheme-cyan .diy-single-product-image,
.diy-product-scheme-cyan .diy-product-thumbnail,
.diy-related-product.diy-product-scheme-cyan .diy-product-image
{
	border: 2px solid #b6e1f4;
}

.diy-product-scheme-lime .diy-single-product-image,
.diy-product-scheme-lime .diy-product-thumbnail,
.diy-related-product.diy-product-scheme-lime .diy-product-image
{
	border: 2px solid #9ac86e;
}

/* Product color schemes end */

.diy-shop-columns
{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.diy-shop-columns .diy-shop-column:not(.diy-shop-media)
{
	flex: 1 1;
}

.diy-shop-columns .diy-shop-column
{
	padding-left: 15px;
	padding-right: 15px;
}
/* Affiliator */
.affiliator-area {
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    padding-right: calc(30px + 130px);
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.affiliator-area p {
    margin-bottom: 1rem;
    flex: 1 0 auto;
}

.affiliator-area button {
    background-color: rgba(0, 255, 0, 0.05);
}

.affiliator-area .affiliate-qr-container {
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 30px;
    bottom: 30px;
}

.affiliator-area .affiliate-qr {
	display: block;
	width: 100px;
	object-fit: contain;
	height: auto;
}
/* END: Affiliator */
/*
	Theme breakpoints
*/
@media screen and (min-width: 1600px)
{
	.diy-product-already-purchased + div.diy-product-single-buttons
	{
		margin-top: 50px;
	}
	.diy-shop-product-image-text
	{
		left:25px;
		right: 25px;
	}
    .diy-product-single-related-product-single:not(:last-child)
	{
		margin-right: 50px;
	}
	.diy-product-single-related-products-container
	{
		padding-bottom: 50px;
	}
	.diy-product-single-buttons .diy-product-btn
	{
		min-width: calc( 50% - 25px );
	}
	.diy-product-single-related-product-single-image-wrapper
	{
		width: 200px;
		height: 166.66px;
	}
	.diy-shop-product-image-text
	{
		bottom:25px;
		right: 25px;
	}
	h3.diy-product-single-title
	{
		margin-bottom: 25px;
	}
	
	.diy-shop-columns
	{
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.diy-shop-columns .diy-shop-column
	{
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 1199px)
{	
	.diy-product-single-related-product-single:not(:last-child)
	{
		margin-right: 15px;
	}
	.diy-product-single-related-products-container
	{
		margin-right: 0px;
	}
	.diy-product-single-title
	{
		font-size: 32px;
	}
	
	.diy-product-price
	{
		font-size: 18px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1599px)
{
	:root
	{
		--diy-shop-featured-image-width: 335px;
		--diy-shop-featured-image-height: 474px;
		--diy-shop-thumbnail-image-width: 112px;
		--diy-shop-thumbnail-image-height: 158px;
	}
	
	.diy-shop-thumbnail
	{
		margin-bottom: 14px;
	}
	
	.diy-shop-thumbnail:last-child
	{
		margin-bottom: 0px;
	}
	
	.diy-product-media .diy-product-previews
	{
		margin-right: 14px;
		padding-right: 14px;
	}
	
	.diy-product-already-purchased + div.diy-product-single-buttons
	{
		margin-top: 30px;
	}
    .diy-product-single-related-product-single:not(:last-child)
	{
		margin-right: 30px;
	}
	.diy-product-single-related-products-container
	{
		padding-bottom: 30px;
	}
	.diy-product-single-buttons .diy-product-btn
	{
		min-width: calc( 50% - 15px );
	}
	h3.diy-product-single-title
	{
		margin-bottom: 15px;
	}
	
	.diy-shop-columns
	{
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.diy-shop-columns .diy-shop-column
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1599px)
{
	#diy-related-products-slider .slick-arrow
	{
		position: absolute;
		left: -28px;
		top: 0;
		bottom: 0;
		margin: auto;
		cursor: pointer;
	}
	
	#diy-related-products-slider .slick-arrow:last-child
	{
		right: -28px;
		left: unset;
	}
	
	#diy-related-products-slider
	{
		margin: 0px 25px;
	}
}

@media screen and (max-width: 1199.98px)
{
	:root
	{
		--diy-shop-featured-image-width: 223px;
		--diy-shop-featured-image-height: 316px;
		--diy-shop-thumbnail-image-width: 74px;
		--diy-shop-thumbnail-image-height: 105px;
	}
	
	.diy-shop-thumbnail
	{
		margin-bottom: 15px;
	}
	
	.diy-product-media .diy-product-previews
	{
		margin-right: 15px;
		padding-right: 15px;
	}
	
	.diy-product-single-buttons {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 991.98px)
{
	.diy-shop-product-image-text
	{
		left:7.5px;
		right: 7.5px
	}
	.diy-product-single-title
	{
		font-size: 30px;
		display: none;
	}
	.diy-product-single-title.diy-shop-mobile-only
	{
		display: block;
		margin-top: 0px;
		margin-bottom: 25px;
	}
	.row.no-gutters .diy-product-related-category-col:last-child
	{
		margin-top: 30px;
	}
	.diy-container.diy-product-single-related-category-container
	{
		padding-left: 0px;
	}
	.diy-product-single-related-products-container
	{
		margin-left: -15px;
	}
	.diy-product-single-related-products-container .diy-product-single-related-product-single:first-child
	{
		margin-left: 15px;
	}
	.diy-product-single-related-products-container::-webkit-scrollbar-track, .diy-sidebar::-webkit-scrollbar-track 
	{
		margin-left: 15px;
	}
}

@media screen and (max-width: 767px)
{
	.diy-product-single-related-product-single-image-wrapper
	{
		width: 112.5px;
    	height: 93.75px;
	}
	.diy-product-single-title.diy-shop-mobile-only
	{
		margin-top: -15px;
	}
	.diy-product-single-searchbar
	{
		display: block;
	}
	img.diy-product-tax-icon
	{
		width: 15px;
		height: 15px;
		max-height: 15px;
		max-width: 15px;
	}
	.diy-product-single-tags *
	{
		font-size: 0.8rem;
	}
	
	.diy-product-single-buttons .diy-product-btn
	{
		width: 100%;
	}
	
	.diy-product-meta .diy-product-meta-field p
	{
		min-width: unset;
	}
	
	.diy-shop-columns
	{
		flex-wrap: wrap;
	}
	
	.diy-shop-columns .diy-shop-column
	{
		width: 100%;
	}
	
	:root
	{
		--diy-shop-featured-image-width: 100%;
		--diy-shop-featured-image-height: auto;
		--diy-shop-thumbnail-image-width: 74px;
		--diy-shop-thumbnail-image-height: 105px;
	}
	
	.diy-product-media
	{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.diy-single-product-image
	{
		width: 100%;
		height: auto;
	}
	
	.diy-product-single-featured-image
	{
		width: 100%;
		object-fit: contain;
		object-position: center;
		height: auto;
	}
	
	.diy-product-current-img
	{
		width: 100%;
	}
	
	.diy-product-media .diy-product-previews
	{
		display: flex;
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	
	.diy-product-media .diy-product-previews .diy-shop-thumbnail
	{
		margin-bottom: 0px;
		margin-right: 15px;
	}
	
	.diy-product-media .diy-product-previews .diy-shop-thumbnail:last-child
	{
		margin-right: 0px;
	}
	
	.diy-product-thumbnail
	{
		width: 130px;
		max-width: unset !important;
		object-fit: contain;
		height: auto;
		object-position: center;
	}
	
	.diy-product-media .diy-product-previews::-webkit-scrollbar
	{
		width: unset;
		height: 5px;
	}
	
	.diy-product-media .diy-product-previews::-webkit-scrollbar-track
	{
		background: silver;
		margin-top: 15px;
	}
	
	.diy-product-media .diy-product-previews::-webkit-scrollbar-thumb
	{
		background-color: gray;
		border: 4px solid rgba(0, 0, 0, 0);
	}
}

@media screen and (max-width: 450px)
{
	.diy-related-product .diy-product-price
	{
		text-align: center;
	}
	
	.diy-related-product .diy-product-price span
	{
		width: 100%;
		display: inline-block;
		text-align: center;
	}
}