.inner-section {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 300px;
}

.product-top {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 9px 0;
}

.product-options li button {
    background-color: transparent !important;
    vertical-align: top;
    z-index: 6;
    border: none;
    width: 24px;
    height: 24px;
    text-align: center;
    background: none;
    font-size: 20px;
}

.product-gallery {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-thumb-items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    padding: 0;
}

.gallery-thumb-items .product-thumb:nth-child(-n+4), .gallery-thumb-items .product-thumb:nth-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery-thumb-items .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    padding: 18% 0 0;
    max-width: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: relative;
}

.gallery-thumb-items .product-thumb .thumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.gallery-thumb-items .product-thumb img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    opacity: .7;
    position: relative;
}

@media screen and (min-width: 768px) {
    .product-price-area {
        background-color: #f8f8f8;
        border-radius: 2px;
        padding: 22px;
        border: 1px solid #e2e5ec;
        margin: .8rem 0;
        position: relative;
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) img {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    .product-options {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51px;
        flex: 0 0 51px;
        list-style: none;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 2;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        margin-right: 0;
        position: absolute;
        top: 0px;
        right: 0;
        background: #fff;
        padding: 10px !important;
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    }

    .product-options li {
        display: block;
        margin-top: 20px;
        position: relative;
    }

    .product-options li:first-child {
        margin-top: 0;
    }

    .d-block.gallery-main.position-relative {
        border-left: 1px solid #f4f4f4;
        margin-right: 1rem;
        padding-right: 1rem;
        height: 100%;
    }
}

.gallery-thumb-items .product-thumb:not(:first-of-type) {
    margin-right: 2.5%;
}

.gallery-thumb-items .product-thumb img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    opacity: .7;
    position: relative;
}

.zoom-overlay-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 0.897rem;
    font-size: 1rem;
    line-height: 14px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
}

.zoom-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zoom-overlay-icon .fal {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    height: 17px;
}

.product-title h1 {
    margin: 0;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

.product-en-title {
    margin: .5rem 0;
    font-size: 13px;
    font-weight: 300;
}

.product-sku span {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    color: #afafaf;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.v-opt {
    margin-left: 1rem;
}

.d-block.opt-pro {
    font-weight: 300;
}

.v-opt a {
    font-weight: 400;
    color: #00c6db;
    position: relative;
    font-size: 12px;
}

.v-opt a::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 0.8em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8b91a2;
}

.product-brief ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 2.5px);
}

.product-brief ul li {
    margin: 3px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 1.8;
    padding-right: 15px;
    position: relative;
}

.product-price-area .badge {
    height: 38px;
    border-radius: 20px;
    background-color: #748ae0;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 600;
}

.product-price-area del {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.product-price-sale {
    text-align: center;
    display: inline;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.419;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-price-sale .currency {

    font-size: 0.987rem;
    font-weight: 300;
}

.thumb-wrapper {
    transition: none !important;
}

#myTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
}

#myTab li {
    border-left: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
}

#myTab li button {
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 14px 40px;
    font-weight: 500;
    line-height: 27px;
    color: #6f6f6f;
    font-size: 14px;
}

#myTab li button i {
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    font-size: 27px;
    color: #9c9c9c;
    vertical-align: middle;
}

#myTabContent {
    padding: 30px;
    border-top: none;
    background-color: #fff;
}

.product-description h2 {
    margin: 5px 0 5px;
    font-size: 0.987rem;
    font-weight: 600;
    color: #222222;
}

.product-description p, .product-description span {
    margin: 5px 0 5px;
    font-size: 13px;
    line-height: 2.2;
    font-weight: 300;
    color: #212529;
}

.product-description a {
    position: relative;
    color: #00c6db;
}

.product-description a::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8b91a2;
}

.product-description {
    font-size: 12px;
    line-height: 2.2;
    font-weight: 300;
}

.specs-label {
    min-width: 30%;
    margin-left: .5rem;
    color: #000000;
    text-align: right;
    font-weight: 300;
    font-size: 0.897rem;
    background: #edf8fc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .25rem;
    list-style: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: row;
    height: 100%;
}

.specs-value {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .25rem;
    background-color: #f8f8f8;
    list-style: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: row;
    font-size: 0.897rem;
    font-weight: 600;
    height: 100%;
    color: #4d4d4d;
}

.number-opt {
    font-size: 1rem;
    margin-right: 7px;
    color: #a1a3a8;
    vertical-align: middle;
    display: inline-block;
}

.number-opt:hover {
    color: #000;
}

.comment-hint-title {
    font-size: 16px;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.comment-hint-text, .question-hint-text {
    font-size: 14px;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767;
}

.comment-hint-btn .btn, .question-hint-btn .btn {
    line-height: 1.5;
    padding: .475rem 1.25rem .375rem 1.25rem;
    padding-right: 1.25rem;
    border-radius: 2px;
    transition: all .1s ease-in-out;
    font-size: 13px;
    height: 48px;
    position: relative;
    padding-right: 50px;
    border-color: #748ae0;
    background: #748ae0;
    color: #fff;
    fill: #3d464d;
    box-shadow: none !important;
}

.comment-hint-btn .btn span, .question-hint-btn .btn span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.897rem;
}

.comment-hint-btn .btn i, .question-hint-btn .btn i {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 17px;
    margin-left: 5px;
    position: absolute;
    top: calc(50% - 9px);
    right: 12px;
    left: unset;
}

.c-message-light {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    text-align: center;
    font-size: .897rem;
    padding: 15px 20px 17px 20px;
    position: relative;
    border-radius: 2px;
    line-height: 22px;
    font-weight: 300;
}

.comment-hint-btn .btn:hover, .question-hint-btn .btn:hover {
    border-color: #3d464d;
    background: #3d464d;
    color: #fff;
    fill: #fff;
}

.btn:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


#content {
    box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
    height: 151px !important;
    width: 100% !important;
    font-size: 13px;
}

.modal-am-price-chart__base {
    width: 100%;
    height: 440px;
    direction: ltr !important;
}

.modal-title {
    font-size: 15px;
}

.share__social--twitter {
    background: #4dcceb;
    border: 1px solid #4dcceb;
}

.share__social {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    margin-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.share__options, .share__social, .share__social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wf-icon-twitter::before {
    content: "\ea96";
}

.share__social--fb {
    background: #4d8deb;
    border: 1px solid #4d8deb;
}

.share__social i {
    font-size: 22px;
    font-size: 1.614rem;
    line-height: 24px;
    color: #fff;
}

.wf-icon-facebook::before {
    content: "\ea90";
}

.share__social--whatsapp {
    background: #1bd741;
    border: 1px solid #1bd741;
}

.wf-icon-whatsapp::before {
    content: "\ea93";
}

.share__social--telegram {
    background: #272a2f;
    border: 1px solid #272a2f;
}

.wf-icon-telegram::before {
    content: "\ea95";
}

.share__btn {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background: none;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    padding: 8px 16px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    border: 1px solid #81858b;
    color: #81858b;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.share__title {
    font-size: 13px;
    line-height: 2;
    color: #232933;
    margin-top: 0;
    text-align: right;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px;
}

.modal .modal-content {
    box-shadow: none;
    padding: 0 !important;
    border-radius: 0 !important;
}

#shareModal .modal-dialog {
    max-width: 400px;

}

.input-number__add {
    right: 1px;
    text-align: center;
    line-height: 3.5;
}

.input-number__add, .input-number__sub {
    position: absolute;
    height: 100%;
    width: 31px;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .3;
    transition: opacity .18s;
}

.input-number {
    display: block;
    width: 100%;
    position: relative;
}
#price-table {
  margin-bottom: 0 !important;
}
.product-add-to-card .form-control {
 border-radius: 0;
height: 30px;
font-size: 17px;
font-weight: 300;
background: #fff;
box-shadow: none !important;
text-align: center;
margin-bottom: 15px;
margin-left: 4px;
margin-right: 4px;
}

.input-number__sub {
    left: 1px;
    text-align: center;
    line-height: 3.5;
}

.product-add-to-card .btn-basket {
	height: 48px;
	padding: .375rem 1.25rem;
	border-color: #76c647;
	background: #76c647;
	color: #fff;
	fill: #3d464d;
	border-radius: 2px;
	transition: all .1s ease-in-out;
	font-size: 14px;
	position: relative;
	width: 100%;
	text-align: center;
}

.product-add-to-card .btn-basket.btn i {
	display: inline-block;
	line-height: 1;
	font-size: 17px;
	vertical-align: middle;
}

.product-card-area {
    background-color: #f8f8f8;
    border-radius: 15px;
    padding: 17px;
    border: 1px solid #e2e5ec;
    margin: .8rem 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.product-custom-banner-image {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 100%;
    text-align: center;
    font-size: .897rem;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 3px;
}

.product-custom-banners img {
    height: 45px;
    width: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-icon-h5 {
    font-size: 12px;
    color: #565656;
    font-weight: 300;
    margin-top: 7px;
}

.product-icon-h4 {
    font-size: .9rem;
    color: #565656;
    font-weight: 600;
}

.product-top .icon-col {
    width: 100%;
    border-radius: 8px;
    color: #3d464d;
    border: 1px solid #e0e0e2;
    padding: 12px;
    background: #fff;
}

.spoiler-link {
    font-weight: 400;
    color: #00c6db;
    position: relative;
    font-size: 12px
}

.spoiler-link:hover {
    color: #858585;
}

.spoiler-link::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 0.8em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8b91a2;
}

#suggestionModal .modal-content .form-control {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #717171;
    font-size: .897rem;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    padding: 13px 12px 12px 12px;
    font-size: 13px;
    line-height: 21px;
    height: auto;
    border-radius: 2px;
    font-weight: 300;
}

#price_suggestion_data_price-error {
    color: #e91e63;
    font-size: .75rem;
    padding: 5px;
}

.c-ui-statusswitcher {
    position: absolute !important;
    right: 0;
    top: 4px;
}

.c-ui-statusswitcher input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

.c-ui-statusswitcher__slider {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 21px;
    border-radius: 29px;
    border: 1px solid #8c8c8c;
    background: #e5e5e5;
    transition: .15s ease-in;
}

.c-ui-statusswitcher__slider__toggle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #959595;
    transition: all .4s ease;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
}

input[type="checkbox"]:checked + .c-ui-statusswitcher__slider {
    background-color: #64bd63;
    border-color: #64bd63;
}

input[type="checkbox"]:checked + .c-ui-statusswitcher__slider span {
    right: 21px;
}

.status {
    margin-right: 55px;
}

.modal .modal-foot {
    font-size: 12px;
    font-weight: 300;
    border: none;
    padding: 15px;
    margin: 0;
    background-color: #fbfbfb;
    border-top: 1px solid #ececec;
    border-radius: 0;
}

.btn-success {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
    border-radius: 2px;
    transition: all .1s ease-in-out;
    font-size: 12px;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: .475rem 1.25rem .375rem 1.25rem;
    font-weight: 500;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-color: #748ae0;
    background: #748ae0;
    color: #fff;
    fill: #fff;
    font-size: 13px;
    border-radius: 2px;
    transition: all .1s ease-in-out;
}

@media screen and (max-width: 767.99px) {
  .gap-col-mob {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
    #price-table tr td {
  display: block !important;
}
    .blocks-icon-h4 {
        font-weight: 400 !important;
        font-size: 11px !important;

    }

    .row.row-cost-mob {
        padding: 5px;
        font-weight: 300;
        display: none;
    }

    .bld-col-cost {
        font-weight: 500;
        font-size: 16px !important;
    }

    .product-card-area.highlight {
        position: fixed;
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 100;
        margin-bottom: 0 !important;
        padding: 2px !important;
        background-color: #fff !important;
        border-color: #fff !important;
        border-radius: 0 !important;
    }

    .product-options li {
        display: inline-block !important;
        margin-right: 15px;
    }

    div.product-thumb:nth-child(4) {
        display: none !important;
    }

    .gallery-thumb-items .product-thumb {
        -ms-flex: 0 0 23% !important;
        flex: 0 0 23% !important;
        max-width: 23% !important;
        -ms-flex: 0 0 18% !important;
        flex: 0 0 23% !important;
    }

    .product-options.p-0 {
        text-align: left;
        margin-bottom: 30px !important;
    }

    .product-title h1 {
        font-size: 16px;
        margin-top: 20px !important;
    }

    .product-description .h2 {
        margin: 5px 0 5px;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #222222;
        margin-bottom: 15px;
    }

    .product-description h1 {
        margin: 5px 0 5px;
        font-size: 14px;
        font-weight: 600;
        color: #222222;
        line-height: 2;
    }

    .table-borderless tr th, .table-borderless tr td {
        display: block;
    }

    .specs-label {
        margin-left: 0 !important;
    }

    .product-description {
        max-height: 200px;
        overflow: hidden;
    }

    .more-desc-info {
        position: relative;
        z-index: 2;
        background: none;
        font-size: 12px;
        color: #3d464d;
        border: 1px solid #3d464d;
        border-radius: 3px;
        padding: 5px 10px;
        margin-top: 10px;
        display: inline-block;
        cursor: pointer;
    }

    .tbl-atrib {
        max-height: 420px;
        overflow: hidden;
    }

    .product-description.show-content {
        max-height: inherit !important;
    }

    .tbl-atrib.show-content {
        max-height: inherit !important;
    }

    .more-desc-info.hide {
        display: none;
    }

    .row.row-cost-mob.show-bottom {
        display: block !important;
    }

    .p-bottom {
        padding-bottom: 98px !important;
    }
}

svg {
    max-width: 100% !important;
}

.resize-sensor div {
    max-width: 100% !important;
}

.btn {
    box-shadow: none !important;
}

.timer {
    border: none !important;
    background-color: transparent !important;
    font-size: 14px;
}

.timer-clock {
    background-color: #f7f7f7;
    padding: 15px;
    border: 1px solid #e2e5ec;
    border-radius: 2px;
    margin: .8rem 0;
}

.timer-text {
    color: #777;
    font-size: 11px;
}

.product-promotion-badge {
    background: #fe0404;
    color: #ffffff;
    padding: 2px 10px 3px;
    margin-bottom: 4px;
    font-size: .707rem;
    border-radius: 4px;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    font-size: 12px;
    font-weight: 300;
}

.zoomContainer {
    z-index: 10;
}

.text-body-1 {
    color: #80848b;
    padding-left: 5px;
}

.ls-atrib li {
    font-weight: 500 !important;
}

.css-cwolnn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 6px;
    margin-bottom: 0;
}

.css-a1e3mv {
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    width: 32px;
    height: 32px;
    position: relative;
    margin-bottom: 0.25rem;
    border-radius: 100%;
}

.css-a1e3mv img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.css-cwolnn {
    display: inline-block;
}

.color-box input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.color-box input[type="radio"]:checked + .css-a1e3mv::after {
    content: "";
    width: 7px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 12px;
    border: solid #2ed0e1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.color-box input[type="radio"]:checked + .css-a1e3mv {
    border: 2px solid #2ed0e1;
}

.select2-container {
    min-width: 100px;
}

.d-block.info-col {
    font-size: 12px;
    text-align: justify;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.info-col i {
    font-size: 17px;
    vertical-align: middle;
    color: #80848b;
}

.tiltle-slider {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    display: block;
    border-bottom: 2px solid #459a42;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.t-question {
    color: #a5a6ab;
    font-weight: 500;
    font-size: 13px;
}

.t-question a {
    color: #a5a6ab;

}

.fal.fa-question-square {
    color: #00c6db;
    vertical-align: middle;
    font-size: 20px;
}

.message-question {
    box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
    height: 151px !important;
    width: 100% !important;
    font-size: 13px;
}

.replay {
    background-color: transparent !important;
    font-size: 12px;
    color: #00c6db;
    font-weight: 600;
}

.replay i {
    vertical-align: middle;
    font-size: 10px;
    padding-right: 5px;
}

.list-question li {
    margin-bottom: 20px;
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.card.crd-info {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    background-image: none !important;
}

.slick-slide > .slick-slider-img {
    margin: 10px;
    padding: 2%;
    position: relative;
    border: 5px solid #FFF;
    display: block;
    width: 100%;
}

.c-img-user {
    padding: 15px;
}

.slick-slide .image {
    padding: 10px;
    /*height: 180px;*/
}

.slick-slide img {
    display: block;
    width: 300px;
    margin: auto;
    border-radius: 10px;
}
.slick-initialized .slick-slide {
  text-align: center;
}
.slick-slide img.slick-loading {
    display: none;
}

.crd-info {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
}

.p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.card-body {
    padding: 15px;
}

.slick-slide {
    float: right;
}

.product-title h1 > span {
    color: #767474;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.descriptionContent {
    margin-top: 15px;
    max-height: 285px;
    text-overflow: clip;
    overflow: auto;
    background: #e6e6e6;
    padding: 12px;
    border-radius: 15px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gallery-thumbs.d-block {
    margin-top: 15px;
}

.slider .item {


    padding-bottom: 20px;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev, .slick-next {
	display: inline-block;
	color: #FFF;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s;
}

.slider.responsive .item {
    direction: rtl;

}

.slider.responsive .title {
    margin-bottom: 10px;
    padding: 20px;
}

.col-xs-12.text {
    line-height: 2;
    text-align: justify;
    padding-bottom: 15px;
}

.mt-10 {
    margin-top: 15px;
}

.form-control.btn-comment {
    background-color: #348c41;
    color: #fff;
    min-height: 40px;
    font-weight: 500;
    font-size: 15px;
}

.frm-comment textarea {
    height: 100px !important;
    display: block !important;
    width: 100% !important;
}

.carousel-comment .box {
    border: 1px solid #eee;
}

.slick-slide {
    float: right;
    text-align: right;
}

.slick-list {
    margin: 0 -5px;
}

.slick-slide > div {
    padding: 0 5px;
    margin-bottom: 10px;
}

.comment-box {
    border-radius: 2px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.product-box-text {
    margin-bottom: 15px;
}
.pt-3 {
    padding-top: 1rem !important;
}
.price {
    margin: 3px 0px 10px 0px;
    padding: 7px;
}
.price .unit_price_alaki {
    font-size: 18px;
}
.price .item-unit-price {
    font-size: 18px;
}
.price-unit {
    font-size: 10px;
    color: #727271;
}
.product-unit {
    font-size: 14px;
    color: #727271;
    margin-left: 5px;
}
#price-table .add-to-cart {
	/* position: absolute; */
	/* left: 0; */
	/* top: 10px; */
	position: relative;
	width: 25px;
	cursor: pointer;
	height: 25px;
	line-height: 0;
	background: #348c41;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
#price-table td input {
	width: 60px;
	border: 1px dashed #737373;
	text-align: center;
}
#price-table .remove-from-cart {
	/* left: 0; */
	/* bottom: 10px; */
	position: relative;
	width: 25px;
	cursor: pointer;
	height: 25px;
	line-height: 0;
	background: #ba0646;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
#price-table .add-to-cart::after {
	content: "+";
	font-size: 1.3em;
	position: absolute;
	left: 7px;
	bottom: 10px;
	color: white;
}
#price-table .remove-from-cart::after {
	content: "-";
	font-size: 2em;
	position: absolute;
	left: 9px;
	bottom: 11px;
	color: white;
}
.product-thumb {
	margin: 40px 0px 50px 0px;
	text-align: center;
}
.product-thumb img {
  margin: auto;
  border-radius: 10px;
}
.quantity {
  display: inline-flex !important;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.quantity-up {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff !important;
  border-radius: 0 4px 4px 0;
  background: #348c41;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 33px;
}
.quantity input {
  padding: 12px 5px;
  border: 0;
  height: 33px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 0;
  display: inline-block;
}
.quantity-down {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff !important;
  border-radius: 0 4px 4px 0;
  background: #ba0545;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 33px;
}
.slick-next::before {
  content: "\f105";
}
.slick-prev::before, .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-prev::before {
  content: "\f104";
}
.slick-prev, .slick-next {
  border-radius: 5px;
  width: 30px;
height: 36px;
background: #606975;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}