﻿/*--------Cart Design Start--------*/
.cart_card {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    background: white;
}
.why_chooose {
    margin-left: 76px;  
}
.pakhalagallery {
    padding: 30px;
}
.single_gallery {
    padding: 5px;
    border-radius: 10px;
    background: #0066a4;
    margin-bottom: 10px;
}
.header_title {
    padding-top: 60px;
    padding-bottom: 60px;
}
.single_gallery img {
    width: 100%;
}
.single_gallery h5 {
    color: white;
    margin: 10px 0px 5px;
}
.newsbg {
    background: white;
    padding: 100px;
    
}
.Quotes {
    background-image: url('../../Subhash_Khichar/qoutes.jpg');
    background-size: cover;
    padding: 100px;
    padding-bottom: 340px;
}
.qoutes_content {

}
.qoutes_content h4 {
    color: white;
    padding-bottom: 50px;
}
    .qoutes_content h5 {
        padding: 10px;
        color: #0a6aa4;
        background: #fce78c;
        width: 100px;
        font-size: 25px;
        text-align: center;
        margin-bottom: 30px;
    }
.qoutes_content h3 {
    color: white;
    margin-bottom: 30px;
}
.qoutes_content strong {
     color: white;
}
.slidbx {
    margin-bottom: 20px;
}


.cart_header {
    padding: 10px;
    border-bottom: 1px solid aliceblue;
}

.cart_section {
    padding: 30px;
}

.pro_img {
    width: 120px;
    height: 120px;
    margin-top: 7px;
    overflow: hidden;
    border-right: 1px solid aliceblue;
}

.pro_qty {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pro_detail {
    padding: 15px;
}

    .pro_detail h5 {
        margin: 0px 0px 10px 0px;
    }

    .pro_detail p {
        margin: 0px 0px 10px 0px;
    }

.single_item {
    border-bottom: 1px solid aliceblue;
    margin-bottom: 15px;
}

.cart_footer {
    padding: 30px;
    margin-bottom: 15px;
}

.btn_place {
    background: royalblue;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    width: 300px !important;
}

    .btn_place:hover {
        background: none;
        border: 1px solid #5b361a;
        color: #5b361a;
        font-weight: 600;
        border-radius: 5px;
        padding: 12px;
        transition: .3s;
        width: 300px !important;
    }

.btn_cancel {
    background: red;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    width: 300px !important;
}

@media only screen and (max-width: 600px) {
    .btn_cancel {
        position: relative;
        top: 40px;
        margin-left: 249px !important;
    }
}

.btn_cancel:hover {
    background: #5b361a;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    padding: 12px;
    transition: .3s;
    width: 300px !important;
}

.cart_total {
    float: left;
    height: 16px;
    OVERFLOW: HIDDEN;
}
.total_bv {
    float: left;
    height: 16px;
    OVERFLOW: HIDDEN;
    margin-bottom: 20px;
}

.cart_btn {
    float: right;
}

@media only screen and (max-width: 600px) {
    .cart_btn {
        margin-top: 45px;
    }

    .cart_section {
        padding: 0px;
    }
}

.cart_header h5 {
    border-right: 1px solid #5b361a;
}

.View_cart_order {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    background: white;
    width: 100%;
    height: 500px;
}

.item_count {
    BACKGROUND: royalblue;
    color: white;
    padding: 5px;
    border-radius: 12px;
}

span {
    color: white;
}

.input_cart {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #949697!important;
}

select {
    width: 100%;
    padding: 10px;
    border: 1px solid #949697;
}

.order_detail {
    padding: 30px;
}

.input_group {
    margin-bottom: 25px;
}
/*--------Cart Design End--------*/


/*--------Legal Documents Start--------*/
.single_docs img {
    width: 100% !important;
    border: 10px solid #4169e1;
    margin-bottom: 20px;
    height: 750px;
    overflow: hidden;
}

.legal_docs {
    padding: 60px;
}

@media only screen and (max-width: 600px) {
    .legal_docs {
        padding: 0px;
    }
}

.legal_name {
    background: #4169e1;
    border-bottom: 1px solid white;
}

    .legal_name h4 {
        color: white;
        padding: 11px;
        font-size: 18px;
        float: left;
        width: 86%;
        background: #4169e1;
    }

@media only screen and (max-width: 600px) {
    .legal_name h4 {
        color: white;
        padding: 10px;
        font-size: 13px;
        float: left;
        width: 68%;
        background: #4169e1;
        height: 60px;
    }
}

.btn_legal_dn {
    background: royalblue;
    border: none;
    color: white;
    padding: 12px;
    float: right;
}

    .btn_legal_dn:hover {
        background: royalblue;
        border: none;
        color: white;
        padding: 12px;
        float: right;
    }

@media only screen and (max-width: 600px) {
    .btn_legal_dn  {
        background: royalblue;
        border: none;
        color: white;
        padding: 15px;
        float: right;
    }
    .single_docs img {
        height: auto !important;
    }
    }
/*--------Legal Documents End--------*/


/*--------Disclaimer Style Start-----------*/
.disclaimer p {

    text-align: justify;
    line-height: 1.7;
}
.disclaimer strong {
    color: #5b361a;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*--------Disclaimer Style End-----------*/


/*--------Top Selling proudct width set-----------*/
.box_margin {
    width: 219.833px !important;
}
@media only screen and (max-width: 600px)
{
    .box_margin {
        width: 166.833px !important;
    }
}
/*---- Advertisement Modal  ------*/
.btnclose {
    background: #5b361a;
    color: white;
    padding : 10px;
   width: 50px;
  height:50px;
   float: left;
  left: 0px;
  position: absolute;
}

.btnclose i {
    color:white;   
    font-size: 30px;
}
.bg-darktheme {
    background: #0066a4 !important
}
@media only screen and (max-width: 600px) {
    .cart_card {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
        background: white;
        margin: 0px;
    }

    .Quotes {
        background-image: url(../../Satbirpakhala/qoutes.jpg);
        background-size: cover;
        padding: 0px !important;
        padding-bottom: 200px !important;
        padding-top: 100px !important;
    }

    .pakhalagallery {
        padding: 0px !important;
    }

    .social_work {
        padding: 0px !important;
    }

    .welcome {
        padding: 0px !important;
    }
}