.site-footer .whatsapp {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
}
.site-footer .whatsapp a {
    width: 45px;
    height: 45px;
    background: #25D366;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 51px;
    margin-right: 15px;
    font-size: 22px;
}
.more-view a img {
    width: 150px;
    margin: 0 10px;
    border: 1px solid #000;
    padding: 5px;
}
.slick-track {
    margin-left: 0 !important;
}
.breadcrum {
    text-align: center;
    background-color: #000;
    padding: 20px 0px;
}
.breadcrum h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.page-wrapper{
    margin: 40px 0px;
}
#page-content-wrapper .product-card{
    margin-bottom: 24px;
}
.inp-wrapper input[type="submit"]{
    font-size: 17px;
    color: #fff;
    padding: 10px 0;
    width: 145px;
    max-width: 145px;
    border: none;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #000;
    margin: 20px auto 0;
    text-align: center;
}
.inner {
    margin-bottom: 30px;
    background: #000;
    color: #fff;
    max-width: 270px;
}
#main-sidebar-wrapper .inner h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}
#main-sidebar-wrapper .inner ul li strong, #main-sidebar-wrapper .inner ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    padding: 5px 20px;
}
#main-sidebar-wrapper .inner ul li b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
#main-sidebar-wrapper .inner ul li .current b {
    color: #af8a59;
}
.pro-larger-details h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000620;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}
.pro-larger-details h6 {
    font-size: 18px;
}
.pro-lar-mat h4 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.add-t-cart button {
    width: 100%;
    padding: 5px;
    background-color: #10131d;
    color: #fff;
    text-align: center;
    border: none;
}
.page-container input, .page-container select {
    height: 45px;
    padding: 0px;
    width: 100%;
}

.product-quantity input {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.pro-large {
    text-align: center;
}
.related-pro{
    margin-top:40px;
}
#main-sidebar-wrapper .inner ul#showme {
    display: block;
}
.inner .msec_menu ul.active {
    display: block;
}
.inner .msec_menu ul {
    display: none;
}
#main-sidebar-wrapper .inner ul#showme.active {
    display: none;
}
table.inq_basket th, table.inq_basket td {
    padding: 5px;
    border: 1px solid #666;
    font-size: 13px;
    font-weight: 400;
}

table.inq_basket th {
    background: #f0f3f9;
    color: #282f3b;
    font-size: 15px;
    font-weight: 600;
}


.sitesdrbut, .inquiry-btn {
    display: inline-block;
    height: 40px;
    padding: 0px 20px;
    color: #fff;
    background: #000;
    border: none;
    font-weight: bold;
    text-transform: capitalize;
}
form.main-form-wrapper .inp-wrapper input[type=text], form.main-form-wrapper .inp-wrapper select {
    display: block;
    background: #FFF;
    width: 100%;
    height: 46px;
    padding: 0px 10px;
    color: #8f8f8f;
    border: 1px solid #dcdcde;
    border-radius: 5px;
}
form.main-form-wrapper .inp-wrapper textarea{
    display: block;
    background: #FFF;
    width: 100%;
    padding: 0px 10px;
    color: #8f8f8f;
    border: 1px solid #dcdcde;
    border-radius: 5px;
}
form.main-form-wrapper .inp-wrapper label {
    display: block;
    color: #231f20;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}
.abt-img{
        text-align: center;
}
.abt-img img{
    width: 50%;
}
.wrapper {
    margin-bottom: 20px;
}
.main-form-wrapper button {
    color: #fff;
    font-weight: bold;
    background-color: #000;
    padding: 10px 20px;
    border: none;
    font-size: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}.contact-page-content h2 {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 35px;
    padding-bottom: 10px;
    color: #231f20;
    margin-bottom: 30px;
}
.main-contact-section .text-area h3 {
    font-weight: 800;
    font-size: 16px;
    color: #231f20;
}
.contact-wrappr .social-media ul li a {
    border: 1px solid #000;
    text-align: center;
}
.social-media ul li {
    display: inline-block;
    margin: 0 5px;
}
.social-media ul {
    font-size: 0;
}
.social-media ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    color: #000;
    font-size: 15px;
}
#fullsearch-wrapper.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}

#fullsearch-wrapper {
    position: fixed;
    z-index: 999;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transform: translate(0px, -100%) scale(0, 0);
}
#fullsearch-wrapper input[type="text"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#fullsearch-wrapper .closebtn {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #000;
    opacity: 1;
    padding: 10px 17px;
    font-size: 18px;
    border-radius: 5px;
}
#fullsearch-wrapper .button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    padding: 10px 30px;
    font-size: 13px;
    color: #fff;
    background: #000;
    cursor: pointer;
    border: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}
.page-container input, .page-container select {
    height: 45px;
    padding: 0px;
    width: 100%;
}
@media (max-width:767px){
    .breadcrum h2 {
        font-size: 35px;
    }
}