input[type=password] {
    padding-left: 5px;
}

.register-input {
    border: solid 1px lightgray !important;
    width: 75% !important;
    border-radius: 4px;
}

.register-input:focus {
    outline: none;
    border: solid 1px black !important;
}

/*.required-star {
    display: none;
}*/

.login-input {
    border: solid 1px !important;
    width: 100% !important;
}

.login-input:focus {
    outline: none;
    border: solid 2px;
}


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: end;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hidden-on {
    display: none;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

.hidden-off {
    display: inline-table;
    opacity: 1;
}


/*----------  wishlist overlay  ----------*/
/*----------  offcanvas wishlist  ----------*/
.wishlist-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wishlist-overlay.active-wishlist-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wishlist-overlay.active-wishlist-overlay .wishlist-overlay-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.wishlist-overlay.active-wishlist-overlay:after {
    visibility: visible;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wishlist-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wishlist-overlay .wishlist-overlay-content {
    background-color: #ffffff;
    width: 380px;
    height: 100%;
    z-index: 9999;
    padding: 20px;
    position: fixed;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    top: 0;
    right: 0;
    overflow: auto;
}

.wishlist-overlay .wishlist-overlay-content .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.wishlist-overlay .wishlist-overlay-content .close-icon a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.wishlist-overlay .wishlist-overlay-content .close-icon a:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wishlist-overlay .wishlist-overlay-content .close-icon a i {
    font-size: 25px;
    color: #333333;
}

/*----------  cart overlay  ----------*/
/*----------  offcanvas cart  ----------*/
/*----------  subtype overlay  ----------*/
/*----------  offcanvas subtype  ----------*/
.subtype-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.subtype-overlay.active-subtype-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.subtype-overlay.active-subtype-overlay .subtype-overlay-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.subtype-overlay.active-subtype-overlay:after {
    visibility: visible;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.subtype-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.subtype-overlay .subtype-overlay-content {
    background-color: #ffffff;
    min-width: 250px;
    height: 100%;
    z-index: 9999;
    padding: 20px;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    top: 0;
    left: 0;
    overflow: auto;
}

.subtype-overlay .subtype-overlay-content .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.subtype-overlay .subtype-overlay-content .close-icon a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.subtype-overlay .subtype-overlay-content .close-icon a:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.subtype-overlay .subtype-overlay-content .close-icon a i {
    font-size: 25px;
    color: #333333;
}

/*----------  cart overlay  ----------*/
/*----------  offcanvas cart  ----------*/
.cart-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart-overlay.active-cart-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart-overlay.active-cart-overlay .cart-overlay-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.cart-overlay.active-cart-overlay:after {
    visibility: visible;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart-overlay .cart-overlay-content {
    background-color: #ffffff;
    width: 380px;
    height: 100%;
    z-index: 9999;
    padding: 20px;
    position: fixed;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    top: 0;
    right: 0;
    overflow: auto;
}

@media only screen and (max-width: 479px) {
    .cart-overlay .cart-overlay-content {
        width: 300px;
    }
}

.cart-overlay .cart-overlay-content .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cart-overlay .cart-overlay-content .close-icon a {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.cart-overlay .cart-overlay-content .close-icon a:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cart-overlay .cart-overlay-content .close-icon a i {
    font-size: 25px;
    color: #333333;
}

.offcanvas-cart-content-container .cart-title {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container {
    position: relative;
    max-height: 330px;
    overflow: auto;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 8px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon a {
    color: #333333;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon a i {
    font-size: 8px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon a:hover {
    color: #ff0000;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product:last-child {
    margin-bottom: 0;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .image {
    width: 80px;
    margin-right: 15px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content {
    width: calc(100% - 80px);
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content h5 {
    font-size: 15px;
    line-height: 17px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content h5 a {
    color: #333333;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .cart-count {
    font-size: 14px;
    line-height: 22px;
    color: #7e7e7e;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .main-price {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .main-price.discounted {
    font-size: 12px;
    line-height: 22px;
    color: #7e7e7e;
    text-decoration: line-through;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .discounted-price {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-subtotal {
    /*border-top: 1px solid #eeeeee;*/
    border-bottom: 1px solid #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-top: 25px;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-subtotal .subtotal-amount {
    float: right;
    overflow: hidden;
}

.offcanvas-cart-content-container .cart-product-wrapper .free-shipping-text {
    margin-top: 25px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons {
    margin-top: 30px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #333333;
    background-color: #333333;
    display: block;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a:last-child {
    margin-bottom: 0;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a:hover {
    background-color: #d3122a;
    border-color: #d3122a;
}

/* overlay close */
.overlay-close,
.wishlist-overlay-close,
.cart-overlay-close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

span.count {
    position: absolute;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #D3122A;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 500;
}

/* active inactive class */
.active {
    visibility: visible;
    opacity: 1;
}

.inactive {
    visibility: hidden;
    opacity: 0;
}

.cart-table {
    border: solid 1px lightgray !important;
}

.cart-table td {
    text-align: center !important;
    border: none;
    vertical-align: middle;
}

.cart-table th {
    text-align: center !important;
    border: solid 1px lightgray;
    vertical-align: middle;
}

.cart-table input {
    width: 100px;
    border: none;
    text-align: center;
}

#billing-form input {
    padding-left: 5px;
}

.cart-factbox-detail {
    border: solid 1px lightgray !important;
}

.cart-factbox-detail li {
    margin-bottom: 5px;
}

#google-search-input {
    padding-left: 5px;
}

form.logoutindropdown:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.productswrap {
    vertical-align: bottom !important;
    text-align: center;
}

.dataTables_wrapper .row {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.dataTables_filter label {
    display: -webkit-inline-box !important;
}

.dataTables_filter label input {
    margin-left: 5px;
    margin-right: 5px;
}

.dataTables_length label {
    display: -webkit-inline-box !important;
}

.dataTables_length label select {
    margin-left: 5px;
    margin-right: 5px;
}

.pagination li {
    padding-left: 0px !important;
}

.contact-btn-group {
    width: 20% !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.art-layout-cell {
    display: inline-block !important;
}

.custom-file-input {
    color: transparent;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select some files';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


#dropdownMenuButton {
    text-decoration: none !important;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#nav-tag {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#nav-tag>li {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.single-cart-product {
    margin-bottom: 5px !important;
}

.product-remove-sidebar {
    margin: 1rem 1rem;
}

.product-remove-sidebar>a>i {
    border: solid;
    border-radius: 2rem;
    padding-left: 5px;
    padding-right: 5px;
}

.product-remove>a>i {
    border: 1px solid lightgray;
    border-radius: 2rem;
    padding-left: 5px;
    padding-right: 5px;
}

.servicestatustr>th {
    background: -webkit-linear-gradient(top, #10679E 0, #083754 100%) no-repeat;
    color: white;
}

@media (max-width: 480) {
    .line-container {
        text-align: center !important;
        margin-left: 0px !important;
    }
}

.art-slidenavigator:hover {
    display: inline-block !important;
}

/*.art-layout-cell .art-layout-center {
    display: contents !important;
}*/

.art-footer a {
    color: white !important;
}

.art-footer a:hover,
.art-footer a:hover>li,
.art-footer a:hover>p {
    color: #FEC89F !important;
}

.official-contact-container a,
.official-contact-container a span {
    color: rgb(82, 82, 82) !important;
}

.official-contact-container a:hover,
.official-contact-container a:hover span {
    color: #FEC89F !important;
}

/* Image Magnifier*/
.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

/*Chaty CSS*/
.chaty-tooltip.pos-left .on-hover-text,
.chaty-tooltip.pos-left:after {
    top: 50%;
    right: calc(100% + 10px);
    transform: translate(-0.5em, -50%);
}

.chaty-tooltip.active .on-hover-text,
.chaty-tooltip.active .on-hover-text:before,
.chaty-tooltip.active:after,
.chaty-tooltip.active:before,
.chaty-tooltip.pos-left:hover .on-hover-text,
.chaty-tooltip.pos-left:hover .on-hover-text:before,
.chaty-tooltip.pos-left:hover:after,
.chaty-tooltip.pos-left:hover:before,
.chaty-tooltip.pos-right:hover .on-hover-text,
.chaty-tooltip.pos-right:hover .on-hover-text:before,
.chaty-tooltip.pos-right:hover:after,
.chaty-tooltip.pos-right:hover:before {
    animation: ease-out forwards tooltips-horz;
}

.chaty-tooltip.active .on-hover-text,
.chaty-tooltip.active .on-hover-text:before,
.chaty-tooltip.active:after,
.chaty-tooltip.active:before,
.chaty-tooltip:hover .on-hover-text,
.chaty-tooltip:hover .on-hover-text:before,
.chaty-tooltip:hover:after,
.chaty-tooltip:hover:before {
    display: block;
    opacity: 1;
}

.chaty-tooltip .on-hover-text {
    overflow: visible;
}

.chaty-tooltip .on-hover-text,
.chaty-tooltip:after {
    text-align: center;
    min-width: 1em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    z-index: 1000;
    box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
    font-size: 17px;
    line-height: 21px;
}

.chaty * {
    margin: 0;
    padding: 0;
}

.chaty-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 10001;
}

#chaty-widget-0 .chaty-widget {
    bottom: 25px;
}

.chaty-agent-header,
.chaty-channel,
.chaty-channels,
.chaty-form-body,
.chaty-tooltip {
    position: relative;
}

.chaty-tooltip {
    text-decoration: none !important;
}

.chaty-tooltip .on-hover-text,
.chaty-tooltip .on-hover-text:before,
.chaty-tooltip:after,
.chaty-tooltip:before {
    text-transform: none;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

.chaty-channel-list .chaty-channel,
.chaty-channel.single .chaty-svg {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}

#compare-table td {
    max-width: 250px !important;
    padding: 10px 10px 10px 10px;
}

#compare-table tr.with-border {
    border-bottom: 2px solid orange;
    border-top: 2px solid orange;
    border-left: 2px solid orange;
    border-right: 2px solid orange;
}

#compare-table tr.with-border td {
    border-left: 2px solid orange;
    border-right: 2px solid orange;
}

.compare-header,
.compare-detail {
    text-align: left;
    font-style: initial;
    font-size: 13px;
}

.compare-close-btn {
    cursor: pointer;
}

.compare-close-btn:hover {
    color: orange;
}

.modal {
    z-index: 99999 !important;
}


.company-timeline-right {
    text-align: left;
    font-size: 16px;
}

.company-timeline-left {
    text-align: right;
    font-size: 16px;
}

.company-timeline-pic {
    max-width: 180px !important;
}

@media(max-width: 900px) {
    .company-timeline-right {
        font-size: 1.8vw !important;
    }

    .company-timeline-left {
        font-size: 1.8vw !important;
    }
}

@media(min-width: 875px) {
    .company-divider-right {
        display: none;
    }
}

/*.bootstrap-select .dropdown-menu.inner li {
    padding-top: 0px !important;
    line-height: 5px !important;
}
.bootstrap-select .dropdown-menu.inner li a span {
    font-size: 20px;
}*/

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.slideshow-container .mySlides {
    /*display: none;*/
}

/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

.slideshow-container .prev {
    left: 0px !important;
    border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    right: 0;
    border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Caption text */
.slideshow-container .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slideshow-container .active,
.slideshow-container .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.slideshow-container .slidefade {
    animation-name: slidefade;
    animation-duration: 1.5s;
}

/* Slideshow container */
.slideshow-container-productdetail {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.slideshow-container-productdetail .mySlides {
    /*display: none;*/
}

/* Next & previous buttons */
.slideshow-container-productdetail .prev,
.slideshow-container-productdetail .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container-productdetail .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container-productdetail .prev:hover,
.slideshow-container-productdetail .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.slideshow-container-productdetail .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-container-productdetail .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.slideshow-container-productdetail .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slideshow-container-productdetail .active,
.slideshow-container-productdetail .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.slideshow-container-productdetail .slidefade {
    animation-name: slidefade;
    animation-duration: 1.5s;
}

@keyframes slidefade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.elementor-ribbon.elementor-ribbon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto;
}

.elementor-ribbon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}

.elementor-ribbon-inner {
    background-color: #3C5DC3;
    color: white;
    margin-top: 21px;
    transform: translateY(-50%) translateX(-50%) translateX(18px) rotate(-45deg);
}

.badge-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.promo_Hot-badge,
.promo_Recommend-badge,
.promo_EOL-badge,
.promo_New-badge,
.promo_Discount-badge {
    padding: 4px 8px;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
}

#searchproduct {
    text-align: right;
}

.promo_Hot-badge {
    background-color: red;
}

.promo_Recommend-badge {
    background-color: blue;
}

.promo_EOL-badge {
    background-color: orange;
}

.promo_New-badge {
    background-color: hotpink;
}

.promo_Discount-badge {
    background-color: slateblue;
}

.art-postheader#product_model {
    display: flex;
    align-items: baseline;
    margin-left: 0px;
}