
@font-face {
    font-family: 'Roboto-Thin';
    src: url(../fonts/Roboto/Roboto-Thin.ttf);
}
@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto/Roboto-Light.ttf);
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Black';
    src: url(../fonts/Roboto/Roboto-Black.ttf);
}


@font-face {
    font-family: 'FontleroyBrownNF';
    src: url(../fonts/fontleroybrown/FontleroyBrownNF.ttf);
}
@font-face {
    font-family: 'Cookie-Regular';
    src: url(../fonts/Cookie-Regular.ttf);
}   
@font-face {
    font-family: 'FugazOne-Regular';
    src: url(../fonts/FugazOne-Regular.ttf);
}   


@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
} @font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url(../fonts/PlayfairDisplay-Italic.ttf);
} @font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url(../fonts/PlayfairDisplay-Bold.ttf);
} @font-face {
    font-family: 'PlayfairDisplay-BoldItalic';
    src: url(../fonts/PlayfairDisplay-BoldItalic.ttf);
} 


/* vars */

:root {
    --roboto1:'Roboto-Thin';
    --roboto2:'Roboto-Light';
    --roboto3:'Roboto-Regular';
    --roboto4:'Roboto-Medium';
    --roboto5:'Roboto-Bold';
    --roboto6:'Roboto-Black';

    --cursive1:'FontleroyBrownNF';
    --cursive2:'Cookie-Regular';
    --cursive5:'FugazOne-Regular';

    --playfair1:'PlayfairDisplay-Regular';
    --playfair2:'PlayfairDisplay-Italic';
    --playfair3:'PlayfairDisplay-Bold';
    --playfair4:'PlayfairDisplay-BoldItalic';

    --color0:#ffc945;
    --color1:#522711;
    --color2:#960000;
    --color3:#4f341e;
    --black:#000;

};

/* basic */

a:focus {
    outline: 0px;
}

.red
{
    color: var(--color2) !important;
}

a,
a:hover {
    text-decoration: none !important;
}

ul,
ol {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

body {
    line-height: 25px;
    font-style: normal;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    overflow-x: hidden;
    font-family: var(--roboto2);
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
}

body .pen-png
{
    position: fixed;
    bottom: 0;
    left: 13px;
    width: 120px;
}

body:before
{
    content: '';
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/backgrond.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:bottom right;
    height: 100vh;
    z-index: -1;
}

body.innerpage:before
{
    background-image: url(../img/backgrond.jpg);
}




.heading1 h4
{
    font-family: var(--cursive5);
    font-size: 25px;
    color: var(--color2);
    letter-spacing:0;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 25px;
    border-bottom: 2px solid var(--color2);
}

.heading2 h4
{
    font-family: var(--cursive5);
    color: var(--color3);
    letter-spacing: 0;
    font-size: 20px;
}

.heading3 h4
{
    font-family: var(--cursive5);
    color: var(--color2);
    letter-spacing: 0;
    font-size: 25px;
    margin-bottom: 20px;
}



.buttons
{
    display: inline-block;
    color: var(--color0);
    font-size:14px;
    padding:7px 17px;
    font-family: var(--roboto4);
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 10px;
}
.buttons a
{
    position: relative;
    display:inline-block;
    padding: 8px 15px;
}
.buttons a span
{
    color: var(--color0);
    position: relative;
    z-index: 2;
}
.buttons a:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-color: var(--color2);
    transform: skewX(20deg);
}
.buttons a:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-color: var(--color2);
    transform: skewX(-20deg);
}
.buttons a:hover:before,
.buttons a:hover:after
{
    background-color: var(--color1);
}

.gapper
{
    width: 100%;
    height: 40px;
}
.gapper2
{
    width: 100%;
    height: 20px;
}

.language2
{
    float: none;
    font-family: var(--roboto5);
    color: var(--color1);
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: -10px
}

/*
****************************
****************************
*/

.page-container
{
    max-width: 70%;
    margin-left: 10%;
    padding-top: 60px;
}

/*
================================
*/

.logo-area .logo
{
    display: block;
    font-family: var(--cursive1);
    font-size: 80px;
    color: var(--color1);
    text-align: center;
    margin-bottom: 20px;
}

/*
=================================
*/

.navigations
{
    width: 100%;
    /*background-color: var(--color1);*/
    background-image: url(../img/nav.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
    border-radius: 10px;
}
.navigations .main-ul
{
    display: table;
    margin:auto;
}
.navigations .main-ul .main-li
{
    float: left;
    padding:5px 0;
}
.navigations .main-ul .main-li a
{
    display: inline-block;
    color: var(--color1);
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--roboto6);
    padding:5px 6px;
}

.navigations .main-ul .main-li.active a
{
    color: var(--color2);
}

.navigations .main-ul .main-li:hover a
{
    color: var(--color2);
}

.navigations .main-ul .main-li:not(:last-child) a:after
{
    content: '|';
    padding-left: 7px;
}


/*
===================================================
*/
.content-area-box
{
    position: relative;
    padding: 40px;
    padding-right: 100px;
    z-index: 2;
    width: 90%;
}
.content-area-box:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:url('../img/content.png');
    background-repeat: repeat-y;
    background-position:  top;
    background-size:100%;
    z-index: -1;
}


/*
==================================
*/

.contents p
{
    font-family: var(--roboto4);
    color: var(--color1);
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
}

.contents p span.highlighted-text
{
    color: var(--color2);
    font-family: var(--roboto5);
}

.contents.list-items ul
{
     -webkit-column-count: 2; 
            -moz-column-count: 2;  
            column-count: 2; /* divides text in 2 columns */ 
}
.contents.list-items.list-one ul
{
     -webkit-column-count: 1; 
            -moz-column-count: 1;  
            column-count: 1; /* divides text in 2 columns */ 
}

.contents.list-items ul li
{
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
}

.contents.list-items ul li:after
{
    content: '\ea88';
    position: absolute;
    color: var(--color2);
    top: 0;
    left: 0;
    font-family: 'IcoFont';
    font-size: 1.2em;
}

.contents.list-items ul li span.text-list
{
    font-family: var(--roboto4);
    color: var(--color1);
    line-height: 1.6;
    font-size: 16px;
}

ol.order-list
{
    padding-left: 25px;
    margin-top: 15px;
}
ol.order-list li
{
    padding-left: 20px !important;
}
ol.order-list li span.text-list
{
    font-family: var(--roboto4);
    color: var(--color1);
    line-height: 1.6;
    font-size: 16px;
}

ol.order-list li:after
{
    content: '' !important;
    width: 7px;
    height:7px;
    background-color: var(--color2);
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
}



.contents.list-items2 ul li
{
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
}

.contents.list-items2 ul li:after
{
    content: '\ea88';
    position: absolute;
    color: var(--color2);
    top: 0;
    left: 0;
    font-family: 'IcoFont';
    font-size: 1.2em;
}

.contents.list-items2 ul li span.text-list
{
    font-family: var(--roboto4);
    color: var(--color1);
    line-height: 1.6;
    font-size: 16px;
}

/*
==============================
*/

.category-box .image
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    overflow: hidden;
}
.category-box .image img
{
    width: auto;
    height: auto;
    margin: auto;
    transform: scale(1);
    transition: all 1s ease-in-out;
}
.category-box:hover .image img
{
    transform: scale(1.1);
}

@media screen and (min-width:1140px)
{
    .category-box .image
    {
        height: 261px;
    }
    .category-box .image img
    {
        max-height: 261px;
    }
}

@media screen and (min-width:1140px)
{
    .padding-box-reduce .category-box .image
    {
        height: 179px;
    }
    .padding-box-reduce .category-box .image img
    {
        max-height: 179px;
    }
}


.box-reduce .padding-box-reduce{
    padding-left: 7px;
    padding-right: 7px;
}

.category-box
{
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  margin-bottom: 25px;
}

.category-box .view-collection
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 11;
}

.category-box .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 10;
}

.category-box .overlay .border
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%,-50%);
  border:1px solid var(--white) !important;
}


.category-box .overlay .content-box
{
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 90%;
  text-align: center;
  margin-left: 5%;
  transition: all .5s linear;
}

.category-box:hover .overlay .content-box
{
    /*bottom: 100px;*/
}

.category-box .overlay .content-box h4
{
  font-family: var(--cursive5);
  color: var(--white);
  text-align: center;
  font-size: 23px;
  text-shadow: 2px 2px 15px rgba(0,0,0,.7);
  margin-bottom: 0px;
  line-height: 1;
  margin-bottom: 20px;
}


.category-box .overlay .content-box h4:last-child
{
    margin-bottom: 0;
}

.padding-box-reduce .category-box .overlay .content-box h4
{
    font-size: 40px;
}

.padding-box-reduce .category-box:hover .overlay .content-box
{
    bottom: 70px;
}

.category-box .overlay .content-box.one h4
{
    font-size: 23px;
    margin-bottom: 10px;
}


/*
===========================
*/
.footer
{
    border-top: 2px solid var(--color3);
    margin-top: 30px;
}
.footer .footer-links
{
    display: table;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.footer .footer-links a
{
    display: inline-block;
    font-family: var(--roboto5);
    color: var(--color1);
    font-size: 14px;
    letter-spacing: 0;
    margin:0 3px;
}
.footer .footer-links a:not(:last-child):after
{
    content: '|';
    padding-left: 10px;
}


.footer .copyright
{
    font-family: var(--roboto5);
    color: var(--color1);
    letter-spacing: 0;
    font-size: 14px;
}

.footer .social-icons
{
    float: right;
}
.footer .social-icons a
{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: var(--color2);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    margin-top: 0;
    transition: all .3s ease-in-out;
}

.footer .social-icons a i
{
    font-size: .8rem;
    line-height: 30px;
}

.footer .social-icons a:hover
{
    margin-top: -5px;
    background-color: var(--color1);
}

/*
===============================
*/

#tooplate_sidebar {
    position: fixed;
    top: 0;
    right: 30px;   
    width: 228px;
}


#tooplate_sidebar #header { 
    width: 228px;
    padding:73px 10px 10px;
    height: 93px;
    background: url(../img/tooplate_site_header.png) no-repeat top
}

#tooplate_sidebar #header h1 { 
    margin: 0; 
    padding: 0; 
}

#tooplate_sidebar #header h1 a { 
    display: block;
    font-family: var(--cursive1);
    color: var(--color1);
    font-weight: bold;
    font-size: 45px;
    text-align: center;
}

#tooplate_sidebar #menu {
    clear: both;
    width: 228px;
}


#tooplate_sidebar ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tooplate_sidebar ul.navigation li {
    margin: 0;
    padding: 0;
    font-family: var(--roboto3);
    text-transform: uppercase;
}

#tooplate_sidebar ul.navigation a {
    display: block;
    width: 228px;
    height: 59px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #000;
    background: url(../img/tooplate_menu.png) no-repeat
}

#tooplate_sidebar ul.navigation a.last {
    height: 98px;
    background: url(../img/tooplate_menu_last.png) no-repeat top left;
}

#tooplate_sidebar ul.navigation a:hover, ul.navigation a.selected {
    color: var(--color2);
}

#tooplate_sidebar ul.navigation a:focus {
    outline: none;
}


/*
==============================
*/
.margin-tops
{
    margin-top:25px;
}

.margin-tops .padding-reduce
{
    padding-left: 7px;
    padding-right: 7px;
}

.customized-product-box
{
    margin-bottom: 15px;
}
.customized-product-box .images
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    overflow: hidden;
    position: relative;
}
.customized-product-box .images img
{
    width: auto;
    height: auto;
    margin: auto;
    transform: scale(1);
    transition: all 1s ease-in-out;
}
.customized-product-box:hover .images img
{
    transform: scale(1.1);
}

@media screen and (min-width:1140px)
{
    .customized-product-box .images
    {
        height: 166px;
    }
    .customized-product-box .images img
    {
        max-height: 166px;
    }
}

.customized-product-box .title
{
    font-family: var(--roboto5);
    font-size: 16px;
    text-align: center;
    padding:7px 0;
    color: var(--color2);
}


.customized-product-box .images .fancybox-buttons
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

/*
===================================
*/
.address-detail
{
    margin-top: 15px;
}
.address-detail .detail-row
{
    font-family: var(--roboto5);
    color: var(--color2);
    font-size: 16px;
}


.poem-detail-poem
{
    text-align: center;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

@media screen and (min-width: 1140px)
{
    .poem-detail-poem img
    {
        max-width: 75%;
    }
}

/*
==========================
*/

.myforms .form-group .label
{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}
.myforms .form-group .label label
{
    font-family: var(--roboto5);
    margin-bottom: 0;
    padding: 9px 10px;
    line-height: 20px;
    color: var(--color1);
}

.myforms .form-group .input
{
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
.myforms .form-group .input .form-control
{
    border-radius: 0;
    background: #f2d8b1;
    border-color: #bf9a64;
    font-family: var(--roboto4);
    color: var(--color1);
    font-size: 14px;
}
.myforms .form-group .input .form-control:focus
{
    box-shadow: none;
}

.myforms .form-group.form-comments label
{
     font-family: var(--roboto5);
    line-height: 20px;
    font-size: 16px;
    color: var(--color1);
}

.myforms .form-group.form-comments .form-control
{
    border-radius: 0;
    background: #f2d8b1;
    border-color: #bf9a64;
    font-family: var(--roboto4);
    color: var(--color1);
    font-size: 14px;
}

.myforms .form-group.form-comments .form-control:focus
{
    box-shadow: none;
}



.myforms .form-group .input .captcha-image
{
    margin:10px 0;
}


.myforms .form-group .form-submit
{
    background-color: var(--color1);
    color: var(--color0);
    border:0;
    text-transform: uppercase;
    font-family: var(--roboto4);
    font-size: 14px;
    padding:5px 30px;
}
.myforms .form-group .form-submit:hover
{
    background-color: var(--color2);
}



.myforms.review-form
{
    display: none;
}


/*
==============================
*/

.addreview a
{
    float: right;
    background-color: var(--color1);
    display: inline-block;
    padding:4px 15px;
    color: var(--color0);
    font-size: 14px;
    font-family: var(--roboto4);
}

.addreview a.closebtn span
{
    background-color: var(--color1);
    color: var(--color0);
    font-size: 14px;
    font-family: var(--roboto4);
}


/*
====================================
*/

.comments-list .comment-row
{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bf9a64;
}
.comments-list .comment-row .user
{
    display: table-cell;
    vertical-align: top;
    width: 40px;
}
.comments-list .comment-row .user img
{
    width: 40px;
    height: 40px;
    border:2px solid #6f6f6f;
    border-radius: 50%;
}

.comments-list .comment-row .comment
{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.comments-list .comment-row .comment .name
{
    font-family: var(--roboto5);
    color: var(--color1);
    display: block;
    font-size: 16px;
}
.comments-list .comment-row .comment .comment-box
{
    font-family: var(--roboto3);
    color: var(--color1);
    display: block;
    font-size: 15px;
    letter-spacing: 0;
}

/*
======================
*/

.contents.poem-list ul li
{
   text-align: center;
    font-family: var(--playfair3);
    font-style: italic;
    font-size: 23px;
    color: #391a0a;
    line-height: 1.5;
    font-style: italic;
}

body.peomDetail .content-area-box
{
    padding-top: 20px;
}



.logo-area .logo
{
    margin-bottom: 10px;
}
.page-container
{
    padding-top: 50px;
}

.font20
{
    font-size: 18px;
}