.cmn_pdding {
    padding: 100px 0;
}

/* Common Section */


.cmn_sec {
    min-height: 500px;
    background-image: url(../images/common.jpg);
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cmn_sec .active a {
    pointer-events: none;
    color: var(--primary-color);
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb li {
    position: relative;
}

.breadcrumb li::after {
    content: ">";
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    margin-top: -5px;
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb li:last-child::after {
    display: none;
}

/* Product Section */

/* Product Slider */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prdct-slider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.prdct-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}

.prdct-slider .mySwiper2 {
    height: 80%;
    width: 100%;
}

.prdct-slider .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.prdct-slider .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.prdct-slider .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.prdct-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prdct-slider .swiper-button-next {
    color: #fff;
}

.prdct-slider .swiper-button-prev {
    color: #fff;
}

.product-details-info-content-wrap {
    padding-left: 20px;
}

.prdct-slider .swiper-button-next:after, .prdct-slider .swiper-button-prev:after{
    color: var(--primary-color);
}

/* Product Right Side */

.pro-qty {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
}

.pro-qty {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.pro-qty button {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    height: 100%;
    width: 35px;
    background: transparent;
    border: 0;
}

.pro-qty button:hover {
    background-color: #ff3d24;
    color: #fff;
}

.pro-qty button.inc {
    right: 0;
    border-left: 1px solid #e1e1e1;
}

.pro-qty button.dec {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.pro-qty input {
    width: 100%;
    border: 0;
    outline: none;
    text-align: center;
    padding: 12px 45px;
}

/* Cart Section */


.cart_sec .remove-icon {
    margin-right: 15px;
    width: 20px;
}

.cart_sec .product-list .product-thumb {
    display: block;
    width: 120px;
    margin-right: 20px;
}

.cart_sec td {
    color: #fff;
}

.shopping-cart-table tr td.product-list,
.shopping-cart-table tr th.product-list {
    width: 55%;
}

.shopping-cart-table tr td,
.shopping-cart-table tr th {
    vertical-align: middle;
    width: 15%;
    padding: 10px;
    border-color: #e1e1e1;
    white-space: nowrap;
    color: #fff;
}

.cart-calculate-area {
    padding: 20px;
    background-color: #1a1919;
}

.cal-title {
    margin-bottom: 10px;
}

.cart-update-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.shopping-cart-list-area {
    background: #1a1919;
    height: 100%;
    padding: 20px;
}

.pro-qty.cart-pro-qty {
    background-color: transparent;
}

.servcs-otr .srvc-cntnt {
    background-color: var(--black-color);
    padding: 45px 35px;
    text-align: center;
    font-size: 16px;
    box-shadow: inset 0 0 10px #919191;
    background: linear-gradient(145deg, #1e2024, #23272b);
    padding: 45px 35px;
    text-align: center;
    font-size: 16px;
    /* height: 100%; */
    text-align: left;
    padding: 35px 50px 35px 50px;
    transition: 0.5s all ease-in-out;
    /* position: relative; */
    border-radius: 10px;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
}

.servcs-otr .srvc-cntnt .desp {
    min-height: 140px;
}

/* Checkout Sec */

.order-details-area-wrap {
    border: 2px solid #e1e1e1;
    padding: 20px;
}

.checkout-sec th,
.checkout-sec tr,
.checkout-sec td {
    color: #fff;
    font-size: 14px;
}

.cart-subtotal th {
    font-weight: 700;
    font-size: 20px;
}

.cart-subtotal td {
    font-weight: 700;
    font-size: 20px;
}

.final-total th {
    font-weight: 700;
    font-size: 25px;
}

.final-total td {
    font-weight: 700;
    font-size: 25px;
}

.billing-details .form-control {
    height: 50px;
    color: #fff;
    border: 1px solid #e8e8e8;
    background-color: #101010;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 0;
    appearance: auto;
}

.billing-details .form-control::placeholder {
    color: #fff;
}

.shippinAddress .d-flex {
    gap: 10px;
    align-items: baseline;
}

.question1 {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.billing-toggle-txt {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

/* Contact Page */

.contact-info-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 30px;
    min-height: 300px;
}

.contact-info-item .con-info-txt h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-item .con-info-icon {
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    color: var(--primary-color);
    font-size: 35px;
    margin: 0 auto 20px;
    transition: 0.5s all;
    height: 60px;
    width: 60px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info-item .con-info-icon img {
    transition: 0.5s all;
}

.contact-info-item:hover .con-info-icon img {
    filter: brightness(100) invert(0);
}

.contact-info-item:hover .con-info-icon {
    background-color: var(--primary-color);
}

/* Thank You */

.order_details_table {
    padding: 20px;
    background-color: #1a1919;
    box-shadow: 0 0 10px #eeeeee73;
}

.order_details_table th {
    width: 50%;
    padding: 20px;
}

.order_details_table td {
    width: 50%;
    padding: 20px;
    vertical-align: middle;
}

.order_details_table td p {
    color: #fff;
}

.order_details_table table {
    margin: 0;
}

/* Shop */

.product-item__content .title{
    line-height: 1.2;
    margin-top: 15px;
}

.product-item__content .title a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-item__content .price{
    font-size: 20px;
    margin-top: 10px;
    display: flex;
    gap:5px;
    align-items: baseline;
}

.product-item__content .price strong{
    color: var(--primary-color);
}

.product-item {
    background-color: #1a1919;
    -webkit-transition: 0.5s;
    transition: 0.4s;
    height: 100%;
    position: relative;
    box-shadow: inset 0 0 10px #919191;
}

.product-item__content {
    padding: 20px;
}

.product-item__thumb {
    position: relative;
}

.product-item:hover .product-item__thumb .thumb-primary {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-item__thumb img {
    text-align: center;
    display: block;
    margin: auto;
}

.product-item__thumb .thumb-secondary {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-item:hover .product-item__thumb .thumb-secondary {
    opacity: 1;
    visibility: visible;
}

.shop-sec .row {
    row-gap: 30px;
}

.left-from{
    padding: 20px;
    border: 2px solid #e1e1e1;
}

footer .ak-site_branding img {
    max-height: 100px;
}

.custom-checkbox label{
    font-size: 14px;
}

.custom-checkbox label a{
    font-size: 14px;
    color: var(--primary-color);
}

.terms-sec h2{
    font-size: 34px;
}

.prdct-des .list-icon{
    background-color: #2f2f2f;
    text-align: center;
    padding: 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.prdct-des .list-text{
    width: calc(100% - 40px);
}

.prdct-des ul li{
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 30px 0;
}

.error_handler_overlay .error_handler_body{
    background-color: #191919 !important;
    color: #fff !important;
}
