.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
/*********************************
3. Home
*********************************/

.header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
}
.top_nav
{
    width: 100%;
    height: 50px;
    background: #1e1e27;
}
.top_nav_left
{
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #b5aec4;
    text-transform: uppercase;
}

/*********************************
3.1 Currency
*********************************/

.currency
{
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #33333b;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}
.currency > a
{
    display: block;
    color: #b5aec4;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    text-transform: uppercase;
}
.currency > a > i
{
    margin-left: 8px;
}
.currency:hover .currency_selection
{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.currency_selection
{
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.currency_selection li
{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}
.currency_selection li a
{
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.currency_selection li a:hover
{
    color: #b5aec4;
}
.currency_selection li:last-child a
{
    border-bottom: none;
}

/*********************************
3.2 Language
*********************************/

.language
{
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #33333b;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}
.language > a
{
    display: block;
    color: #b5aec4;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}
.language > a > i
{
    margin-left: 8px;
}
.language:hover .language_selection
{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.language_selection
{
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.language_selection li
{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}
.language_selection li a
{
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.language_selection li a:hover
{
    color: #b5aec4;
}
.language_selection li:last-child a
{
    border-bottom: none;
}

/*********************************
3.3 Account
*********************************/

.account
{
    display: inline-block;
    position: relative;
    min-width: 50px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}
.account > a
{
    display: block;
    color: #b5aec4;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}
.account > a > i
{
    margin-left: 8px;
}
.account:hover .account_selection
{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.account_selection
{
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.account_selection li
{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}
.account_selection li a
{
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.account_selection li a:hover
{
    color: #b5aec4;
}
.account_selection li:last-child a
{
    border-bottom: none;
}
.account_selection li a i
{
    margin-right: 10px;
}

/*********************************
3.4 Main Navigation
*********************************/

.main_nav_container
{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.navbar
{
    width: auto;
    height: 100px;
    float: right;
    padding-left: 0px;
    padding-right: 0px;
}
.navbar_menu li
{
    display: inline-block;
}
.navbar_menu li a
{
    display: block;
    color: #1e1e27;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.navbar_menu li a:hover
{
    color: #b5aec4;
}
.navbar_user
{
    margin-left: 37px;
}
.navbar_user li
{
    display: inline-block;
    text-align: center;
}
.navbar_user li a
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    color: #1e1e27;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.navbar_user li a:hover
{
    color: #b5aec4;
}
.checkout a
{
    background: #eceff6;
    border-radius: 50%;
}
.checkout_items
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -9px;
    left: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #EA80B3;
    font-size: 12px;
    color: #FFFFFF;
}

/*********************************
3.5 Hamburger Menu
*********************************/

.hamburger_container
{
    display: none;
    margin-left: 40px;
}
.hamburger_container i
{
    font-size: 24px;
    color: #1e1e27;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hamburger_container:hover i
{
    color: #b5aec4;
}
.hamburger_menu
{
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: rgba(255,255,255,0.95);
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hamburger_menu.active
{
    right: 0;
}
.fs_menu_overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: rgba(255,255,255,0);
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hamburger_close
{
    position: absolute;
    top: 26px;
    right: 10px;
    padding: 10px;
    z-index: 1;
}
.hamburger_close i
{
    font-size: 24px;
    color: #1e1e27;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hamburger_close:hover i
{
    color: #b5aec4;
}
.hamburger_menu_content
{
    padding-top: 100px;
    width: 100%;
    height: 100%;
    padding-right: 20px;
}
.menu_item
{
    display: block;
    position: relative;
    border-bottom: solid 1px #b5aec4;
    vertical-align: middle;
}
.menu_item > a
{
    display: block;
    color: #1e1e27;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
}
.menu_item > a:hover
{
    color: #b5aec4;
}
.menu_item > a > i
{
    margin-left: 8px;
}
.menu_item.active .menu_selection
{
    display: block;
    visibility: visible;
    opacity: 1;
}
.menu_selection
{
    margin: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu_selection li
{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}
.menu_selection li a
{
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.menu_selection li a:hover
{
    color: #b5aec4;
}
.menu_selection li:last-child a
{
    border-bottom: none;
}

/*********************************
3.6 Logo
*********************************/

.logo_container
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.logo_container a
{
    font-size: 24px;
    color: #1e1e27;
    font-weight: 700;
    text-transform: uppercase;
}
.logo_container a span
{
    color: #EA80B3;
}



















.logo_container img {
    width: 190px;
    height: auto;
}


.logo_container a span {
    color: #EA80B3;
}

.main_slider {
    /*margin-top: 127px;*/
}


#slides {
    /*border-bottom: 1px solid #515151;*/
    box-shadow: 1px 1px 2px #ea80b36b;
}
#slides .slide .mobile_img{
    display: none;
}


.top_nav_menu {
    padding: 13px 0 !important;
}

.top_nav_menu .rs {
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #33333b;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}

.top_nav_menu .rs:last-child {
    border-right: none;
}

.top_nav_menu .rs a {
    color: #b5aec4;
}

.top_nav_menu .rs:hover a {
    color: #EA80B3;
}

.main_nav_container {
    border-bottom: #00000015 1px solid;
}

.navbar_menu {
    display: flex;
    float: left;
}

.navbar_menu li {
    display: inline-block;
    position: unset;
    position: relative;
}

.navbar_menu li > a {
    /*display: block;*/
    /*color: #b5aec4;*/
    /*font-weight: 400;*/
    /*height: 50px;*/
    line-height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 10px;
    text-align: center;
}

.navbar_menu li > a > i {
    margin-left: 4px;
}

.navbar_user li > a > i {
    margin-left: 0;
}
.hamburger_menu_content {
    padding-left: 20px;
}
.hamburger_menu_content .menu_item > a {
    height: 55px;
    line-height: 55px;
    text-align: left;
}

.hamburger_menu_content .menu_item .menu_selection li a {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    text-align: left;
    padding-left: 5px;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    /*appearance: textfield;*/
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    /*border: 2px solid #ddd;*/
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:hover {
    border-radius: 50%;
    border: solid #a4a4a4 1px;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #515151;
    transform: translate(-50%, -50%);
}


.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 3rem;
    padding: .4rem;
    border: none;
    border-width: 0 2px;
    font-size: 16px;
    height: 30px;
    text-align: center;
}


/**  sous menu */
.header {
    overflow: hidden;
}

.header:hover {
    overflow: visible;
}

.sous-menu {
    display: grid;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    width: fit-content;
    min-width: 160px;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    /*z-index: 1;*/
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;

    /*transition-duration: 1s;*/
    /*transition-property: transform;*/

}

.navbar_search .sous-menu {
    max-width: none;
    width: 420px;
    padding: 24px 28px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    right: -60px;
}

.navbar_search .sous-menu li:first-child label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    display: block;
}

.navbar_search .sous-menu input.form-control {
    height: 46px;
    line-height: 46px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    padding: 0 16px;
    transition: border-color 0.2s;
    box-shadow: none;
}

.navbar_search .sous-menu input.form-control:focus {
    border-color: #e84c8a;
    outline: none;
    box-shadow: 0 0 0 3px rgba(232, 76, 138, 0.1);
}

.navbar_search .sous-menu .red_btn {
    height: 46px;
    border: none;
    border-radius: 0 8px 8px 0;
    background: #e84c8a;
    color: #fff;
    padding: 0 18px;
    transition: background 0.2s;
}

.navbar_search .sous-menu .red_btn:hover {
    background: #d43d7a;
}

.navbar_user .sous-menu {
    right: -65px;
}

.navbar_menu > li:hover > .sous-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-animation: rollIn .8s ease;
    animation: rollIn .8s ease;
}

.navbar_menu > li > .sous-menu > li:hover > .sous-menu {
    visibility: visible;
    opacity: 1;
    top: 0%;
    -webkit-animation: rollIn .8s ease;
    animation: rollIn .8s ease;
    right: -160px;
}


@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sous-menu li {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    line-height: 50px;
}

.sous-menu li a {
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 5px;
    width: 100%;
    height: auto;
}

.sous-menu li a:hover {
    color: #b5aec4;
}

.sous-menu li:last-child a {
    border-bottom: none;
}

/**  sous menu  end*/

.navbar {
    display: block;
}

.navbar_user {
    float: right;
    /*padding: 20px;*/
}

.navbar_user > li {
    padding: 26px 0;
}

.new_arrivals .product_image, .product_filter .product_image {
    height: 221px;
    text-align: center;
    overflow: hidden;
}

.new_arrivals .product_image img, .best_sellers .product_image img, .product_filter .product_image img {
    height: 221px;
    width: 221px;
    object-fit: cover;
    max-width: 100%;
}

.favorite {
    left: 15px;
    margin: auto;
}

.shop_now_button {
    width: auto;
    padding: 0 20px;
}