/*
Theme Name: Sydney-Child
Author: Aspire IT Solution
Description: Child Theme Description
Version: 1.0
Template: sydney

This is the child theme for Sydney theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/**** download sheet ****/
.product_container {
    width: 100%;
    float: left;
}

.product_box {
    width: 48%;
    text-align: center;
    float: left;
    margin-right: 20px;
    border: 1px solid #ededed;
}

.pro_img img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
}

.pro_title {
   font-size: 21px;
    padding: 10px 0;
    color: #000000;
    font-weight: 600;
}
.pro_colors, .pro_room_scene {
    font-size: 16px;
}
.pro_desp {
    font-size: 16px;
}
.pro_colors {
    display: ruby;
}
.pro__down_btn {
    background-color: black;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top:10px;
}

.pro__down_btn a {
    color: #ffffff;
}
.download_btn {
    display:flex;
}
.pro_img {
    margin: 0 auto;
    float: none;
}
.product_tab .elementor-tab-title {
    border: solid transparent;
    padding: 20px 0 !important;
    font-family: Archivo, sans-serif;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-right: 10px !important;
    width:250px
}

.product_tab .elementor-tab-title.elementor-active {
    border: 0px;
    border-top: 5px solid #2d66b3 !important;
    margin: 10px !important;
    background-color: #93a9bf1c !important;
    border-bottom-style: none !important;
}
.product_tab .elementor-tab-content {
    margin-top: 20px;
}

.pro_col {
    display: flex;
}
.contact_section {
    width: 65%;
}
.image_section {
    width: 50%;
}
.pro_section{
	  display:flex;
}
.colorcode {
/*     border: 1px solid #d3d0d0; */
    max-width: fit-content;
    padding: 3px 4px 2px 4px;
    border-radius: 50px;
/* 	margin-right: 5px; */
}
.bgcolor {
	padding: 5px 15px;
	border-radius: 50%;
	border: 2px solid #6ec1e4;
}
.image_section .pro_img img {
    width: 100%;
    padding: 10px;
	height:380px;
}
.pro_img {
    border-style: double;
    border-width: 0px 0px 4px 4px;
    border-color: var(--e-global-color-a04a985);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-right:20px; 
}
.tab_title .elementor-tab-title {
    width: 100% !important;
	padding: 20px 30px !important;
}
.product_boxs.pro_section {
    margin-bottom: 30px;
}
.pro__down_btn {
    margin-top: 20px;
	width: 40%;
	text-align: center;
	margin-right: 14px;
}
a.next {
    font-size: 25px;
    background: #ffffff8c;
    top: 47%;
    position: absolute;
    right: 15px;
    cursor: pointer;
    padding: 0px 16px;
    border-radius: 50px;
}
a.prev {
    font-size: 25px;
    background: #ffffff8c;
    top: 47%;
	left:15px;
    position: absolute;
    cursor: pointer;
    padding: 0px 16px;
    border-radius: 50px;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/***** end download sheet ****/