/* Copy Animation */
.base-color {
    color: #95bf46 !important;
}

.custom--table thead {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 178, 1) 80%) !important;
  /* background-color: #0050a9;*/
}


@media (min-width: 992px) {
    .category-wrapper > div >  .col-lg-2{
        width:20%!important;
    }
}

.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}




.cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 10px;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}


@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}




.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 80%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}



.show-filter {
    display: none;
}

@media(max-width:767px) {
    .responsive-filter-card {
        display: none;
        transition: none;
    }

    .show-filter {
        display: block;
    }
}

label.required:after {
    content: "*";
    color: #dc3545 !important;
    margin-left: 2px;
    font-weight: 200;
}






/*Hamad CSS*/

.header__bottom {
    background-color: #000000 !important;
}

.product-card__thumb {
    height: unset !important;
}

.product-card.style--three {
    padding: 0px !important;
}

.product-widget hr {
    display: none !important;
}

.product-widget .form-check-label {
    border: 1px solid #dbd8d8;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}
.product-widget .form-check-label p {
    font-weight: 500;
    font-size: 12px;
} 

.product-widget .form-check-label .fa-check{
    display:none;
}

.product-widget form > p:first-child {
    width: max-content;
}

a.footer-logo.site-logo {
    width: 100% !important;
}
.subscribe-section h3.text-white {
    font-size: 20px !important;
}

.product-card .product-title a, .product-details-title {
    text-transform: uppercase;
}

.custom-badge {
    background: #0D9500;
    padding: 5px 12px;
    color: #fff;
    border-radius: 100px;
    margin-top: 5px;
    font-size: 12px !important;
}

.custom-badge.discount-badge {
    background: #FBC210;
    color: #000;
    font-weight: bold;
    font-family: math;
}

.new-badge {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    top: 0px;
    font-family: math;
    background: #1B69C1 !important;
}
.widget-request-box {
  background-color: #002046;
}
 .widget-request-box  .section-title {
   color: white;
}


/*Login Page*/

@media only screen and (max-width: 600px) {
    .login-with-google-btn{
        background-position: 24% 11px !important;
        width: 100% !important;
  }
}

@media only screen and (min-width: 992px) {
	.login-with-google-btn{
   		 width: 100% !important;
  	  	 background-position: 34% 11px !important;
  }
}

a.site-logo {
    width: 45% !important;
}
.account-wrapper .account-logo {
    margin-bottom: 50px !important;
}


.account-area-left-inner .text-white,.account-wrapper .text-white {
    color: #212529 !important;
}

.account-wrapper{
    background: #e1e1e1!important;
}

.account-area-bg::before {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.custom--table tbody td{
      padding: 12px !important;
}

.scroll-to-top {
    bottom: 20px !important;
    left: 20px !important;
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}

.account-area-left {
    margin-top: 30px;
}


/*Suggestion Box*/

blockquote{
    color: #6f6f6f !important;
    font-style: unset !important;
    text-align: unset !important;
    background-color: unset !important;
}





/*hover*/
.header-menu-list li a:hover, .read-more, .short-link-list li a:hover, .header .main-menu li a:hover, .header .main-menu li a:focus, .product-card__content p a:hover, .author-name a:hover, .header .nav-right .header-serch-btn, .post__title a:hover, .user-nav-tabs .nav-item .nav-link.active, .single-cart__title a:hover, .socail-list li a:hover {
    color: #FDC400 !important;
}
.btn--base:hover,.menu-cart-btn:hover {
    background-color: #FDC400 !important;
    color: #000 !important;
}
.text--base,.product-price-form #product-price, .product-title a:hover, .post-card__title a:hover{
  color: #1B69C1 !important
}


button#dropdownMenuButton1 {
    padding: 5px 10px !important;
}
.cart-btn:hover {
    background-color: #FDC400 !important;
    color: #000 !important;
}

.bg--base {
    background-color: #1B69C1 !important;
}


.policy_detail * {
    text-wrap: wrap;
}

section.pt-100.pb-100 {
    padding-top: 50px;
}






.pagination {
    margin-top: 10px;
}
.pagination .page-item .page-link {
    border-radius: 20px;
}