.cookie-consent {
    z-index: 3;
}

.cookie-consent a{
    display: inline-block;
}

h1.site_description {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.copyright-area a{
    display: inline-block;
}

.shoppingCartModal .modal-content .modal-body .product-cart-content .product-cart {
    padding-right: 15px;
}

.shoppingCartModal .product-delete{
    position: absolute;
    right: 0;
    top: 0;
    color: #fd0000;
    cursor: pointer;
    padding: 0px 4px 0px 4px;
}

.shoppingCartModal .product-delete:hover{
    color: #8f0101;
}

.contact-form #ContactForm .list-unstyled li {
    font-size: 13px;
    color: red;
}

/*product*/
.single-product-box:hover .product-image img:nth-child(2), .single-product-box:focus .product-image img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.product-details-content .product_price {
    margin-bottom: 5px;
}

.product-details-content .product_price .price_current {
    display: inline-block;
    font-size: 18px;
    color: #222222;
}
.product-details-content .product_price .price_old {
    color: #777777;
    display: inline-block;
}

.product-details-content .product_price .discount_percent {
    color: #fd0000;
    display: inline-block;
}

.cart-product-quantity{
    display: inline-block;
}
.cart_btn{
    display: inline-block;
}
.quantity .minus, .quantity .plus {
    background: #ffffff;
    border: 1px solid #ced4da;
    cursor: pointer;
    cursor: pointer;
    padding: 10px 15px;
}
.quantity .qty {
    background: #ffffff;
    border: 1px solid #ced4da;
    cursor: pointer;
    cursor: pointer;
    padding: 10px 15px;
    text-align: center;
}
.product-details-content .product-info li:last-child {
    margin-bottom: 8px; 
}
.product_options .custom_select{
    max-width: 320px;
}
.product-details-content h1 {
    font-size: 22px;
    margin-bottom: 8px;
}
.product_share {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product_share>span, .product_share .social_icons {
    vertical-align: middle;
    display: inline-block;
    padding-inline-start: 0px;
}
.product_share>span{
    font-size: 16px;
    color: #666666;
}
.product_share .social_icons{
    margin-bottom: 8px;
}
.social_icons li {
    display: inline-block;
    padding: 0 5px 0px 0;
}
.social_icons li a {
    font-size: 18px;
    color: #687188;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
/*---------------------*/


/*products sidebar*/
.product_filters ul{
    padding-left: 30px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #222;
    background-color: #222;
}

.sidebar_categories_title a {
    color: #222222;
}

.parent-prefix-1{
    margin-left: 20px;
}
.parent-prefix-2{
    margin-left: 40px;
}
.parent-prefix-3{
    margin-left: 50px;
}
.parent-prefix-4{
    margin-left: 60px;
}
/*----------------*/

/*--- blogs ---*/
.pagination-area .page-item.active .page-link {
    background-color: #222222;
    background: #222222;
    border-color: #222222;
}
.pagination-area .page-link {
    color: #222222;
}
.pagination-area .page-link:hover {
    background-color: #222222;
    border-color: #232323;
    color: #fff;
}
.pagination-area .pagination{
    justify-content: center;
}
.pagination-area .pagination .page-item{
    margin: 0 3px;
    font-size: 16px;
}
/*-------------*/

/*checkout*/
.toggle_info {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #fff;
    padding: 18px 25px 15px;
    border-top: 3px solid #222;
}
.login_form .panel-body, .coupon_form .panel-body {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    margin-top: 30px;
}
.login_form .form-group .form-control{
    background-color: #f5f5f5;
}
.medium_divider {
    height: 20px;
}
.heading_s1 {
    margin-bottom: 25px;
}
textarea.form-control, textarea.form-control:focus {
    height: auto;
    padding: 12px 15px;
}
.order_table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    text-transform: uppercase;
    padding: 15px .75rem;
    font-weight: 600;
    font-size: 15px;
}
.shipping_options{
    margin-left: 20px;
    margin-bottom: 25px;
}
.shipping_options .custome-radio{
    margin-bottom: 8px;
}
.shipping-method-check{
    cursor: pointer;
    display: block;
    font-weight: 600; 
}
.payment_method{
    margin-bottom: 25px;
}
.payment_option{
    margin-left: 20px;
}
.payment_option label{
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}
.order_review label a{
    display: inline-block;
}

.order_review label{
    font-size: 16px;
}
.order_complete .fa-check-circle{
    font-size: 50px;
}
/*----------*/

.form-group .form-control {
    background: 0 0;
    border: 1px solid #eee;
}
.form-group .form-control:focus {
    border: 1px solid #222;
}

.btn-fill-out{
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.btn-fill-out:hover{
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: transparent;
    color: #222;
    border-color: #222;
}
.btn-fill-out:focus{
    box-shadow: none;
}

input[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ddd;
}

input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #222;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #acacac;
}


/*-------- footer ---------*/
.single-footer-widget  .company_info.footer-contact-info li{
    padding-left: 0px;
}
/*-------------------------*/


/*--- slider desktop & mobile ---*/
.main-banner.only-desktop, .main-banner2.only-desktop{
    display: none;
}
.main-banner.only-mobile, .main-banner2.only-mobile{
    display: block;
}

@media (min-width: 576px){
    .main-banner.only-desktop, .main-banner2.only-desktop{
        display: block;
    }
    .main-banner.only-mobile, .main-banner2.only-mobile{
        display: none;
    }
}

@media (min-width: 768px){
}

/*-------------------------------*/