/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoglu
| URL: https://www.kadirhanoglu.com
| Create Date: 17.11.2018
| Last Update: 17.09.2019
| File: content.css
*/

.content {
	background-color: #f8f8f8;
	padding: 0 0 20px 0;
}

/* Content Header Start */

.content-header {
	padding: 50px 0;
	position: relative;
}

.content-header .container {
	position: relative;
}

.content-header h1, .content-header h2, .content-header h3 {
	position: relative;
	color: #fff;
	font-family: 'Oswald', cursive;
	font-size: 2.2em;
	font-weight: 100;
	margin: 10px 0 25px 0;
}

.content-header img {
	background-color: #fff;
	position: absolute;
	padding: 10px;
	height: 130px;
	border-radius: 4px;
	top: -20px;
	right: 50px;
}

.content-desc-header {
	margin-bottom: 30px;
}

.content-desc-header > div {
	background-color: #fff;
    text-align: center;
    position: relative;
    padding: 40px 0;
    z-index: 2;
}

.content-desc-header:after {
	content: "";
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	margin: -25px 5% 0 5%;
	border-radius: 100%;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,0.05);
}

.content-desc-header > div > h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	color: #FF9800;
}

.content-desc-header > div > p {
	font-size: 1.1em;
	display: block;
	color: #777;
	margin: 50px 0 0 0;
	letter-spacing: 0.03em;
}

/* Content Header End */

/* Header Filter Start */

.brand-filter .field {
	background-color: #fff;
    width: 96px;
    float: left;
    padding: 2px 8px;
    margin: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}

.brand-filter .field input {
	display: none;
}

.brand-filter .field input ~ img {
	filter: grayscale(1);
	opacity: .6;
    cursor: pointer;
    transition: .3s all ease;
}

.brand-filter .field input:checked ~ img {
	filter: none;
	opacity: 1;
	transition: .3s all ease;
}

.brand-filter .field input:hover ~ img {
	opacity: 1;
	transition: .3s all ease;
}

#UrunKategoriFiltre > input { display: none }

/* Header Filter End */

/* Products List Start */

.products-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.products-list > article {
    padding: 10px;
}

.product-body {
	background-color: #fff;
	border: 1px solid #efefef;
	transition: .5s all ease;
	padding: 25px;
}

.product-body:hover {
	box-shadow: 0 5px 50px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
	transition: .5s all ease;
}


.product-body > a img {
	width: 90%;
	margin: 15px 5%;
}

.product-body > h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.5em;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.product-body > h3 a {
	color: #777;
}

.product-info {
	background-color: #f5f5f5;
	padding: 10px 15px;
}

.price {
	font-size: 1.2em;
	font-weight: 600;
	color: #111;
}

.add-list {
    margin: 15px 0 0 0;
}

.add-list .list-button {
	background-color: #777;
	color: #fff;
    width: 50%;
    padding: 5px;
    margin: auto 25%;
	border: 0;
	border-radius: 5px;
}

.product-body:hover .list-button {
	background-color: #000;
}

.catalog-info {
    font-size: 1.1em;
}

.file-size {
    float: left;
}

.file-type {
    float: right;
    font-size: 1.5em;
}


/* Products List End */

.catalog-box li {
    width: 32%;
    margin: 15px 0.5%;
}

.catalog-box .cat-details {
	text-align: center;
	font-size: 1.6em;
}

.catalog-box .cat-details > div:nth-child(2) {
	font-size: 2em;
	margin: 15px 0 0 0;
}

.catalog-box li:hover .cat-details {
	margin: 25px 0 0 0;
	padding: 0;
}

/* Product End */

/* Fancybox and Modal Plugin Start */

.FancyPopup {
    display: none;
}

.modal-dialog {
	margin: 3% auto !important;
}

.modal-header {
	padding: 20px 30px !important;
}

.modal-body {
    padding: 20px 40px;
}

#teklifForm {
    width: 800px;
}

#bodyPopup {
    width: 1000px;
}

.content-box .btn-link {
    display: inline-block !important;
    float: right !important;
    margin: 5px 0 0 0;
    padding: 1px 0;
    text-decoration: none;
    color: #8a8a8a;
    border-bottom: 2px dotted #afafaf;
}

.modal-content {
	box-shadow: 0 2px 25px rgba(0,0,0,0.2);
	border-radius: 0;
}

/* Fancybox and Modal Plugin End */

.content-reserv-info {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	font-size: 1em;
	color: #48b4d4;
	cursor: pointer;
	border-bottom: 1px dotted #dfdfdf;
}

.content-reserv-info .fa {
	font-size: 1.4em;
}

.content-reserv-info > em {
    font-style: normal;
}

/* Content Slider Start */

.content-slider {
    width: 100%;
    margin: 20px 0;
}

.content-slider-item {
	padding: 0;
}

.content-slider-item a {
    display: block;
    width: 100%;
}

.content-slider-item a img {
	width: 100%;
}

.content-slider-thumbnails {
	padding: 0;
}

.content-slider-thumbnails ul {
    margin: 0;
    padding: 0;
}

.content-slider-thumbnails li {
	list-style: none;
	margin: 15px;
}

.content-slider-thumbnails li:first-child {
	margin: 0 15px 15px 15px;
}

.content-slider-thumbnails li:last-child {
	margin: 15px 15px 0 15px;
}

.content-slider-thumbnails img {
	width: 100%;
}

.scroll-thumbs {
	padding: 0 0 15px 0;
    max-height: 720px;
}

/* Content Slider End */

/* Content Details Start */

.content-details {
	position: relative;

    margin: 0;
}

.content-details > h2 {
	font-size: 2em;
	border-left: 8px solid #e3e402;
	padding-left: 10px;
	margin: 25px 0 25px -15px;
}

.content-details > .clear {
	margin-left: -15px;
}

.content-box {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin: 20px 0;
    padding: 12px;
}

.content-box > h3 {
	background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    margin: -5px -5px 20px -5px;
    padding: 20px 30px;
    font-size: 1.2em;
}

.content-box > p {
	margin: 5px 20px;
}

.content-features {
    margin: 15px 0;
}

.content-features > ul li {
    list-style: none;
    margin: 6px;
    float: left;
}

.content-features > ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.content-features > ul li a:focus {
	border: 2px solid #e3e402;
}

.content-box button {
	margin: 5px;
}

.content-box button {
	margin: 5px;
}

/* Content Info Start */


.content-info ul {
    margin: 0;
    padding: 0;
}

.content-info > ul li {
    list-style: none;
    padding: 15px 20px;
}

.content-info ul span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}

/* Content Info End */

/* Content Text Start */

.content-text {
    line-height: 1.8em;
}

/* Content Text End */

.bodysize-picture img {
	width: 100%;
}

.content-brand-catalog > a {
	background-color: #fafafa;
	color: #555;
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0 12px;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.content-brand-catalog > a:hover,
.content-brand-catalog > a:focus {
	background-color: #fff;
}

.content-brand-catalog > a > i {
	font-size: 2em;
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	text-align: center;
	color: #d81e1e;
}

.content-brand-catalog > a > span {
	display: block;
	float: left;
    font-size: 0.85em;
    margin: 15px 0 0 0;
}

.content-brand-catalog > a > em {
	display: block;
	position: absolute;
	font-style: normal;
	font-size: 0.8em;
	color: #ccc;
	bottom: 5px;
	right: 5px;
}

.content-brand-catalog > div {
	margin: 20px 10px 0 0;
	text-align: right;
}

.content-brand-catalog > div > a {
	color: #999;
	font-size: 0.9em;
	padding: 4px 0;
	border-bottom: 1px dashed #ccc;
}

.content-brand-catalog > div > a:hover {
	color: #ffaf41;
}

/* Sidebar Start */

#sidemenu {
	margin-top: 60px;
}

.sideblock {
    margin: 0 0 40px 0;
    position: relative;
    overflow: hidden;
}

.sideblock > strong {
	border-bottom: 1px dashed #eee;
	color: #555;
    display: block;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: 100;
}

.sideblock input:checked ~ label {
    font-weight: bold;
}

.scroll {
	position: relative;
	clear: both;
}

/* Cart Start */

.product-shop-box {
    position: relative;
    padding: 20px;
}

.product-cart > div, .product-cart:hover > div {
    cursor: pointer;
    transition: .5s all ease;
}

.product-cart-box {
	background-color: #fff;
	width: 75px;
	height: 75px;
	padding: 15px 10px;
	float: right;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-radius: 100%;
}

.product-box-window-close {
	background-color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 3px 12px;
    cursor: pointer;
    font-size: 1.5em;
    z-index: 2;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.product-box-window-close:hover {
	background-color: #f5f5f5;
}

.product-cart-info {
	background-color: #fff;
	position: absolute;
	width: 80%;
	left: 0;
	margin-top: 20px;
	padding: 10px;
	font-size: 0.9em;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.product-cart:hover > div, .shop-cart-open .product-cart > div {
	background-color: #fafafa;
}

.product-cart-box > i {
	font-size: 3em;
}

.product-cart-box > span {
	background-color: #ffa600;
	color: #fff;
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 0 0 -15px;
	border-radius: 100%;
	font-size: 1em;
	text-align: center;
	line-height: 1.7em;
}

.product-box-window {
	background-color: #fff;
	position: fixed;
	width: 60%;
	height: 760px;
	padding: 25px;
	top: -100%;
	left: 20%; right: 20%;
	box-shadow: 0 10px 100px rgba(0,0,0,0.4);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .5s all ease;
}

.shop-cart-open .product-box-window {
	top: 12%;
    opacity: 1;
    visibility: visible;
    transition: .7s all ease;
}

.product-box-window > form .scroll {
    height: 500px;
    border: 1px solid #eee;
}

.product-box-list-item {
	background-color: #fafafa;
	padding: 20pX;
}

.product-box-list-item:nth-child(odd) {
	background-color: #fff;
}

.product-box-list-item:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}

.product-box-list-item > div {
	margin: 1%;
}

.product-box-list-picture {
	background-color: #fff;
    width: 10%;
    padding: 5px;
    float: left;
    border-radius: 5px;
}

.product-box-list-picture > img {
	width: 100%;
}

.product-box-list-info {
	width: 57%;
    float: left;
}

.product-box-list-info > strong {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	letter-spacing: 0.03em;
}

.product-box-list-price {
	width: 20%;
    float: left;
}

.product-box-list-price > input {
	width: 40%;
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-right: 5%;
}

.product-box-list-price > span {
	display: inline-block;
	width: 55%;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	padding: 8px 10px;
}

.product-box-list-remove {
	width: 3%;
	float: right;
	padding: 5px;
	font-size: 1em;
	text-align: center;
}

.product-box-list-remove a {
	color: #ffbebe;
}

.product-box-list-item:hover a {
	color: #ff1313;
}

.product-box-window-footer {
    margin: 10px 0;
}

.product-box-window-footer > div {
	padding: 0;
}

.list-total-price {
    
}

.product-box-window-footer-button > button {
	float: right;
}

/* Cart End */

.filter-checkbox {
	overflow: hidden;
	position: relative;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid #e9e9e9;
}

.filter-checkbox .scroll {
    max-height: 300px;
    padding-bottom: 15px;
}

.filter-checkbox:before {
	background-color: #fff;
	content:"";
	position: absolute;
	display: block;
	box-shadow: 0 -3px 20px 2px rgba(0,0,0,0.2);
	width: 100%;
	height: 0;
	bottom: 0px;
}

.filter-checkbox {
    max-height: 400px;
}

.filter-tab {
	margin: 0;
	padding: 0;
}

.filter-tab li {
	float: left;
	list-style: none;
	width: 50%;
	outline: 0;
}

.filter-tab li a {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	display: block;
	padding: 10px;
	text-align: center;
}

.filter-tab li.ui-state-active a {
	background-color: #fff;
}

.filter-tab-content {
	position: relative;
	z-index: 1;
	top: -1px;
}

.filter-tab-content > div {
	background-color: #fff;
	padding: 15px;
	border-top: 1px solid #fff;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

/* Sidebar End */

/* Content Social Share Start */

/* Contact Page Start */

.contact-page {
    margin: 0 0 50px 0;
}

.contactForm {
	margin: 50px -15px;
}

#map {
    width: 100%;
    height: 500px;
}

.contact-box {
	border-bottom: 1px solid #eee;
	padding: 15px;
	margin: 15px 0;
}

.contact-box-icon {
	font-size: 2.5em;
	margin: 15px 0;
}

.contact-box-icon .fa-phone {
	transform: rotate(90deg);
}

.contact-box-content > strong {
	font-size: 1.3em;
	font-weight: 400;
	font-family: 'Oswald', cursive;
	display: block;
	margin: 0 0 15px 0;
}

.contact-box-content > a, .contact-box-content > span {
	font-family: 'Oswald', cursive;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.contact-box-content > a {
	color: #bdbe10;
}

.contact-social {
	position: relative;
	float: right;
	margin-top: 15px;
	z-index: 2;
}


.contact-social > ul {
	margin: 0;
	padding: 0;
}

.contact-social > ul > li {
	list-style: none;
	float: left;
	margin: 0 5px;
}

.contact-social a {
	display: block;
	padding: 5px;
	color: #222;
	font-size: 1.5em;
}

/* Contact Page End */

.social-share {
    margin: 15px;
}

.social-share ul {
	float: right;
	margin: 0;
	padding: 0;
}

.social-share ul li {
	list-style: none;
	float: left;
}

.social-share > ul > li:first-child {
	color: #ccc;
	font-size: 1.2em;
	margin: 4px;
	padding: 4px 10px;
	cursor: pointer;
}

.social-share li > a {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	display: inline-block;
	padding: 8px;
	margin: 2px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.2em;
	border-radius: 40px;
}

.facebook-icon {
	color: #4267B2;
}

.twitter-icon {
	color: #00ACED;
}

.google-icon {
	color: #DD5044;
}

.linkedin-icon {
	color: #0073B0;
}

.pinterest-icon {
	color: #BD081C;
}

/* Content Social Share End */

.text-loading {
    display: block;
    text-align: center;
    padding: 50px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    color: #222;
    letter-spacing: 0.2em;
    visibility: hidden;
    opacity: 0;
    transition: .5s all ease;
}

.is-page-loading .text-loading {
    visibility: visible;
    opacity: 1;
    transition: .5s all ease;
}

.text-loading:before {
	content: "\f110";
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.8em;
	font-weight: 100;
	display: block;
	width: 62px;
	height: 64px;
	padding: 0 2px 0 8px;
	margin: 20px auto;
	animation: spin 0.7s infinite linear;
}

/* Content Details End */

/* Responsive */

@media screen and (max-width: 480px){
    
	.content-header img {
		padding: 5px;
		height: 90px;
		top: -6px;
		right: 15px;
	}
    
    .sidebar-header {
    	background-color: rgba(79, 19, 107, 0.8) !important;
    }

    .mobile-menu-open .sidebar-header {
    	background-color: rgba(255,255,255,0.95) !important;
    }

    .mobile-menu-open .logo img {
    	filter: none;
    }

    .mobile-menu-open .mobile-menu {
    	color: #4e106b;
    	text-shadow: none;
    }
    
	/* Content Slider Start */

	.content-slider-thumbnails li {
		margin: 5px;
	}

	.content-slider-thumbnails li:first-child {
		margin: 0 5px 5px 5px;
	}

	.content-slider-thumbnails li:last-child {
		margin: 5px 5px 0 5px;
	}

	.scroll-thumbs {
		padding: 0 0 5px 0;
		max-height: 380px;
	}

	/* Content Slider End */

	/* Content Details Start */
	
	.content > section {
	    margin: 70px 0 0 0;    
	}
	
	.content-box {
        padding: 8px;
    }

	.content-details > h2 {
		font-size: 1.3em;
		margin: 10px 0 25px 0;
	}
	
    .content-details > .clear {
    	margin-left: 0;
    }

	.content-box > h3 {
		padding: 10px 30px;
		line-height: 1.5em;
	}

	.content-box > p {
		margin: 5px 20px;
	}
	
    .content-features > ol li {
        width: 50%;
    }

	.content-box button {
		width: 90%;
		margin: 10px 5%;
	}

	.content-box .btn-link {
		display: block !important;
		float: none !important;
		margin: 10px auto;
		padding: 5px;
		text-align: center;
		border-bottom: 0;
	}

	/* Content Social Share Start */

	.social-share {
		float: none;
		width: 224px;
		margin: 10px auto;
	}

	.social-share ul {
		float: none;
	}

	/* Content Social Share End */
	
	#teklifForm, #bodyPopup {
		width: 90%;
	}

	/* Content Details End */
	
	.content-brand-catalog a {
		padding: 8px 8px;
		border-radius: 0px;
		box-shadow: none;
	}

	.content-brand-catalog a > i {
		font-size: 1.3em;
		margin: 15px 6px 15px 5px;
	}

	.content-brand-catalog a > span {
		font-size: 0.8em;
		margin: 15px 0 0 0;
	}

	.content-brand-catalog a > em {
		font-size: 0.85em;
		bottom: 5px;
		right: 5px;
	}
	
	.content-features > ul {
		margin-left: 0px !important;
	}

	.content-features > ul li {
		margin: 3px;
	}

	.content-features > ul li a {
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}
	
    /* Products List Start */

    .add-list .list-button {
    	visibility: visible;
    	opacity: 1;
    }

    /* Products List End */
    
    /* Sidemenu Start */

	#sidemenu {
		background-color: rgba(255,255,255,0.97);
		position: fixed;
		top: 92px; bottom: 0;
		left: -100%; right: 10%;
		margin: 0;
		padding: 20px;
		visibility: hidden;
		opacity: 0;
		z-index: 9;
		box-shadow: 2px 0 15px 10px rgba(0,0,0,0.2);
		transition: .5s all ease;
	}
	
	.is-sticky ~ section #sidemenu {
	    top: 65px;
	}

	.filter-menu-open #sidemenu {
		left: 0;
		visibility: visible;
		opacity: 1;
		transition: .5s all ease;
	}
	
	.filter-menu-button {
	    background-color: #000;
	    display: block !important;
	    position: absolute;
	    margin-top: 15px;
	    right: 0;
	    color: #fff;
		padding: 6px 10px;
	    border: 0;
		border-radius: 5px;
		z-index: 10;
	}

	.filter-menu-open .filter-menu-button {
		display: none !important;
	}
	
	#sidemenu .filter-menu-button {
        display: block !important;
        top: 15px; right: 15px;
        padding: 4px 10px;
	}

    /* Sidemenu End */
    
    /* Products List Start */
    
    .products-list {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .products-list > article {
        padding: 10px;
    }
    
    .product-body {
    	padding: 15px;
    }
        
    .product-body > a img {
    	width: 96%;
    	margin: 10px 2%;
    }
    
    .product-body > h3 {
    	font-size: 1.3em;
    	line-height: 1.3em;
    	height: auto;
    }
    
    .add-list {
        margin: 5px 0 0 0;
    }
    
    .add-list .list-button {
        width: 80%;
        padding: 8px;
        margin: auto 10%;
    	border-radius: 3px;
    }
    
    .product-body:hover .list-button {
    	background-color: #000;
    }
    
    /* Products List End */
    
    /* Cart Start */
    
    .product-shop-box {
        padding: 0;
        margin: 50px -10px;
    }
    
    .product-cart-box {
    	width: 20%;
    	height: 50px;
    	padding: 10px;
    	float: left;
    	box-shadow: none;
    	border-radius: 0;
    }

    .product-cart-info {
    	position: relative;
    	width: 80%;
    	height: 50px;
    	float: left;
    	left: auto;
    	margin-top: 0;
    	padding: 15px 8px;
    	font-size: 0.85em;
    	box-shadow: none;
    }

    .product-cart-box > i {
    	font-size: 2em;
    }
    
    .product-cart-box > span {
    	margin: 2px 0 0 2px;
    }
    
    .product-box-window {
    	width: 94%;
    	height: 500px;
    	padding: 15px;
    	left: 3%; right: 3%;
    	z-index: 10;
    }
    
    .shop-cart-open .product-box-window {
    	top: 110px;
    }
    
    .product-box-window > form .scroll {
        height: 200px;
    }
    
    .product-box-list-item {
    	padding: 10px;
    }
    
    .product-box-list-item > div {
    	margin: 0;
    }
    
    .product-box-list-picture {
        width: 20%;
        padding: 2px;
    }
    
    .product-box-list-info {
    	width: 80%;
    }
    
    .product-box-list-info > strong {
    	font-size: 1.15em;
    }

    .product-box-list-price {
    	width: 80%;
    	padding-top: 15px;
    }
    
    .product-box-list-price > input {
    	padding: 2px 4px;
    }
    
    .product-box-list-price > span {
    	padding: 2px 4px;
    }
    
    .product-box-list-remove {
    	width: 10%;
    	padding: 20px 0 0 8px;
    }
        
    /* Cart End */
    
    /* Contact Page Start */
    
    #map {
        width: 100%;
        height: 320px;
    }
    
	.contact-social {
		float: none;
		margin-top: 0;
	}

	.contact-social a {
		padding: 10px;
		font-size: 1.8em;
	}
    
    /* Contact Page End */

}

@media screen and (min-width: 481px) and (max-width: 768px){

    /* Products Start */
    
    .product-box li {
        width: 49%;
    }
    
    /* Product End */
    
	/* Cart Start */
	
    .product-cart > div {
    	font-size: 0.8em;
    }

	.product-box-window {
		width: 86%;
		height: 760px;
		left: 7%; right: 7%;
	}

	.shop-cart-open .product-box-window {
		top: 14%;
	}

	.product-box-window > form .scroll {
		height: 500px;
	}

	.product-box-list-info > strong {
		font-size: 1.3em;
		letter-spacing: 0.03em;
	}
	
	.product-box-list-price > input {
		padding: 6px 8px;
	}

	.product-box-list-remove {
		width: 5%;
	}

	/* Cart End */

}

@media screen and (min-width: 769px) and (max-width: 1024px){

	/* Cart Start */
	
    .product-cart > div {
    	font-size: 0.8em;
    }

	.product-box-window {
		width: 86%;
		height: 720px;
		left: 7%; right: 7%;
	}

	.shop-cart-open .product-box-window {
		top: 14%;
	}

	.product-box-window > form .scroll {
		height: 500px;
	}

	.product-box-list-info > strong {
		font-size: 1.3em;
		letter-spacing: 0.03em;
	}
	
	.product-box-list-price > input {
		padding: 6px 8px;
	}

	.product-box-list-remove {
		width: 5%;
	}

	/* Cart End */

}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	
	.scroll-thumbs {
		height: 520px;
	}
	
	.product-box-window {
		height: 620px;
	}
	
    .product-box-window > form .scroll {
        height: 360px;
    }

}

@media screen and (min-width: 1281px) and (max-width: 1366px){

    .scroll-thumbs {
        height: 570px;
    }
    
	/* Cart Start */
	
    .product-cart > div {
    	font-size: 0.8em;
    }

	.product-box-window {
		width: 70%;
		height: 550px;
		left: 15%;
		right: 15%;
	}

	.shop-cart-open .product-box-window {
		top: 14%;
	}

	.product-box-window > form .scroll {
		height: 290px;
	}

	.product-box-list-info > strong {
		font-size: 1.3em;
		letter-spacing: 0.03em;
	}
	
	.product-box-list-price > input {
		padding: 6px 8px;
	}

	/* Cart End */

}

@media screen and (min-width: 1367px) and (max-width: 1440px){

	/* Cart Start */
	
    .product-cart > div {
    	font-size: 0.8em;
    }

	.product-box-window {
		width: 70%;
		height: 640px;
		left: 15%; right: 15%;
	}

	.shop-cart-open .product-box-window {
		top: 14%;
	}

	.product-box-window > form .scroll {
		height: 380px;
	}

	.product-box-list-info > strong {
		font-size: 1.3em;
		letter-spacing: 0.03em;
	}
	
	.product-box-list-price > input {
		padding: 6px 8px;
	}

	/* Cart End */

}

@media screen and (min-width: 1441px) and (max-width: 1920px){

	

}