/*****shop page**/
.bcp-product-page-btn-box{padding:20px 0}
.prd_options_container{margin:20px 0px}
.shop-section  .shop-header {
    text-align: center;
    padding: 40px 05%;
}
.shop-section .shop-header h2::before {
    margin: auto;
}
.shop-section .shop-header h2 {
    font-family: 'Roboto';  font-weight: 900;
}
.shop-section .shop-header h5 {
    font-family: 'Roboto';  font-weight: 700; margin-bottom:0px;
}
.shop-section .shop-header p { font-family: 'Roboto';font-size: 18px; margin-top:5px;}
.shop-cat-list {
    padding: 0 5% 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shop-cat-list .shop-item {
    width: 25%;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
}
.shop-cat-list .shop-item:hover {
    border-color: #d5c197;
    box-shadow: 0 0 12px 0 #d5c197;
    transition: 0.5s;
}
.shop-cat-list .shop-item:hover .cat-title {
    color: #D73232;
}
.shop-cat-list p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666;
    font-family: 'Roboto';
}
.cat-title {
    color: #000;font-size: 18px;
    font-weight: 900;
    font-family: 'Roboto';
    letter-spacing: normal;
    margin-bottom: 9px;margin-top:0px; 
    text-transform: uppercase;
    display: inherit;
}
.package-input-element {
    display: none;
} 
.ptable-item label.checkd-package {
    display: block;
}
.package-input-element:checked + .ptable-single {
    box-shadow: 0 0 1px 1px #2ecc71;
}
.custom-container {
    margin: auto;
    max-width: 1170px;
}
.shop-image {
    max-width: 38%;
    width: 100%;
    position: sticky;
    top: 0;
}
.shop-image .slider-for img{max-width: 80%!important;}
.shop-image .slider-nav img{max-width: 50%!important;}
.shop-detail {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
    align-items: flex-start;
}
.shop-descrption {
    max-width: 60%;
    width: 100%;
    background-color: #000;
    padding: 45px 30px;
    border-radius: 10px;
}
.shop-detail-specifications .row.spec_description{margin-left: 0;}
.shop-detail-specifications h3{
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin: 10px 0 22px;
    color: #D73232;
}
.shop-descrption .product-q-cart h5{
    color: #fff;
    font-size: 13px;
}
.prd_options_container .form-group label{color: #fff;}
.prd_options_container .form-group .form-control {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #fff;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: auto!important;
}
.prd_options_container .form-group .form-control option{
    background-color: #fff;
    color: #000;
    border: none;
}
.shop-product-image img {
    width: 100%;
}
a.product-title {
    color: #D73232;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat' , sans-serif;
}
.shop-descrption p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666;
    font-family: 'Roboto';
}
.product-shop-step h4 {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Roboto';
    letter-spacing: normal;
}
.ptable-single h3 {
    text-align: center;
    font-size: 16px;
    color: #111;
    margin: 15px 0;
    text-transform: uppercase;
}
.choose-option .ptable-single {
    border: 2px solid #D73232;
    overflow: hidden;cursor: pointer;
    border-radius: 2px;
}
.choose-option .ptable-item {
    width: 160px;
    padding: 0 10px;
}
.choose-option {
    display: flex; 
    flex-flow: row wrap;
    margin: 0 -10px;  
}
.package-input-element:checked + .ptable-single {
    box-shadow: 0 0 1px 1px #2ecc71; background: #D73232;color: #fff;
}
a.product_cart {
    border: 1px solid #D73232;
    background: #D73232;
    color: #fff;
    font-family: 'Roboto';
    padding: 4px 18px;
    font-size: 16px;
}
.package-input-element:checked + .ptable-single h3 {
     color: #fff;
}
a.add-to-cart-button {
    background-color: #D73232;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 12px 30px;
    border: 1px solid #D73232;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
}
a.add-to-cart-button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
input.input-number {
    width: 100px;
    padding-right: 0;  font-family: 'Roboto';
}
.likes-product h2 {
    text-align: center;
    font-size: 36px;
    margin: 50px 0 40px;
}
.likes-product h2:before{ margin:auto;} 
.number-quantity span {
    border: 1px solid #D73232;
    background: #D73232;
    color: #fff;font-family: 'Roboto'; 
    padding: 4px 10px;
    height: 30px;line-height: 21px;
    cursor: pointer;
}
.likes-product .shop-cat-list {
    flex-wrap: nowrap;
}
.number-quantity input[type="text"] {
    width: 50px;
    padding: 4px;
    height: 30px; 
    text-align: center;
    font-size: 14px;font-family: 'Roboto'; 
}
.number-quantity {
    align-items: center; 
    display: flex;
}
.title-info {
    display: flex;
    justify-content: center;
    align-items: center;font-family: 'Roboto'; 
    margin: 15px 0px;
}
.likes-product .shop-cat-list .shop-item {
    padding: 15px 10px; 
}

/*  Loader Style */
.loader {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 999999;
}
.loader-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Build your pc media slick */
.slider-container .item-slick.slick-slide.slick-current.slick-active {
    outline: none!important  
}
.slider-container .slider-for {
    margin-bottom: 15px;
}
.slider-container .slider-for img {
    width: 100%;
    max-width: 70%;
    min-height: 100%; 
}
.shop-image .slick-initialized .slick-slide{text-align: center;}
.shop-image .slick-slider .slick-list{height: auto;}
.slider-container .slider-nav {
    margin: auto;
}
.slider-container .slider-nav .item-slick {
    max-width: 240px;
    margin-right: 15px;
    outline: none!important;
    cursor: pointer;
}
.slider-container .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center; 
}
.slider-container .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px; 
}
.slider-container .slick-prev {
    left: 0;
}
.slider-container .slick-next {
    right: 0; 
}
.spec_desc_itm .title_spec{font-weight:600;}

/* Custom CSS for Cart Page */

/* Adjust the overall table style */

.shop_table.cart {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

/* Style the table header */

.shop_table.cart thead th {
    background-color: #f5f5f5;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

/* Style the table rows */
.shop_table.cart tbody tr {
    border-bottom: 1px solid #ccc;
}

/* Style the table cells */
.shop_table.cart tbody td {
    padding: 10px;
}

/* Style the product thumbnail */
.shop_table.cart .product-thumbnail img {
    width: 80px;
    height: auto;
    vertical-align: middle;
}

/* Style the product name */
.shop_table.cart .product-name a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

/* Style the product price */
.shop_table.cart .product-price .woocommerce-Price-amount {
    font-weight: bold;
    color: #333;
}

/* Style the product quantity input */
.shop_table.cart .product-quantity .quantity input[type="number"] {
    width: 60px;
    padding: 5px;
    border: 1px solid #ccc;
}

/* Style the product subtotal */
.shop_table.cart .product-subtotal .woocommerce-Price-amount {
    font-weight: bold;
    color: #333;
}

/* Style the coupon input field */
.shop_table.cart .coupon input[type="text"] {
    width: 150px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Style the coupon apply button */
.shop_table.cart .coupon button {
    padding: 5px 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

/* Style the update cart button */
.shop_table.cart .actions button[name="update_cart"] {
    padding: 5px 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

/* Style the update cart button when disabled */
.shop_table.cart .actions button[name="update_cart"][disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* checkout */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 48%!important;
	max-width: 100%!important;
}

/* specifications icons */
.bcp-opt-icons {
    width: 100%;
	margin-right:14px;
    max-width: 30px;
}
.bcp-opt-icons img{
    max-width: 30px!important;
}
.spec_desc_itm {
    display:flex;
    padding:5px;
    margin-bottom: 15px;
}
.shop-detail-specifications{ 
    padding: 60px 0;
    background-color: #d8212a08;
}
.bcp_column .form-group {
    background: #5a5c5e;
}
.bcp_column.active .form-group {
    background: none;
}