﻿/****************************************************************/
.head-box {
	height: 250px;
	padding:80px 0 0 0;
}

/****************************************************************/
.product {
    padding: 40px 0 40px 0;
    background-color: #e3e3e5;
}

.product .wide-grid {
    padding:60px 40px 60px 40px;
    border-radius: 20px;
    background-color: #fff;
}

.product .left-col {
    width: 610px;
    padding:0;
}

.product .gallery360 {
	overflow: hidden;
	margin: 0 0 50px 0;	
}

.product .gallery360 .body {
    height: 610px;
	overflow: hidden;
}

.product .gallery360 iframe {
    width: 610px;
    height: 610px;
	background-color: transparent;	
	/* transform: scale(0.87);
	transform-origin: left top; */
}

.product .gallery360 .label {
    color: #0f1b55;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.3px;
	text-align: center;

	margin:15px 0 0 0;
}

/****************/
.product .galleryImages {
	margin:0 0 105px 0;
}

.product .galleryImages figure {
	width:610px;
}

.owl-carousel .owl-dots {
	text-align: center;
	margin:32px 0 0 0;
}

.owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 4px 0 4px;
    border-radius: 100%;
    background-color: #c1c1c2;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #0f1b55;
}

/****************************************************************/
.product .right-col {
    width:550px;
	padding:0 0 0 40px;
}

.product .icon {}

.product .prod-title {
    color: #0f1b55;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.07px;

	margin:24px 0 15px 0;
}

.product .prod-desc {
    color: #0f1b55;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.3px;

    margin: 0 0 30px 0;
}

.product a.request-btn {
    font-size: 16px;
	text-transform: unset;
}

.product .prod-spec {
    margin: 50px 0 0 0;;
}

.product .prod-spec table{
    width:100%;
}

.product .prod-spec table tr{
}

.product .prod-spec table tr:nth-of-type(2n+1) {
    background-color: #eee;
}

.product .prod-spec td {
    color: #1d1e1f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.18px;

    padding: 5px 5px 5px 20px;
}

.product .prod-spec td:nth-of-type(3n+1) {
    width: 170px !important;
}

.product .prod-spec td:nth-of-type(3n+2),
.product .prod-spec td:nth-of-type(3n+3) {
    width: 150px !important;
    text-align: center;
}

.product .prod-spec table tr:first-of-type td{
    color: #0f1b55;
    font-size: 18px;
    font-weight: 700;
}

.product a.back-btn {
	margin:74px 0 0 auto;
}

/************************************************************/
.fancybox-content {
    padding: 0;
	background-color: transparent;
}

.fancybox-slide--html .fancybox-close-small {
    right: 30px;
    top: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.fancybox-slide--html .fancybox-close-small svg {
    width: 100%;
    height: 100%;
}

.contact-popup {
    display: none;

    width: 1100px;
	height:90vh;
	overflow-y: scroll;
	padding:77px 130px 80px 130px;
    border-radius: 40px 0 0 40px;
    background-color: #fff;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
}

.contact-popup h2 {
	color: #0f1b55;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -0.07px;
	text-align: center;
	
	max-width: 330px;
    margin: 0 auto 30px auto;
}

.contact-popup .thanks {
    display: none;
}

.contact-popup .form input[type=text],
.contact-popup .form input[type=tel],
.contact-popup .form input[type=email],
.contact-popup .form select,
.contact-popup .form textarea {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;

    width: 100%;
    height: 81px;
    background-color: #e4e4e4;
    resize: none;
    padding: 0 15px 0 48px;
    margin: 0 0 18px 0;
    border: 0 none;
    border-radius: 40px;
    background-color: #e4e4e4;

    transition: all 0.2s ease;
}

.contact-popup .form select option {
    color: #0f1b55;
}

.contact-popup .form textarea {
    padding: 15px 15px 0 48px;
}

/*******/
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0f1b55;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #0f1b55;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #0f1b55;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #0f1b55;
}

.contact-popup .form input[type=submit] {
	width: 140px;
	margin:30px 0 0 auto;
}

.contact-popup .form .wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;

    position: relative;
	top:-18px;
	display: block;
    margin: 4px 0 0 0;
    border: 0 none;
}

.contact-popup .form .wpcf7-response-output {
    color: #690af0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;

    position: relative;
	top:-80px;
	padding: 0;
    margin: 15px 0 0 0;
    border: 0 none;
}

.contact-popup .form div.wpcf7 .ajax-loader {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 12px -20px 0 10px;
}

/****************************************************************/
@media only screen and (max-width:768px) {

    /****************************************************************/
    .head-box {
        height: 110px;
        padding: 40px 0 0 0;
    }

    /****************************************************************/
    .product {
        padding: 40px 10px 40px 10px;
    }

    .product .columns{
        flex-direction: column;
        padding:50px 0 50px 0;
    }

    .product .left-col {
        order:2;
        width: auto;
        padding:30px 0 0 0;
    }

    .product .gallery360 {
        overflow: hidden;
        margin: 0 0 50px 0;
    }

    .product .gallery360 .body {
        width:300px;
        height: 300px;
        margin: auto;
    }

    .product .gallery360 iframe {
        transform: scale(0.5);
        transform-origin: 0 0;
    }

    .product .gallery360 .label {
        color: #0f1b55;
        font-size: 30px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: -0.3px;
        text-align: center;

        margin: 15px 0 0 0;
    }

    /****************/
    .product .galleryImages {
        margin: 0 0 40px 0;
    }

    .product .galleryImages figure {
        width: calc(100vw - 20px);
    }

    .owl-carousel .owl-dots {
        text-align: center;
        margin: 10px 0 0 0;
    }

    .owl-carousel .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        margin: 0 6px 0 6px;
    }

    /****************************************************************/
    .product .right-col {
        order:1;
        width: auto;
        padding: 0;
    }

    .product .icon {
        margin: 0 50px 0 50px;
    }

    .product .prod-title {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -0.32px;

        margin: 15px 50px 25px 50px;
    }

    .product .prod-desc {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0;

        margin: 0 50px 30px 50px;
    }

    .product a.request-btn {
        font-size: 16px;
        text-transform: unset;
        margin:0 0 0 50px;
    }

    .product .prod-spec {
        margin: 20px 20px 0 20px;
    }

    .product .prod-spec table {
        width: 100%;
    }

    .product .prod-spec table tr {}

    .product .prod-spec table tr:nth-of-type(2n+1) {
        background-color: #d7d8de;
    }

    .product .prod-spec td {
        font-size: 10px;
        line-height: 20px;
        letter-spacing:0;

        padding: 5px 5px 5px 10px;
    }

    .product .prod-spec td:nth-of-type(3n+1) {
        width: 40% !important;
    }

    .product .prod-spec td:nth-of-type(3n+2),
    .product .prod-spec td:nth-of-type(3n+3) {
        width: 30% !important;
    }

    .product .prod-spec table tr:first-of-type td {
        font-size: 12px;
    }

    .product a.back-btn {
        margin:20px 20px 0 auto;
    }

    /************************************************************/

    .contact-popup {
        display: none;

        width: 95vw;
        height: 90vh;
        padding: 55px 30px 30px 30px;
    }

    .contact-popup h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .contact-popup .form input[type=text],
    .contact-popup .form input[type=tel],
    .contact-popup .form input[type=email],
    .contact-popup .form select,
    .contact-popup .form textarea {
        color: #2a2a2a;
        font-size: 18px;
        line-height: 40px;
        font-weight: 400;

        width: 100%;
        height: 55px;
        padding:0 15px 0 15px;
        margin: 0 0 18px 0;
    }

    .contact-popup .form textarea {
        height:100px;
        padding: 15px;
        border-radius: 20px;
    }

    .contact-popup .form input[type=submit] {
        margin: 10px 0 0 auto;
    }

    .contact-popup .form .wpcf7-response-output {
        top: 0;
        margin: 0 0 0 0;
    }

}