a.shop-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 8%);
    border-radius: 10px;
    text-decoration: none !important;
    margin-bottom: 2rem;
    transition: all .3s;
    overflow: hidden;
}

a.shop-item:hover {
    box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 15%);
}

a.shop-item:hover {
    color: inherit;
}

a.shop-item .shop-img {
    height: 350px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all .3s;
}

a.shop-item:hover .shop-img {
    background-size: 80%;
}

.shop-text {
    background-color: #f5f5f5;
    padding: .5rem 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 100px;
    align-items: center;
}

.shop-text span.shop-text-title {
    font-size: 1rem;
    flex: 50%;
    font-weight: 600;
    transition: all .3s;
}

.shop-item:hover .shop-text span.shop-text-title {
    color: #333c72;
}

span.shop-text-price span:first-child, span.shop-text-price span:last-child {
    color: #333c72;
    font-size: 1.5rem;
}

span.shop-text-price span:last-child {
    padding-left: .5rem;
}

span.shop-text-price span:nth-child(2) {
    color: #333c72;
    font-size: .6rem;
    transform: translateX(2px);
    line-height: 1.4;
}

span.shop-text-price {
    font-size: 1rem;
}

span.shop-text-description {
    display: block;
    padding-top: 1rem;
    font-size: .8rem;
}

span.shop-item-category {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

span.shop-item-category span {
    background-color: #2596d3;
    border-radius: 25px;
    color: #FFF;
    padding: 0.1rem .5rem;
    font-size: .7rem;
}


section.shop-main-area {
    padding: 2rem 5rem;
}

.shop-detail form input[type="password"],
.shop-detail form input[type="email"],
.shop-detail form input[type="number"],
.shop-detail form input[type="text"],
.shop-detail form select,
.shop-detail form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    outline: none !important;
}

.shop-detail form input[type="password"]:focus,
.shop-detail form input[type="email"]:focus,
.shop-detail form input[type="number"]:focus,
.shop-detail form input[type="text"]:focus,
.shop-detail form select:focus,
.shop-detail form textarea:focus {
    border-color: #ff0084;
    outline: none;
    box-shadow: none;
}


:root {
    --select-color-picker-bg: blue;
}

.shop-item-title {
    display: flex;
}

.shop-item-categorys {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
    margin-left: auto;
}

.shop-item-categorys span {
    background-color: red;
    height: 25px;
    display: flex;
    font-size: .75rem;
    color: #FFF;
    padding: 0 .5rem;
    border-radius: 25px;
    align-items: center;
}

h1 {
    margin: 0;
    padding: 0;
}

.select-radio-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.select-radio-group .select-radio-picker label {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    gap: 1rem;
    display: flex;
    cursor: pointer;
    position: relative;
    border: 2px solid #cccccc;
    overflow: hidden;
}

.select-radio-group .select-radio-picker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.select-radio-group .select-radio-picker input {
    display: none;
}

.select-radio-group .select-radio-picker label:before {
    content: "";
    background-color: var(--select-color-picker-bg);
}

.select-radio-group .select-radio-picker label svg path {
    fill: #ffffff;
}

.select-radio-group .select-radio-picker label svg {
    position: absolute;
    top: 5px;
    left: 4px;
    bottom: 0;
    width: 112%;
    transform: rotateZ(63deg);
    display: none;
}

.select-radio-group .select-radio-picker input:checked~label {
    border-color: #2595d4;
}

.shop-text>div:first-child {
    display: flex;
    flex-basis: 75%;
    overflow: hidden;
    flex-direction: column;
}

.shop-text>div:last-child {
    margin-left: auto;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.shop-item-badge {
    display: flex;
    justify-content: center;
}

.shop-item-badge .badge-hot {
    background-color: #ff5050;
    padding: .1rem .75rem;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75rem;
}

.shop-item-badge .badge-hot i {
    padding-right: 5px;
}

.shop-detail {
    /* padding: 0 5rem; */
}


.side-bar .card {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 20px;
    border-radius: 2px;
}

.side-bar .card .card-header {
    position: relative;
    padding: 0 0 8px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    background: none;
}

#shop-filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#shop-filter li {
    border: none;
    cursor: pointer;
    color: #373737;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 15px 30px 15px 0;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
    background: none;
    transition: all .15s;
}

#shop-filter li:last-child {
    border: 0;
}

#shop-filter li.active,
#shop-filter li:hover {
    color: var(--vision-color-secondary);
}

#shop-filter li i {
    margin-left: auto;
    opacity: .65;
}

.shop-main-inner-two {
    /* padding-top: 4rem; */
}

.product-grid {
    position: relative;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-grid:hover {
    box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 8%);
}

.product-grid .product-img {
    padding: 0 0 15px 0;
    transition: all .3s;
}

.product-grid .product-img:hover {
    scale: 1.05;
}

.label-offer {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0px 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    z-index: 1;
}

.bg-red {
    background-color: #ed1b24;
}

.product-grid .product-img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    max-height: 187px;
}

.product-grid .product-description {
    padding: 12px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-grid .product-description a {
    font-size: 16px;
    margin-bottom: 10px;
    word-spacing: 3px;
    color: #1e2022;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    transition: all .2s;
    font-weight: 500;
}

.product-grid .product-description a:hover {
    text-decoration: none;
    color: var(--vision-color-secondary);
}

.product-grid .product-description .price {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    margin-top: auto;
}

.col-shop-item {
    margin-bottom: 2rem;
}

/* ---------------------------- Shop details img ---------------------------- */

.show {
    /* width: 400px; */
    /* height: 400px; */
}

.small-img {
    /* width: 350px; */
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

.small-img .icon-left, .small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover, .small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}




.shop_right_side {
    background-color: #f1f1f1;
    padding: 3rem;
}

#parallax {
    margin-bottom: 0;
}


.product-detail .product-price {
    font-size: 1rem;
    display: block;
    padding: 2rem 0px;
}

.product-detail .product-price span {
    font-size: 1.75rem;
    padding: 2rem 0px;
    color: var(--vision-color-secondary);
}

table th, table td {
    text-align: start;
}

fieldset.forset_options .row {
    padding: .15rem 0;
}

a.back-to-mainpage {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    background-color: #2595d4;
    z-index: 50;
    color: white;
    padding: .5rem 1rem;
    border-radius: 25px;
    font-size: .75rem;
    transition: all .3s;
}
a.back-to-mainpage:hover {
    background-color: #ff0084;
    text-decoration: none;
}
a.back-to-mainpage:before {
    content: "\f053";
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: .5rem;
      transition: all .3s;
}
a.back-to-mainpage:hover:before {

    padding-right: .75rem;
}
.classTemplate {
    position: relative;
}
.card-hot-products a.download-item {
    background-color: rgba(255,255,255,0.4);
    height: 150px;
    align-items: flex-end;
    transition: all .3s;
    overflow: hidden;
}

.card-hot-products a.download-item:hover {
background-color: rgba(255,255,255,0.6);
}


.card-hot-products a.download-item i {
    margin: 0;
    padding: 0;
    height: 70px;
    width: 70px;
    background-color: rgb(255 0 0 / 78%);
    color: #FFF;
    border-radius: 50% 50% 50% 0;
    transform: translateY(8px) translateX(-12px);
    position: absolute;
}

.card-hot-products a.download-item .title {
    font-weight: 600;
    padding: .25rem .75rem;
    color: #FFF;
    background-color: rgb(218 4 59 / 80%);
    margin: 0;
    width: 100%;
    margin-left: auto;
    border-top-left-radius: 13px;
    text-align: right;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {
    section.shop-main-area {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1399.98px) {}