/***************************************************Product Page*************************************************/
.gallery-page-heading{
  font-family: KronaOne-Regular;
  font-size:24px;
  margin-bottom: 16px;
}
.gallery-sec-1{
  margin-top: 215px;
  height: 1600px;
}
.shadow-text{
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.dir_xname{
    color: #3e5924;
    font-family: my_cooperb;
    font-size: 16px;
    text-shadow: 0.5px 1px 1px #3E3E3E;
    padding-bottom: 11px;
    text-align: center !important;
}
.dir_xdesig{
    font-family: Kanit-Light;
    font-size: 16px;
    padding-bottom: 5px;
}
.dir_xdet{
    border-top: 1px solid #46463c;
    border-left: 1px solid #46463c;
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
    background: rgba(252,198,107,1);
    background: -moz-linear-gradient(top, rgba(252,198,107,1) 0%, rgba(252,198,107,1) 43%, rgba(250,209,121,1) 60%, rgba(250,246,196,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,198,107,1)), color-stop(43%, rgba(252,198,107,1)), color-stop(60%, rgba(250,209,121,1)), color-stop(100%, rgba(250,246,196,1)));
    background: -webkit-linear-gradient(top, rgba(252,198,107,1) 0%, rgba(252,198,107,1) 43%, rgba(250,209,121,1) 60%, rgba(250,246,196,1) 100%);
    background: -o-linear-gradient(top, rgba(252,198,107,1) 0%, rgba(252,198,107,1) 43%, rgba(250,209,121,1) 60%, rgba(250,246,196,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,198,107,1) 0%, rgba(252,198,107,1) 43%, rgba(250,209,121,1) 60%, rgba(250,246,196,1) 100%);
    background: linear-gradient(to bottom, rgba(252,198,107,1) 0%, rgba(252,198,107,1) 43%, rgba(250,209,121,1) 60%, rgba(250,246,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011403', endColorstr='#1b3602', GradientType=0 );
    float: left;
    position: relative;
    padding: 39px 2px 2px 63.9px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}
/********************************************************************Gallery Page************************************************************************/
.image_block{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
}
.image_block a{
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.image_block:hover img{
    opacity: .6;
}
.image_block img:hover{
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}
.gallery-thumbnail{
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.gallery-img{
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
}
.img-thumbnail{
    border-radius:3px;
    height:140px;
    width:138px;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);"
}
.image{
    display: block;
 }
 /****************************************************************************************************************************************************/
