/* ========== custom s ========== */

/*header s*/

header .search-box .form-control {
    width: calc(100% - 60px);
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 8px;
}

header .search-box .btn {
    width: 50px;
    height: 50px;
    float: left;
}


.navbar {
    border-radius: 0;
}

.navbar .navbar-nav > li > a {
    color: #fff;
}

.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    color: #e91e63;
    background: #fff;
}

.navbar .navbar-nav > li.open > a {
    color: #e91e63;
    background: #fff;
}


/*dropdown-large s*/

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    width: calc(100% - 30px);
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
    text-transform: capitalize;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large > li > ul > li {
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #000;
    font-size: 18px;
}

/*.nav-text-up {text-transform: uppercase;}*/

/*header e*/

.select {font-weight: 100;}

.footer-bg {clear: both;
    background: #eee;
    box-shadow: 0 10000px 0 10000px #003953;
    width: 100%;
    max-width: 100%;}

.list-box {
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 15px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .3);
}

.list-box > li {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
}

ul > li {
    list-style: none;
}

.clear {clear: both;}

iframe {
    width: 100%;
    height: 315px;
}

/* ========== custom e ========== */

/*addition s*/

.doll_drop > .dropbtn {
    background-color: #f5f5f5;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.doll_drop .dropbtn:hover, .doll_drop .dropbtn:focus {
    color: #f50057;
}

.doll_drop.dropdown {
    position: absolute;
    display: inline-block;
}

.doll_drop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.doll_drop .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.doll_drop.dropdown a:hover {background-color: #f1f1f1}

.doll_drop .show {display: block;}

.doll_drop > .dropindex {
    border: none;
    cursor: pointer;
}

.doll_drop > .dropindex:hover, .doll_drop .dropindex:focus {
    color: #f50057;
}

.hide-menu {background-color: #eee;}

.column .dropindex .click_drop {display: block;
    margin-top: -36px;
    background-color: #eee;
    border-bottom: 1px solid grey;}

.column > .click {margin-left: 25px;}

.column .dropdown .click_drop {display: block;
    margin-top: -36px;
    background-color: #ededea;
    border-bottom: 1px solid grey;}

.shipping_button {font: 400 17px/120% Knockout, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    background: transparent;
    padding: 12px 24px;
    cursor: pointer;
    touch-action: manipulation;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 2px solid #1f1f1f;
    color: #1f1f1f;
    -moz-font-feature-settings: "lnum";
    -ms-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    -o-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    letter-spacing: 1px;
    display: inline-block;}

.column:hover .shipping_button {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
    outline: none;
}

.button-box:hover .shipping_button {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
    outline: none;
}

.my_cart {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    color: #000;
    border: 1.5px solid #525050;
    border-radius: 4px;
    padding: 12px 14px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    touch-action: manipulation;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #fff;
    position: relative;
    margin-left: auto;
    display: block;
    font-feature-settings: normal;}

.my_cart:hover {background: #fff;
    border-color: #000;
    color: #000;
    outline: none;}

.p-title {text-transform: capitalize;}

.navbar li.blog_list {position: relative;}

#navbar li.blog_list ul.blog_list_detail {position: absolute; display: none; width: 1400px; left: -800px; height: auto; background: #fff; opacity: 1;}

#navbar li.blog_list ul.blog_list_detail li {float: left; width: 250px; margin-top: 10px;}

#navbar li.blog_list ul.blog_list_detail li p {margin-top: 5px;}

#navbar li.blog_list ul.blog_list_detail li + li:not(:nth-child(5n+1)) {margin-left: 20px;}

#navbar li.blog_list ul.blog_list_detail li img {max-width: 250px;}

#navbar li.blog_list:hover ul.blog_list_detail {display: block; z-index: 9999;}

.sale-box {
    position: absolute;
    top: 0;
    right: 5px;
    overflow: hidden;
    height: 80px;
    width: 85px;
    text-align: center;
}

.sale-box .sale-label {
    font: 700 14px/12px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #f13340;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 126px;
    text-align: center;
    display: block;
    position: absolute;
    right: -33px;
    top: 16px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    z-index: 10;
}

.index_banner {position: relative; clear: both;}

.index_banner img {width: 100%;}

.index_banner > .inner {position: absolute; top: 20px; right: 20px; height: 470px; width: 500px;}

.index_banner > .inner p:nth-child(1) {font-weight: bold; color: #000; font-size: 18px; margin-bottom: 10px;}

.index_banner > .inner p:nth-child(2) {color: #000;}

.inner .btn {padding: 0 25px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    line-height: 34px;
    height: 36px;
    letter-spacing: 0.05em;
    font-weight: 700;
    border: 2px solid transparent;
    text-decoration: none;}

.inner .btn:hover {-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background-color: #fff;
    color: #000;
    border-color: #000;}

.position_1 {position: absolute; margin: 0 auto; top: 80%; right: 100px;}

.padding_list {padding: 0 15px;}

.top_1 {background: #ccc; padding: 5px 0 5px 10px;}

.top_1 h2 {font-size: 18px;}

.top_1 p img {width: auto; height: 30px; vertical-align: middle;}

.top_1 p a {font-size: 18px;}

.btn-search {
    background-color: #fff;
    border: 1.5px solid #000;
    border-radius: 4px;
    line-height: 1.42857143;
    font-size: 14px;
    vertical-align: middle;
    padding: 12px 17px;
    width: 50px;
    height: 50px;
    float: left;
}

.buy-now img {width: 25%;height: auto;}

.keyword-title {
    position: absolute;
    left: 40px;
    right: 25px;
    bottom: 75px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.margin-b-30 > p.img_button {display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ff5252;
    background-color: #ff5252;}

.wmdolls_img {position: absolute; z-index: 3; top: 20px; right: 20px; max-width: 60px; height: auto;}
.bottom_img {position: absolute; z-index: 3; bottom: 20px; right: 15px; max-width: 60px; height: auto;}

.hotdolls_img {
    position: absolute;
    z-index: 3;
    top: 30px;
    right: 20px;
    max-width: 80px;
    height: auto;
    width: 60px;
}

/*addition e*/

/* ========== responsive s ========== */

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    iframe {
        width: 100%;
        height: 315px;
    }
}

@media (max-width: 767px) {
    iframe {
        width: 100%;
        height: 450px;
    }
    footer {
        margin-bottom: 20px;
    }
    .add-to-cart-box .btn.cart {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        width: 100%;
        border-radius: 0;
    }
    #scrollUp {
        bottom: 60px !important;
    }
}

@media (max-width: 479px) {
    iframe {
        width: 100%;
        height: 275px;
    }
}

@media (max-width: 319px) {
    iframe {
        width: 100%;
        height: 225px;
    }
}

/* ========== responsive e ========== */


.fixed-box {
    position: relative;
}
.fixed-box .menu-btn {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 110px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    background: #f00;
    z-index: 999;
    color: #fff;
    font-size: 12px;
}

.fixed-box .modal-content {
    float: left;
}

@media (max-width: 991px) {
    .fixed-box .menu-btn {
        display: block;
    }
}

.navbar-toggle {
	background-color: #fff;
	margin: 0;
	padding: 6px 12px !important;
	color: #f00;
	font-size: 18px;
    border: 1px solid #f00 !important;
}


.navbar {
	min-height: 0 !important;;
	margin-bottom: 0 !important;
	border: none !important;
}


.add-to-cart-box button {
    position: relative;
}

.add-to-cart-box button span {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    background: #fff;
    border-radius: 4px;
    padding: 3px 5px;
    color: #f00;
    font-size: 12px;
}

.add-to-cart-box button span:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 6px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.sort-title .controls .control {
    border-radius: 0;
    border: none;
    padding: 8px 12px;
    color: #333;
    background: #fff;
}

.sort-title .controls .mixitup-control-active {
    color: #fff;
    background: #e91e63;
}