.dropdown:hover .dropdown-menu {
    display: block;
}
@media only screen and (min-width: 960px) {
    .card-button {
        margin-left: 40px;
    }
    .scan {
        padding: 0 5em 1.5em 8em;
    }
}
@media only screen and (min-width: 1440px) {
    .card-button {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 2000px) {
    .card-button {
        margin-left: 10px;
    }
}
@media only screen and (max-device-width: 480px) {
    .card-button {
        margin-left: 15px;
    }
    .scan {
        padding: 0 5em 1.5em 5em;
    }
}
@media only screen and (device-width: 768px) {
    .card-button {
        margin-left: 10px;
    }
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    .card-button {
        margin-left: 40px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    .card-button {
        margin-left: 10px;
    }
    .scan {
        padding: 0 5em 1.5em 5em;
    }
}

div#social-links {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
div#social-links ul li {
    display: inline-block;
}
div#social-links ul li a {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    font-size: 20px;
    border-radius: 50%;
}
.custom-menu {
    position: relative;
    z-index: 10;
}
.lang-menu {
    color: #ffffff;
    width: 75px;
}

.lang-menu:hover {
    background-color: #111827;
    color: #fff;
}

#journal-scroll::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
    /*background-color: rgba(229, 231, 235, var(--bg-opacity));*/
}
#journal-scroll::-webkit-scrollbar-track {
    background-color: rgba(229, 231, 235, var(--bg-opacity));
    cursor: pointer;
    /*background: red;*/
}
#journal-scroll::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #a0aec0;
    /*outline: 1px solid slategrey;*/
}

img.profile {
    margin-left: 120px;
    object-fit: contain;
}

.qr-code-download {
    margin: 0 5.8em;
}





/*SHOP CSS */
.gallery-wrap .img-big-wrap img {
    border-radius: 10px;
    width: auto;
    display: inline-block;
    cursor: zoom-in;
}


.gallery-wrap .img-small-wrap .item-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: inline-block;
    overflow: hidden;
}

.gallery-wrap .img-small-wrap {
    text-align: center;
}
.gallery-wrap .img-small-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 4px;
    cursor: zoom-in;
}


.bg-white {
    background-color: #fff!important;
    box-shadow: 2px 1px 15px #888888;
}

.myprod
{
    box-shadow: 0px 0px 7px 1px #cbc8c8;
    padding: 50px;

}

/*cart css*/
.param {
    margin-bottom: 7px;
    line-height: 1.4;
}
.param-inline dt {
    display: inline-block;
}
.param dt {
    margin: 0;
    margin-right: 7px;
    font-weight: 600;
}
.param-inline dd {
    vertical-align: baseline;
    display: inline-block;
}

.param dd {
    margin: 0;
    vertical-align: baseline;
} 

.shopping-cart-wrap .price {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    display: block;
}
var {
    font-style: normal;
}

.media img {
    margin-right: 1rem;
}
.img-sm {
    width: 90px;
    max-height: 75px;
    object-fit: cover;
}
.curveimage
{
border-radius: 10px!important;
box-shadow: #838383 2px 3px 10px -1px;

}
.m-a
{
    margin: auto;
    display: grid;
}

.btn 
{

    border-radius: 0!important;
}
.btn-info {
    color: #fff;
    background-color: #232426!important;
    border-color: #232426!important;
}

.text-blue {
    color: #4F46E5!important;
}


.myfooter
{
background-color: #232426;
}

.mybanner
{
    background-color:#000000!important;
}
.myimageheader
{


}
.phone1
{


transform: rotateZ(25deg);
width: 400px;
}
.phone2
{
width: 400px;
position: absolute;
top:0;
transform: rotateZ(25deg);
opacity: 0;
animation-name: scanned;
    animation-duration: 8s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    

}
.tapcard
{

    position: absolute;
    top: 21px;
    right: 71px;
    width: 275px;
    transform: rotateZ(50deg);
    transform-origin: right;
    animation-name: tapcard;
    animation-duration: 8s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
.shaker
{
    animation-name: shake;
    animation-duration: 8s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in; 
}

@keyframes tapcard {
    5%   {
        transform: rotateZ(25deg);
        }
        25%  {
            transform: rotateZ(25deg);
            }
    30%  {
        transform: rotateZ(50deg);
        }
  }
  @keyframes scanned {

    19%   {
        opacity: 0;
        }
    20%   {
        opacity: 1;
        }
       
    90%  {
        opacity: 1;
        }
        91%  {
            opacity: 0;
            }
  }

  @keyframes shake {

    5%   {margin-right: 0px;}
    5%   {margin-right: 3px;}
    6%   {margin-right: 0px;}
    7%   {margin-right: 3px;}
    8%   {margin-right: 0px;}
    9%   {margin-right: 3px;}
    10%   {margin-right: 0px;}
    11%   {margin-right: 3px;}
    12%   {margin-right: 0px;}
    13%   {margin-right: 3px;}
    14%   {margin-right: 0px;}
    15%   {margin-right: 3px;}
    16%   {margin-right: 0px;}
    17%   {margin-right: 3px;}
    18%   {margin-right: 0px;}
    19%   {margin-right: 3px;}
    20%   {margin-right: 3px;}
    21%   {margin-right: 0px;}
            
  }








.card-title {
    margin-bottom: .75rem;
    text-transform: uppercase;
}
.hide 
{

    display: none!important;
}

.card-header
{

    margin:auto;
    background-color: #fff!important;
}

.btn-link
{
    text-decoration: none!important;

}

.btn-link:hover
{
    color: #242424;
}

.custom-menu .text-dark
{

    text-transform: uppercase;
}

.bg-yellow-500 {

    background-color: #F7BC44!important;
}
.bg-yellow-600 {
    
    background-color: #000000!important;
}

.text-yellow-500
{

    color: #ffffff!important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;

}

.mybanner .leading-loose
{
    color: #ffffff!important;

}
.mybanner
{
    height: 80vh;
    padding-top: 135px;
}

.flex-wrap {
   
    
}

.flex-wrap .mt-8
 {
   
   margin-top: 0;

}