html, body, form
{
    margin:0;
    padding:0;
    height:100%;
    direction:rtl;
}

body
{
    background-color:#CDA4C2;
    /*  */
}

p, .Labels div
{
    font-size:0.95em;
    line-height:160%;
}

article a, article a:visited
{
    color:#B06B33;
}

*, input
{
    font-family:"Segoe UI Light 8", "Segoe UI Light", Arial;
}

#main
{
   min-height:100%;
   position:relative;
}

header
{
    text-align:center;
    z-index:5;

    position:relative;
}

header .Logo,
#main aside .cart > img
{
 	height:110px;
	border-radius:100%;
	box-shadow:0 0 30px #7E4C20, 0 0 30px #7E4C20, 0 0 30px #7E4C20;;
    display:inline;
    margin:0 auto;
    position:relative;
    z-index:1;
}

header
{
    padding-top:10px;
    height:155px;
    width:1000px;
    background-position:top;
    background-repeat:no-repeat;
    background-size:100% 100%;
    /*  */ background-image:url('../img/top_wood_fit.gif'); /*  */
    margin-top:0px;
    width:100%;
}

header nav
{
    position:absolute;
    bottom:0px;
    width:100%;
}


/*  */

/*  */

header nav > span > a,
header aside a
{
    color:white;
    margin:0;
    font-weight:bold;
    text-decoration:none;
    padding:14px;
    padding-top:30px;
    white-space:nowrap;
}

header nav span > a img
{
    width:30px;
    filter: brightness(500%);
    vertical-align:middle;
    margin-bottom:7px;
}

header nav a.active
{
    /*  */

    /*  */
    background:-webkit-linear-gradient(top, transparent 0%, transparent 26%, rgba(230,132,52,0.5) 27%, rgba(230,132,52,0.5) 100%);
    /*  */
}

header img.menu
{
    position:absolute;
    top:40px;
    right:10px;
    height:42px;
    display:none;
    cursor:pointer;
}

header aside
{
    position:absolute;
    top:0;
    left:0;
    width:calc(100% - 30px);
    background: linear-gradient(to right, , transparent);
    text-align:left;
    height:30px;
    line-height:30px;
    padding:0 30px;
    color:white;
    font-size:0.8em;
}

header aside > div
{
    float:left;
}

header aside > a:first-of-type::before
{
    content:"●";
    margin-right:15px;
    float:left;
}

header aside > a
{
    float:left;
    padding:0;
    margin-left:8px;
    margin-right:8px;
}

header aside > a.image
{
    margin-left:0px;
}

header aside img
{
    height:23px;
    vertical-align:middle;
    opacity:0.85;
}

header aside img:hover
{
    opacity:1;
}

@media screen and (max-width: 700px)
{

    header
    {
        height:120px;
    }

    header nav
    {
        position:absolute;
        top:3px;
        right:3px;
        width:200px;
        height:/*  */ 220px /* */
               /*  */;
        background-color:#B06B33;
        box-shadow:-5px 5px 20px black;
        border:solid 1px rgba(255,255,255,0.4);
        text-align:right;
        z-index:6;
        display:none;
    }

    header nav > span > a
    {
        display:block;
        padding-top:5px;
        padding-bottom:0;
    }

    header nav a.active
    {
        background:#F6DDB5;
    }

    header img.menu
    {
        display:inline;
    }

    header aside
    {
        width:100%;
        z-index:0;
        padding:0 0;
    }
}

header a.active img
{
    /*  */
}

h1
{
    font-weight:normal;
    color:#B06B33;
    font-size:2em;
    margin:0;
}

h2
{
    font-weight:normal;
    color:#B06B33;
    font-size:1.7em;
    margin:0;
}



article
{
    padding-bottom:calc(570px - 100px);
    z-index:4;
    position:relative;
    transition:min-height 3s linear;
}

article > div
{
    display:block;
    padding:20px;
}

@media screen and (max-width: 900px)
{
    article > div
    {
        padding:3px;
    }

    header aside
    {
        background:#B06B33;
    }

    header aside > a:first-of-type::before
    {
        content:"";
        margin-right:initial;
        float:initial;
    }

    header aside > a
    {
        float:right;
        padding:0;
        margin-right:8px;
        margin-left:8px;
    }
}

footer
{
   position:absolute;
   bottom:0px;
   width:100%;
   box-sizing:border-box;
   height:570px; 
    z-index:3;
}

footer img.FootImg
{
   position:absolute;
   bottom:25px;
    width:100%;
   box-sizing:border-box;
    max-height:570px;
    z-index:9;
   /*  */
}

footer img.PL
{
    z-index:99;
    position:absolute;
   bottom:25px;
   right:0;
   height:400px;
   filter:drop-shadow(0px 0px 20px rgba(80,25,0,1));
}

@media screen and (max-width: 1500px)
{
    article     {   padding-bottom:calc(450px /*  */); }
    footer      {   height: 450px;  }
    footer img  {   max-height: 450px;  }
}

@media screen and (max-width: 1200px)
{
    article     {   padding-bottom:calc(350px /*  */); }
    footer      {   height: 350px;  }
    footer img  {   max-height: 350px;  }
}

@media screen and (max-width: 900px)
{
    article     {   padding-bottom:calc(250px /*  */); }
    footer      {   height: 250px;  }
    footer img  {   max-height: 250px;  }
}

@media screen and (max-width: 700px)
{
    article     {   padding-bottom:calc(250px /*  */); }
    footer      {   height: 250px;  }
    footer img  {   max-height: 250px;  }
}

.footerDiv
{
    position:absolute;
    bottom:0;
    height:30px;
    background-color:white;
    width:100%;
    font-size:10pt;
    line-height:30px;
    text-align:center;
    z-index:100;
}

.footerDiv a
{
    color:#B06B33;
    margin:0 10px;
}

.clouds img,
.birds img
{
    position:fixed;
    height:80px;
    z-index:-4;
}

.birds img
{
    height:15px;
    transform: rotate(10deg);
    opacity:0.4;
}


h6
{
    margin-top:0;
    margin-bottom:0;
    font-size:0.5em;
}

#banner
{
    position:fixed;
    bottom:20px;
    right:20px;
    width:150px;
    height:220px;
    background-color:white;
    padding:10px;
    box-shadow:7px 7px 20px black;
    transition:linear 3s;
    z-index:999;
}

#banner.big
{
    transform:scale(2);
    bottom:50%;
    margin-bottom:-75px;
    right:50%;
    margin-top:-110px;
    margin-right:-75px;
}

#banner .close
{
    position:absolute;
    top:5px;
    left:5px;
    width:20px;
    height:20px;
    border:solid 1px #B06B33;
    font-weight:bold;
    text-align:center;
    font-size:1.5em;
    line-height:15px;
    cursor:pointer;
}

#banner .close:hover
{
    background-color:#B06B33;
    color:white;
}


#banner img
{
    width:100%;
}

#banner div, #banner a
{
    font-size:0.7em;
    color:#B06B33;
}

.wideButton
{
    display:block;
    background-color:#B06B33;
    color:white;
    cursor:pointer;
    width:70%;
    padding:15px;
    clear:both;
    margin:0 auto;
    margin-top:15px;
    text-align:center;
    font-size:1.4em;
}

.sideButton
{
    margin-top:20px;
    margin-left:20px;
    position:absolute;
    top:0;
    left:0;
}




/* customize scrollbar css */
	*::-webkit-scrollbar{
		width:12px;
		background-color:#e9d898;
	}
	*::-webkit-scrollbar:horizontal{
		height:12px;
	}
	*::-webkit-scrollbar-track{
		border:1px #e9d898 solid;
		border-radius:12px;
		-webkit-box-shadow:0 0 6px #c8c8c8 inset;
	}
	*::-webkit-scrollbar-thumb{
		background-color:#b06b33;
		border:1px solid #b06b33;
		border-radius:16px;
	}
	*::-webkit-scrollbar-thumb:hover{
		background-color:#b06b33;
		border:1px solid #7e461b;
	}
	*::-webkit-scrollbar-thumb:active{
		background-color:#b06b33;
		border:1px solid #b06b33;
	}


#ShippingTime img
{
        height:30px;
        /*float:right;*/
        vertical-align:middle;
        margin-left:10px;
}

#ShippingTime h4
{
    color:#B06B33;
}

.dz-hidden-input
{
    display:none;
}

.vacation
{
    background-color:#73AE43;
    color:white;
    text-align:center;
    font-weight:bold;
    font-size:1.3em;
    padding:10px;
}

.vacation a
{
    color:white;
    opacity:0.8;
}

.vacation a:hover
{
    opacity:1;
}

.pino2
{
    max-height:280px;
    overflow:hidden;
    height:70%;
    width:230px;
    position:absolute;
    left:0;
    bottom:0;
    text-align:right;
    z-index:5;
   filter:drop-shadow(0px 0px 20px rgba(80,25,0,1));
}

.pino2 img
{
    transform: rotate(+30deg);
    position:absolute;
    bottom:-40px;
    left:-40px;
    transition:0.5s ease;
    max-width:100%;
    max-height:100%;
}

.pino2 img:hover
{
    transform: rotate(+25deg);
}

.SearchContainer
{
    position:absolute;
    top:50px;
    left:80px;
    z-index:11;
    transition:top ease 0.5s;
}

.SearchBox
{
    padding:8px 20px;
    padding-right:40px;
    border-radius:20px;
    font-weight:bold;   
    color:#B06B33;
    background-image:url("../img/search.gif");
    background-size:30px auto;
    background-position:right center;
    background-repeat:no-repeat;
    border:solid 3px #B06B33;
    opacity:0.8;
    transition:ease 0.5s;
    width:150px;
    box-sizing:border-box;
}

.SearchContainer:hover .SearchBox:not(:placeholder-shown),
.SearchBox:focus:not(:placeholder-shown)
{
    opacity:1;
    width:400px;
}

.SearchSuggest
{
    border-radius:20px;
    border:solid 1px   ; box-shadow:0 0 10px   ;
}

.SearchSuggest .product
{
    padding:0 10px;
    box-sizing:border-box;
    display:none; /* Default is hidden! */
}

@media screen and (max-width: 1100px) and (min-width:900px)
{
    .SearchContainer
    {
        top:35px;
    }
}

@media screen and (max-width: 700px)
{
    .SearchContainer
    {
        left:60px;
        top:65px;
    }

    .SearchBox
    {
        transition:none;
    }

    .SearchContainer:hover .SearchBox:not(:placeholder-shown),
    .SearchBox:focus:not(:placeholder-shown)
    {
        left:0px;
        top:0px;
        width:100%;
        border-radius:0;
        position:fixed;
    }

     .SearchContainer:hover .SearchBox:not(:placeholder-shown) + .SearchSuggest,
    .SearchBox:focus:not(:placeholder-shown) + .SearchSuggest
    {
        left:0px;
        top:40px;
        width:100%;
        border-radius:0;
        position:fixed;
        box-sizing:border-box;
        max-height:unset;
        height:calc(100vh - 40px);
    }

}

@media screen and (max-width: 600px)
{
    .SearchBox
    {
        width:90px;
        padding-right:35px;
        padding-left:0;
    }
}
