:root {
    --primary: #6610f2;;
    --secondary: #fff;
    --fontFamily: sans-serif;
}

html, body {
    height: 100%;
    font-family:  var(--fontFamily);
}

body {
    background-color: #fff;
}

.top-btns.owl-carousel {
    margin-top: 25px;
}

ul,
.list-unstyled,
.list-icon {
    padding: 0
}

@media(max-width:767px) {
    .section-title {
        font-size: 18px;
    }
}

.top-btns.owl-carousel .owl-nav .owl-prev,
.top-btns.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: var(--primary);
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    right: 0;
    top: -37px;
    font-size: 15px;
    left: auto;
}

.top-btns.owl-carousel .owl-nav .owl-next {
    right: 40px;
}


.step-1,
.step-2 {
    -webkit-transition: transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.step-2 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: back 0.6s ease 0s 1 normal forwards;
    animation: back 0.6s ease 0s 1 normal forwards;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form__reg--nums {
    direction: ltr;
}

.form__reg--nums input {
    width: 22%;
    text-align: center;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form__reg--nums input::-webkit-outer-spin-button,
.form__reg--nums input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.form__reg--nums input[type="number"] {
    -moz-appearance: textfield;
}

.form__reg--timer {
    background-color: #fff;
    border: none;
    width: 35px;
    font-weight: bold;
    color: var(--primary);
    text-align: center;
}

.send-again {
    color: var(--primary);
}

.send-again:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.send-again:disabled {
    color: #505050;
}

@-webkit-keyframes back {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes back {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.form__reg--btn {
    background-color: var(--primary);
    color: #fff;
    width: 100%;
    border-radius: 40px;
}

.form__reg--btn:hover {
    background-color: #333;
    color: #fff;
}



#productCarousel ol {
    display: flex;
    position: relative;
}

#productCarousel {
    cursor: zoom-in;
}

#productCarousel ol li {
    width: 60px;
    height: 50px;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>")
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>")
}

.modal--product .modal-header {
    border-radius: 0 !important;
}

.modal-dialog--product {
    max-width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
}

.modal-dialog--product .modal-content {
    height: 100%;
    border-radius: 0 !important;
}

.modal--product .close {
    font-size: 50px;
}

#productCarousel2 {
    width: 700px;
    margin: 0 auto;
}

@media(max-width:992px) {
    #productCarousel2 {
        width: 500px;
    }
}

@media(max-width:767px) {
    #productCarousel2 {
        width: 100%;
    }
}

/************** start order page ***************/
.order input,
.order select,
.order textarea {
    background-color: #f9f9f9;
}

.order input[type=radio] {
    outline: 0;
}

.shipping-info .box.box-check.active {
    border: 1px solid var(--primary);
    background-color: #f3f8ff;
}

.order .badge {
    position: absolute;
    right: -2px;
    top: -5px;
    color: #fff;
    background-color: #6c757d !important;

}

.order .badge-pill {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.order .promoCode button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    border-color: #ddd !important
}

.order .promoCode button:focus {
    box-shadow: none;
    outline: 0;
}

/************** End order page ***************/


/************** start  profile ***************/
.profile aside .nav-link {
    color: #333;
}

.profile aside .nav-link.active {

    background-color: var(--primary);
    color: #fff;
}

.profile aside .nav-link:not(.active):hover {
    background-color: rgba(157, 161, 167, .15);
}

.profile article.box.bg-light {
    background-color: #f8f9fa !important;
}

/************** End profile ***************/



/************** start login ***************/
.nav.nav-tabs {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.nav.nav-tabs .nav-item {
    width: 50%;
    background-color: #fff;
}

.nav.nav-tabs .nav-item .nav-link {
    border: 0 solid transparent;
    display: block;
    height: 100%;
}

.nav.nav-tabs .nav-item .nav-link:hover {
    border: none
}

.nav.nav-tabs .nav-item .nav-link.active {
    background-color: var(--primary);
    color: #fff;
}

.smsm-login,
.email-login {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/************** End login ***************/

.section-title {
    color: var(--primary) !important;
    padding-right: 10px;
    margin: 20px auto;
    border-right: 5px solid var(--primary)
}

.dropdown-toggle::after {
    content: none !important;
}

.hide {
    display: none;
}

.cursor-pointer {
    cursor: pointer !important;
}

.hidden {
    display: none !important;
}

.promoCode {
    transition: ease-in-out 1s;
}

tr th, tr td {
    text-align: center;
}

button:focus {
    outline: none;
}

.gallery-vertical {
    display: flex;
}

.gallery-vertical .thumbs-wrap {
    order: 1;
}

.gallery-vertical .img-big-wrap {
    order: 2;
}


.gallery-vertical .thumbs-wrap .item-thumb img {
    cursor: pointer;
}
