/*Main design*/ 
* {
    margin: 0;
    padding: 0;
    text-shadow: 0 0 1px rgb(0, 0, 0, 0.01);
}
body {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #000;
	overflow-x: hidden; /*Mobile view setting 1*/ 
}

header p {
font-family:times-new-roman;
background-color:#FCFCFC;
text-align: center;
font-size:13px;
color: #787777;
letter-spacing:1.5px;
}

header h1 {
background-color:#FCFCFC;
text-align: center;
font-size:14px;
color: #eb9321;
}

div {
    display: block;
    position: relative;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0;
}
p {
    font-family:times-new-roman;
    letter-spacing:0.5px;
    font-size:17px
}
h1 {
    font-family:times-new-roman;
    letter-spacing:0.7px;
    font-size: 17px;
	font-weight: bold;
}

h3 {
    font-family:times-new-roman;
    letter-spacing:1px;
    font-size:14px;
	font-weight: normal;
}

/* Separator */
.separator {
	border-bottom: 0.5px solid #EBEBEB;
}

.separator-2 {
	border-bottom: 0.5px solid #EBEBEB;
	margin-bottom:13px;
}

/* Bullet-points */
.bullet-points h1 {
color: #FF9E24;
font-size:1.1em;
font-weight:normal;
}

/*Main page button*/ 
.button {
    display: inline-block;
    background: #ffb366;
    border-radius: 5px;
    height: 48px;
}
.button a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
}

/*Logo*/ 
.logo {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:7px;
	margin-bottom:10px;
}

.logo-box {
    float: left;
    top: 3px;
}
.logo-box img {
    display: block;
}

/*Dropdown*/ 
.dropdown {
    display: inline-block;
}

.dropdown-content {
	border: solid 1px;
	border-color: #deb07a;
	border-top: none;
    display:none;
    position:absolute;
    background-color:#FCFCFC;
    padding:1px 20px;
    z-index:1;
}

.standard_dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;	
}

.standard_dropdown li {
    display: inline-block; 
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 50px;
    white-space: nowrap;
    font-weight: 300;
    margin-right: 20px;
}

/* Dropdown List Items */
.standard_dropdown li .dropdown-content li {
    display: block;
	font-size: 14px;
    height: auto;
    padding:0px 20px;
    text-decoration: none;
}
.main_nav_dropdown a{
color:#eb9321;
}
.dropdown:hover .dropdown-content{
display:block;
}

/*Navigation background*/ 
.navigation-background {
    background-color:#FCFCFC;
    width:100%;
}

/*Separator 1*/ 
.separator-1 {
    margin-top: 30px;
}

/*Separator 3*/ 
.separator-3 {
    border-bottom: 1px solid #dadada;
    padding-bottom: 1px;
	margin-bottom:14px;
}

/*Title color*/ 
.title span {
    color: #ffb366;
}

/*Sidebar*/ 
.sidebar_title {
    font-size: 18px;
    font-weight: 500;
    color: #ffb366;
}
.sidebar_categories {
    margin-top: 37px;
}
.sidebar_categories li {
    margin-bottom: 7px;
}
.sidebar_categories li a {
    color: rgb(0, 0, 0, 0.5);
}
.sidebar_categories li a:hover {
    color: #ffb366;
    text-decoration: none;
}

/* MAIN IMAGE */
.image_selected {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    border: #fafafc double 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 10px;
}

.image_selected img {
    max-width: 100%;
    transition: transform 0.2s ease;
    transform-origin: center;
    cursor: zoom-in;
}

/* THUMBNAILS */
.image_list {
    display: flex;
    gap: 10px;
    width: 100%;  
}

.image_list li {
    list-style: none;
    border: #fafafc double 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    cursor: pointer;
}

.image_list li.active {
    border-color: #000;
}

.image_list li img {
    width: 69.5px;
    display: block;
}

.timer-box {
    top: 20px;
    height: 195px;
	width:100%;
	background-image: url(../images/background2.jpg);
    border: #fafafc double 3px;
    box-shadow: 0 1px 5px rgb(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px;
}

.available_title {
	top:20px;
    font-size: 15px;
    color: rgb(0, 0, 0, 0.5);
    font-weight: 400;
}
.available_title span {
    font-weight: 700;
}

.available_bar {
    width: 100%;
    height: 10px;
    background: #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    top: 10px;
}
.available_bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    background: #0e8ce4;
}

.promotion_title {
    font-size: 18px;
	font-family:times-new-roman;
	letter-spacing:0.5px;
	text-align:center;
    color: rgb(0, 0, 0, 0.5);
    font-weight: 500;
}
.promotion_title span {
		color: 	 #ffa64d;
    font-weight:500;
}


.deals_timer_subtitle {
	top:6px;
    font-size: 15px;
    color: #ffa64d;
}

.sold_title {
top:19px;
font-size:15px;
color:rgba(0,0,0,0.5);
font-weight:400
}

.sold_title span {

}

.available_line {
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
}

.service_info li {
	border: #fafafc double 3px;
    text-align: center;
    color: #0080ff;
    font-family: Times New Roman;
    letter-spacing: 1px;
    font-size: 20px;
    position: relative;
    top: 10px;
    box-shadow: 0 1px 5px rgb(0, 0, 0, 0.1);
    padding: 10px;
}
.service_info_2 li {
    text-align: center;
}

.product_category {
    font-size: 12px;
    color:rgba(0, 0, 0, 0.5);
}

.order_info {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 53px;
}

.product_price {
    top: -30px;
    font-size: 25px;
	color:red;
    font-weight: 500;
}

.product_price strike {
    font-size: 13px;
	color:black;
}

.product_shipping {
    top: -30px;
    font-size: 15px;
    text-align: left;
    display: block;
    color: #0c0;
}

.product_color {
    top: -30px;
    font-size: 25px;
    text-align: left;
    font-weight: 500;
}

.product_color_title {
    top: -27px;
    font-size: 15px;
    text-align: left;
    display: block;
    color: #000;
}


.delivery-time {
    color:#363636;
    font-size: 14.5px;
    letter-spacing: 0.25px;
    line-height: 1.45;
}

.delivery-time-2 {
    color:#363636;
    font-size: 14.5px;
    letter-spacing: 0.25px;
    line-height: 1.45;
}

#desc-list.collapsed li:nth-child(n+4) {
    display: none;
}

.view-more {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #eb9321;
    cursor: pointer;
}
.color_button_1 {
    top: 10px;
    background-color: #3B3B3B;
    border-radius: 3px;
    border-style: double;
    position: relative;
    color: #fff;
    padding: 20px 20px;
    display: inline-block;
    cursor: pointer;
}
.color_button_2 {
    top: 10px;
    background-color: #C4C4C4;
    border-radius: 3px;
    border-style: double;
    position: relative;
    color: #fff;
    padding: 20px 20px;
    display: inline-block;
    cursor: pointer;
}

.product_description h2 {
    font-size: 12px;
    color:rgba(0, 0, 0, 0.5);
}

/*Section 2*/ 
.section-2{
    text-align:center;
    font-size:20px;
    font-family:times-new-roman;
    color:#108eda;
    letter-spacing:1px;
    padding-top:3%;
    padding-bottom:3%
}
.section-2 img{
    width:85%;
	left:-55px;
    position:relative;
    border:#e8e8e8 double 5px;
    box-shadow:0 1px 5px rgb(0,0,0,.1);
    overflow:hidden;
}

/*Section 4*/ 
.section-4{
    text-align:center;
    font-size:20px;
    font-family:times-new-roman;
    color:#108eda;
    letter-spacing:1px;
    padding-top:3%;
    padding-bottom:3%
}
.section-4 img{
    width:85%;
    right:-35px;
    position:relative;
    border:#e8e8e8 double 5px;
    box-shadow:0 1px 5px rgb(0,0,0,.1);
    overflow:hidden;
}

/*Text-image section*/ 
.text-image-section-1{
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 20px;
font-family: times-new-roman;
letter-spacing: 1px;
height: 100%; 
}

.text-image-section-1 h3{
font-size:22px;
color:#eb9321;
font-weight:normal;
}

.text-image-section-1 p{
font-size:17px;
color:#383838;
}

.text-image-section-2 {
display: flex;
flex-direction: column;
justify-content: center;
padding-right: 50px;
font-family: times-new-roman;
letter-spacing: 1px;
font-size: 17px;
height: 100%;     
}

.text-image-section-2 h3{
font-size:22px;
color:#eb9321;
font-weight:normal;
}

.text-image-section-2 h4{
padding-top:30px;
font-size:22px;
color:#eb9321;
font-weight:normal;
}

.text-image-section-2 p{
font-size:17px;
color:#383838;
}

.text-image-section-3 {
display: flex;
flex-direction: column;
justify-content: center;
padding-right: 50px;
font-family: times-new-roman;
letter-spacing: 1px;
font-size: 17px;
height: 100%;     
}

.text-image-section-3 h4{
padding-top:30px;
font-size:22px;
color:#eb9321;
font-weight:normal;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: 40px auto;
}

.product-card {
  width: 31%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: .25s;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* pushes content apart */
}

.product-card button {
margin:1px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.product-card img {
  width: 100%;
  border-radius: 10px;
}
.price {
  font-weight: 600;

}

/* Gallery */
.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}


.product {
    background-color: white;
	height: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 49%;

    box-sizing: border-box;
}
/*Cards*/ 
.cards {
  display: flex;
  align-items: stretch;
  background: #f6f7f8;
  border-radius: 10px;
  padding: 12px;
  gap: 62px;
  width:100%;
  border:solid 0.1px #DEDEDE;
}

.card {
  flex: 1;
}

.card h3 {
  font-size: 14px;
  color: #1fa74a;
  margin-bottom: 8px;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card li {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #777;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

button {
  background: #eb9321;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s;
}

button-1 {
  background: #eb9321;
  color: #fff;
  border: none;
  padding: 13px 50px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s;
}


/* Product price */
.product_price {
    align-items: center;
    font-size: 17px;
	color:red;
    font-weight: 500;
	margin-bottom:20px;
}

.product_price strike {
    font-size: 13px;
	color:black;
}


/*Newsletter*/ 
.newsletter {
    width: 100%;
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0 5px 20px rgb(0, 0, 0, 0.1);
}
.newsletter_container {
    width: 100%;
}
.newsletter_title_container {
    width: 40%;
    padding-left: 95px;
}
.newsletter_icon {
    position: absolute;
    left: 0;
}
.newsletter_title {
    font-size: 18px;
    color: #000;
}
.newsletter_text p:last-child {
    margin-bottom: 0;
}
.newsletter_icon img {
    max-width: 100%;
}
.newsletter_content {
    width: 60%;
}
.newsletter_form {
    position: relative;
    width: 569px;
    float: left;
}
.newsletter_input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: #e5e5e5 solid 1px;
    border-radius: 5px;
    padding-left: 25px;
    font-size: 16px;
    outline: 0;
    color: #0e8ce4;
}
.newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 153px;
    height: 50px;
    background: #0e8ce4;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    border: none;
    outline: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.newsletter_button: {
    opacity: 0.8;
}

/*Footer*/ 
.footer {
    text-align: left;
    padding-top: 52px;
    padding-bottom: 40px;
	background: #FCFCFC;
}

.footer p {
letter-spacing:0.5px;
}

.footer .logo_container {
    height: auto;
    margin-bottom: 18px;
    margin-top: -10px;
}
.footer .logo {
    top: auto;
}
.footer .logo a {
    color: #000;
}
.footer_title {
    font-size: 14px;
    font-weight: 500;
    top: 10px;
    color: #eb9321;
}
.footer_phone {
    font-size: 15px;
    font-weight: 500;
    color: #eb9321;
}
.footer_contact_text {
    margin-top: 10px;
}
.footer_contact_text {
    margin-bottom: 0;
}

.footer_column ul:first-of-type {
    margin-top: 21px;
}
.footer_column  {
    margin-top: 7px;
}
.footer_list li {
    text-align: left;
    margin-bottom: 6px;
}
.footer_list li a {
    font-size: 12px;
    font-weight: 500;
    color: rgb(0, 0, 0, 0.4);
}
.footer_list li a: {
    color: #0e8ce4;
}
.footer_list_2 {
    margin-top: 42px !important;
}