/* Generated by less 2.5.1 */
body {
    background: #fff;
    font-family: var(--font-family);
}

.product-wrap {
    margin-bottom: 50px;
    margin-top: 30px;
}

.product-wrap .prod-title {
    /* font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif; */
    color: #123D5A;
    font-family: var(--font-family);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.prod-desc .prod-title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 40px;
}

.product-wrap .gallery-wrap {
    padding: 0;
}

.product-wrap .gallery-wrap.col-md-6.left-fixed {
    width: 570px;
    position: relative;
}



.product-wrap .gallery-wrap .prod-images {
    position: relative;
    width: 100%;
    text-align: center;
}

.product-wrap .gallery-wrap .prod-images .group-wrap {
    text-align: center;
}

.product-wrap .gallery-wrap .prod-images .group-wrap .group-button {
    display: inline-block;
    width: 80px;
    height: 70px;
    background-color: #ffffff;
    border: 1px solid #cecece;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #484848;
    margin-right: 10px;
    padding-top: 20px;
}

.product-wrap .gallery-wrap .prod-images .group-wrap .group-active {
    color: #ffffff;
    background: #8FB201;
}

.product-wrap .gallery-wrap .prod-images .group-wrap .group-empty {
    background-color: #cecece;
    border: 1px solid #cecece;
    cursor: not-allowed;
}

.product-wrap .gallery-wrap .prod-images .thumb-wrap {
    position: relative;
    margin-top: 15px;
}

.product-wrap .gallery-wrap .prod-images .thumb-wrap .thumb-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 90px;
    height: 90px;
    border: 1px solid #afafaf;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.product-wrap .gallery-wrap .prod-images .thumb-wrap .thumb-active {
    border: 2px solid #8FB201;
}

.product-wrap .gallery-wrap .prod-images .thumb-wrap .thumb-active:before {
    content: '';
    display: block;
    position: relative;
    top: -22px;
    left: 34px;
    width: 0;
    height: 0;
    border-color: transparent transparent #8FB201 transparent;
    border-style: solid;
    border-width: 10px;
}

.product-wrap .image-wrap {
    padding: 0;
    /* border-right: 1px solid #cecece; */
}

.product-wrap .image-wrap .prod-image {
    width: 100%;
}

.product-wrap .prod-panel {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--gray-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 37px;
    border-radius: 6px;
}

.product-wrap .prod-panel .col-md-6 {
    width: 100%;
    padding: 0px;
}

.product-wrap .prod-panel .price-wrap {
    font-weight: bold;
}

.product-wrap .prod-panel .price-wrap .price-label {
    font-size: 18px;
    color: #484848;
    text-transform: uppercase;
    font-family: var(--font-family);

}

.product-wrap .prod-panel .price-wrap .price-value {
    color: var(--accent-color);
    font-size: 29px;
    font-weight: 700;
    font-family: var(--font-family);
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray-color);
}

.product-wrap .prod-panel .price-wrap .price-value span {
    font-size: 20px;
    margin-left: 5px;
}

.product-wrap .prod-panel .prod-params .row {
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: var(--font-family);
}

.product-wrap .prod-panel .prod-params .param-name {
    /* text-transform: uppercase;
    font-size: 18px;
    color: #484848;
    margin-bottom: 8px;
    padding: 0px;
    font-family: 'Playfair Display', serif; */
    color: var(--main-text-color);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-family);
    padding-left: 0;
    margin-bottom: 5px;
}

.product-wrap .prod-panel .prod-params select {
    border-radius: 3px;
    border: 1px solid var(--gray-color);
    background: #fefefe;
    color: #7f7f7f;
    width: 100%;
    font-size: 15px;
    padding: 4px 6px;
}

.product-wrap .prod-panel .prod-params input {
    display: inline-block;
    border: 1px solid var(--gray-color);
    border-radius: 3px;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}

.product-wrap .prod-panel .prod-params .param-readolny {
    font-size: 15px;
    font-weight: 700;
    color: var(--main-text-color);
}

.product-wrap .prod-panel .prod-params .options-group {
    color: var(--main-text-color);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-family);
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}

.product-wrap .prod-panel .prod-params .option-button {
    padding: 0 3px;
    margin-bottom: 5px;
    transition: all 0.2s;
}

.product-wrap .prod-panel .prod-params .option-button .param-button {
    display: inline-block;
    border: 1px solid var(--gray-color);
    font-size: 15px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    cursor: pointer;
    /* transition: all 0.3s ease-in-out; */
    transition: all 0.2s;
    font-family: var(--font-family);
    font-weight: 400;
}

.product-wrap .prod-panel .prod-params .option-button .param-button:hover {
    background: var(--accent-color);
    color: #ffffff !important;
}

.product-wrap .prod-panel .prod-params .option-button .param-button.clicked {
    color: var(--accent-color);
    border-color: var(--accent-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-wrap .prod-panel .prod-params .option-button .param-button.clicked:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: var(--accent-color);
}

.product-wrap .prod-panel .prod-params .option-color {
    padding: 0 3px;
    cursor: pointer;
}

.product-wrap .prod-panel .prod-params .option-color .option-border {
    display: inline-block;
    width: 100%;
}

.product-wrap .prod-panel .prod-params .option-color .option-border .color-box {
    border: 1px solid var(--gray-color);
}

.product-wrap .prod-panel .prod-params .option-color .option-border .color-name {
    text-align: center;
}

.product-wrap .prod-panel .prod-params .option-color .option-border.option-active .color-box {
    border: 1px solid #000;
}

.product-wrap .prod-panel .prod-params .option-color .option-border.option-active .color-name {
    font-weight: bold;
    color: #000;
}

.product-wrap .prod-panel .button1 {
    padding: 15px 54px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.product-wrap .prod-panel .button1:focus,
.product-wrap .prod-panel .button1:hover {
    background: var(--accent-color);
}

.product-wrap .prod-info {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 140%;
    margin-bottom: 0px;
    color: var(--main-text-color);
}

.carousel {
    width: 100%;
    height: 360px;
}

.carousel .slide {
    height: 100%;
}

.carousel .carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel .carousel-inner .text-center {
    height: 100%;
    position: relative;
}

.carousel .carousel-inner img {
    height: 100%;
    width: auto;
}

.carousel .carousel-indicators {
    display: none;
}

.carousel-control {
    background: rgba(255, 255, 255, 0.5);
    color: #8FB201;
    opacity: 1;
    width: 50px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control .glyphicon {
    transform: translateY(-25%);
}

.carousel-control.left {
    background-image: none;
    border-radius: 0 15px 15px 0;
}

.carousel-control.left span {
    left: 40%;
}

.carousel-control.right {
    background-image: none;
    border-radius: 15px 0 0 15px;
}

.carousel-control.right span {
    right: 40%;
}

.carousel-control.disabled {
    cursor: not-allowed;
}

#flipbook {
    margin: auto;
    overflow: hidden;
}

#flipbook .page-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
}

#flipbook .page {
    overflow: hidden;
    height: 360px;
    background-color: white;
    text-align: center;
}

#flipbook .even:before {
    content: '';
    width: 50px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 5;
    position: absolute;
    opacity: .3;
}

#flipbook .odd:after {
    content: '';
    width: 50px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 5;
    position: absolute;
    opacity: .3;
}

#flipbook .p1.odd:before {
    content: '';
    width: 1px;
    background: #adadad;
    top: 0px;
    left: 15px;
    height: 100%;
    z-index: 10;
    position: absolute;
}

.prod-desc {
    margin-top: 100px;
    padding: 40px 55px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D9E4E8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 37px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 140%;
}


@media (max-width: 767px) {
    .product-wrap .image-wrap {
        border-right: 0;
    }

    .product-wrap .prod-panel .button1 {
        width: 100%
    }
}