! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   /*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');*/
   /*@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */ 

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/**********************Body Css*************************/
body{font-family: 'Niramit', sans-serif; position: relative; overflow-x: hidden !important;}
h1,h2,h3,h4,h5,h6{font-family: 'Niramit', sans-serif; font-weight: 300;}
p{font-family: 'Niramit', sans-serif;}
a{font-family: 'Niramit', sans-serif; outline: none;}
button{font-family: 'Niramit', sans-serif; outline: none;}
button{font-family: 'Niramit', sans-serif; outline: none;}
input{font-family: 'Niramit', sans-serif; outline: none;}
label{font-family: 'Niramit', sans-serif;outline: none;}
select{font-family: 'Niramit', sans-serif; outline: none;}
option{font-family: 'Niramit', sans-serif; outline: none;}
.no-padding{padding: 0 !important;}
/**********************Body Css*************************/

.top-nav-bar{
  background: #e1e1e1;
  padding: 10px 30px;
}

.top-logo img{
  width: 160px !important;
}

.top-nav-links ul{
  margin-bottom: 0px;
}

.top-nav-links li{
  display: inline-block;
}

.top-nav-links li a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #71268f;
  padding: 15px 15px;
  display: block; 
  text-decoration: none;
  transition: all ease .4s;
}

.top-nav-links li a:hover{
  color: #fc9018;
}

.navbar-brand{
    height: auto;
    padding: 0px;
}

.navbar-brand>img {
    display: block;
    width: 150px;
}

#owl-coupons-slider .item{
    text-align: center;
}

#owl-coupons-slider .item img{
    width: 250px;
    height: 200px;
}



#owl-coupons-slider div:not(.owl-controls){
  height: 100%;
}

#owl-coupons-slider .owl-controls
{
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
#owl-coupons-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 40px;
    height: 80px;
    line-height: 1px;
    text-align: center;
    font-size: 32px;
    border-radius: 0px 4px 4px 0px;
    color: #000;
    background: #fff;
    opacity: 1;
    padding: 22px 3px;
    text-transform: capitalize;
}
#owl-coupons-slider .owl-controls .owl-buttons .owl-prev{
  left: 0px;
}
#owl-coupons-slider .owl-controls .owl-buttons .owl-next{
  right: 0px;
}




a.get-in-touch-wrap-r {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -10px;
    top: 40%;
    position: fixed !important;
    display: block;
    text-decoration: none;
    z-index: 9999;
}

a.get-in-touch-wrap-r:hover{
    color: #fff;
}

.sale-btn{
    background: #000;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: none;
}

/*Home Page************************************************************/

.navbar {
    /*background: url(../img/nav-back.png);*/
    background: #fff;
    background-size:cover;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
}

/*.owl-buttons {
    position: absolute;
    right: 0;
    top: 0;
}*/

.intro-section{
  padding: 50px 30px;
}

.svg-diary{
  width: 300px;
  margin-left: 30%;
  text-align: center;
}

.diary-first{
  text-align: center;
}

.diary-first img{
    width: auto;
    position: absolute;
    left: 30%;
    top: 0;
    right: 0;
}

.svg-diary path {
 stroke-dasharray:2500;
 stroke-dashoffset:0;
 animation: draw 6s linear forwards;
}

@keyframes draw {
from {
 stroke-dashoffset:2500;
 }
 to {
 stroke-dashoffset:0;
 }
}


.intro-desc h2{
  font-size: 36px;
  color: #792b8d;
  font-weight: 700;
  letter-spacing: 1px;
}


.intro-desc h2 span{
  color: #f59726;
  font-weight: 400;
}


.intro-desc p{
  font-size: 18px;
  color: #9c9c9c;
  line-height: 28px;
  text-align: justify;
  width: 80%;
}


.grid {
    position: relative !important;
     margin: 0 auto !important;  
     padding: 0em 0 0em !important; 
     max-width: 100% !important; 
    list-style: none !important;
    text-align: center !important;
}

figure.effect-layla img, figure.effect-layla h2 {
    -webkit-transform: translate3d(0,0px,0) !important;
    transform: translate3d(0,0px,0) !important;
}

figure.effect-layla img {
     height: auto !important; 
}

figure.effect-layla.middle-heading h2{
  padding-top: 50% !important;
}


figure.effect-layla.middle-heading-col6 h2{
  padding-top: 30% !important;
}


.grid figure {
    position: relative !important;
    /* float: left; */
    overflow: hidden;
     margin: 0px 0% !important; 
    min-width: 320px;
     max-width: 100% !important; 
     max-height: 100% !important; 
    width: 100% !important;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid h2{
  font-size: 36px !important;
}



.related-products .owl-buttons {
    position: absolute;
    right: 0;
    top: -55px;
}

.related-products .owl-buttons .owl-prev, .related-products .owl-buttons .owl-next{
    padding: 2px 8px !important;
    background: #792b8d !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}

.related-products .owl-buttons .owl-next:hover, .related-products .owl-buttons .owl-prev:hover{
    padding: 2px 8px !important;
    background: #f59726 !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}


.quick-view{
    position: absolute;
    display: none;
    top: 85px;
    right: 15px;
    bottom:0;
}

.quick-view button{
    border-radius: 100%;
    height: 36px;
    width: 36px;
    color: #fff;
    border:none;
    margin-bottom: 5px;
    background-color: #555;
    transition: all ease .4s;
}

.quick-view button:hover{
    border-radius: 100%;
    height: 36px;
    width: 36px;
    color: #fff;
    border:none;
    margin-bottom: 5px;
    background-color: #a2a2a2;
    transition: all ease .4s;
}



.products-slider{
  padding: 50px 30px;
  position: relative;
  /*background: #eee;*/
}

.product-title a{
  font-size: 16px;
  color:#792b8d;
  font-weight: 500;
}

h4.product-price{
  font-weight: 500;
  font-size: 14px;
  color: #f59726;
}

.product-box{
  text-align: center;
  padding: 50px 0px 0px 0px;
}


.product-book button{
    /*border-radius: 100%; */
    height: 36px;
    width: 36px;
    color: #7a2d8e;
    font-size: 18px;
    border: none;
    margin-bottom: 5px;
    background-color: #f3a445;
    display: block;
    transition: all ease .4s;
    margin-top: 10px;
    /* margin: 10px auto; */
    margin-left: 75%;
}




.product-book button:hover{
    border-radius: 100%;
    height: 36px;
    width: 36px;
    color: #fff;
    border:none;
    margin-bottom: 5px;
    background-color: #a2a2a2;
    transition: all ease .4s;
}

.line_1_5_fill {
    background-color: #68788c;
    position: relative;
    height: 4px;
    top: 0px;
    width: 0%;
    right: 0px;
    transition: width linear 1s;
    transition-delay: 1.5s;
    animation: lines 6s linear forwards;
}

footer{
  background: #333;
  padding: 50px 30px;
}

h4.footer-title{
  font-size: 16px;
  color: #f59726;
  font-weight: 600;
}

.footer-links li a{
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  transition: all ease .4s;
  text-decoration: none
}

.footer-links li a:hover{
  color: #f59726;
}


.footer-social-links li {
  display: inline-block;
}


.footer-social-links li a{
  text-decoration: none;
  display: block;
  padding: 10px;
}


.footer-social-links li a span{
  color: #fff;
  font-size: 18px;
  transition: all ease .4s;
}


.footer-social-links li a span:hover{
  color: #f59726;
}


.footer-bottom{
  background: #101010;
  padding: 10px;
}

.copyright{
  text-align: center;
}

.copyright h5{
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
}


/*.svg-diary path {
 stroke-dasharray:2500;
 stroke-dashoffset:0;
 animation: draw 6s linear forwards;
}*/

@keyframes lines {
from {
 width: 0%;
 }
 to {
 width: 100%;
 }
}


/* 3D Sqare Button */


.boton {
        width: 200px;
        height: 50px;
        margin: 0px auto;
        display: block;
        position: relative;
    }
    
    .botontext {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        text-align: center;
        line-height: 50px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }
    
    .twist {
        display: block;
        height: 100%;
        width: 25%;
        position: relative;
        float: left;
        margin-left: -4px;
    }
    
    .twist:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #fed5a9;
        bottom: 100%;
        position: absolute;
        transform-origin: center bottom 0px; 
        transform: matrix3d(1, 0, 0, 0, 
                            0, 0, -1, -0.003, 
                            0, 1, 0, 0, 
                            0, 0, 0, 1);
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .twist:after {
        content: "";
        position: absolute;
        width: 100%;
        top: 100%;
        height: 100%;
        background: #9f7f5e;
        transform-origin: center top 0px;
        transform: matrix3d(1, 0, 0, 0, 
                            0, 1, 0, 0, 
                            0, 0, 1, -0.003, 
                            0, -50, 0, 1);
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .boton:hover .twist:before {
        background: #555;
        transform: matrix3d(1, 0, 0, 0, 
                            0, 1, 0, 0, 
                            0, 0, 1, 0.003, 
                            0, 50, 0, 1);
    }
    
    .boton:hover .twist:after {
        background: #dedae1;
        transform: matrix3d(1, 0, 0, 0, 
                            0, 0, -1, 0.003, 
                            0, 1, 0, 0, 
                            0, 0, 0, 1);
    }

    .boton .twist:nth-of-type(1) {
        margin-left: 0;
    }
    
    .boton .twist:nth-of-type(1):before,
    .boton .twist:nth-of-type(1):after {
        transition-delay: 0s;
    }
    
    .boton .twist:nth-of-type(2):before,
    .boton .twist:nth-of-type(2):after {
        transition-delay: 0.1s;
    }
    
    .boton .twist:nth-of-type(3):before,
    .boton .twist:nth-of-type(3):after {
        transition-delay: 0.2s;
    }
    
    .boton .twist:nth-of-type(4):before,
    .boton .twist:nth-of-type(4):after {
        transition-delay: 0.3s;
    }
    
    .boton .botontext:nth-of-type(1) {
        color: #fff;
        bottom: 100%;
        transform-origin: center bottom 0px; 
        transform: matrix3d(1, 0, 0, 0, 
                            0, 0, -1, -0.003, 
                            0, 1, 0, 0, 
                            0, 0, 0, 1);
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .boton:hover .botontext:nth-of-type(1) {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0.003, 27, 50, 0, 1);
    }
    
    .boton .botontext:nth-of-type(2) {
       color: #fff;
        top: 100%;
        transform-origin: center top 0px;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.003, 26, -50, 0, 1);
        -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    }
    
    .boton:hover .botontext:nth-of-type(2) {
        transform: matrix3d(1, 0, 0, 0, 
                            0, 0, -1, 0.003, 
                            0, 1, 0, 0, 
                            0, 0, 0, 1);
    }

    /*MENU*/
    
    .square {
        border: 1px solid #9f7f5e;
        height: 26px;
        width: 26px;
        display: block;
        margin: 40px auto;
        transform: rotate(45deg);
        overflow: hidden;
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    

    .square .burgerwrap {
        height: 18px;
        width: 21px;
        transform: rotate(-45deg);
        padding-left: 5px;
        padding-top: 8px;

        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .square:hover {
        transform: rotate(135deg);
        border: 1px solid #fff;
    }
    
    .square:hover .burgerwrap {
        transform: rotate(-135deg)
    }
    
    .square span {
        height: 2px;
        width: 14px;
        background: #9f7f5e;
        display: block;
        margin-bottom: 2px;
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .square span:after {
        content: "";
        height: 2px;
        width: 14px;
        position: absolute;
        background: #fff;
        left: -19px;
        
-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }
    
    .square:hover span {
        margin-left: 26px;
    }
    
    .square:hover span:after {
        left: 5px;
    }
    
    .square span:nth-of-type(1),
    .square span:nth-of-type(1):after {
        transition-delay: 0.1s;
    }
    
    .square span:nth-of-type(2),
    .square span:nth-of-type(2):after {
        transition-delay: 0.2s;
    }
    
    .square span:nth-of-type(3),
    .square span:nth-of-type(3):after {
        transition-delay: 0.3s;
    }



    /* Line Animate Btn */

    
.btn-cont {
  text-align: center;
  /*margin-top: 200px;*/
}
.btn-cont .btn {
  position: relative;
  padding: 20px 70px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: em(18px);
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}
.btn-cont .btn:hover {
  border: none;
}
.btn-cont .btn:hover .line-1 {
  animation: move1 1500ms infinite ease;
}
.btn-cont .btn:hover .line-2 {
  animation: move2 1500ms infinite ease;
}
.btn-cont .btn:hover .line-3 {
  animation: move3 1500ms infinite ease;
}
.btn-cont .btn:hover .line-4 {
  animation: move4 1500ms infinite ease;
}
.btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: white;
  left: 0;
  bottom: 0;
}
.btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: white;
  left: 0;
  top: 0;
}
.btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: white;
  right: 0;
  top: 0;
}
.btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: white;
  right: 0;
  bottom: 0;
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}




/* Cart Page CSS */

.cart-sec{
  background: url(../img/cart-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
}

.cart-title{
  text-align: center;
  background-color: rgba(0,0,0,0.2);
}

.cart-title h2{
  color: #fff;
  margin: 0px;
  font-size: 55px;
  font-weight: 700;
  padding: 100px 0px;
  text-transform: uppercase;
}

.cart-tabs-sec{
  padding: 10px 0px;
  background-color: #f6f6f6;
}

.cart-tabs-btns{
  text-align:center;
  
}

.cart-tabs-btns a{
  text-transform: uppercase;
  color: #999;
  background-color: #fff;
  display: block;
  padding: 20px 20px;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  transition: all ease .5s;
}

.cart-tabs-btns a:hover{
  background-color: #f59726;
  color: #fff;
  transition: all ease .5s;
}

.cart-tabs-btns a.active{
  background-color: #f59726;
  color: #fff;
}

.hide{
  display: none !important;
}

.cart-tabs-info{
  margin-top: 20px;
}

.shop-cart-table {
    background: #fff none repeat scroll 0 0;
    padding: 40px;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    text-align: center;
    width: 100%;
}

.table-content table th {
    background: #f6f6f6 none repeat scroll 0 0;
    font-weight: 700;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.product-thumbnail .product-img {
    float: left;
    position: inherit;
    width: 110px;
}

.product-thumbnail .product-info {
    float: left;
    padding: 24px 0 0 20px;
}
.product-thumbnail .post-title {
    font-size: 14px;
}

.post-title {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: bree serif;
    margin-bottom: 5px;
}
.product-thumbnail .product-info p {
    font-weight: 400;
    margin-bottom: 0;
}
.table-content table td.product-thumbnail {
    padding-left: 0;
    width: 330px;
}

.shop-cart-table .product-quantity input[type="text"]{
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #999;
    height: 34px;
    padding: 0px 10px;
    margin-bottom: 15px;
    transition: all 0.5s ease 0s;
    width: 30% !important;
    outline: none;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px 0;
    vertical-align: middle;
}

.table-content table td.product-price {
    color: #999;
    font-size: 16px;
    font-weight: 900;
}

.table-content table td.product-stock {
    color: #999;
    font-weight: 900;
    text-transform: uppercase;
}

.product-quantity .cart-plus-minus {
    float: none;
    height: 30px;
    line-height: 30px;
    margin: auto;
    width: 120px;
}

.cart-plus-minus {
    background: #F6F6F6 none repeat scroll 0 0;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    width: 33%;
}

.product-quantity .dec.qtybutton {
    border-right: 5px solid #fff;
}

.qtybutton {
    cursor: pointer;
    float: left;
    font-size: 20px;
    position: relative;
    width: 33.3333%;
}

.product-quantity .cart-plus-minus-box {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}
input.cart-plus-minus-box {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 33.33%;
}

.table-content table td.product-subtotal {
    font-size: 16px;
    font-weight: 900;
}

.table-content table td.product-add-cart a {
    font-size: 25px;
}

.text-light-black {
    color: #666;
}

.product-remove i {
    background: #f6f6f6 none repeat scroll 0 0;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.3s ease 0s;
}

.table-content .product-img img {
    width: 100%;
    max-width: 100%;
}

.customer-login {
    background: #fff none repeat scroll 0 0;
    padding: 40px;
}

.customer-login input[type="text"], input[type="password"] {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #999;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 20px;
    transition: all 0.5s ease 0s;
    width: 100%;
    outline: none;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}
.mt-60 {
    margin-top: 60px;
}

.title-1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

/*.title-border::before {
    background: #eee none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
*/
.shop-cart-table input[type="text"],.shop-cart-table input[type="password"] {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #999;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    outline: none;
}

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(246, 246, 246, 1) url(../img/angel-down.png) no-repeat scroll 97% center;
    border: medium none;
    color: #999;
    height: 40px;
    padding: 0 20px;
    text-transform: capitalize;
    width: 100%;
    outline: none;
}

.mb-15 {
    margin-bottom: 15px;
}


.custom-select option {
    padding: 5px 20px;
}

.custom-textarea {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    height: 100px;
    padding: 15px 20px;
    width: 100%;
    outline: none;
}

.payment-details table {
    width: 100%;
}

.payment-details table tr:last-child {
    border-bottom: 0;
}

.payment-details table th {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #666;
    font-weight: 900;
    padding: 10px 30px;
    text-transform: uppercase;
}

.payment-details table tr {
    border-bottom: 1px solid #E5E5E5;
}

.payment-details table td {
    color: #999;
    font-weight: 700;
    padding: 7px 30px;
}

.payment-details table tr:last-child td {
    color: #7b2d91;
    padding: 15px 30px 0;
}



a.accordion {
    background-color: #f6f6f6 ;
    color: #082b44;    
    cursor: pointer;
    padding: 18px;
    width: 100%;
    display: block;
    border: none;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
    
}

a.accordion.active, a.accordion:hover {
    /*background-color: #ddd;*/
}

div.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    /*border-radius:0 0 .9rem .9rem;*/

}

div.panel.show {
    opacity: 1;
    max-height: 500px;  
}

div.panel.show p{
  margin-top: 10px;
}



.button-one {
    background: #efefef none repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border: none;
    padding: 0 15px;
    position: relative;
}


.submit-button {
    background: #7b2d91 none repeat scroll 0 0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all ease .5s;
}

.submit-button:hover{
  transition: all ease .5s;
  background: #f59726 none repeat scroll 0 0;
}

.bg-white {
    background: #fff;
}

.order-info {
    padding: 20px 0;
}

.single-order-info {
    float: left;
    width: 25%;
}

.text-light-black {
    color: #666;
}

.thank-recieve p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.mb-30 {
    margin-bottom: 30px;
}

/* About Us CSS */

.section-title
{
  text-align: center;
}

.section-title h2{
  font-size: 32px;
  color: #792b8d;
  font-weight: 500;
  letter-spacing: 1px;
}

.about-desc p{
  color: #848484;
  font-size: 16px;
  line-height: 20px;
}

.about-desc li{
  color: #848484;
  font-size: 14px;
  line-height: 20px;
}

.about-gif{
  margin-top: 10px;
}

.about-gif img{
  max-width: 100%;
}

.customize-sec{
  margin-top: 30px;
}

.customize-sec .section-title{
  text-align: left;
  margin-bottom: 20px;
}

.custom-img img{
  max-width: 100%;
}

.custom-box-title a{
  font-weight: 700;
  padding: 5px 0px;
  display: block;
  font-size: 18px;
  color: #792b8d;
  text-decoration: none
}

.custom-box-title a:hover{
  color: #f5942b;
  transition: all ease .5s;
}

.custom-box-desc p{
  color: #848484;
  font-size: 14px;
}

.custom-read-more{
  text-decoration: none;
  font-size: 14px;
  color: #333;
}

.custom-box{
  margin-bottom: 30px;
}

.quote-btn-box{
  text-align: center;
  margin-top: 20px;
}

.quote-btn{
  background: #f5942b;
  color: #fff;
  border: none;
  padding: 20px;
  font-size: 18px;
  transition: all ease .5s;
}

.quote-btn:hover{
  background: #792b8d;
  transition: all ease .5s;
}

.section-desc p{
  color: #848484;
  font-size: 16px;
  line-height: 20px;
}

.portfolio-sec{
  margin-top: 30px;
}

/* Contact Page CSS */

.contact-sec{
  margin: 30px 0px;
}

.contact-sec .section-title{
  margin-bottom: 50px;
}

.contact-form .shop-cart-table{
  padding: 0px;
}

.contact-heading h3{
  font-size: 24px;
  font-weight: 600;
  color: #792b8d;
  margin-top: 0px;
}

.contact-heading h4{
  font-size: 18px;
  font-weight: 600;
  color: #792b8d;
  margin-top: 0px;
}

.contact-desc p{
  color: #848484;

}

.contact-form input[type="text"], input[type="password"] {
    margin-bottom: 20px;
}

.contact-form button{
  margin-top: 20px;
}


/* Product Page CSS */

.breadcrumb-sec{
  background-color: #eee;
  padding: 10px 0px;
}

.breadcrumbs ul li{
  display: inline-block;
}

.breadcrumbs ul li::after{
  content: ">";
  margin-left:5px;
  margin-right:5px;
  color: #792b8d;
  font-weight: 500;

}

.breadcrumbs ul li:last-child::after{
  content:"";
}

.breadcrumbs ul li a{
  text-decoration: none;
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  transition: all ease .5s;
}

.breadcrumbs ul li a:hover{
  color: #792b8d;
  transition: all ease .5s;
}

.breadcrumbs ul li a.breadcrumb-active{
  color: #792b8d;
}

.product-heading h2{
  font-size: 24px;
  color: #792b8d;
  font-weight: 600;
}

.product-price{
  margin-top: 10px;
}

.product-price h4{
  font-weight: 600;
  color: #848484;
  font-size: 18px;
}

.product-desc{
  margin-top: 20px;
}

.product-desc p{
  color: #848484;
  font-size: 14px;
  font-weight: 500;
}

.product-info .quantity {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  }

.product-info .quantity input {
    width: 120px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0 0 !important;
    height: 30px;
}

.product-info .quantity #q_up {
  right: 1px;
}

.product-info .quantity #q_down {
  left: 1px;
}


.product-info .quantity #q_down, .product-info .quantity #q_up {
    height: 30px;
    width: 30px;
    display: block;
    line-height: 30px;
    font-size: 20px;
    position: absolute;
    top: 0px;
    text-align: center;
    border: none;
}

.cart-wish-btns{
  margin-top: 20px;
}

.cart-wish-btns button{
  padding: 10px;
  background-color: #792b8d;
  color: #fff;
  transition: all ease .5s;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  width: 150px;
  border-radius: 50px;
  border: none;
}

.cart-wish-btns button:hover{
  background-color: #f5942b;
  transition: all ease .5s;
}

.cart-wish-btns button.add-wishlist-btn{
  background-color: #f5942b;
}

.cart-wish-btns button.add-wishlist-btn:hover{
  background-color: #792b8d;
  transition: all ease .5s;
}

.cart-wish-btns button span{
  margin-right: 10px;
}

.social-btns{
  margin-top: 20px;
  text-align: center;
}

.social-btns button{
  padding: 8px 0px;
  background-color: #792b8d;
  color: #fff;
  transition: all ease .5s;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  width: 132px;
  border-radius: 50px;
  border: none;
}

.social-btns button:hover{
  background-color: #f5942b;
  transition: all ease .5s;
}

.social-btns button span{
  margin-right: 5px;
}

button.facebook-btn{
  background-color:#3c5a99;
}
button.twitter-btn{
  background-color:#1da1f2; 
}
button.linkedin-btn{
  background-color:#006192;
}
button.google-plus-btn{
  background-color:#DB4437;
}

.bulk-form{
  margin-top: 20px;
}

.bulk-form h4{
  font-weight: 600;
  color: #848484;
  font-size: 18px;
}

.bulk-form input{
  margin-bottom: 10px;
  border: 1px solid #848484;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #848484;
}

.bulk-form button.bulk-btn{
  padding: 8px 0px;
  background-color: #792b8d;
  color: #fff;
  transition: all ease .5s;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  width: 132px;
  border-radius: 50px;
  border: none;
}
.bulk-form button.bulk-btn:hover{
  
  background-color: #ffffff;
  color: #792b8d;
  border: 1px solid #792b8d;
  
}


.product-info-tabs-sec{
  margin-top: 30px;
}

.product-info-tabs-btns{
  text-align: center;
}

.product-info-tabs-btns li{
  display: inline-block;
}

.product-info-tabs-btns li a{
  font-weight: 600;
  text-decoration: none;
  padding: 10px;
  display: block;
  color: #848484;
  font-size: 20px;
}

.product-info-tabs-btns li a.active-products{
  color: #792b8d;
}

.product-tabs-panel{
  padding:  0px 100px;
  text-align:center;
}

.related-slider{
  margin-top: 30px;
}

/* Terms and Condition page CSS */


.terms-section{
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}

.terms-section .book{
  width: 400px;
  height: 500px;
}

.terms-section .diary-first{
  transition: all ease .5s;
}


.terms-section .diary-first:hover{
  margin-left: 40%;
  transition: all ease .5s;
}

.terms-section .book .terms-desc{
  margin-top: 50px;
}

.terms-section .book .terms-desc h2{
  font-size: 24px;
  color: #792b8d;
}

.terms-section .book p{
  padding: 20px;
  text-align: justify;
}

.terms-section .book .privacy-desc{
  margin-top: 50px;
  transform: rotateY(180deg);
}

.terms-section .book .privacy-desc h2{
  font-size: 24px;
  color: #792b8d;
}


/* Login Page CSS */

.login-sec{
  position: relative;
  height: 100%;
}

a.social-f{
  padding: 10px;
  background: #ccc;
  width: 50%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all ease .5s;
  margin-bottom: 10px;
}

a.social-f:hover{
  background: #f59726;
  transition: all ease .5s;
  color: #fff;
}

.social-f span{
  margin-right: 5px;
}

a.facebook-btn {
    padding: 10px;
    background-color: #3059a0;
    color: #fff;
     border: 1px solid #3059a0 !important;
    transition: all ease .5s;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    width: 120px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
}
a.facebook-btn:hover{
  background-color: #ffffff;
    color: #3059a0;
}

a.google-plus-btn {
    padding: 10px;
    background-color: #a0354f;
    color: #fff;
    border: 1px solid #a0354f !important;
    transition: all ease .5s;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    width: 120px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
}
a.google-plus-btn:hover{
  background-color: #ffffff;
    color: #a0354f;
}

a.linkedin-btn {
    padding: 10px;
    background-color: #2b538d;
    color: #fff;
    border: 1px solid #2b538d !important;
    transition: all ease .5s;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    width: 120px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
}
a.linkedin-btn:hover{
  background-color: #ffffff;
    color: #2b538d;
}

a.twitter-btn {
    padding: 10px;
    background-color: #6299e8;
    color: #fff;
    border: 1px solid #6299e8 !important;
    transition: all ease .5s;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    width: 120px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
}
a.twitter-btn:hover{
  background-color: #ffffff;
    color: #6299e8;
}

/* Product Category Page CSS */

.product-cat-bread{
  background: url(../img/breadcrumb-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
}


.product-category-sec{
  margin-top: 50px;
}

.product-categories-list h3{
  font-size: 24px;
  color: #792b8d;
  font-weight: 600;
  text-transform: uppercase;
}



.product-categories-list ul li a{
  font-size: 14px;
  color: #792b8d;
  text-decoration: none;
  display: block;
  padding: 10px 0px;
  transition: all ease .5s;
  border-top: 1px solid #ccc;
}

.product-categories-list ul li:last-child a{
  border-bottom: 1px solid #ccc;
}

.product-categories-list ul li a:hover{
  color: #f5942b;
  transition: all ease .5s;
}


.product-categories-list ul li a:before {
   font-family: "FontAwesome";
   content: "\f04d";
   font-size: 8px;
   top: -5px;
   margin-right: 10px;
}

.category-heading{
  text-align: center;
}

.category-heading h3{
  font-size: 24px;
  font-weight: 600;
  color: #792b8d;
}

.product-filter{
  margin-top: 20px;
}

.product-filter .options {
    float: right;
    width: auto;
    padding: 0;
}

.product-filter .list-options {
    float: right;
    width: auto;
    padding: 0;
    margin-right: 15px;
}

.product-filter .list-options .sort {
    padding: 0;
    float: left;
    width: auto;
}

.product-filter .list-options .limit {
    padding: 0 0 0 43px;
    float: left;
    width: auto;
}

.product-filter .list-options .select {
    display: inline-block;
}

.select {
    position: relative;
}

.product-filter .list-options select {
    margin: 0 0 0 10px;
    width: auto;
    height: auto;
    border: none;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    line-height: 1;
}

.product-filter .list-options .select:after {
    color: #333;
    top: 5px;
    right: 0;
    font-size: 12px;
}
.select:after {
    top: 16px;
}


.product-filter .list-options .limit {
    padding: 0 0 0 43px;
    float: left;
    width: auto;
}

.button-group.display button{
  background: transparent;
  border: none;
  font-size: 16px;
  margin-right: 10px;
}


.product-box.product-list-panel{
  text-align: left;
}
.product-category-sec{
  margin-bottom: 50px;
}


@media (min-width: 768px)
{
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }  

  .desktop-hide{
    display: none !important;
  }
}


#myModalQuick .product-info .quantity {
    position: relative;
    margin-right: 10px;
    width: 150px;
    margin-bottom: 10px;
    /* display: inline-block; */
}

#myModalQuick .social-btns button{
  margin-bottom: 10px;
}

#owl-carousel-portfolio .item{
  text-align: center;
}


/* Account Page */

.product-rating ul li{
  display: inline-block;
}

.product-rating ul li span{
  margin-right: 5px;
}

.product-rating ul li span.rated-start{
  color: #f59726;
}

/* Company Profile Page CSS */



.company-slide img{
  max-width: 100%;
}


.company-contact{
  background: #fff;
  padding: 10px;
  margin-top: -50px;
  margin-bottom: 50px;
}

.company-contact-heading{
  text-align: center;
}

.company-contact-heading h4{
  font-size: 26px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  color: #848484;
}


.company-contact-heading h3{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.company-contact-heading ul.com-social li{
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.company-contact-heading ul.com-social li a{
  background: #333;
  width: 30px;
  height:30px;
  border-radius: 100%;
  display: block;
  text-align: center;
  padding: 5px;
  color: #fff;
  transition: all ease .5s;
}

.company-contact-heading ul.com-social li a:hover{
  background: #ab6486;
  transition: all ease .5s;  
}

.com-info-image img{
  max-width: 100%;
}

.company-info{
  text-align: center;
}

.company-info h3{
  font-size: 30px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  color: #ab6486;
}

.company-info h2{
  font-size: 32px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  color: #ab6486;
  margin: 0px;
  text-transform: uppercase;
}

img.heading-img{
  max-width: 100%;
  width: 130px;
  margin: 10px 0px;
}

.company-info img{
  max-width: 100%;
}

.company-info p{
  color: #848484;
  font-size: 16px;
  margin-top: 20px;
}

.company-history-sec{
  padding: 50px;
  background: #eee;
}

.history-heading{
  text-align: center;
}

.history-heading h2{
  font-size: 38px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  text-transform: uppercase;
  color: #ab6486;
}

.history-desc{
  text-align: center;
}

.history-img img{
  max-width: 100%;
}


.history-desc p{
  font-size: 14px;
  color: #848484;
}

.compant-product-sec{
  padding: 30px 0px;
}

.com-product-heading{
  text-align: center;
}

.com-product-heading h2{
  font-size: 26px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  text-transform: uppercase;
  color: #ab6486;
  margin: 0px;
}

.com-product-heading h1{
  font-size: 28px;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
  color: #333;
}

.com-product-tabs-btns{
  text-align: center;
  margin-top: 30px;
}

.com-product-tabs-btns ul li{
 display: block;
}

.com-product-tabs-btns ul li a{
 display: block;
 font-size: 16px;
 font-family: 'Dancing Script', cursive;
 transition: all ease .5s;
 padding: 5px;
 text-decoration: none;
 font-weight: bold;
}

.com-product-tabs-btns ul li a:hover{
  color: #ab6486;
  transition: all ease .5s;
}

.com-product-tabs-btns ul li a.com-active{
  color: #ab6486;
}

.com-product-img img{
  max-width: 100%;
}

.com-product-box{
  padding:10px;
  box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}

.com-product-box img{
  max-width: 100%;
}

.mission-vision{
  text-align: center;
}

.mission-sec{
  background: url(../img/com-mission-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 0px;
}

.mission-vision{
  padding: 40px
}

.mission-vision h1{
  font-size: 56px;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: bold;
}

.mission-vision p{
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
}

.mileston-heading{
  text-align: center;
}

.mileston-heading h1{
  font-size: 56px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  color: #ab6486;
}

.mileston-box{
  margin-bottom: 10px;
}

.mileston-img{
  text-align: center;
}

.mileston-img img{
  max-width: 100%;
  width: 400px;
}

.mileston-info .mileston-date h4{
  color: #ab6486;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  font-size: 26px;
}

.mileston-info .mileston-date h4 span{
  color: #ccc;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  font-size: 36px;
}

.mileston-desc h3{
  color: #333;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  font-size: 24px;
}

.mileston-desc p{
  color: #848484;
  font-size: 14px;
}

.mileston-desc a{
  color: #848484;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.mileston-desc a span{
  margin-left: 5px;
}

.mileston-box-right .mileston-info{
  text-align: right;
}


.company-bottom{
  height: 90vh;
  background: url(../img/company-bottom.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Media Queries */

@media (max-width: 768px)
{

  body{
    overflow-x: hidden !important;
  }

  h2{
    font-size: 26px;
  }

  nav.navbar.bootsnav,nav.navbar.bootsnav .navbar-toggle{
    background-color: #e1e1e1 !important;
  }


  .book{
    transition: all ease .5s;
  }
  .book:hover{
    margin-left:130px;
    transition: all ease .5s; 
  }


  .intro-section {
    padding: 50px 0px;
  }

  .intro-desc p {
    font-size: 16px;
    color: #9c9c9c;
    line-height: 26px;
    text-align: justify;
    width: 100%;
  } 

  .intro-desc h2{
    font-size: 26px;
  }

  .book.pic-diary .btn{
    font-size: 15px !important;
  }

  .book.pic-diary {
    position: relative;
    width: 150px !important;
    height: 200px !important;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto;
  }

  .svg-diary {
    width: 200px;
    margin-left: 0%;
    text-align: center;
  }

  .products-slider{
    padding: 20px 10px;
  }

  .related-products .owl-buttons {
    position: relative;
    right: 0;
    top: 0px;
  }

  footer {
    background: #333;
    padding: 50px 10px;
  }

  .section-title h2 {
    font-size: 26px;
    color: #792b8d;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .about-desc p{
    padding: 0px 10px;
  }

  .section-desc p{
    padding: 0px 10px; 
  }

  .breadcrumbs{
    padding: 0px 10px;
  }

  .product-info .quantity{
    display: block;
  }

  .product-info .quantity #q_down, .product-info .quantity #q_up {
    height: 27px;
    width: 32px;
    display: block;
    line-height: 40px;
    font-size: 15px;
    position: absolute;
    top: 0px;
    text-align: center;
    border: none;
  }

  .product-info .quantity input {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0 0 !important;
    height: 37px;
    border-radius: 20px;
  }

  .cart-wish-btns button{
    width: 100%;
    margin-top: 10px;
  }

  .social-btns button{
    margin-top: 10px;
  }

  .product-tabs-panel{
    padding: 0px;
  }

  .shop-cart-table{
    padding: 0px;
  }

  .pl-20{
    padding: 0px;
  }

  .customer-login{
    padding: 20px 0px 
  }

  .contact-info{
    margin-top: 20px;
  }

  .billing-details{
    padding: 0px 10px;
  }

  .contact-form input[type="text"],.contact-form input[type="password"] {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
  }

  .material-button{
    width: 50px !important;
    height: 50px !important;
    right: 0;
  }

  .login-section .title {
    width: 100%;
    float: left;
    line-height: 26px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #f5942b;
    position: relative;
  }

  .box {
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 40px 10px 20px 10px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
  }

  .overbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: inherit;
    border-radius: 10px;
    padding: 40px 10px 20px 10px;
  }

  .materialContainer .input input, .materialContainer .input label, .button button {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
  }

  .button.login button, .button button {
    width: 100%;
    line-height: 38px;
    left: 0%;
    background-color: transparent;
    border: 3px solid rgba(0, 0, 0, 0.1);
    font-weight: 900;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
  }

  .pass-forgot {
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
  } 

  .bulk-form button.bulk-btn{
    margin: 0px auto;
    display: block;
  }

  .submit-button{
    margin: 0px auto;
    display: block;
  }

  .terms-section .book {
    width: 250px;
    height: 300px;
  }


  .terms-section{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mob-terms{
    text-align: center;
  }

  .mob-terms h4{
    font-size: 24px;
    font-weight: 600px;
    color: #73298e;
  }

}


#myModal .modal-body  input[type="text"], #myModal .modal-body input[type="password"] {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #999;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    outline: none;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #f5942b;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #f5942b;
}

.modal-content {
    position: relative;
    background-color: #000000db;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid #f5942b;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#myModal .modal-body .submit-button{
  background: #f5942b;
}


button.close{
  color: #6299e8;
  text-shadow: none;
  opacity: 1;
}

button.close:hover{
  color: #000000;
  opacity: 1;
}
@media (min-width: 876px){
  .apnipaddingcate{
      padding-left: 110px;
      padding-right: 120px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
    }
}

@media (min-width: 876px){
     .meraproductcol9sidebar{
        border-left: 1px solid #ccc;
        padding-left: 0px;
      }
}
..button.login button, .button button {
  background-color: #f5942b !important;
}