html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/*CHIRAG CSS*/

.imgboxbody {
    /* background: url(../../img/footer_BG.png) no-repeat;*/
    background: #93a8cb;
    background-size:cover;
    background-position: center center
}

.imgbox {
    margin: 0px auto;
    text-align: center;
   
    overflow-x: hidden;
    transition-timing-function: ease-in-out;
   
}
img {
    transition-timing-function: ease-in-out;
   
}

svg {
    pointer-events: none; /* make the canvas transparent to the mouse - needed since canvas is position infront of image */
    position: absolute;
}
.flathover polygon{
    opacity:0.5;
}


/*****************globals*************/

img {
    
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-content {
    overflow: hidden;
}

    .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

.card {
    margin-top: 10px;
    padding: 2em;
    line-height: 1.5em;
    background-color: transparent !important;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
    font-size:24px;


}

    .checked, .price span {
        color: #ff9f1a;
    }

.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

    .size:first-of-type {
        margin-left: 40px;
    }



.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*# sourceMappingURL=style.css.map */

.effect01 img {
    width: 10%;
    vertical-align: text-top;
   
}


.abspo
{
    position:absolute;
    left:15px;
    top:100px;
}

.nomar {
    left: 3px;
    top: 5px;
}
/*btn_background*/
.effect01 {
    color: #FFF;
    border: 2px solid #000;
    box-shadow: 0px 0px 0px 1px #000 inset;
    background-color: #000;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-color: #93a8cb;
}

    .effect01:hover {
        border: 4px solid #666;
        background-color: #FFF;
        box-shadow: 0px 0px 0px 4px #EEE inset;
    }

    /*btn_text*/
    .effect01 span {
        transition: all 0.2s ease-out;
        z-index: 2;
    }

    .effect01:hover span {
        letter-spacing: 0.13em;
        color: #333;
    }

    /*highlight*/
    .effect01:after {
        background: #FFF;
        border: 0px solid #000;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .8;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        width: 50px;
        transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /*easeOutCirc*/
        z-index: 1;
    }

    .effect01:hover:after {
        background: #FFF;
        border: 20px solid #000;
        opacity: 0;
        left: 120%;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }


.mainimg {
   
    vertical-align: middle;
    /* to show whats been cut off ,img might overlap each others*/
    position: relative;
   
}
.arhover {
    background-color: transparent;
}

    .arhover:hover {
        background-color: #00FF00;
    }

#box-shadow-div {
    position: fixed;
    width: auto;
    height: auto;
    border-radius: 5px;
    color: #fff;
    background-color: #4abde8;
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    top: 49%;
    left: 52%;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    line-height: 25px;
}

#flatdetail {
    position: fixed;
    width: auto;
    height: auto;
    border-radius: 5px;
    color: #fff;
    outline: 0;
    background-color: rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    top: 49%;
    left: 52%;
    cursor: pointer;
    padding: 10px 30px;
    z-index: 9999999;
    pointer-events: none;
    text-align: center;
    line-height: 1.5em;
}

area {
    border: 0px;
    outline: none;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.modal-content {
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    margin: 0px auto 0px auto; /* 15% from the top and centered */
    padding: 25px;
    border: 1px solid #000;
    width: 100%; /* Could be more or less, depending on screen size */
    
}

/* The Close Button */

.btnclose {
    color: #FFF;
    border: 2px solid #000;
    box-shadow: 0px 0px 0px 1px #000 inset;
    background-color: #000;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-color: #93a8cb;
}

    .btnclose:hover {
        border: 4px solid #666;
        background-color: #FFF;
        box-shadow: 0px 0px 0px 4px #EEE inset;
    }

    /*btn_text*/
    .btnclose span {
        transition: all 0.2s ease-out;
        z-index: 2;
    }

    .btnclose:hover span {
        letter-spacing: 0.13em;
        color: #333;
    }

    /*highlight*/
    .btnclose:after {
        background: #FFF;
        border: 0px solid #000;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .8;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        width: 50px;
        transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /*easeOutCirc*/
        z-index: 1;
    }

    .btnclose:hover:after {
        background: #FFF;
        border: 20px solid #000;
        opacity: 0;
        left: 120%;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }
   



.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
   
}

    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
        color: #efedef;
        cursor: pointer;
        display: block;
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1em;
        padding: 1rem 0;
        text-align: center;
      
    }

    .tabs [class^="tab"] [type="radio"],
    .tabs [class*=" tab"] [type="radio"] {
        border-bottom: 3px solid rgba(239, 237, 239, 0.5);
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size:35px
        
    }

    .tabs [class^="tab"] label:hover, .tabs [class^="tab"] label:focus, .tabs [class^="tab"] label:active,
    .tabs [class*=" tab"] label:hover,
    .tabs [class*=" tab"] label:focus, .tabs [class*=" tab"] label:active {
        color: rgb(147,168,203);
    }

    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus, .tabs [class^="tab"] [type="radio"]:active,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus, .tabs [class*=" tab"] [type="radio"]:active {
        border-bottom: 3px solid #93a8cb;
    }

            .tabs [class^="tab"] [type="radio"]:checked + div,
            .tabs [class*=" tab"] [type="radio"]:checked + div {
                opacity: 1;
            }

        .tabs [class^="tab"] [type="radio"] + div,
        .tabs [class*=" tab"] [type="radio"] + div {
            display: block;
            opacity: 0;
            padding: 2rem 0;
            width: 90%;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .tabs .tab-2 {
        width: 50%;
        padding: 10px;
    }

        .tabs .tab-2 [type="radio"] + div {
            width: 200%;
            margin-left: 200%;
        }

        .tabs .tab-2 [type="radio"]:checked + div {
            margin-left: 0;
        }

        .tabs .tab-2:last-child [type="radio"] + div {
            margin-left: 100%;
        }

        .tabs .tab-2:last-child [type="radio"]:checked + div {
            margin-left: -100%;
        }
.tab-2{
    text-align:center;
}



@media (min-width: 1400px) {
    .container-fluid {
        max-width: 85% !important;
    }
}




