@font-face {
    font-family:GOTHIC;
    src: url(../fonts/GOTHIC.TTF);
}
html, body {
    height: 100%;
}
body 
{
    font-family: GOTHIC;
    font-size: 16px;
    color: #331909;
    overflow-x: hidden;
    background-image: url(../img/backgroungImg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
#bs-example-navbar-collapse-1
{
    padding: 0px 50px;
    font-size: 18px;
}
.dropdown:hover .dropdown-menu {
display: block;
}
/*Home*/
.fimg
{
    position:absolute;
    max-width: 110px;
    max-height: auto;
}
.im1
{
    right:5%;
    z-index: -1;
    float: right;
}
.im2
{
    bottom: -70%;
    left: 5%;
    z-index: -1;
    float: left;
}
.im3
{
    bottom: -100%;
    right:4%;
    z-index: -1;
    float: right;
}
.navbar-default
{
    background-image: url(../img/menu.png);
    background-color: rgba(255, 255, 255, 0) ;
    border-color: rgba(255, 255, 255, 0) ;
    background-size: cover;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #331909;
    background-color: rgba(255, 255, 255, 0) ;
    border-color: rgba(255, 255, 255, 0) ;
}
.footer .row .col-md-6 a,.footer >.footer .row .col-md-6 a:hover
{
   color: #e0b9a1; 
}
.navbar-default .navbar-nav>li>a
{
   color:  #331909;
}
.mycontent
{
    max-width: 800px;
    align-items: center;
}
.mydiv
{
    margin: 30px;
    max-width: 350px;
    max-height: 350px;
}
.myimg
{
    margin: 10px 0px 10px 0px;
}
.borddiv
{
    background-image: url(../img/border.png);
    background-size:contain;
    background-repeat: no-repeat;
    max-width: 350px;
    height: 350px;
    padding: 30px;
}
.homep
{
    font-size: 15px;
}
.footer
{
    clear: both;
    padding: 10px 20px 10px 20px;
    background-color: #2a160b;
    font-size: 13px;
    color: #ddd7c6;
}
.ftd
{
    padding-top: 3px;
}
.smd
{
    text-align: right;
}
.sm
{
    display: inline;
}
.deskimg
{
    display: auto;
}
.mobiimg
{
    display: none;
}
.home-pc
{
    display: block;
}
.home-mob
{
    display: none;
}
/*About*/
.journal
{
    max-width: 800px;
    align-items: center;
    /*background-image: url(../img/about/journal.png);
    background-repeat: repeat;*/
    background-color: rgba(242, 242, 242, 0.9);
    padding: 10px;
    border-radius: 10px;
}
.jotext
{
    padding: 10px 4px;
    line-height: 25px;
    font-size: 14px;
}
.joimg
{
    margin: 40px 0px 10px 0px;
}
.joimg2
{
    margin: 0px 0px 40px 0px;
}
/*products*/
.myproducts
{
    max-width: 1000px;
    align-items: center;
}
.imgpros
{
  max-width: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin: 10px;
  background-color: rgba(134, 134, 134, 0.04);
}
a,a:hover,a:visited,a:focus
{
    text-decoration: none;
    color: #331909;
}
.imgtxts
{
    background-color:rgba(180, 139, 110, 0.2);
    padding: 8px;    
}
.imgpros img
{
    padding: 30px 40px; 
}
.imgpros
{
    -webkit-transition: all 1.0ss ease;
     -moz-transition: all 1.0s ease;
       -o-transition: all 1.0s ease;
      -ms-transition: all 1.0s ease;
          transition: all 1.0s ease;
    
}
.imgpros:hover
{
      background-color: rgba(255, 255, 255, 0.6);
}
.imgpros img
{

    
}
.imgpros:hover img
{     
    animation: 0.2S ease 0s normal 2  imme;
    -o-animation: 0.2S ease 0s normal 2  imme;
    -moz-animation: 0.2S ease 0s normal 2  imme;
    -webkit-animation: 0.2S ease 0s normal 2  imme;
}
@-webkit-keyframes imme
{
    0%{transform: rotate(-6deg);}
    25%{transform: rotate(-6deg);}
    75%{transform: rotate(6deg);}
    100%{transform: rotate(6deg);}
}
/*product*/
.myproduct
{
    max-width: 1000px;
    align-items: center;
}
.imgpro
{
  max-width: 220px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin: 10px;
  background-color: rgba(241, 218, 193, 0.1);
}
.imgtxt
{
    background-color:rgba(180, 139, 110, 0.2);
    padding: 8px;
}
.imgtxt:hover
{
    cursor: pointer;
}
.imgpro img
{
    padding: 25px 25px;
    
}
.imgpro
{
    -webkit-transition: all 1.0ss ease;
     -moz-transition: all 1.0s ease;
       -o-transition: all 1.0s ease;
      -ms-transition: all 1.0s ease;
          transition: all 1.0s ease;
    
}
.imgpro:hover
{
      background-color: rgba(241, 218, 193, 0.5);
}
.imgpro
{
        
}
.imgpro:hover img
{     
    animation: 0.2S ease 0s normal 2  imme;
    -o-animation: 0.2S ease 0s normal 2  imme;
    -moz-animation: 0.2S ease 0s normal 2  imme;
    -webkit-animation: 0.2S ease 0s normal 2  imme;
}
@-webkit-keyframes imme
{
    0%{transform: rotate(-6deg);}
    25%{transform: rotate(-6deg);}
    75%{transform: rotate(6deg);}
    100%{transform: rotate(6deg);}
}
/*Spiceal Geft*/
.mygift
{
    max-width: 1000px;
    align-items: center;
}
.imggift
{
  max-width: 330px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin: 10px;
  background-color: rgba(134, 134, 134, 0.04);
}
.txtgift
{
    background-color:rgba(180, 139, 110, 0.2);
    padding: 8px;
}
.imggift:hover
{
    
}
.imggift > img
{
    transition: 0.6s;
    transform: scale(1);
    border-radius: 0px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}
.imggift:hover > img
{
    z-index: 999;
    transition: 0.6s;
    transform: scale(1.8);
    display: block;
    position:relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
/*Branches*/
.mybranches
{
    max-width: 1000px;
    align-items: center;
}
.bpc{
 display: block;   
}
.bmo
{
 display: none;
}
.bran
{
    
}
.c6brn
{
    line-height: 160%;
}
/*Contact*/
.mycontact
{
    max-width: 1000px;
    align-items: center;
}
.contact
{
    max-width: 400px;
}
.btn-success {
    color: #fff;
    background-color: #331909;
    border-color: #2c170a;
}
.btn-success:hover {
    color: #fff;
    background-color: #582b0f;
    border-color: #2c170a;
}
/*Quality*/
.myquality
{
    max-width: 1000px;
    align-items: center;
}
.Qpar{
    text-align: center;
}
/********* Cart *********/

.quantity_background
{
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(85, 85, 85, 0.50);
}
.quantity_box
{
    background-color: #f0ebe5;
    max-width: 300px;
    margin: auto;
    top: 100px;
    position: relative;
    padding: 20px;
    border-radius: 4px;
}
/********* Cart *********/
/*=================================*/
img {
    pointer-events: none;
}
/* ------------------------------- */
 @media screen and (max-width: 991px) { 
     body 
     {
         background-size: contain;
     }
     
     .home-pc
    {
        display: none;
    }
    .home-mob
    {
        display: block;
    }
}
 @media screen and (max-width: 480px) {
     .mydiv
    {
        margin: 5px;
    }
    .myimg
    {
        margin:2px 0px 2px 0px;
    }
     .fimg
    {
        max-width: 50px;
        max-height: auto;
    }
     .deskimg
    {
        display: none;
    }
    .mobiimg
    {
        display: block;
    }
    .bpc{
     display: none;   
    }
    .bmo
    {
     display: block;
     float: right;
     } 
     .bran{
         clear: both;
         margin: 4px;
     }
     .Qpar{
    text-align:left;
     }
     .myquality,.mycontact,.myproducts,.myproduct,.mybranches,.mygift
     {
         padding: 0px 8px;
     }
     #dropdown-PC:hover .dropdown-menu {
        display: none;
     }

  }