@media(min-width:1400px){
    .single .container-xl{
        max-width:1480px!important;
    }
}

/* Breadcrumb */
.single .header{
    margin-bottom:3rem;
}
.single-product .bcrumb .woocommerce-breadcrumb > a{
    color:#333;
    transition:.2s ease;
    font-weight:normal;
}
.single-product .bcrumb .woocommerce-breadcrumb > a:hover{
    color:#ed5d43;
}
.single-product .bcrumb .woocommerce-breadcrumb{
    color:#ed5d43;
    font-weight:600;
}
.single-product .bcrumb .woocommerce-breadcrumb span{
    color:#333;
}
/* // Breadcrumb */

/* Single Product */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    width:100%;
}
.woocommerce div.product div.images img{
    cursor:-webkit-zoom-in;
    cursor:zoom-in;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    display:flex;
    gap:10px;
}
.flex-viewport{
    width:100%;
    order:2;
}
.woocommerce div.product div.images .flex-control-thumbs{
    width:85px;
    order:1;
    overflow-y:auto;
	max-height:470px;
	padding-right:5px;
}
.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar{
	width: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width:100%;
    margin-bottom:10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover{
    border:2px solid #ed5d43;
}
.prodMeta .title{
    margin-bottom:20px
}
.prodMeta .title h1{
    font-size:26px;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin:0;
}
.prodMeta .price{
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
.prodMeta .price .priceLabel{
    margin-right:20px;
    font-weight:500;
	color:#333;
}
.price del bdi{
    color:#333;
    opacity:.5;
    font-weight:500;
    font-size:18px;
}
.price ins,
.price .woocommerce-Price-amount{
    font-size:24px;
    text-decoration:none;
    font-weight:600;
    color:#ed5d43;
    margin-left:5px;
}
.price .unit{
	color: #ed5d43;
    font-weight: 500;
    font-size: 18px;
}

.woocommerce div.product form.cart{
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
.woocommerce div.product form.cart .variations select,
select.orderby{
    border-color:#ccc;
    font-size:14px;
    background-image:linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position:calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    border-radius:5px;
    line-height:1.5em;
    padding:0.5em 3.5em 0.5em 1em;
}
select:focus-visible{
    outline:none;
}
.woocommerce div.product form.cart .variations label{
    font-weight:500;
}
.woocommerce .prodMeta .quantity button{
    width:35px;
    height:35px;
    vertical-align:middle;
}
.woocommerce .prodMeta .quantity .qty{
    width:50px!important;
    height:35px;
    vertical-align:middle;
}
.woocommerce .prodMeta form.cart .button{
    width:250px;
    background-color:#ed5d43;
    transition:.2s;
}
.woocommerce .prodMeta form.cart .button:hover{
    background-color:#333;
}
.woocommerce .button.get_offer{
	background:#000;
	color:#fff;
	font-weight:600;
}
.woocommerce div.product .stock{
    color:#6a888a;
}
.woocommerce .singleProd .product_tabs ul li{
    margin-bottom:5px;
}
.woocommerce .singleProd .product_tabs ul br,
.woocommerce .singleProd .product_tabs ol br{
    display:none;
}
.woocommerce .singleProd .excerpt{
    font-size:14px;
	margin-bottom:20px;
}
.woocommerce .singleProd h2{
	font-size:20px;
}
.woocommerce .singleProd h3,
.woocommerce .singleProd h4,
.woocommerce .singleProd h5{
    font-size:18px;
}
.woocommerce .singleProd h6{
    font-size:16px;
}

.woocommerce .product_tabs{
    margin-bottom:100px;
}
.woocommerce .product_tabs .nav-tabs{
    margin-bottom:20px;
}
.woocommerce .product_tabs .nav-tabs li{
    margin-bottom:0;
}
.woocommerce .product_tabs .nav-tabs .nav-link{
    color:#333;
}
.woocommerce .product_tabs .nav-tabs .nav-item.show .nav-link,
.woocommerce .product_tabs .nav-tabs .nav-link.active{
    color:#6a888a;
}
.woocommerce .product_tabs .tab-content{
    padding:0 20px;
}
/* // Single Product */

/* Single Page */

.singleTitle{font-size:32px;color:#fff;}
.single_thumbnail{
	float: right;
    padding-left: 1.5em;
    margin-left: 1em;
	margin-bottom:1.5em;
    border-left: 1px solid #e7e7e7;
}
.singleContent h2{font-size:26px;}
.singleContent h3{font-size:22px;}
.singleContent h4{font-size:18px;}
.singleContent h5{font-size:16px;}
body .singleContent > *{font-size:15px;}
.singleContent ul li,
.singleContent ol li{margin-bottom:10px;}
.singleContent .pageInner:after{
	content:"";
	display:block;
	clear:both;
}

/* // Single Page */

/* Contact */
.page_contact{
	background: #f1f1f1;
    padding: 30px;
}
.wpcf7-form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    transition: .3s;
	font-size:14px;
}
.wpcf7-submit {
    background: #f18b36;
    color: #fff;
    font-weight: bold;
    width: 150px;
    padding: 10px;
}
.ct_item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.ct_item a {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 13px;
}
.ct_item a:hover {
    color: #f18b36;
}
.ct_item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.ct_item .address:before {background-image: url(https://dekorizon.com/wp-content/themes/dk_theme/images/address.svg);}
.ct_item .company:before {background-image: url(https://dekorizon.com/wp-content/themes/dk_theme/images/company.svg);}
.ct_item .gsm:before {background-image: url(https://dekorizon.com/wp-content/themes/dk_theme/images/gsm.svg);}
.ct_item .phone:before {background-image: url(https://dekorizon.com/wp-content/themes/dk_theme/images/phone.svg); }
.ct_item .mail:before {background-image: url(https://dekorizon.com/wp-content/themes/dk_theme/images/mail.svg);}

.wpcf7-form-control:focus-visible {
    border: 1px solid #f18b36;
    outline: 0;
    transition: .3s;
}
/* // Contact */

/* Mobile Responsive */
@media(max-width:990px){
	.singleContent{padding-left:30px;padding-right:30px;}
	.single_thumbnail img{width:300px;}
}
@media(max-width:650px){
	.single_thumbnail img{width:200px;}
}
@media(max-width:576px){
	.singleContent p{font-size:14px;}
	.singleTitle{font-size:20px;text-align:center;}
	.singleContent h2{font-size:20px;}
	.singleContent h3{font-size:17px;}
	.prodMeta .title h1{font-size:20px;}
	.woocommerce div.product div.images .flex-control-thumbs{
		max-height:370px;
		overflow:auto;
	}
}
@media(max-width:430px){
	.single_thumbnail{
		float:none;
		border:0;
		margin:0 0 20px 0;
		padding:0;
	}
}