/* font-famaly-hear */
@font-face {
    font-family: 'Silka';
    src: url('../webfonts/silka-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../webfonts/silka-medium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../webfonts/silka-semibold-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../webfonts/silka-bold-webfont.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  z-index: 100000;
  margin: auto;
  padding: 3%;
  border: 1px solid #888;
  width: 20%;
}

.qrImage {
	width: 100%;
	height: 95%;
}

/* The Close Button */
.QRClose {
  color: #aaaaaa;
  position: absolute;
  top : 5%;
  right: 5%;
  font-size: 28px;
  font-weight: bold;
}

.QRClose:hover,
.QRClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.QRText {
	font-size: 12px;
	text-align: center;
	padding: 5%;
	color: black;
}

.QRTitle {
	font-size: 25px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 5%;
	color: black;
}

/* font-famaly-hear-end */

/* root */
:root{
    --silka: 'Silka';

    --white-color: #fff;
    --black-color: #000;

    --primary: #000;
    --secondary: #000;

    --hover-colo: #000;

    --body-color: #000;
    --heading-color: #000;
}
/* root */



/* defaults-css-start */
html{
    font-size: 100%;
    box-sizing: border-box;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: var(--silka);
    font-size: 16px;
    font-weight: 400;
}
a,
button{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus{
    outline: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-2);
    color: var(--heading-color);
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li {
    list-style: none
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--body-color);
    margin-bottom: 15px;
}
label {
    color: var(--body-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
*::-moz-selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
::-moz-selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
::selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
*::-moz-placeholder {
    color: var(--body-color);
    font-size: 16px;
    opacity: 1;
}
*::placeholder {
    color: var(--body-color);
    font-size: 16px;
    opacity: 1;
}
/* defaults-css--end */


/* theme-css */


/* theme-css-end */

@media (min-width: 1250px) {
    .container{
        max-width: 96%;
    }
}

@media (min-width: 1750px) {
    .container{
        max-width: 75%;
    }
}



/* ======== header style start ============ */
.search-box input {
    background: #E8E8E8;
    border: none;
    width: 100%;
    height: 38px;
    padding: 0px 15px;
    border-radius: 4px;
    font-size: 14px;
    padding-right: 36px;
}

.header-top .search-box {
    max-width: 232px;
    position: relative;
    margin: 0 auto;
}

.search-box button {
    border: none;
    background: transparent;
    position: absolute;
    top: -3px;
    right: 0px;
    height: 100%;
    padding: 0px;
    width: 36px;
}

input {}

.search-box input::placeholder {
    font-size: 14px;
}

.logo a {
    font-size: 40px;
    font-weight: 600;
    color: #010101;
    text-decoration: none;
    display: block;
    line-height: 1;
    letter-spacing: 0.9px;
}

.handlek a {
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1.85px;
    text-transform: uppercase;
    color: #010101;
    display: inline-flex;
    align-items: center;
}

.handlek a span.icon img {
    max-width: 16px;
    position: relative;
    top: -2px;
}

.handlek a span.icon {
    display: inline-block;
    line-height: 1;
    margin-right: 9px;
}

.header-top {
    padding: 15px 0px;
    border-bottom: 1px solid #F4F4F4;
}

.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-decoration: none;
    display: block;
    color: #010101;
    padding: 12px 0px;
    transition: .3s;
}
.header-menu ul li a:hover {
    color: #ED3233;
}

.header {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.header-menu ul li {
    padding: 0px 20px;
}
/* ======== header style end ============ */


/* ======== hero style start ============ */


.product{
    height: calc(100vh - 112px);
}

.product-wrapper{
    display: flex;
    align-items: stretch;
    gap: 2%;
    padding: 30px 0px;
}

.product-imgWrapper {
    flex: 0 0 auto;
    width: 65%;
    position: relative;
    border: 1.5px solid #efefef;
    border-radius: 15px;
    height: calc(100vh - 172px);
    background-color: #f7f7f7;
}

.product-details{
    flex: 0 0 auto;
    width: 33%;
    background-color: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
    position: relative;
}


/* product-img-css-end */
.product-view{
    border: 1px solid #010101;
    display: inline-flex;
    border-radius: 99px;
    padding: 8px 24px;
    background-color: #fff;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.product-view span.icon{
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
}
.product-view:hover{
    background: rgba(0, 0, 0, 0.08);
}
.product-img{
    width: 100%;
    height: 100%;
}
.product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

/* product-img-css-end */



/* product-informations */

.product-detailItem {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-info {
    padding: 24px 20px;
    flex-grow: 1;
    overflow-y: scroll;
    scrollbar-width: none;
}
.product-info::-webkit-scrollbar {
    display: none;
}
.product-info .title h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.product-info .title{
    margin-bottom: 24px;
}

.product-select{
    display: flex;
    align-items: center;
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 18px;
    margin-bottom: 15px;
}

.product-select::-webkit-scrollbar{
    display: none;
}

.product-selectItem{
    flex: 0 0 auto;
    width: 100px;
    cursor: pointer;
}
.product-selectItem .img{
    width: 100%;
    border-radius: 8px;
    border: 2px solid #F1F1F1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product-selectItem.active .img{
    border: 2px solid #555;
}
.product-selectItem .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    padding: 0.5px;
}
.product-selectItem .content p{
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0px;
    font-weight: 500;
}
.product-selectItem .content{
    padding: 5px 10px;
}




.product-widget{
    margin-bottom: 16px;
}
.product-widget h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}
.product-selectBox{
    display: flex;
    gap: 4px;
}

.selectBox-item input{
    display: none;
}
.selectBox-item input:checked ~ label{
    border-color: #454545;
    border-width: 2px;
    padding: 10px 15px;
}
.selectBox-item label{
    flex: 0 0 auto;
    padding: 11px 16px;
    border-width: 2px;
    border: 1px solid #e8e8e1;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1;
    margin-bottom: 6px;
}


.product-selectColor{
    display: flex;
    align-items: center;
    gap: 10px;
}
.selectColor-item input{
    display: none;
}
.selectColor-item input:checked ~ label{
    border: 2px solid #010101;
}
.selectColor-item label{
    height: 42px;
    width: 42px;
    padding: 2px;
    border: 1px solid #e8e8e1;
    border-radius: 50%;
}

.disabled{
    opacity: 0.5;
}

.selectColor-item label span{
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 50%;
    display: inline-block;
}

.selectColor-item.grayColor label span{
    background: #434343;
}

.selectColor-item.blackColor label span{
    background: #020202;
}

.selectColor-item.whiteColor label span{
    background: #fff;
}

.selectColor-item.antraWhite label span{
    background: #434343;
}
.selectColor-item.antraWhite label span::after{
    background: #fff;
}

.selectColor-item.blackWhite label span{
    background: #020202;
}
.selectColor-item.blackWhite label span::after{
    background: #fff;
}

.selectColor-item.whiteGray label span{
    background: #fff;
}
.selectColor-item.whiteGray label span::after{
    background: #434343;
}

.selectColor-item.twoiceColor label span::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    content: "";
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.selectColor-item.twoiceColor label span{
    transform: rotate(50deg);
}



.product-subtotal{
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.subtotal-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.subtotal-info h6{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.subtotal-info p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.subtotal-info p img{
    max-width: 18px;
}



.navigate-btns{
    display: flex;
    align-items: center;
    gap: 20px;
}
.navigate-btns button{
    width: 50%;
    border-radius: 4px;
    padding: 12px 10px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigate-btns button span svg{
    width: 20px;
    height: 20px;
}
.navigate-btns button span {
    display: inline-block;
    line-height: 1;
}
.navigate-btns .nextButton{
    background: #ED3233;
    color: #fff;
    box-shadow: 2px 2px 10px #0003;
}
.navigate-btns .backButton {
    border: 1px solid #010101;
    background-color: #fff;
    box-shadow: 2px 2px 10px #0003;
}
.navigate-btns .nextButton span.icon svg path{
    fill: #fff;
}




/* accessoriesItem */
.accessoriesItem{
    margin-bottom: 12px;
}
.accessoriesItem-header {
    display: flex;
    align-items: center;
    border: 1px solid #E8E8E8;
    padding: 6px 6px;
    border-radius: 4px;
    padding-right: 13px;
}
.accessoriesItem-header .img{
    flex: 0 0 auto;
    width: 60px;
    height: 40px;
    border-radius: 4px;
    margin-right: 12px;
}
.accessoriesItem-header .img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.accessoriesItem-header button.add-btn-led {
    background-color: #EE3133;
    border-radius: 50%;
    padding: 8px;
    border: none;
    display: grid;

}
.accessoriesItem-header button.add-btn-led img{
    max-width: 15px;
}

.accessoriesItem-header button.add-btn-varme {
    background-color: #EE3133;
    border-radius: 50%;
    padding: 8px;
    border: none;
    display: grid;

}
.accessoriesItem-header button.add-btn-varme img{
    max-width: 15px;
}
.accessoriesItem-header .content h6{
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0px;
}




/* accessoriesItem-end */
/* product-informations-end */
/* ======== hero style end ============ */
