.sub_banner .sub_banner_content .box .cart span {
    color: var(--black--color);
}

/* Cart Page */

.cart-con {
    padding: 135px 0;
}

/* Cart Details */

.cart-con .product-detail-box .heading {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.cart-con .column-labels {
    padding: 24px 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.cart-con .column-labels label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--text--color);
}

.cart-con .product-details {
    float: left;
    width: 42%;
}

.cart-con .product-price {
    float: left;
    width: 16%;
}

.cart-con .product-quantity {
    float: left;
    width: 23%;
}

.cart-con .product-removal {
    width: 14%;
    float: left;
    text-align: right;
}

.cart-con .product-detail-box .shopping-cart {
    padding-bottom: 35px;
}

.cart-con .product-detail-box .heading span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--black--color);
}

.cart-con .shopping-cart-info .product {
    padding: 30px 0;
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.cart-con .shopping-cart-info .product-details {
    display: flex;
    align-items: center;
}

.cart-con .shopping-cart-info .product-image {
    width: 93px;
    min-height: 93px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 15px;
    background: var(--sky--blue--color);
}

.cart-con .shopping-cart-info .product-image figure {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cart-con .shopping-cart-info .product-image figure img {
    transition: all 0.3s ease-in-out;
}

.cart-con .shopping-cart-info .product-content {
    padding-left: 18px;
}

.cart-con .shopping-cart-info .product-content .product-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    color: var(--black--color);
}

.cart-con .shopping-cart-info .product-content .text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: var(--text--color);
}

.cart-con .shopping-cart-info .product-content .text span {
    font-weight: 700;
    margin-left: 3px;
    color: var(--black--family--color);
}

.cart-con .shopping-cart-info .product-price span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--accent--color);
}

.cart-con .shopping-cart-info .product-qty-details {
    width: 107px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 18.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black--family--color);
    border: 1px solid #e3e4e5;
}

.cart-con .shopping-cart-info .product-qty-details button {
    font-size: 18px;
    font-weight: 700;
    padding: 0 8px;
    background: transparent;
    border: none;
    position: relative;
    top: -1px;
}

.cart-con .shopping-cart-info .product-qty-details .number {
    font-size: 16px;
    width: 45px;
    padding: 5px 0;
    text-align: center;
    color: var(--black--color);
    border-right: 1px solid #e3e4e5;
    border-left: 1px solid #e3e4e5;
}

.cart-con .shopping-cart-info .product-line-price {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--black--color);
}

.cart-con .shopping-cart-info .remove-product {
    border: 0;
    background-color: transparent;
}

.cart-con .shopping-cart-info .remove-product i {
    font-size: 16px;
    width: 37px;
    height: 37px;
    line-height: 35px;
    border-radius: 100%;
    color: var(--peach--color);
    border: 1px solid var(--peach--color);
    transition: all 0.3s ease-in-out;
}

.cart-con .product-detail-box a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: var(--accent--color);
    transition: all 0.8s ease-in-out;
}

.cart-con .product-detail-box a i {
    font-size: 12px;
    margin-right: 18px;
    transition: all 0.8s ease-in-out;
    color: var(--accent--color);
}

.cart-con .product-detail-box a:hover {
    color: var(--pink--color);
}

.cart-con .product-detail-box a:hover i {
    transform: translateX(4px);
    color: var(--pink--color);
}

/* Cart Summary */

.cart-con .cart-total-outer {
    width: 91%;
    float: right;
    background-color: var(--light--lemon--color);
    border-radius: 30px;
}

.cart-con .cart-total-outer .heading {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--black--color);
}

.cart-con .cart-total-outer h4 {
    font-size: 18px;
    line-height: 18px;
    padding: 25px 0 20px;
    margin-right: 32px;
    margin-left: 32px;
    font-weight: 700;
    text-align: center;
    color: var(--black--color);
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.cart-con .cart-total-outer .coupon {
    padding: 15px 0;
    margin-right: 32px;
    margin-left: 32px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.cart-con .cart-total-outer .ticket {
    display: flex;
    align-items: center;
}

.cart-con .cart-total-outer .coupon i {
    font-size: 14px;
    margin-right: 12px;
    color: var(--accent--color);
}

.cart-con .cart-total-outer .coupon a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    padding: 8px 18px 9px;
    border-radius: 13.5px;
    text-align: center;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    transition: all 0.3s ease-in-out;
}

.cart-con .cart-total-outer .coupon a:hover {
    background-color: var(--pink--color);
}

.cart-con .cart-total-outer .detail {
    padding: 26px 32px;
}

.cart-con .cart-total-outer .detail .heading {
    margin-bottom: 20px;
    display: block;
}

.cart-con .cart-total-outer .detail ul {
    padding-bottom: 26px;
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.cart-con .cart-total-outer .detail ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cart-con .cart-total-outer .detail ul li:last-child {
    margin-bottom: 0;
}

.cart-con .cart-total-outer .detail ul span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--text--color);
}

.cart-con .cart-total-outer .detail ul .dollar {
    font-weight: 600;
    color: var(--black--color);
    font-size: 16px;
    line-height: 16px;
}

.cart-con .cart-total-outer .all-total {
    padding: 30px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.cart-con .cart-total-outer .total {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.cart-con .cart-total-outer .total .text,
.cart-con .cart-total-outer .total .dollar {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--black--color);
}

.cart-con .cart-total-outer .total .dollar {
    font-weight: 600;
    color: var(--accent--color);
    font-size: 16px;
    line-height: 16px;
}

.cart-con .cart-total-outer .all-total a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-con .cart-total-outer .all-total a i {
    font-size: 10px;
}

.cart-con .cart-total-outer .note {
    position: relative;
    padding-left: 26px;
    display: inline-block;
}

.cart-con .cart-total-outer .note i {
    font-size: 14px;
    line-height: 14px;
    color: var(--text--color);
    position: absolute;
    left: 0;
    top: 6px;
}

.cart-con .cart-total-outer .note span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: var(--text--color);
    display: inline-block;
}

/* Checkout Page */

/* Items Info */

.checkout-con form .upper-form,
.checkout-con form .lower-form,
.checkout-con form p {
    float: left;
    width: 100%;
}

.checkout-con .product-detail-box .address {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    color: var(--black--color);
}

.checkout-con form .form-group {
    margin-bottom: 28px;
}

.checkout-con form .input1 {
    float: left;
    margin-right: 30px;
}

.checkout-con form label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    color: var(--text--color);
}

.checkout-con form input,
.checkout-con form select {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 51px;
    width: 450px;
    padding: 10px 10px 10px 26px;
    color: var(--text--color);
    background-color: transparent;
    border: 1px solid #e3e4e5;
    border-radius: 25.5px;
    overflow: visible;
    outline: none;
}

.checkout-con form select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 94.3% 22px !important;
    background-image: url(../images/dropdown-arrow.png) !important;
    color: var(--black--color);
    font-weight: 600;
}

.checkout-con form input#scord {
    width: 553px;
}

.checkout-con form select option {
    color: var(--text--color);
}

.checkout-con form input:focus,
.checkout-con form select:focus {
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 3%);
    border: 1px solid var(--accent--color);
}

.checkout-con form input::placeholder {
    color: var(--text--color);
}

/* Specific styles for Firefox */
@-moz-document url-prefix() {
    .checkout-con form select:invalid {
        color: #646464;
    }
}

.checkout-con form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: var(--e-global-color-pure-red);
}

.checkout-con form .input2 input {
    width: 100%;
}

.checkout-con form .dates {
    margin-bottom: 38px;
}

.checkout-con form .dates select {
    background-position: 88.3% 22px !important;
}

.checkout-con form .input3 {
    margin-right: 20px;
}

.checkout-con form .input3 {
    width: 186px;
    margin-right: 20px;
}

.checkout-con form .input4 {
    width: 144px;
}

.checkout-con form .checkbox {
    height: 51px;
    width: 100%;
    padding: 10px 10px 10px 20px;
    background-color: transparent;
    border: 1px solid #e3e4e5;
    border-radius: 25.5px;
    display: flex;
    align-items: center;
}

.checkout-con form .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkout-con form .checkbox label {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    display: inline-block;
    color: var(--black--color);
    font-size: 14px;
    font-weight: 700;
}

.checkout-con form .checkbox label:before {
    content: '';
    padding: 2px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 100%;
    border: 1px solid #e3e4e5;
    background-color: var(--secondary--color);
}

.checkout-con form .checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--accent--color);
}

.checkout-con form .checkbox i,
.checkout-con form .checkbox .card {
    font-size: 14px;
    right: 25px;
    position: absolute;
    color: var(--text--color);
    border: none;
}

.checkout-con form p {
    margin-bottom: 36px;
}

.checkout-con form p a {
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
    color: var(--accent--color) !important;
}

.checkout-con form p a:hover {
    color: var(--accent--color) !important;
}

.checkout-con form .submit_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 20px 47px;
    width: 100%;
    text-align: center;
    border-radius: 27.5px;
    position: relative;
    display: inline-block;
    color: var(--black--color);
    background: var(--primary--color);
    font-family: "Archivo", sans-serif;
    transition: all 0.8s ease-in-out;
    outline: none;
    border-style: none;
}

.checkout-con form .submit_now:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
}

.checkout-con form .submit_now i {
    font-size: 12px;
    margin-left: 22px;
    color: var(--secondary--color);
    transition: all 0.8s ease-in-out;
}

.checkout-con form .submit_now:hover i {
    transform: translateX(4px);
    color: var(--secondary--color);
}

/* List Details */

.checkout-con .cart-total-outer .top-heading {
    padding: 22px 32px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.checkout-con .cart-total-outer .product-items {
    width: 70%;
    float: left;
}

.checkout-con .cart-total-outer .product-prices {
    width: 30%;
    float: right;
    text-align: right;
}

.checkout-con .cart-total-outer .product-items .heading {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
    color: var(--black--color);
}

.checkout-con .cart-total-outer span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--black--color);
}

.checkout-con .cart-total-outer .list-items {
    padding: 0 30px;
}

.checkout-con .cart-total-outer .each-item {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(238 236 211 / 100%);
}

.checkout-con .cart-total-outer .each-item:last-child {
    padding: 25px 0 !important;
    border: none !important;
}

.checkout-con .cart-total-outer .each-item .total-price {
    color: var(--accent--color);
    font-size: 16px;
    line-height: 16px;
}

/* Shop Page 1 */

.shop-con {
    padding: 150px 0 !important;
}

.shop-con a {
    text-decoration: none !important;
}

.shop-con .input-group>.form-control:focus,
.shop-con .input-group-append .btn:focus {
    box-shadow: none;
}

.shop-con::before {
    display: none !important;
}

.sidebar .widget {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e4e5;
}

.shop-con .sidebar {
    position: relative;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: none;
}

.shop-con .sidebar .widget:last-child {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.shop-con .sidebar .widget.widget-newsletter {
    border: none;
    padding: 0;
    margin-bottom: 60px;
    border-radius: 0;
    float: left;
    width: 100%;
}

.shop-con .sidebar .widget-newsletter .form-control {
    font-size: 14px;
    line-height: 14px;
    height: 44px;
    font-weight: 400;
    border: 1px solid #e3e4e5;
    border-right: 0;
    border-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 14px 22px;
}

.shop-con .form-inline .input-group:hover .form-control {
    border: 1px solid var(--accent--color);
    border-right: 0;
}

.shop-con .sidebar .widget-newsletter .btn {
    font-size: 14px;
    line-height: 21px;
    height: 44px;
    border: 1px solid #e3e4e5;
    border-left: 0;
    color: var(--text--color);
    background-color: transparent;
    border-radius: 0;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.shop-con .form-inline .input-group:hover .btn {
    border: 1px solid var(--accent--color);
    border-left: 0;
}

.shop-con .sidebar .widget-newsletter .btn:hover {
    color: var(--accent--color);
}

.shop-con .sidebar .widget-title,
.sidebar>h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black--color);
}

.shop-con .sidebar .widget-categories ul li {
    line-height: 34px;
    padding-left: 33px;
    position: relative;
}

.shop-con .sidebar .widget-categories ul li:before {
    position: absolute;
    content: "";
    font-size: 12px;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    padding: 0;
    border-radius: 100%;
    color: var(--text--color);
    border: 1px solid #e3e4e5;
    font-family: 'FontAwesome';
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.shop-con .sidebar .widget-categories ul li a,
.shop-con .sidebar .widget-categories ul li span {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: var(--text--color);
}

.shop-con .sidebar .widget-categories ul li:hover:before {
    border: 1px solid var(--accent--color);
}

.shop-con .sidebar .widget-categories ul li:hover a {
    color: var(--accent--color);
}

/* Color */

.shop-con .sidebar .color-dot {
    width: 18px;
    height: 18px;
    margin: 0 4px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.shop-con .sidebar .color-dot::after {
    content: "";
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    border: 1px solid;
    display: none;
    transition: all 0.3s ease-in-out;
}

.shop-con .sidebar .color-dot:hover::after {
    display: block;
}

.shop-con .sidebar .color-dot:first-child {
    margin-left: 0;
}

.shop-con .sidebar .color-dot:first-child {
    margin-right: 0;
}

.shop-con .sidebar .dot1 {
    background-color: #fb704f;
}

.shop-con .sidebar .dot2 {
    background-color: #2c5858;
}

.shop-con .sidebar .dot3 {
    background-color: #eeb857;
}

.shop-con .sidebar .dot4 {
    background-color: #8f7cb2;
}

.shop-con .sidebar .dot5 {
    background-color: #3a608f;
}

.shop-con .sidebar .dot6 {
    background-color: #676766;
}

.shop-con .sidebar .dot1:hover::after {
    border: 1px solid #fb704f;
}

.shop-con .sidebar .dot2:hover::after {
    border: 1px solid #2c5858;
}

.shop-con .sidebar .dot3:hover::after {
    border: 1px solid #eeb857;
}

.shop-con .sidebar .dot4:hover::after {
    border: 1px solid #8f7cb2;
}

.shop-con .sidebar .dot5:hover::after {
    border: 1px solid #3a608f;
}

.shop-con .sidebar .dot6:hover::after {
    border: 1px solid #676766;
}

/* Filter */

.shop-con .sidebar .filter h4 {
    margin-bottom: 28px;
}

.shop-con .widget .line1 {
    width: 100%;
    height: 6px;
    margin-bottom: 25px;
    border-radius: 3px;
    background-color: #f1f9f9;
    position: relative;
}

.shop-con .widget .line2 {
    width: 127px;
    height: 6px;
    top: 0;
    left: 0;
    border-radius: 3px;
    background-color: var(--accent--color);
    position: absolute;
}

.shop-con .widget .line2:before,
.shop-con .widget .line2:after {
    content: "";
    width: 14px;
    height: 14px;
    top: -5px;
    border-radius: 100%;
    position: absolute;
    background-color: var(--accent--color);
}

.shop-con .widget .line2:before {
    left: 0;
}

.shop-con .widget .line2:after {
    right: 0;
}

.shop-con .widget .value {
    display: flex;
    align-items: center;
}

.shop-con .widget .value span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--text--color);
}

.shop-con .widget .value .price {
    margin-left: 5px;
    color: var(--accent--color);
}

.shop-con .price-title {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--text--color);
}

.shop-con .price-field {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 30px;
}

.shop-con .price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */
.shop-con .price-field input[type=range] {
    width: 100%;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    background: var(--accent--color);
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}

.shop-con .price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: var(--accent--color);
    cursor: pointer;
    border-radius: 50%;
}

.shop-con .price-field input[type=range]:active,
.shop-con .price-field input[type=range]:focus {
    outline: 0;
}

.shop-con .price-field input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 3px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

/* For Chrome, Safari, Edge */
.shop-con .price-field input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    /* Remove default styles */
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin-top: -4px;
    background-color: var(--accent--color);
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

/* For Chrome, Safari, Edge - Style track */
.shop-con .price-field input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: var(--accent--color);
    border-radius: 3px;
}

/* Firefox */

/* Style toddler input range */
.shop-con .price-field input[type=range]::-moz-range-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin-top: -5px;
    background-color: var(--accent--color);
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

/* Style track input range */
.shop-con .price-field input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: var(--accent--color);
    border-radius: 3px;
}

/* Style for input value block */
.shop-con .price-wrap {
    display: flex;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--accent--color);
    margin-bottom: 0;
    align-items: center;
}

.shop-con .price-wrap-1,
.shop-con .price-wrap-2 {
    display: flex;
}

.shop-con .price-wrap_line {
    margin: 0 5px;
}

.shop-con .price-wrap #one,
.shop-con .price-wrap #two {
    width: 20px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: none;
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--accent--color);
}

.shop-con .price-wrap label {
    text-align: right;
    margin: 0;
}

/* Product */

.shop-con .widget .product-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.shop-con .widget .product-box:last-child {
    margin: 0;
}

.shop-con .widget .product-box figure {
    width: 66px;
    height: 62px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 0;
    background: var(--e-global-color-very-light-gray-white);
    transition: all 0.3s ease-in-out;
}

.shop-con .widget .product-box:hover figure {
    transform: translateY(-5px);
}

.shop-con .widget .product-box figure img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.shop-con .widget .product-box .content {
    padding-left: 12px;
}

.shop-con .widget .product-box .heading {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: var(--black--color);
}

.shop-con .widget .product-box .money {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--text--color);
}

.shop-con .widget .product-box .old-price {
    margin-right: 4px;
    text-decoration: line-through;
}

.shop-con .widget .product-box .new-price {
    font-weight: 700;
    color: var(--accent--color);
}

/* Items */

.shop-con .top-icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.shop-con .top-icons .icons-list {
    display: flex;
    align-items: center;
}

.shop-con .top-icons .icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-right: 12px;
    border-radius: 5px;
    text-align: center;
    background-color: var(--black--color);
}

.shop-con .top-icons .list {
    margin-right: 22px;
    background-color: #f1f9f9;
}

.shop-con .top-icons span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--text--color);
}

.shop-con select {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    height: 42px;
    width: 183px;
    padding: 10px 10px 10px 26px;
    color: var(--black--color);
    background-color: var(--secondary--color);
    border: 1px solid #e3e4e5;
    border-radius: 0;
    overflow: visible;
    outline: none;
}

.shop-con select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 90.3% 18px !important;
    background-image: url(../images/shopdropdown-arrow.png) !important;
    border-radius: 22px;
}

.shop-con select option {
    color: var(--black--color);
}

.shop-con select:focus {
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 3%);
    border: 1px solid var(--accent--color);
}

.shop-con input::placeholder {
    color: var(--black--color);
}

/* Specific styles for Firefox */
@-moz-document url-prefix() {
    .shop-con select:invalid {
        color: #0f0200;
    }
}

.shop-con .classic-box {
    margin-bottom: 30px;
    box-shadow: 0 2px 73px 2px rgb(0 0 0 / 5%);
}

.shop-con .classic-box .box5 {
    background-color: #ffeff0 !important;
}

.shop-con .classic-box .box6 {
    background-color: #fff3ea !important;
}

/* Shop boxes */

.shop-con .feature-box h4 {
    padding-right: 80px;
}

.shop-con .feature-box h4:hover {
    color: var(--black--color);
}

.shop-con .feature-box .image {
    min-height: auto !important;
}

/* Pagination */

.shop-con ul.pagination li.page-item a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    background-color: transparent;
    color: var(--text--color);
    border: 1px solid #e3e4e5;
    box-shadow: none;
}

.shop-con ul.pagination {
    text-align: center;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
}

.shop-con ul.pagination li.page-item {
    margin: 0 8px;
    cursor: pointer;
}

.shop-con ul.pagination li.page-item.disabled a,
.shop-con ul.pagination li.page-item.next a {
    font-size: 16px;
    box-shadow: none;
    color: var(--black--color);
    background-color: var(--primary--color);
    border: 1px solid var(--primary--color);
}

.shop-con ul.pagination li.page-item a:hover,
.shop-con .pagination .page-item:not(.disabled)>.page-link:hover {
    color: var(--black--color);
    background-color: var(--primary--color);
    border: 1px solid var(--primary--color);
    font-weight: 500;
}

/* Product Detail Page */

/* Types */

.types-con {
    padding: 142px 0 70px;
}

.types-con .product-tab .nav-tabs {
    position: relative;
    top: 64px;
    border: none;
    float: left;
    width: 19%;
}

.types-con .product-tab ul li {
    margin: 15px 0;
}

.types-con .product-tab ul li:first-child {
    margin-top: 0;
}

.types-con .product-tab ul li:last-child {
    margin-bottom: 0;
}

.types-con .product-tab ul li a {
    width: 90px;
    height: 90px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #fffaf4;
    background-color: #fffaf4;
    transition: all 0.3s ease-in-out;
}

.types-con .product-tab ul .active {
    color: transparent;
    background-color: transparent;
    border-radius: 10px !important;
    border: 1px solid var(--accent--color);
}

.types-con .product-tab ul li a img {
    border-radius: 10px !important;
}

.types-con .product-tab .tab-content {
    float: left;
    width: 81%;
}

.types-con .product-tab .tab-pane {
    width: 480px;
    min-height: 571px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    background-color: #fffaf4;
}

.types-con .product-tab .tab-pane figure img {
    width: 100%;
    border-radius: 10px;
}

.types-con .types_content .rating {
    margin-bottom: 16px;
}

.types-con .types_content .rating i {
    font-size: 12px;
    line-height: 12px;
    color: var(--yellow--color);
}

.types-con .types_content .rating span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--black--color);
}

.types-con .types_content h3 {
    font-weight: 700;
    margin-bottom: 28px;
}

.types-con .types_content .price {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 18px;
    color: var(--accent--color);
}

.types-con .types_content .price span.strike {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: line-through;
}

.types-con .types_content p {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 18px;
}

.types-con .types_content {
    padding-right: 100px;
    padding-left: 50px;
}

.types-con .types_content .colors {
    margin-bottom: 22px;
}

.types-con .types_content .heading {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    color: var(--black--color);
}

.types-con .types_content .colors li {
    width: 32px;
    height: 32px;
    margin: 0 3px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #e3e4e5;
}

.types-con .types_content li:first-child {
    margin-left: 0;
}

.types-con .types_content li:last-child {
    margin-right: 0;
}

.types-con .types_content .colors li:before {
    content: "";
    left: 6px;
    top: 6px;
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 100%;
    background-color: #be2a36;
}

.types-con .types_content .colors .orange:before {
    background-color: #e4ccaf;
}

.types-con .types_content .colors .green:before {
    background-color: #bcec9f;
}

.types-con .types_content .colors .brown:before {
    background-color: #9a5f2e;
}

.types-con .types_content .sizes {
    margin-bottom: 30px;
}

.types-con .types_content .sizes li {
    font-size: 18px;
    width: 43px;
    height: 43px;
    line-height: 41px;
    margin: 0 6px;
    font-weight: 400;
    text-align: center;
    color: var(--black--color);
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #e3e4e5;
    transition: all 0.3s ease-in-out;
}

.types-con .types_content .sizes li:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
}

.types-con .types_content .quatity_button_wrapper {
    margin-bottom: 35px;
    padding-top: 30px;
    border-top: 1px solid #e3e4e5;
}

.types-con .types_content .quatity_button_wrapper .primary_btn {
    height: 50px;
    line-height: 50px;
}

.types-con .types_content .quantity-field {
    width: 161px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--black--color);
    border: 1px solid #e3e4e5;
}

.types-con .types_content .quantity-field .value-button {
    font-size: 18px;
    font-weight: 700;
    width: 40px;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

.types-con .types_content .quantity-field .number {
    font-size: 18px;
    width: 60px;
    height: 100%;
    padding: 10px 10px;
    text-align: center;
    display: inline-block;
    color: var(--black--color);
    border-right: 1px solid #e3e4e5;
    border-left: 1px solid #e3e4e5;
}

.types-con .types_content .quantity-field .number::selection {
    background: none;
}

.types-con .types_content .text {
    display: flex;
    align-items: center;
}

.types-con .types_content .text i {
    margin-right: 8px;
}

.types-con .types_content .text i,
.types-con .types_content .text span {
    font-size: 16px;
    color: var(--text--color);
}

.types-con .types_content .text .wishlist {
    margin-right: 30px;
}

/* Product Detail Page 2 */

.types2-con {
    padding-bottom: 116px;
}

.types2-con .product2-tab .nav-tabs {
    left: -18px;
    float: left;
    width: 100%;
    border: none;
    position: relative;
    justify-content: center;
}

.types2-con .product2-tab ul li {
    margin: 0 10px;
}

.types2-con .product2-tab ul li:first-child {
    margin-left: 0;
}

.types2-con .product2-tab ul li:last-child {
    margin-right: 0;
}

.types2-con .product2-tab ul li a {
    width: 117px;
    height: 110px;
    padding: 0;
    border-radius: 0;
    background-color: var(--e-global-color-very-light-gray-white) !important;
    transition: all 0.3s ease-in-out;
    float: left;
    border: none !important;
}

.types2-con .product2-tab ul li a:hover {
    border: none !important;
}

.types2-con .product2-tab ul li a img {
    height: auto;
    width: 100%;
}

.types2-con .product2-tab .tab-content {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.types2-con .product2-tab .tab-pane {
    float: left;
    width: 672px;
    height: 647px;
    border-radius: 30px;
    background-color: var(--sky--blue--color);
}

.types2-con .product2-tab .tab-pane figure {
    /* width: 100%; */
    text-align: center;
    margin: 0 auto;
}

.types2-con .product2-tab .propagation {
    position: absolute;
    z-index: 1;
    bottom: 70px;
}

.types2-con .product2-tab .propagation button {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.types2-con .product2-tab .propagation button i {
    font-size: 17px;
    color: var(--black--color);
    transition: all 0.3s ease-in-out;
}

.types2-con .product2-tab .propagation button i:hover {
    color: var(--accent--color);
}

.types2-con .product2-tab .propagation #prevBtn {
    left: -4px;
}

.types2-con .product2-tab .propagation #nextBtn {
    right: -602px;
}

.types2-con .types_content .text {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e4e5;
}

.types2-con .types_content .detail .order {
    margin-bottom: 12px;
}

.types2-con .types_content .detail img {
    margin-right: 20px;
}

.types2-con .types_content .detail span {
    font-size: 16px;
    color: var(--e-global-color-shop-text);
}

.types2-con .types_content .detail span a {
    color: var(--accent--color);
    transition: all 0.3s ease-in-out;
}

.types2-con .types_content .detail span a:hover {
    color: var(--e-global-color-very-dark-cyan);
}

/* More Information Section */

.more_information_section .nav-tabs {
    padding: 0;
    border-bottom: 1px solid #e3e4e5;
    justify-content: center;
}

.more_information_section .tabs-box .nav-tabs li {
    margin: 0 21px;
}

.more_information_section .tabs-box .nav-tabs li:first-child {
    margin-left: 0;
}

.more_information_section .tabs-box .nav-tabs li:last-child {
    margin-right: 0;
}

.more_information_section .tabs-box .nav-tabs li a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 20px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid transparent;
    color: var(--black--color);
}

.more_information_section .tabs-box .nav-tabs li a:hover {
    cursor: pointer;
    color: var(--accent--color);
    border-bottom: 3px solid var(--accent--color);
}

.more_information_section .tabs-box .nav-tabs li a.active {
    color: var(--accent--color);
    border-bottom: 3px solid var(--accent--color);
}

.more_information_section .tab-content {
    padding: 30px 0 40px;
    border-bottom: 1px solid #e3e4e5;
}

.more_information_section .description_content p {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--text--color);
}

.more_information_section .information_content table {
    width: 100%;
}

.more_information_section .information_content table tr:nth-child(odd) th {
    border: 1px solid #e3e4e5;
    border-radius: 10px;
}

.more_information_section .information_content table tr:nth-child(odd) td {
    border: 1px solid #e3e4e5;
    border-radius: 10px;
}

.more_information_section .information_content table tr th {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: var(--black--color);
}

.more_information_section .information_content table tr td {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text--color);
}

.more_information_section .reviews_content_box {
    border: 2px solid #e3e4e5;
    padding: 40px 45px 35px 30px;
    margin-bottom: 28px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.more_information_section .reviews_content_box h5 {
    font-size: 20px;
    color: var(--black--color);
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.more_information_section .reviews_content_box p {
    color: var(--text--color);
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.more_information_section .reviews_content_box figure {
    width: 7%;
}

/* .more_information_section .reviews_content_box figure img {
    border-radius: 100%;
} */
.more_information_section .reviews_content_box .text_wrapper {
    width: 93%;
    display: inline-block;
    padding-left: 15px;
}

.more_information_section .reviews_content_box ul li {
    display: inline-block;
}

.more_information_section .reviews_content_box ul li i {
    font-size: 16px;
    line-height: 16px;
    color: var(--yellow--color);
}

.more_information_section .reviews_content h6 {
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    color: var(--accent--color);
}

.more_information_section .reviews_content h3 {
    margin-bottom: 35px;
    color: var(--black--color);
}

.more_information_section .reviews_content form input,
.more_information_section .reviews_content form textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 51px;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border: 1px solid #e3e4e5;
    border-radius: 30px;
    overflow: visible;
    outline: none;
}

.more_information_section .reviews_content form textarea {
    height: 150px;
    margin-bottom: 30px;
    width: 100%;
    padding: 15px 20px;
}

.more_information_section .reviews_content .form-control::placeholder {
    color: var(--text--color);
}

.more_information_section .reviews_content .form-control:focus {
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 3%);
    border: 1px solid var(--accent--color);
}

.more_information_section .reviews_content button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 23px 43px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background: var(--accent--color);
    font-family: "Archivo", sans-serif;
    transition: all 0.8s ease-in-out;
    outline: none;
    border-style: none;
}

.more_information_section .reviews_content button:hover {
    color: var(--black--color);
    background: var(--primary--color);
}

.more_information_section .reviews_content button i {
    font-size: 12px;
    margin-left: 22px;
    color: var(--secondary--color);
    transition: all 0.8s ease-in-out;
}

.more_information_section .reviews_content button:hover i {
    transform: translateX(4px);
    color: var(--secondary--color);
}

/* Product */

.product-con {
    padding-top: 100px !important;
}

.product-con .product_content h2 {
    margin-bottom: 18px;
}

.product-con .product_content h2 span {
    color: var(--accent--color);
}

.product-con .product_content p {
    margin-bottom: 50px;
}

.product-con .feature-box h4:hover {
    color: var(--black--color);
}

.product-con .owl-carousel .owl-nav {
    display: block !important;
    position: relative;
    top: -362px;
}

.product-con .owl-carousel .owl-prev,
.product-con .owl-carousel .owl-next {
    font-size: 20px !important;
    position: absolute;
    color: var(--black--color) !important;
    background-color: transparent !important;
    border: none !important;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.product-con .owl-carousel .owl-prev {
    left: -62px;
}

.product-con .owl-carousel .owl-next {
    right: -62px;
}

.product-con .owl-carousel .owl-prev:hover,
.product-con .owl-carousel .owl-next:hover {
    color: var(--accent--color) !important;
}

.product-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.shop-products-con .col-xl-4.col-lg-6.col-md-6.col-sm-6.d-flex {
    margin-bottom: 40px;
}

.shop-products-con .col-xl-4.col-lg-6.col-md-6.col-sm-6.d-flex:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

#widget-search-form-sidebar.form-inline .input-group {
    width: 100%;
}

#widget-search-form-sidebar.form-inline .fa-search {
    font-size: 17px;
}

.single-product-image {
    background-color: var(--sky--blue--color);
    border-radius: 30px;
    padding: 58px;
}

.single-product-image figure,
.single-product-image figure img {
    text-align: center;
    margin: 0 auto;
}

/* Responsive media */
.widget-size span {
    font-size: 16px;
    line-height: 16px;
    background-color: var(--sky--blue--color);
    border-radius: 17px;
    padding: 9px 12px;
    text-align: center;
    margin: 0 4px 10px;
    width: 82px;
    cursor: pointer;
}

.size-option.selected {
    background-color: var(--accent--color);
    color: var(--secondary--color);
    font-weight: bold;
}

@media screen and (max-width: 1440px) {

    /* Cart Page */
    .cart-con {
        padding: 100px 0;
    }

    /* Shop Page */
    .shop-con {
        padding: 100px 0 !important;
    }

    /* Product Detail Page */
    .types-con {
        padding: 100px 0 70px;
    }

    .product-con .owl-carousel .owl-prev {
        left: -35px;
    }

    .product-con .owl-carousel .owl-next {
        right: -35px;
    }

    .checkout-con form input,
    .checkout-con form select {
        width: 361px;
    }

    .checkout-con form input#scord {
        width: 374px;
    }

    .widget-size span {
        font-size: 15px;
        line-height: 15px;
        margin: 0 3px 10px;
        width: 78px;
    }

    .shop-con.feature-con .sidebar .col-lg-9 {
        padding: 0;
    }

    .shop-products-con .col-xl-4.col-lg-6.col-md-6.col-sm-6.d-flex {
        margin-bottom: 20px;
        padding: 0 6px;
    }

    .shop-con ul.pagination {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 1199px) {

    /* Cart Page */
    .cart-con {
        padding: 80px 0;
    }

    .cart-con .product-detail-box .heading,
    .cart-con .product-detail-box .shopping-cart {
        padding-bottom: 20px;
    }

    .cart-con .column-labels,
    .cart-con .shopping-cart-info .product {
        padding: 20px 0;
    }

    .cart-con .shopping-cart-info .product-content .product-title {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 14px;
    }

    .cart-con .cart-total-outer h4 {
        padding: 16px 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .cart-con .cart-total-outer .coupon {
        padding: 15px 0;
        margin-left: 15px;
        margin-right: 15px;
    }


    .cart-con .cart-total-outer .detail {
        padding: 20px 15px;
    }

    .cart-con .cart-total-outer .detail ul {
        padding-bottom: 20px;
    }

    .cart-con .cart-total-outer .all-total {
        padding: 20px 0;
        margin-bottom: 14px;
    }

    .cart-con .cart-total-outer .total {
        margin-bottom: 16px;
    }

    /* Checkout Page */
    .checkout-con .product-detail-box .address {
        margin-bottom: 20px;
    }

    .checkout-con form .form-group {
        margin-bottom: 20px;
    }

    .checkout-con form label {
        margin-bottom: 15px;
    }

    .checkout-con form .input1 {
        margin-right: 15px;
    }

    .checkout-con form input,
    .checkout-con form select {
        height: 45px;
        width: 296px;
        padding: 10px 10px 10px 20px;
    }

    .checkout-con form select {
        background-position: 93.3% 19px !important;
    }

    .checkout-con form .input3 {
        width: 144px;
        margin-right: 10px;
    }

    .checkout-con form .dates select {
        background-position: 90.3% 20px !important;
    }

    .checkout-con form p {
        margin-bottom: 20px;
    }

    .checkout-con form .submit_now {
        padding: 18px;
    }

    .checkout-con .cart-total-outer .top-heading {
        padding: 20px;
    }

    .checkout-con .cart-total-outer .list-items {
        padding: 0 20px;
    }

    .checkout-con .cart-total-outer .each-item:last-child {
        padding: 15px 0 !important;
    }

    /* Shop Page */
    .shop-con {
        padding: 80px 0 !important;
    }

    .shop-con .sidebar .widget.widget-newsletter,
    .shop-con .top-icons {
        margin-bottom: 35px;
    }

    .shop-con .feature-box h4 {
        padding-right: 0;
    }

    /* Product Detail Page */
    .types-con {
        padding: 80px 0 50px;
    }

    .types-con .product-tab .nav-tabs {
        top: 52px;
    }

    .types-con .product-tab ul li a {
        width: 80px;
        height: 80px;
    }

    .types-con .product-tab .tab-pane {
        width: 430px;
        min-height: 500px;
    }

    .types-con .types_content .rating {
        margin-bottom: 10px;
    }

    .types-con .types_content h4 {
        margin-bottom: 15px;
    }

    .types-con .types_content .price {
        margin-bottom: 12px;
    }

    .types-con .types_content p {
        line-height: 27px;
        margin-bottom: 15px;
        font-size: 17px;
    }

    .types-con .types_content .heading {
        margin-bottom: 12px;
    }

    .types-con .types_content .colors {
        margin-bottom: 15px;
    }

    .types-con .types_content .sizes {
        margin-bottom: 25px;
    }

    .types-con .types_content .quatity_button_wrapper {
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .types-con .types_content .quantity-field .number {
        padding: 10px;
    }

    .more_information_section .tab-content {
        padding: 35px 0;
    }

    .more_information_section .reviews_content_box {
        padding: 35px 35px 35px 30px;
        margin-bottom: 25px;
    }

    .more_information_section .reviews_content h3 {
        margin-bottom: 30px;
    }

    .more_information_section .reviews_content form input,
    .more_information_section .reviews_content form textarea {
        padding: 10px 15px;
        height: 45px;
        margin-bottom: 18px;
    }

    .more_information_section .reviews_content form textarea {
        padding: 15px;
        height: 130px;
        margin-bottom: 25px;
    }

    .more_information_section .reviews_content_box h5 {
        font-size: 18px;
    }

    .more_information_section .reviews_content button {
        padding: 18px 26px;
    }

    .more_information_section .reviews_content button i {
        margin-left: 18px;
    }

    .more_information_section .reviews_content_box p {
        margin-bottom: 8px;
    }

    .more_information_section .reviews_content_box ul li i {
        font-size: 14px;
        line-height: 14px;
    }

    /* Product Detail Page 2 */
    .types2-con .product2-tab .tab-content {
        margin-bottom: 30px;
    }

    .types2-con .product2-tab .tab-pane {
        width: 530px;
        height: 508px;
    }

    .types2-con .product2-tab .nav-tabs {
        left: 0;
    }

    .types2-con .product2-tab ul li a {
        width: 100px;
        height: 94px;
    }

    .types2-con .product2-tab .propagation {
        bottom: 88px;
    }

    .types2-con .product2-tab .propagation #prevBtn {
        left: 4px;
    }

    .types2-con .product2-tab .propagation #nextBtn {
        right: -525px;
    }

    .types2-con .types_content .text {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .types2-con .types_content .detail .order {
        margin-bottom: 8px;
    }

    .types2-con .types_content .detail img {
        margin-right: 6px;
    }

    .types2-con .types_content .detail span {
        font-size: 15px;
    }

    /* Product */
    .product-con {
        padding-top: 60px !important;
    }

    .product-con .product_content h2 {
        margin-bottom: 20px;
    }

    .product-con .product_content p {
        margin-bottom: 35px;
    }

    .product-con .owl-carousel .owl-nav {
        position: relative;
        top: 0;
        margin-top: 0 !important;
    }

    .product-con .owl-carousel .owl-prev,
    .product-con .owl-carousel .owl-next {
        position: relative;
    }

    .product-con .owl-carousel .owl-prev {
        left: -15px;
    }

    .product-con .owl-carousel .owl-next {
        right: -15px;
    }

    .checkout-con form input#scord {
        width: 304px;
    }

    .shop-products-con .col-xl-4.col-lg-6.col-md-6.col-sm-6.d-flex:nth-last-of-type(-n+3) {
        margin-bottom: 20px;
    }

    .shop-products-con .col-xl-4.col-lg-6.col-md-6.col-sm-6.d-flex:nth-last-of-type(-n+1) {
        margin-bottom: 0;
    }

    .types-con .types_content {
        padding-right: 0;
        padding-left: 0;
    }

    .more_information_section .description_content p {
        line-height: 27px;
        font-size: 17px;
    }

    .more_information_section .information_content table tr td {
        font-size: 17px;
    }

    .more_information_section .tabs-box .nav-tabs li a {
        font-size: 19px;
        line-height: 19px;
        padding: 0 0 18px
    }

    .more_information_section .reviews_content h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .explore-products .owl-theme .owl-nav.disabled+.owl-dots,
    .featured-products-con .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {

    /* Cart Page */
    .cart-con {
        padding: 60px 0;
    }

    .cart-con .product-detail-box {
        margin-bottom: 20px;
    }

    .cart-con .shopping-cart-info .product-content .product-title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .cart-con .product-detail-box .buttun-shopping {
        text-align: center;
    }

    .cart-con .cart-total-outer {
        width: 100%;
    }

    .cart-con .cart-total-outer .coupon {
        padding: 15px 25px;
    }

    .cart-con .cart-total-outer .detail {
        padding: 20px 40px;
    }

    /* Checkout Page */
    .checkout-con .product-detail-box {
        margin-bottom: 40px;
    }

    .checkout-con form .input1 {
        margin-right: 20px;
        width: 48.5%;
    }

    .checkout-con form .form-group {
        margin-bottom: 20px;
        width: 48.5%;
    }

    .checkout-con form .form-group.checkbox {
        width: 100%;
    }

    .checkout-con form .input2 {
        width: 100%;
    }

    .checkout-con form input,
    .checkout-con form select {
        width: 100%;
        padding: 10px 15px;
    }

    .checkout-con form .input3 {
        width: 47.5%;
        margin-right: 15px;
    }

    .checkout-con form .input4 {
        width: 47.5%;
    }

    .checkout-con form p {
        margin-bottom: 16px;
    }

    .checkout-con form .submit_now {
        padding: 16px;
    }

    .checkout-con form .submit_now i {
        margin-left: 16px;
    }

    .checkout-con .cart-total-outer .top-heading {
        padding: 15px 40px;
    }

    .checkout-con .cart-total-outer .list-items {
        padding: 0 40px;
    }

    .checkout-con .cart-total-outer .each-item:last-child {
        padding: 15px 0 !important;
    }

    /* Shop Page */
    .shop-con {
        padding: 60px 0 !important;
    }

    .shop-con .sidebar,
    .shop-con .sidebar .widget.widget-newsletter,
    .shop-con .top-icons {
        margin-bottom: 30px;
    }

    .sidebar .widget {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .shop-con .form-inline .input-group {
        width: 100%;
    }

    .shop-con .sidebar .widget-newsletter .form-control {
        padding: 12px 20px;
    }

    .shop-con .widget .line2 {
        width: 50%;
    }

    /* Product Detail Page */
    .types-con {
        padding: 60px 0 40px;
    }

    .types-con .product-tab {
        width: 510px;
        margin: 0 auto;
    }

    .types-con .product-tab .nav-tabs {
        top: 38px;
        z-index: 1;
    }

    .types-con .product-tab ul li a {
        width: 75px;
        height: 75px;
    }

    .types-con .product-tab .tab-pane {
        width: 390px;
        min-height: 460px;
    }

    .types-con .types_content {
        padding-top: 110px;
    }

    .types-con .types_content .quantity-field {
        width: 138px;
    }

    .types-con .types_content .quantity-field .number {
        padding: 9px;
    }

    .types-con .types_content .primary_btn {
        padding: 0;
    }

    .more_information_section .tab-content {
        padding: 30px 0;
    }

    .more_information_section .tabs-box .nav-tabs li {
        margin: 0 15px;
    }

    .more_information_section .tabs-box .nav-tabs li a {
        font-size: 18px;
        line-height: 18px;
    }

    .more_information_section .information_content table tr th {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 18px;
    }

    .more_information_section .information_content table tr td {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 18px;
    }

    .more_information_section .reviews_content_box {
        padding: 30px 25px;
        margin-bottom: 20px;
    }

    .more_information_section .reviews_content_box figure {
        width: 12%;
    }

    .more_information_section .reviews_content_box .text_wrapper {
        width: 88%;
        padding-left: 5px;
    }

    .more_information_section .reviews_content_box p {
        margin-bottom: 5px;
    }

    .more_information_section .reviews_content_box ul li i {
        font-size: 12px;
        line-height: 12px;
    }

    .more_information_section .reviews_content h6 {
        margin-bottom: 12px;
    }

    .more_information_section .reviews_content h3 {
        margin-bottom: 20px;
        font-size: 21px;
    }

    .more_information_section .reviews_content form input,
    .more_information_section .reviews_content form textarea {
        margin-bottom: 15px;
    }

    .more_information_section .reviews_content form textarea {
        height: 125px;
    }

    .more_information_section .reviews_content button {
        padding: 16px 24px;
    }

    /* Product Detail Page 2 */
    .types2-con .product2-tab {
        width: 440px;
        margin: 0 auto;
    }

    .types2-con .product2-tab .tab-content {
        margin-bottom: 20px;
    }

    .types2-con .product2-tab .tab-pane {
        width: 100%;
        height: 420px;
    }

    .types2-con .product2-tab ul li a {
        width: 95px;
        height: 90px;
    }

    .types2-con .product2-tab .propagation {
        bottom: 58px;
    }

    .types2-con .product2-tab .propagation #prevBtn {
        left: -30px;
    }

    .types2-con .product2-tab .propagation #nextBtn {
        right: -470px;
    }

    .types2-con .types_content {
        padding-top: 25px;
    }

    /* Product */
    .product-con {
        padding-top: 50px !important;
    }

    .product-con .product_content h2 {
        margin-bottom: 14px;
    }

    .product-con .product_content p {
        margin-bottom: 25px;
    }

    .product-con .owl-carousel .owl-nav {
        margin-top: 0 !important;
    }

    .product-con .owl-carousel .owl-prev,
    .product-con .owl-carousel .owl-next {
        font-size: 16px !important;
    }

    .product-con .owl-carousel .owl-prev {
        left: -5px;
    }

    .product-con .owl-carousel .owl-next {
        right: -5px;
    }

    .checkout-con form input#scord {
        width: 100%;
    }

    .cart-con .cart-total-outer {
        border-radius: 20px;
    }

    .cart-con .cart-total-outer .note span br {
        display: none;
    }

    .shop-con ul.pagination li.page-item a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        height: 40px;
        width: 40px;
    }

    .single-product-image {
        padding: 30px;
    }

    .single-product-image figure img {
        width: 200px;
    }

    .explore-products .owl-theme .owl-nav.disabled+.owl-dots,
    .featured-products-con .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {

    /* Cart Page */
    .cart-con {
        padding: 40px 0;
    }

    .cart-con .shopping-cart-info .product-content .product-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .cart-con .shopping-cart-info .product-qty-details {
        width: 90px;
    }

    .cart-con .shopping-cart-info .product-price span,
    .cart-con .shopping-cart-info .product-line-price {
        font-size: 14px;
        line-height: 14px;
    }

    .cart-con .shopping-cart-info .product-qty-details .number {
        font-size: 14px;
        width: 32px;
        padding: 2px 0;
    }

    .cart-con .shopping-cart-info .product-qty-details button {
        top: -2px;
    }

    .cart-con .shopping-cart-info .remove-product i {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .cart-con .cart-total-outer .all-total a {
        padding: 12px;
    }

    /* Checkout Page */
    .checkout-con .product-detail-box {
        margin-bottom: 30px;
    }

    .checkout-con .product-detail-box .address {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 18px;
    }

    .checkout-con form .form-group {
        float: none !important;
        margin: 0 0 18px 0 !important;
    }

    .checkout-con form label {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .checkout-con form input,
    .checkout-con form select {
        height: 44px;
        width: 100%;
        padding: 10px 20px;
    }

    .checkout-con form select {
        background-position: 95.3% 18px !important;
    }

    .checkout-con form .dates select {
        background-position: 95.3% 18px !important;
    }

    .checkout-con form .input3,
    .checkout-con form .input4 {
        float: none !important;
        width: 100%;
        margin: 0 0 18px 0 !important;
    }

    .checkout-con form .checkbox label:before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
    }

    .checkout-con form .checkbox input:checked+label:after {
        width: 11px;
        height: 11px;
    }

    .checkout-con form p {
        margin-bottom: 15px;
    }

    .checkout-con form .submit_now {
        font-size: 14px;
        line-height: 14px;
        padding: 15px;
    }

    .checkout-con .cart-total-outer .product-items .heading {
        font-size: 14px;
        line-height: 14px;
    }

    /* Shop Page */
    .shop-con {
        padding: 40px 0 !important;
    }

    .shop-con .sidebar .widget.widget-newsletter {
        margin-bottom: 20px;
    }

    .shop-con ul.pagination {
        margin: 20px auto 0;
    }

    .shop-con ul.pagination li.page-item a {
        font-size: 16px;
        line-height: 22px;
        height: 40px;
        width: 40px;
    }

    .shop-con ul.pagination li.page-item.disabled a,
    .shop-con ul.pagination li.page-item.next a {
        font-size: 14px;
        line-height: 25px;
    }

    /* Product Detail Page */
    .types-con {
        padding: 40px 0 20px;
    }

    .types-con .product-tab {
        width: 430px;
    }

    .types-con .product-tab .nav-tabs {
        top: 8px;
    }

    .types-con .product-tab ul li a {
        width: 70px;
        height: 70px;
    }

    .types-con .product-tab .tab-pane {
        width: 320px;
        min-height: 380px;
        right: 55px;
    }

    .types-con .types_content {
        padding-top: 50px;
    }

    .types-con .types_content .rating {
        margin-bottom: 8px;
    }

    .types-con .types_content h4 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .types-con .types_content .price {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .types-con .types_content p {
        line-height: 20px;
        margin-bottom: 12px;
    }

    .types-con .types_content .heading {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .types-con .types_content .colors {
        margin-bottom: 12px;
    }

    .types-con .types_content .sizes {
        margin-bottom: 20px;
    }

    .types-con .types_content .sizes li {
        font-size: 16px;
        width: 38px;
        height: 38px;
        line-height: 35px;
        margin: 0 4px;
    }

    .types-con .types_content .quantity-field {
        width: 128px;
    }

    .types-con .types_content .quantity-field .number {
        font-size: 16px;
        width: 50px;
        padding: 10px;
    }

    .types-con .types_content .primary_btn {
        padding: 0;
    }

    .types-con .types_content .text i,
    .types-con .types_content .text span {
        font-size: 14px;
    }

    .types-con .types_content .text i {
        margin-right: 6px;
    }

    .types-con .types_content .text .wishlist {
        margin-right: 24px;
    }

    .more_information_section .tabs-box .nav-tabs li a {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 2px;
        border-bottom: 2px solid transparent;
    }

    .more_information_section .tabs-box .nav-tabs li a:hover {
        border-bottom: 2px solid var(--accent--color);
    }

    .more_information_section .tabs-box .nav-tabs li a.active {
        border-bottom: 2px solid var(--accent--color);
    }

    .more_information_section .tabs-box .nav-tabs li {
        margin: 0 12px;
    }

    .more_information_section .description_content p {
        line-height: 24px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .more_information_section .reviews_content_box {
        padding: 25px 20px;
        margin-bottom: 15px;
    }

    .more_information_section .reviews_content_box figure {
        width: 15%;
    }

    .more_information_section .reviews_content_box .text_wrapper {
        width: 85%;
        padding-left: 10px;
    }

    .more_information_section .reviews_content h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .more_information_section .reviews_content h3 {
        margin-bottom: 15px;
    }

    .more_information_section .reviews_content form input,
    .more_information_section .reviews_content form textarea {
        padding: 12px;
        height: 42px;
        margin-bottom: 15px;
    }

    .more_information_section .reviews_content form textarea {
        height: 110px;
    }

    .more_information_section .reviews_content button {
        font-size: 14px;
        line-height: 14px;
        padding: 16px;
    }

    .more_information_section .reviews_content button .circle {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    /* Product Detail Page 2 */
    .types2-con .product2-tab {
        width: 400px;
    }

    .types2-con .product2-tab .tab-pane {
        height: 384px;
    }

    .types2-con .product2-tab ul li a {
        width: 85px;
        height: 80px;
    }

    .types2-con .product2-tab .propagation {
        bottom: 53px;
    }

    .types2-con .product2-tab .propagation #nextBtn {
        right: -430px;
    }

    .types2-con .types_content {
        padding-top: 20px;
    }

    .types2-con .types_content .text {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .types2-con .types_content .detail .order {
        margin-bottom: 6px;
    }

    .types2-con .types_content .detail img {
        margin-right: 5px;
    }

    .types2-con .types_content .detail span {
        font-size: 14px;
    }

    /* Product */
    .product-con {
        padding-top: 40px !important;
    }

    .product-con .product_content h2 {
        margin-bottom: 12px;
    }

    .product-con .product_content p {
        margin-bottom: 20px;
    }

    .product-con .owl-carousel .owl-nav {
        margin-top: 0 !important;
    }

    .product-con .owl-carousel .owl-prev,
    .product-con .owl-carousel .owl-next {
        font-size: 15px !important;
    }

    .product-con .owl-carousel .owl-prev {
        left: 0;
    }

    .product-con .owl-carousel .owl-next {
        right: 0;
    }

    .checkout-con form input#scord {
        width: 100%;
    }

    .single-product-image figure img {
        width: 150px;
    }

    .types-con .types_content p {
        line-height: 24px;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .explore-products .owl-theme .owl-nav.disabled+.owl-dots,
    .featured-products-con .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {

    /* Cart Page */
    .cart-con .product-detail-box {
        width: 320px;
        margin: 0 auto;
    }

    .cart-con .shopping-cart-info .product {
        padding: 20px 0;
        float: left;
    }

    .cart-con .product-detail-box .heading {
        padding-bottom: 14px;
    }

    .cart-con .product-detail-box .shopping-cart {
        padding-bottom: 0;
    }

    .cart-con .product-detail-box .heading span {
        font-size: 16px;
        line-height: 16px;
    }

    .cart-con .column-labels {
        display: none;
    }

    .cart-con .product-details {
        float: left;
        width: 64%;
    }

    .cart-con .product-price {
        float: right;
        width: 20%;
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .cart-con .product-quantity {
        float: left;
        width: 37%;
    }

    .cart-con .product-line-price {
        float: left;
        width: 42%;
    }

    .cart-con .product-removal {
        width: 18%;
        float: right;
    }

    .cart-con .shopping-cart-info .remove-product i {
        line-height: 28px;
    }

    .cart-con .shopping-cart-info .product-details {
        margin-bottom: 22px;
    }

    .cart-con .product-line-price:before {
        content: 'Item Total: ';
        font-size: 14px;
    }

    .cart-con .product-detail-box .buttun-shopping {
        float: left;
        padding: 15px 0;
    }

    .cart-con .product-detail-box a {
        margin: 0 0;
        text-align: center;
        margin: 0 auto;
    }

    .cart-con .product-detail-box a i {
        margin-right: 10px;
    }

    .cart-con .cart-total-outer {
        width: 300px;
        margin: 0 auto;
        float: none;
    }

    .cart-con .cart-total-outer .coupon {
        padding: 15px 5px;
    }

    .cart-con .cart-total-outer .detail {
        padding: 20px;
    }

    /* Checkout Page */
    .checkout-con .product-detail-box {
        margin-bottom: 25px;
    }

    .checkout-con form p {
        margin-bottom: 10px;
    }

    .checkout-con form .submit_now {
        padding: 14px;
    }

    .checkout-con form .submit_now i {
        margin-left: 14px;
    }

    .checkout-con .cart-total-outer .top-heading {
        padding: 15px 25px;
    }

    .checkout-con .cart-total-outer .list-items {
        padding: 0 25px;
    }

    .checkout-con .cart-total-outer .each-item {
        padding: 15px 0;
    }

    .checkout-con .cart-total-outer .each-item:last-child {
        padding: 12px 0 !important;
    }

    /* Shop Page */
    .shop-con .sidebar,
    .shop-con .top-icons {
        width: 330px;
        margin: 0 auto 30px;
    }

    .shop-con .top-icons {
        display: block;
    }

    .shop-con .top-icons .icons-list {
        margin-bottom: 20px;
    }

    .shop-con .top-icons .list {
        margin-right: 12px;
    }

    .shop-con select {
        width: 100%;
        background-position: 93.3% 18px !important;
    }

    .shop-con .shop-box-wrapper {
        width: 330px;
        margin: 0 auto;
    }

    .shop-con .feature-box {
        margin-bottom: 20px !important;
    }

    .shop-con ul.pagination li.page-item {
        margin: 0 5px;
    }

    .shop-con ul.pagination li.page-item a {
        font-size: 15px;
    }

    /* Product Detail Page */
    .types-con .product-tab {
        width: 330px;
    }

    .types-con .product-tab .nav-tabs {
        top: 0;
    }

    .types-con .product-tab ul li {
        margin: 10px 0;
    }

    .types-con .product-tab ul li a {
        width: 60px;
        height: 60px;
    }

    .types-con .product-tab .tab-content {
        position: relative;
    }

    .types-con .product-tab .tab-pane {
        width: 250px;
        min-height: 296px;
        right: 0;
    }

    .types-con .types_content {
        padding-top: 30px;
    }

    .types-con .types_content h4 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .types-con .types_content .price {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .types-con .types_content .quantity-field .number {
        padding: 8px;
    }

    .types-con .types_content .primary_btn {
        padding: 0;
    }

    .more_information_section .tab-content {
        padding: 20px 0;
    }

    .more_information_section .tabs-box .nav-tabs li {
        margin: 0 4px;
    }

    .more_information_section .information_content table tr td {
        padding: 10px 10px;
        line-height: 20px;
    }

    .more_information_section .information_content table tr th {
        padding: 10px 10px;
        line-height: 20px;
    }

    .more_information_section .reviews_content_box figure {
        width: 23%;
    }

    .more_information_section .reviews_content_box .text_wrapper {
        width: 77%;
        padding-left: 15px;
    }

    .more_information_section .reviews_content_box p {
        margin-bottom: 0;
    }

    .more_information_section .reviews_content_box ul li i {
        font-size: 10px;
        line-height: 10px;
    }

    .more_information_section .reviews_content button {
        padding: 14px;
    }

    /* Product Detail Page 2 */
    .types2-con .product2-tab {
        width: 330px;
    }

    .types2-con .product2-tab .tab-pane {
        height: 316px;
    }

    .types2-con .product2-tab ul li {
        margin: 0 6px;
    }

    .types2-con .product2-tab ul li a {
        width: 73px;
        height: 68px;
    }

    .types2-con .product2-tab .propagation {
        display: none;
    }

    .types2-con .types_content .detail span {
        font-size: 13px;
    }

    /* Product */
    .product-con {
        padding-top: 30px !important;
    }

    .product-con .product_content h2 {
        margin-bottom: 10px;
    }

    .product-con .product-box-wrapper {
        width: 330px;
        margin: 0 auto;
    }

    .single-product-image figure img {
        width: 100px;
    }

    .more_information_section .description_content p {
        line-height: 24px;
        margin-bottom: 10px;
        font-size: 15px;
    }

}

@media screen and (max-width: 350px) {
    .cart-con .cart-total-outer {
        width: 100%;
    }

    .cart-con .product-detail-box {
        width: 100%;
        margin: 0 auto;
    }

    .cart-con .product-detail-box a {
        font-size: 14px;
        line-height: 14px;
    }

    .shop-con .sidebar,
    .shop-con .top-icons {
        width: 100%;
        margin: 0 auto 30px;
    }

    .shop-con .shop-box-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .types-con .types_content .quatity_button_wrapper .primary_btn {
        min-width: 140px;
    }

    .types-con .types_content p {
        font-size: 15px;
    }
}