#store_body {
    --primary-text-color: #000;
    --light-hover: #d6dee1;
    --light-active: #98a6ad;
}

#store_body {
    overflow-x: hidden !important;
    position: relative;
    background-image: none !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#store_body > .client-wrapper, #store_body body > .client-wrapper > #content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#store_body > .client-wrapper > #content > .container {
    flex: 1;
}

#store_body {
    color: #888888;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.3px;
}

#store_body {
    padding-bottom: 0px !important;
    background: #ffffff;
}

#store_body select:focus {
    outline: none !important;
}

#store_body h1, #store_body h2, #store_body h3, #store_body h4, #store_body h5, #store_body h6 {
    color: #333;
}

#store_body li:not(.seo_wrapper li) {
    list-style: none;
}

/* default font size */
#store_body .fa-stack {
    width: 12px;
    font-size: 8px;
    height: 11px;
}

#store_body .fa-stack .fa {
    font-size: 12px;
}

#store_body i.fa.fa-star-o.fa-stack-2x:before {
    content: "\f005";
}

/* Override the bootstrap defaults */
#store_body h1, #store_body .h1 {
    font-size: 33px;
}

#store_body h2, #store_body .h2 {
    font-size: 27px;
}

#store_body h3, #store_body .h3 {
    font-size: 21px;
}

#store_body h4, #store_body .h4 {
    font-size: 15px;
}

#store_body h5, #store_body .h5 {
    font-size: 12px;
}

#store_body h6, #store_body .h6 {
    font-size: 10.2px;
}

#store_body .gap-0{
    gap: 0px !important;
}
#store_body .gap-10{
    gap: 10px;
}
#store_body .gap-20{
    gap: 20px;
}
#store_body .gap-30{
    gap: 30px;
}
#store_body .gap-40{
    gap: 40px;
}
#store_body .gap-80{
    gap: 80px;
}

#store_body a {
    color: #888888;
}

#store_body a:hover, #store_body a:focus {
    text-decoration: none;
}

#store_body legend {
    font-size: 18px;
    padding: 7px 0px;
}

#store_body label {
    font-weight: 500;
}

#store_body #topnav {
    padding: 0;
    position: sticky !important;
}

#store_body #top {
    padding-top: 9px;
    padding-bottom: 9px;
}

#store_body .input-group .input-group-addon {
    font-size: 13px;
    height: 30px;
}

#store_body #content .col-sm-6.product-right {
    margin-left: 0;
    width: 45%;
}

#store_body .shop_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Fix some bootstrap issues */
#store_body span.hidden-xs, #store_body span.hidden-sm, #store_body span.hidden-md, #store_body span.hidden-lg {
    display: inline;
}

#store_body .pagination > .active > a, #store_body .pagination > .active > span, #store_body .pagination > .active > a:hover, #store_body .pagination > .active > span:hover, #store_body .pagination > .active > a:focus, #store_body .pagination > .active > span:focus {
    color: #000;
}

#store_body .pagination > li > a, #store_body .pagination > li > span {
    border-color: #f5f5f5 !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -khtml-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    color: #7a7a7a;
    padding: 7px 12px;
    height: 35px;
    width: 35px;
}

#store_body .pagination > li > a:hover, #store_body .pagination > li > span:hover, #store_body .pagination > li > a:focus, #store_body .pagination > li > span:focus {
    background: #0068c9 none repeat scroll 0 0 !important;
    border: 1px solid #0068c9 !important;
    color: #fff !important;
}

#store_body div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

#store_body .banners-slider-carousel .customNavigation {
    display: none;
}

/* counter*/
#store_body .countdown {
    color: #111111;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

#store_body .count-down.clock {
    display: inline-block;
    float: none;
    padding: 0;
    position: relative;
    vertical-align: top;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

/* end of counter*/
#store_body .special-tag {
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 0;

    background: #e52727;
    font-size: 11px;
    color: #fff;
    line-height: 19px;
    z-index: 8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    padding: 0px 5px;
    border-radius: 5px;
    border-radius: 0 5px 5px 0;
}

#store_body .product-block:hover .special-tag {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#store_body .stock_status {
    height: 80px;
    width: 80px;
    background: #0068c9;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ffffff;
    text-align: center;

    padding: 23px 9px;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 16px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    display: flex;
    align-items: center;
}

#store_body .product-block:hover .stock_status {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

#store_body .outstock .img-responsive.hover-image {
    display: none !important;
}

#store_body .outstock .img-responsive {
    filter: opacity(30%);
}

#store_body .footer-blocks .col-sm-3 {
    width: 19%;
    float: right;
}

#store_body #footer-right .footer-cms.column.col-sm-3 {
    width: 100%;
}

#store_body .footer-blocks .col-sm-3.column.footerleft {
    width: 100%;
    float: left;
}

#store_body .footer-blocks .col-sm-3.column.footerleft li a:before {
    display: none;
}

#store_body .footer-text ul {
    padding: 0;
}

#store_body .footer-area ul li {
    display: inline-block;
}

#store_body .footer-blocks .footerleft .contact-block li.phone span {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin: 15px 0 0 0;
}

#store_body .footer-blocks .footerleft .contact-block li.phone .fa {
    display: none;
}

#store_body #block_1 .list-unstyled li:first-child {
    margin: 0 10px 0 0;
}

#store_body .listing {
    min-height: 798px;
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 50%;
    font-weight: 500;

}

#store_body .listing::before {
    content: "\f071";
    position: absolute;
    font-family: fontawesome;
    margin-top: -50px;
    font-size: 35px;
    left: 45%;
}

/* mouse grab icon */
#store_body .grabbing {
    cursor: url(../stylesheet/grabbing.png) 8 8, move;
}

/* OpenCart Code */

#store_body #paysocialcmsblock {
    float: right;
    width: 30%;
}

#store_body .social-block h5 {
    margin: 0 0 15px 0;
    display: none;
}

#store_body .social-block ul li {
    vertical-align: top;
    float: none;
    display: inline-block;
    padding: 0;
    margin-inline-start: 8px;
}

#store_body .social-block {
    margin: 20px 0 0;
    float: left;
    width: 100%;
}

#store_body .social-block ul {
    margin: 10px 0;
}

#store_body .social-block ul li a {
    width: 41px;
    height: 41px;
    display: block;
    outline: none;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    border: 0;
    transition: all .2s ease-in-out;
    background: #333232;
}

#store_body .social-block ul li.facebook a:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

#store_body .social-block ul li.twitter a:hover {
    background-color: #4099FF;
    border-color: #4099FF;
}

#store_body .social-block ul li.linkedin a:hover {
    background-color: #007bb6;
    border-color: #007bb6;
}

#store_body .social-block ul li.rss a:hover {
    background-color: #FA9B39;
    border-color: #FA9B39;
}

#store_body .social-block ul li.youtube a:hover {
    background-color: #C4302B;
    border-color: #C4302B;
}

#store_body .social-block ul li.pinterest a:hover {
    background-color: #910101;
    border-color: #910101;
}

#store_body .social-block ul li.google-plus a:hover {
    background-color: #C63D2D;
    border-color: #C63D2D;
}

#store_body .social-block ul li a .fa {
    font-size: 15px;
    line-height: 44px;
    float: left;
    height: 100%;
    width: 100%;
}

#store_body .social-block ul li:last-child a {
    margin: 0;
}

#store_body .social-block ul li a:hover, #store_body .social-block ul li a:active, #store_body .social-block ul li a:focus {
    background-color: #111111;
    color: #ffffff;
}

#store_body #paysocialcmsblock ul {
    padding: 0;
    margin: 0;
    float: right;
}

#store_body .main-slider .swiper-viewport:hover .swiper-button-next {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    right: 20px;
}

#store_body .main-slider .swiper-viewport:hover .swiper-button-prev {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    left: 20px;
}

#store_body #form-currency .currency-select {
    text-align: left;
    width: 100%;


}

#store_body .dropdown-menu-right {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    box-shadow: none;
}

#store_body #form-language .dropdown-menu {
    border: none;
    box-shadow: none;
    margin: 2px 0 0;
    padding: 10px 10px 12px;
    right: auto;
    top: 19px;
    left: 10px;
}

#store_body .dropdown-menu.currency-menu {
    border: none;
    box-shadow: none;
    margin: 2px 0 0;
    padding: 10px 10px 12px;
    right: auto;
    top: 19px;
    left: 10px;
}

#store_body .lang-curr-wrapper .language-title, #store_body .lang-curr-wrapper .currency-title {
    font-weight: 600;
    padding: 3px 20px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

#store_body .dropdown-menu.currency-menu .fa.fa-angle-down, #store_body .dropdown-menu.language-menu .fa.fa-angle-down {
    display: none;
}

#store_body .productpage .special-price {
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    line-height: 20px;
    color: #111111;
}

#store_body .productpage .description {
    line-height: 24px;
    margin-bottom: 10px;
    padding: 15px 5px 20px 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

#store_body .product-description td span {
    color: #111;
    font-weight: 500;
    padding: 2px;
    font-size: 15px;
    margin: 0 0 8px;
    width: 100%;
    float: left;
}

#store_body .product-description td {
    padding: 2px;
}

#store_body .productpage .description .product-description .description-right {
    padding-left: 50px;
}

#store_body #form-language .dropdown-menu > li > .btn {
    padding: 5px;
    color: #000;
}

#store_body #form-currency .dropdown-menu .btn {
    padding: 6px !important;
    color: #333333;
}

#store_body #form-language .dropdown-menu > li > .btn:hover,
#store_body #form-currency .dropdown-menu .btn:hover {
    color: #111111;
    background: transparent;
}

#store_body .header_cart .cart-menu .text-left a {
    font-size: 13px;
    color: #0068c9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    line-height: 20px;
}

#store_body .header_bottom .row {
    position: relative;
}

#store_body .content_header_topleft {
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

#store_body .content_header_top .single-banner {
    margin: 0;
}

#store_body .static_links {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 0 0;
    padding-left: 8px;
}

#store_body .static_links li {
    position: relative;
    padding: 0;
    float: left;
}

#store_body .static_links .hiden_menu .top_level > a {
    padding: 10px 20px !important;
    margin-right: 0;
}

#store_body .static_links li .megamenu li.list-unstyled.childs_1 li {
    padding: 0;
}

#store_body #content .col-sm-6 h2 {
    font-size: 18px;
}

#store_body .static_links .myaccount ul {
    height: auto;
    border: 1px solid #ebebeb;
    padding: 10px 5px;
}

#store_body .static_links ul.nav li .megamenu.column1 ul.childs_1 {
    border: medium none;
}

#store_body .static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 8px 7px !important;
    position: relative;

    font-weight: 400;
}

#store_body .static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover {
    color: #111111;
}

#store_body .navbar-nav > li > .dropdown-menu {
    padding: 15px 0 15px 15px;
}

#store_body .static_links .dropdown-menu .list-unstyled.childs_1 > li {
    padding-bottom: 0;
}

#store_body .static_links ul {
    text-align: left;
}

#store_body .static_links .cart-menu > li {
    padding: 0;
}

#store_body .header-cart .dropdown-menu {
    border: 1px solid #ebebeb;
    min-width: 280px;
    padding: 10px;
    top: 53px;
}

#store_body .dropdown-menu-right {
    left: auto;
    right: 0;
    padding: 10px 0 10px 0;
}

#store_body .static_links ul li ul {
    display: table-cell;
    float: none;
}

#store_body .nav .navbar-nav .top-level.dropdown li a:hover {
    display: inline-block;
}

#store_body .static_links li.hiden_menu div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    display: none;
    min-width: 155px;
    padding: 15px 0;
    position: absolute;
    text-align: left;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    top: 56px;
}

#store_body .static_links li.hiden_menu:hover div {
    display: block;
    color: #767676;
}

#store_body .static_links li.hiden_menu div li a::before {
    background: none;
}

#store_body .static_links li.hiden_menu .top_level a:hover {
    background: none;
}

#store_body .static_links .dropdown-inner .top_level li a::before {
    background: none;
}

#store_body .static_links li a::before {
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 7px;
    border-left: 1px solid #ededed;
}

#store_body .static_links .dropdown.myaccount li a::before {
    background: none;
}

#store_body .login_acc {
    display: inline-block;
    padding: 0px;
    position: relative;
    width: 100%;
}


#store_body .lang-curr-wrapper .language-title .fa.fa-caret-down {
    float: right;
    padding: 5px 10px;
}

#store_body .lang-curr-wrapper .currency-title .fa.fa-caret-down {
    float: right;
    padding: 5px 10px;
}

#store_body .lang-curr-wrapper .language-title:hover {
    color: #111111;
}

#store_body .lang-curr-wrapper .currency-title:hover {
    color: #111111;
}

#store_body .login_acc li {
    padding: 1px 15px;
    position: relative;
    text-align: left;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#store_body .whishlist {
    text-align: left;
    padding: 1px 15px;
}

#store_body span.wishlist_count {
    padding-inline-start: 4px;
}

#store_body .whishlist a, #store_body .compare a {
    color: #888;
}

#store_body .header_nav .compare a {
    color: #ffffff;
}

#store_body .header_nav .compare a:hover {
    color: #aaa;
}

#store_body .whishlist a:hover, #store_body .compare a:hover {
    color: #111;
}

#store_body .nav2 .compare {
    text-align: left;
    padding: 0px 15px;
    float: right;
    position: relative;
}

#store_body .checkout:hover {
    color: #111111;
}

#store_body .myaccount .account:hover {
    background: none;
    color: #000 !important;
    border: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#store_body .drop_account {
    color: #000000;
    padding: 10px 0;
    float: left;
    width: 100%;
}

#store_body .myaccount .account {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #111111;
    color: #111111;
    float: left;
    margin: 5px;
    padding: 8px 18px;
    text-align: center;
    font-weight: 400;
}

#store_body .static_links .dropdown.myaccount li a:hover {
    background: none;
    color: #111111;
}

#store_body .static_links li:first-child a::before {
    background: none;
}

#store_body .static_links li a {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 10px;
    margin: 1px 11px 0px 0;
    padding: 15px 20px !important;
    position: relative;

    z-index: 6;
}

#store_body .list-unstyled.childs_2 > li {
    padding: 0;
    width: 100%;
    margin: 0 0 0 0;
}

#store_body .static_links li:last-child a {
    padding-right: 8px;
}

#store_body .btn-link:hover, #store_body .btn-link:focus {
    color: #111111;
}

#store_body .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}

#store_body header .btn-link:hover, #store_body header .btn-link:focus {
    color: #fff;
    background: none;
    text-decoration: none;
}

#store_body #top .btn-link strong {
    font-size: 14px;
    font-weight: normal;
}

#store_body .dropdown.myaccount:hover a.account::after, #store_body .dropdown.myaccount:hover a.account1::after, #store_body .dropdown.myaccount:hover a.account_order1::after, #store_body .dropdown.myaccount:hover a.account_transaction1::after, #store_body .dropdown.myaccount:hover a.account_download1::after, #store_body .dropdown.myaccount:hover a.account_logout1::after {
    display: none;
}

#store_body .swiper-viewport .swiper-button-next {
    left: auto;
    right: -30px;
    width: 45px;
    height: 45px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#store_body .swiper-viewport .swiper-button-prev {
    right: auto;
    left: -30px;
    width: 45px;
    height: 45px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#store_body .lang-curr {
    margin: 0;
    display: inline-block;
}

#store_body .container .container-top a {
    color: #000;
}

#store_body .nav.pull-right {
    display: inline-block;
    padding: 0;
}

#store_body .container .result-search-autocomplete ul li {
    float: left;
}

#store_body .right-links ul li {
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

#store_body .container .container-top a:hover {
    color: #111111;
}

#store_body .right-myaccount-menu > li #wishlist-total {
    border-right: 1px solid;
    padding: 0 10px 0 0;
}

#store_body .right-links .right-myaccount-menu ul li {
    margin-right: 10px;
}

#store_body .footer-blocks .col-sm-3.column.footerleft .desc-block ul {
    padding: 0;
}

#store_body .content-top {
    float: left;
    width: 100%;
    padding: 0px;
}

#store_body .content-bottom {
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 20px;
}

#store_body .lang-curr-wrapper .pull-left {
    padding-right: 0;
    width: 100%;
    text-align: left;
    margin: 5px 0;
    cursor: pointer;
    float: none;
    margin: 0;
    position: relative;
    width: auto;
    display: inline-block;
    transition: all 400ms ease-in-out 0s;
    right: 0;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    vertical-align: top;
}

#store_body #form-language .fa-angle-down, #store_body #form-currency .fa-angle-down {
    float: none;
    margin: 4px 0 0 6px;
    display: inline-block;
    vertical-align: top;
}

#store_body #form-language .fa-angle-down {
    margin: 4px 0 0 1px;
}

#store_body #form-currency .btn-link, #store_body #form-language .btn-link {
    border: medium none;
    color: #111111;
    font-size: 13px;
    line-height: 22px;
    text-decoration: none;
    padding: 0px;
    float: none;
    letter-spacing: 0.5px;
    text-align: left;
}

#store_body .nav2 {
    float: right;
    display: flex;
    align-items: center;
}

#store_body #form-language .btn-link.btn-block.language-select,
#store_body #form-currency .currency-select {
    color: #888;
}

#store_body #form-language .dropdoen-menu > li > .btn:hover, #store_body #form-currency .dropdoen-menu .btn:hover {
    color: #111111 !important;
    text-decoration: none;
}

#store_body .language-menu li, #store_body .currency-menu li {
    padding: 3px 0px;
    text-align: left;
    line-height: initial;
}

#store_body #form-currency .btn-link strong {
    font-weight: normal;
    padding: 0 3px 0 0;
    font-size: 13px;
}

#store_body .pull-left #form-language .btn-group span img {
    padding: 0px 5px 0 0;
}

#store_body .dropdown.myaccount {
    float: left;
    position: relative;
}

#store_body .nav2 div.account-title {
    display: flex;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;

    font-size: 13px;
    transition: all .2s ease-in-out;
}

#store_body .nav2 div.account-title span.account-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#store_body .nav2 div.account-title img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    max-width: unset;
}

#store_body .nav2 div.account-title > i {
    margin-right: 0.5rem;
}

#store_body .nav2 div.account-title:hover {
    color: #aaaaaa;
}

#store_body .myaccount > a {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
}

#store_body .language-menu {
    padding: 10px 15px;
    display: none;
    position: absolute;
    background: #fff;
    border: 0;
    top: 41px;
    left: 0;
    right: auto;
    min-width: 148px;
    z-index: 1000;
    margin: 0px;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 10%);
}

#store_body .currency-menu {
    padding: 10px 15px;
    display: none;
    position: absolute;
    background: #fff;
    border: 0;
    top: 41px;
    left: 0;
    right: auto;
    min-width: 155px;
    z-index: 1000;
    margin: 0px;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 10%);
}

#store_body .header_nav {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#store_body #wdnavcmsheader {
    padding-inline-start: 15px;
}

#store_body #wdnavcmsheader .wdheader-service {
    color: #ffffff;

    font-size: 13px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

#store_body .left-nav {
    float: left;
    display: flex;
    align-items: center;
}

#store_body .right-nav {
    float: right;
    display: flex;
    align-items: center;
}

#store_body aside#header-nav-left {
    float: left;
}

#store_body .lang-curr-wrapper {
    float: left;
}

#store_body #header-nav-right {
    float: right;
}

#store_body .right-nav .lang-curr-wrapper {
    float: left;
    margin-inline-end: 25px;
}

#store_body .header_top {
    width: 100%;
    text-align: left;
    float: left;
    height: 80px;
}

#store_body .header_top .row {
    position: relative;
    height: 100%;
}

#store_body .header_bottom {
    width: 100%;
    background: #1d2835;
    padding: 0px;
    z-index: 1000;
}

#store_body .common-home .header_bottom {
    border-bottom: none;
}

#store_body .content_headercms_bottom {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

#store_body .header-right .head {
    float: right;
    margin: 5px 5px 0 0;
    padding: 2px;
}

#store_body .header-center {
    float: left;
    padding: 10px 0 16px 0;
    width: 100%;
}


/*************ENd Contact Link***************/
/* logo */
#store_body .header-logo {
    float: left;
}

#store_body .header-cart {
    float: left;
}

#store_body .header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
}

#store_body .static_links li:last-child a::before {
    border-left: none;
}

#store_body .header-left {
    float: left;
    width: auto;
    margin: 0 79px 0 0;
}

#store_body .static_links li:first-child a {
    padding-left: 5px !important;
}

#store_body .header-right {
    float: right;
    width: 81%;
    position: relative;
    top: 0;
    transition: top 800ms ease 0s;
    -webkit-transition: top 800ms ease 0s;
    -moz-transition: top 800ms ease 0s;
    -ms-transition: top 800ms ease 0s;
    -o-transition: top 800ms ease 0s;
}

#store_body header .tags > a {
    font-weight: normal;
}

#store_body header {
    padding: 0;
    margin: 0;
    clear: both;
    border-radius: 0;
    height: auto;
    background: #1c1b1b !important;
    float: left;
    width: 100%;

}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes fixedAnim {
    0% {
        top: -100%;
    }
    100% {
        top: 0
    }
}

@-moz-keyframes fixedAnim {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@keyframes fixedAnim {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

#store_body .header_bottom.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -1px;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
}

#store_body #checkout-checkout .text-right.total {
    font-size: 17px;
    font-weight: 600;
}

#store_body a.banner_text::before, #store_body a.banner_text::after {
    background: none !important;
}

#store_body .col-sm-4.header-logo {
    width: auto;
    padding: 18px 0;
    float: left;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#store_body .header_center {
    float: left;
    width: auto;
}

#store_body .col-sm-3.sort {
    padding: 0;
}

#store_body .col-sm-3.sort.category_dropdown span.customSelect {
    height: 38px;
    border-radius: 5px;
    padding: 8px 15px;
}

#store_body #searchbox .col-sm-3.sort {
    padding: 0 15px;
}

#store_body .col-sm-3.sort select.form-control {
    padding: 0;
    height: auto;

    background-color: #fff;
    color: #333333;
    border: none;
    overflow: hidden;
    left: 0;
    width: 100% !important;
}

#store_body .head-right-bottom {
    float: right;
    position: relative;
}

/*header-cms*/

#store_body .menu_toggle {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

/* search */
#store_body .header_search {
    width: 10%;
    padding: 0;
    position: relative;
    float: right;
    margin: auto 0;
}

#store_body #search .search_button {
    font-size: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    background-image: url(../image/search-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    height: 40px;
    width: 30px;
    transition: none;
    display: inline-block;
    vertical-align: middle;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    display: none;
}

#store_body #search .search_button:hover {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

#store_body #search .search_button.active {
    z-index: 1;
    cursor: pointer;
    background-image: url(../image/menu-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

#store_body span.search-title {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 5px;
    display: none;
}

#store_body .search_toggle {
    display: block;
    position: static;
    z-index: 9;
    width: 400px;
    right: 0;
    top: 75px;
    flex: 1 1 auto;
}

#store_body #searchbox {
    position: relative;
    float: left;
    width: 100%;
}

#store_body .search_box {
    float: left;
    position: relative;
}

#store_body .search_box .form-control-select {
    height: 44px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding: 5px 4px 5px 17px;
    border-radius: 30px 0 0 30px;
    font-size: 12px;
    color: #666;
    line-height: 1.25;
    letter-spacing: 0.8px;
    width: 150px;
}

#store_body .search_box:after {
    /* content: ""; */
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: -11px;
    top: 0;
    z-index: 1;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    background: #111111;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 16px;
    color: #111;
    text-align: center;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
}

#store_body .header_search .btn.btn-default.btn-lg .fa.fa-search:before {
    content: "\f002";
    font-size: 16px;
}

#store_body .header_search .form-control.input-lg {
    height: 40px;
    width: 100%;
    padding: 8px 45px 8px 18px;
    font-size: 12px;
    color: #777;
    display: block;
    border: 0;
    margin: 0;
    border-radius: 25px !important;
}

#store_body .header_search .input-group-btn {
    width: auto;
}

#store_body #searchbox .input-group input {
    font-size: 12px;
}

#store_body .header_search .btn.btn-default.btn-lg {
    border: none;

    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.8px;
    padding: 11px 22px 11px 21px;
    border-radius: 0 30px 30px 0px;
    height: 44px;
}

#store_body .header_search .btn.btn-default.btn-lg:hover {
    background: #111111;
    color: #111;
}

/* end of search */
/***********************Homepage Special Product********************/
#store_body .product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    height: 198px;
    align-content: center;
}

#store_body .product-thumb .image-wrapper {
    position: relative;
}

#store_body .tabfeatured_default_width {
    width: 240px;
}

#store_body .tabbestseller_default_width {
    width: 340px;
}

#store_body .tablatest_default_width {
    width: 340px;
}

#store_body .tabspecial_default_width {
    width: 340px;
}

#store_body .featured_default_width {
    width: 340px;
}

#store_body .tab-content .tab {
    display: none;
}

#store_body .static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
}

#store_body .static_links ul.nav li .megamenu ul.list-unstyled li.dropdown.dropdown-menu {
    border: 1px solid #000;
    margin: 0;
    padding: 10px;
    position: absolute;
    left: 188px;
    top: 0;
}

#store_body .static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    display: block;
}

#store_body .static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    border: 1px solid #d9d9d9;
    display: none;
    left: 165px;
    padding: 10px;
    position: absolute;
    top: 0;
}

#store_body .static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover .dropdown-menu {
    display: block;
}

#store_body .main-slider .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
}

#store_body .swiper-viewport .swiper-button-prev::after, #store_body .swiper-viewport .swiper-button-next::after {
    font-size: 22px;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    text-align: center;
    padding: 0px 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    content: "\f104";
    font-family: "fontawesome";
    font-weight: 400;
    border: 0;
    background: rgba(17, 17, 17, 0.3);
    color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    border-radius: 50%;
}

#store_body .swiper-viewport .swiper-button-prev:hover::after, #store_body .swiper-viewport .swiper-button-next:hover::after {
    background-color: #111111;
    color: #ffffff;
}

#store_body .swiper-viewport .swiper-button-next::after {
    content: "\f105";
    font-family: "fontawesome";
}

#store_body .main-slider .swiper-pagination {
    display: none;
}

#store_body .main-slider.swiper-button-next, #store_body .main-slider.swiper-button-prev {
    width: 70px;
}

#store_body .header-cart .cart .btn-lg .dropdown-toggle:before {
    content: '\f291';
    font-family: 'FontAwesome';
    font-size: 12px;
}

#store_body #search .input-group-btn {
    float: right;
    width: auto;
    position: absolute;
    right: 0;
}

#store_body #search .btn-lg {
    font-size: 0;
    line-height: 18px;
    background-color: transparent;
    background-image: url(../image/search-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    border: none;
    color: #ffffff !important;
    padding: 0;
    height: 39px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 25px 25px 0;
    width: 50px;
}

#store_body .show-result {
    overflow: hidden;
}

#store_body .product-search #content > p {
    margin-top: 10px;
}

#store_body header .dropdown.myaccount a .fa {
    background-color: transparent;
    padding: 10px 8px;
}

#store_body header .header-cart a .fa {
    background: transparent;
}

#store_body .header-container {
    height: auto;
    width: 100%;
    z-index: 99;
    background: #232f3e none repeat scroll 0 0;
}

#store_body .header-container.smaller {
    z-index: 999;
}

#store_body .header-logo img {
    display: inline-block;
    max-width: 100%;
    object-fit: contain;
}

#store_body .content_header_top .box.webdigifycategory {
    left: 0;
    position: absolute;
    top: 0;
    width: 277px;
    z-index: 9;
}

/*end webdigify category */


/******service block****/
#store_body #wdcmsservice {
    float: left;
    width: 100%;
    background-color: #F5F5F7;
    padding: 27px 0;
    margin: 0;
}

#store_body #wdcmsservice .home-sevices {
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 0;
}

#store_body #wdcmsservice .owl-wrapper {
    display: flex !important;
}

#store_body #wdcmsservice .wdservice .service-icon {
    height: 45px;
    width: 45px;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
    flex-shrink: 0;
    margin: auto;
    margin-inline-end: 15px;
    margin-inline-start: 15px;
}

#store_body #wdcmsservice .wdservice .wdservice-desc {
    padding: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    margin-inline-end: 15px;
}

#store_body #wdcmsservice .owl-item > div,
#store_body #wdcmsservice .owl-item > div > li {
    height: 100%;
}

#store_body #wdcmsservice .wdservice .service-icon span {
    height: 100%;
    width: 100%;
    line-height: 60px;
    color: var(--secondary-color);
    font-size: 24px;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
}

#store_body #wdcmsservice .wd-return.wdservice .service-icon {
    background-image: url(../image/truck.svg);
    background-size: 43px;
    background-repeat: no-repeat;
    background-position: center;
}

#store_body #wdcmsservice .wd-secure.wdservice .service-icon {
    background-image: url(../image/discount.svg);
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center;
}

#store_body #wdcmsservice .wd-support.wdservice .service-icon {
    background-image: url(../image/support.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

#store_body #wdcmsservice .wd-shop.wdservice .service-icon {
    background-image: url(../image/gift.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}

#store_body #wdcmsservice .wdservice:hover .service-icon {
    transform: rotateY(360deg);
}

#store_body #wdcmsservice .wdservice {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    float: left;
    width: 100%;
    padding: 13px 0;
    word-break: break-word;
    height: 100%;
}

#store_body #wdcmsservice .wdservice:before {
    content: "";
    border-right: 1px solid #e5e5e5;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
}

#store_body #wdcmsservice .wd-secure.wdservice:before {
    border: 0;
}

#store_body #wdcmsservice .wd-sevices {
    margin: 0;
    padding: 0;
}

#store_body #wdcmsservice .wdservice .service-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.3px;
}

#store_body #wdcmsservice .wdservice .service-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    display: block;
    letter-spacing: 0.1px;
    margin: 0;

}

#store_body #wdcmsservice .wdservice:hover .service-icon span {
    color: var(--primary-color);
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

@media (max-width: 1729px) {
    #store_body #wdcmsservice .wdservice:before {
        right: 0;
    }
}

@media (max-width: 1379px) {
    #store_body #wdcmsservice .wdservice:before {
        border: 0;
    }
}

@media (max-width: 1199px) {

    #store_body #wdcmsservice .wdservice .service-desc {
        font-size: 13px;
        line-height: 20px;
    }

    #store_body #wdcmsservice .wdservice .service-icon {
        margin-inline-end: 10px;
    }

    #store_body #wdcmsservice .wdservice .service-title {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #store_body .wd-menu {
        scrollbar-width: none;
    }

    #store_body .wd-menu::-webkit-scrollbar {
        display: none;
    }

    #store_body .nav2 {
        width: unset;
        scrollbar-width: none;
    }

    #store_body .nav2::-webkit-scrollbar {
        display: none;
    }

    #store_body #wdcmsservice .wdservice {
        justify-content: center;
    }

    #store_body #wdcmsservice .wd-support.wdservice .service-icon {
        background-size: 35px;
    }

    #store_body #wdcmsservice .wd-return.wdservice .service-icon {
        background-size: 40px;
    }

    #store_body #wdcmsservice .wd-shop.wdservice .service-icon {
        background-size: 35px;
    }

    #store_body #wdcmsservice .wd-secure.wdservice .service-icon {
        background-size: 39px;
    }

    #store_body #wdcmsservice .wdservice .service-icon {
        margin-inline-end: 5px;
    }

    #store_body #wdcmsservice {
        padding: 22px 0;
    }
}

@media (max-width: 767px) {

    #store_body #wdcmsservice .wdservice .service-icon {
        height: 40px;
        width: 40px;
        background-size: 40px;
    }

    #store_body #wdcmsservice .wdservice .service-desc {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 543px) {
    #store_body #wdcmsservice {
        padding: 20px 0;
    }
}

@media (max-width: 380px) {
    #store_body #wdcmsservice .wdservice .service-icon {
        margin: 0 auto 10px;
    }

    #store_body #wdcmsservice .wdservice .wdservice-desc {
        text-align: center;
    }

    #store_body #wdcmsservice .wdservice {
        justify-content: center;
        display: block;
    }
}


/* homepage sub banner2*/
#store_body .webdigify-tab-text {
    background: #2196f3 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 0;
    text-align: center;
}

#store_body .webdigify-tab-text > span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/*end homepage sub banner2*/
/* cart */
#store_body .cart_detail .cart_heading {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;

    display: block;
    letter-spacing: 0.3px;
    padding-inline-end: 4px;
}

#store_body .cart_detail {
    cursor: pointer;
    display: flex;
    float: left;
    position: relative;
    text-align: left;
    align-items: center;
}

#store_body #cart .item-count {
    position: absolute;
    right: -10px;
    top: 0;
    transform: translate(20%, -10%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 50px;
    font-size: 12px;
    background-color: #fff;
    color: #0a0a0a;
}

#store_body #cart .item-count:before {
    /*content: "(";*/
}

#store_body #cart .item-count:after {
    /*content: ")";*/
}

#store_body #cart .mycart {
    font-size: 13px;
    color: #222;
    font-weight: 400;
    padding: 0;
    text-transform: lowercase;
    display: none;
}

#store_body #cart .price {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    display: none;
}

#store_body .header_cart {
    width: auto;
    float: right;
    padding-inline-end: 0;
}

#store_body.place_order .header_cart {
    display: none;
}

#store_body .fa.fa-heart-o {
    font-size: 25px;
    padding: 7px 25px 0 10px;
}

#store_body .header-cart .cart-menu li > a > img {
    width: 100%;
}

#store_body .col-sm-3.header-cart {
    float: left;
    width: auto;
    padding: 0;
    margin-left: 0;
}

#store_body .cart-menu .img-thumbnail {
    max-width: none;
    width: auto;
    border-radius: 5px;
}

#store_body #cart .dropdown-menu .table {
    border: medium none;
    margin-bottom: 10px;
}

#store_body #cart button > h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;

    line-height: 16px;
    padding: 0 0 0 21px;
    margin: -20px 0 0 10px;
    color: #fff;
}

#store_body .header-container .dropdown.myaccount .dropdown-toggle .fa.fa-user {
    color: #ef9d2a;
    font-size: 17px;
}

#store_body .header-container .dropdown.myaccount {
    background: #394d66 none repeat scroll 0 0;
    height: 40px;
    padding: 12px 17px;
}

#store_body .header_wishlist {
    float: right;
    position: relative;
    margin: 25px 6px;
    line-height: initial;
    height: 40px;
    margin-inline-end: 0;
}

#store_body .header_wishlist > a {
    height: 40px;
    width: 40px;
    margin: 0 3px 0 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    font-size: 0px;
    display: block;
    position: relative;
}

#store_body .header_wishlist > a:before {
    content: "";
    height: 40px;
    width: 40px;
    background: url(../image/header-wishlist.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#store_body .header_wishlist > a:hover:before {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

#store_body .header_wishlist span.wishlist_count {
    height: 16px;
    width: 16px;
    float: left;
    color: #fff;
    background: #111111;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    font-size: 11px;
    position: absolute;
    left: auto;
    right: 0;
    top: 3px;
    bottom: auto;
    padding: 0;
}

#store_body .header_wishlist span.wishlist {
    display: none;
}

#store_body #cart-total {
    vertical-align: top;
    color: #fff;
    line-height: 20px;
    display: flex;
    align-items: center;
}

#store_body .cart_image {
    background-image: url(../image/header-cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 30px;
    float: left;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
}

#store_body #cart:hover .cart_image {
    transform: rotateY(
            360deg
    );
    -webkit-transform: rotateY(
            360deg
    );
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

#store_body #cart-text {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

#store_body .header_cart .dropdown-toggle {
    border: 1px solid #111111;
}

#store_body #cart > .btn {
    background: none;
    width: unset;
    margin: auto 0;
    border: none;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

#store_body #cart {

    text-align: right;
    height: 100%;
}

#store_body .shopping-cart .btn.btn-danger {
    border-radius: 25px !important;
}

#store_body #cart h4 {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: -2px;
    z-index: 999;
}

#store_body .pull-left #form-language .btn-group span, #store_body .pull-left #form-currency .btn-group span {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 21px;

    transition: all .2s ease-in-out;
}

#store_body .pull-left #form-language .btn-group span:hover, #store_body .pull-left #form-currency .btn-group span:hover {
    color: #aaaaaa;
}

#store_body .pull-left #form-language .btn-group span:after, #store_body .pull-left #form-currency .btn-group span:after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 1px;
    height: 15px;
    margin: auto;
    opacity: .231;
}

#store_body #form-currency.active .btn-link.dropdown-toggle, #store_body #form-language.active .btn-link.dropdown-toggle, #store_body #form-currency:hover .btn-link.dropdown-toggle, #store_body #form-language:hover .btn-link.dropdown-toggle {
    margin: 0px;
}

#store_body #form-currency .btn-link, #store_body #form-language .btn-link {
    border: medium none;
    color: #888;
    text-decoration: none;
    padding: 0px;
    float: none;
    width: 100%;
    text-align: left;
    font-style: normal;
}

#store_body #form-currency .btn-link.dropdown-toggle, #store_body #form-language .btn-link.dropdown-toggle {
    background: none;
    padding: 9px 15px 9px 15px;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    font-weight: 600;
    text-transform: uppercase;
}

#store_body #form-language .btn-link.dropdown-toggle {
    padding-inline-start: 0;
}

#store_body #form-language .btn-link.btn-block.language-select:hover, #store_body #form-currency .currency-select:hover {
    color: #111111;
}

#store_body .table.table-bordered.shopping-cart.responsive {
    display: none;
}

#store_body .pull-left #form-language .fa.fa-caret-down {
    padding: 0 10px;
}

#store_body .pull-left #form-currency .fa.fa-caret-down {
    padding: 0 12px;
}

#store_body #checkout-cart .text-right.total {
    font-size: 15px;
    font-weight: 700;
}

#store_body #cart .dropdown-menu {
    width: 330px;
    padding: 10px;
    border: none;
    overflow: hidden;
    display: none;
    margin: 0;
    height: auto;
    border-radius: 0;
    top: 41px;
    border: 0;
    box-shadow: none;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 10%);
}

#store_body #cart .dropdown-menu li {
    float: none
}

#store_body #cart .dropdown-menu li:first-child {
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}

#store_body #cart .dropdown-menu li + li {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0 0;
}

#store_body #cart .dropdown-menu li::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

#store_body #cart .dropdown-menu li::-webkit-scrollbar-thumb {
    border: 4px solid #888;
}

#store_body #cart .dropdown-menu li::-webkit-scrollbar-track {
    background: #cccccc;
}

#store_body .header_cart .text-right.button-container .cart-button a {
    padding: 5px 25px;
    background: #0068c9;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;

    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    border-radius: 50px;
}

#store_body .header_cart .text-right.button-container .cart-button a strong {
    font-weight: 400;

    font-size: 13px;
}

#store_body .header_cart .text-right.button-container > a.addtocart {
    background: #111111;
    color: #fff;
}

#store_body .header_cart .text-right.button-container .cart-button a:hover {
    background: #111111;
    color: #fff;
}

#store_body .header_cart .text-right.button-container > a.checkout:hover {
    background: #111111;
    color: #ffffff;
}

#store_body #cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
    font-size: 14px;
}

#store_body #cart .dropdown-menu table td {
    border: none;
    background: none;
    color: #111111;
}

#store_body #cart .dropdown-menu table.total-table td {
    border: medium none;
}

#store_body .productpage .image a.elevatezoom-gallery {
    border: 1px solid #e0e0e0;
}

#store_body .cart-menu .table td {
    padding: 10px 0 5px 5px;
}

#store_body #checkout-cart span.customSelect {
    border-radius: 5px;
    height: 40px;
    padding: 9px 15px 10px 15px;
}

#store_body .dropdown-menu .cart-menu .table.table-striped > tr > td .text-center > img {
    width: 100%;
}

#store_body .text-right > strong {
    font-weight: 500;
    color: #111;
    font-size: 13px;
}

#store_body .content-bottom > .container {
    width: 100%;
    background-color: #fff;
}

#store_body .serach-inner {
    float: left;
    margin-top: 25px;
    width: 100%;
}

#store_body #content .panel {
    background-color: #fff;
}

#store_body .panel-default > .panel-heading:hover {
    border-color: #666666;
    color: #666666
}

/* menu */
#store_body .nav-responsive {
    display: none;
    background: none !important;
}

#store_body .nav-inner.container {
    background: #ffffff none repeat scroll 0 0;
    padding: 35px 45px 30px;
    top: auto;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    display: none;
}

#store_body nav.nav-container {
    display: inline-block;
}

#store_body .responsive-menu, #store_body .main-menu {
    position: inherit;
    text-align: center;
    float: none;
    display: none;
}

#store_body .lang-curr .fa.fa-angle-down {
    vertical-align: middle;
}

#store_body .mainmenu {
    padding: 0;
    position: static;
    margin: 0;
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

#store_body .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#store_body #menu ul li .megamenu ul.list-unstyled {
    padding: 0px;
    border: none;
}

#store_body .main-menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    background-color: transparent;
}

#store_body .main-menu > ul > li {
    position: relative;
    float: none;
    z-index: 20;
    display: inline-block;
    padding: 41px 20px;
}

#store_body #menu ul li ul {
    display: table-cell;
    float: none;
    width: 25%;
    vertical-align: top;
}

#store_body .main-menu ul > li.dropdown:hover .dropdown-menu {
    display: block;
}

#store_body .main-menu a, #store_body #menu > ul > li.hiden_menu .main {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #000000;
    line-height: 18px;
    letter-spacing: 0.25px;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

#store_body .main-menu > ul > li.top_level.dropdown a:after,
#store_body #menu > ul > li.hiden_menu .main:after {
    content: "\f107";
    right: 0;
    font-family: fontawesome;
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}

#store_body .main-menu > ul > li.top_level.dropdown:hover a:after,
#store_body #menu > ul > li.hiden_menu:hover .main:after {
    content: "\f106";
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}

#store_body #menu .dropdown .dropdown-menu ul li.dropdown a:after,
#store_body #menu ul li .megamenu ul.list-unstyled li a:after,
#store_body #menu ul li.hiden_menu .dropdown-menu li a:after {
    display: none;
}

#store_body .top_level.hiden_menu {
    position: relative;
}

#store_body .more-brand {
    float: right;
}

#store_body .more-brand > a {
    background: #111111;
    color: #fff;
    padding: 5px 12px 5px 15px;
    margin: 0 -15px -15px 0;
    border-radius: 5px 0px 5px 0;
    font-size: 12px;
    font-weight: 400;
}

#store_body .more-brand > a > i {
    font-size: 14px;
    margin-left: 5px;
}

#store_body .static-menu {
    margin-left: 15px;
}

#store_body .main-menu a:hover {
    text-decoration: none;
    color: #111111;
}

#store_body #static-menu li a {
    color: #fff;
}

#store_body #static-menu li a:hover {
    color: #fff;
    background-color: #111111;
}

#store_body .main-menu > ul > li:hover > a {
    background: transparent;
    color: #111111;
}

#store_body .main-menu > ul > li.top_level.dropdown a:before,
#store_body #menu > ul > li.hiden_menu .main:before,
#store_body .main-menu ul > li.top_level a:before {
    content: '';
    background: #111;
    height: 1px;
    width: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    transition: all 400ms ease-in-out;
    top: auto;
}

#store_body .main-menu > ul > li.top_level.dropdown:hover a:before,
#store_body #menu > ul > li.hiden_menu:hover .main:before,
#store_body .main-menu ul > li.top_level:hover a:before {
    width: 100%;
}

#store_body #menu .dropdown .dropdown-menu ul li.dropdown a:before,
#store_body #menu ul li .megamenu ul.list-unstyled li a:before,
#store_body #menu ul li.hiden_menu .dropdown-menu li a:before {
    display: none;
}

#store_body .main-menu ul > li.top_level.dropdown:hover > a,
#store_body .main-menu ul > li.top_level:hover > a,
#store_body #menu > ul > li.hiden_menu:hover .main {
    color: #111111;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#store_body .main-menu ul li ul .list-unstyled a {
    padding: 5px 0;
    color: #1f2022;
    display: block;
    white-space: nowrap;
    line-height: 25px;
    font-size: 13px;
    color: #777;
    font-weight: 400;
}

#store_body .main-menu > ul > .dropdown ul > li > a, #store_body .hiden_menu .top_level > a {
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px;
    margin-bottom: 5px;
    text-align: left;

}

#store_body #menu ul li .megamenu.column1 li > a, #store_body .main-menu > ul > li > ul > ul > li > a {
    color: #777;
    padding: 0;
    font-weight: 400;

    font-size: 13px;
}

#store_body #menu ul.nav li .megamenu ul.list-unstyled li > a:hover, #store_body .hiden_menu .top_level a:hover {
    color: #111111;
    background: transparent;
}

#store_body .responsive-menu .main-navigation li a {
    padding: 5px 10px;
    color: #333333;
    display: block;
    white-space: normal;
}

#store_body .main-menu > ul > li ul > li > .dropdown-inner ul li a {
    color: #adadad;
}

#store_body .main-menu ul li ul .list-unstyled a {
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 0;
    line-height: 22px;
}

#store_body .main-menu > ul > li ul > li > a:hover, #store_body .responsive-menu .main-navigation li a:hover {
    color: #111111;
    background-color: #fff;
}


#store_body #menu ul li.hiden_menu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
}

#store_body #menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    border: none;
    box-shadow: none;
    position: static;
}

#store_body #menu ul li .megamenu.column1, #store_body #menu ul li.hiden_menu .dropdown-menu {
    border: 1px solid #eaeaea;
    margin: 0 !important;
    border-top: 2px solid #111111;
    /*padding: 0;
    position: relative;*/
}

#store_body #menu ul li .megamenu.column1, #store_body #menu ul li.hiden_menu .dropdown-menu {
    padding: 10px 0;
}

#store_body #menu li.hiden_menu .dropdown-menu.megamenu {
    display: none;
}

#store_body #menu ul li .megamenu.column1 ul.list-unstyled {
    display: block;
    padding: 0;
    width: 100%;
    border: none;
}

#store_body #menu ul li .megamenu.column1 ul.list-unstyled li, #store_body .hiden_menu li.top_level {
    float: left;
    padding: 4px 20px;
    width: 100%;
}

#store_body #menu li.hiden_menu:hover .dropdown-menu.megamenu {
    display: none;
}

/* Webdigify Category CSS */
#store_body .catgory-left {
    width: 24%;
    float: left;
    padding-right: 30px;
}

#store_body .dropdown {
    position: relative;
}

#store_body .top_level.hiden_menu {
    position: relative;
}

#store_body #product2 hr {
    margin: 10px;
}

#store_body .form-group.cart-block {
    margin-top: 20px;
}

/* more menu */
#store_body .dropmenu li:hover ul, #store_body .dropmenu li div li:hover div {
    display: block;
}

#store_body .main-menu > ul > .dropdown ul > li:last-child > a, #store_body .hiden_menu .top_level:last-child > a {
    border: medium none;
}

#store_body .main-menu > ul > .dropdown .megamenu.column1 ul > li.dropdown:last-child > a {
    border-bottom: 1px dashed #d9d9d9;
}

#store_body .breadcrumb li:last-child a {
    color: #111;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;

}

#store_body .breadcrumb > li + li:last-child:before {
    display: none;
}

#store_body .breadcrumb li:last-child {
    display: block;
    margin: 0;
    float: left;
}

#store_body .header_top.fixed {
    animation: 1s ease 0s normal both 1 running fixedmenu;
    float: left;
    position: fixed;
    width: 100%;
    z-index: 999;
    border: none;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
    transition: all 0.5s ease;
    background: #1c1b1b;
    left: 0;
    right: 0;
}

/* Webdigify Category CSS */
/* 1-col layout */
#store_body .layout-1 #content {
    padding: 15px 0;
    float: left;
    width: 100%;
}

#store_body .layout-2.left-col #column-left {
    width: 17.86%;
    max-width: 17.86% !important;
    flex: auto;
    padding-left: 0;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 10px;
}

#store_body .layout-2.right-col #column-right {
    width: 17.86%;
    padding-left: 0;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 10px;
}

/* product info page */
#store_body #tabs_info.product-tab {
    float: left;
    padding: 0 0;
    width: 100%;
}

#store_body #tabs_info.product-tab ul.nav.nav-tabs {
    padding: 10px 0 0px;
    margin: 0px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 30px;
}

#store_body .nav-tabs > li > a {
    color: #111111;
    font-weight: 400;
}

#store_body .layout-2.left-col #shop_content {
    padding-right: 0;
    width: 82.14%;
    max-width: 82.14% !important;
    padding-inline-start: 30px;
    flex: auto;
}

#store_body .layout-2.right-col #content {
    padding: 0 30px 0 0;
}

#store_body .layout-2 .content-bottom #content {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

#store_body td.text-right a.btn.btn-info {
    background: #0068c9;
    border-color: #0068c9;
    border-radius: 50px;
}

#store_body td.text-right a.btn.btn-info:hover,
#store_body td.text-right a.btn.btn-info:focus,
#store_body td.text-right a.btn.btn-info:active {
    background: #111111;
    border-color: #111111;
    color: #fff;
}

/* 3-col layout */
#store_body .layout-3 #column-left {
    width: 24%;
}

#store_body .layout-3 #column-right {
    width: 24%;
}

#store_body .layout-3 #content {
    width: 52%;
}

/* content */

#store_body .common-home #content {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
}

/* footer */
#store_body .social-block ul {
    padding: 0px;
}

#store_body footer {
    position: relative;
    margin: 60px 0 0 0;
    float: left;
    width: 100%;
}

#store_body .common-home footer {
    margin: 0;
}

#store_body footer h5 {
    letter-spacing: 0.6px;
    font-size: 18px;
    margin: 0px 0 25px;
    position: relative;

    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

#store_body footer .desc-block p,
#store_body .footer-text p {
    color: #ccc;
    line-height: 28px;
    font-size: 14px;
    margin: 0 0 5px 0;
}

#store_body .footer-blocks .footerleft .contact-block ul {
    padding: 0;
    margin: 0;
}

#store_body .footer-blocks .footerleft .contact-block ul img {
    padding: 0 0 30px;
}

#store_body .footer-blocks .footerleft .contact-block span {
    line-height: 24px;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

#store_body #footer .contact-block .block.call .icon {
    float: left;
    background: url(../image/footer-icon.png) no-repeat scroll 0 0;
    width: 41px;
    height: 46px;
    margin: 0 10px 0 0;
}

#store_body .footer-blocks .contact-block .block.call .data {
    overflow: hidden;
    width: auto;
}

#store_body .footer-blocks .footerleft .contact-block .title {
    display: block;
    font-size: 13px;
    line-height: 20px;
}

#store_body .footer-blocks .contact-block .block.call {
    margin: 30px 0;
}

#store_body .footer-blocks .footerleft .contact-block li {
    margin: 0px 0px 10px;
    line-height: 24px;
    position: relative;
}

#store_body .footer-blocks .footerleft .contact-block li:last-child:after {
    display: none;
}

#store_body .footer-blocks .footerleft .contact-block .fa {
    margin-right: 15px;
    color: #666;
    display: none;
}

#store_body #footer .column li a {
    line-height: 33px;
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    position: relative;
}

#store_body #footer .column li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 7px;
    margin-inline-end: 5px;
}

#store_body #footer .contact-block .block.call .data a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

#store_body #footer .column li a:hover {
    color: #ffffff;
}

#store_body #footer .footer-area li a::before {
    display: none;
}

#store_body #footer .footer-area li a {
    padding: 0;
}

#store_body .footer-blocks {
    text-align: left;
    display: flex;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

#store_body aside#footer-left {
    width: 50%;
    float: left;
}

#store_body #footer-right {
    width: 50%;
    float: left;
}

#store_body .wdcmsfooter .footer-desc {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.3px;

    color: #aaaaaa;
    margin: 0 0 30px;
}

#store_body .wdcmsfooter ul.wdfooter-details {
    padding: 0;
}

#store_body .footer-top .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#store_body .newsletter {
    display: grid;
    grid-template-columns: 0.5fr 1.2fr;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    -moz-column-gap: 50px;
    grid-column-gap: 50px;
    column-gap: 50px;
}

#store_body .footer-blocks .col-sm-3.column.footerleft .desc-block p {
    color: #708086;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 400;
    padding: 0 0 20px;
    margin: 0;
}

#store_body .footer-blocks .col-sm-3.column.footerleft .desc-block:after {
    content: "";
    width: 40%;
    height: 2px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    border-bottom: 1px solid rgba(56, 82, 92, 0.2);
    position: absolute;
}

#store_body .footer-blocks .col-sm-3.column.footerleft .desc-block {
    position: relative;
    float: left;
    width: 100%;
}

#store_body #footer {
    padding: 77px 0;
    float: left;
    position: relative;
    width: 100%;
    background: #1c1b1b;
}

#store_body .common-home #footer {
    border: 0;
}

#store_body .footer-top {
    float: left;
    width: 100%;
    margin: 0;
    background: #1c1b1b;
}

#store_body .input-group.date span.input-group-btn button.btn.btn-default {
    border-radius: 0px 10px 10px 0;
}

/*** Responsive part ***/
#store_body #footer .social-footer .block-social #social-follow {
    display: block;
}

#store_body #footer .social-footer {
    margin: 0;
    text-align: center;
}

#store_body .newsletter.col-sm-6 {
    margin: 0;
    float: left;
    padding: 5px 10% 0px;
    clear: left;
    width: 100%;
}

#store_body .footer-appinner ul.list-unstyled {
    padding-top: 5px;
}

#store_body .app-social {
    float: none !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

#store_body .block-contact {
    color: #666666;
}

#store_body .block-contact .block-contact-title {
    color: #414141;
}

/* New CSS */

#store_body .product-block.product-thumb.transition {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    padding: 10px 15px;
    height: auto !important;
}

/*cartbit*/
#store_body .hometab .row, #store_body .ProductbyCategory .row, #store_body .featured .row {
    background: #fff;
}

#store_body #account-order .col-sm-6.text-right, #store_body #account-transaction .col-sm-6.text-right {
    clear: both;
    margin-bottom: 10px;
    width: auto;
}

#store_body #contact ul li, #store_body .newsletter ul li {
    line-height: 22px;
}

#store_body #contact li.call-num {
    margin-top: 15px;
}

#store_body #product .form-group #input-quantity {
    width: 60px;
    height: 38px;
    display: inline;
    padding: 8px;
    text-align: center;
    margin-right: 10px;
}

#store_body .form-group.qty #button-cart, #store_body #button-cart2 {
    padding: 7px 20px;
    background-color: #0068c9;
    font-family: inherit;
}

#store_body .form-group.qty #button-cart:hover, #store_body #button-cart2:hover {
    background-color: #111111;
}

#store_body label.control-label.qty {
    margin: 0px 10px;
    float: left;
}

#store_body .box-category-top {
    float: left;
    width: auto;
    position: relative;
    padding: 13px 63px 13px 63px;
    cursor: pointer;
    background: #111111;
    color: #111;
    margin: 9px 0 0 0;
}

#store_body .box-category-top::before {
    position: absolute;
    content: "";
    background-image: url(../image/menu.svg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 20px;
    background-color: transparent;
    left: 22px;
    width: 20px;
    height: 20px;
    top: 16px;
}

#store_body #column-left .box .box-content .onoffswitch-filters {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #column-left .box .box-content .onoffswitch-filters .onoffswitch-filter-item {
    display: flex;
    gap: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

#store_body #column-left .box .box-content .onoffswitch-filters .onoffswitch-filter-item .onoffswitch {
    width: 40px;
    min-width: 40px;
    margin-top: auto;
    margin-bottom: auto;
}

#store_body #column-left .box .box-content .onoffswitch-filters .onoffswitch-filter_list {
    margin: 0;
}

#store_body:not(.store_2) #column-left .box .box-content .onoffswitch-filters:not(:last-of-type) {
    margin-bottom: 10px;
}

#store_body .footer-container {
    float: left;
    position: relative;
    width: 100%;
}

#store_body .bottomfooter {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 13px;
    background: #1c1b1b;
}

#store_body .bottomfooter-inner {
    padding: 21px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
}

#store_body div#wdcmsfooter {
    margin-bottom: 22px;
}

#store_body #paymentcmsblock p {
    margin: 0;
}

#store_body #paymentcmsblock {
    float: right;
    padding: 0;
}

#store_body footer li.lang-curr-wrapper {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#store_body p.powered {
    text-align: center;
    margin: 0;
    color: #aaaaaa;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    float: none;
    padding: 0;
    float: left;
}

#store_body p.powered a {
    color: #aaaaaa;
    text-decoration: underline;
}

#store_body div#wdcmsfooter p {
    font-size: 16px;
    line-height: 27px;
    width: 75%;
    letter-spacing: 0.4px;
}

#store_body .content-top-breadcum {
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 30px;
}

#store_body .footer-appinner .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    margin: -10px 0 10px;
}

#store_body .footer-appinner .subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 15px;
    color: #ffffff;
}

#store_body .common-home .content-top-breadcum {
    display: none;
}

/* alert */
#store_body .alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
#store_body .breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
}

#store_body .breadcrumb i {
    font-size: 13px;
}

#store_body .breadcrumb > li {
    position: relative;
    white-space: nowrap;
    line-height: 20px;
    font-size: 12px;
    display: flex;
    align-content: center;
}

#store_body .breadcrumb > li + li.breadcrumb-seperator:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    margin: auto;
    width: 18px;
    display: flex;
    justify-content: center;
}

#store_body .col-xs-11.col-sm-3.alert span a:hover {
    color: #111111;
}

#store_body .dropdown.myaccount ul.dropdown-menu.dropdown-menu-right.myaccount-menu {
    top: 36px;
    margin: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 180px;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 10%);
    border: 0;
}

#store_body .login_acc a {
    font-size: 13px;
}

#store_body .login_acc li a {
    color: #888;
}

#store_body .login_acc li:hover a {
    color: #111111;
}

#store_body #cart .dropdown-menu li p.text-center {
    color: #888;
    margin: 20px auto;
}

#store_body .box .filterbox {
    border: medium none;
}

#store_body .panel-footer {
    background-color: transparent !important;
    border-top: medium none !important;
    padding: 0 !important;
}

#store_body .manufacturer-list .manufacturer-content .col-sm-12 a {
    color: #666;
}

#store_body .panel-footer.text-right {
    text-align: right;
}

#store_body a.list-group-item:focus, #store_body a.list-group-item:hover, #store_body button.list-group-item:focus, #store_body button.list-group-item:hover {
    background: transparent !important;
    color: #111111;
}

#store_body .list-group-item {
    border: none;
    padding: 0 !important;
}

#store_body #column-left .list-group-item.heading {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111111;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
}

#store_body .list-group a {
    line-height: 30px;

}

#store_body .fa.fa-pencil {
    margin-right: 5px;
}

#store_body #column-left .checkbox > label {
    color: #888888;

    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
}

#store_body #column-left .checkbox > label:hover {
    color: #111111;
}

#store_body .alert-success {
    width: 100%;
    float: right;
}

#store_body .list-group-item.group-name {
    color: #1f2022;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 18px;
}

#store_body .filterbox .panel-footer {
    padding: 0 0 15px;
    text-align: left;
    border: medium none;
    background: #fff;
}

/* carousel */
#store_body .carousel-caption {
    color: #FFFFFF;
}

#store_body .carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

#store_body .carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
#store_body .product-thumb .image .wishlist-button {
    position: absolute;
    top: 5px;
    right: 5px;
}

#store_body button.wishlist {
    font-size: 0;
    width: 30px;
    height: 30px;
    /* margin: 0px 0px 5px 0px; */
    display: block;
    transition: none;
    position: relative;
    background-image: url(../image/wishlist.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    background-color: transparent;
    padding: 0;
    z-index: 9;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    margin: auto;
    border-radius: 50%;
}

#store_body .product-list .product_hover_block button.wishlist:hover {
    background-image: url(../image/wishlist-hover.svg);

}

@media (min-width: 1499px) {
    #store_body .product-layout.product-grid {
        width: 20%;
        max-width: 20% !important;
    }
}

#store_body .product-layout.product-grid {
    float: left;
    min-height: 416px;
    padding: 0px;
}

#store_body .product-layout.product-list {
    padding: 5px 15px;
    margin: 0 0 0px;
    width: 100%;
}

#store_body #content .product-list .product-block .image .rating {
    display: none;
}

#store_body .product-layout.product-list .rating {
    position: static;
    transform: none;
    background: transparent;
    padding: 0 10px;
}

#store_body .product-layout.product-list .product-details .rating {
    top: 0;
    bottom: auto;
    background: transparent;
    position: static;
    text-align: left;
    margin: 0 auto 10px;
    opacity: 1;
    display: block;
    padding: 0;
    transform: none;
    width: 100%;
}

#store_body .product-layout.product-list .product-block:hover .product-details .rating {
    opacity: 1;
}

#store_body .product-layout.product-list .product-details .action {
    text-align: left;
    display: block;
    vertical-align: middle;
    float: left;
    opacity: 1;
    height: auto;
    transform: none;
    position: static;
    width: 100%;
    vertical-align: top;
    color: #ffffff;
    display: none;
}

#store_body .product-layout.product-list .product-details .product_hover_block_outer .action {
    display: block;
    margin: 10px 0 0 0;
}

#store_body .product-list .product_hover_block button.wishlist:hover {
    background-color: #111111;
}

#store_body #content .product-list .product-block {
    padding: 0;
    float: left;
    width: 100%;
}

#store_body #content .product-carousel .product-block, #store_body #content .product-grid .product-block, #store_body #content .box-product .product-block {
    margin: 0;
    padding: 5px 15px;
    background: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    clear: both;
    overflow: hidden;
}

#store_body .product-carousel:not(.slick-initialized){
    display: flex;
    gap: 80px;
}

#store_body .product-carousel:not(.slick-initialized) .product-block-inner{
    height: 100%;
}

#store_body #content .hometab .box-product .product-block {
    background: #f5f5f5;
}

#store_body #content .product-carousel .product-block:hover .product-block-inner,
#store_body #content .product-grid .product-block:hover .product-block-inner,
#store_body #content .box-product .product-block:hover .product-block-inner,
#store_body #content .product-list .product-block:hover .product-block-inner {
    opacity: 1;
    border-color: #e5e5e5;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}

#store_body #content #blog-carousel .product-block, #store_body #blog-grid .product-block {
    padding: 5px 15px 5px;
}

#store_body .row.cat_prod {
    margin: 0 -15px;
}

#store_body .alert-success .fa.fa-check-circle {
    margin-right: 5px;
}

#store_body .product-thumb .h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0 6px;
    line-height: 22px;
    color: #0068c9;
    clear: both;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#store_body .product-thumb .h4:hover {
    color: #111111;
}

#store_body .product-thumb .h4 a {
    color: #0068c9;
    word-wrap: break-word;
    float: none;
    width: auto;
    display: inline;
    vertical-align: top;
}

#store_body .product-thumb .h4:hover a {
    color: #111111;
}

#store_body .product-list .product-thumb .h4 {
    float: left;
    width: 100%;
    margin: 5px 0 10px;
}

#store_body .product-list .description {
    color: #777;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

#store_body .product-brand {
    color: #9f9f9f;
    margin-bottom: 3px;
    float: left;
    width: 100%;
}

#store_body .product-details .rating {
    margin: 8px 0;
    float: left;
    width: 100%;
}

#store_body #column-left .product-thumb .price {
    width: 100%;
}

#store_body #column-left .product-thumb .price-new {
    float: left;
}

#store_body #column-left .product-thumb .price-old {
    float: left;
}

#store_body #column-left .product-block:hover .price {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    visibility: visible;
}

#store_body #column-left .product-thumb .caption {
    min-height: 0px;
}

#store_body #special-carousel .product-carousel .product-thumb .caption {
    padding: 10px;
}

#store_body .pagination-wrapper .active > span {
    background: #0068c9 none repeat scroll 0 0 !important;
    border: 1px solid #0068c9 !important;
    color: #fff !important;
    padding: 4px 12px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}


#store_body .product-layout.product-list .product-block.product-thumb .product_hover_block .action button.compare_button {
    background-position: -43px -92px;
}

#store_body .product-layout.product-list .product-block.product-thumb .product_hover_block .action button.compare_button:hover {
    background-color: #111111;
    background-position: 7px -92px;
}

#store_body .product-layout.product-list .product-block.product-thumb .product_hover_block .action button.wishlist:hover {
    background-color: #111111;
    color: #fff;
    background-position: 7px -42px;
}

#store_body .product-layout.product-list .product-block.product-thumb .product_hover_block .action button.wishlist {
    background-color: #f5f5f5;
    opacity: 1;
    width: 38px;
    height: 38px;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0 5px 0 0;
    transition: none;
    background-position: -43px -42px;
    height: 40px;
    width: 40px;
    background-size: unset;
}

#store_body .category_filter .btn-list-grid .btn-group {
    margin-top: 6px;
}

#store_body .col-sm-4.product-left {
    width: 35%;
    max-width: 35% !important;
    flex: auto !important;
    padding-inline-end: 0;
}

#store_body .product-info {
    position: relative;
    border: 1px solid #e5e5e5;
    /*padding: 10px;*/
    border-radius: 10px;
    clear: both;
}

#store_body .col-sm-5.product-right {
    width: 44.5%;
    max-width: 44.5% !important;
    flex: auto !important;
    padding-inline-start: 30px;
    padding-inline-end: 0;
}

#store_body .col-sm-3.product {
    width: 20.5%;
    max-width: 20.5% !important;
    flex: auto !important;
    padding-inline-start: 30px;
}

#store_body #column-left .box .caption p.price span.price-new, #store_body #column-right .box .caption p.price span.price-new, #store_body #column-left .product-thumb .price, #store_body #column-right .product-thumb .price {
    line-height: 16px;
    margin: 0;
}

#store_body #column-left .box .caption p.price .product-thumb .price-old, #store_body #column-right .box .caption p.price .product-thumb .price-old {
    font-size: 13px;
}

#store_body #footer .row .product-block {
    border: none;
}

#store_body #footer .row .product-block:hover {
    border: none;
}

#store_body #carousel-0 .product-block:hover .product-block-inner,
#store_body #carousel-0 .product-block .product-block-inner {
    border: none !important;
}

#store_body h2.price {
    margin: 0;
}

#store_body .productpage .nav-tabs > li.active > a {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
}


#store_body #tabs_info.product-tab > ul.nav-tabs > li:hover a,
#store_body #tabs_info.product-tab > ul.nav-tabs > li a.active {
    color: #0068c9;
    border-color: #0068c9;
}

#store_body #tabs_info.product-tab > ul.nav-tabs > li a {
    display: inline-block;
    background: transparent;
    color: #111111;
    font-weight: 500;
    padding: 0;
    border-bottom: 2px solid #f0f0f0;
    font-size: 16px;
    letter-spacing: .5px;
    margin-inline-end: 15px;
    padding: 0 0 20px;
    width: 100%;
    min-width: max-content !important;
    padding-right: 5px;
}

#store_body .nav > li > a:focus, #store_body .nav > li > a:hover {
    background: transparent;
    color: #fff;
}

#store_body #content #tabs_info .nav.nav-tabs {
    padding-bottom: 5px;
    flex-wrap: unset;
    overflow-y: hidden;
    overflow-x: auto;
    border-bottom: unset;
}

#store_body .product-layout.product-list p.price {
    display: block;
    clear: both;
    margin: 0 0 5px 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

#store_body .product-layout.product-list p.price:after,
#store_body .product-layout.product-list p.price:before {
    display: none;
}

#store_body .product-thumb .price {
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    z-index: 1;
    position: relative;
    opacity: 1;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    letter-spacing: 0.3px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

#store_body .product-thumb .price .price-new {
    color: #e52727;
    font-weight: 700;
}

#store_body .product-thumb .list .price {
    font-size: 18px;
    margin: 0 0 20px 0;
}

#store_body .product-thumb .list .price-new {
    font-size: 18px;
}

#store_body .product-thumb .price-old {
    color: #999999;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
}

#store_body .product-thumb .price-tax {
    color: #808080;
    display: none;
    font-size: 12px;
    width: 100%;
}

#store_body .product-list .product-thumb .price-tax {
    display: block;
    clear: both;
    line-height: 18px;
    margin: 5px;
}

#store_body .myaccount-menu.dropdown-menu > li > a {
    padding: 6px 10px !important;
    margin-right: 0;
    font-size: 12px;
}

#store_body .product-list .product-block .product-details.list .compare {
    display: block;
}

#store_body #product span.customSelect, #store_body #product .form-group select {
    height: 40px;
    color: #7a7a7a;
    padding: 9px 15px 10px 15px;
    border: 1px solid #e8e9eb;
}

#store_body .product-layout.product-list .product-block:hover .price {
    opacity: 1;
}

#store_body .product-list .product_hover_block .action {
    text-align: left;
    position: static;
    opacity: 1;
    width: auto;
}

#store_body .header-cart .cart-menu li a {
    margin: 0;
    padding: 0 !important;
    height: auto;
    width: 100%;
    float: right;
    text-align: center;
}

#store_body .cart-menu .total-table .text-right {
    border: none;
}

#store_body .cart-menu .total-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
}

#store_body #column-left .product_hover_block, #store_body #column-right .product_hover_block {
    display: none;
}

#store_body .thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

#store_body .thumbnails > img {
    width: 100%;
}

#store_body .thumbnails .image-additional {
    float: left;
}

#store_body .product-info .image {
    border-radius: 5px;
    overflow: hidden;
}

#store_body #content .col-sm-5.product-right .tweet_iframe_widget {
    width: auto !important;
    margin: 0 10px 0 0;
}

#store_body .product-info .image .thumbnail {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

#store_body .product-info .zoomContainer {
    z-index: 9;
}

/* It need for ie7 */
#store_body .product-info .additional-carousel {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: #f5f5f7;
    padding: 10px 30px;
    border-radius: 10px;
}

#store_body .product-info .image-additional {
    clear: both;
    overflow: hidden;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;

}

#store_body .product-left .full-img {
    position: absolute;
    right: 30px;
    top: 12px;
}

#store_body .product-info .image-additional .add_image {
    width: 80px;
}

#store_body .product-info .image-additional img {
    height: auto;
    max-width: 100%;
    width: fit-content;
    margin: auto;
    border-radius: 10px;
    height: 115px;
    object-fit: contain;
}

#store_body .product-info .image-additional .slick-track {
    display: flex;
    gap: 0px;
    margin: 0 15px;
    min-width: 100% !important;
}

#store_body .product-info .image-additional .slick-track .slick-slide {
    max-width: 100px;
    min-width: 100px;
}

#store_body .product-info .image-additional .slick-list {
    max-height: 125px;
}

/* По каким-то причинам без этого ломаеться вывод слайдеров в теме 1 */
#store_body .slick-list {
    min-width: 1%;
}

@media screen and (max-width: 768px) {
    #store_body .product-info .image-additional .slick-list {
        max-height: 174px;
    }

    #store_body .product-info .image-additional img {
        height: 174px;
    }
}

@media screen and (max-width: 479px) {
    #store_body .product-info .image-additional .slick-list {
        max-height: 132px;
    }

    #store_body .product-info .image-additional img {
        height: 132px;
    }

    #store_body .product-info .image-additional .slick-track {
        gap: 0;
        width: 100% !important;
        margin: 0 15px;
    }
}

#store_body #wd_cat_featured .slick-slide .content {
    width: 200px;
    display: flex;
    justify-content: center;
}

#store_body .product-right .btn-group .wishlist .fa, #store_body .product-right .btn-group .compare .fa {
    padding: 0;
    text-align: center;
    margin: 0;
    line-height: 25px;
}

#store_body #input-captcha, #store_body #input-payment-captcha {
    margin-bottom: 10px
}

#store_body #content .box .box-heading,
#store_body .box.related_prd .box-heading,
#store_body .wd_category_feature .box-heading,
#store_body .tab-head .box-heading {
    font-size: 24px;
    font-weight: 500;
    position: relative;

    line-height: 26px;
    text-align: left;
    color: #111111;
    letter-spacing: 0.1px;
    padding: 0 0 25px 0;
    float: none;
    width: 100%;
    margin: 0px auto 20px;
    border-bottom: 1px solid #e5e5e5;
}

#store_body #content .box-heading:not(.hometab-heading),
#store_body .box.related_prd .box-heading,
#store_body .wd_category_feature .box-heading,
#store_body .tab-head .box-heading:not(.hometab-heading) {
    padding-left: 10px;
}

#store_body .productpage #input-quantity {
    float: left;
    margin-right: 15px;
    width: auto;
    height: 38px;
    text-align: center;
}

#store_body .form-group.qty .control-label {
    float: left;
    margin: 10px 10px 0 0;
}

/* box */
#store_body .box {
    margin-bottom: 0;
}

#store_body .box.webdigifyblog .box-heading {
    float: none;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 24px;
    border-radius: 0;
    margin: 0;
    padding: 0 0 15px 0;
}

#store_body #column-left .box .box-heading, #store_body #column-right .box .box-heading {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 25px;
    color: #111;

    letter-spacing: 0.1px;
}

#store_body .service-banner .box-heading {
    display: none;
}

#store_body .box-heading .fa.fa-angle-down {
    margin: 0 0 0 2px;
    font-weight: 600;
}

#store_body .box-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #111;
}

#store_body .characteristics_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body .characteristics_list .characteristic-item {
    display: flex;
}

#store_body .characteristic-item .divider {
    border-bottom: 1px dashed #C6D8E6;
    flex: 1 1 auto;
    border-radius: 0;
}

#store_body .characteristics_list .characteristic-item .char_name {
    color: #495A7A;
}

@media (max-width: 1199px) {
    #store_body .countdown {
        margin: 0 0 4px;
    }
}

@media (max-width: 479px) {
    #store_body #column-left {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#store_body .box.bestseller {
    float: left;
    width: 100%;
}

#store_body .box-title {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    padding: 0;
}

#store_body .box-subheading {
    color: #999999;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

#store_body .box-desc {
    width: 28%;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0 0 10px;
    margin: auto;
    margin-bottom: 40px;
    text-transform: initial;
}

#store_body #content .hometab.box .box-heading {
    margin: 0px auto 20px;
}

#store_body .wd_category_feature .box-heading {
    margin: 0;
}

#store_body #product-product .box-head .box-heading {
    width: 100%;
}

#store_body #content {
    background: #FFFFFF;
}

#store_body .header_nav .account {
    float: right;
    width: auto;
    border: none;
    padding: 0;
    position: relative;
}

#store_body .header_nav .account a {
    padding: 0 15px !important;
}

#store_body .header_nav .account a.dropdown-item {
    padding: 10px 15px !important;
}

#store_body .nav2 .account .dropdown-menu {
    min-width: 300px !important;
    z-index: 1002;
    top: 100% !important;
}

#store_body .header_nav .account:after, #store_body .nav2 .compare:after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 1px;
    height: 15px;
    margin: auto;
    opacity: .231;
}

#store_body #content .box .box-content, #store_body .related_prd .box-content {
    border: none;
    padding: 0;
    clear: both;
    position: relative;
}

#store_body .row .additional-carousel .product-block:hover {
    border: none;
}

#store_body #products-related {
    position: relative;
    margin: 0 0 50px 0;
}

#store_body .all-blog .panel-default .panel .panel-body h5 {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

#store_body .product-grid li, #store_body #content .box-product .product-items {
    float: left;
    position: relative;
}

#store_body #content .image-additional .additional-wrapper {
    margin: 0 -5px;
}

#store_body .additional-wrapper {
    margin: 0 -5px;
}

#store_body #content .image-additional .slider-item .product-block {
    margin: 0 5px;
    padding: 0;
    border-radius: 10px;
}

#store_body .banners-slider-carousel .product-block:hover .product-block-inner {
    box-shadow: none;
}

#store_body .product-block-inner {
    position: relative;
    float: left;
    width: 100%;
    transition: all 0.5s ease;
    margin: 5px 0 0;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#store_body .product-block-inner .rating {
    color: #666666;
    margin: 0 0 3px;
    text-align: left;
    float: left;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    font-size: 12px;
    line-height: 21px;
}

#store_body .product-block:hover .product-block-inner .rating {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#store_body .grid_default_width {
    width: 340px;
}

#store_body .module_default_width {
    width: 250px;
}

#store_body .latest_default_width {
    width: 340px;
}

#store_body .special_default_width {
    width: 340px;
}

#store_body .wdproductcategory {
    width: 340px;
}

#store_body .related_default_width {
    width: 256px;
}

#store_body .bestseller_default_width {
    width: 340px;
}

#store_body .additional_default_width {
    width: 110px;
}

#store_body #content .banners-slider-carousel .product-carousel .product-block-inner, #store_body #content .banners-slider-carousel .product-grid .product-block-inner {
    text-align: center;
}

#store_body .product_hover_block {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
}

#store_body .product-block:hover .product_hover_block {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}

#store_body .product_hover_block .compare-button, #store_body .product_hover_block .wishlist-button {
    display: block;
    flex: 0 0 50%;
    padding: 0;
    margin: 0;
}

#store_body .product-list .product-details .product_hover_block {
    position: static;
    opacity: 1;
    transform: none;
    justify-content: left;
    height: auto;
    display: inline-flex;
    vertical-align: top;
}

#store_body .product_hover_block_outer {
    float: left;
    width: 100%;
}

#store_body .product-list .product-details .product_hover_block .compare-button, #store_body .product-list .product-details .product_hover_block .wishlist-button {
    display: inline-block;
    flex: 0 0 40%;
}

#store_body .product-list .product-details .product_hover_block .action {
    display: block;
}

#store_body .product-list .image .product_hover_block {
    display: none;
}

/* .product-block:hover .product_hover_block {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
} */
#store_body .product-block:hover .quickbox {
    transform: scale(1);
}

#store_body .product_hover_block .action {
    float: left;
    width: 100%;
    text-align: center;
}

#store_body .product_hover_block button {
    display: inline-block;
    margin: 0;
    color: #111;
    border: none;
    position: relative;
    text-align: center;
    background-size: 18px;
    transition: none;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;

}

#store_body .quickbox {
    background-image: url(../image/quick-view.svg);
    background-repeat: no-repeat;
    background-position: left 0 center;
    background-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    padding: 0 0 0 25px;
    flex: 0 0 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#store_body .product-layout.product-list .product_hover_block_outer .action button {
    transform: none;
    display: inline-block;
    vertical-align: top;
}

#store_body .product-block button.cart_button {
    background-color: transparent;
    color: #111111;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #0068c9;
    font-size: 12px;
    line-height: 26px;
    flex: 0 0 100%;
    margin: 0 0 10px;
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 18px;
    transition: all .2s ease;
}

#store_body .product-block:hover button.cart_button {
    background-color: #0068c9;
    color: #ffffff;
}

#store_body .product-block:hover button.cart_button:after {
    width: 100%;
}

#store_body .product-layout.product-list .product-block button.cart_button:after {
    width: 100%;
}

#store_body .product-block .action {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#store_body .product-block:hover .action {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    opacity: 1;
}

#store_body .product-thumb .image button.wishlist {
    background-image: url(../image/wishlist.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    margin: 0;
}

#store_body .product-thumb .image button.wishlist:hover {
    background-color: #0068c9;
    background-image: url(../image/wishlist-hover.svg);
}

#store_body .product_hover_block button.compare_button {
    background-image: url(../image/compare.svg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 16px;
    padding: 0 0 0 25px;
    z-index: 1;
    border: 0;
    margin: 0;
    background-position: left 0 center;
}

#store_body .product_hover_block button.compare_button:hover {
    text-decoration: underline;
}

#store_body .product_hover_block .action button.compare_button:hover,
#store_body .product_hover_block .action button.compare_button:active,
#store_body .product_hover_block .action button.compare_button:focus {
    background-color: #111111;
}

#store_body #productcategory-carousel .product_hover_block {
    left: 15px;
}

#store_body .quickbox .fa.fa-eye {
    font-size: 15px;
}

#store_body .quickbox:hover {
    text-decoration: underline;
}

#store_body .product_hover_block button .fa {
    font-size: 14px;
}

#store_body .product-block .product-details {
    padding: 5px 15px 15px;
    float: left;
    width: 100%;
    text-align: left;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    position: relative;
}

#store_body .product-block .product-details .product_quantity {
    line-height: 20px;
}

#store_body .product-grid .description {
    display: none;
}

#store_body .sale {
    color: #111111;
    display: block;
    font-size: 12px;
    left: 10px;
    line-height: 18px;
    position: absolute;
    right: auto;
    top: 15px !important;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;

}

#store_body .product-block .product-block-inner .image span.sale:hover {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    left: -90px;
}

#store_body #content .banners-slider-carousel .product-block {
    overflow: visible;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

#store_body #content .banners-slider-carousel .product-block .product-block-inner {
    background: transparent;
    margin: 0;
    padding: 0;
}

#store_body #content .banners-slider-carousel .product-block:hover .product-block-inner {
    box-shadow: none;
}

#store_body .product-list .product-details {
    float: left;
    width: 69%;
    padding: 15px 15px 15px 30px;
    text-align: left;
}

#store_body .layout-2.left-col #column-left .product-block:hover .product-details,
#store_body .product-layout.product-list .product-block:hover .product-details {
    transform: none;
}


#store_body #content .banners-slider-carousel .product-block .product-block-inner a .img-responsive {
    display: inline-block;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

#store_body .banners-slider-carousel .product-block:hover .product-block-inner {
    border: 1px solid transparent;
}

#store_body .banners-slider-carousel .product-block:hover .product-block-inner img {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: none;
}


@-webkit-keyframes slideDashXopp {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}


@-moz-keyframes slideDashXopp {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@keyframes slideDashXopp {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@-webkit-keyframes slideDash {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}


@-moz-keyframes slideDash {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}

@keyframes slideDash {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}


@-webkit-keyframes slideDashY {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}


@-moz-keyframes slideDashY {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

@keyframes slideDashY {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}


@-webkit-keyframes slideDashYopp {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}


@-moz-keyframes slideDashYopp {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@keyframes slideDashYopp {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}


/*.image_content {
	position: absolute;
	height: 100%;
	width: 100%;
}*/
#store_body .product-info .product-image .customNavigation span.prev:hover::before, #store_body .product-info .product-image .customNavigation span.next:hover::before {
    background: #0a7ef0 none repeat scroll 0 0;
    border: 1px solid #0a7ef0;
    color: #ffffff;
}

#store_body #column-left .swiper-pagination.swiper-pagination-bullets {
    display: none;
}

#store_body #content .product-list .product-block .image {
    float: left;
    width: 250px;
}

#store_body .banners-slider-carousel {
    padding: 10px 0;
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
}

#store_body .banners-slider-carousel .product-carousel .slider-wrapper-outer {
    padding: 0;
}

#store_body #column-left .box-product,
#store_body #column-right .box-product {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px;
}

#store_body #column-left .box-product .product-block-inner, #store_body #column-right .box-product .product-block-inner {
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    border: none;
}

#store_body .layout-2.left-col #column-left .rating {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 2px 0;
}

#store_body #column-left .box-product > div,
#store_body #column-right .box-product > div {
    display: block;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
}

#store_body #column-left .box .box-content div.product-items:last-child > div, #store_body #column-right .box .box-content div.product-items:last-child > div, #store_body #column-left .box .box-content div.slider-item:last-child > div, #store_body #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#store_body #column-left .box-product .image, #store_body #column-right .box-product .image {
    display: block;
    margin-bottom: 0px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    border: none;
    border: 0;
    width: auto;
}

#store_body #column-left .product-block:hover, #store_body #column-right .product-block:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
    float: right;
    width: 64%;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

#store_body #column-left .box-product .product-thumb .h4, #store_body #column-right .box-product .product-thumb .h4 {
    font-size: 13px;
    line-height: 23px;
    -webkit-line-clamp: 1;
}

#store_body #column-left .product-thumb .caption,
#store_body #column-right .product-thumb .caption {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    margin-top: 0px;
}

#store_body #column-left .special .product-thumb .caption,
#store_body #column-right .special .product-thumb .caption {
    width: 100%;
}

#store_body .content_headercms_bottom .tags > a:last-child::after {
    border-right: medium none;
}

#store_body #column-left .product-thumb .price, #store_body #column-right .product-thumb .price {
    text-align: left;
    font-size: 14px;
}

#store_body #column-left .box-product .name,
#store_body #column-right .box-product .name {
    display: block;
}

#store_body #column-left .product-thumb, #store_body #column-right .product-thumb {
    margin-bottom: 0px;
    padding: 10px 0;
    float: left;
    width: 100%;
}

#store_body #column-left .price-tax, #store_body #column-left .wishlist, #store_body #column-left .compare, #store_body #column-right .price-tax, #store_body #column-right .wishlist, #store_body #column-right .compare {
    display: none !important;
}

#store_body #column-left .container, #store_body #column-right .container {
    width: auto
}

#store_body #column-left .box, #store_body #column-right .box {
    margin-bottom: 15px;
    position: relative;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

#store_body #column-left .box.latest, #store_body #column-right .box.latest {
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0;
}

#store_body .product-layout.product-list p.price:after,
#store_body .product-layout.product-list p.price:before {
    display: none;
}

#store_body .top_button {
    bottom: 20px;
    cursor: pointer;
    height: 38px;
    padding: 0px 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 38px;
    z-index: 99;
    font-size: 0px;
    border: 0;
    background: #0068c9;
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    border: 0;
    border-radius: 50%;
}

#store_body .top_button:hover {
    background-color: #397ab4;
    color: #fff;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

#store_body .top_button:hover:before {
    color: #fff;
}

#store_body .top_button::before {
    color: #fff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

#store_body .top_button:after {
    bottom: 0;
    height: 37px;
    opacity: 1;
    right: 0;
    content: "";
    position: absolute;
    width: 37px;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 3px;
}

#store_body #content ul.list-unstyled {
    margin-bottom: 10px;
    overflow: auto;
    padding: 0;
}

#store_body #content ul.list-unstyled li {
    line-height: 20px;
    padding: 4px 0;
    font-size: 13px;
}

#store_body #content ul.list-unstyled li a:hover {
    color: #111111;
}

#store_body .account-address .btn-info:hover {
    background: #111111;
    border-color: #111111;
    color: #fff;
}

#store_body #content ul.list-unstyled li a {
    color: #888888;
}

#store_body .manufacturer-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px;
}

#store_body .manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

#store_body .brand-name {
    float: left;
    border: 1px solid #e8e9eb;
    margin: 10px 11px;
}

#store_body .brand-name:hover {
    border-color: #111;
}

#store_body .brand-name a .img-responsive {
    width: 123px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#store_body .brand-name a .img-responsive:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#store_body .main-menu .brand-name a {
    padding: 0;
}

#store_body .main-menu .brand-name a span {
    width: 100%;
    color: #111;
    float: left;
    background: #fafafa;
    text-align: center;
    padding: 5px 14px 6px;
    border-top: 1px solid #eaeaea;
}

#store_body .manufacturer-content-home {
    float: left;
    width: 100%;
}

#store_body .manufacturer-content {
    padding: 8px;
}

#store_body .manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

#store_body .productpage .box {
    margin-top: 20px;
}

#store_body .col-sm-4.total_amount {
    margin-top: 70px;
}

#store_body .product-tag {
    margin: 5px 0;
}

#store_body .aboutus {
    clear: both;
    margin-bottom: 60px;
}

#store_body #content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #111;
    line-height: 30px;
}

#store_body .image1 {
    background: url("../image/webdigify/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

#store_body .image2 {
    background: url("../image/webdigify/cms-sprite.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}

#store_body .image3 {
    background: url("../image/webdigify/cms-sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}

#store_body .image4 {
    background: url("../image/webdigify/cms-sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}

#store_body .aboutus h2 {
    clear: both;
    font-size: 20px;
}

#store_body .about-content {
    overflow: hidden;
}

#store_body .category_filter #type_tile, #store_body .category_filter #type_list {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border: none;
    padding: 6px 12px;
    box-shadow: none;
}

#store_body #column-left .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0 0 15px;
    border-radius: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

#store_body #column-left .swiper-viewport .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

#store_body .category_filter #type_tile {
    background: url("../image/sprite.png") no-repeat scroll -4px -165px !important;
    width: 25px;
    height: 25px;

}

#store_body .category_filter #type_list {
    background: url("../image/sprite.png") no-repeat scroll -37px -165px !important;
    width: 25px;
    height: 25px;
}

#store_body .category_filter #type_list:hover, #store_body .category_filter #type_list.active {
    background-position: -38px -112px !important;
}

#store_body .category_filter #type_tile:hover, #store_body .category_filter #type_tile.active {
    background-position: -7px -113px !important;
}

#store_body .category_filter #type_tile .fa, #store_body .category_filter #type_list .fa {
    display: none
}

#store_body #type_list {
    margin-left: 2px
}

#store_body .category_filter #type_tile:hover .fa, #store_body .category_filter #type_list:hover .fa {
    color: #fff;
}

#store_body .category_filter .btn-list-grid {
    float: left;
    width: auto;
    padding: 0px;
}

#store_body .compare-total {
    float: left;
    margin: 7px 20px 0;
}

#store_body .pagination-right {
    float: right;
    margin: 0;
    width: auto;
}

#store_body .category_filter .sort {
    float: left;
    width: 150px;
    padding: 0;
}

#store_body .category_filter .limit {
    float: right;
    width: 100px;
    padding: 0;
}

#store_body .show-wrapper {
    float: left;
    margin-right: 15px;
}

#store_body .show-wrapper {
    margin: 0;
}

#store_body .row.category_thumb {
    margin: 0 -15px 10px;
    padding: 0;
}

#store_body #product-special .category_list .category-item .category_img {
    padding: 0;
    width: 40%;
    float: left;
}

#store_body .col-sm-2.category_img {
    text-align: center;
    margin: 0 0 10px;
}

#store_body .col-sm-12.title-description {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

#store_body .col-sm-3.category_img {
    float: left;
    width: 14%;
}

#store_body .col-sm-9.category_details {
    width: 86%;
}

#store_body .category_details .category_description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
}

#store_body .category_img img {
    border-radius: 10px;
    max-width: 100%;
}

#store_body .category_list ul {
    padding: 0;
    display: inline-block;
    margin: 7px 0 0;
}

#store_body #content .refine-search {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #111;

    display: none;
}

#store_body .refine-search ul {
    padding: 0;
}

#store_body .refine-search ul li {
    list-style: none;
}

#store_body .category_list li a {
    display: block;
    padding: 8px 20px;
    border: 1px solid #eaeaea;
    color: #666;
}

#store_body #product-special .category_list {
    margin: 0 -10px;
}

#store_body #product-special .category_list ul {
    display: block;
    width: 100%;
}

#store_body #product-special .category_list .category-item {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    overflow: auto;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}

#store_body #product-special .category_list .category-item a {
    width: 60%;
    float: left;
    padding-inline-start: 10px;
    text-align: left;
    margin: 0;
}

#store_body #product-special .category_list .category-item a:hover {
    border-color: #111111;
    color: #111111;
}

#store_body #product-special .category_list .category-item .category_img a {
    border: none;
    min-height: auto;
    width: auto;
    padding: 0;
    float: none;
    vertical-align: top;
}

#store_body .compare-total #compare-total {
    color: #666;
}

#store_body .category_list li a:hover {
    color: #111111;
    border-color: #111111;
}

#store_body .category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 0px 0;
}

#store_body .pagination-wrapper {
    border: 0;
    display: inline-block;
    margin: 40px 0 0;
    width: 100%;
}

#store_body .pagination > li:last-child {
    margin: 0;
}

#store_body .category_filter {
    display: inline-block;
    padding: 10px;
    width: 100%;
    margin-top: 0;
    border: 0;
    background-color: #f5f5f7;
    border-radius: 10px;
}

#store_body .pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
}

#store_body .pagination-wrapper .page-result {
    float: left;
    padding: 6px 10px;
    width: auto;
    background: #f5f5f5;
    border-radius: 5px;
}

#store_body .information-contact #content {
    width: 100%;
    padding: 0;
    background: #fff;
    margin-bottom: -20px;
}

#store_body .left .address-detail {
    border-bottom: 1px solid #e8e9eb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#store_body .left .address-detail .img-thumbnail {
    padding: 5px;
    background-color: #1c1b1b;
    border-radius: 5px;
}

#store_body .address-detail1 a.btn.btn-info:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

#store_body .left strong {
    font-size: 14px;

    padding-bottom: 5px;
    display: block;
    color: #111111;
    font-weight: 700;
}

#store_body .left .btn.btn-info {
    margin-bottom: 20px;
    border-radius: 0px;
    color: #fff;
    background: #0068c9;
    border-color: #0068c9;
    border-radius: 25px;
}

#store_body .row.contact-info {
    margin: 0;
}

#store_body .information-contact .panel-body {
    padding: 0
}

#store_body .information-contact .panel {
    border: medium none;
    box-shadow: none;
    margin: 0 0 40px;
}

#store_body .map_button {
    clear: both;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f6d000;
    padding: 12px 15px;
    cursor: pointer;
}

#store_body .map_button > i {
    font-size: 18px;
}

#store_body .contact-form-design .left {
    float: left;
    width: 28%;
    margin-right: 30px;
    padding: 20px 20px;
    color: #666666;
    position: relative;
    z-index: 8;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

#store_body .contact-form fieldset {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 10px;
}

#store_body .contact-form .pull-right {
    padding: 30px 0px 0 0;
}

#store_body .contact-form-design.container {
    padding: 0;
    background: #fff;
    margin: 50px auto 70px;
    position: relative;
}

#store_body .address-detail .btn {
    clear: both;
    float: left;
    margin: 15px 0 0 37px;
    color: #000;
}

#store_body #spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url("../image/webdigify/ajax-loader.gif") 50% 50% no-repeat #fff;
}

#store_body .main-slider {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    max-height: 585px;
}

#store_body .main-slider .swiper-slide {
    max-height: 585px;
}

#store_body .main-slider .swiper-slide.swiper-slide-active {
    z-index: 1;
}

#store_body .main-slider img {
    border: none;
    width: 100%;
    height: 585px;
    float: left;
    object-fit: cover;
}

#store_body .information-sitemap .sitge-map ul {
    padding: 0 0 0 20px;
}

#store_body .forget-password {
    margin: 5px 0 0;
}

#store_body .btn-gray {
    background: var(--light);
}

#store_body .btn-gray:hover {
    background: var(--light-hover);
}

#store_body .btn-gray:active {
    background: var(--light-active);
}

#store_body .product-compare .btn-primary {
    margin: 5px 0 5px;
}

#store_body .productpage .rating-wrapper {
    margin: 15px 0 15px;
}

#store_body .productpage .productpage_details {
    float: left;
    margin-top: 0px;
    width: 100%;
}

#store_body .productpage #tabs_info {
    background: #ffffff none repeat scroll 0 0;
    margin: 30px 0;
    padding: 30px;
}

#store_body .productpage .productpage_details .product-left {
    padding: 0;
    width: 445px;
}

#store_body .productpage .productpage_details .product-right {
    margin-left: 30px;
    width: 45%;
}

#store_body #content .productpage_details #column-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 238px;
}

#store_body .productpage #banner0.owl-carousel {
    overflow: visible;
}

#store_body .productpage #banner0 .owl-pagination {
    bottom: -30px;
}

#store_body .productpage #banner0 .owl-page {
    border: 2px solid #000000;
}

#store_body .productpage #banner0 .owl-page > span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
}

/* Product tab*/
#store_body .content_product_block {
    float: right;
    width: 100%;
}

#store_body .product-detail-left hr {
    margin: 0px;
}

#store_body .tweet_iframe_widget {
    width: auto !important;
}

#store_body .addthis_toolbox.addthis_default_style {
    float: left;
}

#store_body #custom_tab.product-tabs {
    overflow: hidden;
}

#store_body #custom_tab > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#store_body #custom_tab li {
    float: left;
    margin: 0;
}

#store_body #custom_tab.product-tabs a.selected {
    color: #111;
    font-weight: 500;
    background: #e8e9eb;
}

#store_body #custom_tab.product-tabs a {
    background: none repeat scroll 0 0;
    color: #7a7a7a;
    float: left;
    padding: 10px 15px;

    margin-right: -1px;
}

#store_body #custom_tab.product-tabs a:first-child {
    padding: 10px 15px 10px 15px;
}

#store_body #custom_tab ul li a {
    color: #aaaaaa;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

#store_body .content_product_block .tab_product {
    border: 3px solid #e8e9eb;
    padding: 20px;
    font-size: 13px;
    position: relative;
}

#store_body .productpage .tab_product b, #store_body .productpage .tab_product strong {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

#store_body .size_guide_table {
    border: 1px solid #f0f0f0;
    width: 100%;
}

#store_body .size_guide_table tbody th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
}

#store_body .size_guide_table tbody th {
    color: #262626;
    font-weight: bold;
    padding: 7px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

#store_body .size_guide_table tbody td {
    padding: 5px 8px;
}

/* end product tab*/
#store_body .col-sm-8.product-left {
    padding: 0;
    margin: 0;
    width: 40%;
    position: sticky;
    top: 80px;
}

#store_body .col-sm-4.product-right {
    padding: 0 0 0 40px;
    width: 60%;
}

#store_body #content.productpage ul.list-unstyled {
    border-bottom: medium none;
}

#store_body #content ul.list-unstyled.attr span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

#store_body div#product .radio img.img-thumbnail, #store_body div#product2 .radio img.img-thumbnail {
    border-radius: 50%;
    padding: 2px;
    vertical-align: top;
    border: 1px solid transparent;
}

#store_body div#product .radio img.img-thumbnail:hover, #store_body div#product2 .radio img.img-thumbnail:hover {
    border-color: #111111;
}

#store_body #product .radio label input:checked + img, #store_body #product2 .radio label input:checked + img {
    border-color: #111111;
}

#store_body div#product .radio label, #store_body div#product2 .radio label {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: block;
}

#store_body div#product .radio, #store_body div#product2 .radio {
    display: inline-block;
}

#store_body div#product .radio input[type="radio"], #store_body div#product2 .radio input[type="radio"] {
    display: none;
}

#store_body .common-home .content-top-breadcum .container {
    display: none;
}

#store_body #content ul.list-unstyled.attr {
    padding-bottom: 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-bottom: 20px;
}

#store_body #content ul.list-unstyled.attr li {
    clear: both
}

#store_body .productpage .product-right ul.price, #store_body .productpage .product-right ul.price {
    padding-bottom: 10px
}

#store_body #content ul.list-unstyled.price li {
    float: left;
    padding: 2px 0;
    font-size: 13px;
    color: #000;
}

#store_body .productpage .product-right ul li span.old-price, #store_body .productpage .product-right ul li span.special-price {
    margin-left: 10px;
    color: #666666;
}

#store_body .productpage .product-right ul li.discount, #store_body .productpage .product-right ul li.rewardpoint, #store_body .productpage .product-right ul li.price-tax {
    clear: both;
}

#store_body .refine-search, #store_body .product-title, #store_body .product-option {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333333;
}

#store_body .copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    text-align: center;
}

#store_body .category_description > p {
    margin: 0;
}

#store_body #bottom-footer li {
    display: inline;
    padding: 1px 7px 1px 2px;
    background: url("../image/webdigify/pipe.gif") no-repeat scroll right center transparent;
}

#store_body #bottom-footer li.contact {
    background: none;
}

#store_body .account-address .table > tbody > tr > td {
    vertical-align: middle;
    padding: 15px;
}

#store_body .account-address .btn-info {
    margin: 2px 0;
}

#store_body .affiliate-account .btn-primary .list-group-item, #store_body .affiliate-account .btn-primary .list-group-item:hover {
    padding: 0;
    background: none;
    color: #fff;
}

#store_body .shopping-cart .img-thumbnail {
    width: auto;
}

#store_body .shopping-cart .input-group .form-control {
    width: auto;
    height: 40px;
    text-align: center;
}

#store_body #accordion label.col-sm-2.control-label {
    margin: 7px 0 0;
    padding: 0 13px 0 0;
}

#store_body #accordion #collapse-shipping label.col-sm-2.control-label {
    padding: 0 15px;
}

#store_body .checkout-checkout #accordion label.col-sm-2.control-label {
    padding-left: 15px;
}

#store_body .col-sm-3.search_subcategory {
    width: 100%;
    margin-top: 7px;
}

#store_body #button-search {
    float: right;
}

#store_body .box .box-content .megamenu ul li ul li {
    padding: 0;
}

#store_body #column-left .treeview-list .expandable .collapsable-hitarea::before, #store_body #column-left .treeview-list .expandable-hitarea::before, #store_body #column-left .treeview-list .collapsable .expandable-hitarea::before, #store_body #column-left .treeview-list .collapsable-hitarea::before {
    position: relative;
    top: 6px;
}

#store_body #column-left .box .box-content ul li, #store_body #column-right .box .box-content ul li {
    padding: 0;
}

#store_body #column-left .box .box-content ul li a, #store_body #column-right .box .box-content ul li a {
    padding: 6px 0;
    color: #888888;
}

#store_body #column-left .list-group, #store_body #column-right .list-group {
    padding: 10px 0 0;
    margin: 0px;
}

#store_body .box .box-content .box-category {
    padding: 5px 0 0;
}

#store_body #content .content ul li {
    line-height: 22px;
    padding: 5px;
}

#store_body #column-left .treeview .hitarea.expandable-hitarea {
    color: #808080 !important;
}

#store_body #column-left .treeview .hitarea.expandable-hitarea {
    color: #808080 !important;
}

#store_body #column-right .single-banner {
    margin: 0;
}

#store_body .navbar-nav > ul > li > a:hover .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

#store_body .box-category-heading {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 12px 0px;
    position: relative;
    text-transform: uppercase;
    width: 200px;
    line-height: 16px;
    display: none;
}

#store_body .box-category-heading .fa {
    float: left;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}

/* Tab cms */
#store_body .hometab.box {
    margin: 0px auto 0;
}

#store_body .hometab-wrapper {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
    width: 100%;
}

#store_body .hometab, #store_body .ProductbyCategory, #store_body .featured {
    width: 100%;
    margin: 0px auto 60px;
    float: left;
}

#store_body .box.webdigifyblog {
    margin-bottom: 40px;
}

#store_body #tabs {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}

#store_body .etabs {
    text-align: left;
    padding: 0;
    margin: -71px 0 35px;
    float: left;
    position: absolute;
    left: 325px;
}

#store_body .hometab .htabs .etabs li:last-child {
    background: none;
}

#store_body .htabs a {
    display: inline-block;
    float: none;
    cursor: pointer;

    width: 100%;
    border: 0;
    padding: 0 0 25px;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: 500ms ease-in-out all;
    -webkit-transition: 500ms ease-in-out all;
    -moz-transition: 500ms ease-in-out all;
    -o-transition: 500ms ease-in-out all;
    -ms-transition: 500ms ease-in-out all;
    z-index: 1;
    position: relative;
    letter-spacing: 0.3px;
}

#store_body .htabs a:hover {
    color: #0068c9;
    border-color: #111111;
}

#store_body .htabs a:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0068c9;
    height: 3px;
    width: 0;
    margin: auto;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#store_body .htabs a:hover:after, #store_body .htabs li.tab a.selected:after, #store_body .htabs li.tab.active a:after {
    width: 50%;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

#store_body .etabs li.tab {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 22px;
    position: relative;
}

#store_body .etabs li.tab:first-child {
    margin-inline-start: 0;
}

#store_body .htabs li.tab a.selected, #store_body .htabs li.tab:hover a, #store_body .htabs li.tab.active a {
    position: relative;
    color: #0068c9;
    border-color: #111111;
    transition: 500ms ease-in-out all;
    -webkit-transition: 500ms ease-in-out all;
    -moz-transition: 500ms ease-in-out all;
    -o-transition: 500ms ease-in-out all;
    -ms-transition: 500ms ease-in-out all;
}

#store_body #tabs_info .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    border-right: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: top;
    height: 48px;
    position: relative;
}

#store_body #tabs_info.product-tab .tab-content {
    padding: 0;
    float: left;
    border: 0;
    width: 100%;
    text-align: left;
}

#store_body .nav-tabs > li {
    border: none !important;
}

#store_body .tab-content .tab {
    display: none;
}

#store_body .product-column {
    float: left;
    width: 100%;
}

#store_body .tab-head {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
}

#store_body .wd-status {
    bottom: 0;
    display: none;
    color: #000;
    font-size: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

#store_body .hometab .viewmore {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

#store_body .tab-content {
    position: relative;
    padding: 0px;
    /*z-index: 3;*/
    overflow: visible;
    clear: both;
    text-align: center;
}

/*Right banner*/
#store_body .collection-right-banner {
    float: right;
    width: 22%;
    position: relative;
    text-align: center;
}

#store_body .collection-right-banner .image-title {
    position: absolute;
    top: 54px;
    width: 100%;
}

#store_body .collection-right-banner .image-button {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

#store_body #content .collection-right-banner .image-title > h3 {
    font-size: 34px;

    font-weight: 700;
    margin: 0;
    line-height: 36px;
    padding: 0 10px;
}

#store_body .banner-btn {
    padding: 14px 45px;
    background: #f6d001;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}


/*Right banner*/

#store_body .tab-head .sub-heading {
    float: left;
    margin: 10px 10px 0 30px;
    color: #7a7a7a;
    line-height: 24px;
}

#store_body .tab-head .coupon {
    float: left;
    margin-top: 40px;
    color: #0a7ef0;
    border: 2px dashed #f6d000;
    padding: 6px 20px;
    font-weight: 500;
}

#store_body .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff !important;
}

#store_body .btn-block + .btn-block {
    margin-top: 0;
}

#store_body .table-responsive {
    width: 100%;
}

#store_body .table-responsive .shopping-cart .btn.btn-primary {
    margin: 0 10px;
    border-radius: 25px !important;
}

#store_body .hometab .customNavigation a.prev:before:hover, #store_body .hometab .customNavigation a.next:before:hover {
    color: #fff
}

/* End Tab cms */

/*Webdigify Blog CSS */
#store_body .webdigifyblog .bx-controls-direction .bx-prev::after {
    content: "\f107 ";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 24px;
    left: 0;
    line-height: 26px;
    margin: 0;
    position: absolute;
    right: 25px;
    text-align: right;
    top: 0;
    vertical-align: middle;
}

#store_body .bx-controls-direction .bx-prev::after {
    font-size: 18px;
    left: 0;
    line-height: 26px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    vertical-align: middle;
}

#store_body .webdigifyblog .bx-controls-direction .bx-next::after {
    content: "\f106";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 24px;
    left: 0;
    line-height: 26px;
    margin: 0;
    position: absolute;
    right: 45px;
    text-align: right;
    top: 0;
    vertical-align: middle;
}

#store_body .bx-pager-item {
    display: none;
}

#store_body .content_footer_right .blog_stats {
    display: none;
}

#store_body #footer .blog_item .summary p {
    display: none;
}

#store_body .content_footer_right .post_hover {
    display: none;
}

#store_body .box.webdigifyblog {
    float: right;
    position: relative;
    width: 100%;
    margin: 0px 0 90px;
    text-align: center;

}

#store_body .social-block ul {
    margin: 0;
}

#store_body .webdigifyblog .box-head {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

#store_body .box-head .blog_tagline {
    color: #808080;
    float: left;
    font-size: 14px;
    margin-bottom: 12px;
    display: none;
}

#store_body #content .box-product .blog-items {
    float: left;
}

#store_body .blog-left {
    margin: 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: auto;
    max-width: 100%;
}

#store_body .blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

#store_body .blog-left .blog-image img {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}

#store_body .blog-right {
    text-align: left;
    float: left;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 20px 0px 0;
}

#store_body .blog-right h4 a {
    font-size: 16px;
    line-height: 24px;

    color: #111;
    font-weight: 500;
    float: none;
    width: auto;
    display: inline;
    vertical-align: top;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#store_body .blog-item .blog-right h4 a:hover {
    color: #111111;
}

#store_body .blog-right h4 a:hover {
    color: #111111;
}

#store_body .footer-blocks .blog-item .blog-desc {
    display: none;
}

#store_body .content_footer_top .news-title3 {
    display: none;
}

#store_body .view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
}

#store_body .webdigifyblog .view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

#store_body .read-more a {

    padding: 6px 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    background: transparent;
    background-color: #0068c9;
    color: #ffffff;
    border-radius: 25px;
}

#store_body .read-more a:hover {
    color: #fff;
    background-color: #111111;
}

#store_body .box.webdigifyblog .read-more {
    display: inline-block;
    vertical-align: top;
}

#store_body .read-more .fa {
    display: none;
}

#store_body .write-comment {
    display: inline-block;
    float: none;
    padding-left: 18px;
    position: relative;
    text-align: left;
}

#store_body .common-home .write-comment::before {
    background: #a8a8a8 none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    /* content: ""; */
    display: block;
    font-family: fontawesome;
    height: 4px;
    left: 9px;
    position: absolute;
    top: 11px;
    width: 4px;
}

#store_body .date-time {
    text-align: left;
    text-transform: capitalize;
}

#store_body .blog_default_width {
    width: 240px;
}

#store_body .blog-desc {
    line-height: 24px;
    display: block;
    color: #888888;
    margin: 0px;
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

#store_body .information-blogger-blogs .blog-desc {
    width: 100%;
    margin: 10px 0 20px 0;
    text-align: left;
}

#store_body .blog-right h4 {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 8px;
}

#store_body .blog-img {
    padding: 0px;
}

#store_body .comment-wrapper {
    position: relative;
    float: right;
    margin: 5px 0 0;
}

#store_body .comment-wrapper .write-comment a::before {
    color: #000;
    content: "\f0e5";
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    margin-right: 5px;
}

#store_body .blog-img .img-thumbnail {
    border: none;
    width: 100%;
}

#store_body .blog-date {
    float: left;
}

#store_body #content #blog-carousel, #store_body #content #blog-grid {
    padding: 0px;
    border: none;
    overflow: visible;
    float: left;
    width: 100%;
}

#store_body #content .box.webdigifyblog .box-content {
    padding: 0;
}

#store_body #content #blog-carousel .blog-item {
    overflow: hidden;
    position: relative;
    float: left;
}

#store_body #content #blog-carousel .blog-item {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

#store_body .owl-carousel .owl-buttons div i {
    display: none;
}

#store_body .owl-carousel .owl-buttons .owl-prev {
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#store_body #blog-carousel .owl-controls .owl-buttons .owl-prev,
#store_body #blog-carousel .owl-controls .owl-buttons .owl-next {
    right: auto;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#store_body #blog-carousel .owl-controls .owl-buttons .owl-prev, #store_body #blog-carousel .owl-controls .owl-buttons .owl-next {
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    position: absolute;
    padding: 0px;
    background: #f5f5f5;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 13px;
    border-radius: 50%;
}

#store_body #blog-carousel .owl-controls .owl-buttons .owl-prev {
    right: auto;
    left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#store_body #blog-carousel .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#store_body #blog-carousel .owl-controls .owl-buttons {
    bottom: auto;
    opacity: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    width: 85px;
    left: auto;
    right: 15px;
    margin: auto;
    top: -78px;
}

#store_body #blog-carousel:hover .owl-controls .owl-buttons {
    opacity: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;

}

#store_body .owl-buttons {
    position: absolute;
    right: 0px;
    top: -68px;
    width: 100%;
    z-index: 1;
    bottom: auto;
}

#store_body #blog-carousel .owl-controls .owl-buttons .owl-prev {
    background-repeat: no-repeat;
    background-image: url(../image/prev-arrow.svg);
    background-position: center;
}

#store_body #blog-carousel .owl-controls .owl-buttons .owl-prev:hover {
    background-color: #0068c9;
    background-image: url(../image/prev-arrow-hover.svg);
}

#store_body #blog-carousel .owl-controls .owl-buttons .owl-next {
    background-repeat: no-repeat;
    background-image: url(../image/next-arrow.svg);
    background-position: center;
}

#store_body #blog-carousel .owl-controls .owl-buttons .owl-next:hover {
    background-color: #0068c9;
    background-image: url(../image/next-arrow-hover.svg);
}

#store_body #blog-carousel .product-block, #store_body #blog-grid .product-block {
    padding: 10px 15px 15px;
    background: #FFFFFF;
}

#store_body .single-blog .blog-img {
    position: relative;
    margin-bottom: 15px;
}

#store_body .single-blog .panel-default {
    border: medium none;
    float: left;
    width: 100%;
    margin: 0;
}

#store_body #add-comment .col-sm-10.buttons {
    padding: 0 8px;
}

#store_body .single-blog .block-title {
    float: left;
    margin: 10px 0;
    width: 99%;
}

#store_body .single-blog .block-title > legend {
    margin: 10px 0 0;
}

#store_body .single-blog .blog-desc {
    padding: 0;
    display: block;
    width: auto;
}

#store_body .single-blog .block-title h3 {
    padding-top: 10px;
}

#store_body .single-blog .view-comment .panel-default {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 15px !important;
    border: 2px solid #f0f0f0;
}

#store_body .single-blog h4 {
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

#store_body .view-comment .form-group b {
    font-weight: 600;
}

#store_body .view-comment .col-sm-3 .name {
    font-weight: 500;
    color: #333333;
}

#store_body .view-comment .col-sm-3 .date {
    color: #b5b5b5;
}

#store_body .user_icon {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 15px 0 0;
    padding: 10px 15px;
    text-align: center;
}

#store_body .comment_info {
    float: left;
    width: 85%;
}

#store_body .comment_info .comment-text {
    margin-top: 12px;
}

#store_body .view-comment {
    clear: both;
}

#store_body .view-comment .col-sm-8 {
    width: 100%;
    margin-top: 10px;
}

#store_body #add-comment .col-sm-8 {
    width: 100%;
}

/*Webdigify Blog light-box CSS */
#store_body .blog-left:hover .post-image-hover::before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}

#store_body .post-image-hover::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    width: 100%;
}

#store_body .post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    width: 100%;
}

#store_body .blog-image .post_hover {
    bottom: 0;
    height: 51px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    width: 110px;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
}

#store_body .product-block .blog-left:hover .post_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#store_body .product-block .blog-left:hover .zoom, #store_body .product-block .blog-left:hover .readmore_link, #store_body .all-blog .blog-left-content:hover .zoom, #store_body .all-blog .blog-left-content:hover .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#store_body .blog-left .icon.zoom .fa, #store_body .blog-left .icon.readmore_link .fa {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#store_body .blog-left .blog-image .zoom:hover, #store_body .blog-left .blog-image .readmore_link:hover {
    color: #ffffff;
    border-color: #0068c9;
    background: #0068c9;
}

#store_body .blog-left .offer-btn:hover::before, #store_body .blog-left .offer-btn:hover::after {
    border-color: #111111;
}

#store_body .all-blog .blog-left-content {
    float: left;
    width: 35%;
    margin-bottom: 20px;
}

#store_body .all-blog .blog-left-content .blog-image {
    float: left;
    position: relative;
    width: 100%;
}

#store_body .all-blog .panel-default .panel .panel-body h5 a {
    color: #000000;
    word-wrap: break-word;
    font-size: 20px;

    font-weight: 500;
}

#store_body .blog-right-content {
    float: right;
    width: 65%;

}

#store_body .all-blog .blog-right-content {
    padding: 0 30px 30px;
}

#store_body .blog-right-content .blog-title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
    position: relative;

}

#store_body .blog-right-content .read-more a {
    color: #fff;
    padding: 6px 20px;
    background: #0068c9;

    position: relative;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    border-radius: 25px;
}

#store_body .blog-right-content .read-more a:hover {
    color: #ffffff;
    background: #111111;
    border-color: #111111;
}

#store_body .blog-right-content .write-comment a {
    color: #0a7ef0;
    font-size: 13px;
}

#store_body .write-comment-count {
    float: left;
    margin-right: 10px;
    color: #000;
}

#store_body .information-blogger-blogs .write-comment {
    float: left;
}

#store_body .information-blogger-blogs .blog-image {
    margin-bottom: 0px;
    background-position: center center;
    height: auto;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}

#store_body .information-blogger-blogs .panel-body {
    padding: 0px;
}

#store_body.information-blogger-blogs.layout-2.left-col .panel-inner {
    margin: 0px -15px;
}

#store_body .information-blogger-blogs .panel-default > .panel {
    border: none;
    margin: 0px -15px 30px;
}

#store_body .information-blogger-blogs .panel-default .panel-inner .panel-default {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
    margin-bottom: 5px;
    margin-top: 0px;
    border: 0px;
}

#store_body .write-comment a, #store_body .date-time i.fa.fa-calendar {
    float: left;
    padding: 0 5px 0 0;
    line-height: 20px;
    display: none;
}

#store_body .blog-date {
    float: left;
}

#store_body .blog-left-content:hover .post-image-hover::before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
}

#store_body .blog-date .fa.fa-calendar {
    display: none;
}

#store_body #content.single-blog > legend {
    margin: 15px 0 20px;
}

#store_body #content #blog-carousel .product-block:hover .date-comment, #store_body #content #blog-grid .product-block:hover .date-comment {
    bottom: 0px;
}

#store_body .information-blogger-blogs .panel-default > .panel {
    margin: 0;
    border: none;
}

#store_body .write-comment a, #store_body .date-time {
    margin: 0;
    background-color: #e0f1fb;
    color: #111111;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    padding: 2px 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    margin: 0 0 15px;
}

#store_body .blog-right-content .date-time {
    margin: 0;
    padding: 0;
    display: block;
}

#store_body .write-comment > a {
    color: #2b85f4;
    padding: 0 0 0 15px;
}

#store_body .write-comment a:hover, #store_body .write-comment a:focus {
    color: #000;
}

#store_body .comment-wrapper .write-comment a:hover, #store_body .comment-wrapper .write-comment a:focus, #store_body .comment-wrapper .write-comment a:hover::before {
    color: #111111;
}

#store_body .information-blogger-blogs .read-more {
    float: left;
}

#store_body .static_links .cart-menu > li:first-child {
    max-height: 185px;
    overflow-x: auto;
    overflow-y: auto;
    padding-right: 20px;
}

#store_body .blog_top_content:hover .post-image-hover {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#store_body .all-blog .panel-default .main_description {
    display: none;
}

#store_body .blog_top_content .post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    width: 100%;
}

#store_body .product-block .blog-left:hover .zoom, #store_body .product-block .blog-left:hover .readmore_link, #store_body .blog_top_content:hover .blog-image .zoom, #store_body .blog_top_content:hover .blog-image .readmore_link {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#store_body .blog-left .blog-image .icon, #store_body .blog_top_content .blog-image .icon {
    display: inline-block;
    float: none;
    height: 45px;
    width: 45px;
    line-height: 22px;
    color: #111;
    font-size: 15px;
    padding: 11px;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    margin: 0;
    background: #ffffff;
    border-radius: 50%;
}

#store_body .blog-item:hover .blog-left .post-image-hover {
    opacity: 1;
}

#store_body .post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
}

#store_body .blog_post .text-right .btn-primary {
    color: #F9BF39;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 2px solid #F9BF39;
    background: #fff;
    line-height: 20px;
}

#store_body .all-blog .blog-left-content:hover .post_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#store_body .blog-left-content .icon.zoom .fa, #store_body .blog-left-content .icon.readmore_link .fa {
    font-size: 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#store_body .blog-left-content .blog-image .zoom {
    border: 2px solid #ffffff;
    color: #111;
    display: inline-block;
    float: none;
    -khtml-opacity: 0;
    height: 45px;
    width: 45px;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 8px 6px 8px 8px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    background: none;
    border-radius: 0;
    background: #ffffff;
    margin: 0 2px;
    border-radius: 50%;
}

#store_body .blog-left-content .blog-image .zoom:hover, #store_body .blog-left-content .blog-image .readmore_link:hover {
    background: #111111 none repeat scroll 0 0;
    color: #fff !important;
    border-color: #111111;
}

#store_body .webdigifyblog .product-block:hover .post_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
}

#store_body .blog-item:hover .blog-left .blog-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#store_body .blog-left-content .blog-image .readmore_link {
    border: 2px solid #ffffff;
    color: #111;
    display: inline-block;
    float: none;
    -khtml-opacity: 0;
    height: 45px;
    width: 45px;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 8px 6px 8px 8px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    background: none;
    border-radius: 0;
    background: #ffffff;
    margin: 0 2px;
    border-radius: 50%;
}

#store_body #add-comment .col-sm-10 {
    width: 66.6667%;
}

#store_body #add-comment .col-sm-2 {
    width: 25%;
}

#store_body #content .webdigifyblog .buttons, #store_body #blog-carousel .owl-pagination {
    display: none
}

/*Webdigify Blog light-box CSS */

/*Webdigify Blog CSS */

/* Datetimepicker Css */
#store_body .bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
    position: relative;

}

#store_body .bootstrap-datetimepicker-widget {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

#store_body .bootstrap-datetimepicker-widget td,
#store_body .bootstrap-datetimepicker-widget th {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

#store_body .bootstrap-datetimepicker-widget td.day:hover,
#store_body .bootstrap-datetimepicker-widget td.hour:hover,
#store_body .bootstrap-datetimepicker-widget td.minute:hover,
#store_body .bootstrap-datetimepicker-widget td.second:hover {
    background: #f3f3f3 !important;
}

#store_body .bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #2196f3 !important;
}

#store_body .bootstrap-datetimepicker-widget td.active,
#store_body .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #2196f3 !important;
    color: #161b1e !important;
}

#store_body .bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #161b1e !important;
}

#store_body .bootstrap-datetimepicker-widget td span {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    background-color: #f3f3f3 !important;
}

#store_body .bootstrap-datetimepicker-widget td span:hover {
    color: #111111
}

#store_body .bootstrap-datetimepicker-widget td span.active {
    background-color: #f6d000 !important;
    color: #0a7ef0 !important;
    text-shadow: none !important;
}

#store_body .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #f3f3f3 !important;
}

#store_body .bootstrap-datetimepicker-widget td span.old:hover {
    color: #fff !important
}

#store_body .picker-switch.accordion-toggle .btn {
    border: none;
    background-color: #111111;
    color: #fff !important;
}

#store_body .bootstrap-datetimepicker-widget td.day {
    position: relative;
}

#store_body .bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #0a7ef0 !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


#store_body .bootstrap-datetimepicker-widget td.active, #store_body .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #f6d000 !important;
    color: #0a7ef0 !important;
    text-shadow: none !important;
}

#store_body .bootstrap-datetimepicker-widget a[data-action] {
    border: none;
}

/* End Datetimepicker Css */

#store_body #blog-carousel .owl-controls .owl-buttons .owl-prev:hover,
#store_body #blog-carousel .owl-controls .owl-buttons .owl-next:hover {
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#store_body .product-block .image .reg-image, #store_body #column-right .image .reg-image, #store_body #column-left .image .reg-image {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

#store_body .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    height: 160px;
    vertical-align: middle;
    object-fit: contain;
}

#store_body .product-grid .product-thumb .image img {
    height: 238px;
}

#store_body .product-list .product-thumb .image img {
    height: 250px;
}

#store_body .product-block .image .hover-image, #store_body #column-right .image .hover-image, #store_body #column-left .image .hover-image {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

#store_body .product-block:hover .image .hover-image {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

#store_body .product-thumb .image a {
    display: block;
    text-align: center;
    position: relative;
}

#store_body .container h1, #store_body .container h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #111;

}

#store_body #content.productpage .product-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0 10px 0px;
    padding: 0px 0px 10px;

    color: #111;
}

#store_body #content h3.product-option {

    font-size: 15px;
    font-weight: 500;
}

#store_body div#product label.control-label, #store_body div#product2 label.control-label {
    font-size: 15px;
    font-weight: 500;
}

#store_body .breadcrumb + .row {
    clear: both;
}

#store_body #content table thead tr td {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #303030;
    font-weight: 500;
    font-size: 15px;
}

#store_body .breadcrumb {
    padding: 21px 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: right;
    display: flex;
    gap: 10px;
}

#store_body #content #carousel-0 .box-content {
    margin: 0;
    padding: 0;
    position: relative;
}

#store_body .pull-left.footer-block {
    width: 19%;
    text-align: right !important;
}

#store_body #social_block .title_block {
    display: none;
}

#store_body #social_block .toggle-footer {
    padding: 55px 0 0;
}

/* QUCIK-VIEW */

#store_body h4:hover a, #store_body h4:focus a {
    color: #111111;
    text-decoration: none;
}

#store_body .row .cat_prod .button-gr.lists {
    bottom: 50%;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

#store_body .box.related_prd {
    float: left;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

#store_body .alert.alert-success.animated {
    width: 500px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 20px;
    opacity: 0.95 !important;
    -webkit-opacity: 0.95 !important;
    -moz-opacity: 0.95 !important;
    -khtml-opacity: 0.95 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #111111 !important;
    right: 0 !important;
    left: auto !important;
}

#store_body #banner1 .swiper-pagination {
    display: none;
    cursor: pointer;
}

#store_body .alert.alert-success.animated span {
    font-size: 15px !important;
}

#store_body .alert.alert-success.animated span a {
    color: #111111;
    text-decoration: underline;
}

#store_body .alert.alert-success.animated span .fa.fa-check-circle {
    color: #9bcf85;
}

#store_body .alert.alert-success.animated button.close {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    color: #111111;
}

#store_body .account-login .well .form-group a, #store_body .affiliate-login .well .form-group a {
    line-height: 34px;
    float: right;
    text-decoration: underline;
}

#store_body .form-group.qty {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

#store_body .op-box.qty-plus-minus {
    border: 1px solid #ededed;
    margin: 0 10px 0 0;
    width: auto;
    padding: 0;
    border-radius: 5px;
}

#store_body .form-control.pull-left.btn-number.btnminus:before {
    content: '-';
}

#store_body .form-control.pull-left.btn-number.btnplus:before {
    content: '+';
}

#store_body .form-control.pull-left.btn-number {
    min-width: 22px;
    margin: 0;
    border: 0;
    padding: 0;
    height: 42px;
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    border-radius: 0;
    background: transparent;
}

#store_body #product .form-group #input-quantity {
    width: 35px;
    height: 42px;
    padding: 8px;
    text-align: center;
    float: left;
    border: none;
    margin: 0px;
}

#store_body .discount-per {
    color: #228B22;
}

#store_body .stock_msg {
    display: block;
    padding: 10px 0 0 5px;

    font-weight: 600;
}

#store_body .productpage .form-group.qty .wishlist, #store_body .productpage .form-group.qty .compare, #store_body .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist, #store_body .product-rightinfo .btn-group.prd_page .btn-default.compare {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-align: left;
    width: auto;
    transition: none;
    height: auto;
    background: none;
    border: 0;
    top: 0px;
    font-weight: 400;

}

#store_body .productpage .form-group.qty .compare:before, #store_body .product-rightinfo .btn-group.prd_page button.btn.btn-default.compare:before {
    content: "";
    float: left;
    background-image: url(../image/webdigify/sprite3.png);
    background-repeat: no-repeat;
    background-position: -36px -73px;
    background-size: 58px;
    margin: 0 0px;
    color: #111;
    border: none;
    position: relative;
    border-radius: 50%;
    padding: 10px 12px;
}

#store_body .productpage .form-group.qty .compare:hover:before, #store_body .product-rightinfo .btn-group.prd_page button.btn.btn-default.compare:hover:before {
    background-position: -36px -171px;
}

#store_body #button-cart, #store_body #button-cart2, #store_body .productpage .form-group.qty .wishlist, #store_body .productpage .form-group.qty .compare, #store_body .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist, #store_body .product-rightinfo .btn-group.prd_page .btn-default.compare {
    float: left;
}

#store_body .btn-group, #store_body .btn-group-vertical .btn-group.prd_page {
    width: 100%;
    float: left;
    margin-top: 0px;
}

#store_body #product .btn-group.prd_page {
    padding-top: 20px;
    display: block;
}

#store_body .productpage .form-group.qty .wishlist:before, #store_body .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist:before {
    content: "";
    background-repeat: no-repeat;
    background-position: -36px -35px;
    background-size: 58px;
    float: left;
    background-image: url(../image/webdigify/sprite3.png);
    margin: 0 0px;
    color: #111;
    border: none;
    position: relative;
    border-radius: 50%;
    padding: 11px 12px;
}

#store_body .productpage .form-group.qty .wishlist:hover, #store_body .productpage .form-group.qty .compare:hover, #store_body .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist:hover, #store_body .productpage .form-group.qty .wishlist:hover:before, #store_body .product-rightinfo .btn-group.prd_page .btn-default.compare:hover, #store_body .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist:hover:before {
    background-position: -36px -133px;
    color: #111111;
}

#store_body .headertop {
    padding: 0;
    margin: 0;
    width: 60%;
    float: none;
    display: inline-block;
    height: 100%;
}

#store_body .headertop aside,
#store_body .headertop .cat-menu,
#store_body .headertop .wd-menu {
    height: inherit;
}

#store_body #search .fa.fa-search {
    display: none;
    line-height: 42px;
}

#store_body .input-group-btn .search {
    display: block;
}

#store_body .input-group-btn button.btn.btn-default {
    border-radius: 0px 10px 10px 0;
}

#store_body .divider.text-divider {
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    position: relative;
}

#store_body .text-divider .divider__text{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 14px;
    background-color: #fff;
    transform: translate(-50%,-50%);
    color: var(--primary-text-color);
    padding: 0 10px;
}

/********************* Responsive start ******************************/
@media (max-width: 1729px) {
    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
        width: 58%;
    }
}

@media (max-width: 1599px) {
    #store_body #blog-carousel .owl-controls .owl-buttons .owl-prev {
        left: 0px;
    }

    #store_body #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: 0px;
    }

}

@media (max-width: 1499px) {
    #store_body .main-menu > ul > li {
        padding: 36px 10px;
    }

    #store_body .header_right {
        width: 16%;
        margin: 0 0 0 10px;
    }

    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
        width: 54%;
    }

    #store_body .header_search .btn.btn-default.btn-lg {
        padding: 11px 15px 11px 14px;
    }

    #store_body .search_box .form-control-select {
        width: 125px;
    }

    #store_body .product-layout.product-grid {
        min-height: auto;
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 24.6%;
        max-width: 24.6%;
    }
}

@media (max-width: 1459px) {

    #store_body footer h5 {
        font-size: 20px;
    }

    #store_body #form-currency .btn-link strong {
        padding: 0 0px 0 0;
    }

    #store_body .pull-left #form-language .fa.fa-caret-down,
    #store_body .pull-left #form-currency .fa.fa-caret-down {
        padding: 0 6px;
    }
}

@media (max-width: 1429px) {
    #store_body .cms-inner-block1 {
        margin-right: 23px;
    }

    #store_body .cms-inner-block1, #store_body .cms-inner-block2 {
        width: 49%;
    }

    #store_body #content .product-list .product-block .image {
        width: 250px;
    }
}

@media (max-width: 1259px) {
    #store_body .search_toggle {
        width: 240px;
    }
}

@media (max-width: 1199px) {
    #store_body .panel.panel-default.col-lg-6 {
        width: 50%;
        float: left;
    }

    #store_body .footer-blocks .col-sm-3.column.footerleft, #store_body .footer-blocks .col-sm-3 {
        padding: 0 15px;
    }

    #store_body .module_default_width {
        width: 200px;
    }
}

@media (max-width: 1199px) {
    #store_body #footer {
        padding: 70px 0;
    }

    #store_body #column-left .checkbox > label {
        font-size: 14px;
    }

    #store_body footer h5 {
        font-size: 18px;
        line-height: 25px;
    }

    #store_body .newsletter {
        -moz-column-gap: 20px;
        grid-column-gap: 20px;
        column-gap: 20px;
    }

    #store_body #tab-description .producttabdescription .tabdescleft {
        width: 40%;
    }

    #store_body #tab-description .producttabdescription .tabdescright {
        width: 60%;
    }

    #store_body .product-block .product-details {
        padding: 5px 10px 10px;
    }

    #store_body .hometab-wrapper {
        padding: 70px 15px 35px;
    }

    #store_body .main-slider {
        margin: 0 0 80px 0;
    }

    #store_body .box-desc {
        margin-bottom: 30px;
        width: 40%;
    }

    #store_body .col-sm-9.category_details {
        width: 80%;
    }

    #store_body .col-sm-3.category_img {
        width: 20%;
    }

    #store_body div#wdcmsfooter p {
        width: 100%;
        font-size: 14px;
        float: left;
        margin: 0 0 20px 0;
    }

    #store_body #footer .column li a {
        font-size: 14px;
    }

    #store_body .footer-blocks .footerleft .contact-block span {
        font-size: 14px;
    }

    #store_body #content .product-carousel .product-block, #store_body #content .product-grid .product-block, #store_body #content .box-product .product-block {
        padding: 5px 10px;
    }

    #store_body #content .box .box-content, #store_body .related_prd .box-content {
        margin: 0px -10px;
    }

    #store_body .row.cat_prod {
        margin: 0 -10px;
    }

    #store_body .product-layout.product-list {
        padding: 5px 10px;
    }

    #store_body #content #blog-carousel .product-block, #store_body #blog-grid .product-block {
        padding: 5px 10px 5px;
    }

    #store_body .additional_default_width {
        width: 80px;
    }

    #store_body .newsletter .btn.btn-lg {
        padding: 4px 20px;
    }

    #store_body .wd-menu ul.ul-top-items li.li-top-item .sub-menu-container, #store_body .wd-menu ul.ul-second-items li.li-second-items .flyout-third-items {
        top: 89px;
    }

    #store_body .header_top .container-fluid {
        padding: 0 30px;
    }

    #store_body .cms-inner-block1, #store_body .cms-inner-block2 {
        width: 48%;
    }

    #store_body .collection-right-banner {
        display: none;
    }

    #store_body .tab-head span {
        float: left;
    }

    #store_body .swiper-viewport .swiper-button-prev::after, #store_body .swiper-viewport .swiper-button-next::after {
        border-width: 2px;
        height: 40px;
        width: 40px;
        padding: 0px 0;
        line-height: 40px;
    }

    #store_body .col-sm-5.product-right {
        padding-inline-start: 20px;
    }

    #store_body .main-slider .swiper-button-next, #store_body .main-slider .swiper-button-prev {
        margin: 0;
        width: 60px;
        height: 60px;
    }

    #store_body .cmsbanner-block .description .banner_text {
        margin: 30px 0 0 0;
    }

    #store_body .hometab, #store_body .ProductbyCategory, #store_body .featured {
        margin: 0px auto 40px;
    }

    #store_body .box.webdigifyblog {
        margin: 0px 0 80px;
    }

    #store_body .search_box {
        width: 120px;
    }

    #store_body .header_right {
        width: 20%;
        margin: 0 0 0 10px;
    }

    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
        width: 58%;
    }

    #store_body #column-left .product-thumb .price-old {
        margin-left: 4px;
    }

    #store_body .layout-2.left-col #column-left {
        width: 23.6%;
        max-width: 23.6% !important;
    }

    #store_body .layout-2.left-col #shop_content {
        width: 75.9%;
        max-width: 75.9% !important;
    }

    #store_body #column-left .product-items .product-details {
        padding-top: 7px;
    }

    #store_body .product-layout.product-grid {
        width: 32.8%;
        max-width: 32.8%;
    }

    #store_body .newsletter.col-sm-6 {
        padding: 5px 5% 0px;
    }

    #store_body .search_box .form-control-select {
        width: 120px;
    }

    #store_body .main-menu > ul > li {
        padding: 36px 8px;
    }

    #store_body .footer-blocks .col-sm-3.footerleft {
        width: 24%;
    }

    #store_body .cart_image {
        margin: 0;
    }

    #store_body #content.productpage .product-title {
        font-size: 20px;
        line-height: 26px;
    }

    #store_body .product-description td span, #store_body #content h3.product-option, #store_body div#product label.control-label, #store_body div#product2 label.control-label {
        font-size: 16px;
    }

    #store_body .htabs a {
        font-size: 14px;
    }

    #store_body .etabs li.tab {
        margin: 0 15px;
    }
}

@media (max-width: 991px) {

    #store_body .dropdown.myaccount .lang-curr-wrapper.active .pull-left #form-language .btn-group span, #store_body .dropdown.myaccount .lang-curr-wrapper.active .pull-left #form-currency .btn-group span, #store_body .pull-left #form-language .btn-group span, #store_body .pull-left #form-currency .btn-group span {
        font-size: 13px;
        color: #888;
        font-weight: 400;

    }

    #store_body .nav2 .compare {
        width: 100%;
    }

    #store_body .pull-left.wd-language, #store_body .pull-left.wd-currency {
        top: 0px;
        width: 100%;
        position: relative;
        text-align: left;
        vertical-align: top;
    }

    #store_body .dropdown.myaccount .lang-curr-wrapper {
        display: block;
        width: 100%;
        padding: 0;
        margin: 10px 0 0 0;
    }

    #store_body #form-currency .btn-link.dropdown-toggle, #store_body #form-language .btn-link.dropdown-toggle {
        background: no-repeat;
        padding: 3px 15px;
        border: 0;
    }

    #store_body .hometab-wrapper {
        padding: 60px 15px 40px;
    }

    #store_body #products-related {
        margin: 0 0 10px 0;
    }

    #store_body .box .box-content .box-category {
        padding: 15px 15px;
    }

    #store_body .col-sm-4.product-left {
        width: 50%;
        max-width: 50% !important;
    }

    #store_body .col-sm-5.product-right {
        width: 50%;
        max-width: 50% !important;
    }

    #store_body .dropdown.myaccount .lang-curr-wrapper.active .language-menu, #store_body .dropdown.myaccount .lang-curr-wrapper.active .currency-menu {
        position: initial;
        border: 0px;
        min-width: auto;
        padding: 3px 10px;
        box-shadow: none;
    }

    #store_body .breadcrumb {
        padding: 10px 0;
    }

    #store_body .content-top-breadcum {
        margin-bottom: 30px;
    }

    #store_body .contact-form-design.container {
        margin-top: 0;
    }

    #store_body footer {
        margin: 20px 0 0 0;
    }

    #store_body .common-home footer {
        margin: 0;
    }

    #store_body .left-nav {
        width: 100%;
        text-align: center;
        font-size: 13px;
        justify-content: center;
        padding: 8px 0px;
    }

    #store_body .myaccount > a {
        background-image: url(../image/user.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        height: 40px;
        width: 30px;
        margin: 0 6px;
        float: left;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
    }

    #store_body .myaccount > a:hover {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
    }

    #store_body span.account-title {
        display: none !important;
    }

    #store_body .dropdown-menu span.account-title {
        display: -webkit-box !important;
    }

    #store_body .nav2 div.account-title i {
        font-size: 17px;
        margin-right: 0;
    }

    #store_body #cart .mycart, #store_body #cart .price, #store_body .cart_detail .cart_heading {
        display: none;
    }

    #store_body #form-currency .btn-link, #store_body #form-language .btn-link {
        padding: 3px 15px;
    }

    #store_body .product-block:hover .countdown {
        opacity: 1;
    }

    #store_body p.powered {
        float: none;
    }

    #store_body #blog-carousel .owl-controls .owl-buttons {
        display: none;
    }

    #store_body #paymentcmsblock {
        float: none;
        text-align: center;
        margin: 5px 0 0 0;
    }

    #store_body .product-block .action {
        position: static;
        margin: 0;
        width: 100%;
        float: left;
    }

    #store_body .product-thumb:hover .price {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    #store_body #footer-right {
        width: 100%;
        padding: 0;
    }

    #store_body .newsletter {
        width: 100%;
        margin: 0;
        text-align: center;
        display: block;
        padding: 0 10px;
    }

    #store_body .footer-blocks .footerleft .contact-block ul img {
        padding: 0 0 20px;
    }

    #store_body footer h5 {
        font-size: 16px;
        line-height: 26px;
    }

    #store_body .product-list .description, #store_body .product-list .product-thumb h4, #store_body .product-layout.product-list p.price {
        margin-bottom: 9px;
    }

    #store_body .main-category-list .cat-menu .WD-panel-heading:before {
        right: 0;
        left: auto;
    }

    #store_body .all-blog .blog-left-content {
        float: none;
        width: 100%;
    }

    #store_body .all-blog .blog-right-content {
        padding: 30px 0;
        width: 100%;
        display: inline-block;
    }

    #store_body .nav-responsive .expandable {
        height: 28px;
        width: 28px;
        position: relative;
        margin: 0;
        float: left;
        background: #111111;
    }

    #store_body #content .box .box-heading:before, #store_body .box.related_prd .box-heading:before, #store_body .wd_category_feature .box-heading:before {
        background-size: 65px;
    }

    #store_body .panel.panel-default.col-lg-6 {
        width: 100%;
        margin: 0 0 30px;
    }

    #store_body .col-sm-4.header-logo {
        display: block;
        text-align: center;
        padding: 20px 0;
        float: left;
        position: absolute;
        right: auto;
        left: 0;
        padding-inline-start: 37px;
    }

    #store_body .header-logo img {
        max-height: none;
        width: 110px;
    }

    #store_body .dropdown.myaccount .lang-curr-wrapper {
        display: block;
    }

    #store_body .header_top .row {
        position: relative;
    }

    #store_body .search_toggle {
        top: 57px;
        width: 280px;
        display: none;
        position: absolute;
    }

    #store_body .header_search .form-control.input-lg {
        border-radius: 0 !important;
    }

    #store_body #search .search_button {
        display: block;
    }

    #store_body .dropdown.myaccount ul.dropdown-menu.dropdown-menu-right.myaccount-menu {
        top: 57px;
    }

    #store_body #cart .dropdown-menu {
        top: 57px;
    }

    #store_body .language-menu li, #store_body .currency-menu li {
        padding: 0;
    }

    #store_body .layout-1 div#content.productpage {
        margin-top: 0;
        clear: both;
    }

    #store_body .blog-right h4 a {
        font-size: 14px;
        line-height: 20px;
    }

    #store_body .right-nav {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) {

    #store_body .header_wishlist {
        margin: 0;
        float: left;
        width: 100%;
        text-align: left;
        height: auto;
        padding: 3px 15px;
        color: #666666;
        font-size: 13px;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
    }

    #store_body .main-slider {
        margin: 0 0 60px 0;
    }

    #store_body #related-carousel {
        padding-bottom: 0;
    }

    #store_body .box.related_prd {
        margin-top: 60px;
    }

    #store_body .header_wishlist span.wishlist {
        display: inline-block;
    }

    #store_body .header_wishlist span.wishlist_count {
        position: static;
        display: inline-block;
        background: transparent;
        color: #666666;
        font-size: 14px;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        float: none;
        vertical-align: top;
    }

    #store_body .header_wishlist:hover, #store_body .header_wishlist:hover span.wishlist_count {
        color: #111111;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
    }

    #store_body .header_wishlist > a {
        width: auto;
        height: auto;
        background: none;
        display: block;
    }

    #store_body .header_wishlist > a:before {
        display: none;
    }

    #store_body .mainmenu {
        width: 100%;
    }

    #store_body .login_acc {
        border-bottom: 1px solid #eaeaea;
        padding: 0 0 10px 0;
    }

    #store_body .headertop {
        float: left;
        width: 30px;
        order: -1;
    }

    #store_body .wd-language, #store_body .wd-currency {
        width: 100%;
        margin: 0;
    }

    #store_body .box-category-top::before {
        background-size: 19px;
        left: 12px;
        width: 16px;
        height: 17px;
        top: 9px;
    }

    #store_body #_desktop_contact_link .wdicon {
        display: none;
    }

    #store_body span.service-title, #store_body span.content a.contact-info {
        color: #111111;
    }

    #store_body .account {
        float: left;
        width: auto;
    }

    #store_body nav.nav-container {
        display: block;
        text-align: left;
    }

    #store_body .responsive-menu {
        position: relative;
        width: 100%;
        text-align: left;
    }

    #store_body #menu.responsive-menu span.content a.contact-info {
        width: auto;
        padding: 0;
        float: none;
    }

    #store_body #content .hometab.box .box-heading {
        margin: 0px auto 20px;
    }

    #store_body .product-thumb .price, #store_body .product-thumb .price-old {
        font-size: 13px;
    }

    #store_body .etabs {
        position: static;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
    }

    #store_body .htabs a {
        padding: 0 0 15px;
    }

    #store_body .box-desc {
        margin-bottom: 10px;
        width: 50%;
    }

    #store_body .header_bottom.fixed #cart .dropdown-menu {
        top: 52px;
    }

    #store_body .header_bottom.fixed .dropdown.myaccount ul.dropdown-menu.dropdown-menu-right.myaccount-menu {
        top: 30px;
    }

    #store_body .header_bottom_cover {
        height: 58px;
    }

    #store_body .pull-left #form-language .btn-group span img {
        margin-bottom: 2px;
    }

    #store_body #footer {
        padding: 35px 15px 30px;
    }

    #store_body .nav-inner.container {
        margin: 0 auto;
    }

    #store_body .layout-2.left-col #shop_content, #store_body .layout-2.right-col #content {
        width: 100%;
        max-width: 100% !important;
        float: left;
    }

    #store_body .layout-2.left-col #column-left, #store_body .layout-2.right-col #column-right {
        width: 100%;
        max-width: 100% !important;
        flex: auto;
        float: left;
        padding: 10px 0 10px;
        display: block;
        border: 0;
    }

    #store_body .layout-2.left-col #column-left {
        padding-left: 10px;
        padding-right: 10px;
    }

    #store_body #column-left .box, #store_body #column-right .box {
        margin: 0px 0 15px;
        float: left;
        width: 100%;
        padding: 0px;
        border: 1px solid #eaeaea;
        border-radius: 10px;
    }

    #store_body #column-left .box {
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        border: 0;
    }

    #store_body #column-left .swiper-viewport {
        border: 0;
        padding: 0;
    }

    #store_body #column-left .box.latest, #store_body #column-right .box.latest {
        border: 1px solid #eaeaea;
    }

    #store_body .layout-2.left-col #shop_content {
        padding: 0 10px;
        margin-top: 0;
        width: 100%;
        max-width: 100% !important;
    }

    #store_body .col-sm-8 {
        padding: 0px 10px;
    }

    /*#column-left .box .box-content,*/
    /*#column-right .box .box-content,*/
    /*#column-left .box .filterbox,*/
    /*#column-right .box .filterbox*/
    /*{*/
    /*    display:none;*/
    /*}*/
    #store_body #column-left .list-group, #store_body #column-right .list-group {
        display: none;
        padding: 10px 15px;
    }

    #store_body .menu_toggle {
        display: none !important;
    }

    /*cartbit*/
    #store_body .static-menu {
        display: none;
    }

    #store_body .header_search, #store_body .header_top .account, #store_body .header_cart {
        padding: 17px 0;
    }

    #store_body .header_search {
        margin-right: 30px;
    }

    #store_body .cmsbanner-block .description .title {
        font-size: 20px;
    }

    #store_body .cmsbanner-block .description .banner_text {
        margin: 15px 0 0 0;
    }

    #store_body .footer-blocks .col-sm-3.footerleft,
    #store_body .footer-blocks .col-sm-3.column.footerleft {
        width: 100%;
        padding: 0;
    }

    #store_body div#wdcmsfooter {
        margin-bottom: 0;
        float: left;
    }

    #store_body div#wdcmsfooter p {
        text-align: center;
    }

    #store_body .footer-blocks .col-sm-3 {
        width: 100%;
        padding: 0;
        float: right;
    }

    #store_body div#extra-link {
        padding: 0;
        width: 100%;
        float: left;
    }

    #store_body .footer-blocks {
        display: block;
    }

    #store_body #content ul.list-unstyled {
        display: block;
    }

    #store_body #blog-carousel .owl-controls .owl-buttons .owl-prev,
    #store_body #blog-carousel .owl-controls .owl-buttons .owl-next {
        height: 30px;
        width: 30px;
    }

    #store_body #product .btn-group.prd_page {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 10px 0 0 0;
    }

    #store_body .contact-form-design .left {
        width: 100%;
        float: left;
    }

    #store_body .contact-form-design .contact-form {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    /*cartbit*/
    #store_body footer .social-block ul li a {
        width: 35px;
        height: 35px;
    }

    #store_body .social-block ul li a .fa {
        font-size: 16px;
        line-height: 37px;
    }

    #store_body #footer .column li a {
        font-size: 13px;
    }

    #store_body .footer-appinner .title {
        font-size: 18px;
        line-height: 28px;
    }

    #store_body .footer-appinner .subtitle {
        font-size: 12px;
        line-height: 20px;
    }

    #store_body .footer-blocks .col-sm-3.column.footerleft h5 {
        display: block;
        text-align: left;
    }

    #store_body aside#footer-left {
        width: 100%;
        padding: 0;
    }

    #store_body .desc-block a.mobile_togglemenu {
        display: none;
    }

    #store_body .desc-block h5.toggle {
        text-align: center;
    }

    #store_body .col-sm-4.column.footerleft {
        float: none;
        width: 100%;
    }

    #store_body .desc-block:after {
        width: 100%;
    }

    #store_body .desc-block p {
        text-align: center;
    }

    #store_body .social-block ul li a {
        margin-right: 0px;
    }

    #store_body .hometab, #store_body .ProductbyCategory, #store_body .featured {
        margin: 0px auto 40px;
    }

    #store_body .product_hover_block .compare-button, #store_body .product_hover_block .wishlist-button {
        width: auto;
        height: auto;
    }

    #store_body .product-list .product_hover_block .compare-button, #store_body .product-list .product_hover_block .wishlist-button {
        display: inline-block;
        vertical-align: top;
    }

    #store_body .product_hover_block {
        opacity: 1;
        transform: none;
    }

    #store_body .product_hover_block .compare-button, #store_body .product-list .product_hover_block .compare-button {
        display: none;
    }

    #store_body .dropdown.myaccount .lang-curr-wrapper.active .pull-left #form-language .btn-group span:hover,
    #store_body .dropdown.myaccount .lang-curr-wrapper.active .pull-left #form-currency .btn-group span:hover,
    #store_body .pull-left #form-language .btn-group span:hover,
    #store_body .pull-left #form-currency .btn-group span:hover {
        color: #111111;
    }

    #store_body .search_box .form-control-select {
        padding: 5px 10px 5px 20px;
    }

    #store_body .blog_default_width {
        width: 50%;
    }

    #store_body .footer-blocks .footerleft .contact-block ul {
        display: none;
    }

    #store_body .footer-blocks ul.list-unstyled {
        display: none;
    }

    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
        width: 60%;
        padding: 0px 10px;
        float: left;
    }

    #store_body #content .product-carousel .product-block, #store_body #content .product-grid .product-block, #store_body #content .box-product .product-block {
        padding: 5px 10px 5px;
    }

    #store_body .row.cat_prod {
        margin: 0 -10px;
    }

    #store_body #content #blog-carousel .product-block, #store_body #blog-grid .product-block {
        padding: 5px 10px 5px;
    }

    #store_body #content .box .box-content, #store_body .related_prd .box-content {
        margin: 0 5px;
    }

    #store_body .footer-blocks .footerleft .contact-block span {
        font-size: 13px;
    }

    #store_body .footer-appinner ul.list-unstyled {
        display: flex;
    }

    #store_body .offer-btn::before, #store_body .offer-btn::after {
        display: none;
    }

    #store_body .product-thumb h4 {
        font-size: 13px;
        line-height: 20px;
    }

    #store_body .product-block button.cart_button {
        font-size: 12px;
    }

    #store_body #column-left .product-thumb, #store_body #column-right .product-thumb {
        padding: 15px 15px 5px;
    }

    #store_body #column-left .box .box-heading, #store_body #column-right .box .box-heading {
        background: none;
        padding: 10px 10px;
    }

    #store_body .newsletter.col-sm-6 {
        padding: 0 5%;
    }

    #store_body .footer-blocks .footerleft .contact-block li,
    #store_body #footer .column li {
        padding: 0px 10px;
        text-align: left;
    }

    #store_body .social-block ul {
        text-align: center;
    }

    #store_body footer h5 {
        text-align: left;
    }

    #store_body .wdcmsfooter ul.wdfooter-details {
        display: none;
    }

    #store_body .product-layout.product-grid {
        width: 32.8%;
        max-width: 32.8%;
    }

    #store_body .box.webdigifyblog {
        margin: 0px 0 60px;
    }

    #store_body #cart .item-count {
        margin: 0;
    }

    #store_body .footer-blocks .col-sm-3.column.footerleft .desc-block {
        text-align: center;
        float: none;
    }

    #store_body .footer-text {
        padding: 0 10px;
    }

    #store_body .footer-text ul {
        display: none;
    }

    #store_body .footer-blocks .col-sm-3.column.footerleft .desc-block:after {
        width: 100%;
    }

    #store_body .footer-blocks .col-sm-3.column.footerleft .desc-block a.mobile_togglemenu {
        display: none;
    }

    #store_body .footer-blocks .col-sm-3.column.footerleft .desc-block .footer-text p {
        padding: 0 0 0px;
    }

    #store_body footer .desc-block h5:before {
        left: 0px;
    }

    #store_body .footer-blocks .col-sm-3.column.footerleft .desc-block h5.toggle {
        margin: 20px 0;
    }

    #store_body .main-slider .swiper-pager {
        display: none;
    }

    #store_body #banner .swiper-slide img.img-responsive {
        margin: 0 auto;
    }

    #store_body .contact-block h5 {
        display: block;
    }

    #store_body .product-list .product-details {
        padding: 0px 0 15px 15px;
        max-height: 100%;
    }

    #store_body .language-menu, #store_body .currency-menu {
        position: static;
        border: 0;
        padding: 0 10px;
    }

    #store_body div#banner {
        text-align: center;
    }

    #store_body #banner.single-banner a {
        display: inline-block;
        width: auto;
        position: relative;
    }

    #store_body .header_top .account, #store_body .header_cart {
        padding: 15px 10px;
        float: right;
    }

    #store_body .header_search {
        padding: 15px 0;
        float: right;
    }

    #store_body #content #tabs_info .nav.nav-tabs{
        width: unset !important;
    }
}

@media (max-width: 767px) {
    #store_body .newsletter {
        top: 19%;
        display: block;
    }

    #store_body .layout-2.left-col #shop_content {
        padding: 0;
    }

    #store_body .box-desc {
        width: 100%;
    }

    #store_body .read-more a {
        padding: 3px 15px;
    }

    #store_body #content .col-sm-6.product-right {
        width: 100%;
    }

    #store_body .col-sm-10.category_details {
        margin: 0 0 20px 0;
    }

    #store_body .col-sm-4.category_img {
        margin-bottom: 10px;
    }

    #store_body .hometab, #store_body .ProductbyCategory, #store_body .featured {
        margin: 0px auto 20px;
    }

    #store_body .box.webdigifyblog {
        margin: 0px 0 35px;
    }

    #store_body .row.category_thumb {
        margin: 0 -10px 20px;
    }

    #store_body .additional_default_width {
        width: 25%;
    }

    #store_body .main-slider {
        margin: 0 0 40px 0;
    }

    #store_body .wd_category_feature {
        margin: 0;
    }

    #store_body #content .product-carousel .product-block, #store_body #content .product-grid .product-block, #store_body #content .box-product .product-block {
        padding: 5px 5px 5px;
    }

    #store_body .hometab-wrapper {
        padding: 40px 10px 30px;
    }

    #store_body .product-layout.product-list {
        padding: 5px 5px;
    }

    #store_body .row.cat_prod {
        margin: 0 -5px;
    }

    #store_body #content .box .box-content, #store_body .related_prd .box-content {
        margin: 0 5px;
    }

    #store_body .header-logo img {
        max-height: none;
    }

    #store_body .breadcrumb li:last-child a {
        font-size: 16px;
        line-height: 20px;
    }

    #store_body .offer-title {
        display: none;
    }

    #store_body #top {
        background: #f5f5f5;
        padding: 10px 0;
        border-top: none;
        position: relative;
        height: 60px;
    }

    #store_body .box-category-top {
        display: none;
    }

    #store_body .col-sm-4.product-left, #store_body .col-sm-5.product-right {
        width: 100%;
        max-width: 100% !important;
        padding: 0 10px;
    }

    #store_body .col-sm-5.product-right {
        width: 100%;
        max-width: 100% !important;
    }

    #store_body .col-sm-4.product-left {
        width: 100%;
        max-width: 100% !important;
        float: none;
        max-width: 80%;
        text-align: center;
        margin: auto;
    }

    #store_body .header_top .container-fluid {
        padding: 0 20px;
    }

    #store_body #column-left .box .container-fluid, #store_body #column-right .box .container-fluid {
        padding: 0;
    }

    #store_body #wdsubbannercmsblock {
        margin: 0 0 35px;
    }

    #store_body .box.related_prd .container {
        padding: 0;
    }

    #store_body .blog-right {
        width: 100%;
        margin: 0;
        padding: 15px 0px 0;
    }

    #store_body .blog-image .post_hover {
        display: block;
    }

    #store_body #content #blog-carousel .product-block, #store_body #blog-grid .product-block {
        padding: 5px 5px 5px;
    }

    #store_body #content .box.webdigifyblog .box-content {
        margin: 0 -5px 0;
    }

    #store_body #content .hometab.box .box-heading {
        margin: 0 auto 15px;
    }

    #store_body .product-cat {
        font-size: 13px;
    }

    #store_body .col-sm-4.header-logo {
        padding: 18px 0;
        float: none;
        margin: auto;
        padding-inline-start: 37px;
    }

    #store_body .product-thumb .price {
        font-size: 14px;
        width: 100%;
    }

    #store_body .product-details .rating {
        background: transparent;
        position: static;
        opacity: 1;
        width: 100%;
        padding: 0;
        margin: 0 0 0 0;
    }

    #store_body .product-block:hover .product-block-inner .rating {
        opacity: 1;
    }

    #store_body .product-block button.cart_button:after {
        width: 100%;
    }

    #store_body .product-thumb h4 {
        margin-bottom: 2px;
    }

    #store_body #quantity_bar .progress {
        margin-bottom: 10px;
    }

    #store_body .product-block .action {
        opacity: 1;
        position: static;
    }

    #store_body .product-block:hover .rating {
        transform: none;
        opacity: 1;
    }

    #store_body .product-block:hover .product-details .price {
        opacity: 1;
    }

    #store_body .product-thumb:hover .price {
        transform-origin: center;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    #store_body .product_hover_block button.compare_button {
        margin-top: 0;
    }

    #store_body .product-list .product_hover_block button.compare_button, #store_body .product-list .product-thumb .image button.wishlist {
        background-color: #ffffff;
    }

    #store_body .product-list .product_hover_block button.compare_button:hover, #store_body .product-list .product-thumb .image button.wishlist:hover {
        background-color: #111111;
    }

    #store_body .product-block:hover .countdown {
        opacity: 1;
    }

    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
        float: left;
    }

    #store_body .product-thumb .image button.wishlist {
        width: 30px;
        height: 30px;
    }

    #store_body .main-navigation img {
        display: none;
    }

    #store_body .cmsbanner-block {
        margin: 20px 0;
    }

    #store_body .cms-inner-block1, #store_body .cms-inner-block2 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #store_body .special .product-block:hover .product-details {
        margin-top: 0;
    }

    #store_body p.powered {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #store_body .social-block {
        width: 100%;
    }

    #store_body .social-block ul li {
        float: none;
        display: inline-block;
    }

    #store_body .tab-head {
        width: 100%;
    }

    #store_body .hometab-heading.box-heading {
        padding: 20px 0 0 20px;
    }

    #store_body .htabs {
        margin: 0;
        width: 100%;
    }

    #store_body .tab-head .sub-heading {
        margin: 0px 0px 0 20px;
    }

    #store_body .tab-head .coupon {
        margin-top: 15px;
    }

    #store_body .featured {
        padding: 40px 0;
    }

    #store_body .tab-head span {
        width: 100%;
        font-size: 12px;
    }

    #store_body footer {
        margin-top: 25px;
    }

    #store_body .pagination-right {
        width: 100%;
        margin: 20px 0 0;
        padding-left: 0px;
        flex-direction: column;
    }

    #store_body .col-sm-12.category_list {
        padding: 0;
    }

    #store_body .category_list li {
        margin: 0 10px 10px 0;
    }

    #store_body .breadcrumb {
        width: 100%;
        text-align: center;
    }

    #store_body .breadcrumb li:last-child {
        float: none;
    }

    #store_body .breadcrumb > li {
        white-space: normal;
    }

    #store_body .col-sm-8.product-left {
        position: relative;
        top: auto;
        width: 410px;
        margin: 0 auto;
    }

    #store_body .layout-1 #content {
        padding: 0;
    }

    #store_body .col-sm-4.product-right {
        padding: 20px 0 0;
        width: 100%;
    }

    #store_body #tabs_info.product-tab, #store_body .box.related_prd {
        margin: 30px 0 0;
    }

    #store_body .col-sm-4.search_term {
        padding: 0 0 10px;
    }

    #store_body .col-sm-3.search_subcategory {
        padding: 0;
    }

    #store_body .information-contact #content {
        padding: 30px;
    }

    #store_body .contact-form-design.container {
        margin: 0px auto 70px;
        padding: 0;
    }

    #store_body .contact-form fieldset, #store_body .contact-form-design .left {
        padding: 15px;
    }

    #store_body .table-responsive.full-view {
        display: none;
    }

    #store_body .table.table-bordered.shopping-cart.responsive {
        display: block;
    }

    #store_body .shopping-cart .btn-primary {
        margin: 0;
    }

    #store_body .listing {
        min-height: unset;
        padding: 80px 15px;
        line-height: 30px;
    }

    #store_body .alert.alert-success.animated {
        width: 100%;
    }

    #store_body .col-sm-5.product-right {
        width: 100%;
        max-width: 100% !important;
        padding: 15px 0 0 0;
    }

    #store_body .footer-appinner ul.list-unstyled {
        display: block;
    }

    #store_body .owl-buttons {
        top: -50px;
    }

    #store_body .newsletter.col-sm-6 {
        padding: 0 10%;
    }

    #store_body .product-list .product_hover_block {
        bottom: 10px;
        margin: 0;
        position: absolute;
    }

    #store_body .product-list .product_hover_block a.quickbox {
        background-size: 17px;
    }

    #store_body .search_toggle {
        top: 55px;
        width: 260px;
    }

    #store_body .dropdown.myaccount ul.dropdown-menu.dropdown-menu-right.myaccount-menu {
        top: 55px;
    }

    #store_body #cart .dropdown-menu {
        top: 55px;
    }

    #store_body header .responsive-menu .navbar-nav {
        top: 70px;
    }

    #store_body .product_hover_block .action button.compare_button {
        width: 35px;
        height: 35px;
        background-position: -37px -79px;
        background-size: 65px;
    }

    #store_body .product_hover_block .action button.compare_button:hover {
        background-position: 6px -79px;
    }

    #store_body .product_hover_block .action button, #store_body .quickbox {
        transform: scale(1);
    }

    #store_body .product_hover_block .action button.cart_button:hover {
        background-position: 6px 7px;
    }

    #store_body .product-block button.cart_button {
        padding: 3px 15px;
    }

    #store_body .product_hover_block .action button.wishlist {
        width: 35px;
        height: 35px;
        background-position: -37px -36px;
        background-size: 65px;
    }

    #store_body .product_hover_block .action button.wishlist:hover {
        background-position: 6px -36px;
    }

    #store_body .col-sm-9.category_details {
        float: left;
        width: 100%;
        margin: 15px 0 0 0;
    }

    #store_body .col-sm-12.title-description {
        margin: 10px 0 0 0;
    }

    #store_body .col-sm-3.category_img {
        width: 100%;
    }

    #store_body #product-special .category_list .category-item a {
        width: 45%;
    }

    #store_body .product-block .product-details {
        display: block;
    }

    #store_body .product-list .product-details {
        padding: 10px 15px 0;
    }

    #store_body .product-block:hover .product-details {
        transform: none;
    }

    #store_body #content .product-list .product-block .image {
        width: 250px;
    }
}


@media only screen and (max-width: 660px) {
    #store_body .module_default_width {
        width: 33%;
    }

}

@media only screen and (max-width: 650px) {

    #store_body .product-thumb .price {
        font-size: 14px;
    }

    #store_body .newsletter .btn.btn-lg {
        padding: 5px 16px;
    }

    #store_body .product-list .product_hover_block .compare-button {
        text-align: left;
    }

    #store_body #content .product-list .product-block .image {
        float: none;
        max-width: 250px;
        margin: auto;
        width: 250px;
    }

    #store_body .product-layout.product-list .product-details .rating {
        text-align: center;
        left: 0;
        float: none;
        right: 0;
        margin: 0 auto 0px;
    }

    #store_body .product-list .product-details .product_hover_block .action {
        margin: 0;
    }

    #store_body .product-list .product_hover_block .action {
        text-align: center;
        float: none;
        margin: 0;
    }

    #store_body .product-layout.product-list .product-details .product_hover_block_outer .action {
        margin: 5px 0 0 0;
        text-align: center;
    }

    #store_body .product-layout.product-list .product_hover_block .action button {
        vertical-align: top;
    }

    #store_body .product-list .product-block .product-details {
        width: 100%;
        text-align: center;
        max-height: 100%;
    }

    #store_body #searchbox {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #store_body #blog-carousel .product-block, #store_body #blog-grid .product-block {
        padding: 0px 10px 0px;
    }

    #store_body .product-block.product-thumb.transition {
        padding: 10px 10px;
    }

    #store_body #footer {
        padding: 30px 10px;
    }

    #store_body .product-list .product_hover_block button.compare_button, #store_body .product-list .product_hover_block button.wishlist {
        margin: 0px;
        display: inline-block;
    }

    #store_body .product-layout.product-list {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 543px) {
    #store_body .col-sm-4.product-left {
        max-width: 100%;
        padding: 0;
        clear: both;
    }

    #store_body .product-info .image {
        margin-bottom: 10px;
    }

    #store_body .hometab-wrapper {
        padding: 30px 10px 20px;
    }

    #store_body .blog-right h4 {
        margin: 0 0 5px;
    }

    #store_body .blog-desc {
        margin: 0 0 5px 0;
    }

    #store_body .box-desc {
        display: none;
    }

    #store_body .main-slider {
        margin: 0 0 30px 0;
        max-height: 200px;
    }

    #store_body .main-slider img {
        height: 200px;
    }

    #store_body .etabs li.tab {
        margin: 0 5px;
    }

    #store_body .htabs a {
        font-size: 11px;
        line-height: 20px;
        background-color: #ffffff;
        padding: 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        display: block;
        border: none;
        text-align: center;
    }

    #store_body .htabs li.tab a.selected, #store_body .htabs li.tab:hover a, #store_body .htabs li.tab.active a {
        background-color: #0068c9;
        color: #ffffff;
    }

    #store_body .etabs {
        margin: 0 0 5px;
        padding: 0 0 5px;
        display: grid;
        grid-template-columns: repeat(2, minmax(150px, 3fr));
        overflow: auto;
        scrollbar-width: thin;
    }

    #store_body .ProductbyCategory .etabs {
        grid-template-columns: repeat(3, minmax(150px, 3fr));
    }

    #store_body .ProductbyCategory .htabs a {
        background-color: #f5f5f5;
    }

    #store_body .htabs a:after {
        display: none;
    }

    #store_body #footer {
        padding: 20px 10px 20px;
    }

    #store_body .additional_default_width {
        width: 33.333%;
    }

    #store_body .product-layout.product-grid {
        width: 49%;
        max-width: 49%;
    }

    #store_body .module_default_width {
        width: 50%;
    }

    #store_body .social-block ul {
        margin: 0px 0;
    }

    #store_body .box.webdigifyblog {
        margin: 0px 0 30px;
    }

    #store_body #content #carousel-0 .box-content {
        padding: 0;
    }

    #store_body #content .box.webdigifyblog .box-content {
        margin: 0 -10px 0;
    }

    #store_body #custom_tab.product-tabs a:first-child {
        padding: 10px 12px 10px 12px;
    }

    #store_body .header_search {
        margin: 0 0 0 5px;
    }

    #store_body .footer-appinner .subtitle {
        margin: 0 0 8px;
    }

    #store_body .footer-appinner .title {
        font-size: 16px;
        line-height: 26px;
        margin: 0px 0 4px;
    }

    #store_body #_desktop_contact_link {
        float: none;
        display: inline-block;
    }

    #store_body .language-menu {
        left: 0;
        right: auto;
    }

    #store_body #wdoffercmsblock {
        margin: 0 0 30px 0;
    }

    #store_body .hometab, #store_body .ProductbyCategory, #store_body .featured {
        margin: 0px auto 15px;
    }

    #store_body .hometab {
        margin: 15px 0 5px;
    }

    #store_body .newsletter .btn.btn-lg {
        padding: 5px 20px;
    }

    #store_body .layout-2.left-col #shop_content h2.page-title {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    #store_body .header_cart .text-right.button-container > a {
        padding: 9px 22px;
    }

    #store_body .product-block .product-details {
        display: block;
        padding: 5px;
    }
}


@media only screen and (max-width: 479px) {
    #store_body .newsletter .input-news {
        column-gap: 6px;
    }

    #store_body .header_top .account {
        margin-inline-start: 0px;
    }

    #store_body .header_cart #cart > .btn {
        /*padding: .5rem 1rem !important;*/
    }

    #store_body .nav2 {
        max-width: 40%;
        overflow-x: auto;
        overflow-x: auto;
        overflow-y: hidden !important;
        white-space: nowrap;
    }

    #store_body .col-sm-4.header-logo {
        max-width: 150px;
        padding: 21px 0;
        padding-inline-start: 32px;
    }

    #store_body #product-special .category_list .category-item a {
        font-size: 12px;
        padding-left: 5px;
    }

    #store_body #content .box .box-heading, #store_body .box.related_prd .box-heading {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0;
    }

    #store_body .special-tag {
        font-size: 10px;
    }

    #store_body .additional_default_width {
        width: 33.333%;
    }

    #store_body .htabs a {
        display: block;
    }

    #store_body .etabs {
        margin: 0px 0 15px 0;
    }

    #store_body .header_cart {
        margin-inline-start: 5px;
    }

    #store_body #search .search_button, #store_body .myaccount > a, #store_body .header_search {
        line-height: 30px;
        width: 30px;
    }

    #store_body #content .banners-slider-carousel .product-block .product-block-inner a .img-responsive {
        padding: 0 10px;
    }

    #store_body .box.webdigifyblog {
        margin: 0px 0 15px;
    }

    #store_body .etabs li.tab {
        margin: 0 5px 5px;
    }

    #store_body .header_top .container-fluid {
        padding: 0 10px;
    }

    #store_body .product-block .image {
        max-width: 253px;
        margin: auto;
    }

    #store_body .product-thumb .price {
        font-size: 13px;
    }

    #store_body .product-thumb .price-old {
        font-size: 13px;
    }

    #store_body #footer .column li a {
        font-size: 13px;
    }

    #store_body .product-layout.product-list {
        padding: 5px 5px;
    }

    #store_body .product-info .image {
        max-width: 100%;
    }

    #store_body .category_img, #store_body .category_img img {
        margin: 0 0 0 0;
    }

    #store_body .category_img img {
        width: auto;
    }

    #store_body .newsletter #txtemail {
        height: 40px;
    }

    #store_body #content #blog-carousel .product-block, #store_body #blog-grid .product-block {
        padding: 10px 5px 10px;
    }

    #store_body #content .box .box-content, #store_body .related_prd .box-content, #store_body #content .box.webdigifyblog .box-content {
        margin: 0 5px;
    }

    #store_body #content .product-carousel .product-block, #store_body #content .product-grid .product-block, #store_body #content .box-product .product-block {
        padding: 5px;
    }

    #store_body .row.cat_prod {
        margin: 0 -5px;
    }

    #store_body #content .product-grid .product-block, #store_body #content .box-product .product-block {
        display: inline-block;
        vertical-align: top;
        width: auto;
        float: none;
    }

    #store_body .cmsbanner-block .cms-inner-block1 .description, #store_body .cmsbanner-block .cms-inner-block2 .description {
        left: 20px;
        top: 10%;
    }

    #store_body .cmsbanner-block .description .title {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    #store_body .cmsbanner-block .description .toptitle {
        font-size: 16px;
    }

    #store_body .cmsbanner-block .description .banner_text {
        margin: 10px 0 0 0;
    }

    #store_body .stock_status {
        font-size: 12px;
    }

    #store_body .social-block > ul {
        padding: 0;
    }

    #store_body .social-block ul li a {
        margin-right: 0;
    }

    #store_body .sort-by-wrapper {
        width: 100%;
        max-width: 100%;
    }

    #store_body .show-wrapper {
        margin: 15px 0 0;
    }

    #store_body .category_filter .btn-list-grid {
        padding: 0;
    }

    #store_body .category_filter .show {
        margin: 7px 10px 0 0;
    }

    #store_body .pagination {
        float: none !important;
    }

    #store_body .pagination-wrapper .page-link, #store_body .pagination-wrapper .page-result {
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
    }

    #store_body .col-sm-8.product-left {
        width: 290px;
    }

    #store_body #content.productpage .product-title {
        font-size: 18px;
    }

    #store_body #button-search {
        width: 100%;
        margin: 10px 0 20px;
    }

    #store_body .information-contact #content {
        padding: 15px;
        background-repeat: repeat;
    }

    #store_body .search_toggle {
        width: 240px;
    }

    #store_body #accordion h4.panel-title a.accordion-toggle {
        display: block;
    }

    #store_body #accordion .panel-title > a {
        color: inherit;
    }

    #store_body #accordion .panel-heading .fa.fa-caret-down {
        float: right;
        margin-top: 4px;
    }

    #store_body #accordion .col-sm-10 {
        width: 75%;
    }

    #store_body #accordion .form-horizontal .control-label {
        text-align: left;
    }

    #store_body .alert-dismissable .close, #store_body .alert-dismissible .close {
        right: 0 !important;
    }

    #store_body #accordion.panel-group .panel {
        width: 100%;
        background-color: #fff;
        border: none;
    }

    #store_body .checkout-success p a {
        color: #111111;
    }

    #store_body .container {
        padding: 0;
    }

    #store_body .product-compare .table-bordered {
        border: 1px solid #e5e5e5;
        float: left;
        overflow: auto;
    }

    #store_body .swiper-viewport .swiper-button-prev::after, #store_body .swiper-viewport .swiper-button-next::after {
        background: none;
        border: 0px;
        color: #111;
    }

    #store_body .swiper-viewport .swiper-button-next {
        right: 0px;
        width: 40px;
        height: 40px;
        transition: none;
    }

    #store_body .swiper-viewport .swiper-button-prev {
        left: 0px;
        transition: none;
        height: 40px;
        width: 40px;
    }

    #store_body .main-slider .swiper-viewport:hover .swiper-button-prev {
        left: 0px;
    }

    #store_body .main-slider .swiper-viewport:hover .swiper-button-next {
        right: 0px;
    }

    #store_body .swiper-viewport .swiper-button-next:hover::after, #store_body .swiper-viewport .swiper-button-prev:hover::after {
        background: none;
        color: #111;
    }

    #store_body .nav-tabs > li {
        margin: 0 0 10px;
        font-size: 14px;
        float: none !important;
    }

    #store_body #block_1 .list-unstyled li:first-child {
        margin: 0 0px 0 0;
    }

    #store_body .newsletter .btn.btn-lg {
        height: 34px;
    }

    #store_body .aboutus {
        text-align: center;
    }

    #store_body footer .container-fluid {
        padding: 0;
    }
}

@media only screen and (max-width: 380px) {
    #store_body .search_box {
        width: 110px;
    }

    #store_body .search_box .form-control-select, #store_body .search_box .form-control-select.active {
        width: 110px;
    }

    #store_body .search_toggle {
        right: -50px;
    }

    #store_body #cart .dropdown-menu {
        width: 300px;
    }

    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details h4, #store_body #column-right .product-items .product-details h4 {
        padding-top: 0px;
    }

    #store_body .product-info .additional-carousel {
        position: relative;
        overflow: hidden;
    }

    #store_body .pagination {
        float: none !important;
    }

    #store_body .header_search .btn.btn-default.btn-lg {
        padding: 10px 10px 3px;
    }

    #store_body .stock_status {
        height: 60px;
        width: 60px;
        line-height: 12px;
        font-size: 11px;
        padding: 20px 9px;
    }

    #store_body .product-layout.product-list .stock_status {
        top: 0;
        bottom: 0;
    }
}

/* ---------------------- Start wd - Product-Extended block  --------------------------*/

#store_body #tab-description {
    float: left;
    width: 100%;
}

#store_body #tab-description .product-description,
#store_body #tab-description .producttabdescription {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: 350px 350px 1fr;
    -moz-column-gap: 30px;
    grid-column-gap: 30px;
    column-gap: 30px;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #111111;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail div:last-child ol {
    padding-inline-start: 20px;
    list-style: decimal;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail div:last-child ol li {
    margin: 0 0 10px;
    list-style: decimal;
}

#store_body #tab-description .producttabdescription .tabdescleft {
    padding: 0;
    float: left;
    width: 100%;
}

#store_body #tab-description .producttabdescription .tabdescleft .tabdescleft-img {
    float: left;
}

#store_body #tab-description .producttabdescription .tabdescleft .tabdescleft-img img, #store_body #tab-description .producttabdescription .tabdescleft .tabdescright-img img {
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    display: block;
    max-width: 100%;
    border-radius: 10px;
}

#store_body #tab-description .producttabdescription .tabdescright {
    float: left;
    padding: 0;
    width: 100%;
    text-align: left;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    font-family: Rubik;

    color: #111111;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: Rubik;

    color: #111111;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail ul {
    padding: 0;
    list-style: disc;
    margin: 0 0 0 18px;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail li {
    list-style: disc;
}

#store_body #tab-description .producttabdescription .tabdescright .tabdescright-details,
#store_body #tab-description .producttabdescription .tabdescright .table-info-product {
    float: left;
    width: 100%;
    margin: 0 0 0;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .maintitle {
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #111;
    float: left;
    width: 100%;
    margin: 15px 0 20px;
    text-align: left;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;

    color: #111;
    width: 13%;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail {
    float: left;
    width: 100%;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail .table-feature {
    display: flex;
    align-items: center;
    padding: 6px 0;
    margin: 0 0 10px;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail div:last-child {
    border-bottom: none;
}

#store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail div:last-child p {
    margin: 0 0 20px 0;
}

@media (max-width: 1400px) {
    #store_body #tab-description .product-description, #store_body #tab-description .producttabdescription {
        grid-template-columns: 320px 320px 1fr;
    }
}

@media (max-width: 1200px) {
    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .title {
        width: 20%;
    }

    #store_body #tab-description .product-description, #store_body #tab-description .producttabdescription {
        grid-template-columns: 270px 270px 1fr;
    }
}

@media (max-width: 991px) {
    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .title {
        width: 40%;
        font-size: 16px;
    }

    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .detail {
        width: 60%;
    }

    #store_body #tab-description .product-description, #store_body #tab-description .producttabdescription {
        display: block;
        margin: 0 -10px;
        width: auto;
    }

    #store_body #tab-description .producttabdescription .tabdescleft {
        float: left;
        width: 50%;
        padding: 0 10px;
    }

    #store_body #tab-description .producttabdescription .tabdescright {
        margin: 20px 0 0 0;
        padding: 0 10px;
    }

    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail .table-feature {
        padding: 3px 0;
        margin: 0px 0 5px;
    }

    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .maintitle {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    #store_body #tab-description .producttabdescription .tabdescleft .tabdescleft-img {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .title {
        width: 20%;
    }

    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .detail {
        width: 80%;
    }

    #store_body #tab-description .product-description, #store_body #tab-description .producttabdescription {
        display: block;
    }
}

@media (max-width: 543px) {
    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .title {
        width: 50%;
    }

    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .detail {
        width: 50%;
        text-align: right;
    }

    #store_body #tab-description .producttabdescription .tabdescright .table-info-product .table-detail .table-feature {
        align-items: baseline;
    }
}

/* ---------------------- End wd - Product-Extended block --------------------------*/


/****************Start Banner CMS BLock********************/
#store_body .category_cms {
    float: left;
    width: 100%;
    margin: 0;
}

#store_body .category_center {
    overflow: hidden;
    margin: 0 -15px;
    width: 100%;
}

#store_body .category_block {
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
    padding: 15px;
}

#store_body .category_block_img {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
    direction: ltr;
    justify-content: end;
    height: 350px;
}

#store_body .category_cms .price {
    margin: 20px 0 3px;
    padding: 0 0 0px;
    float: left;
    width: 100%;
    bottom: auto;
    position: relative;
}

#store_body .category_cms .subtitle {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
}

#store_body .category_cms .action {
    float: left;
    width: 100%;
}

#store_body .category_cms .action .banner_text {
    font-size: 13px;
    color: #111;
    padding: 0;
    background: none;
    font-weight: 400;
    display: inline-block;

    letter-spacing: 0.3px;
    margin: 20px 0 0;
    line-height: 24px;
    border-bottom: 1px solid #111;
}

#store_body .category_cms .action .banner_text:hover {
    color: #0068c9;
}

#store_body .category_cms .category_block .banner_text {
    border: 0;
    padding: 6px 20px;
    background-color: #0068c9;
    color: #fff;
    border-radius: 25px;
}

#store_body .category_cms .category_block .banner_text:hover {
    background-color: #111111;
    color: #fff;
}

#store_body .category_cms .category_block .description {
    left: 50px;
    position: absolute;
    bottom: auto;
    right: auto;
    text-align: left;
    direction: ltr;
}

#store_body .category_cms .description .subtitle {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.1px;
    min-width: 65%;
    word-wrap: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 500px;
}

#store_body .category_cms .description .title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #111;
    text-transform: uppercase;
    line-height: 21px;
    padding: 0 5px;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
}

#store_body .category_cms .banner-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #111;
    display: inline-block;
    vertical-align: middle;
}

#store_body .category_cms .banner-oldprice {
    color: #667384;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#store_body .category_block .category_block_img .cat_image {
    max-width: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 10px;
}

#store_body .category_block:hover .category_block_img .cat_image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

@media (max-width: 1729px) {
    #store_body .category_cms .description .subtitle {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 1459px) {
    #store_body .category_cms .description .subtitle {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 1199px) {
    #store_body .category_cms {
        margin: 0px 0 0px;
    }

    #store_body .category_cms .description .title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    #store_body .category_cms .category_block .description {
        left: 30px;
    }

    #store_body .category_cms .description .subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    #store_body .category_cms .price {
        margin: 8px 0 0px;
    }

    #store_body .category_cms .action .banner_text {
        margin: 10px 0 0;
    }

    #store_body .category_cms .banner-price {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #store_body .category_cms .category_block .description {
        left: 20px;
    }

    #store_body .category_cms .description .title {
        font-size: 12px;
        line-height: 18px;
    }

    #store_body .category_cms .description .subtitle {
        font-size: 15px;
        line-height: 18px;
    }

    #store_body .category_cms .price {
        margin: 5px 0 0px;
    }

    #store_body .category_cms .category_block .action a.banner_text {
        font-size: 12px;
        margin: 5px 0 0;
    }

    #store_body .category_block {
        padding: 10px;
    }

    #store_body .category_center {
        margin: 0 -10px;
    }

    #store_body .category_cms .banner-price {
        font-size: 12px;
        line-height: 14px;
    }

    #store_body .category_cms .category_block .banner_text {
        padding: 3px 14px;
    }
}

@media (max-width: 767px) {
    #store_body .category_block {
        width: 50%;
        padding: 5px;
    }

    #store_body .category_center {
        margin: 0 -5px;
    }

    #store_body .category_cms {
        text-align: center;
        margin: 0;
    }

    #store_body .category_cms .description .subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    #store_body .category_cms .price {
        margin: 5px 0 0px;
    }

    #store_body .category_cms .category_block .banner_text {
        padding: 4px 15px;
    }
}

@media (max-width: 650px) and (min-width: 544px) {
    #store_body .category_cms .description .title {
        line-height: 18px;
        margin-bottom: 8px;
        font-size: 11px;
    }

    #store_body .category_cms .description .subtitle {
        font-size: 16px;
        line-height: 21px;
    }

    #store_body .category_cms .price {
        margin: 20px 0 0px;
    }

    #store_body .category_cms .action .banner_text {
        margin: 8px 0 0;
        font-size: 12px;
    }

    #store_body .category_cms .banner-price {
        font-size: 13px;
        line-height: 14px;
    }

    #store_body .category_cms .banner-oldprice {
        font-size: 12px;
        line-height: 18px;
    }

    #store_body .category_cms .price {
        margin: 7px 0 0px;
        line-height: initial;
    }

}

@media (max-width: 543px) {
    #store_body .category_block {
        width: auto;
        padding: 6px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #store_body .category_center {
        display: inline-block;
        vertical-align: top;
    }

    #store_body .category_cms .category_block .description {
        left: 25px;
    }
}


/********************End Banner CMS BLock***********************/


/***********************Product page Banner*********************/
#store_body .product-detail-right {
    float: left;
    width: 100%;
    overflow: hidden;
}

#store_body #wdcmsrightservices {
    float: left;
    width: 100%;
    padding: 0 0 20px;
}

#store_body #wdcmsrightservices .product-services {
    padding: 10px 20px;
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

#store_body #wdcmsrightservices .product-services .wdproduct-services {
    margin: 0;
    padding: 0;
}

#store_body #wdcmsrightservices .product-services .wdservice .service-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

#store_body #wdcmsrightservices .product-services .wdservice .service-title span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #888888;
    word-break: break-word;
}

#store_body #wdcmsrightservices .wdservice .service-icon {
    height: 42px;
    width: 42px;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
    float: left;
    flex-shrink: 0;
}

#store_body #wdcmsrightservices .product-services .wdservice {
    display: flex;
    align-items: center;
}

#store_body #wdcmsrightservices .product-services .wdproduct-services > li {
    float: left;
    width: 100%;
    margin: 10px 0;
}


#store_body #wdcmsrightbanner:hover .wdcmrightbanner a img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
}

#store_body #wdcmsrightbanner .wdcmrightbanner a img {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    max-width: 100%;
    border-radius: 10px;
    height: 342px;
    object-fit: fill;
}

#store_body #wdcmsrightbanner .wdcmrightbanner a {
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

#store_body #wdcmsrightbanner .decsription {
    position: absolute;
    bottom: 30px;
    left: 25px
}

#store_body #wdcmsrightbanner .wdcmrightbanner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
}

#store_body #wdcmsrightbanner .decsription .title {
    font-size: 13px;
    font-weight: 400;
    color: #111;
    text-transform: uppercase;
    line-height: 21px;
    padding: 0 5px;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
}

#store_body #wdcmsrightbanner .decsription .subtitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    text-transform: inherit;
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
    letter-spacing: 0;
    word-wrap: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1499px) {
    #store_body #wdcmsrightbanner .decsription .subtitle {
        font-size: 20px;
        line-height: 22px;
    }

    #store_body #wdcmsrightbanner .decsription {
        left: 10px;
    }

    #store_body #wdcmsrightbanner .wdcmrightbanner a img {
        height: 276px;
    }
}

@media (max-width: 1368px) {
    #store_body #wdcmsrightbanner .wdcmrightbanner a img {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    #store_body #wdcmsrightservices .product-services {
        padding: 10px 10px;
    }

    #store_body #wdcmsrightservices .product-sevices .wdservice .service-title {
        font-size: 12px;
        line-height: 20px;
    }

    #store_body #wdcmsrightbanner .decsription .subtitle {
        font-size: 17px;
        line-height: 20px;
    }

    #store_body #wdcmsrightbanner .wdcmrightbanner a img {
        height: 174px;
    }
}

@media (max-width: 991px) {
    #store_body #wdcmsrightservices {
        width: 100%;
        padding: 0;
    }

    #store_body .product-detail-right {
        display: flex;
        column-gap: 10px;
    }

    #store_body .col-sm-3.product {
        width: 100%;
        max-width: 100% !important;
        float: left;
        padding: 0 15px;
        margin: 30px 0 0 0;
    }

    #store_body .product-detail-left {
        width: 100%;
    }

    #store_body #wdcmsrightbanner .wdcmrightbanner a img {
        height: 243px;
    }

    #store_body .category_block_img{
        height: 230px;
    }

    #store_body #content .banners-slider-carousel .product-block .product-block-inner a .img-responsive {
        height: 50px;
    }
}

@media (max-width: 650px) {
    #store_body #wdcmsrightbanner {
        float: left;
        width: 100%;
    }

    #store_body #wdcmsrightservices .product-services .wdproduct-services > li {
        margin: 5px 0;
    }

    #store_body #wdcmsrightbanner .wdcmrightbanner a img {
        height: 332px;
    }
}

@media (max-width: 479px) {
    #store_body #wdcmsrightbanner {
        margin: 0px;
    }

    #store_body .col-sm-3.product {
        padding: 0 5px;
    }

    #store_body .product-detail-right {
        display: block;
    }


    #store_body #wdcmsrightbanner .wdcmrightbanner a img {
        height: 350px;
    }
}

@media (max-width: 991px) and (min-width: 544px) {
    #store_body #wdcmsrightbanner {
        float: left;
        width: 190px;
        margin-left: 15px;
    }
}


/*****************************************bottom banner******************************************/

#store_body #wdcmsbottombanner {
    float: left;
    width: 100%;
    margin: 0px 0 100px;
}

#store_body #wdcmsbottombanner .wdbottombanner {
    float: left;
    width: 33.333%;
}

#store_body #wdcmsbottombanner .wdcmsbottombanner {
    margin: 0 -14px;
}

#store_body #wdcmsbottombanner .bottombanner-wrapper {
    background-color: #F5F5F5;
    padding: 0px 0px 40px 0px;
    border-radius: 5px;
    overflow: hidden;
}

#store_body .wdbottombanner-content .description {
    font-size: 14px;
    color: #111;
    line-height: 24px;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
    display: block;
    float: none;
    width: 80%;
    margin: auto;
    clear: both;
    font-weight: 600;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content {
    position: absolute;
    left: 8%;
    right: 0;
    direction: ltr;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottom-banner-content {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: left;
    direction: ltr;
}

#store_body .wdbottom-banner-content::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 0;
    z-index: 1;
}

#store_body .wdbottom-banner-content:hover::before {
    animation: 2s ease 0s normal none 1 running square;
    -webkit-animation: 2s ease 0s normal none 1 running square;
    -moz-animation: 2s ease 0s normal none 1 running square;
    -o-animation: 2s ease 0s normal none 1 running square;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottom-banner-content .image {
    transition: transform 400ms ease-in-out;
    width: 100%;
    float: left;
    max-width: 100%;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottom-banner-content > a {
    float: left;
    width: 100%;
}

#store_body #wdcmsbottombanner .wdbottombanner:hover .wdbottom-banner-content .image {
    transform: scale(1.07);
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #111;
    text-transform: uppercase;
    line-height: 21px;
    padding: 0 5px;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .subtitle {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1px;
    width: 43%;

    direction: ltr;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .price {
    margin: 20px 0 3px;
    padding: 0 0 0px;
    float: left;
    width: 100%;
    bottom: auto;
    position: relative;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .banner-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #111;
    display: inline-block;
    vertical-align: middle;
}

#store_body .wdcmstopanner {
    float: left;
    width: 100%;
    padding: 0 10px;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .toptitle {
    font: 400 34px/46px 'Laila', sans-serif;
    color: #fff;
    margin: 0 0 20px;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .action {
    float: left;
    width: 100%;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .action a {
    font-size: 13px;
    color: #111;
    padding: 0;
    background: none;
    font-weight: 400;
    display: inline-block;

    letter-spacing: 0.3px;
    margin: 20px 0 0;
    line-height: 24px;
    border-bottom: 1px solid #111;
}

#store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .action a:hover {
    color: #0068c9;
    border-color: #0068c9;
}

#store_body #wdcmsbottombanner .wdbottombanner-img1.wdbottombanner a.banner_text, #store_body #wdcmsbottombanner .wdbottombanner-img3.wdbottombanner a.banner_text {
    border: 0;
    padding: 6px 20px;
    background-color: #0068c9;
    color: #fff;
    border-radius: 25px;
}

#store_body #wdcmsbottombanner .wdbottombanner-img1.wdbottombanner a.banner_text:hover, #store_body #wdcmsbottombanner .wdbottombanner-img3.wdbottombanner a.banner_text:hover {
    background-color: #111111;
    color: #fff;
}

@media (max-width: 1459px) {
    #store_body .wdbottombanner-content .description {
        width: 90%;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .subtitle {
        font-size: 22px;
        line-height: 28px;
        width: 53%;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .price {
        margin: 15px 0 0px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .action a {
        margin: 15px 0 0;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .title {
        margin-bottom: 18px;
    }
}

@media (max-width: 1199px) {

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content {
        left: 15px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .title {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 10px;
    }

    #store_body .wdbottombanner-content .description {
        width: 100%;
        font-size: 13px;
    }

    #store_body #wdcmsbottombanner {
        margin: 0px 0 80px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .banner-price {
        font-size: 14px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .price {
        margin: 10px 0 0px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .action a {
        margin: 10px 0 0;
    }

    #store_body #wdcmsbottombanner .wdbottombanner-img1.wdbottombanner a.banner_text, #store_body #wdcmsbottombanner .wdbottombanner-img3.wdbottombanner a.banner_text {
        padding: 4px 16px;
    }
}

@media (max-width: 991px) {
    #store_body #wdcmsservices .home-sevices {
        padding: 0;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .offer a {
        font-size: 13px;
    }

    #store_body #wdcmsbottombanner {
        margin: 0px 0 50px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner {
        padding: 0 10px;
    }

    #store_body #wdcmsbottombanner .wdcmsbottombanner {
        margin: 0 -10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #store_body .category_cms .category_block .description {
        left: 20px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .title {
        font-size: 12px;
        line-height: 18px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .subtitle {
        font-size: 15px;
        line-height: 18px;
        width: 55%;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .price {
        margin: 5px 0 0px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .action a {
        font-size: 12px;
        margin: 5px 0 0;
        line-height: 20px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .banner-price {
        font-size: 12px;
        line-height: 14px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner-img1.wdbottombanner a.banner_text, #store_body #wdcmsbottombanner .wdbottombanner-img3.wdbottombanner a.banner_text {
        padding: 3px 14px;
    }
}

@media (max-width: 767px) {
    #store_body #wdcmsbottombanner {
        margin: 0px 0 40px;
    }
}

@media (max-width: 767px) and (min-width: 651px) {
    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .price {
        display: none;
        margin: 5px 0 0px;
        line-height: initial;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .subtitle {
        font-size: 15px;
        line-height: 20px;
        width: 66%;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .price {
        margin: 5px 0 0px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner-img1.wdbottombanner a.banner_text, #store_body #wdcmsbottombanner .wdbottombanner-img3.wdbottombanner a.banner_text {
        padding: 4px 15px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .action a {
        font-size: 12px;
        line-height: 22px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner-img1.wdbottombanner a.banner_text, #store_body #wdcmsbottombanner .wdbottombanner-img3.wdbottombanner a.banner_text {
        padding: 3px 15px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner {
        padding: 0 5px;
    }

    #store_body #wdcmsbottombanner .wdcmsbottombanner {
        margin: 0 -5px;
    }
}

@media (max-width: 650px) {
    #store_body #wdcmsbottombanner .wdbottombanner {
        width: auto;
        vertical-align: top;
        display: inline-block;
        margin: 0 0 10px;
        float: none;
    }

    #store_body #wdcmsbottombanner .wdcmsbottombanner {
        text-align: center;
    }

}

@media (max-width: 543px) {
    #store_body #wdcmsbottombanner {
        margin: 0px 0 30px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .subtitle {
        font-size: 17px;
        line-height: 22px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .price {
        margin: 7px 0 0px;
    }

    #store_body #wdcmsbottombanner .wdbottombanner .wdbottombanner-content .action a {
        margin: 7px 0 0;
        line-height: 20px;
        font-size: 11px;
    }
}


/***********************End Product Page Banner**************/

#store_body .product-detail-left {
    width: 100%;
    float: left;
    padding-right: 0px;
}

/* Webdigify www.templatemela.com End */

#store_body .special_default_width {
    width: 100%;
}

@media (max-width: 991px) {
    #store_body .product-detail-left {
        width: 100%;
    }
}

@media (min-width: 1730px) {
    #store_body .grid_default_width,
    #store_body .featured_default_width,
    #store_body .latest_default_width,
    #store_body .bestseller_default_width,
    #store_body .tabspecial_default_width,
    #store_body .tabbestseller_default_width,
    #store_body .tablatest_default_width,
    #store_body .wdproductcategory {
        width: 16.666%;
    }
}

@media (max-width: 1729px) and (min-width: 1380px) {
    #store_body .grid_default_width,
    #store_body .featured_default_width,
    #store_body .latest_default_width,
    #store_body .bestseller_default_width,
    #store_body .tabspecial_default_width,
    #store_body .tabbestseller_default_width,
    #store_body .tablatest_default_width,
    #store_body .related_default_width,
    #store_body .wdproductcategory {
        width: 20%;
    }

    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
        float: left;
        width: 100%;
    }

    #store_body .related_default_width {
        width: 250px;
    }

    #store_body #content .product-list .product-block .image {
        width: 250px;
    }

    #store_body .product-list .product-details {
        width: 58%;
    }
}

@media (max-width: 1379px) and (min-width: 992px) {
    #store_body .grid_default_width,
    #store_body .featured_default_width,
    #store_body .latest_default_width,
    #store_body .bestseller_default_width,
    #store_body .tabspecial_default_width,
    #store_body .tabbestseller_default_width,
    #store_body .tablatest_default_width,
    #store_body .related_default_width,
    #store_body .wdproductcategory {
        width: 25%;
    }

    #store_body .product-layout.product-grid {
        width: 32.8%;
        max-width: 32.8%;
    }
}

@media (max-width: 991px) and (min-width: 601px) {
    #store_body .grid_default_width,
    #store_body .featured_default_width,
    #store_body .latest_default_width,
    #store_body .bestseller_default_width,
    #store_body .tabspecial_default_width,
    #store_body .tabbestseller_default_width,
    #store_body .tablatest_default_width,
    #store_body .related_default_width,
    #store_body .wdproductcategory {
        width: 33.3333%;
    }

    #store_body .special_default_width {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    #store_body .grid_default_width,
    #store_body .featured_default_width,
    #store_body .latest_default_width,
    #store_body .bestseller_default_width,
    #store_body .tabspecial_default_width,
    #store_body .tabbestseller_default_width,
    #store_body .tablatest_default_width,
    #store_body .related_default_width,
    #store_body .wdproductcategory {
        width: 50%;
    }

    #store_body .special_default_width {
        width: 100%;
    }

    #store_body .product-layout.product-grid {
        width: 49%;
        max-width: 49%;
    }

    #store_body #content .product-grid .product-block {
        width: 100%;
    }
}

@media only screen and (max-width: 319px) {
    #store_body .grid_default_width,
    #store_body .featured_default_width,
    #store_body .latest_default_width,
    #store_body .special_default_width,
    #store_body .bestseller_default_width,
    #store_body .tabspecial_default_width,
    #store_body .tabbestseller_default_width,
    #store_body .tablatest_default_width,
    #store_body .related_default_width,
    #store_body .wdproductcategory {
        width: 100%;
    }

    #store_body .product-layout.product-grid {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}


/*********************************left-banner********************************/

#store_body .left-banner {
    position: absolute;
    left: 30px;
    right: 0;
    top: 35px;
    bottom: auto;
    text-align: left;
}

#store_body .left-text1 {
    font-size: 13px;
    font-weight: 400;
    color: #111;
    text-transform: uppercase;
    line-height: 21px;
    padding: 0 5px;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
}

#store_body .left-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    color: #111;
    text-transform: inherit;
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
    letter-spacing: 0;
}

@media (max-width: 1509px) {
    #store_body .left-text1 {
        font-size: 12px;
        line-height: 20px;
    }

    #store_body .left-banner {
        left: 20px;
        top: 20px;
    }

    #store_body .left-title {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {

}


/*********************************** Mainbanner text **************************************/
#store_body .slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17%;
    right: auto;
    display: flex;
    align-items: center;
    text-align: left;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    direction: ltr;
}

#store_body .swiper-slide-active .slider-content {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    animation-name: bounceInLeft;
    animation-duration: 1.5s;
    height: fit-content;
    margin: auto;
}

#store_body .slider-content .main-carousel-content .slider-title1 {
    display: none;
}

#store_body .slider-description {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 35px;
    color: #111111;
    padding: 0;
    display: block;
    clear: both;
}

#store_body .slider-title {
    display: block;
    font-size: 58px;
    line-height: 65px;
    letter-spacing: 0;
    font-weight: 500;
    width: 100%;
    margin: 0 0 30px;
    color: #111111;
    clear: both;
    direction: ltr;
    max-width: calc(100vw - 40vw);
    -webkit-line-clamp: 2;
    max-height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

#store_body .slider-details {
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    color: #111111;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

#store_body .slider-details span {
    display: block;
}

#store_body .slider-price span {
    font-weight: 400;
    color: #939393;
    text-decoration: line-through;
    margin-inline-start: 8px;
}

#store_body .slider-title1 {
    display: none;
}

#store_body .slider-title span {
    width: 100%;
    float: left;
}

#store_body .slider-buttons {
    display: flex;
    align-items: center;
    direction: ltr;
}

#store_body .slider-button {
    position: relative;
    display: inline-block;
    height: auto;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    padding: 0px;
    min-width: auto;
    transition: all 0.5s ease-in-out;
    width: auto;
}

#store_body .slider-button a {
    color: #fff;

    padding: 7px 25px;
    position: relative;
    border: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -khtml-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    letter-spacing: 0;
    background: #0068c9;
    border: 0;
    letter-spacing: 0;
}

#store_body .slider-button a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #111111;
}

#store_body .slider-button1 {
    padding-left: 20px;
}

#store_body .slider-button1 a.btn-primary {
    line-height: 26px;
    text-decoration: underline;
    color: #111111;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
}

#store_body .offer-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

#store_body .product_hover_block .offer-btn:hover::before, #store_body .product_hover_block .offer-btn:hover::after {
    border-color: #1252ae;
}

@media (max-width: 1400px) {
    #store_body .slider-title {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 20px;
    }

    #store_body .slider-details {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px 0;
    }

    #store_body .slider-content {
        left: 13%;
    }
}

@media (max-width: 1199px) {
    #store_body .slider-description {
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    #store_body .slider-details {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 15px 0;
    }

    #store_body .slider-title {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 15px;
    }

    #store_body .slider-button a {
        font-size: 13px;
        padding: 5px 18px;
    }
}

@media (max-width: 991px) {
    #store_body .slider-button {
        padding: 0;
    }

    #store_body .slider-button:hover::before, #store_body .slider-button:hover::after {
        display: none;
    }

    #store_body .slider-title {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px;
    }

    #store_body .slider-description {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }

    #store_body .slider-button a {
        font-size: 13px;
        padding: 4px 18px;
    }

    #store_body .slider-price {
        font-size: 16px;
        line-height: 20px;
    }

    #store_body .slider-content {
        left: 8%;
    }

    #store_body .slider-details {
        letter-spacing: 0;
        font-size: 17px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    #store_body .slider-button1 a.btn-primary {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #store_body .slider-description {
        font-size: 11px;
        margin-bottom: 8px;
        line-height: 20px;
        letter-spacing: 0;
    }

    #store_body .slider-title {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    #store_body .slider-button a {
        font-size: 11px;
        padding: 4px 15px;
        line-height: 22px;
        margin: 0;
    }

    #store_body .slider-details {
        letter-spacing: 0;
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 5px 0;
    }

    #store_body .slider-button1 a.btn-primary {
        font-size: 12px;
    }

    #store_body .slider-button1 {
        padding-left: 10px;
    }
}

@media (max-width: 543px) {
    #store_body .slider-details {
        letter-spacing: 0;
        font-size: 12px;
        line-height: 17px;
    }

    #store_body .slider-title {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 5px;
    }

    #store_body .slider-description {
        font-size: 10px;
        margin-bottom: 8px;
        line-height: 17px;
    }

    #store_body .slider-button a {
        font-size: 10px;
        padding: 2px 13px;
        line-height: 20px;
    }

    #store_body .slider-button1 a.btn-primary {
        font-size: 11px;
    }
}

@media (max-width: 479px) {
    #store_body .slider-description, #store_body .slider-details, #store_body .slider-button1 {
        font-size: 11px;
        display: none;
    }

    #store_body .slider-button a {
        padding: 4px 12px;
        font-size: 11px;
        line-height: 20px;
    }

    #store_body .slider-title {
        font-size: 17px;
        line-height: 20px;
        margin: 0 0 5px;
        letter-spacing: 0;
    }

    #store_body .slider-price {
        font-size: 12px;
        line-height: 15px;
    }

    #store_body .slider-button {
        margin: 12px 0 0 0;
    }

    #store_body .slider-price span {
        margin-inline-start: 4px;
    }
}

/**********************************end mainbanner text**************************************/
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
#store_body .live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    display: none;
    top: 55px;
    padding: 10px;
}

#store_body .live-search .loading {
    display: block;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
}

#store_body .live-search ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#store_body .live-search ul li {
    background-color: #ffffff;
    cursor: pointer;
    float: left;
    width: 100%;
}

#store_body .live-search ul li .search-description .product-name p {
    display: none;
}

#store_body .live-search ul li:hover a {
    border-color: #ededed;
}

#store_body .live-search ul li a {
    display: block;
    float: left;
    padding: 12px;
    text-decoration: none;
    width: 100%;
    margin: 0 0 5px 0;

    border-radius: 10px;
}

#store_body .live-search ul li:hover a {
    background-color: #f5f5f5;
}

#store_body .live-search ul li .product-image {
    float: left;
    padding: 0;
    width: 20%;
}

#store_body .live-search ul li .product-name p {
    color: #555555;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 0;
}

#store_body .live-search ul li .search-description {
    float: left;
    text-align: left;
    width: 80%;
    padding: 0 0 0 10px;
}

#store_body .live-search ul li .product-name {
    color: #0068c9;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    margin: 2px 0 5px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

#store_body .live-search ul li:hover .product-name {
    color: #111;
}

#store_body .live-search ul li .product-price {
    float: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    width: 100%;
}

#store_body .live-search ul li .product-price .price {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    float: left;
}

#store_body .live-search ul li .product-price .special {
    color: #666666;
    text-decoration: line-through;
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    float: left;
    margin: 0 0 0 5px;
}

#store_body .live-search .result-text {
    float: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 8px 30px;
    width: auto;
    letter-spacing: 0;
    background-color: #f5f5f5;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
}

#store_body .live-search .result-text:hover {
    background-color: #111111;
}

#store_body .live-search .result-text:hover .view-all-results {
    color: #fff;
}

#store_body .live-search .view-all-results {
    color: #333;
    float: left;
    width: 100%;
}


#store_body .live-search .product-image img {
    max-width: 100%;
    border-radius: 10px;
}

@media (max-width: 1501px) {
    #store_body .live-search ul li .search-description {
        padding: 0 10px;
    }
}


@media (max-width: 991px) {
    #store_body .live-search ul li .product-image {
        width: 25%;
    }

    #store_body .live-search ul li .search-description {
        width: 75%;
    }
}

@media (max-width: 767px) {
    #store_body .live-search ul li .product-price .price {
        font-size: 13px;
    }

    #store_body #searchbox {
        left: 15px;
        right: 15px;
    }

    #store_body #search .search_button.active {
        right: 15px;
    }
}

@media (max-width: 479px) {
    #store_body .live-search ul li {
        width: 100%;
    }

    #store_body .live-search ul li a {
        padding: 5px 0;
        margin: 0;
    }

    #store_body .live-search {
        padding: 10px;
    }

    #store_body .live-search ul li .product-image {
        width: 30%;
    }

    #store_body .live-search ul li .search-description {
        width: 70%;
        padding: 0 0px 0 10px;
    }

    #store_body .live-search ul li .product-name {
        font-size: 13px;
    }

    #store_body #searchbox {
        position: fixed;
        width: unset !important;
    }
}

/* ------------------------------------ ajex search CSS End -----------------------------------*/

#store_body #quantity_bar .progress {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 25px;
    height: 6px;
    width: 75%;
    margin-bottom: 15px;
}

#store_body #quantity_bar .progress .progress-bar {
    background-color: #36b739;
    border-radius: 25px;
    height: 6px;
    width: 0;
}

#store_body .product-layout.product-list #quantity_bar {
    width: 45%;
}

@media (max-width: 650px) {
    #store_body .product-layout.product-list #quantity_bar {
        width: auto;
        margin: auto;
        text-align: center;
    }

    #store_body .product-layout.product-list #quantity_bar .progress {
        background: #e5e5e5 none repeat scroll 0 0;
        margin: auto;
    }

}

@media (max-width: 479px) {
    #store_body #quantity_bar span.quantity {
        font-size: 12px;
    }

    #store_body .progress {
        margin-bottom: 10px;
    }
}

#store_body.customers {
    margin: 0px;
}

#store_body #wdcmsservice.no_logo_data.no_footer {
    margin: 0 !important;
}

#store_body .client-wrapper {
    padding: 30px 0 0 0;
    overflow-x: hidden;
}

#store_body .category_filter .sort button, #store_body .category_filter .limit button {
    color: var(--dark) !important;
}

#store_body .btn {
    padding: .45rem .9rem;
}

#store_body .input_data {
    width: 100%;
}

#store_body #search-result__container .search_col_price.search_col {
    flex-grow: 0;
    min-width: fit-content;
}

@media (max-width: 991px) and (min-width: 601px) {
    #store_body .client-wrapper {
        padding: 70px 0 0 0;
    }
}

#store_body .header_search, #store_body .header_top .account.has-badge, #store_body .header_cart {
    position: relative;
}

#store_body .badge.badge-danger.badge-pill.noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 10px;
    left: 4px;
    right: unset;
}

@media (max-width: 991px) {
    #store_body .badge.badge-danger.badge-pill.noti-icon-badge {
        top: 16px;
    }
}

@media (min-width: 1730px) {
    #store_body .container {
        max-width: 1680px;
    }
}

@media (min-width: 544px) {
    #store_body .container {
        max-width: 100%;
    }

    #store_body .container-fluid {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #store_body .container {
        max-width: 740px;
    }

    #store_body .container-fluid {
        max-width: 740px;
    }

    .gap-md-5{
        gap: 5px;
    }
}

@media (min-width: 992px) {
    #store_body .container {
        max-width: 960px;
    }

    #store_body .container-fluid {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #store_body .container {
        max-width: 1170px;
    }

    #store_body .container-fluid {
        max-width: 1170px;
    }
}

@media (min-width: 1260px) {
    #store_body .container {
        max-width: 1200px;
    }

    #store_body .container-fluid {
        max-width: 1200px;
    }
}

@media (min-width: 1380px) {
    #store_body .container {
        max-width: 1320px;
    }

    #store_body .container-fluid {
        max-width: 1320px;
    }
}

@media (min-width: 1430px) {
    #store_body .container {
        max-width: 1400px;
    }

    #store_body .container-fluid {
        max-width: 1400px;
    }
}

@media (min-width: 1730px) {
    #store_body .container {
        max-width: 1680px;
    }
}

#store_body .input-group-btn {
    position: absolute;
    top: 0;
}

@media (max-width: 479px) {
    #store_body .container, #store_body .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 479px) {
    #store_body .dropdown-menu.dropdown-menu-right:not(.inner):not(.static-dropdown) {
        top: 100% !important;
        animation-duration: 0s;
        left: unset !important;
        right: 0% !important;
        transform: translate3d(0%, 0, 0) !important;
        max-width: none;
    }
}

#store_body .btn.add_cart {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;

    padding: 7px 25px;
    position: relative;
    border: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -khtml-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    letter-spacing: 0;
    background: #0068c9;
    border: 0;
    letter-spacing: 0;
}

#store_body .btn.add_cart:hover {
    color: #ffffff;
    background: #111111;
    background-color: rgb(17, 17, 17);
}

#store_body .product-thumb span.price {
    font-weight: 700;
}

@media (min-width: 991px) {
    #store_body #topnav {
        padding: 0 !important;
    }

    #store_body .container {
        padding-right: 0;
        padding-left: 0;
    }
}

#store_body .nav-link {
    padding: 0 !important;
}

#store_body .row {
    margin: 0 !important;
}

#store_body img#tmzoom {
    height: 560px;
    width: 100%;
    object-fit: contain;
}

#store_body .ZoomContainer:has(.zoomLens) .zoomWindow {
    position: fixed !important;
    border: 1px solid #DDE8F0 !important;
    border-radius: 20px !important;
    left: 960px !important;
    top: 190px !important;
}

#store_body .ZoomContainer .zoomWindow {
    border: 0px solid #DDE8F0 !important;
    border-radius: 20px !important;
}

#store_body .empty_cart_image {
    height: 240px;
    width: 240px;
}

#store_body #shopping_cart_modal .close,
#store_body .modal .close {
    font-size: 2.4rem;
    font-weight: 300;
}

#store_body #shopping_cart_modal .product_cart_image {
    object-fit: contain;
    height: 130px;
    width: 100%;
}

#store_body #shopping_cart_modal .product-title {
    font-size: 18px;
    text-transform: unset;
    margin-bottom: 0;
}

#store_body #shopping_cart_modal .product_price {
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    gap: 5px;
    align-items: center;
}

#store_body #shopping_cart_modal .product_price .original-currency {
    font-size: 16px;
    line-height: 20px;
}

#store_body #shopping_cart_modal .product_price_old {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    text-decoration: line-through;
}

#store_body .store_container {
    background-color: #F5F8FB;
    padding: 20px;
    border-radius: 20px;
}

#store_body #shopping_cart_modal .store_container a.btn {
    border: 0;
    padding: 0px 20px;
    background-color: #0068c9;
    color: #fff;
    border-radius: 25px;
    line-height: 40px;
}

#store_body #shopping_cart_modal .store_container a.btn:hover {
    background-color: #111;
    color: #fff;
}

#store_body #shopping_cart_modal .form-group {
    width: 100%;
    margin-bottom: 0;
}

#store_body #shopping_cart_modal .quantity-input {
    width: 10%;
}

#store_body #store_promos .row {
    gap: 26px;
}

#store_body #store_promos .promo_image {
    margin-left: auto;
    margin-right: auto;
}

#store_body #store_promos .promo_image img {
    width: 547px;
    height: 250px;
    border-radius: 20px;
}

#store_body #store_promos .store_promo {
    width: calc(100% / 2);
    min-width: 40%;
    gap: 26px;
    flex-direction: column;
    flex: 1;
    padding: 40px;
    color: inherit;
}

#store_body #store_promos .store_promo .promo_text {
    flex: 1 1 auto;
    order: 1;
}

#store_body #store_promos .row .store_promo.odd:last-child {
    display: grid !important;
    grid-template-columns: 1fr 1fr; /* Two columns, one for A + C and one for B */
    grid-template-rows: 1fr 1fr; /* Two rows */
    gap: 26px; /* Space between boxes */
}

/* Placing the boxes */

#store_body #store_promos .row .store_promo.odd:last-child .promo_text {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

#store_body #store_promos .row .store_promo.odd:last-child .promo_image {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

#store_body #store_promos .row .store_promo.odd:last-child .promo_text {
    order: 0;
    justify-content: end;
}

@media (max-width: 768px) {
    #store_body #store_promos .row .store_promo.odd:last-child {
        display: flex !important;
    }

    #store_body #store_promos .row .store_promo.odd:last-child .promo_image,
    #store_body #store_promos .row .store_promo.odd:last-child .promo_text,
    #store_body #store_promos .row .store_promo.odd:last-child .promo_tag {
        grid-column: 1 / 2;
    }

    #store_body #store_promos .row .store_promo.odd:last-child .promo_tag {
        order: 1;
    }

    #store_body #store_promos .row .store_promo.odd:last-child .promo_image {
        order: 2;
    }

    #store_body #store_promos .row .store_promo.odd:last-child .promo_text {
        order: 3;
    }
}

#store_body #store_promos h2 {
    font-size: 24px;
    line-height: 40px;
}

#store_body #product-special li.filter_item {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #0a0a0a;
}

#store_body #product-special li.filter_item_value {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #111;
    padding: 5px 5px 5px 10px !important;
    display: flex;
}

#store_body #product-special li.filter_item_value input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

#store_body #product-special ul.filter_list {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-top: 10px;
}

#store_body #product-special li.filter_item_value:first-child {
    margin-top: 10px !important;
}

#store_body #product-special li.filter_item_value:not(.hover-none):hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

#store_body .header-logo, #store_body .header-logo #logo {
    height: 100%;
}

#store_body .header-logo a {
    margin: auto 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#store_body #search_results {
    padding: 10px;
}

#store_body .products_carousel {
    /*display: flex;*/
    flex-direction: column;
}

#store_body .slick-prev {
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: start;
}

#store_body .slick-next {
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: end;
}

#store_body .slick-prev::before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: black;
}

#store_body .slick-next::before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: black;
    display: flex;
}

#store_body .products_carousel .product-block.product-thumb {
    width: 200px !important;
}

#store_body .product-block .product-details .caption {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#store_body .product-block .product-details .price,
#store_body .banner-price .price
{
    font-weight: 500;
    font-size: 14px;
}

#store_body .product-block .product-details .price .price_old,
#store_body .banner-price .price .price_old
{
    font-weight: 300;
    font-size: 12px;
    color: var(--gray);
    text-decoration: line-through;
}

#store_body .readmore {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    text-align: left;

    transition: max-height 0.15s ease-out;

}

#store_body .readmore.expand {
    max-height: 5000px !important;
    transition: max-height 0.35s ease-in-out;
}

#store_body .readmore-cover {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    background-image: linear-gradient(to bottom, transparent, white);
}

#store_body .readmore-cover.expand {
    position: relative;
    background-image: none;
    padding-top: 10px;
    height: 20px;
}

#store_body .readmore-link {
    cursor: pointer;
    font-weight: 700;
}

#store_body .chip {
    border-radius: 20px;
    padding: 4px 9px;
    font-size: 12px;
    border: 1px solid #96B7D3;
    width: max-content;
}

#store_body .chip-green {
    background: #D9F2D3;
    border-color: #D9F2D3;
}

#store_body .store_home_icon {
    display: flex;
}

#store_body .store_home_icon:before {
    content: "\e006";
    font-family: "dripicons-v2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 16px;
}

#store_body .breadcrumb li a {
    display: flex;
    gap: 10px;
}

#store_body .content-top-breadcumb {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body .total-products-box, #store_body .clear-filters-chips {
    display: flex;
    align-items: center;
    gap: 10px;
}

#store_body .clear-filters-chips {
    font-weight: 500;
}

#store_body .selected-filters-chips {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#store_body .clear-filters-chips i.fas.fa-trash-alt::before {
    content: '';
    background-image: url(../image/basket-delete.svg);
    height: 20px;
    width: 20px;
    display: flex;
}

#store_body.product .seo_wrapper {
    display: none;
}

#store_body .header_search .mobile_search_elements {
    display: none;
}

#store_body .mobile_search_elements .mobile_search_header {
    padding: 10px 60px 10px 10px;
    display: flex;
    gap: 10px;
}

#store_body .mobile_search_elements .mobile_search_header button {
    font-size: 20px;
    height: 40px;
    width: 40px;
}

#store_body .mobile_search_elements .mobile_search_header .title {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

#store_body .mobile_search_elements .mobile_search_input {
    padding: 10px;
}

#store_body.top_search_open {
    overflow: hidden !important;
}

@media screen and (max-width: 991px) {
    #store_body .products_carousel .product-block.product-thumb {
        width: 160px !important;
    }
}

@media screen and (max-width: 473px) {

    #store_body .header_search .dropdown-menu:not(.inner) {
        transform: unset !important;
        left: 0 !important;
    }

    #store_body .header_search #searchbox,
    #store_body .header_search #search,
    #store_body .header_search {
        position: unset;
    }

    #store_body .header_search .mobile_search_elements {
        display: block;
    }

    #store_body .header_search #search-result__container {
        position: fixed;
        top: 0 !important;
        right: 0;
        height: 100vh;
        width: 100vw;
        bottom: 0;
        border-radius: 0;
        overflow: auto;
    }
}

#store_body .modal-content {
    border-radius: 40px;
}

#store_body #shopping_cart_modal .modal-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
}

#store_body #shopping_cart_modal .cart-body,
#store_body #shopping_cart_modal .cart-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#store_body #shopping_cart_modal .cart-product {
    display: flex;
    gap: 20px;
}

#store_body #shopping_cart_modal .cart-product .image {
    height: 75px;
    width: 85px;
}

#store_body #shopping_cart_modal .cart-product .data-block {
    flex: 1 1 auto;
}

#store_body #shopping_cart_modal .cart-footer .store_container {
    gap: 10px;
    align-items: center;
}

#store_body #shopping_cart_modal .cart-footer .product_price {
    margin-right: 10px;
}

#store_body #shopping_cart_modal .cart-title .close,
#store_body .modal .cart-title .close {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    width: 40px;
    color: #495A7A;
    opacity: 1;
}

#store_body #shopping_cart_modal .cart-product .data-block .price_row {
    gap: 20px;
    align-items: center;
}

#store_body #shopping_cart_modal .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (max-width: 991px) {
    #store_body #shopping_cart_modal .cart-product .data-block .price_row {
        gap: 10px;
        flex-wrap: wrap;
    }

    #store_body #shopping_cart_modal .cart-product .data-block .price_row .quantity-input {
        width: 100%;
    }

    #store_body #shopping_cart_modal .product_price {
        font-size: 22px !important;
        line-height: 30px;
        gap: 0px;
    }

    #store_body #shopping_cart_modal .cart-recommended .product_price {
        font-size: 18px !important;
        line-height: 25px;
    }

    #store_body .cart-recommended .recommended_product {
        margin: 10px;
    }

    #store_body #shopping_cart_modal .cart-footer {
        flex-direction: column;
        gap: 20px;
    }

    #store_body #shopping_cart_modal .cart-footer .store_container {
        order: -1;
        flex-wrap: wrap;
    }

    #store_body #shopping_cart_modal .cart-footer .flex-fill {
        text-align: center;
    }

    #store_body #shopping_cart_modal .store_container a.btn {
        width: 100%;
    }

    #store_body #shopping_cart_modal .cart-footer .store_container .d-none.text-total {
        display: flex !important;
        flex: 1 1 auto;
    }

    #store_body #shopping_cart_modal h2 {
        font-size: 22px !important;
        line-height: 30px;
    }

    #store_body #shopping_cart_modal .product-title {
        font-size: 16px;
    }

    #store_body #shopping_cart_modal .form-group {
        width: 40%;
    }

    #store_body #store_promos .store_promo {
        width: 100% !important;
        flex-direction: column;
    }

    #store_body #store_promos .row {
        flex-direction: column;
    }

    #store_body #store_promos .promo_image img {
        width: 100% !important;
        height: 100%;
    }

    #store_body #store_promos .store_promo {
        padding: 20px;
    }
}

#store_body .checkbox input[type="checkbox"]:checked + label::after {
    transform: rotate(40deg);
}

#store_body .loading-spinner-bg {
    display: none;
}

#store_body .loading-spinner {
    display: none;
}

#store_body .loading .loading-spinner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: white;
    z-index: 9;
    opacity: 0.5;
    display: block;
}

#store_body .loading .spinner.loading-spinner {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 99;
    display: block;
    border-radius: 100%;
}

#store_body #tab-latest .product-cat {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#store_body img.img-placeholder {
    object-fit: none !important;
    background: white;
}

#store_body .product-tags-block {
    position: absolute;
    z-index: 950;
    top: 10px;
    left: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 160px;
    overflow: hidden;
    text-align: center;
    max-width: calc(100% - 20px);
}

#store_body .product-tags-block .product-tag {
    margin: 0;
    height: fit-content;
    font-size: 11px;
}

#store_body .productpage .product-tags-block {
    max-height: unset;
    flex-direction: column;
}

#store_body .created_order_container,
#store_body .maintenance_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 520px;
    margin: auto;
    margin-top: 50px;
}

#store_body div:is(.created_order_container, .maintenance_container) .image {
    display: flex;
    justify-content: center;
}

#store_body .created_order_container .image img {
    width: 156px;
    height: 200px;
}

#store_body .maintenance_container .image img {
    width: 300px;
    height: 200px;
}

#store_body div:is(.created_order_container, .maintenance_container) h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

#store_body.maintenance :is(.seo_wrapper, .headertop, .header_search, .header_cart) {
    display: none;
}

#store_body .horizontal-menu .sub-menu-container .ul-second-items .li-second-items a {
    display: flex;
    align-items: center;
    gap: 5px;
}

#store_body .btn-icon-text {
    color: #0a0a0a;
}

@media screen and (max-width: 991px) {
    #store_body .product-tags-block {
        left: 0px;
        margin: 0;
    }
}

/* ------------------------ Start wd-category-feature Style ------------------------- */
#store_body .wdfcat-items {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#store_body .wdfcat-items .box-heading {
    font-size: 22px;
    line-height: 24px;
    margin: 0 auto 20px;
    padding: 0 0 15px 0;
    color: #111;
    font-weight: 500;
}

#store_body .wd_cat_content {
    float: left;

    text-align: center;
    padding: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;

}

#store_body .wd_cat_content .cat-img {
    display: inline-block;
    float: none;
    overflow: hidden;
    vertical-align: top;

    border-radius: 10px;
}

#store_body .wd_cat_content .cat-img a {
    border-radius: 100%;
    box-shadow: none;
    float: left;
    width: 100%;
    position: relative;
    transition: all 1s ease-in-out;
}

#store_body .wd_cat_content .cat-img:hover a {
    border: none;
    transition: all 1s ease-in-out;
}

#store_body .wd_cat_content .cat-img img {
    max-width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    object-fit: contain;
}

#store_body .item:hover .wd_cat_content .cat-img img {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
}

#store_body .wdfcat-items .item {
    padding: 0 15px;
    float: left;
    margin: 0;
    position: relative;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;

    text-align: center;
}

#store_body .wd_cat_content .wdcat-content .cat-more {
    list-style: none;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    margin-top: 30px;
    display: inline-block;
    line-height: 44px;
    display: none;
}

#store_body .item:hover .wdcat-content .cat-more {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}

#store_body .wd_cat_content .wdcat-content .title {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

#store_body .wd_cat_content .wdcat-content {
    margin: 0;
    z-index: 1;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    right: auto;
    z-index: 9;
    display: block;
    text-align: center;
    color: #222222;
    float: left;
    width: 100%;
}

#store_body .wd_cat_content:hover .wdcat-content {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#store_body .wdfcat-items .list_carousel .content {
    padding: 0 0px;
    float: left;
    width: 100%;
}

#store_body .wdfcat-items .wdfcat-items li.double-slideitem.slider-item ul {
    text-align: center;
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
}

#store_body .wd_cat_content .wdcat-content .sub-cat li .category-name a {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #111;
}

#store_body .wd_cat_content .wdcat-content .sub-cat li .category-name a:hover {
    text-decoration: underline;
}

#store_body .wd_cat_content .wdcat-content li {
    list-style: none;
}

#store_body .wdfcat-items .list_carousel .wdcat-content .category-viewall {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    background: #ff681a;
    padding: 14px 29px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}

#store_body .wdfcat-items .list_carousel .item .wdcat-content .category-viewall:hover {
    background-color: #111111;
    color: #fff;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}


#store_body .owl-carousel .owl-buttons div i {
    display: none;
}

#store_body .owl-carousel .owl-buttons .owl-prev {
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#store_body .owl-buttons {
    position: absolute;
    right: 0px;
    top: -68px;
    width: 100%;
    z-index: 1;
    bottom: auto;
}

#store_body .cat-img img {
    width: 160px !important;
    height: 160px !important;
    width: 100%;
}

@media (max-width: 1459px) {
    #store_body .wdfcat-items .wdfcat-items {
        width: auto;
    }
}

@media (max-width: 1199px) {
    #store_body .wdfcat-items .list_carousel .wdcat-content .category-viewall {
        font-size: 12px;
        line-height: 26px;
        padding: 12px 22px;
    }

    #store_body .wdfcat-items {
        margin: 0 0 70px;
    }

    #store_body .wd_cat_content .title a {
        font-size: 15px;
        margin: 12px 0 0;
    }
}

@media (max-width: 991px) {
    #store_body .wdfcat-items {
        margin: 0 0 60px;
    }

    #store_body .wd_cat_content .wdcat-content .cat-more {
        margin-top: 20px;
    }

    #store_body .wdfcat-items .item {
        padding: 0 10px;
    }

    #store_body .wdfcat-items .wdfcat-items .list_carousel {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    #store_body .wdfcat-items {
        margin: 0 0 35px;
    }

    #store_body .wdfcat-items .list_carousel .wdcat-content .category-viewall {
        font-size: 12px;
        padding: 10px 21px;
    }

    #store_body .wdfcat-items .wdfcat-items .list_carousel {
        margin: 0 -5px;
    }

    #store_body .wdfcat-items .item .cat-img:before, #store_body .wdfcat-items .item .cat-img:after {
        opacity: 1;
    }

    #store_body .wdfcat-items .wdfcat-items {
        padding-top: 0;
    }

    #store_body .wdfcat-items .list_carousel .wd_cat_content .wdcat-content {
        opacity: 1;
    }

    #store_body .wdfcat-items .item {
        padding: 0px 5px;
    }

    #store_body .wd_cat_content .title a {
        font-size: 13px;
    }
}

@media (max-width: 543px) {
    #store_body .wd_cat_content .title a {
        font-size: 12px;
    }

    #store_body .wdfcat-items {
        margin: 0 0 25px;
    }
}

@media (max-width: 479px) {
    #store_body .wd_cat_content .wdcat-content {
        top: 24%;
    }

    #store_body .wdfcat-items .list_carousel .content {
        width: 100%;
        text-align: center;
    }

    #store_body .wdfcat-items .list_carousel .wdcat-content .category-viewall {
        font-size: 10px;
        padding: 7px 10px;
    }

    #store_body .wd_cat_content .wdcat-content .cat-more {
        margin: 15px 0 0;
    }

    #store_body .wd_cat_content .title a {
        margin: 5px 0 0;
    }

}

#store_body .category_list_carousel {
    width: 100%;
    margin: auto;
}

#store_body .category_list_carousel .item {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#store_body .category_list_carousel .item img {
    width: 100%;
    display: block;
}

#store_body .category_list_carousel .slick-slide {
    margin: 0 5px;
}

#store_body .category_list_carousel .slick-list {
    margin: 0 -5px;
}

#store_body .wd_cat_content .cat-img img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
}

#store_body .wdfcat-items .list_carousel .wd_cat_content .title a:hover {
    text-decoration: underline;
    color: #0068c9;
}

#store_body .wdfcat-items .list_carousel .wd_cat_content .title a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin: 15px 0 0;
    position: relative;
    text-transform: capitalize;
    padding: 0;
    float: none;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    transition: background-size .6s ease-out;
    letter-spacing: 0.3px;
    word-break: break-word;
}

#store_body #header-top {
    /*text-align: center;*/
}

#store_body .wd-menu {
    float: left;
    width: 100%;
    z-index: 2;
    display: block !important;
    padding: 0;
}

#store_body .main-category-list .wd-menu .ul-top-items {
    padding: 0;
    margin: 0;
    /*text-align: center;*/
    position: static;
    float: left;
    width: 100%;
    display: flex;
    height: inherit;
}

#store_body .main-category-list .wd-menu .ul-top-items > li > a > span {
    position: relative;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

#store_body .main-category-list .container.owl-carousel {
    max-width: 100%;
}

#store_body .header-bottom-cms:hover .main-category-list .WD-panel-heading,
#store_body .header-bottom-cms .main-category-list .WD-panel-heading.active {
    background: #111;
    color: #fff;
}

#store_body .main-category-list .wd-menu .ul-top-items > li {
    float: left;
    list-style: none;
    width: auto;
    padding: 20px 20px;
    position: relative;
    height: inherit;
    max-width: 200px;
}

#store_body .main-category-list .wd-menu .ul-top-items .wd-sub-menu.flyout-menu {
    position: relative;
}

#store_body .main-category-list .wd-menu .ul-top-items > li > div.sub-menu-container {
    position: absolute;
    top: 60px;
    left: 0;
}

#store_body .product-img a img {
    max-width: 100%;
}

#store_body .mega-menu-container .owl-buttons {
    display: none !important;
}

#store_body .main-category-list .wd-menu .ul-top-items li .more-menu::after {
    color: #fff;
    font-size: 15px;
    float: right;
    font-weight: 500;
    content: "\f107";
    font-family: 'FontAwesome';
    line-height: 22px;
}

#store_body .main-category-list .wd-menu .ul-top-items li .more-menu.active::after {
    content: "\f108";
}

#store_body .wd-menu .ul-top-items .menu-right .li-top-item {
    float: left;
    list-style: none;
    position: relative;
}

#store_body li.li-top-item.mega-menu.wd-sub-menu.has-children a.a-top-link:after,
#store_body li.li-top-item.wd-sub-menu.has-children a.a-top-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    line-height: 18px;
}

#store_body .wd-menu ul li > .a-top-link::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    background: #ffffff;
}

#store_body .wd-menu ul li:hover .a-top-link::before {
    width: 100%;
    opacity: 1;
}

#store_body .wd-menu ul li > .a-top-link, #store_body .main-category-list .wd-menu .ul-top-items > li > .more-menu {
    color: #ffffff;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    text-align: left;
    position: relative;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 1;
    display: flex;
    gap: 10px;
    height: inherit;
    align-items: center;
}

#store_body .wd-menu ul li > .a-top-link:hover, #store_body .wd-menu ul li:hover > .a-top-link, #store_body .main-category-list .wd-menu .ul-top-items > li > .more-menu:hover {
    color: #ffffff;
}

#store_body .main-category-list.left-menu {
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: inherit;
}

/*.wd-menu ul li:hover > .a-top-link, .wd-menu ul li:hover > .more-menu{
	color: #ff681a;
}*/
#store_body .horizontal-menu .col-md-12.sub-item2-content > p {
    margin: 0;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content {
    text-align: left;
    padding: 0 15px;
}

#store_body .wd-menu > ul > .li-top-item.mega-menu .owl-item .col-sm-2.sub-item2-content {
    width: 100%;
}

#store_body .wd-menu > ul > .li-top-item.mega-menu .col-sm-2.sub-item2-content {
    float: left;
}

#store_body .wd-menu ul li .sub-menu-container .sub-item2-content h4 {
    display: none;
}

#store_body .horizontal-menu .static-menu .column .image > a {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

#store_body .horizontal-menu .sub-item2-content .static-menu .column .image img {
    max-width: 100%;
    padding: 5px;
}

#store_body .horizontal-menu .sub-item2-content .static-menu .column .image:hover img {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

#store_body .horizontal-menu .li-top-item > .mega-menu-container > .sub-item2-content .static-menu .column {
    margin: 0 10px;
    padding: 5px 0px 5px;
    float: left;
    width: 165px;
}

#store_body .horizontal-menu .static-menu .column .menu-title > a, #store_body .horizontal-menu .li-top-item .sub-item2-content .a-mega-second-link h4 {
    display: block;
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0 5px 0;
    text-align: left;
    width: 100%;
}

#store_body .a-mega-second-link strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

#store_body .horizontal-menu .sub-menu-container .sub_item3-content .a-mega-third-link > h5,
#store_body .horizontal-menu .sub-menu-container ul li a > span:first-child,
#store_body .horizontal-menu .sub-menu-container li.mega-menu .sub-menu-container .flyout-third-items ul.ul-third-items li.li-third-items a > span:first-child,
#store_body .wd-menu ul li.more-menu .sub-menu-container li.mega-menu .sub-menu-container li a > span:first-child {
    float: left;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 4px 0;
    text-align: left;
    width: 100%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#store_body .horizontal-menu .sub-menu-container .sub_item3-content .a-mega-third-link > h5:hover, #store_body .wd-menu ul.ul-top-items li.li-top-item:first-child .sub-menu-container strong:hover, #store_body .horizontal-menu .sub-menu-container ul li a > span:hover, #store_body .horizontal-menu .sub-menu-container li.mega-menu .sub-menu-container .flyout-third-items ul.ul-third-items li.li-third-items a > span:hover, #store_body .wd-menu ul li.more-menu .sub-menu-container li.mega-menu .sub-menu-container li a > span:hover {
    color: #111111;
}

#store_body .horizontal-menu .sub-menu-container .sub_item3-content .a-mega-third-link:hover > h5,
#store_body .horizontal-menu .sub-menu-container ul li:hover > a,
#store_body .horizontal-menu .sub-menu-container li.mega-menu .sub-menu-container .flyout-third-items ul.ul-third-items li.li-third-items:hover > a > span,
#store_body .wd-menu ul li.more-menu .sub-menu-container li.mega-menu .sub-menu-container li:hover > a > span {
    color: #111111;
}

#store_body .horizontal-menu .li-top-item .sub-item2-content.div-product .a-mega-second-link h4 {
    border: none;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0px 5px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    color: #0068c9;
}

#store_body .horizontal-menu .li-top-item .sub-item2-content.div-product .a-mega-second-link h4 strong {
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: capitalize;
    color: #0068c9;
    font-weight: 500;
}

#store_body .horizontal-menu .li-top-item .sub-item2-content.div-product:hover .a-mega-second-link h4 strong {
    color: #000;
}

#store_body .horizontal-menu .li-top-item .sub-item2-content .a-mega-second-link .price {
    color: #111111;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    float: left;
    margin: 5px 0 0;
    opacity: 1;
}

#store_body .horizontal-menu .li-top-item .product-thumb:hover .sub-item2-content .a-mega-second-link .price {
    opacity: 1;
    transform: none;
    visibility: visible;
    opacity: 1;
}

#store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container {
    border: 1px solid #edeae2;
    float: left;
    left: 0;
    margin: 0 auto !important;
    padding: 25px 15px;
    position: absolute;
    right: auto;
    top: 100%;
    width: 770px;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content p {
    text-align: left;
    padding: 0px 0 0;
    margin: 10px 0 10px 0;
    overflow: hidden;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content p img {
    max-width: 100%;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    overflow: hidden;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content p:hover img {
    transform: scale(1.1);
}

#store_body .wd-menu .ul-top-items > .li-top-item > .sub-menu-container {
    border-top: 3px solid #ffd800;
}

#store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container.mega-menu-container .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#store_body .horizontal-menu .sub-menu-container .ul-second-items .li-second-items {
    float: left;
    list-style: outside none none;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

#store_body .wd-menu li.li-top-item.wd-sub-menu.flyout-menu .wd-sub-menu-container {
    width: auto;
    left: 0;
    right: 0;
    opacity: 0;
}

#store_body .wd-sub-menu-container.sub-menu-container ul {
    padding: 0;
}

#store_body .sub-menu-container .ul-second-items .li-second-items .flyout-third-items {
    background: #ffffff;
    border: 1px solid #edeae2;
    bottom: auto;
    float: left;
    right: auto;
    margin: auto;
    padding: 10px 0;
    position: absolute;
    left: 100%;
    top: 0 !important;
    width: 190px;
}

#store_body .sub-menu-container .li-second-items .flyout-third-items .li-third-items {
    float: left;
    list-style: outside none none;
    padding: 0 10px;
    width: 100%;
}

#store_body .horizontal-menu li.more-menu .wd-sub-menu-container ul .li-top-item {
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

#store_body .horizontal-menu li.more-menu .wd-sub-menu-container ul .li-top-item a {
    padding: 0;
}

#store_body .wd-menu ul .li-top-item .sub-menu-container ul li a i {
    bottom: 0;
    color: #555555;
    float: right;
    font-size: 18px;
    left: auto;
    line-height: 28px;
    position: absolute;
    right: 20px;
    top: 0;
}

#store_body .wd-menu ul .li-top-item .sub-menu-container ul li.li-second-items:hover a i {
    color: #000000;
}

#store_body .wd-menu ul li.more-menu .sub-menu-container .li-top-item.mega-menu .sub-menu-container {
    right: auto;
    padding: 10px 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 160px;
    visibility: hidden;
}

#store_body .wd-menu ul li.more-menu .sub-menu-container .li-top-item.mega-menu:hover .sub-menu-container {
    visibility: visible;
}

#store_body .wd-menu ul li.more-menu .sub-menu-container li.mega-menu > .a-top-link::after {
    content: "\e5cc";
    font-family: "Material Icons";
    bottom: 0;
    color: #555555;
    float: right;
    font-size: 16px;
    left: auto;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    font-weight: 500;
}

#store_body .wd-menu ul li.more-menu .sub-menu-container li.mega-menu:hover > .a-top-link::after {
    color: #000000;
}

#store_body .main-category-list .wd-menu .ul-top-items > li .sub-cate-img img {
    position: relative;
    object-position: 0 -143px;
}

#store_body .main-category-list .wd-menu .ul-top-items > li img,
#store_body .main-category-list .wd-menu .ul-top-items > li svg {
    width: 100%;
    max-width: 14px;
    height: 100%;
    border: none;
    /*border-radius: 5px;*/
}

#store_body .wd-menu .ul-top-items .li-top-item .sub_item3-content {
    float: left;
    width: 100%;
    padding: 5px 0 0;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content.div-product {
    width: 100%;
    padding: 10px;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content.div-product .product-img {
    float: none;
    width: 100%;
    margin: 0px auto 15px;
    text-align: center;
    overflow: hidden;

}

#store_body .wd-menu li.mega-menu .sub-menu-container .owl-nav button {
    background: #ffffff;
    color: #111;
    height: 30px;
    width: 30px;
    text-shadow: none;
    outline: none;
    font-size: 0;
    text-transform: capitalize;
    position: absolute;
    top: 40%;
    bottom: auto;
    margin: auto;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

#store_body .wd-menu li.mega-menu .sub-menu-container .owl-nav button::after {
    background: none;
    font-size: 22px;
    line-height: 24px;
    color: #666;
    content: "\e5cb";
    font-family: "Material Icons";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .owl-nav button.owl-next::after {
    content: "\e5cc";
}

#store_body .wd-menu li.mega-menu .sub-menu-container .owl-nav button span {
    display: none;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .owl-nav button.owl-prev {
    left: 10px;
    right: auto;
}

#store_body .wd-menu li.mega-menu .sub-menu-container .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}

#store_body #column-left .main-category-list,
#store_body #column-right .main-category-list {
    float: left;
    width: 100%;
    overflow: inherit !important;
    padding: 0 !important;
    border: 0 !important;
}

#store_body #column-left .main-category-list .wd-menu .ul-top-items,
#store_body #column-right .main-category-list .wd-menu .ul-top-items {
    display: block;
    position: static;
}

#store_body .menu-banner {
    margin: 15px 0 0 0;
}

#store_body .wd-menu.horizontal-menu li.li-top-item.mega-menu.hiden_menu {
    position: relative;
}

#store_body li.li-top-item.hiden_menu a.level-top {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #fff;
    line-height: 24px;
}

#store_body li.li-top-item.hiden_menu a.level-top:after {
    content: "\f107";
    right: 0;
    font-family: fontawesome;
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    vertical-align: top;
}

#store_body .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#store_body .slick-dots li button:before{
    content: unset;
}

#store_body .swiper-pagination-bullet,
#store_body .slick-dots li {
    background-color: #DCE3EB;
    box-shadow: unset;
    opacity: 1;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    opacity: .5;
}

/* Active */
#store_body .swiper-pagination-bullet.swiper-pagination-bullet-active,
#store_body .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background-color: #DCE3EB;
    box-shadow: unset;
    opacity: 1;
}

/* After active (next ones) */
#store_body .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet,
#store_body .slick-dots li.slick-active + li {
    width: 7px;
    height: 7px;
    opacity: 1;
}

#store_body .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet,
#store_body .slick-dots li.slick-active ~ li {
    width: 7px;
    height: 7px;
    opacity: 1;
}

#store_body .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet ~ .swiper-pagination-bullet,
#store_body .slick-dots li.slick-active ~ li ~ li {
    width: 5px;
    height: 5px;
    opacity: .5;
}

#store_body .swiper-pagination-bullet:has(+ .swiper-pagination-bullet.swiper-pagination-bullet-active),
#store_body .slick-dots li:has(+ li.slick-active) {
    width: 7px;
    height: 7px;
    opacity: 1;
}

#store_body .swiper-pagination-bullet:has(+ .swiper-pagination-bullet + .swiper-pagination-bullet.swiper-pagination-bullet-active),
#store_body .slick-dots li:has(+ li + li.slick-active) {
    width: 5px;
    height: 5px;
    opacity: .5;
}

/* Slick spacing */
#store_body .slick-dotted .slick-list {
    margin-bottom: 15px;
    padding: 5px 0;
}

#store_body.seller_page #product-special li.filter_item_value[hide="1"] {
    display: none;
}

@media (min-width: 992px) {
    #store_body .wd-menu ul.ul-top-items li.li-top-item .sub-menu-container,
    #store_body .wd-menu ul.ul-second-items li.li-second-items .flyout-third-items,
    #store_body .cat-menu .dropdown .dropdown-menu,
    #store_body .cat-menu .wd-menu ul.ul-top-items .dropdown .dropdown-menu li .wd-sub-menu-container.sub-menu-container {
        padding: 15px 0px;
        min-width: 200px;
        z-index: 999;
        visibility: hidden;
        display: block;
        background: #fff none repeat scroll 0 0;
        position: absolute;
        border: 0;
        top: 70px;
        width: 530px;
        left: 0;
        right: auto;
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -ms-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform-origin: center top 0;
        margin: 0 !important;
        box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 10%);
        width: auto;
        border-radius: 0;
    }

    #store_body .wd-menu ul.ul-top-items li.li-top-item .sub-menu-container.owl-carousel {
        opacity: 0 !important;
        -webkit-opacity: 0 !important;
        -moz-opacity: 0 !important;
        -khtml-opacity: 0 !important;
    }

    #store_body .wd-menu ul.ul-top-items li.li-top-item:hover .sub-menu-container.owl-carousel {
        opacity: 1 !important;
        opacity: 1 !important;
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
        -webkit-opacity: 1 !important;
    }

    #store_body .wd-menu ul.ul-top-items li.li-top-item:hover > .sub-menu-container,
    #store_body .wd-menu ul.ul-second-items li.li-second-items:hover > .sub-menu-container,
    #store_body .cat-menu .dropdown:hover .dropdown-menu,
    #store_body .cat-menu .wd-menu ul.ul-top-items .dropdown .dropdown-menu li:hover .wd-sub-menu-container.sub-menu-container {
        filter: alpha(opacity=100);
        visibility: visible;
        display: flex !important;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }

    #store_body .wd-menu ul.ul-second-items li.li-second-items > .sub-menu-container {
        left: 100% !important;
        top: 0px;
    }

    #store_body .wd-menu ul.ul-second-items li.li-second-items.has-children > a::after {
        content: "\f105";
        font-family: 'FontAwesome';
        line-height: 18px;
        position: relative;
        float: right;
    }

    #store_body .cat-menu .dropdown .dropdown-menu a.a-top-link {
        padding: 0;
        text-align: left;
        color: #666666;
        font-size: 13px;
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -ms-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out;
    }

    #store_body .cat-menu .dropdown .dropdown-menu li {
        padding: 0 20px;
    }

    #store_body li.li-top-item.mega-menu.hiden_menu:hover .dropdown-menu {
        display: block;
        transform-origin: center top 0;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -ms-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        visibility: visible;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        top: 100%;
        border-radius: 0px;
        padding: 10px;
    }

    #store_body .wd-menu li.li-top-item.mega-menu.hiden_menu li.li-top-item.wd-sub-menu.flyout-menu .wd-sub-menu-container {
        left: 100%;
        right: auto;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    #store_body .wd-menu li.li-top-item.mega-menu.hiden_menu li.li-top-item.wd-sub-menu.flyout-menu:hover .wd-sub-menu-container {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #store_body li.li-top-item.mega-menu.hiden_menu li.li-top-item a {
        color: #000;
        width: 100%;
        padding: 5px;
    }

    #store_body li.li-top-item.mega-menu.hiden_menu li.li-top-item.wd-sub-menu.flyout-menu a span {
        width: 100%;
        float: left;
    }

    #store_body .wd-menu li.li-top-item.mega-menu.hiden_menu li.li-top-item.wd-sub-menu.flyout-menu .wd-sub-menu-container li.li-second-items a {
        padding: 0;
        float: left;
    }

    #store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container.mega-menu-container {
        width: 500px;
    }

    #store_body #search-result__container {
        max-height: 500px;
        overflow-y: auto;
    }

}

@media (max-width: 1199px) {
    #store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container {
        width: 610px;
    }

    #store_body .horizontal-menu .li-top-item > .mega-menu-container > .sub-item2-content .static-menu .column {
        width: 135px;
    }

    #store_body .wd-menu ul.ul-top-items li.li-top-item .sub-menu-container, #store_body .wd-menu ul.ul-second-items li.li-second-items .flyout-third-items {
        top: 70px;
    }

    #store_body .main-category-list .wd-menu .ul-top-items > li > .more-menu span::before {
        left: 6px;
    }

    #store_body .cat-menu:after {
        right: 30px;
    }

    #store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content.div-product .product-img {
        width: 100%;
    }

    #store_body .wd-menu ul li > .a-top-link, #store_body .main-category-list .wd-menu .ul-top-items > li > .more-menu, #store_body li.li-top-item.hiden_menu a.level-top {
        width: auto;
    }

    #store_body .main-category-list .wd-menu .ul-top-items > li {
        padding: 20px 12px;
    }
}

@media (max-width: 991px) {
    #store_body .main-category-list .WD-panel-heading {
        font-size: 0px;
        padding: 0;
        width: 20px;
        cursor: pointer
    }

    #store_body li.li-top-item.hiden_menu a.level-top {
        padding: 5px 0;
        color: #000;
        text-align: left;
    }

    #store_body .main-category-list.left-menu .mega-menu-container .container {
        max-width: 100%;
    }

    #store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content p {
        margin: 0;
    }

    #store_body .main-category-list .cat-menu .WD-panel-heading:before {
        content: "";
        position: absolute;
        content: "";
        background-image: url(../image/menu.svg);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 20px;
        left: 0px;
        width: 40px;
        height: 40px;
        top: 17px;
        right: auto;
    }

    #store_body #header-top {
        text-align: left;
        width: 100%;
        position: relative;
    }

    #store_body .main-category-list .WD-panel-heading::after, #store_body .cat-menu:after {
        display: none;
    }

    #store_body .header_top .theme-full-container {
        position: relative;
    }

    #store_body .cat-menu {
        width: 100%;
        padding: 0px;
    }

    #store_body .main-category-list.left-menu {
        float: left;
        width: 100%;
    }

    #store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container.mega-menu-container {
        width: 100%;
    }

    #store_body .main-category-list .wd-menu .ul-top-items > li > a > span {
        padding: 0;
        text-align: left;
    }

    #store_body .wd-menu ul li > .a-top-link::before,
    #store_body .main-category-list .wd-menu .ul-top-items > li > a > span::before {
        display: none;
    }

    #store_body .main-category-list .WD-panel-heading:hover {
        background: none;
    }

    #store_body .main-category-list .wd-menu .ul-top-items > li {
        display: block !important;
        padding: 0;
        width: 100%;
        max-width: calc(100vw - 40px);
    }

    #store_body .main-category-list .wd-menu .ul-top-items > li.more {
        display: none !important;
    }

    #store_body .wd-menu ul li:hover > .a-top-link, #store_body .wd-menu ul li:hover > .more-menu {
        background: none;
    }

    #store_body .main-category-list .wd-menu .ul-top-items {
        padding: 15px;
        display: none;
        border: 1px solid #eaeaea;
    }

    #store_body .headertop aside, #store_body .headertop .cat-menu, #store_body .headertop .wd-menu {
        height: unset;
    }

    #store_body .horizontal-menu li.more-menu .wd-sub-menu-container ul .li-top-item a span {
        text-transform: uppercase;
        color: #111;
        font: 400 13px/16px 'Montserrat', Helvetica, sans-serif;
    }

    #store_body .wd-menu ul li > .a-top-link {
        padding: 5px 0;
    }

    #store_body .main-category-list .WD-panel-heading > i {
        font-size: 23px;
        line-height: 26px;
    }

    #store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content {
        padding: 5px 10px;
    }

    #store_body .main-category-list .cat-menu.WDactive .wd-panel-heading .close-icon {
        display: block;
    }

    #store_body .wd-panel-heading > span {
        display: none;
    }

    #store_body .wd-panel-heading > span.icon {
        display: block;
        float: left;
        width: auto;
        z-index: 4;
        position: relative;
    }

    #store_body .wd-menu {
        background: #ffffff;
        float: left;
        left: 0;
        position: absolute;
        right: 0;
        top: 74px;
        width: 100%;
        min-width: 300px;
        z-index: 9;
    }

    #store_body .wd-panel-heading:hover > span.icon i, #store_body .main-category-list.WDactive .wd-panel-heading > span.icon i {
        color: #ffc600;
    }

    #store_body .wd-menu ul.ul-top-items {
        padding: 15px 0;
        display: none;
    }

    #store_body .wd-menu .ul-top-items .li-top-item.mega-menu {
        position: relative;
        width: 100%;
    }

    #store_body .wd-menu .ul-top-items .li-top-item {
        margin: 0;
        width: 100%;
    }

    #store_body .horizontal-menu li.more-menu .wd-sub-menu-container ul .li-top-item {
        padding: 0;
    }

    #store_body .wd-menu ul li.more-menu > .a-top-link {
        display: none;
    }

    #store_body .wd-menu ul li > .a-top-link, #store_body .a-mega-second-link strong {
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        color: #888;
        letter-spacing: 0.4px;
        text-align: left;
        text-transform: capitalize;
    }

    #store_body .horizontal-menu .li-top-item > .mega-menu-container > .sub-item2-content .static-menu .column {
        width: 165px;
    }

    #store_body .wd-menu ul li:hover > .a-top-link,
    #store_body .wd-menu ul li.active > .a-top-link {
        color: #000000;
    }

    #store_body .wd-menu ul li.mega-menu > .a-top-link::after,
    #store_body .wd-menu ul li.wd-sub-menu > .a-top-link::after,
    #store_body .wd-menu ul li.more-menu > .a-top-link::after {
        display: none;
    }

    #store_body .wd-menu > ul > .li-top-item.mega-menu:nth-child(2) .sub-menu-container {
        padding: 0 0px;
        position: static;
        float: left;
    }

    #store_body .wd-menu ul.ul-top-items li.li-top-item .sub-menu-container,
    #store_body .wd-menu ul.ul-second-items li.li-second-items .flyout-third-items {
        display: none;
        float: left;
        position: static;
        padding: 5px 0px;
        margin: 0 !important;
        width: 100%;
        border: none;
    }

    #store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container.mega-menu-container {
        border-right: none;
    }

    #store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content {
        width: 100%;
        float: left;
        text-align: left;
    }

    #store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content.div-product {
        border: none;
    }

    #store_body .wd-menu .ul-top-items .li-top-item:first-child .sub-menu-container {
        width: 100%;
        border: none;
    }

    #store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container.wd-sub-menu-container,
    #store_body .wd-menu .ul-top-items .li-top-item .sub_item3-content {
        padding: 0;
    }

    #store_body .wd-menu ul.ul-top-items li.wd-sub-menu > i::before {
        bottom: 0;
        content: "\f107";
        font-family: 'FontAwesome';
        height: 34px;
        left: auto;
        position: absolute;
        right: 0px;
        top: 0;
        width: 34px;
        z-index: 1;
        font-size: 18px;
        line-height: 34px;
        cursor: pointer;
        font-style: normal;
        text-align: center;
    }

    #store_body .wd-menu ul.ul-top-items li.mega-menu.active > i::before, #store_body .wd-menu ul.ul-top-items li.wd-sub-menu.active > i::before {
        content: "\f106";
    }

    #store_body .wd-menu ul.ul-top-items li.mega-menu:hover > i::before,
    #store_body .wd-menu ul.ul-top-items li.wd-sub-menu:hover > i::before {
        color: #000;
    }

    #store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container.wd-sub-menu-container,
    #store_body .wd-menu li.li-top-item.wd-sub-menu.flyout-menu .wd-sub-menu-container {
        float: left;
        width: 100%;
    }

    #store_body .wd-menu ul .li-top-item .sub-menu-container ul li a i {
        display: none;
    }

    #store_body .main-category-list::after {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        content: '';
        left: 0;
        right: 0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
    }

    #store_body .main-category-list.WDactive::after {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
    }

    #store_body .wd-menu ul.ul-second-items li.li-second-items .flyout-third-items {
        display: block;
        padding: 0;
    }

    #store_body .wd-menu ul li.more-menu .sub-menu-container .li-top-item.mega-menu .sub-menu-container,
    #store_body .sub-menu-container .ul-second-items .li-second-items .flyout-third-items {
        padding: 0;
        position: static;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        visibility: visible;
        display: block;
    }

    #store_body .wd-menu .ul-top-items > .li-top-item.more-menu > .sub-menu-container.wd-sub-menu-container {
        display: block;
        padding: 0;
    }

    #store_body .horizontal-menu .sub-menu-container .sub_item3-content .a-mega-third-link > h5,
    #store_body .horizontal-menu .sub-menu-container ul li a > span,
    #store_body .horizontal-menu .sub-menu-container li.mega-menu .sub-menu-container .flyout-third-items ul.ul-third-items li.li-third-items a > span,
    #store_body .wd-menu ul li.more-menu .sub-menu-container li.mega-menu .sub-menu-container li a > span {
        font-size: 13px;
    }

    #store_body .wd-menu .product-owl {
        float: left;
        padding: 0 5px;
    }

    #store_body .mega-menu-container .owl-controls {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #store_body .wd-menu {
        top: 70px;
    }
}

@media (max-width: 543px) {
    #store_body .wd-menu > ul > .li-top-item.mega-menu:nth-child(2) .sub-menu-container {
        margin: 0 0 10px !important;
    }

    #store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content.div-product {
        padding: 10px 6px;
    }

    #store_body .horizontal-menu .li-top-item .sub-item2-content .a-mega-second-link .price {
        margin: 5px 0 0;
    }
}

@media (max-width: 479px) {
    #store_body .horizontal-menu .li-top-item > .mega-menu-container > .sub-item2-content .static-menu .column {
        width: 135px;
        margin: 0 7px;
    }

    #store_body .wd-menu > ul > .li-top-item.mega-menu .col-sm-2.sub-item2-content {
        width: 100%;
    }

    #store_body .horizontal-menu .static-menu .column .menu-title > a, #store_body .horizontal-menu .li-top-item .sub-item2-content .a-mega-second-link h4 {
        font-size: 15px;
    }

    #store_body .horizontal-menu .sub-menu-container .sub_item3-content .a-mega-third-link > h5, #store_body .horizontal-menu .sub-menu-container ul li a > span, #store_body .horizontal-menu .sub-menu-container ul.ul-third-items li.li-third-items a > span, #store_body .wd-menu ul li.more-menu .sub-menu-container li.mega-menu .sub-menu-container li a > span {
        font-size: 13px;
        line-height: 18px;
    }

    #store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content {
        margin: 0 0 8px;
        float: left;
        width: 100%;
    }

    #store_body .wd-menu .ul-top-items .li-top-item .sub-menu-container.mega-menu-container .container {
        padding: 0;
    }

    #store_body .wd-menu li.mega-menu .sub-menu-container .sub-item2-content.div-product .product-img {
        width: 100%;
        float: none;
    }
}

#store_body .horizontal-menu .sub-menu-container ul li a > span:first-child {
    float: left;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 4px 0;
    text-align: left;
    width: 100%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#store_body .shop_content {
    width: 100%;
    padding: 0px;
    background: #fff;
}

#store_body .shop_slider {
    background-color: white;
}

#store_body .form-group.qty .control-label {
    float: left;
    margin: 10px 10px 0 0;
}

#store_body .category_filter #type_tile .fa, #store_body .category_filter #type_list .fa {
    display: none
}

#store_body #type_list {
    margin-left: 2px
}

#store_body .category_filter #type_tile:hover .fa, #store_body .category_filter #type_list:hover .fa {
    color: #fff;
}

#store_body .category_filter .btn-list-grid {
    float: left;
    width: auto;
    padding: 0px;
}

#store_body .compare-total {
    float: left;
    margin: 7px 20px 0;
}

#store_body .pagination-right {
    float: right;
    margin: 0;
    width: auto;
    display: flex;
    justify-content: end;
}

#store_body .category_filter .sort-by {
    float: left;
    width: auto;
    padding: 0;
}

#store_body .category_filter .sort {
    float: left;
    width: 200px;
    padding: 0;
}

#store_body .category_filter .sort button, #store_body .category_filter .limit button {
    border: 1px solid #eaeaea;
    background-color: #fff;
    white-space: nowrap;
    text-align: left;
    border-radius: 0.2rem;
}

#store_body .category_filter select {
    font-size: 12px;
}

#store_body .category_filter .form-group {
    margin-bottom: 0 !important;
}


#store_body .category_filter .limit {
    float: right;
    width: 100px;
    padding: 0;
}

#store_body .show-wrapper {
    margin: 0;
}

#store_body .row.category_thumb {
    margin: 0 -15px 10px;
    padding: 0;
}

#store_body #product-special .category_list .category-item .category_img {
    padding: 0;
    width: 40%;
    float: left;
}

#store_body .col-sm-2.category_img {
    text-align: center;
    margin: 0 0 10px;
}

#store_body .col-sm-12.title-description {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

#store_body .col-sm-3.category_img {
    float: left;
    width: 14%;
}

#store_body .col-sm-9.category_details {
    width: 86%;
}

#store_body .category_details .category_description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
}

#store_body .category_img img {
    border-radius: 10px;
    max-width: 100%;
}

#store_body .category_list ul {
    padding: 0;
    display: inline-block;
    margin: 7px 0 0;
}

#store_body #shop_content .refine-search {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #111;
    text-transform: capitalize;
    display: none;
}

#store_body .refine-search ul {
    padding: 0;
}

#store_body .refine-search ul li {
    list-style: none;
}

#store_body .category_list li a {
    display: block;
    padding: 8px 20px;
    border: 1px solid #eaeaea;
    color: #666;
}

#store_body #product-special .category_list {
    margin: 0 -10px;
}

#store_body #product-special .category_list ul {
    display: block;
    width: 100%;
}

#store_body #product-special .category_list .category-item {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    overflow: auto;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}

#store_body #product-special .category_list .category-item a {
    width: 60%;
    float: left;
    padding-inline-start: 10px;
    text-align: left;
    margin: 0;
}

#store_body #product-special .category_list .category-item a:hover {
    border-color: #111111;
    color: #111111;
}

#store_body #product-special .category_list .category-item .category_img a {
    border: none;
    min-height: auto;
    width: auto;
    padding: 0;
    float: none;
    vertical-align: top;
}

#store_body .compare-total #compare-total {
    color: #666;
}

#store_body .category_list li a:hover {
    color: #111111;
    border-color: #111111;
}

#store_body .category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 0px 0;
}

#store_body .pagination-wrapper {
    border: 0;
    display: inline-block;
    margin: 40px 0 0;
    width: 100%;
}

#store_body .pagination > li:last-child {
    margin: 0;
}

#store_body .pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
}

#store_body .pagination-wrapper .page-result {
    float: left;
    padding: 6px 10px;
    width: auto;
    background: #f5f5f5;
    border-radius: 5px;
}

#store_body .information-contact #shop_content {
    width: 100%;
    padding: 0;
    background: #fff;
    margin-bottom: -20px;
}

#store_body .left .address-detail {
    border-bottom: 1px solid #e8e9eb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#store_body .left .address-detail .img-thumbnail {
    padding: 5px;
    background-color: #1c1b1b;
    border-radius: 5px;
}

#store_body .address-detail1 a.btn.btn-info:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

#store_body .left strong {
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 5px;
    display: block;
    color: #111111;
    font-weight: 700;
}

#store_body .left .btn.btn-info {
    margin-bottom: 20px;
    border-radius: 0px;
    color: #fff;
    background: #0068c9;
    border-color: #0068c9;
    border-radius: 25px;
}

#store_body .row.contact-info {
    margin: 0;
}

#store_body .information-contact .panel-body {
    padding: 0
}

#store_body .information-contact .panel {
    border: medium none;
    box-shadow: none;
    margin: 0 0 40px;
}

#store_body .map_button {
    clear: both;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f6d000;
    padding: 12px 15px;
    cursor: pointer;
}

#store_body .map_button > i {
    font-size: 18px;
}

#store_body .contact-form-design .left {
    float: left;
    width: 28%;
    margin-right: 30px;
    padding: 20px 20px;
    color: #666666;
    position: relative;
    z-index: 8;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

#store_body .contact-form fieldset {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 10px;
}

#store_body .contact-form .pull-right {
    padding: 30px 0px 0 0;
}

#store_body .contact-form-design.container {
    padding: 0;
    background: #fff;
    margin: 50px auto 70px;
    position: relative;
}

#store_body .address-detail .btn {
    clear: both;
    float: left;
    margin: 15px 0 0 37px;
    color: #000;
}

#store_body #spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url("../image/webdigify/ajax-loader.gif") 50% 50% no-repeat #fff;
}

#store_body .information-sitemap .sitge-map ul {
    padding: 0 0 0 20px;
}

#store_body .forget-password {
    margin: 5px 0 0;
}

#store_body .product-compare .btn-primary {
    margin: 5px 0 5px;
}

#store_body .productpage .productpage_details {
    float: left;
    margin-top: 0px;
    width: 100%;
}

#store_body .productpage #tabs_info {
    background: #ffffff none repeat scroll 0 0;
    margin: 30px 0;
    padding: 30px;
}

#store_body .productpage .productpage_details .product-left {
    padding: 0;
    width: 445px;
}

#store_body .productpage .productpage_details .product-right {
    margin-left: 30px;
    width: 45%;
}

#store_body #shop_content .productpage_details #column-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 238px;
}

#store_body .productpage #banner0.owl-carousel {
    overflow: visible;
}

#store_body .productpage #banner0 .owl-pagination {
    bottom: -30px;
}

#store_body .productpage #banner0 .owl-page {
    border: 2px solid #000000;
}

#store_body .productpage #banner0 .owl-page > span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
}

/* Product tab*/
#store_body .content_product_block {
    float: right;
    width: 100%;
}

#store_body .product-detail-left hr {
    margin: 0px;
}

#store_body .tweet_iframe_widget {
    width: auto !important;
}

#store_body .addthis_toolbox.addthis_default_style {
    float: left;
}

#store_body #custom_tab.product-tabs {
    overflow: hidden;
}

#store_body #custom_tab > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#store_body #custom_tab li {
    float: left;
    margin: 0;
}

#store_body #custom_tab.product-tabs a.selected {
    color: #111;
    font-weight: 500;
    background: #e8e9eb;
}

#store_body #custom_tab.product-tabs a {
    background: none repeat scroll 0 0;
    color: #7a7a7a;
    float: left;
    padding: 10px 15px;
    text-transform: capitalize;
    margin-right: -1px;
}

#store_body #custom_tab.product-tabs a:first-child {
    padding: 10px 15px 10px 15px;
}

#store_body #custom_tab ul li a {
    color: #aaaaaa;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

#store_body .content_product_block .tab_product {
    border: 3px solid #e8e9eb;
    padding: 20px;
    font-size: 13px;
    position: relative;
}

#store_body .productpage .tab_product b, #store_body .productpage .tab_product strong {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

#store_body .size_guide_table {
    border: 1px solid #f0f0f0;
    width: 100%;
}

#store_body .size_guide_table tbody th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
}

#store_body .size_guide_table tbody th {
    color: #262626;
    font-weight: bold;
    padding: 7px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

#store_body .size_guide_table tbody td {
    padding: 5px 8px;
}

/* end product tab*/
#store_body .col-sm-8.product-left {
    padding: 0;
    margin: 0;
    width: 40%;
    position: sticky;
    top: 80px;
}

#store_body .col-sm-4.product-right {
    padding: 0 0 0 40px;
    width: 60%;
}

#store_body #shop_content.productpage ul.list-unstyled {
    border-bottom: medium none;
}

#store_body #shop_content ul.list-unstyled.attr span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

#store_body div#product .radio img.img-thumbnail, #store_body div#product2 .radio img.img-thumbnail {
    border-radius: 50%;
    padding: 2px;
    vertical-align: top;
    border: 1px solid transparent;
}

#store_body div#product .radio img.img-thumbnail:hover, #store_body div#product2 .radio img.img-thumbnail:hover {
    border-color: #111111;
}

#store_body #product .radio label input:checked + img, #store_body #product2 .radio label input:checked + img {
    border-color: #111111;
}

#store_body div#product .radio label, #store_body div#product2 .radio label {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: block;
}

#store_body div#product .radio, #store_body div#product2 .radio {
    display: inline-block;
}

#store_body div#product .radio input[type="radio"], #store_body div#product2 .radio input[type="radio"] {
    display: none;
}

#store_body .common-home .content-top-breadcum .container {
    display: none;
}

#store_body #shop_content ul.list-unstyled.attr {
    padding-bottom: 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-bottom: 20px;
}

#store_body #shop_content ul.list-unstyled.attr li {
    clear: both
}

#store_body .productpage .product-right ul.price, #store_body .productpage .product-right ul.price {
    padding-bottom: 10px
}

#store_body #shop_content ul.list-unstyled.price li {
    float: left;
    padding: 2px 0;
    font-size: 13px;
    color: #000;
}

#store_body .price{
    color: inherit;
}

#store_body .productpage .product-right ul li span.old-price, #store_body .productpage .product-right ul li span.special-price {
    margin-left: 10px;
    color: #666666;
}

#store_body .productpage .product-right ul li.discount, #store_body .productpage .product-right ul li.rewardpoint, #store_body .productpage .product-right ul li.price-tax {
    clear: both;
}

#store_body .refine-search, #store_body .product-title, #store_body .product-option {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333333;
}

#store_body .copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    text-align: center;
}

#store_body .category_description > p {
    margin: 0;
}

#store_body #bottom-footer li {
    display: inline;
    padding: 1px 7px 1px 2px;
    background: url("../image/webdigify/pipe.gif") no-repeat scroll right center transparent;
}

#store_body #bottom-footer li.contact {
    background: none;
}

#store_body .account-address .table > tbody > tr > td {
    vertical-align: middle;
    padding: 15px;
}

#store_body .account-address .btn-info {
    margin: 2px 0;
}

#store_body .affiliate-account .btn-primary .list-group-item, #store_body .affiliate-account .btn-primary .list-group-item:hover {
    padding: 0;
    background: none;
    color: #fff;
}

#store_body .shopping-cart .img-thumbnail {
    width: auto;
}

#store_body .shopping-cart .input-group .form-control {
    width: auto;
    height: 40px;
    text-align: center;
}

#store_body #accordion label.col-sm-2.control-label {
    margin: 7px 0 0;
    padding: 0 13px 0 0;
}

#store_body #accordion #collapse-shipping label.col-sm-2.control-label {
    padding: 0 15px;
}

#store_body .checkout-checkout #accordion label.col-sm-2.control-label {
    padding-left: 15px;
}

#store_body .col-sm-3.search_subcategory {
    width: 100%;
    margin-top: 7px;
}

#store_body #button-search {
    float: right;
}

#store_body .box .box-content .megamenu ul li ul li {
    padding: 0;
}

#store_body #column-left .treeview-list .expandable .collapsable-hitarea::before, #store_body #column-left .treeview-list .expandable-hitarea::before, #store_body #column-left .treeview-list .collapsable .expandable-hitarea::before, #store_body #column-left .treeview-list .collapsable-hitarea::before {
    position: relative;
    top: 6px;
}

#store_body #column-left .box .box-content ul li, #store_body #column-right .box .box-content ul li {
    padding: 0;
}

#store_body #column-left .box .box-content ul li a, #store_body #column-right .box .box-content ul li a {
    padding: 6px 0;
    color: #888888;
}

#store_body #column-left .list-group, #store_body #column-right .list-group {
    padding: 10px 0 0;
    margin: 0px;
}

#store_body .box .box-content .box-category {
    padding: 5px 0 0;
}

#store_body #shop_content .content ul li {
    line-height: 22px;
    padding: 5px;
}

#store_body #column-left .treeview .hitarea.expandable-hitarea {
    color: #808080 !important;
}

#store_body #column-left .treeview .hitarea.expandable-hitarea {
    color: #808080 !important;
}

#store_body #column-right .single-banner {
    margin: 0;
}

#store_body .navbar-nav > ul > li > a:hover .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

#store_body .box-category-heading {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 12px 0px;
    position: relative;
    text-transform: uppercase;
    width: 200px;
    line-height: 16px;
    display: none;
}

#store_body .box-category-heading .fa {
    float: left;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}


/*footer*/


#store_body #shop_footer .desc-block p,
#store_body .footer-text p {
    color: #ccc;
    line-height: 28px;
    font-size: 14px;
    margin: 0 0 5px 0;
    font-family: 'Rubik', sans-serif;
}

#store_body .footer-blocks .footerleft .contact-block ul {
    padding: 0;
    margin: 0;
}

#store_body .footer-blocks .footerleft .contact-block ul img {
    padding: 0 0 30px;
}

#store_body .footer-blocks .footerleft .contact-block span {
    line-height: 24px;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

#store_body #shop_footer .contact-block .block.call .icon {
    float: left;
    width: 41px;
    height: 46px;
    margin: 0 10px 0 0;
}


#store_body #shop_footer li {
    list-style: none;
}

#store_body .footer-blocks .contact-block .block.call .data {
    overflow: hidden;
    width: auto;
}

#store_body .footer-blocks .footerleft .contact-block .title {
    display: block;
    font-size: 13px;
    line-height: 20px;
}

#store_body .footer-blocks .contact-block .block.call {
    margin: 30px 0;
}

#store_body .footer-blocks .footerleft .contact-block li {
    margin: 0px 0px 10px;
    line-height: 24px;
    position: relative;
}

#store_body .footer-blocks .footerleft .contact-block li:last-child:after {
    display: none;
}

#store_body .footer-blocks .footerleft .contact-block .fa {
    margin-right: 15px;
    color: #666;
    display: none;
}

#store_body #shop_footer .column li a {
    line-height: 33px;
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    position: relative;
}

#store_body #shop_footer .contact-block .block.call .data a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

#store_body #shop_footer .column li a:hover {
    color: #ffffff;
}

#store_body #shop_footer .footer-area li a::before {
    display: none;
}

#store_body #shop_footer .footer-area li a {
    padding: 0;
}

#store_body .footer-blocks {
    text-align: left;
    display: flex;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
}

#store_body aside#footer-left {
    width: 50%;
    float: left;
}

#store_body #footer-right {
    width: 50%;
    float: left;
}

#store_body .wdcmsfooter .footer-desc {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #aaaaaa;
    margin: 0 0 30px;
}

#store_body .wdcmsfooter ul.wdfooter-details {
    padding: 0;
}

#store_body .footer-top .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#store_body .newsletter {
    display: grid;
    grid-template-columns: 0.5fr 1.2fr;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    -moz-column-gap: 50px;
    grid-column-gap: 50px;
    column-gap: 50px;
}

#store_body .footer-blocks .col-sm-6.column.footerleft .desc-block p {
    color: #708086;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 400;
    padding: 0 0 20px;
    margin: 0;
}

#store_body .footer-blocks .col-sm-6.column.footerleft .desc-block:after {
    content: "";
    width: 40%;
    height: 2px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    border-bottom: 1px solid rgba(56, 82, 92, 0.2);
    position: absolute;
}

#store_body .footer-blocks .col-sm-6.column.footerleft .desc-block {
    position: relative;
    float: left;
    width: 100%;
}

#store_body #shop_footer {
    float: left;
    position: relative;
    width: 100%;
    background: #1c1b1b;
    padding-top: 20px;
    overflow: hidden;
}

#store_body .common-home #shop_footer {
    border: 0;
}

#store_body .footer-top {
    float: left;
    width: 100%;
    margin: 0;
    background: #1c1b1b;
}

#store_body #shop_footer .social-footer .block-social #social-follow {
    display: block;
}

#store_body #shop_footer .social-footer {
    margin: 0;
    text-align: center;
}

#store_body .footer-appinner ul.list-unstyled {
    padding-top: 5px;
}

#store_body .app-social {
    float: none !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

#store_body .footer-container {
    float: left;
    position: relative;
    width: 100%;
}

#store_body .bottomfooter {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 13px;
    background: #1c1b1b;
}

#store_body .bottomfooter-inner {
    padding: 21px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
}

#store_body div#wdcmsfooter {
    margin-bottom: 22px;
}

#store_body #paymentcmsblock p {
    margin: 0;
}

#store_body #paymentcmsblock {
    float: right;
    padding: 0;
}

#store_body #shop_footer li.lang-curr-wrapper {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#store_body p.powered {
    text-align: center;
    margin: 0;
    color: #aaaaaa;
    font: 400 13px/26px 'Rubik', sans-serif;
    float: none;
    padding: 0;
    float: left;
}

#store_body p.powered a {
    color: #aaaaaa;
    text-decoration: underline;
}

#store_body div#wdcmsfooter p {
    font-size: 16px;
    line-height: 27px;
    width: 75%;
    letter-spacing: 0.4px;
}

#store_body .footer-appinner .title {
    font: 600 24px/42px 'Rubik', sans-serif;;
    margin: -10px 0 10px;
    color: #111111;
}

#store_body .footer-appinner .subtitle {
    font: 400 13px/24px 'Rubik', sans-serif;
    margin: 0 0 15px;
    color: #ffffff;
}


#store_body .panel-footer {
    background-color: transparent !important;
    border-top: medium none !important;
    padding: 0 !important;
}

#store_body .panel-footer.text-right {
    text-align: right;
}

#store_body a.list-group-item:focus, #store_body a.list-group-item:hover, #store_body button.list-group-item:focus, #store_body button.list-group-item:hover {
    background: transparent !important;
    color: #111111;
}

#store_body .list-group-item {
    border: none;
    padding: 0 !important;
}

#store_body #column-left .list-group-item.heading {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111111;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    font-family: 'Rubik', sans-serif;
}


#store_body #column-left .checkbox > label {
    color: #888888;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 22px;
}

#store_body #column-left .checkbox > label:hover {
    color: #111111;
}

#store_body .social-block ul li {
    vertical-align: top;
    float: none;
    display: inline-block;
    padding: 0;
    margin-inline-start: 8px;
}

#store_body .social-block {
    margin: 20px 0 0;
    float: left;
    width: 100%;
}

#store_body .social-block ul {
    margin: 10px 0;
}

#store_body .social-block ul li a {
    width: 41px;
    height: 41px;
    display: block;
    outline: none;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    border: 0;
    transition: all .2s ease-in-out;
    background: #333232;
}

#store_body .social-block ul li.facebook a:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

#store_body .social-block ul li.telegram a:hover {
    background-color: #4099FF;
    border-color: #4099FF;
}

#store_body .social-block ul li.instagram a:hover {
    background-color: #007bb6;
    border-color: #007bb6;
}

#store_body .social-block ul li.viber a:hover {
    background-color: #6d49ed;
    border-color: #6d49ed;
}

#store_body .social-block ul li.whatsapp a:hover {
    background-color: #25d366;
    border-color: #25d366;
}

#store_body .social-block ul li:last-child a {
    margin: 0;
}

#store_body .social-block ul li a:hover, #store_body .social-block ul li a:active, #store_body .social-block ul li a:focus {
    background-color: #111111;
    color: #ffffff;
}

#store_body #paysocialcmsblock ul {
    padding: 0;
    margin: 0;
    float: right;
}

#store_body .social-block ul li a .fa, #store_body .social-block ul li a .fab, #store_body .social-block ul li a .fe-instagram, #store_body .social-block ul li a .mdi {
    font-size: 15px;
    line-height: 44px;
    float: left;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#store_body aside.categories {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

#store_body aside.categories .box {
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    /*padding-left: 40px!important;*/
    flex: 1 1 50%;
    overflow-x: hidden;

}

#store_body .hitarea {
    background: none;
    height: 25px;
    width: 30px;
    cursor: pointer;
    flex: 1;
}

#store_body .expandable-hitarea {
    height: 25px;
    width: 30px;
    text-align: right;
}

#store_body .expandable-hitarea::before {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding: 10px;
}

#store_body .collapsable-hitarea {
    height: 25px;
    width: 30px;
    text-align: right;
}

#store_body .collapsable-hitarea::before {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
}

#store_body ul.filter_list .checkbox, #store_body #p_category_id_new .checkbox {
    display: inline-flex;
    align-items: start;
    margin-top: 0px;
}

#store_body .expandable {
    display: flex !important;
    flex-wrap: wrap !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

#store_body .expandable .checkbox {
    /*flex: 1;*/
}

#store_body .expandable span.category_filter_list {
    width: 80%;
}

#store_body .expandable .hitarea {
    width: 10% !important;
}

#store_body .expandable ul {
    width: 100% !important;
}

#store_body span.category_filter_list {
    cursor: pointer;
}

#store_body #shop_footer h5 {
    letter-spacing: 0.6px;
    font-size: 18px;
    margin: 0px 0 25px;
    position: relative;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Rubik', sans-serif;
    text-align: left;
}

#store_body #filter_by_price input {
    width: 49%;
    max-width: 49%;
    margin: 0;
    line-height: 36px;
    height: 36px;
    appearance: none;
    border: 1px solid #ced4da;
    border-radius: 0.15rem;
}

#store_body #shop_prices_slider {
    margin-top: 1rem;
    width: 87%;
    margin-left: 16px;
    height: 20px;
    background: unset;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: unset;
}

#store_body #shop_prices_slider .noUi-base {
    display: flex;
    align-items: center;
}

#store_body #shop_prices_slider .noUi-connects,
#store_body #shop_prices_slider .noUi-connect {
    height: 2px;
}

#store_body #shop_prices_slider .noUi-connects:before,
#store_body #shop_prices_slider .noUi-connects:after {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    top: 0;
    background: #999;
    content: "";
    width: 100%;
}

#store_body #shop_prices_slider.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    top: -3px;
}

#store_body .noUi-handle::after, #store_body .noUi-handle::before {
    content: unset;
}

#store_body #filter_by_price {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #0a0a0a;
}

#store_body #shop_prices {
    margin-top: 20px;
    padding-bottom: 10px;
}

#store_body #shop_prices .trackbar_inputs {
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

#store_body .main-slider .swiper-pagination {
    display: none;
}

@media (max-width: 1729px) {
    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
        width: 58%;
    }
}

@media (max-width: 1599px) {
    #store_body #blog-carousel .owl-controls .owl-buttons .owl-prev {
        left: 0px;
    }

    #store_body #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: 0px;
    }

}

@media (max-width: 1499px) {
    #store_body .main-menu > ul > li {
        padding: 36px 10px;
    }

    #store_body .header_right {
        width: 16%;
        margin: 0 0 0 10px;
    }

    #store_body #column-left .product-items .product-details, #store_body #column-left .product-items .product-details, #store_body #column-right .product-items .product-details {
        width: 54%;
    }

    #store_body .header_search .btn.btn-default.btn-lg {
        padding: 11px 15px 11px 14px;
    }

    #store_body .search_box .form-control-select {
        width: 125px;
    }
}

@media (max-width: 1459px) {

    #store_body #shop_footer h5 {
        font-size: 20px;
    }

    #store_body #form-currency .btn-link strong {
        padding: 0 0px 0 0;
    }

    #store_body .pull-left #form-language .fa.fa-caret-down,
    #store_body .pull-left #form-currency .fa.fa-caret-down {
        padding: 0 6px;
    }
}

@media (max-width: 1429px) {
    #store_body .cms-inner-block1 {
        margin-right: 23px;
    }

    #store_body .cms-inner-block1, #store_body .cms-inner-block2 {
        width: 49%;
    }

    #store_body #shop_content .product-list .product-block .image {
        width: 28%;
    }
}

@media (max-width: 1259px) {
    #store_body .search_toggle {
        width: 240px;
    }
}

@media (max-width: 1199px) {
    #store_body .panel.panel-default.col-lg-6 {
        width: 50%;
        float: left;
    }

    #store_body .footer-blocks .col-sm-6.column.footerleft, #store_body .footer-blocks .col-sm-6 {
        padding: 0 15px;
    }

    #store_body .module_default_width {
        width: 200px;
    }
}

#store_body .special_default_width {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #store_body .sort-by-wrapper .sort {
        text-align: right !important;
        display: flex;
        justify-content: end;
        flex: 1;
    }

    #store_body .sort-by-wrapper .sort .form-group {
        width: 200px;
    }

    #store_body .show-wrapper .limit {
        text-align: right !important;
        display: flex;
        justify-content: end;
        flex: 1;
    }

    #store_body .show-wrapper .limit .form-group {
        width: 200px;
    }

    #store_body .category_filter .btn-list-grid {
        width: 100%;
    }

    #store_body .category_filter .btn-list-grid .btn-group {
        width: auto;
    }

    #store_body .category_filter .pagination-right {
        float: unset;
    }

    #store_body .sort-by-wrapper, #store_body .show-wrapper {
        height: 40px;
    }

    #store_body:not(.store_2) #contact_info {
        margin-bottom: 20px;
    }

    #store_body:not(.store_2).place_order #shop_place_order .card-body {
        padding: 0;
    }
}

#store_body #wd_category_feature .container {
    overflow: hidden;
}

#store_body .banners-slider-carousel .customNavigation {
    display: none;
}


#store_body .active .mobile_togglemenu::before {
    content: "\F143";
    font-family: Material Design Icons;
}


#store_body .toggle .mobile_togglemenu::before {
    color: #ffffff;
    content: "\F140";
    font-family: Material Design Icons;
    font-size: 18px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    right: 10px;
    text-align: center;
    top: 6px;
    width: 20px;
}

#store_body .fa-facebook::before {
    content: "\F20C" !important;
    font-family: Material Design Icons !important;
}


#store_body .title_block {
    position: relative;
}

@media (min-width: 576px) {
    #store_body .footer-cms, #store_body .footerleft {
        max-width: 100% !important;
    }
}

#store_body .product-details .caption {
    width: 100%;
}

#store_body #column-left .toggle .mobile_togglemenu::before {
    color: black;
}

#store_body span.hidden-xs, #store_body span.hidden-sm, #store_body span.hidden-md, #store_body span.hidden-lg {
    display: inline;
}

#store_body .pagination > .active > a, #store_body .pagination > .active > span, #store_body .pagination > .active > a:hover, #store_body .pagination > .active > span:hover, #store_body .pagination > .active > a:focus, #store_body .pagination > .active > span:focus {
    color: #000;
}

#store_body .pagination > li > a, #store_body .pagination > li > span {
    border-color: #f5f5f5 !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -khtml-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    color: #7a7a7a;
    padding: 7px 12px;
    height: 35px;
    width: 35px;
}

#store_body .pagination > li > a:hover, #store_body .pagination > li > span:hover, #store_body .pagination > li > a:focus, #store_body .pagination > li > span:focus {
    background: #0068c9 none repeat scroll 0 0 !important;
    border: 1px solid #0068c9 !important;
    color: #fff !important;
}

#store_body .page-link {
    border: 0px !important;
}

#store_body .page-link:hover {
    color: inherit !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

#store_body .product-grid .product_hover_block .btn-danger {
    border: 1px solid #ed2643;
    padding: 0 !important;
}

#store_body #top_search_dropdown {
    padding-left: 0 !important;
}

#store_body #top_search_dropdown .dropdown-divider:first-child {
    display: none;
}

#store_body #top_search_dropdown .search-result__item.search-header {
    padding: .25rem 0.5rem;
    color: var(--gray) !important;
    font-size: 12px;
}


#store_body #top_search_dropdown .search-result__item:not(.dropdown-divider):not(.search-header) {
    line-height: 32px;
    padding-left: 0.5rem;
    font-size: 14px;
}

#store_body #top_search_dropdown .search-result__item:not(.dropdown-divider):not(.search-header):hover {
    background-color: #f6f6f6;
}

#store_body #p_categories .wd_cat_content .title {
    font-size: 15px;
    line-height: 20px;
    color: #132430;
}

#store_body #top_banner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border-radius: 0;
}

#store_body #top_banner .top-information__inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    transition: height 0.3s ease, padding 0.3s ease;
}

#store_body #top_banner img {
    height: 40px;
    vertical-align: middle;
    transition: height 0.3s ease, padding 0.3s ease;
    width: 100%;
    max-width: 700px;
    object-fit: contain;
}

#store_body #top_banner {
    transition: height 0.3s ease, padding 0.3s ease;
}

#store_body #top_banner.hidden {
    height: 0;
    padding: 0;
    overflow: hidden;
}

#store_body #top_banner.hidden .top-information__inner {
    height: 0px;
}

#store_body #top_banner.hidden img {
    height: 0px;
    vertical-align: middle;
}

#store_body #tabpopular-carousel .slider-item {
    width: 200px;
    min-width: 200px;
}

#store_body .layout-2.left-col #shop_content {
    padding: 0;
    width: 74%;
    max-width: 74% !important;
    padding-inline-start: 0;
    flex: auto;
}

#store_body .layout-2.left-col #column-left {
    width: 24%;
    max-width: 24% !important;
    flex: auto;
    padding-left: 0;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 10px;
}

#store_body .layout-2.left-col > div.row {
    display: flex;
    gap: 20px;
}

#store_body .banner-carousel .slider-item {
    display: flex !important;
    justify-content: center;
}

#store_body #content .banners-slider-carousel .product-block {
    max-width: 150px;
}

#store_body .seo_wrapper #info_block {
    width: 100%;
}

#store_body .hometab-wrapper .product-carousel .slick-prev,
#store_body .hometab-wrapper .product-carousel .slick-next {
    display: none !important;
}

#store_body .hometab-heading.box-heading {
    word-wrap: break-word;
}

#store_body:not(.store_2) .page-item.active .page-link {
    border: 1px solid var(--blue) !important;
}

#store_body .client_cabinet .disabled.paginate_button {
    background: unset;
}

#store_body .client_cabinet .pagination > li > a, #store_body .client_cabinet .pagination > li > span {
    padding: 8px 13px;
}

#store_body .client_cabinet .client-wrapper {
    font-size: 14px;
}

@media (max-width: 991px) {
    #store_body .layout-2.left-col #shop_content {
        width: 100%;
        max-width: 100% !important;
    }

    #store_body .layout-2.left-col #column-left {
        width: 100%;
        max-width: 100% !important;
    }

    #store_body.has_add_menu.has_top_banner .client-wrapper {
        padding: calc(80px + 40px) 0 0 0;
    }

    #store_body img#tmzoom {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    #store_body #tab-latest .slick-initialized .slick-slide {
        /*min-width: 200px;*/
    }
}