﻿body {
    /*background-color: #f7f5f3;*/
}
.navbar-brand{
    float:left !important;
}


.dropdown-menu {
    left: 0;
    float: left;
    text-align: right;
}

.pro {
    display: block;
    color: black !important;
    text-decoration: none;
}

.panel-primary {
    box-shadow: grey 0 0 3px !important;
    border: none !important;
    background-color: white;
}

    .panel-primary > .panel-heading {
        color: #808080;
        background-color: #f7f5f3 !important;
        border: none !important;
        margin-bottom: 10px !important;
    }
   
    .btn-warning {
        color: black;
        background-color: white;
        border-color: #d1cdcd;
    }

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
    font-weight: lighter;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    font-weight: lighter;
}

.panel-primary > .panel-heading a {
    color: #ff6e03 !important;
}

.panel-title a {
    display: block;
    text-decoration: none;
    padding: 10px;
}

.accordion-toggle img {
    width: 80PX;
    height: 50px;
    margin-right: 10px;
}

.panel-body {
}
.btn-success2 {
    background-color: #d6d6d5;
    color: black !important;
}
.btn-success3 {
    background-color: #1000f9;
    color: white !important;
}

    .soldout {
        position: absolute;
        z-index: 100;
        width: 78px;
        height: 76px;
        top: -8px;
        right: 7px;
    }

.soldoutgold {
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 100px;
    top: -8px;
    right: 6px;
}

.soldcount {
    position: absolute;
    z-index: 100;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    color: black;
    bottom: 120px;
    right: 20px;
    box-shadow: 0 0 3px gray;
    font-weight: lighter;
    font-size: 12px;
    background-color: #f7f5f3;
    opacity: 0.8;
}

.soldcount2 {
    margin:0 auto;
    width:40%;
    text-align:center;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    color: black;
    box-shadow: 0 0 3px gray;
    font-weight: lighter;
    font-size: 12px;
    background-color: #f7f5f3;
    opacity: 0.8;
}


.soldcount3 {
    margin-bottom:30px;
    padding: 14px 5px 3px 5px;
    border-radius: 5px;
    color: black;
    box-shadow: 0 0 3px gray;
    font-weight: lighter;
    font-size: 15px;
    background-color: #f7f5f3;
    opacity: 0.8;
    height:60px;
    text-align:center;
 
    
}

.btn-default {
    background: linear-gradient(red,#ff6a00);
    color: white;
    font-size: 19px;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/*--------------------------*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider arrow skin 106 css*/
.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora106 .c {
        fill: #fff;
        opacity: .3;
    }

    .jssora106 .a {
        fill: none;
        stroke: #000;
        stroke-width: 350;
        stroke-miterlimit: 10;
    }

    .jssora106:hover .c {
        opacity: .5;
    }

    .jssora106:hover .a {
        opacity: .8;
    }

    .jssora106.jssora106dn .c {
        opacity: .2;
    }

    .jssora106.jssora106dn .a {
        opacity: 1;
    }

    .jssora106.jssora106ds {
        opacity: .3;
        pointer-events: none;
    }

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*border: 2px solid #000;*/
        box-sizing: border-box;
        z-index: 1;
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

    .jssort101 .p:hover .cv {
        background-color: rgba(0,0,0,6);
        opacity: .35;
    }

    .jssort101 .p:hover.pdn {
        padding: 0;
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35;
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}


* {
    box-sizing:border-box !important;
}

.gold{
   
}

@media screen and (max-width: 700px) {
.logo img{
    margin:0 auto !important;
    text-align:center !important;
}
}

.basket {
    background: linear-gradient(#ff6e03,#ff9702);
}


/*checkbox*/
.container2 {
    direction:rtl;
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: orangered;
    border:1px solid black;
    border-radius:3px;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
    background-color: orangered;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
    background-color: orangered;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
