@charset "utf-8";
/* CSS Document */

body .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

@media (min-width: 1366px) {
    body .wrapper {
        width: 96%;
        max-width: 1600px;
    }
}

@media (max-width: 767px) {
    body .wrapper {
        overflow: hidden;
    }
}


.product {
    position: relative;
    padding: 0;
    overflow: hidden;
}
@media only screen and (max-width: 1400px) {
.product {
	margin-left:15px; margin-right:15px
}
}

.product .container {
    padding-left: 15px;
    padding-right: 15px;
}

.product .main {
    padding: 20px 0;
}

.product .product-info-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.product .title {
    position: relative; 
    font-size: 38px;
    color: var(--thm-base);
}

.product .title:before {
    content: attr(data-title);
    font-size: 550%;
    color: rgba(99, 99, 99, 0.07);
    position: absolute;
    width: inherit;
    white-space: nowrap;
    left: -30%;
    top: -100%;
    z-index: 1;
}

.product .title small {
    display: block;
    text-transform: none;
    color: black;
    font-size: 40%;
    margin: 5px 0;
	font-family: 'Poppins';
	font-size:14px
}

.product .price {
    margin-bottom: 20px;
}

.product .price small {
    text-decoration: line-through;
    margin-left: 10px;
}

.product .info-box3{
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%;
}
.product .info-box3 p{line-height: 24px; color: var(--thm-black);}
.product .info-box3 ul{line-height: 24px; color: var(--thm-black);}

.product .info-box3 > kutu {
    display: table-cell;
    vertical-align: middle;
    text-align: left; font-size:16px; color: #000000;
}

.product .info-box3 > kutu > p { font-size:12px; padding:0; margin:0}
.product .info-box3 > kutu > h2 { font-size:24px; font-weight:500; padding:0; margin:0}

.product .info-box3 > kutu small { font-size:16px; padding:0; margin:0; text-decoration: line-through; }


.product .info-box2 {
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%;
}
.product .info-box2 > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left; font-size:14px; color: #000000
}

.product .info-box{
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%;
}

.product .info-box input[type="button"]{
    padding: 15px;
    width: 100%;
	border: 1px solid #b8b8b8;
	background-color:#FFFFFF;
	margin-top:5px;
	font-weight:500;
	transition: all 0.5s;
	color:#000000;
}


.product .info-box input[type="button"]:hover{
	background-color:#efefef; 
	transition: all 0.5s;
}
.product .info-box > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left; font-size:16px; color: #000000
}

.product .info-box > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left; font-size:16px; color: #000000; float:left
}

.product .info-box > p {
    display: table-cell;
    vertical-align: middle;
    text-align: right; font-size:14px; color: #000000; float: right
}

.product .info-box > span:first-child {
    width: 35%;
}

.product .info-box > span:last-child {
    width: 65%;
}

.product .info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product .info-box .checked {
    border-color: black;
}

.product .info-box strong {
    display: block;
    font-weight: 500;
}

.product .info-box.info-cell {
    display: table;
    width: 100%;
}

.product .info-box.info-cell > span {
    display: table-cell;
    vertical-align: middle;
}

.product .info-box.info-box-addto {
    cursor: pointer;
}

.product .info-box.info-box-addto i {
    font-style: normal;
}

.product .info-box.info-box-addto .added {
    display: none;
    color: #2e73bb;
}

.product .info-box.info-box-addto .add {
    display: block;
}

.product .info-box.info-box-addto.added .added {
    display: block;
}

.product .info-box.info-box-addto.added .add {
    display: none;
}

.product .product-colors {
    display: block;
}



.product .info {
    background-color: #e2e2e2;
    padding: 20px 0;
    z-index: 1;
}

.product .info .content {
    padding: 30px 0;
}

.product .info .content hr {
    border-color: #c1c1c1;
}

.product .info .content .full-image {
    width: 100%;
}

.product .info .content h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product .info .content h3:after {
    background: #2e73bb;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
}

.product .info .products {
    background-color: transparent;
}

.product .owl-product-gallery.owl-theme .owl-controls .owl-buttons div span {
    
}

@media (min-width: 992px) {
    .product .main {
        padding: 0 0 50px 0;
        margin-bottom: 25px;
    }
    .product .title {
        margin-top: 0;
    }
    .product .product-info-wrapper {
        padding-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .product .product-flex {
        display: flex;
        flex-flow: column;
    }
    .product .product-flex .product-flex-gallery {
        order: 1;
    }
    .product .product-flex .product-flex-info {
        order: 2;
    }
}

/*  
    ----------------------------------
    28. Scroll to top
    ----------------------------------
*/
.scroll-top {
    visibility: hidden;
    padding: 8px 8px 20px 18px;
    background-color: var(--thm-turkuaz);
    color: white;
    position: fixed;
    bottom: -15px;
    left: 50%;
    margin-left: -28px;
    z-index: 999;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.scroll-top.visible {
    visibility: visible;
    opacity: 1;
}

.scroll-top.active {
    bottom: 15px;
}

.scroll-top:hover {
    background-color: #90eddf;
}

@media (min-width: 768px) {
    .scroll-top:hover, .scroll-top.active {
        bottom: 0;
    }
}