.page-product .product__carousel {border: 1px solid #e0e0e0; box-shadow: 0px 0px 12px 3px #e8e8e8;}
.product-container .carousel-control-next-icon:before, .carousel-control-prev-icon:before {font-size: 40px;}
.page-product .product__add-to-cart-button {max-width: 380px;}

.top-menu {}
.header-bottom .mainmenu .nav-link.active {color:#0b69f6;}
.mainmenu .dropdown-menu {min-width: 290px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; border-top: none; margin-top: -1px;
    transform-origin: 0px 0px; transform: rotateX(-30deg); transition: 250ms;
    opacity: 0; visibility: hidden;  display: block;
}
.mainmenu .dropdown-menu.show {visibility: visible; opacity: 1; transform: rotateX(0);}

.mainmenu .dropdown-menu .nav-item a.nav-link {position: relative; transition: all 0.4s ease-out; transform-origin: center; overflow:hidden;z-index:10;}
.mainmenu .dropdown-menu .nav-item a.nav-link:hover {animation: dobbanas 0.30s ease-out; background-color: rgba(170, 160, 250, 0.3); color: white;}
.mainmenu .dropdown-menu .nav-item a.nav-link:before {content: ""; position: absolute; width: 0; height: 100%; background: #93b4e6; left: 0; top: 0; transition: all 0.4s; z-index: -1;}
.mainmenu .dropdown-menu .nav-item a.nav-link:hover::before {width: 100%;}
@keyframes dobbanas {
  0% {transform: scale(1);}
  40% {transform: scale(1.14);}
  100% {transform: scale(1);}
}

.step__content .payment-option {border-bottom: 1px dotted #858585; padding: 10px 0;}

.copyright {font-size: 12px;}
@media (min-width: 768px) {
    .copyright {
        font-size: 12px;
        padding-block-start: 2rem;
    }
}

