﻿/* Needed for the lightbox */

html, body {
	height: 100%;
	width: 100%;
}

/* CSS for the loading div */

.sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	margin: 20px 0px 0px 0px;
    width:100%;
}

/* Thumbnails */

.sp-thumbs {
	text-align: center;
	display: inline-block;
    width:100%;
}
.sp-thumbs a:last-child{
    margin-left:0 !important;
}
.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 75px;
	height: 75px;
    border:1px solid #d1d1d1;
    border-radius:5px;
    box-sizing:border-box;
    margin-left:10px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.sp-thumbs a:hover {
	opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
    min-height:150px;
    margin-bottom:10px;
    padding:15px;
    box-sizing:border-box;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
}
.sp-large a {
	display: block;
    text-align:center;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 15px 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}
.top-property{
    list-style:none;
    padding-right:13px;
    position:relative;
    margin-top:0px;
}
.top-property li:before{
    content: "\2022";
    color: #a4a2a2b3;
    display: inline-block;
    right: 0;
    position: absolute;
    font-size: 23px;
    line-height: 31px;
}
.pro-desc{
    padding: 10px 15px;
    box-sizing: border-box;
}
.pro-container{
    max-width:1200px;
    background-color:white;
    border:1px solid #d1d1d1;
    margin:30px auto 30px auto;
}
.pro-title{
    font-size:11.5px !important;
    padding:15px 15px 10px 15px;
    box-sizing:border-box;
    color:#515151;
}
.pro-title > h3{
    color:#989898;
    margin-bottom:0px
}
.main-info{
    text-align:right;
    padding:5px;
    color:#6c6c6c;
}
.main-info > div{
    margin-bottom:15px;
}
.main-info > div:first-child{
    font-size:0;
}
.main-info > div:first-child span,.main-info > div:nth-child(2) span{
    margin-top:10px;
}
.main-info > div:first-child a{
    border-bottom:1px dashed gray;
    font-weight:bold;
    color:#3078d1;
}
.simple-box{
    background-color: #f8f8f8;
    border-radius: 2px;
    padding: 22px;
    border: 1px solid #e2e5ec;
    margin:20px auto 0 auto;
    position: relative;
    text-align:center;
}
.simple-box2{
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    width:100%;
    box-sizing:border-box;
    border: 1px solid #e2e5ec;
    margin:20px auto 10px auto;
    position: relative;
    text-align:center;
    display:table;
}
.simple-box2 > div{
    display:inline-block;
    width:auto;
    text-align:right;
    display:table-cell;
    vertical-align:top;
}
.simple-box2 > div:last-child{
    text-align:left;
}
.simple-box2 span{
    display:block;
}
.simple-box2 span:first-child{
    font-size:13px;
}
.simple-box2 span:last-child{
    font-size:11.5px;
}
.simple-box2 img{
    width:45px;
    height:45px;
}
.insta-url{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color:white;
    border:none;
    text-shadow: 0px 1px 1px #535353;
}
.insta-url i{
    font-size:36px;
}
.pro-price{
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.419;
    font-weight: 600;
}
.pro-brand{
    color: #3078d1;
    text-decoration: underline dashed;
    cursor: pointer;
}
.cat-item{
    background-color:#ededed;
    padding: 3px 8px 3px 8px;
    font-weight: 400;
    color: #6c6c6c;
    text-decoration:none;
}
.add-cart-btn{
    background-color: #46a349;
    color: white;
    display: inline-block;
    cursor:pointer;
    line-height:35px;
}
.add-cart-btn:before{
    font-family: 'FontAwesome';
    content: '\f07a';
    background-color: #62b965;
    display: inherit;
    height: 35px;
    vertical-align: top;
    font-size: 20px;
    width: 40px;
    text-align: center;
    line-height: 36px;
}
.add-cart-btn:after{
    font-family: 'FontAwesome';
    content: '\f00c';
    display: inherit;
    height: 35px;
    vertical-align: top;
    font-size: 20px;
    width: 30px;
    text-align: right;
    line-height: 36px;
}
.pro-share{
    float:left;
    margin-top:25px;
}
.tab{
    padding:15px;
    box-sizing:border-box;
    border-top:1px solid #d1d1d1;
    display:block;
    width:100%;
}
@-webkit-keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.tabsy > button {
    width: 100%;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}
.tabsy > .tabButton:last-child{
    border:none;
}
.tabsy > .tabButton {
    display: block;
    margin-top: 1px;
    color: #4b4b4b;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    box-sizing:border-box;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 20px;
}
.tabsy > input {
    display: none;
}
.tabsy > input:checked + label + .tab {
    display: block;
    border: 1px solid #c9c9c990;
}
.tabsy > input:checked + label + .tab > .content {
    -webkit-animation: showTab 250ms ease-in-out;
    animation: showTab 250ms ease-in-out;
}
.tabsy > .tab {
    background: #fff;
    display: none;
}
@media only screen and (max-width: 600px) {
	.pro-table td{
        display: block;
        background-color: initial !important;
        border: none !important;
	}
    .pro-table td:first-child{
        font-weight:bold;
    }
    .pro-table tr{
        border: 1px solid #e7e7e7;
        display: block;
        margin-bottom: 2px;
    }
    .pro-table tr:nth-child(2n){
        background-color:#f4f4f4;
    }
}
@media screen and (min-width: 768px) {
    .tabsy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position:relative;
    }
    .tabsy > .tabButton {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer;
        border-top:0;
    }
    .tabsy > input:checked + label {
        background: #fff;
        color: #4b4b4b;
        border:1px solid #c9c9c990;
        border-bottom:none;
        padding:8px;
        line-height:30px;
        font-size:18px;
    }
    .tabsy > .tab {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    
}
.tabButton > span{
    margin-left:5px;
}
.pro-table thead{
    display:none;
}
.pro-table{
	width:100%;
    border-spacing:3px;
    border-collapse:collapse;
    font-size:12.5px;
    direction:rtl;
}
.pro-table td{
	border:1px solid #e7e7e7;
	padding:8px;
	box-sizing:border-box;
    line-height:30px;
}
.pro-table tr > td:first-child{
	width:155px;
}
#mainBody_TagList > a{
	background-color:gray;	
	color:white;
	padding:2px 4px;
	font-size:13px;
	display:inline-block;
}