/*
 Maintain the sequence
 - Global
 - Keyframes
 - Tags
 - Navigation Bar
 - Divs & Sections
 - Modals
 - Generals
 - Buttons
 - Links
 - Icons
*/
:root{
    --bg-default-mango: #06528e;
    --bg-default: #fff;
    --bg-default-inverse: #000;

    --bg-body-primary: #f0f0f0;

    --bg-navbar-mango: #fef200;
    --bg-navbar: #2c3e50;
    --bg-navbar-selected: #f5e705;

    --bg-share: #00a4e4;
    --bg-fb: #3b5999;

    --bg-c01: #def3fb;
    --bg-c1: #94c0db;
    --bg-c2: #1c872e;
    --bg-c3: #fdf7b4;

    --bg-btn-primary: #eb4c00;
    --bg-btn-selection: #c5c2b7;
    --bg-btn-selection-selected: #01b69b;

    --icon-image-facebook: url('https://storage.googleapis.com/cdn.makethatbook.com/website/social-sprite.png') -160px -160px no-repeat #3b5999;
    --icon-image-whatsapp: url('https://storage.googleapis.com/cdn.makethatbook.com/website/social-sprite.png') -400px -480px no-repeat #25D366;
    --icon-image-twitter: url('https://storage.googleapis.com/cdn.makethatbook.com/website/social-sprite.png') -400px -240px no-repeat #38A1F3;
    --icon-image-email: url('https://storage.googleapis.com/cdn.makethatbook.com/website/social-sprite.png') -320px 0px no-repeat #ccc;
    --icon-image-sms: url('https://storage.googleapis.com/cdn.makethatbook.com/website/social-sprite.png') -320px -480px no-repeat #ccc;
    --icon-image-width: 80px;
    --icon-image-height: 80px;
    --icon-image-border-radius: 20%;

    --shadow-fb: 3px 3px 5px #3a4488;
    --shadow-default: 0px 0px 1px #000000;
    --shadow-primary: 0 2px 18px 3px hsla(0,0%,39%,.4);

    --navbar-links: #06528e;
    --carousel-btn: black;

    --border-color-default: #fff;
    --border-color-default-inverse: #000000;
    --border-default: 1px solid var(--border-color-default);
    --border-default-inverse: 1px solid var(--border-color-default-inverse) ;

    --font-primary: 'Averia Sans Libre';
    --font-secondary: 'Roboto';

    --text-color-primary: #777;
    --text-color-secondary: #777;
    --text-color-tertiary: #7d8387;
    --text-color-quaternary: #777;
}
/* -- KeyFrames -- */
/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink {
    0%   {opacity:0.25}
    25%  {opacity:0.50}
    50%  {opacity:0.75}
    100% {opacity:1}
}

/* Standard syntax */
@keyframes blink {
    0%   {opacity:0.25}
    25%  {opacity:0.50}
    50%  {opacity:0.75}
    100% {opacity:1}
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes movetotop{
    from {left: 80vh; top:100vh;}
    to {left: 10px; top:0px;}
}
@-webkit-keyframes movetotop{
    from {left: 80vh; top:100vh;}
    to {left: 10px; top:0px;}
}
@keyframes movetotop{
    from {left: 80vh; top:100vh;}
    to {left: 10px; top:0px;}
}

.add-blink{
    opacity: 0;
    -webkit-animation-name: blink; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.4s; /* Safari 4.0 - 8.0 */
    animation-name: blink;
    animation-duration: 0.4s;
    animation-iteration-count: infinite;
}
/* -- KeyFrames -- */

/* Font Start*/
*{
    font-family: var(--font-secondary);
}

h1,h2,h3, nav, nav a,._inputbsbp{
    font-family: var(--font-primary), Arial, sans-serif;
}
/* Font Ends*/

/* Tags Style Start */
section{
    background-color: white;
    padding: 20px 5px;
}

p{
    line-height: 30px;
    word-spacing: 3px;
}


section h2.section-heading{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--bg-navbar);

}
section p.section-subheading {
    /* Positioning */

    /* Display & Box Model */
    margin-bottom: 20px;

    /* Other */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;

}
/* Tags Style End */




/* Navigation Bar Start */
.navbar-brand{
    /* Positioning */
    position: absolute;
    top: -5px;
    left: 0px;

    /* Display & Box Model */
    width: 100%;
    margin:0 0;

    /* Other */
    text-align: center;
}
.navbar-toggle {
    /* Positioning */
    z-index:3;
    float: left;

    /* Display & Box Model */
    margin-left: 15px;


    /* Other */
}
.navbar-default{
    /* Positioning */
    /* Display & Box Model */
    border: 0px;
    border-radius: 0px;
    background-color: var(--bg-navbar-mango);
    /* Other */
}

.footer-default{
    /* Positioning */
    /* Display & Box Model */
    border: 0px;
    border-radius: 0px;
    background-color: var(--bg-navbar-mango);
    color: var(--bg-navbar);
    /* Other */
}

.navbar-default .navbar-toggle {
    /* Positioning */
    /* Display & Box Model */
    border-color: var(--border-default);
    /* Other */

}
.navbar-default .navbar-toggle .icon-bar {
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    background-color: var(--bg-default-mango);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    background-color: var(--bg-navbar-mango);
}
.navbar-toggle .icon-bar:nth-of-type(2) {
}
.navbar-toggle .icon-bar {
    /* Positioning */
    position: : relative;
    /* Display & Box Model */
    /* Other */
    transition: all 1000ms ease-in-out;
}
.navbar-toggle.icon-change .icon-bar:nth-of-type(1) {
    /* Positioning */
    top: 6px;
    transform: rotate(45deg);
    position: relative;
    /* Display & Box Model */
    /* Other */


}
.navbar-toggle.icon-change .icon-bar:nth-of-type(2) {
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    background-color: transparent;
}
.navbar-toggle.icon-change .icon-bar:nth-of-type(3) {
    /* Positioning */
    top: -6px;
    transform: rotate(-45deg);
    position: relative;
    /* Display & Box Model */
    /* Other */
}
/* Navifation Bar Ends */

/* Carousels Buttons Start */
.carousel-control.right,.carousel-control.left{
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    background-image: none;
    font-size: xx-large;
}
.slick-prev:before,
.slick-next:before {
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    color: var(--carousel-btn);
    font-size: xx-large;
}
/* Slick Slider Styles Starts */
    .slickphotos-center img{
        width: 100%;
        padding: 10px;
        background-color: var(--bg-body-primary);
    }
    .slickphotos-center .photo{
        margin: 10px;
    }

    .slickphotos-center .photo.slick-center img{
        background-color: rgba(65, 121, 247, 1);
        transition: 1s fade-in;
    }
    .slick-slider {
        padding: 20px 0% !important;
    }
    .slick-slider button, .slick-slider button:hover, .slick-slider button:focus, .slick-slider button:active{
        display: block;
        color: black;
        background-color: rgba(41,61,81,1);
        height: 85%;
        top: 50%;
        width: 50px;
    }
/* Slick Slider Styles Ends */
/* Carousels Buttons End */
/* hr star */
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

hr.star-sm{
    border-top: solid 3px;
}
hr.star-sm:after{
    font-size: 1.5em;
}
/* hr star */

.unveil{
    /* Positioning */
    /* Display & Box Model */
    width: 100%;
    /* Other */
}
.nospace{
    /* Positioning */
    /* Display & Box Model */
    margin: 0;
    padding:0;
    /* Other */
}

.bottomspace{
    padding: 0;
    margin: 0 0 10px 0;
}

.none{
    display: none;
}

.block{
    display: block;
}

.fullscreenInfo{
    position:  fixed;
    z-index: 9999;
    top:  0;
    left:  0;
    height:  100vh;
    width: 100vw;
    padding:  10% 10%;
    background-color:  rgba(255,255,255, 0.92);
}

.fullscreenInfo .message{
    font-size:  3em;
}

.fullscreenInfo div:nth-last-child(1){
    margin: 10% 0;
    max-width: 400px;
}

/* Divs Sections Start */

.cart-number{
    /* Positioning */
    position: relative;
    top: -15px;
    left: -10px;

    /* Display & Box Model */
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 3px;

    /* Other */
    background-color: var(--bg-default);
    color: var(--bg-navbar);
    font-size: 15px;
    text-align: center;
}

.sticky {
    /* Position */
    position: fixed;
    top: 0;
    width: 40%;
    left: 50%;
}
.aftersticky{
    /* Position */
    position: absolute;
    bottom: 0;
    left: 50%;
}

.subheading{
    font-size: 14px;
}
.text-muted{
    color: var(--text-color-quaternary);
}
.product-title{
    color: var(--text-color-tertiary);
}
.product-subtitle{
    color: var(--bg-default-inverse)
}

.product-comming{
    /* Position */
    position: absolute;
    bottom: 10%;
}
.div-share-parent{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    margin-bottom: 45px;
    z-index: 9999999
}
.div-share-child{
    position: relative;
    width: 65px;
    height: 65px;

    border-radius: 50px;
    margin-left: 15px;
    text-align: center;
    box-shadow: 0 19px 38px 0 rgba(34,36,43,.3);

    padding: 10px 0px;
    font-size: 35px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0,164,228,1);
}
.div-share-child a{
    color: rgba(255, 255, 255, 1) !important;
}

.btn-hcolor {
    display: none;
    opacity: 0.5;
}
.btn-hcolor.active {
    display: block;
}
.btn-hcolor.selected {
    opacity: 1;
}


.div-hair-select {
    position: absolute;
    bottom: -20px;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}
.div-hair-select.left{
    left: 10%;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}
.div-hair-select.right{
    left: 80%;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}
.modal-transparent{
    background-color: rgba(0,0,0,0.5);
    color: white;
    height: 60vh;
}
.store-box{
    display: table;
    color: #808080;
}
.box:hover{
    cursor:pointer;
}
.store-book a:hover{
    text-decoration:none;
    color: #808080;
}

.store-box .img-block{
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    background: #fafafa;
}
.store-box .text-block{
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
    background: #f3eeee;
    text-align: center;
}
div.product{
    background-color: var(--bg-default);
    padding: 20px 5%;
    margin-bottom: 20px;
}
::-webkit-input-placeholder {
    color:    #ffffff;
}
:-moz-placeholder {
    color:    #ffffff;
}
::-moz-placeholder {
    color:    #ffffff;
}
:-ms-input-placeholder {
    color:    #ffffff;
}
.image-editor{
  width:100%;
  max-width: 390px;
}
.cropit-image-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    cursor: move;
}

.cropit-image-background {
    opacity: .2;
    cursor: auto;
}

.image-size-label {
    margin-top: 10px;
}

input {
    display: block;
}

.export {
    margin-top: 10px;
}


.range {
    display: table;
    position: relative;
    height: 25px;
    margin-top: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 25px;
    cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.range input[type="range"] {
    outline: none;
}

.range.range-primary input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary output {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"] {
    outline-color: rgb(66, 139, 202);
}
.portfolio-modal .carousel-control .glyphicon-chevron-left,.portfolio-modal .carousel-control .glyphicon-chevron-right{font-size:40px;height:45px;width:40px;}

.portfolio-modal .carousel-control{opacity:1;}

.span-focus-color{
    color: black;
}


#bookaction{
    position: absolute;
    bottom: 50%;
    left: 0px;
    z-index: 1;
    width:  100%;
    text-align:  center;
    background-color: rgba(0,0,0,0.7);
    color:  white;
}

#bookaction h3{
  margin: 10px;
}
.div-fbcomment{
    max-height: 600px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.text-top-img{
    position: absolute;
    top: auto;
    text-align: center;
}
#top-section{
}

/* Divs Sections Ends */

/* Modal Center to screen  starts */
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
/* Modal Center to screen ends */

.modal-transparent{
    background-color: rgba(0,0,0,0.5);
    color: white;
    height: 50vh;
}

/* Profolio */

.portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

.portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

.portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
.portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

.portfolio * {
    z-index: 2;
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
/* Inputs Buttons Links Start */

._inputbsbp{
    /* Positioning */

    /* Display & Box Model */
    padding: 5px;
    height: 50px;
    width: 100%;
    border: var(--border-default-inverse);
    border-radius: 5px;

    /* Other */
    font-size: 20px;
    line-height: 38px;
}

._inputbcp{
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    color: var(--bg-default);
    background-color: var(--bg-navbar);
    text-transform: uppercase;
}
._inputbcp:hover,
._inputbcp:focus,
._inputbcp:active{
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    background: #1e2c3a;
    cursor: pointer;
    color: var(--bg-default);
}
._inputbcs{
    /* Positioning */
    /* Display & Box Model */
    border-radius: 5px;

    /* Other */
    color: var(--bg-default-inverse);
    background-color: var(--bg-default);
    text-transform: uppercase;

}
._inputbcshare{
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    background-color: var(--bg-share);
    color: var(--bg-default);

}

._inputbcfb,
._inputbcfb:focus,
._inputbcfb:active{
    /* Positioning */
    /* Display & Box Model */
    /* Other */
    background-color: var(--bg-fb);
    color: var(--bg-default);
    font-size: 1em;
}

._inputbcfb:hover{
    /* Positioning */
    /* Display & Box Model */
    box-shadow: var(--shadow-fb);
    /* Other */
    background-color: var(--bg-fb);
    color: var(--bg-default);
    font-size: 1em;

}

._bgc01{
    background-color: var(--bg-c01);
}

._bgc1{
    background-color: var(--bg-c1);
}

._bgc2{
    background-color: var(--bg-c2);
}

._bgc3{
    background-color: var(--bg-c3);
}

.btn-gender{
    /* Position */
    text-align: left;

    /* Display & Box */
    border: none;
    border-radius:2px;
    padding:0px 10px;
    width: 100%;

    /* Others */
    background-color: var(--bg-btn-selection);
    color:white;
    line-height:50px;
}
.btn-gender:hover{
    /* Others */
    background-color: var(--bg-btn-selection-selected);
    cursor:pointer;
}
.btn-gender-active{
    /* Others */
    background-color: var(--bg-btn-selection-selected);
}

.btn-primary-kw {
    /* Display & Box */
    border-width: 2px;
    border-color: var(--bg-navbar);
    min-width: 160px;

    /* Others */
    background-color: var(--bg-default);
    color: var(--bg-navbar);
    font-size: x-large;
    font-weight: 700;
}
.btn-primary-kw:hover {
    /* Others */
    background-color: var(--bg-navbar);
}

.btn-confirm-kw{
    /* Display & Box */
    padding: 10px 20px;
    min-width: 110px;
    border: 1px solid;
    border-radius: 3px;

    /* Others */
    background-color: var(--bg-btn-primary);
    color: var(--bg-default);
}
.btn-confirm-kw:hover,
.btn-confirm-kw:focus{
    /* Others */
    background-color: var(--bg-btn-primary);
    color: var(--bg-default);
}
.btn-cancel-kw{
    /* Display & Box */
    border: 1px solid;
    border-radius: 3px;
    min-width: 110px;
    padding: 10px 20px;

    /* Others */
    background-color: white;
}
.btn-option{
    /* Display & Box Model */
    padding:0px 10px;
    border: none;
    border-radius:2px;
    width: 100%;
    /* Other */
    background-color: var(--bg-btn-selection);
    color: var(--bg-default);
    line-height:50px;
}
.btn-option:hover{
    /* Others */
    background-color: var(--bg-btn-selection-selected);
    cursor:pointer;
}
.btn-option-active{
    /* Others */
    background-color: var(--bg-btn-selection-selected);
}

.cart-item-box{
    /* Position */
    position: fixed;
    left: 0;
    bottom: 50px;
    height: 50px;
    z-index: 2;

    /* Display & Box Model */
    width: 100%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    box-shadow: 0 2px 18px 3px hsla(0,0%,39%,.4);

    /* Others */
    background-color: #fb641b;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}



.download-link{
    /* Display & Box Model */
    margin-bottom: 20px;
    /* Others */
    cursor: pointer;
    color: var(--bg-navbar)
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: none;

}
.download-link:hover{
    /* Others */
    text-decoration: none;
}

.btn-scroll-top{
    /* Display & Box Model */
    display: none;
    /* Others */
    line-height: 0;

}
.btn-scroll-top.active{
    /* Display & Box Model */
    display: block;
    -webkit-animation:spin 0.2s linear 3;
    -moz-animation:spin 0.2s linear 3;
    animation:spin 0.2s linear 3;
}

.create-book{
    /* Others */
    color: var(--bg-default);
    background-color: var(--bg-btn-primary);
    text-transform: uppercase;
}
.create-book-primary{
    /* Others */
    color: var(--bg-default);
    background-color: var(--bg-navbar);
    text-transform: uppercase;
    border-radius: 5px;
}
/* Inputs Buttons Links Ends */

/* Icons */
.carousel-control-fullscreen{
    /* Position */
    position: absolute;
    bottom: 10px;
    right: 10px;

    /* Display & Box */
    display: inline-block;
    width: 15%;
    opacity: 0.6;
    padding: 1% 0;

    /* Others */
    background-color: var(--bg-default);
    color: var(--bg-default-inverse);
    font-size: 30px;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.carousel-control-fullscreen:hover{
    color: var(--bg-default);
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.glyphicon{
    background-color: var(--bg-default);
    color: var(--bg-default-inverse);
    width: auto !important;
    height: auto !important;
    border: var(--border-default-inverse);
    -webkit-box-shadow: var(--shadow-default)
    -moz-box-shadow: var(--shadow-default);
    box-shadow: var(--shadow-default);
}
/* Share Icons */
#facebook-icon {
    left: 0;
    width: 50px;
    height: 50px;
    background: url(https://storage.googleapis.com/cdn.makethatbook.com/website/all-share-icon.png) #3b5999;
}
#whatsapp-icon {
    left: 0;
    width: 50px;
    height: 50px;
    background: url(https://storage.googleapis.com/cdn.makethatbook.com/website/all-share-icon.png) 100px 0px #00e458;
}
#twitter-icon {
    left: 0;
    width: 50px;
    height: 50px;
    background: url(https://storage.googleapis.com/cdn.makethatbook.com/website/all-share-icon.png) 200px 0px #3090ff;
}

.image-icon {
    /* Display & Box Shadow */
    display: block;
    width: var(--icon-image-width);
    height: var(--icon-image-height);
    border-radius: var(--icon-image-border-radius);
}
.image-icon.facebook{
    background: var(--icon-image-facebook);
}
.image-icon.whatsapp{
    background: var(--icon-image-whatsapp);
}
.image-icon.twitter{
    background: var(--icon-image-twitter);
}
.image-icon.email{
    background: var(--icon-image-email);
}
.image-icon.sms{
    background: var(--icon-image-sms);
}
/* Share Icons */
jdiv .wrap_mW{
    bottom: 40px;
}
/* Icons Ends*/

.cloudparent{
    transform: rotate(-30deg);
    position: absolute;
    top: 10px;
    left: -10px;
}
.cloud, .cloudshadow {
    width: 87.5px; height: 30px;
    background: var(--bg-share);
    border-radius: 25px;
    position: relative;
    margin: 0px 0px;
}
.cloud:after, .cloud:before, .cloudshadow:after, .cloudshadow:before {
    content: '';
    position: absolute;
    background: var(--bg-share);
    z-index: 1
}
.cloudshadow, .cloudshadow:after, .cloudshadow:before {
    margin: 0;
    box-shadow: 0 0 10px var(--bg-share);
    z-index: -99;
}
.cloud:after, .cloudshadow:after {
    width: 25px; height: 25px;
    top: -12.5px; left: 12.5px;
    border-radius: 25px;
}
.cloud:before, .cloudshadow:before  {
    width: 45px; height: 45px;
    top: -22.5px; right: 12.5px;
    border-radius: 50px;
}
.cloud span:before{
  content: 'New';
}
.cloud span{
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 5;
  margin: 5% 15%;
  font-size: 25px;
  font-weight: 700;
  color: var(--bg-default);
}

.noscroll{
    overflow-y: hidden;
}
.noborder{
    border: none;
}

@media screen and (max-width: 767px){
     section{
        margin: 0px 0px 20px 0px;
    }
    .navbar-sm{
        /* Positioning */
        /* Display & Box Model */
        display: none;
        /* Other */
    }
    .navbar{
        /* Positioning */
        /* Display & Box Model */
        height: 40px;
        margin-bottom: 0px;
        /* Other */
    }
    .navbar-icons-xs{
        /* Positioning */
        /* Display & Box Model */
        margin-right: 5px;
        margin-top: 6px;
        /* Other */
        font-size: 28px;

    }
    .navbar-icons-xs a{
        /* Positioning */
        /* Display & Box Model */
        /* Other */
        color: var(--navbar-links)!important;
    }
    .nav-tabs{
        /* Positioning */
        position: absolute;
        overflow: auto;
        /* Display & Box Model */
        width: 100%;
        /* Other */
        background-color: var(--bg-navbar);
        white-space: nowrap;
    }
    .nav-tabs>li{
        /* Positioning */
        float: none;
        /* Display & Box Model */
        display: inline-block;
        /* Other */
        background-color: var(--bg-navbar);
    }
    .nav-tabs>li>a{
        /* Positioning */
        /* Display & Box Model */
        border-bottom: 3px solid var(--bg-navbar);
        /* Other */
        color: var(--bg-default);
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        /* Positioning */
        /* Display & Box Model */
        border: 0px;
        border-bottom: 3px solid yellow;
        /* Other */
        background-color: var(--bg-navbar);
        color: var(--bg-default);
    }
    .message-bottom{
        position: fixed;
        left: 0;
        bottom: 50px;
        height: 50px;
        /*padding-top: 10px;*/
        display: none;
        vertical-align: middle;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        z-index: 3;
        width: 100%;
        color: white;
        line-height: 28px;
        background-color: rgba(0,0,0,0.7);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        box-shadow: 0 2px 18px 3px hsla(0,0%,39%,.4);
    }
    .bottom-message{
        position: fixed;
        left: 0;
        bottom: -150vh;
        height: 100vh;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        z-index: 19;
        width: 100%;
        color: white;
        line-height: 28px;
        background-color: transparent;
        -webkit-transition: all 2s; /* For Safari 3.1 to 6.0 */
        transition: all 2s;
    }
    .bottom-message.active{
        bottom: 0px;
        display: block;
    }
    .bottom-message div{
        position: absolute;
        bottom: 0px;
        height: 60px;
        width: 100%;
        padding: 15px 0;
        margin: 0;
        background-color: rgba(0,0,0,0.9);
    }
    .bottom-action{
        position: fixed;
        z-index: 9;
        bottom: -1px;
        left: 0;
        width: 100%;
        display: block;
        box-shadow: var(--shadow-primary);
    }
    .book{
        padding: 0 0 20px 0;
    }
    .book-title{
        font-size: 30px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 1.2em;
    }
    .book-description{
        font-size: 20px;
        text-align: left;
        font-weight: 400;
        line-height: 1.7em;
    }
    .product-comming{
        width: 46%;
    }
    .div-hair-color {
        position: relative;
        top: 0;
        left: 0px;
        background-color: var(--bg-default);
        border: none;
        display: none;
        margin: 0 0 10px 0;
    }
    .div-hair-color.active{
        display: block;
    }
    .div-arrow-down{
        display: none;
    }
    .portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    .item-buy {
        display: inline-block;
        width: 49%;
        height: 50px;
        text-align: center;
        line-height: 52px;
        font-size: 13px;
        color: #fff;
        position: relative;
        overflow: hidden;
        background-color: #fb641b;
        text-transform: uppercase;
        cursor: pointer;
    }
    .item-cart{
        background-color: #273040;
        color: #fff;
        width: 49%;
    }
    #btn-checkout{
        font-size: 18px !important;
    }
    .item-create{
        background-color: #F0F0F0;
        color: #212121;
        width: 100%;
    }
    .glyphicon{
        padding: 4px;
    }
    .price{
        font-size: 20px;
        color: #353535;
        font-weight: 700;
        padding-right: 7px;
        padding-bottom: 1px;
    }
    .mrp{
        font-size: 16px;
        color: #909090;
        text-decoration: line-through;
    }

    #bookaction h3:before{
        content: "Tap on the Book to Read"
    }
    .fullscreenInfo{
        padding: 10% 5%;
    }

    .fullscreenInfo .message{
        margin-top: 30%;
        font-size: 1.6em;
    }

    #product-list{
        padding: 20px 0;
    }
}

@media screen and (min-width: 768px){
    section{
        margin: 0px 20px 20px 20px;
        border-radius: 5px;
    }
    .navbar-xs{
        /* Positioning */
        /* Display & Box Model */
        display: none;
        /* Other */
    }
    .navbar-icons-xs{
        /* Positioning */
        /* Display & Box Model */
        display: none;
        /* Other */
    }

    .navbar{
        /* Positioning */
        /* Display & Box Model */
        height: 60px;
        /* Other */
    }
    .navbar-default .navbar-nav>li>a {
        /* Positioning */
        /* Display & Box Model */
        /* Other */
        color: var(--bg-default-mango);
        text-decoration: none;
    }
    .nav-tabs{
        /* Positioning */
        /* Display & Box Model */
        /* Other */
        background-color: var(--bg-navbar);
    }

    .navbar-default .navbar-nav>li>a:hover{
        /* Positioning */
        /* Display & Box Model */
        /* Other */
        background: var(--bg-navbar-selected);
        color: var(--bg-default-mango);
        cursor: pointer;
        text-decoration: none;
    }
    .navbar-default .navbar-nav>li>a:focus {
        background: var(--bg-navbar-selected);
        color: var(--bg-default-mango);
        text-decoration: none;
    }
    .navbar-right{
        margin-top: 5px;
    }
    .message-bottom{
        position: fixed;
        left: 20%;
        bottom: -200px;
        height: 50px;
        /*padding-top: 10px;*/
        vertical-align: middle;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        z-index: 3;
        width: 60%;
        color: white;
        line-height: 28px;
        background-color: rgba(0,0,0,0.85);
        border-radius: 2%;
        -webkit-transition: bottom 1s; /* For Safari 3.1 to 6.0 */
        transition: bottom 1s;
        box-shadow: 0 2px 18px 3px hsla(0,0%,39%,.4);
    }
    .message-bottom-show{
        bottom:200px;
    }
    .bottom-message{
        position: fixed;
        left: 0%;
        bottom: -200vh;
        vertical-align: middle;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        padding-top: 10px;
        z-index: 3;
        height: 100vh;
        width: 100%;
        color: white;
        line-height: 28px;
        background-color: transparent;
        border-radius: 2%;
        -webkit-transition: all 2s; /* For Safari 3.1 to 6.0 */
        transition: all 2s;
    }
    .bottom-message.active{
        bottom: 0px;
        display: block;
    }
    .bottom-message div{
        position: relative;
        top: 70vh;
        left: 0px;
        padding: 10px;
        margin: 0 10%;
        background-color: rgba(0,0,0,0.9);
    }

    .bottom-action{
        display: none;
    }

    .store-box{
        padding: 10px;
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .store-box:hover{
        -webkit-transform:scale(1.1); /* Safari and Chrome */
        -moz-transform:scale(1.1); /* Firefox */
        -ms-transform:scale(1.1); /* IE 9 */
        -o-transform:scale(1.1); /* Opera */
         transform:scale(1.1);
    }
    .product-comming{
        width: 35%;
    }
    .container {
        max-width: 100% !important;
    }

    .div-fbcomment{
        max-height: 300px;
        overflow-y: scroll;
    }

    .glyphicon{
        padding: 4px;
    }

    .btn-xl{
        padding: 18px 8px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
        border-radius: 2px;
        border: none;
        background: #ff9f00;
        color: #fff;

        width: 100%;
        font-size: 16px;
        display: inline-block;
        font-weight: 500;
        transition: box-shadow .2s ease;
        vertical-align: super;
        cursor: pointer;
        outline: none;
        border: 1px solid #e0e0e0;
        text-align: center;
    }
    .item-cart{
        text-transform: uppercase;
        background: #ff9f00;
        color: #fff;
    }
    .item-buy{
        text-transform: uppercase;
        background: #fb641b;
        color: #fff;
    }
    .price{
        font-size: 24px;
        color: #353535;
        font-weight: 700;
        padding-right: 7px;
        padding-bottom: 1px;
    }
    .mrp{
        font-size: 18px;
        color: #909090;
        text-decoration: line-through;
    }
    .clickable:hover{
        cursor: pointer;
    }

    #bookaction h3:before{
        content: "Click on the Book to Read"
    }

    .book-title{
        font-size: 30px;
        text-align: left;
        font-weight: 500;
        margin-bottom: 1.2em;
    }
    .book-description{
        font-size: 20px;
        text-align: left;
        font-weight: 400;
        line-height: 1.7em;
    }

    .vertical-align {
        display: flex;
        align-items: center;
    }

    .slick-slider {
        padding: 20px 5% !important;
    }

    #top-section{
        margin-top: -20px;
        margin-bottom: 20px;
    }
    #top-section .text-top-img{

    }
    #top-section .text-top-img h3{
        font-size: 32px;
        line-height: 50px;
    }
    #top-section .text-top-img button{
        margin-top: 40px;
    }
    #product-list{
        padding: 20px 0;
    }
}

@media screen and (min-width: 1024px){
    #top-section .text-top-img{
        top:160px;
    }

    .div-hair-color {
        /* Position */
        position:  absolute;
        top:  -225px;
        left:  0px;
    
        /* Display */
        background-color: var(--bg-default);
        border: var(--border-default-inverse);
        display: none;
    }
    
    .div-hair-color.active{
        display: block;
    }

    .div-hair-color img{
        border: var(--border-default-inverse);
    }
    .div-arrow-down {
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid var(--bg-btn-selection-selected);
    }
    #product-list{
        padding: 20px;
    }
}




