.top-bar {
    min-height: 34px;
}

.top-bar .top-bar-link {
    padding: 0;
    width: auto;
    display: inline-block;
    font-size: 12px;
    float: left;
}

.top-bar .top-bar-link-right {
    float: right;
}

.top-bar .top-bar-link > li {
    display: inline;
    float: left;
    line-height: 34px;
    padding-right: 15px;
}

.main-menu .navbar > .container-fluid {
    padding: 0;
}

.top-bar .top-bar-link > li .fa {
    color: #5a88ca;
}

.top-bar .top-bar-link > li:first-child {
    padding-left: 0;
}

.top-bar .top-bar-link > li:last-child {
    padding-right: 0;
}

.top-bar .top-bar-link.dot > li > a {
    position: relative;
    padding-left: 15px;
}

.top-bar .top-bar-link.dot > li > a:before {
    content: "\f111";
    font-size: 6px;
    color: #5a88ca;
    margin-right: 15px;
    position: absolute;
    top: -7px;
    left: 0;
}

.box-header {
    border: 1px solid #eaeaea;
    padding: 8px 0px;
    background: #f9f9f9;
    min-height: 50px;
}

/*-------------------
[2. Advanced Search]
--------------------*/
.advanced-search {
    background: #fff;
    height: 34px;
    position: relative;
}

.advanced-search .search-category {
    border-right: 1px solid #eaeaea;
    height: 32px;
}

.advanced-search .search-category .search-category-select {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 30px;
    padding: 0;
}

.advanced-search .search-input {
    width: 100%;
}

.advanced-search .search-input > input {
    width: 90%;
    border: none;
    border-radius: 4px;
    height: 45px;
    font-weight: 400;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 20px;
    background: white;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 300;
}

.advanced-search .search-input > input::placeholder {
    color: #BBBBBB;
}

.advanced-search .btn-search {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 90%;
    color: #fff;

    text-align: center;

}

.advanced-search #category-select-button {
    width: 100% !important;
    background: none;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    height: 30px;
    position: relative;
    min-width: 135px;
}

.advanced-search #category-select-button span.ui-selectmenu-text {
    line-height: inherit;
    color: #000000;
    font-weight: normal;
    line-height: 20px;
}

.advanced-search .ui-state-focus {
    outline: none;
}

.advanced-search .ui-selectmenu-button span.ui-icon {
    background: none;
    text-indent: inherit;
    text-align: center;
    margin-top: -10px;
}

.advanced-search .ui-selectmenu-button span.ui-icon:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #000000;
}

#category-select-menu {
    background: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 14px;
}

#category-select-menu .ui-state-focus {
    border: none;
    font-weight: normal;
    background: #5a88ca;
    color: #fff;
}

#category-select-menu .ui-menu-item {
    padding: 3px 15px;
}

/*----------------
[3. Block currency language]
-----------------*/
.wrap-block-cl .inner-cl {
    background: #fff;
    min-height: 34px;
    line-height: 34px;
}

.wrap-block-cl .inner-cl img {
    margin-top: -3px;
    margin-right: 10px;
}

.wrap-block-cl .inner-cl > .dropdown > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 15px;
}

.wrap-block-cl .language,
.wrap-block-cl .currency {
    width: 50%;
    float: left;
    padding-left: 15px;
    height: 32px;
}

.wrap-block-cl .language {
    border-right: 1px solid #eaeaea;
}

.wrap-block-cl .dropdown-menu {
    border: none;
    border-radius: 0px;
}

.wrap-block-cl .dropdown-menu > li > a {
    padding: 3px 10px;
}

.wrap-block-cl .dropdown-menu > li > a:hover {
    background: #5a88ca;
    color: #fff;
}

.wrap-block-cl .dropdown-menu > li > a > img {
    margin-right: 5px;
    margin-top: -2px;
}

/*-----------------------
[4. Block Cart button]
-----------------------*/
.block-wrap-cart .iner-block-cart {
    height: 34px;
    background: #fff;
    line-height: 34px;
}

.block-wrap-cart .iner-block-cart > a {
    width: 100%;
    padding-left: 20px;
    display: block;

}

.block-wrap-cart .iner-block-cart > a .total {
    float: left;
}

.block-wrap-cart .iner-block-cart > a:after {
    width: 28px;
    height: 28px;
    float: right;
    background: #5a88ca;
    content: '';
    border-radius: 90%;
    margin-top: 2px;
    margin-right: 2px;
    background: #5a88ca url('../images/cart-icon.png') no-repeat center center;
}

.block-wrap-cart .block-mini-cart {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1002;
    max-height: 500px;
    overflow-y: auto;
    background: #FFF;
    color: #666;
    width: 300px;
    opacity: 0;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: opacity 0.5s,
    -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    display: block;
    visibility: hidden;
    line-height: 24px;
    font-size: 14px;
}

.block-wrap-cart:hover .block-mini-cart {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.block-wrap-cart:hover .block-mini-cart .mini-cart-content {
    padding: 20px;
    overflow: hidden;
}

.block-wrap-cart:hover .block-mini-cart .mini-cart-head {
    text-transform: uppercase;
    font-size: 12px;
}

.block-wrap-cart:hover .block-mini-cart .mini-cart-list > ul {
    padding: 0;
}

.block-wrap-cart:hover .block-mini-cart .mini-cart-list > ul > li {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    list-style: none;
    width: 100%;
    float: left;
}

.block-wrap-cart:hover .block-mini-cart .mini-cart-list .p-left {
    width: 100px;
    float: left;
    position: relative;
}

.block-wrap-cart:hover .block-mini-cart .mini-cart-list .p-right {
    margin-left: 110px;
}

.block-wrap-cart:hover .block-mini-cart .mini-cart-list .p-right .p-rice {

}

.block-wrap-cart .toal-cart {
    padding: 10px 0;
    width: 100%;
    float: left;
}

.block-wrap-cart .toal-cart .toal-price {
    font-size: 18px;
}

/*----------------------
[7. Block category ]
------------------------*/
.block-category {
    margin-top: 20px;
}

.block-category .nav-tab {
    padding: 0;
    overflow: hidden;
}

.block-category .nav-tab > li {
    list-style: none;
    display: inline;
    padding-right: 1px;
    float: left;
}

.block-category .nav-tab > li > a {
    border-top: 1px solid #eaeaea;
    background: url('../images/bg-tab.png') repeat-x 0 -1px;
    height: 28px;
    float: left;
    padding: 0 15px;
    line-height: 26px;
    text-transform: uppercase;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.block-category .nav-tab > li > a:hover,
.block-category .nav-tab > li.active > a {
    background: #618dcc;
    border-color: #618dcc;
    color: #fff;
}

.block-category .block-inner {
    padding: 0;
}

.block-category .categories {
    padding: 12px 0 19px 0;
    float: left;

}

.block-category .categories > li {
    list-style: none;
    line-height: 30px;
    float: left;
    height: 30px;
    width: 100%;
}

.block-category .categories > li > a {
    width: 100%;
    float: left;
    position: relative;
}

.block-category .categories > li > a:before {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #5a88ca;
    position: absolute;
    z-index: 9;
    margin-left: 20px;
}

.block-category .categories > li > a:after {
    content: "";
    position: absolute;
    top: 32px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    display: none;
}

.block-category .categories > li > a > .text {
    display: inline-block;
    position: relative;
    padding: 1px 15px 1px 50px;
    min-width: 175px;
}

.block-category .categories > li > a > .text:before {
    content: "";
    width: 11px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: -11px;
    background: #5a88ca;
    display: none;
}

.block-category .categories > li > a > .text:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -16px;
    width: 0;
    height: 0;
    border-left: 16px solid #5a88ca;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    display: none;
}

.block-category .categories > li > a > .count {
    float: right;
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

.block-category .categories > li > a:hover > .text:after,
.block-category .categories > li > a:hover > .text:before,
.block-category .categories > li > a:hover:after {
    display: block;
}

.block-category .categories > li > a:hover > .text {
    background: #5a88ca;
    color: #fff;
}

.block-category .categories > li > a:hover:before {
    color: #fff;
}

/*------------------------
[8. block guarantee]
-------------------------*/
.block-guarantee {
    padding: 0 20px 20px 20px;
    line-height: 40px;
    float: left;
}

.block-guarantee ul {
    padding: 0;

}

.block-guarantee ul li {
    list-style: none;
}

.block-guarantee ul li a {
    display: block;
    color: #666666;
}

.block-guarantee ul li a:before {
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #5a88ca;
    margin-right: 10px;
    line-height: 40px;
}

/*-------------------------
[9. Block slider]
---------------------------*/
.block-slider {
    margin-top: 20px;
    position: relative;
    /* float: left; */
}

.block-slider .bx-wrapper {
    overflow: hidden;
    position: relative;
}

.block-slider ul {
    padding: 0;
}

.block-slider ul li {
    list-style: none;
}

.block-slider .bx-pager {
    display: none;
}

.block-slider .bx-prev,
.block-slider .bx-next {
    width: 32px;
    height: 32px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 29px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.block-slider img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.block-slider .bx-prev {
    left: -50px;
    padding-right: 3px;
}

.block-slider .bx-next {
    right: -50px;
    padding-left: 3px;
}

.block-slider:hover .bx-prev {
    left: 10px;
}

.block-slider:hover .bx-next {
    right: 10px;
}

.block-slider .bx-prev:hover,
.block-slider .bx-next:hover {
    background: #5a88ca;
    color: #fff;
    border-color: #5a88ca;
}

/*----------------------
[10. Block top seller ]
------------------------*/
.block-top-sellers {
    margin-top: 30px;
}

.block-top-sellers .block-inner {
    padding: 20px;
}

.block-top-sellers .owl-next {
    top: -56px;
}

.block-top-sellers .owl-prev {
    top: -56px;
    left: inherit;
    right: 21px;
}

/*----------------------
[11. Block Shop features ]
------------------------*/
.block-shop-features {
    margin-top: 30px;
}

.block-shop-features .block-inner {
    padding-bottom: 18px;
}

.block-shop-features ul.list-banner {
    padding: 0;
}

.block-shop-features ul li {
    list-style: none;
    margin-bottom: 10px;
}

.block-shop-features ul li:last-child {
    margin-bottom: 0;
}

/*----------------------
[12. Block offers ]
------------------------*/
.block-offers {
    margin-top: 30px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.block-offers .block-inner {
    padding: 20px 0;
}

.block-offers .owl-next {
    top: -56px;
    right: 20px;
}

.block-offers .owl-prev {
    top: -56px;
    left: inherit;
    right: 41px;
}

.block-offers .products .product {
    float: left;
    padding: 0px 27px;
    border-right: 1px solid #eaeaea;
    overflow: hidden;
}

.block-offers .last-item .product {
    border: none;
}

/*----------------------
[13. Block hot deals ]
------------------------*/
.block-hot-deals {
    margin-top: 30px;
}

.block-hot-deals .block-head {
    position: relative;
}

.block-hot-deals .block-countdownt {
    position: absolute;
    right: 20px;
    top: 15px;
}

.block-hot-deals .block-countdownt .box-count {
    height: 39px;
    width: 53px;
    background: #5a88ca;
    color: #fff;
    text-align: center;
    float: left;
    padding: 0 10px;
    line-height: 15px;
    font-size: 12px;
    padding-top: 5px;
}

.block-hot-deals .block-countdownt .box-count.hrs {
    background: #6a93cf;
}

.block-hot-deals .block-countdownt .box-count.min {
    background: #7a9fd4;
}

.block-hot-deals .block-countdownt .box-count.secs {
    background: #8aaad9;
}

.block-hot-deals .block-countdownt .number {
    width: 100%;
    float: left;
    font-weight: bold;
}

.block-hot-deals .block-countdownt .text {
    width: 100%;
    float: left;
}

.block-hot-deals .block-countdownt .dot {
    display: none;
}

.block-hot-deals .owl-prev,
.block-hot-deals .owl-next {
    top: 40%;
}

.block-hot-deals .owl-prev {
    left: -10px;
}

.block-hot-deals .owl-next {
    right: -10px;
}

.block-banner {
    margin-top: 30px;
}

/*----------------------
[14. Popular Categories ]
------------------------*/
.block-popular-cat {
    margin-top: 30px;
}

.block-popular-cat .title {
    position: relative;
    height: 30px;
    display: block;
    padding-right: 60px;
    padding-left: 300px;
}

.block-popular-cat .title:after {
    content: '';
    height: 5px;
    border: 1px solid #eaeaea;
    width: auto;
    min-width: 100%;
    display: inline-block;
    border-radius: 2px;
}

.block-popular-cat .title .text {
    position: absolute;
    left: 0;
    height: 30px;
    background: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 30px;
}

.block-popular-cat .inner {
    padding: 0 30px;
    border-right: 1px solid #eaeaea;
    margin-top: 37px;
}

.block-popular-cat .last-item .inner {
    border: none;
}

.block-popular-cat .parent-categories {
    text-transform: uppercase;
}

.block-popular-cat .sub-categories {
    padding: 0;
}

.block-popular-cat .sub-categories li {
    list-style: none;
    line-height: 30px;
}

.block-popular-cat .sub-categories li a:before {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #5a88ca;
    margin-right: 15px;
}

.block-popular-cat .owl-next {
    top: -21px;
}

.block-popular-cat .owl-prev {
    top: -21px;
    left: inherit;
    right: 21px;
}

/*-----------------
 [ 15 Vertical megamenus]
 */
.block-vertical-menu {
    padding: 0;
    margin-top: 20px;
}

.block-vertical-menu .vertical-head .vertical-title {
    margin: 0;
    padding: 0;
    line-height: inherit;
    cursor: default;
}

.block-vertical-menu .vertical-head .vertical-title:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f0c9";
    float: right;
}

.block-vertical-menu .vertical-head {
    background: #5d8acb;
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.block-vertical-menu .vertical-menu-content {
    background: #fff;
}

.block-vertical-menu .vertical-menu-list {
    padding: 0;
    margin-top: 3px;
    padding-bottom: 1px;
}

.block-vertical-menu .vertical-menu-list > li {
    display: block;
    position: relative;
    height: 30px;
    padding: 10px 0 8px 10px;
    border-bottom: 1px solid #eaeaea;
}

.block-vertical-menu .vertical-menu-list > li:last-child {
    border: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.block-vertical-menu .vertical-menu-list > li > a {
    line-height: 44px;
    font-size: 19px;
    display: block;
}

.block-vertical-menu .vertical-menu-content ul > li > a.parent:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 22px;
    right: 5px;
    display: none;
}

.block-vertical-menu .vertical-menu-content ul > li > a.parent:after {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: -2px;
    width: 2px;
    content: ' ';
    z-index: 2000;
    opacity: 0;
}

.block-vertical-menu .vertical-menu-content ul > li:hover > a.parent:after {
    opacity: 1;
}

.block-vertical-menu .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;

}

.block-vertical-menu .vertical-menu-content > ul > li > a > img.icon-menu {
    vertical-align: middle;
    padding-right: 10px;
}

.vertical-dropdown-menu {
    position: absolute;
    top: -15px;
    left: 100%;
    z-index: 900;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 0;
    background: #fbfbfb;
}

.block-content-vertical-menu {
    display: block;
    float: left;
    width: 100%;
}

.block-content-vertical-menu.border .inner {
    border: 1px solid #eaeaea;
    background: #fff;
    border-top: none;
}

.block-content-vertical-menu.border-left .inner {
    border: 1px solid #eaeaea;
    background: #fff;
}

.block-content-vertical-menu .head {
    height: 30px;
    margin: 0;
    background: #5a88ca;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    line-height: 30px;
    font-weight: 600;
}

.block-content-vertical-menu .inner {
    padding-top: 15px;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.block-content-vertical-menu .inner-img {
    padding: 0 15px;
    padding-bottom: 10px;
}

.vertical-menu-link {
    padding: 0;
}

.vertical-menu-link > li {
    list-style: none;
    line-height: 30px;
    float: left;
    height: 30px;
    width: 100%;
}

.vertical-menu-link > li > a {
    width: 100%;
    float: left;
    position: relative;
}

.vertical-menu-link > li > a:before {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #5a88ca;
    position: absolute;
    z-index: 9;
    margin-left: 15px;
}

.vertical-menu-link > li > a .text {
    display: inline-block;
    position: relative;
    padding: 1px 15px 1px 40px;
    min-width: 100px;
}

.vertical-menu-link > li > a .count {
    float: right;
    font-size: 12px;
    color: #999;
    padding-right: 15px;
}

.vertical-menu-link > li > a:after {
    content: "";
    position: absolute;
    top: 32px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    display: none;
}

.vertical-menu-link > li > a .text:before {
    content: "";
    width: 11px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: -11px;
    background: #5a88ca;
    display: none;
}

.vertical-menu-link > li > a .text:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -16px;
    width: 0;
    height: 0;
    border-left: 16px solid #5a88ca;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    display: none;
}

.vertical-menu-link > li > a:hover .text,
.vertical-menu-link > li > a:hover:before {
    background: #5a88ca;
    color: #fff;
}

.vertical-menu-link > li > a:hover:after,
.vertical-menu-link > li > a:hover .text:after,
.vertical-menu-link > li > a:hover .text:before {
    display: block;
}

/** CUSTOM COLOR**/
.ef4896 .button-radius:before {
    background-color: #ef4896;
}

.ef4896 a:hover {
    color: #ef4896;
}

.ef4896 .block-content-vertical-menu .head {
    background: #ef4896;
}

.ef4896 .vertical-menu-link > li > a .text:after {
    border-left-color: #ef4896;
}

.ef4896 .vertical-menu-link > li > a .text:before {
    background: #ef4896;
}

.ef4896 .vertical-menu-link > li > a:before {
    color: #ef4896;
}

.ef4896 .vertical-menu-link > li > a:hover .text,
.ef4896 .vertical-menu-link > li > a:hover:before {
    background: #ef4896;
    color: #fff;
}

/*-----------------------*/
.e664fe .button-radius:before {
    background-color: #e664fe;
}

.e664fe a:hover {
    color: #e664fe;
}

.e664fe .block-content-vertical-menu .head {
    background: #e664fe;
}

.e664fe .vertical-menu-link > li > a .text:after {
    border-left-color: #e664fe;
}

.e664fe .vertical-menu-link > li > a .text:before {
    background: #e664fe;
}

.e664fe .vertical-menu-link > li > a:before {
    color: #e664fe;
}

.e664fe .vertical-menu-link > li > a:hover .text,
.e664fe .vertical-menu-link > li > a:hover:before {
    background: #e664fe;
    color: #fff;
}

/*------------------------*/

.fe64a9 .button-radius:before {
    background-color: #fe64a9;
}

.fe64a9 a:hover {
    color: #fe64a9;
}

.fe64a9 .block-content-vertical-menu .head {
    background: #fe64a9;
}

.fe64a9 .vertical-menu-link > li > a .text:after {
    border-left-color: #fe64a9;
}

.fe64a9 .vertical-menu-link > li > a .text:before {
    background: #fe64a9;
}

.fe64a9 .vertical-menu-link > li > a:before {
    color: #fe64a9;
}

.fe64a9 .vertical-menu-link > li > a:hover .text,
.fe64a9 .vertical-menu-link > li > a:hover:before {
    background: #fe64a9;
    color: #fff;
}

.vertical-dropdown-menu .mega-group-header {
    border-bottom: 1px solid #eaeaea;
    font-size: 20px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.vertical-dropdown-menu .mega-group-header span {
    padding-bottom: 10px;
    border-bottom: 1px solid #5d8acb;
    float: left;
    margin-bottom: -1px;
    font-weight: 600;
}

.vertical-dropdown-menu .group-link-default {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.vertical-dropdown-menu .group-link-default li {
    list-style: none;
    line-height: 30px;
}

/*-----------------
 [16. Block banner right]
 */
.block-banner-right {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.block-banner-right a {
    margin-bottom: 15px;
    display: block;
}

.block-banner-right a:last-child {
    margin-bottom: 0;
}

/*-------------------------
[17. Block banner owl]
---------------------------*/
.block-banner-owl {
    margin-top: 30px;
}

.block-banner-owl .owl-next {
    right: -10px;
}

.block-banner-owl .owl-prev {
    left: -10px;
}


/*-------------------------
[19. Block header right]
---------------------------*/
.block-header-right {
    width: auto;
    display: inline-block;
    float: right;
}

.block-header-right ul {
    padding: 0;
}

.block-header-right ul li {
    list-style: none;
    display: inline;
    float: left;
}

.block-header-right .item {
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #eaeaea;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}

.block-header-right .item.item-cart {
    background: #5a88ca;
    color: #fff;
    position: relative;
}

.block-header-right .item.item-cart .icon,
.block-header-right .item.item-cart > a {
    color: #fff;
}

.block-header-right .item:last-child {
    border: none;
    padding-right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.block-header-right .item .icon {
    width: 30px;
    height: 40px;
    float: left;
    line-height: 33px;
    color: #5a88ca;
    font-family: "FontAwesome";
    font-size: 14px;
    float: left;
}

.block-header-right .item .icon.phone:before {
    content: "\f232";

}

.block-header-right .item .icon.wish-list:before {
    content: "\f08a";
}

.block-header-right .item .icon.login:before {
    content: "\f084";
}

.block-header-right .item .icon.checkout:before {
    content: "\f0a9";
}

.block-header-right .item .icon.cart:before {
    content: "\f07a";
}

.block-header-right .item .line1,
.block-header-right .item .line2 {
    padding-right: 15px;
    float: left;
}

.block-header-right .item .line2 {
    font-weight: bold;

}

/*-------------------------
[20. Block hot delas 2]
---------------------------*/
.block-hot-deals2 {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.block-hot-deals2 .title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

.block-hot-deals2 .countdown .dot {
    display: none;
}

.block-hot-deals2 .countdown .box-count {
    width: 50px;
    height: 50px;
    background: #f34235;
    border-radius: 50%;
    float: left;
    color: #fff;
    padding: 4px;
    margin-right: 3px;
    position: relative;
    font-size: 12px;
}

.block-hot-deals2 .countdown .box-count:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
}

.block-hot-deals2 .countdown .box-count .number {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
}

.block-hot-deals2 .countdown .box-count .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
}


.block-hot-deals2 .products {
    width: 100%;
    float: left;
}

.block-hot-deals2 .product {
    margin: 0px 1px;
    padding: 8px 8px 20px 8px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 6px;
}

.block-hot-deals2 .owl-next {
    right: -10px;
    top: 40%;
}

.block-hot-deals2 .owl-prev {
    left: -10px;
    top: 40%;
}

/*-------------------------
[21. Banner text]
---------------------------*/
.banner-text {
    background: #5a88ca;
    color: #fff;
    text-align: center;
    padding: 30px;
    line-height: 23px;

}

.banner-text h1,
.banner-text h2,
.banner-text h3,
.banner-text h4,
.banner-text h5,
.banner-text h6 {
    margin: 0;
    padding: 0;
}

.banner-text.banner-text-left {
    color: #000000;
    text-align: left;
}

.banner-text .content-text {
    width: 50%;
}

.block-banner2 {
    margin-top: 20px;
}

.block-banner2 .box-left {
    padding: 60px 15px 60px 30px;
    position: relative;
}

.block-banner2 .box-left:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #eaeaea;
}

.block-banner2 .box-left .inner {
    padding-top: 50px;
}

.block-banner2 .box-left .content-text {
    margin-top: 25px;
}

.block-banner2 .box-right {
    padding-left: 0;
}

.block-banner2 .box-right .item {
    padding: 35px 30px 35px 30px;
    border-bottom: 1px solid #eaeaea;
    line-height: 18px;

}

.block-banner2 .box-right .item p {
    margin-bottom: 0;
}

.block-banner2 .box-right .item .button-radius {
    margin-top: 15px;
}

.block-banner2 .box-right .item .content-text {
    margin-top: 10px;
}

.block-banner2 .box-right .item.i2 {
    border: none;
}

.block-banner2 h1,
.block-banner2 h2,
.block-banner2 h3,
.block-banner2 h4,
.block-banner2 h5,
.block-banner2 h6 {
    margin: 0;
    padding: 0;
}

/**block-popular-cat2**/
.block-popular-cat2 {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.block-popular-cat2 .block-popular-cat2-item {
    margin-top: 10px;
}

.block-popular-cat2 .title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.block-popular-cat2 .block-inner {
    border-left: 4px solid #5dc7cb;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
}

.block-popular-cat2 .cat-name {
    text-transform: uppercase;
    padding-left: 30px;
    color: #5dc7cb;
    width: 170px;
    float: left;
}

.block-popular-cat2 .box-subcat {
    margin-left: 170px;
}

.block-popular-cat2 .box-subcat .owl-prev {
    left: -140px;
    bottom: 0px;
    top: inherit;
}

.block-popular-cat2 .box-subcat .owl-next {
    right: inherit;
    left: -118px;
    bottom: 0px;
    top: inherit;
}

.block-popular-cat2 .list-subcat {
    padding: 0 25px;

}

.block-popular-cat2 .list-subcat li {
    list-style: none;
}

.block-popular-cat2 .list-subcat li a {
    position: relative;
    float: left;
}

.block-popular-cat2 .list-subcat li a:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5dc7cb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.block-popular-cat2 .list-subcat li a:hover:before {
    top: 0;
    opacity: 0.7;
    visibility: inherit;
}

.block-popular-cat2 .block-popular-cat2-item.box2 {
    color: #ef4896;
}

.block-popular-cat2 .block-popular-cat2-item.box2 .block-inner {
    border-color: #ef4896;
}

.block-popular-cat2 .block-popular-cat2-item.box2 .cat-name {
    color: #ef4896;
}

.block-popular-cat2 .block-popular-cat2-item.box2 .list-subcat li a:before {
    background: #ef4896;
}

.block-popular-cat2 .block-popular-cat2-item.box3 {
    color: #63bd0b;
}

.block-popular-cat2 .block-popular-cat2-item.box3 .block-inner {
    border-color: #63bd0b;
}

.block-popular-cat2 .block-popular-cat2-item.box3 .cat-name {
    color: #63bd0b;
}

.block-popular-cat2 .block-popular-cat2-item.box3 .list-subcat li a:before {
    background: #63bd0b;
}

/*-------------------------
[22. block-breadcrumbs]
---------------------------*/
.block-breadcrumbs {
    margin-top: 10px;
    padding-left: 15px;
    font-size: 12px;
}

.block-breadcrumbs ul {
    padding: 0;
}

.block-breadcrumbs ul li a {
    float: left;
}

.block-breadcrumbs ul li {
    display: inline;
    float: left;
    list-style: none;
    height: 40px;
    line-height: 40px;
}

.block-breadcrumbs ul li span {
    position: relative;
    float: left;
    width: 30px;
    text-indent: -9999em;
    height: 100%;
    background: url('../images/bg-breadcrumbs.png') no-repeat 0 0;
    padding: 12px 5px;
}

/*-------------------------
[23. Category page]
---------------------------*/
.page-title {
    margin-top: 30px;
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
}

.page-title > span {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 36px;
}

.page-title .compare-link {
    margin: 0;
    float: right;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.sortPagiBar {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.sortPagiBar .pagination {
    margin: 0;
    border-radius: 0;
    font-size: 12px;
    float: right;
    text-transform: uppercase;
}

.sortPagiBar .pagination > li:first-child > a,
.sortPagiBar .pagination > li:first-child > span,
.sortPagiBar .pagination > li:last-child > a,
.sortPagiBar .pagination > li:last-child > span {
    border-radius: 0;
}

.sortPagiBar .pagination > li > a,
.sortPagiBar .pagination > li > span {
    color: #666;
    padding: 5px 12px;
}

.sortPagiBar .pagination > .active > a,
.sortPagiBar .pagination > .active > a:focus,
.sortPagiBar .pagination > .active > a:hover,
.sortPagiBar .pagination > .active > span,
.sortPagiBar .pagination > .active > span:focus,
.sortPagiBar .pagination > .active > span:hover {
    color: #fff;
}

.sortPagiBar .show-product-item,
.sortPagiBar .sort-product {
    width: auto;
    display: inline-block;
    float: right;
    margin-right: 30px;
    height: 30px;
    border: 1px solid #eaeaea;
}

.sortPagiBar .show-product-item > select,
.sortPagiBar .sort-product > select {
    width: auto;
    display: inline-block;
    border: none;
    height: 28px;
    padding: 0 10px;
    padding-right: 20px;
}

.sortPagiBar .sort-product .icon {
    width: 28px;
    height: 28px;
    border-left: 1px solid #eaeaea;
    display: inline-block;
    line-height: 28px;
    text-align: center;
}

.display-product-option {
    width: auto;
    float: left;
    padding: 0;
}

.display-product-option li {
    list-style: none;
    display: inline;
    float: left;
}

.display-product-option li.view-as-grid span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url("../images/grid-view-bg.png") 0 0 #666;
}

.display-product-option li.view-as-list span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url("../images/list-view-bg.png") 0 0 #666;
}

.display-product-option li.selected span,
.display-product-option li:hover span {
    background-color: #5a88ca;
    background-position: 0 -30px;
}

.category-products {
    width: 100%;
    margin-bottom: -15px;
    display: inline-block;
}

.category-products .products .product {
    margin-bottom: 30px;
}

.category-products .products .product-container {
    /*padding: 10px 10px 25px 10px;*/
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}

.category-products .products.list .product-container {
    padding-bottom: 10px;
}

/*-------------------------
[24. Block filter top]
---------------------------*/
.block-filter-top {
    margin-top: 30px;
}

.block-filter-top table {
    width: 100%;
}

.block-filter-top .filter-label {
    float: left;
    line-height: 40px;
    background: #fbfbfb;
    border-right: 1px solid #eaeaea;
    padding-left: 25px;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 40px;
    padding-right: 25px;
    width: 100%;
    float: left;
}

.block-filter-top .filter-value {
    float: left;
    width: 100%;
    min-height: 40px;
}

.block-filter-top .list-category {
    margin: 0;
    padding: 0;
}

.block-filter-top .list-category li {
    list-style: none;
    display: inline;
    float: left;
    padding-right: 30px;
    line-height: 40px;
}

.block-filter-top .amount-range-price,
.block-filter-top .slider-range-price {
    width: auto;
    display: inline-block;
}

.block-filter-top .slider-range-price {
    min-width: 260px;
}

.block-filter-top .box-filter-price {
    padding-top: 4px;
}

.block-filter-top .slider-range-price {
    margin-top: 0;
}

.block-filter-top .amount-range-price {
    margin-top: 2px;
    margin-left: 20px;
}

.block-filter-top .list-color {
    padding: 0;
}

.block-filter-top .list-color li {
    list-style: none;
    display: inline;
    float: left;
    padding-right: 8px;
    padding-top: 10px;
}

.block-filter-top .list-color li span {
    font-size: 0px;
    width: 40px;
    height: 20px;
    border: 1px solid #eaeaea;
    padding: 1px;
    display: block;
}

.block-filter-top .list-color li > a {
    position: relative;
}

.block-filter-top .list-color li > a:before {
    width: 5px;
    height: 5px;
    background: url('../images/arow.png') no-repeat;
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    left: 17px;
    display: none;
}

.block-filter-top .list-color li > a:hover:before,
.block-filter-top .list-color li.selected > a:before {
    display: block;
}

.block-filter-top .list-size {
    padding: 0;
}

.block-filter-top .list-size li {
    list-style: none;
    display: inline;
    float: left;
    padding-right: 8px;
    padding-top: 10px;

}

.block-filter-top .list-size li span {
    height: 20px;
    border: 1px solid #eaeaea;
    padding: 1px;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 15px;
    font-size: 14px;
    line-height: 17px;
}

.block-filter-top .first {
    padding-top: 15px;
}

.block-filter-top .last {
    padding-bottom: 15px;
}

/*-------------------------
[25. Block categories slider]
---------------------------*/
.block-categories-slider {
    padding: 10px;
    margin-top: 30px;
}

.block-categories-slider img {
    border-radius: 5px;
}

.block-categories-slider .owl-prev {
    left: -22px;
}

.block-categories-slider .owl-next {
    right: -22px;
}

.block-sidebar {
    margin-top: 30px;
}

.block-sidebar .block-head {
    padding: 17px 20px;
}

.block-sidebar .block-inner {
    padding: 0;
}

.block-sidebar .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.block-list-category {
    padding: 10px 20px 10px 20px;
}

.block-list-category ul {
    padding: 0;
}

.block-list-category li {
    list-style: none;
    line-height: 30px;
    position: relative;
}

.block-list-category > ul > li > a {
    font-weight: 600;
}

.cat-item.e664fe .block-content-vertical-menu .head {
    background: #e664fe;
}

.block-list-category > ul > li {
    position: relative;
    cursor: pointer;
}

.block-list-category > ul > li:after {
    height: 13px;
    width: 13px;
    content: '';
    background: url('../images/plus-square.png') no-repeat;
    display: inline-block;
    float: right;
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
}

.block-list-category > ul > li:hover:after {
    background: url('../images/plus-square-hover.png') no-repeat;
}

.block-list-category > ul > li.active:after {
    background: url('../images/minus.png') no-repeat;
    top: 15px;
}

.block-list-category > ul > li.active:hover:after {
    background: url('../images/minus-hover.png') no-repeat;
}

.block-list-category > ul > li > ul > li > a:before {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #5a88ca;
    margin-right: 15px;
}

.block-filter {
    border-bottom: 1px solid #eaeaea;
    margin-top: 13px;
    float: left;
    width: 100%;
    padding: 0 20px 13px 20px;
}

.block-filter .block-sub-title {
    font-weight: 600;
    padding-bottom: 5px;

}

.check-box-list {
    overflow: hidden;
    padding: 0;
}

.check-box-list li {
    line-height: 30px;
    list-style: none;
}

.check-box-list label {
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
    font-weight: normal;
    color: #666;
}

.check-box-list label:hover {
    color: #5a88ca;
}

.check-box-list input[type="checkbox"] {
    display: none;
}

.check-box-list input[type="checkbox"] + label span.button {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/checkbox.png") no-repeat;
    padding: 0;
    border: none;
    margin-bottom: -2px;
}

.check-box-list input[type="checkbox"]:checked + label span.button {
    background: #5a88ca url("../images/checked.png") no-repeat center center;
}

.check-box-list input[type="checkbox"]:checked + label {
    color: #5a88ca;
}

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 2px;
}

.check-box-list.corlor label {
    position: relative;
}

.check-box-list.corlor label:before {
    width: 5px;
    height: 5px;
    background: url('../images/arow.png') no-repeat;
    display: block;
    content: '';
    position: absolute;
    top: -10px;
    left: 17px;
    display: none;
}

.check-box-list.corlor label:hover:before,
.check-box-list.corlor input[type="checkbox"]:checked + label:before {
    display: block;
}

.check-box-list.corlor input[type="checkbox"] + label span.button {
    width: 40px;
    height: 20px;
    border: 1px solid #eaeaea;
    padding: 1px;
    float: left;
    margin-top: -5px;
}

.block-filter-inner .slider-range-price {
    height: 1px;
    border-radius: 0;
    background: #5a88ca;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.block-filter-inner .ui-slider-handle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: #5a88ca;
    border: none;
}

.block-filter-inner .ui-slider-handle:hover,
.block-filter-inner .ui-slider-handle:focus {
    outline: none;
}

.block-filter-inner .ui-slider-range {
    background: #eaeaea;
}

/*-----------------
[26 block-specials]
------------------*/
.block-specials {
    margin-top: 30px;
}

.block-specials .block-head {
    font-weight: 600;
}

.block-specials .product {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    overflow: hidden;
}

.block-specials .product .image {
    width: 100px;
    float: left;
}

.block-specials .product .image img {
    border: 1px solid #eaeaea;
}

.block-specials .product .product-name,
.block-specials .product .price-box {
    margin-left: 110px;
}

.block-specials .button-radius {
    margin-top: 20px;
}

/*--------------------------
[27. Product detail]
----------------------------*/

.product-page .block-top-sellers {
    margin-top: 30px;
}

.block-product-info {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.block-product-info .product-name {
    margin-top: 0;
    font-weight: normal;
}

.block-product-info .desc {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}

.block-product-info .variations-box {
    margin-top: 15px;
}

.block-product-info .variations-table {
    width: 100%;
    border: none;
}

.block-product-info .variations-table td {
    border: none;
    padding: 10px 0;
    vertical-align: middle;
}

.block-product-info .variations-table .table-label {
    width: 65px;
}

.block-product-info .variations-box .list-check-box {
    padding: 0;
}

.block-product-info .variations-box .list-check-box li {
    list-style: none;
    display: inline;
    float: left;
    padding-right: 10px;
}

.block-product-info .variations-box .list-check-box li > a {
    width: 40px;
    height: 20px;
    border: 1px solid #eaeaea;
    padding: 1px;
    float: left;
    text-align: center;
    line-height: 15px;
    position: relative;
}

.block-product-info .variations-box .list-check-box li > a span {
    width: 100%;
    height: 100%;
    display: block;
}

.block-product-info .variations-box .list-check-box li > a:before {
    width: 5px;
    height: 5px;
    background: url('../images/arow.png') no-repeat;
    content: '';
    position: absolute;
    top: -7px;
    left: 17px;
    display: none;
}

.block-product-info .variations-box .list-check-box.color {
    font-size: 0;
}

.block-product-info .variations-box .list-check-box li > a:hover:before,
.block-product-info .variations-box .list-check-box li > a.selected:before {
    display: block;
}

.block-product-info .box-qty {
    width: auto;
    display: inline-block;
    float: left;
}

.block-product-info .box-qty .quantity-minus,
.block-product-info .box-qty .quantity-plus {
    width: 35px;
    height: 30px;
    border: 1px solid #eaeaea;
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 0;
}

.block-product-info .box-qty .quantity-minus:hover,
.block-product-info .box-qty .quantity-plus:hover {
    background-color: #f8f8f8;
}

.block-product-info .box-qty .quantity-minus {
    background-image: url('../images/minus.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-product-info .box-qty .quantity-minus:hover {
    background-image: url('../images/minus-hover.png');
}

.block-product-info .box-qty .quantity-plus {
    background-image: url('../images/plus-square.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.block-product-info .box-qty .quantity-plus:hover {
    background-image: url('../images/plus-square-hover.png');
}

.block-product-info .box-qty input.quantity {
    border: 1px solid #eaeaea;
    height: 30px;
    width: 120px;
    float: left;
    border-right: none;
    border-left: none;
    text-align: center;
}

.block-product-info .btn-add-cart {
    margin-top: -2px;
    margin-left: 5px;
    float: left;
}

.block-product-info .box-control-button {

}

.block-product-info .box-control-button .link-wishlist {
    width: 19px;
    height: 34px;
    background: url('../images/wishlist-icon.png') no-repeat left center;
    font-size: 0px;
    float: left;
    margin-right: 25px;
}

.block-product-info .box-control-button .link-wishlist:hover {
    background: url('../images/wishlist-icon.png') no-repeat right;
}

.block-product-info .box-control-button .link-compare {
    width: 17px;
    height: 34px;
    background: url('../images/compare-icon.png') no-repeat left center;
    font-size: 0px;
    float: left;
    margin-right: 25px;
}

.block-product-info .box-control-button .link-compare:hover {
    background: url('../images/compare-icon.png') no-repeat right;
}

.block-product-info .box-control-button .link-sendmail {
    width: 17px;
    height: 34px;
    float: left;
    margin-right: 25px;
    font-size: 0;
    line-height: 35px;
}

.block-product-info .box-control-button .link-sendmail:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f0e0";
    color: #e5e5e5;
}

.block-product-info .box-control-button .link-sendmail:hover:before {
    color: #666;
}

.block-product-info .box-control-button .link-print {
    width: 17px;
    height: 34px;
    float: left;
    margin-right: 25px;
    font-size: 0;
    line-height: 35px;
}

.block-product-info .box-control-button .link-print:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f02f";
    color: #e5e5e5;
}

.block-product-info .box-control-button .link-print:hover:before {
    color: #666;
}

.block-category-list {
    margin-top: 30px;
    background: #fbfbfb;
}

.block-category-list .block-inner {
    padding: 30px;
}

.block-category-list a {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #eaeaea;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
}

.block-category-list a img {
    margin-right: 10px;
    margin-top: -5px;
}

.block-category-list a img.icon2 {
    display: none;
}

.block-category-list a:hover {
    background: #5a88ca;
    color: #fff;
}

.block-category-list a:hover .icon2 {
    display: inline-block;
}

.block-category-list a:hover .icon1 {
    display: none;
}

.block-product-image {
    margin-top: 30px;
    padding: 10px;
    overflow: hidden;
    display: block;
}

.block-product-image .product-image {
    overflow: hidden;
}

.block-product-image .product-list-thumb {
    margin-top: 15px;
    overflow: hidden;
    padding: 0 60px;
}

.block-product-image .product-list-thumb .thumbnails {
    padding: 0;
}

.block-product-image .product-list-thumb li {
    list-style: none;
    display: inline;
    float: left;
}

.block-product-image .product-list-thumb li img {
    border: 1px solid transparent;
}

.block-product-image .product-list-thumb li a:hover img,
.block-product-image .product-list-thumb li a.selected img {
    border: 1px solid #5a88ca;
}

.block-product-image .product-list-thumb .owl-prev {
    left: -30px;
}

.block-product-image .product-list-thumb .owl-next {
    right: -30px;
}

.block-product-image .text {
    text-align: center;
    margin-top: 15px;
    color: #999;
}

/*-----------------------
[28. Comment ]
-------------------------*/
.comment-list {
    padding: 0;
}

.comment-list .comment {
    list-style: none;
    margin-top: 15px;
}

.comment-list .comment-avatar {
    width: 80px;
    float: left;
}

.comment-list .comment-avatar img {
    border: 1px solid #eaeaea;
    padding: 4px;
}

.comment-list .comment-content {
    background: #fdfcfc;
    padding: 15px;
}

.comment-list .comment-meta {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    line-height: 18px;
}

.comment-list .comment-author {
    font-weight: 600;
}

.comment-list .comment-date {
    float: right;
    font-size: 13px;
    font-style: italic;
}

.comment-list .comment-entry {
    padding: 15px 0;
}

.comment-list .comment-actions {
    overflow: hidden;
}

.comment-list .comment-reply-link {
    height: 34px;
    padding: 0 15px;
    background: #5a88ca;
    color: #fff;
    float: right;
    line-height: 34px;
}

.comment-list .review-rating {
    font-size: 12px;
    color: #ccc;
}

.comment-form {
    background: #F8F8F8;
    padding: 15px;
}

.comment-form .comment-reply-title {
    margin: 0;
}

.comment-form label {
    font-weight: 600;
}

.comment-form .rating > label {
    width: 100%;
}

.block-products-owl {
    margin-top: 30px;
}

.block-products-owl .owl-prev {
    top: -46px;
    left: inherit;
    right: 21px;
}

.block-products-owl .owl-next {
    top: -46px;
}

/*----------------------
[29. Footer]
------------------------*/
#footer {
    margin-top: 50px!important;
}

.footer-top {
    background: #fbfbfb;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    padding-top: 10px;
}

.footer-block-box {
    min-height: 200px;
    margin-top: 20px;
}

.footer-block-box .block-inner {
    padding: 0 20px 20px 20px;
}

.footer-block-box .block-head {
    margin-top: 2px;
    padding: 12px 20px 0 20px;
    border: none;
    background: none;
    border-top: none !important;
}

.footer-block-box .block-head .block-title {
    margin: 0;
    padding: 0;
}

.footer-block-box .block-head .block-icon {
    padding-right: 20px;
    float: left;
    padding-top: 5px;
}

.footer-block-box .block-head .block-title-text {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}

.footer-block-box .block-head .block-title-text.text-sm {
    font-size: 14px;
    font-style: italic;
}

.footer-block-box .block-head .block-title-text.text-lg {
    font-weight: bold;
}

.footer-block-box .block-info {
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 17px;
    font-size: 12px;
    line-height: 18px;
}

.footer-block-box .block-input-box {
    width: 100%;
    float: left;
    position: relative;
    height: 34px;
    padding: 0 15px;

}

.footer-block-box .block-input-box .input-box-text {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 32px;
}

.footer-block-box .block-input-box .block-button {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #5a88ca;
    color: #fff;
    text-transform: uppercase;
    height: 28px;
    border-radius: 17px;
    border: none;
    padding: 0 10px;
}

.footer-block-box .block-input-box .block-button:hover {
    opacity: 0.8;
}

.footer-block-box .block-input-box .block-button:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 14px;
    margin-left: 3px;
}

.footer-block-box .block-owl {
    margin-top: 30px;
}

.footer-block-box .block-owl .list-partners {
    padding: 0;
    margin: 0;
}

.footer-block-box .block-owl .list-partners .partner {
    list-style: none;
}

.footer-block-box .block-owl .list-partners .owl-prev {
    top: -42px;
    left: inherit;
    right: 21px;
}

.footer-block-box .block-owl .list-partners .owl-next {
    top: -42px;
}

.footer-middle {

}

.block-link-wapper {
    padding-bottom: 25px;
    padding-top: 25px;
}

.block-link-wapper:last-child {
    border-right: none;
}

.block-link ul {
    padding: 0;
}

.block-link ul > li {
    list-style: none;
    font-size: 12px;
}

.block-link ul > li.head {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}

.block-link ul > li img {
    margin-right: 5px;
}

.block-link ul.flag {
    line-height: 35px;
}

.block-link ul.flag .head {
    line-height: 18px;
}

.footer-social {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    line-height: 0;
}

.block-social {
    /*width: auto;*/
    /*display: inline-block;*/
}

.block-social .list-social {
    padding: 0;
}

.block-social .list-social li {
    list-style: none;
    display: inline;
    padding-right: 5px;
    float: left;
}

.block-social .list-social li > a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eaeaea;
    display: block;
    border-radius: 90%;
    font-size: 18px;
    background: #fff;
}

.block-social .list-social li > a:hover {
    background: #5a88ca;
    color: #fff;
    border-color: #5a88ca;
}

.block-payment {
    width: auto;
    display: inline-block;
    float: right;
    margin-top: 3px;
}

.block-payment ul.list-logo {
    padding: 0;
}

.block-payment ul.list-logo > li {
    display: inline;
    float: left;
    list-style: none;
    padding-left: 20px;
}

.footer-bottom {
    padding: 19px 0;
}

.block-coppyright {
    width: auto;
    display: inline-block;
}

.block-shop-phone {
    width: auto;
    display: inline-block;
    float: right;
}

/*------------------------
[30. Inner page]
-------------------------*/
.block-widget {
    margin-top: 30px;
}

.block-widget .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.block-widget .list-link {
    padding: 0;
}

.block-widget .list-link li {
    list-style: none;
    line-height: 30px;
}

.block-sidebar-img {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.block-sidebar-img img {
    moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.list-posts-widget {
    padding: 0;
    line-height: 20px;
}

.list-posts-widget li {
    list-style: none;
    padding-bottom: 15px;
    overflow: hidden;
}

.list-posts-widget li:last-child {
    border: none;
    padding-bottom: 1px;
    margin-bottom: 0;
}

.list-posts-widget .post-thumb {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.list-posts-widget .post-thumb img {
    border: 1px solid #eaeaea;
    padding: 4px;
}

.list-posts-widget .post-info {
    width: 100%;
}

.list-posts-widget .post-info .entry_title {
    margin: 0;
}

.list-posts-widget .post-info .post-meta {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.tagcloud a {
    height: 30px;
    border: 1px solid #eaeaea;
    padding: 0 10px;
    background: #fbfbfb;
    line-height: 28px;
    float: left;
    margin: 2px;
    font-size: 14px !important;
}

.tagcloud a:hover {
    background: #5a88ca;
    color: #fff;
}

.blog-posts {
    line-height: 24px;
    margin-top: 20px;
    padding: 0;
}

.blog-posts .post-item {
    padding-bottom: 30px;
    list-style: none;
}

.blog-posts .post-item:last-child {
    border: none;
    padding-bottom: 20px;
}

.blog-posts .entry-thumb {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.blog-posts .entry-title {
    margin: 0;
    font-size: 18px;
    margin-bottom: 0;
}

.blog-posts .post-item .entry-meta-data {
    padding: 5px 0;
    color: #666;
    font-size: 13px;
}

.blog-posts .post-item .entry-meta-data span {
    margin-right: 5px;
}

.blog-posts .post-item .entry-meta-data .author .fa {
    opacity: 0.7;
}

.blog-posts .post-item .entry-meta-data .fa {
    line-height: inherit;
}

.blog-posts .post-item .post-star {
    font-size: 13px;
}

.blog-posts .post-item .post-star .fa {
    line-height: inherit;
    color: #ff9900;
}

.blog-posts .post-item .entry-excerpt {
    text-align: justify;
}

.blog-posts .post-item .entry-more {
    margin-top: 12px;
}

.blog-posts .post-item .entry-thumb img {
    border: 1px solid #eaeaea;
    padding: 4px;
    width: 100%;
    height: auto;
}

/* Recent Comments*/
.recent-comment-list {
    padding: 0;
    line-height: 20px;
}

.recent-comment-list li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    list-style: none;
}

.recent-comment-list li:last-child {
    border: none;
    margin-bottom: 0px;
}

.recent-comment-list li .author {
    color: #666;
    margin-bottom: 5px;
    font-size: 13px;
}

.recent-comment-list li .comment {
    margin-top: 5px;
    color: #666;
}

.recent-comment-list li > h5 > a {
    color: #000000;
}

/** Blog detail **/
.entry-detail {
    padding-bottom: 20px;
}

.entry-detail .entry-photo img {
    border: 1px solid #eaeaea;
    padding: 10px;
}

.entry-detail .entry-meta-data {
    padding: 10px 0;
    color: #666;
}

.entry-detail .entry-meta-data .fa {
    line-height: inherit;
}

.entry-detail .entry-meta-data span {
    margin-right: 10px;
}

.entry-detail .entry-meta-data .author .fa {
    opacity: 0.7;
}

.entry-detail .entry-meta-data .post-star {
    float: right;

}

.entry-detail .entry-meta-data .post-star .fa {
    color: #ff9900;
}

.entry-detail .entry-meta-data .post-star span {
    margin: 0;
}

.entry-detail .entry-content {
    margin-top: 15px;
}

/* CART PAGE*/
.page-order ul.step {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0;
}

.page-order ul.step li {
    display: inline;
    line-height: 30px;
    width: 20%;
    float: left;
    text-align: center;
    border-bottom: 3px solid #ccc;
    list-style: none;
}

.page-order ul.step li.current-step {
    border-bottom: 3px solid #5a88ca;
}

.page-order .heading-counter {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #eaeaea;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 0px;
}

.page-order .cart_avail {
    text-align: center;

}

.page-order .cart_avail .label {
    white-space: normal;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 0px;
}

.page-order .product-name {
    font-size: 16px;
}

.page-order .cart_description {
    font-size: 14px;
}

.page-order .cart_avail .label-success {
    background: #FFF;
    border: 1px solid #55c65e;
    color: #48b151;
    font-weight: normal;
}

.page-order .cart_navigation a.next-btn {
    float: right;
    background: #ff3366;
    color: #fff;
    border: 1px solid #ff3366;
}

.page-order .cart_navigation a.next-btn:hover {
    opacity: 0.8;
}

.page-order .cart_navigation a.prev-btn {
    float: left;
}

.page-order .cart_navigation a.prev-btn:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    padding-right: 15px;
}

.page-order .cart_navigation a.next-btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding-left: 15px;
}

.cart_summary > thead,
.cart_summary > tfoot {
    background: #f8f8f8;
    color: #000000;
    font-size: 17px;
}

.cart_summary img {
    max-width: 100px;
}

.cart_summary td.cart_product {
    width: 120px;
    padding: 15px;
}

.cart_summary .price {
    text-align: right;
}

.cart_summary .qty {
    text-align: center;
    width: 100px;
}

.cart_summary .qty input {
    text-align: center;
    max-width: 64px;
    margin: 0 auto;
    border-radius: 0px;
    border: 1px solid #eaeaea;
}

.cart_summary .qty a {
    padding: 8px 10px 5px 10px;
    border: 1px solid #eaeaea;
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

.cart_summary .qty a:hover {
    background: #5a88ca;
    color: #fff;
}

.cart_summary .action {
    text-align: center;

}

.cart_summary .action a {
    background: url("../images/delete_icon.png") no-repeat center center;
    font-size: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    line-height: 24px;
}

.cart_summary tfoot {
    text-align: right;
}

.cart_navigation {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.checkout-page {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.checkout-page .checkout-sep {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.checkout-page .box-border {
    margin-bottom: 15px;
}

.checkout-page .box-border .button {
    margin-top: 15px;
}

.checkout-page .box-border label {
    margin-top: 5px;
    font-weight: normal;
}

.checkout-page .box-border p,
.checkout-page .box-border h4 {
    padding-bottom: 5px;
    margin-top: 5px;
}

.checkout-page .box-border .fa {
    line-height: inherit;
}

.checkout-page .box-border input[type="radio"] {
    margin-right: 10px;
}

.checkout-page li {
    list-style: none;
}

.checkout-page ul {
    padding: 0;
}

.box-border {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden;
}

.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle;
}

.table-compare .product-star .fa {
    line-height: inherit;
    color: #ccc;
}

.table-compare .price {
    font-weight: bold;
    color: #ffb424;
}

.table-compare .add-cart:hover {
    opacity: 0.8;
}

.table-compare img {
    margin: 0 auto;
}

.contact-page ul {
    padding-left: 15px;
}

.contact-page .store_info {
    padding: 0;
}

.contact-page .store_info li {
    list-style: none;
}

.contact-page .store_info li .fa {
    margin-right: 10px;
}

.table-wishlist {
    margin-top: 20px;
}

.table-wishlist th {
    background: #fafafa;
}

.list-wishlist {
    margin-top: 20px;
    padding: 0;
}

.list-wishlist li {
    margin-top: 30px;
    list-style: none;
}

.list-wishlist li .product-img {
    border: 1px solid #eee;
    padding: 10px;
}

.list-wishlist li .product-name,
.list-wishlist li .qty,
.list-wishlist li .priority,
.list-wishlist li .button {
    margin-top: 10px;
}

.list-wishlist li .button-action {
    position: relative;
}

.list-wishlist li .button-action a {
    position: absolute;
    right: 10px;
    top: 15px;
}

.list-wishlist li .button-action a .fa {
    line-height: inherit;
}

.sidebar .block-top-sellers {
    margin-top: 30px;
}

/*****************************************************************************************************
										Custom Style
*****************************************************************************************************/
/*add style*/
.breadcrumb > ul,
.breadcrumb > ul > li {
    display: inline-block;
}

.product-star {
    color: #ffe13f !important;
}

.liked {
    color: #ff0000;
}

[data-icon]:before {
    content: attr(data-icon);
}

[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icon-like:before {
    content: "\f004";
}

.icon-unlike:before {
    content: "\f08a";
}

.icon-gear:before {
    content: "\f013";
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

a.sv-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}

a.sv-post-like.liked {
    color: #da1b1b;
}

a.sv-post-like:hover,
a.sv-post-like:active,
a.sv-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #000;
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.block-wrap-cart .iner-block-cart > a:after {
    display: none;
}

.block-wrap-cart .iner-block-cart {
    position: relative;
}

.block-wrap-cart .iner-block-cart:after {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    background: #5a88ca;
    content: '';
    border-radius: 5px;
    margin-top: 2px;
    margin-right: 2px;
    background: #5a88ca url('../images/cart-icon.png') no-repeat center center;
}

/*Begin fix*/
.vc_row.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0;
}

.vc_row[data-vc-full-width] {
    overflow: inherit !important;
}

.banner1 a {
    position: relative;
    display: block;
}

.banner1 a:hover:after {
    opacity: 1;
}

.banner1 a:after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.banner1 {
    margin: 0 -10px;
}

.list-banner {
    padding-right: 25px;
    padding-left: 10px;
}

.admin-bar .main-menu-ontop {
    top: 32px;
}

.block {
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: none;
}

.mc4wp-form input[type="email"] {
    width: 100%;
    border-radius: 0;
    height: 38px;
    padding: 0 10px;
    display: block;
    max-width: 100%;
    border: 0;
}

.mc4wp-form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #5a88ca;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    /*border-radius: 3px;*/
    border: none;
    padding: 0 10px;
    padding-right: 20px;
    font-weight: 100;
}

.mc4wp-form i {
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 14px;
    color: #fff;
}

.mc4wp-form input[type="submit"]::-webkit-input-placeholder:after {
    /*&:after {*/
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 5px;
    /*}*/
}

.mc4wp-form input[type="submit"]:hover {
    opacity: 0.8;
}

ul.top-box ul {
    left: 0;
    visibility: hidden;
    position: absolute;
    top: 200%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1000;
    min-width: 100px;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);*/
    /*border-radius: 4px;*/
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

ul.top-box > li:first-child ul {
    left: -15px;
}

ul.top-box > li {
    display: inline-block;
    width: 48%;
    padding-left: 13px;
    height: 38px;
    position: relative;
}

ul.top-box li:hover > ul {
    visibility: visible;
    top: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

ul.top-box > li > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 6px;
}

ul.top-box > li > a > img {
    margin-top: -2px;
}

ul.top-box > li > a {
    padding: 6px 0;
    display: block;
    line-height: 24px;
}

ul.top-box > li.has-border {
    border-right: 1px solid #eaeaea;
}

ul.top-box ul img {
    margin-right: 6px;
    margin-top: -2px;
}

.container {
    max-width: 1300px;
    width: 100%;
}

/* .price-box span {
    font-weight: bold;
    color: #ffb424;
} */
.price-box ins {
    text-decoration: none;
}

.price-box del {
    font-size: 12px;
    color: #999999;
    padding-left: 15px;
}

.price-box del span {
    font-weight: normal;
    color: #999999;
}

.product-rating {
    background: rgba(0, 0, 0, 0) url("images/rate1.png") repeat scroll 0 0;
    height: 12px;
    margin-left: -2px;
    width: 80px;
    margin-bottom: 8px;
}

.inner-rating {
    background: rgba(0, 0, 0, 0) url("images/rate.png") repeat-x scroll 0 0;
    height: 12px;
}

.main-header .logo {
    display: inline-block;
}

.sv-btn-default {
    background: #5a88ca;
    color: #fff;
    text-transform: capitalize;
    /*border-radius: 3px;*/
    padding: 8px 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 100;
}

.sv-btn-default:after {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 5px;
}

.sv-btn-default:hover {
    color: #fff;
    opacity: 0.8;
}

.map-block .sv-btn-default {
    float: right;
}

.top-box {
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 0;
}

.block-wrap-cart {
    padding-right: 15px;
}

.mini-cart-list .p-right {
    position: relative;
}

.mini-cart-list .p-right .remove_link {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 40%;
    width: 15px;
    height: 15px;
}

.mini-cart-list .p-right .remove_link:hover {
    color: #ffb424;
}

.mini-cart-list .product-info:hover .p-right .remove_link {
    opacity: 1;
}

.widget .widget-title {
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    background: #fbfbfb;
}

.widget > ul {
    padding: 20px;
}

.blog-posts {
    margin-top: 30px;
}

.sortPagiBar .page-numbers {
    margin: 0;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.sortPagiBar-inner {
    float: right;
}

.page-numbers {
    display: inline-block;
    padding-left: 0;
}

.page-numbers > li {
    display: inline-block;
}

.sortPagiBar .page-numbers > li > a, .sortPagiBar .page-numbers > li > span {
    color: #666;
    padding: 2px 10px;
    border: 1px solid #ddd;
}

.page-numbers > li > a:hover,
.page-numbers > li > span.current {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.entry-photo {
    text-align: center;
}

div.comment-author {
    display: inline-block;
}

.comment-list ul.children {
    padding-left: 95px;
}

.shop-breadcrumbs ul li:first-child a:before {
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.content-shop .sortPagiBar-inner nav {
    display: inline-block;
    float: right;
}

.woocommerce .woocommerce-ordering select {
    border: 0;
    height: 29px;
}

.show-product-item span {
    padding: 8px 14px 8px 10px;
    line-height: 14px;
    display: inline-block;
}

.show-product-item span:after {
    content: "\f0d7";
    display: inline-block;
    color: #666;
    margin-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12.5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.sort-product {
    position: relative;
    padding-right: 40px;
}

.sort-product::after {
    content: "\f15d";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 3px;
    background: #fff;
    width: 38px;
    text-align: center;
    height: 27px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 0;
    color: #666;
}

.show-product-item {
    position: relative;
}

.show-product-item .per-page-list {
    opacity: 0;
    position: absolute;
    top: 200%;
    left: -1px;
    border: 1px solid #eaeaea;
    width: 102%;
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.show-product-item .per-page-list li {
    padding: 2px 0;
}

.show-product-item:hover .per-page-list {
    top: 100%;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.woocommerce ul.products {
    margin: 0 -15px;
}

li.item-product {
    margin-bottom: 30px;
}

.single-product-content .price-box del {
    padding-left: 0;
}

.single-product-content .product-rating {
    margin-top: 6px;
}

.single-product-content .cart label {
    width: 65px;
    float: left;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-weight: normal;
    margin-top: -2px;
    position: relative;
    border: 1px solid #eaeaea;
    padding: 0 20px 2px 40px;
    min-height: 34px;
    background: #fff;
    display: inline-block;
    width: auto;
    line-height: 30px;
    color: #666666;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 14px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:before {
    content: ' ';
    background-image: url("images/cart-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    background-color: #5a88ca;
    border-radius: 90%;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 2px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    padding-left: 20px;
    padding-right: 40px
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:hover:before {
    left: 100%;
    margin-left: -30px;
}

.product-side .item-product .product-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 57px;
}

.product-side .item-product {
    margin-bottom: 0;
}

.woocommerce .product-side ul.products {
    margin: 0;
}

.single-product-content .product-side .price-box del {
    padding-left: 15px;
}

.woocommerce .block-products-owl ul.products {
    margin: 0;
}

.block-products-owl .item-product {
    margin-bottom: 0;
}

.woocommerce-Reviews #comments .woocommerce-Reviews-title {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px;
    border: 1px solid #eaeaea;
    padding: 4px;
    background: #fff;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 100px;
    background: #F8F8F8;
    border-radius: 0;
    padding-bottom: 15px;
    border: 0;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 0 15px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: none;
    background: #5a88ca;
    color: #fff;
}

.woocommerce #review_form #respond .form-submit input:hover {
    opacity: 0.9;
    color: #fff;
}

input[type="text"], input[type="email"], input[type="password"] ,input[type="tel"] {
    font-size: 16px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    width: 100%;
    display: block;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
}

input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, select:disabled {
    background: #F5F5F5;
}

input[type="email"], input[type="password"] {
    direction: ltr !important;
    text-align: right !important;
}


.woocommerce #reviews h3.comment-reply-title {
    background: #F8F8F8;
    padding: 15px 15px 0 15px;
}

.woocommerce-Reviews span.required {
    font-size: 0;
}

.inner-tab-detail.block-category-list {
    margin-top: 10px;
}

.inner-tab-detail > h2 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta a {
    font-size: 14px;
    color: #000000;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.product-popup-content {
    padding: 0 15px;
}

.fancybox-inner {
    overflow-x: hidden !important;
    max-width: 1200px !important;
}

.sidebar-widget > select {
    margin: 0 20px 20px 20px;
    width: 85%;
}

.sidebar-widget > label {
    padding: 0 20px;
}

.search-results .page-title {
    margin-top: 30px;
    margin-bottom: 20px;
}

/*.dropdown-menu {*/
/*padding-top: 0;*/
/*padding-bottom: 0;*/
/*}*/

.dropdown-menu > li > a {
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .main-menu .dropdown-menu li:hover{
    background: #5a88ca;
} */
/* .main-menu .dropdown-menu li:hover >a {
    background: rgba(0,0,0,0);
    color: #fff;
} */
.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    /*margin-left: 16px;*/
}

.image-hover2 a:hover:after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.page-template-default .main-page {
    margin-top: 30px;
}

.entry-content .block-popular-cat .sub-categories,
.entry-content ul.products,
.entry-content .block-shop-features ul.list-banner,
.entry-content .block-category .categories,
.entry-content .block-category .nav-tab,
.entry-content .block-slider ul {
    margin-left: 0;
}

.page-title {
    margin-bottom: 30px;
    margin-top: 30px;
    float: none;
}

.entry-content .contact-block ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

.entry-content .contact-block .store_info li .fa {
    margin-right: 10px;
}

.entry-content .contact-block ul.store_info {
    list-style: none;
    margin-left: 0;
}

th.product-price {
    color: #000000;
}

td.product-quantity label {
    display: none;
}

.woocommerce-cart table.cart img {
    width: 80px;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border: none;
    background: #5a88ca;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce input.button,
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce button.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button {
    padding: 0 15px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: none;
    background: #5a88ca;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    opacity: 0.5;
    color: #fff;
    background: #5a88ca;
}

.woocommerce input.button:hover,
.woocommerce table.my_account_orders .order-actions .button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    opacity: 0.9;
    color: #fff;
    background: #5a88ca;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    opacity: 0.9;
    color: #fff;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 0 15px;
    color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}

.woocommerce-checkout abbr.required {
    font-size: 0;
}

input.input-text {
    height: 42px;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    width: 100%;
    display: block;
    max-width: 100%;
    background: #fff;
}

#ship-to-different-address {
    margin-top: 0;
}

#ship-to-different-address label {
    display: inline-block;
}

#ship-to-different-address input {
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 14px;
    margin-right: 5px;
}

.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.order_details td {
    border-top: 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding: 0 15px;
    border: 1px solid #eaeaec;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #eaeaec;
    padding: 5px 15px;
    margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover {
    color: #fff;
    background: #5a88ca;
    border-color: #5a88ca;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
}

.woocommerce-MyAccount-content {
    padding: 15px;
    border: 1px solid #eaeaec;
}

.required {
    font-size: 0;
}

.block-sidebar-img {
    /* margin: -21px; */
    width: auto;
    float: none;
}

.block-sidebar-img img {
    border-radius: 5px;
}

.entry-content ul.top-box {
    margin-left: 0;
}

ul.top-box ul {
    width: 100%;
    min-width: 140px;
}

.block.block-banner2 {
    margin-left: 0;
}

.block-banner2 .box-right .item {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.block-banner2 .box-right .item.i2 {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('../../data/option2/b9.jpg');
}

.sub-menu-list-box .button-radius:before,
.caption-group .button-radius:before,
.wpb_content_element .button-radius:before,
.block-banner2 .button-radius:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 14px;
    color: #fff;
    width: 28px;
    height: 28px;
    background-color: #5a88ca;
    border-radius: 90%;
    text-align: center;
    line-height: 26px;
    top: 2px;
    left: 1px;
    position: absolute;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sub-menu-list-box .button-radius:hover:before,
.caption-group .button-radius:hover:before,
.wpb_wrapper .button-radius:hover:before,
.block-banner2 .button-radius:hover:before {
    left: 100%;
    margin-left: -30px;
}

.list-subcat li {
    list-style: none;
}

.list-subcat li a:hover:before {
    top: 0;
    opacity: 0.7;
    visibility: inherit;
}

.block-popular-cat2 {
    margin-top: 0;
}

.entry-content ul.vertical-menu-list {
    margin-left: 0;
}

/* .vertical-menu-content>ul>li>a>img{
    vertical-align: middle;
    margin-right: 10px;
} */
.block-hot-deals2 .nav-tab {
    margin-left: 0;
}

.cate-list-menu {
    margin-top: -60px;
}

.entry-content ul.vertical-menu-link {
    margin-left: 0;
}

.block-content-vertical-menu {
    float: none;
}

/*Cat red*/
.cat-red .vertical-menu-link > li > a:before,
.cat-red a:hover {
    color: #ef4896;
}

.cat-red .vertical-menu-link > li > a:hover .text, .cat-red .vertical-menu-link > li > a:hover:before {
    background: #ef4896;
    color: #fff
}

.cat-red .wpb_content_element .button-radius:before,
.cat-red .vertical-menu-link > li > a .text:before,
.cat-red .block-content-vertical-menu .head {
    background: #ef4896;
}

.option3 .block-vertical-menu .vertical-menu-list > li.cat-red,
.cat-red .vertical-menu-link > li > a .text:after {
    border-left-color: #ef4896;
}

/*Cat violet*/
.cat-violet .vertical-menu-link > li > a:before,
.cat-violet a:hover {
    color: #e664fe;
}

.cat-violet .vertical-menu-link > li > a:hover .text, .cat-violet .vertical-menu-link > li > a:hover:before {
    background: #e664fe;
    color: #fff
}

.cat-violet .wpb_content_element .button-radius:before,
.cat-violet .vertical-menu-link > li > a .text:before,
.cat-violet .block-content-vertical-menu .head {
    background: #e664fe;
}

.option3 .block-vertical-menu .vertical-menu-list > li.cat-violet,
.cat-violet .vertical-menu-link > li > a .text:after {
    border-left-color: #e664fe;
}

/*Cat pink*/
.cat-pink .vertical-menu-link > li > a:before,
.cat-pink a:hover {
    color: #fe64a9;
}

.cat-pink .vertical-menu-link > li > a:hover .text, .cat-pink .vertical-menu-link > li > a:hover:before {
    background: #fe64a9;
    color: #fff
}

.cat-pink .wpb_content_element .button-radius:before,
.cat-pink .vertical-menu-link > li > a .text:before,
.cat-pink .block-content-vertical-menu .head {
    background: #fe64a9;
}

.option3 .block-vertical-menu .vertical-menu-list > li.cat-pink,
.cat-pink .vertical-menu-link > li > a .text:after {
    border-left-color: #fe64a9;
}

/*Cat green*/
.cat-green .vertical-menu-link > li > a:before,
.cat-green a:hover {
    color: #1f8a70;
}

.cat-green .vertical-menu-link > li > a:hover .text, .cat-green .vertical-menu-link > li > a:hover:before {
    background: #1f8a70;
    color: #fff
}

.cat-green .wpb_content_element .button-radius:before,
.cat-green .vertical-menu-link > li > a .text:before,
.cat-green .block-content-vertical-menu .head {
    background: #1f8a70;
}

/*Cat young-green*/
.young-green .vertical-menu-link > li > a:before,
.young-green a:hover {
    color: #bedb39;
}

.young-green .vertical-menu-link > li > a:hover .text, .young-green .vertical-menu-link > li > a:hover:before {
    background: #bedb39;
    color: #fff
}

.young-green .wpb_content_element .button-radius:before,
.young-green .vertical-menu-link > li > a .text:before,
.young-green .block-content-vertical-menu .head {
    background: #bedb39;
}

/*Cat yellow*/
.cat-yellow .vertical-menu-link > li > a:before,
.cat-yellow a:hover {
    color: #ffe11a;
}

.cat-yellow .vertical-menu-link > li > a:hover .text, .cat-yellow .vertical-menu-link > li > a:hover:before {
    background: #ffe11a;
    color: #fff
}

.cat-yellow .wpb_content_element .button-radius:before,
.cat-yellow .vertical-menu-link > li > a .text:before,
.cat-yellow .block-content-vertical-menu .head {
    background: #ffe11a;
}

.option3 .block-vertical-menu .vertical-menu-list > li.cat-yellow,
.cat-yellow .vertical-menu-link > li > a .text:after {
    border-left-color: #ffe11a;
}

/*Cat orange*/
.cat-orange .vertical-menu-link > li > a:before,
.cat-orange a:hover {
    color: #fd7400;
}

.cat-orange .vertical-menu-link > li > a:hover .text, .cat-orange .vertical-menu-link > li > a:hover:before {
    background: #fd7400;
    color: #fff
}

.cat-orange .wpb_content_element .button-radius:before,
.cat-orange .vertical-menu-link > li > a .text:before,
.cat-orange .block-content-vertical-menu .head {
    background: #fd7400;
}

.option3 .block-vertical-menu .vertical-menu-list > li.cat-orange,
.cat-orange .vertical-menu-link > li > a .text:after {
    border-left-color: #fd7400;
}

/*End*/

.block-header-right .item i {
    width: 30px;
    height: 40px;
    float: left;
    line-height: 33px;
    color: #5a88ca;
    font-family: "FontAwesome";
    font-size: 14px;
    float: left;
}

.main-header3 {
    padding: 30px 0;
}

.main-menu .navbar-nav > li.current-menu-item > a {
    background: #5a88ca;
    color: #fff;
}

.button-radius {
    margin-bottom: 1px;
}

.entry-content ul.list-product,
.entry-content ul.list-slide,
.entry-content ul.list-banner,
.entry-content .sub-cat ul,
.entry-content ul.nav-tab {
    margin-left: 0;
    list-style: none;
}

.block-top-review .list-product .product .product-rating {
    margin-left: 32px;
    margin-bottom: 13px;
}

ul.top-box.top-box3 > li {
    height: 40px;
}

ul.top-box3 > li.box-user {
    width: 17%;
}

ul.top-box3 > li.box-language {
    width: 50%;
}

ul.top-box3 > li.box-currency {
    width: 30%;
}

/*.top-box.top-box3{
    border-radius: 5px;
}*/
ul.top-box.top-box3 > li > i,
ul.top-box.top-box3 > li > a {
    line-height: 40px;
}

ul.top-box.top-box3 > li > i {
    color: #5a88ca;
}

.block-categories .sub-cat {
    background: #5a88ca;
    opacity: 0.9;
}

#footer {
    margin-top: 0;
}

.main-wrapper,
.content-shop {
    margin-bottom: 30px;
}

.sidebar .widget ul li:first-child {
    padding-top: 0;
}

.sidebar .widget ul li:last-child {
    padding-bottom: 0;
}

.woocommerce .widget > form,
.woocommerce .widget > div,
.woocommerce .widget > ul {
    padding: 20px;
}

.widget .p-left {
    display: inline-block;
    width: 38%;
}

.widget .p-right {
    display: inline-block;
    width: 60%;
    padding-left: 10px;
}

.widget .mini-cart-head {
    text-transform: uppercase;
}

.widget .mini-cart-list > ul > li {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
}

.widget .toal-cart {
    padding: 10px 0;
}

.widget_product_search form input {
    height: 34px;
    border: 1px solid #eaeaea;
    padding-left: 5px;
}

.widget_product_search form input[type="submit"] {
    background: #5a88ca;
    color: #fff;
    border-color: #5a88ca;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}

.widget_product_search form input[type="submit"]:hover {
    opacity: 0.9;
}

.yith-woocompare-widget a.compare,
.yith-woocompare-widget a.clear-all {
    background: #5a88ca;
    color: #fff;
    margin: 0 20px 20px 20px;
    padding: 0 15px;
    font-weight: normal;
    border-radius: 5px;
    line-height: 34px;
    height: 34px;
    display: inline-block;
}

.yith-woocompare-widget a.compare:hover,
.yith-woocompare-widget a.clear-all:hover {
    opacity: 0.9;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: normal;
}

.widget_recent_reviews li span {
    color: #666;
}

.widget span.amount {
    font-weight: bold;
    color: #ffb424;
}

.widget del {
    color: #999;
}

.widget del span.amount {
    font-weight: normal;
    color: #999999;
    font-size: 12px;
}

.widget ins {
    text-decoration: none;
}

.widget.woocommerce ul li {
    padding: 5px 0;
}

.widget.woocommerce ul li:first-child {
    padding-top: 0;
}

.widget.woocommerce ul li:last-child {
    padding-bottom: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    border-radius: 5px;
}

.woocommerce .widget_price_filter .ui-slider {
    height: 1px;
    border-radius: 0;
    background: #5a88ca;
    border: none;
    margin-top: 10px;
    margin-bottom: 24px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #5a88ca;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #eaeaea;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: #5a88ca;
    border: none;
}

.block-filter {
    background: #fff;
    float: none;
}

.check-box-list li a:before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eaeaea;
    display: inline-block;
    vertical-align: middle;
}

.check-box-list li a.active:before {
    background: #5a88ca url("../images/checked.png") no-repeat center center;
}

.woocommerce .widget .widget-filter {
    padding: 0;
}

.price-submit {
    text-align: right;
}

.sidebar-widget .block-offers {
    float: none;
    margin: -20px 0;
    border: 0;
    overflow: inherit;
}

.sidebar-widget .block-offers .block-head {
    margin: 0 -20px;
}

.sidebar-widget .block-offers li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
}

.sidebar-widget .block-offers .block-inner {
    float: none;
}

.woocommerce .sidebar-widget .block-offers ul.products {
    margin: 0;
}

.sidebar-widget .block-offers .owl-prev {
    right: 21px;
}

.sidebar-widget .block-offers .owl-next {
    right: 0;
}

.block-filter:last-child {
    border-bottom: 0;
}

.block-filter-inner .slider-range-price {
    margin-bottom: 15px;
}

.block-specials .product {
    padding-top: 20px;
}

.block-specials .product:first-child {
    padding-top: 0;
}

.sidebar-widget .block-specials {
    float: none;
    margin: -20px 0;
    border: 0;
    overflow: inherit;
}

.sidebar-widget .block-specials .block-head {
    margin: 0 -20px;
    text-transform: uppercase;
}

.sidebar-widget .block-specials .block-inner {
    padding: 20px 0;
}

.color-blue {
    background: #4d6dbd;
}

.color-cyan {
    background: #2fbcda;
}

.color-green {
    background: #72b226;
}

.color-red {
    background: #fb5d5d;
}

.color-yellow {
    background: #ffe00c;
}

.block-filter-inner .list-color li .attr-color {
    width: 40px;
    height: 20px;
    border: 1px solid #eaeaea;
    margin-right: 10px;
    padding: 1px;
    display: inline-block;
}

.block-filter-inner .list-color li a .attr-color {
    position: relative;
}

.block-filter-inner .list-color li a .attr-color:before {
    width: 5px;
    height: 5px;
    background: url('../images/arow.png') no-repeat;
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    left: 17px;
    display: none;
}

.block-filter-inner .list-color li a.active .attr-color:before,
.block-filter-inner .list-color li a:hover .attr-color:before {
    display: block;
}

.block-filter-inner .list-color li a {
    line-height: 20px;
}

.block-filter-inner .list-color li {
    padding: 5px 0;
}

.block-filter-inner .list-color li span.count {
    color: #a4a4a4;
    margin-left: 2px;
}

.block-filter .block-sub-title {
    text-transform: capitalize;
}

.block-filter.filter-price {
    padding-bottom: 28px;
}

.block-filter-top .price-submit {
    display: inline-block;
    margin-left: 20px;
    margin-top: -5px;
}

.block-filter-top .amount-range-price {
    margin-top: -1px;
}

.filter-item-top:last-child .filter-label,
.filter-item-top:last-child .filter-value {
    padding-bottom: 20px;
}

.default-attribute .attr-detail-box {
    display: inline-block;
    min-width: 190px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: normal;
    margin-bottom: 0;
}

.default-attribute {
    margin: 20px 0px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 20px;
}

.woocommerce-variation-price,
.woocommerce-variation-availability {
    display: inline-block;
}

.attr-filter-color ul li > a {
    display: inline-block;
}

.attr-filter-color ul li > a span {
    width: 40px;
    height: 20px;
    border: 1px solid #eaeaea;
    padding: 1px;
    float: left;
    text-align: center;
    line-height: 15px;
    position: relative;
}

.attr-filter-color ul li {
    margin-right: 10px;
    display: inline-block;
}

.attr-filter ul li > a {
    position: relative;
}

.attr-filter ul li > a:before {
    width: 5px;
    height: 5px;
    background: url('../images/arow.png') no-repeat;
    content: '';
    position: absolute;
    top: -7px;
    left: 17px;
    display: none;
}

.attr-filter ul li > a:hover:before,
.attr-filter ul li > a.active:before {
    display: block;
}

.attr-filter-size ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.attr-filter-size ul li a {
    width: 40px;
    height: 20px;
    border: 1px solid #eaeaea;
    padding: 1px;
    float: left;
    text-align: center;
    line-height: 15px;
    position: relative;
}

.attr-detail-box.attr-hover-box {
    clear: both;
    padding-top: 18px;
}

.wrap-attr-product.special .default-attribute {
    display: none;
}

.wrap-attr-product.special {
    padding-top: 2px;
}

.woocommerce div.product form.cart.variations_form {
    margin-bottom: 0;
}

.woocommerce div.product {
    clear: both;
}

/*Home 1 fix*/
.top-bar .top-bar-link {
    font-size: 14px;
    color: #666;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.top-bar .top-bar-link > li .fa {
    color: #666;
}

.top-bar .top-bar-link > li {
    line-height: 40px;
    padding: 0 15px !important;
    border-right: 1px solid #e5e5e5;
}

.top-bar .top-bar-link > li:last-child {
    border-right: 0;
}

.sv-top-header {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
    padding: 20px 0;
}

.top-bar-link-right li:hover {
    background: #fcfcfc;
}

.top-bar-link-right li a {
    color: #666;
    font-weight: bold;
}

.box-radius {
    border-radius: 4px;
}

.advanced-search .search-category .search-category-select,
.advanced-search {
    height: 51px;
}

.advanced-search .search-category {
    height: 38px;
    padding: 3px 0;
}

.advanced-search .btn-search {
    width: 40px;
    height: 43px;
    line-height: 47px;
    border-radius: 59px;
    margin-left: 3px;
}

.ui-selectmenu-menu {
    padding-top: 5px;
}

.block-wrap-cart .iner-block-cart {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.block-wrap-cart .iner-block-cart:after {
    width: 38px;
    height: 38px;
    border-radius: 0;
    margin-top: 0px;
    margin-right: -15px;
}

.block-wrap-cart .iner-block-cart > a {
    width: auto;
    padding-left: 5px;
    color: #5a88ca;
    display: inline-block;
}

.block-category .categories > li > a:before {
    content: "\f006";
}

.block-category .nav-tab > li > a:hover, .block-category .nav-tab > li.active > a {
    color: #618dcc;
    background: rgba(0, 0, 0, 0);
    border: 0;
}

.block-category .nav-tab > li > a {
    font-weight: bold;
    background: rgba(0, 0, 0, 0);
    border: 0;
}

/* .block-category .nav-tab{
    margin: 0 -15px;
} */
.block-slider .bx-prev, .block-slider .bx-next,
.kt-owl-carousel .owl-prev, .kt-owl-carousel .owl-next, .customNavigation-owl .prev, .customNavigation-owl .next {
    border-radius: 3px;
}

.block-slider .bx-controls-direction a i {
    font-size: 18px;
}

.block .block-head .block-icon {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.block .block-head .block-text {
    display: inline-block;
}

.block .block-head .block-icon img {
    max-width: 40px;
    max-height: 40px;
}

.block-hot-deals .block-countdownt {
    display: inline-block;
    margin-left: 30px;
    position: static;
}

.block .block-head {
    padding: 10px 20px;
}

.block-offers .owl-next,
.block-offers .owl-prev {
    top: -51px;
}

.block-top-sellers .owl-prev,
.block-hot-deals .owl-prev {
    top: -51px;
    right: 21px;
    left: inherit;
}

.block-top-sellers .owl-next,
.block-hot-deals .owl-next {
    top: -51px;
    right: 0;
}

.block-offers .products .product {
    padding: 0 20px;
    float: none;
}

.footer-block-box .block-info {
    font-size: 14px;
}

.footer-block-box .block-input-box {
    height: 40px;
    margin-top: 10px;
}

.map-block .sv-btn-default,
.footer-block-box .block-owl {
    margin-top: 10px;
}

.footer-block-box .block-info {
    padding-top: 6px;
}

.footer-block-box .block-owl .list-partners .owl-prev,
.footer-block-box .block-owl .list-partners .owl-next {
    top: -36px;
}

.footer-block-box {
    min-height: 186px;
}

.block-coppyright a,
.list-link-footer li a:hover,
.block-shop-phone strong {
    color: #5a88ca
}

.list-link-footer li a {
    color: #999;
}

.list-link-footer li {
    display: inline-block;
    color: #999;
}

.list-link-footer li:after {
    content: '/';
    margin-left: 3px;
    margin-right: 1px;
}

.list-link-footer li:last-child:after {
    display: none;
}

.list-link-footer {
    display: inline;
    padding: 0;
}

.title-list-link {
    display: inline;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}

.block-link ul > li {
    font-size: 14px;
    line-height: 30px;
}

.footer-bottom {
    padding-bottom: 15px;
    /*border-top: 3px solid #444444*/
}

.block-popular-cat .title:after {
    display: none;
}

.block-popular-cat .sub-categories li a:before {
    content: "\f006";
}

.block-popular-cat h3.title {
    margin-bottom: 20px;
}

.block-popular-cat .item {
    border-right: 1px solid #eaeaea;
    background: #fff;
}

.block-popular-cat .item .image img {
    padding: 0 20px;
}

.block-popular-cat .inner {
    border-right: 0;
}

.block-popular-cat .owl-prev,
.block-popular-cat .owl-next {
    top: -34px;
}

/*.list-popular-cat:after{
    content: "";
    position: absolute;
    height: 100%;
    background: #fff;
    width: 1px;
    right: 0;
    top: 0;
}*/
.last-item .item {
    border-right: 0;
}

.block.block-category .block-head {
    padding: 15px 20px;
}

.block-category .nav-tab > li > a {
    padding-left: 0;
    padding-right: 30px;
}

.block-category .nav-tab > li:last-child > a {
    padding-right: 0;
}

.main-menu .navbar-nav > li:hover > a,
.main-menu .navbar-nav > li.current-menu-item > a {
    color: #5a88ca;
    background: rgba(0, 0, 0, 0);
}

.main-menu .navbar-nav > li:hover,
.main-menu .navbar-nav > li.current-menu-item {
    /*background: #fff;*/
    /*border-left: 1px solid #eaeaea;*/
    /*border-right: 1px solid #eaeaea;*/
    /*border-collapse: collapse;*/
}

.main-menu .navbar-nav > li {
    /*border-left: 1px solid rgba(0, 0, 0, 0);*/
    /*border-right: 1px solid rgba(0, 0, 0, 0);*/
    /*margin-right: -1px;*/
}

.block-header-right .item {
    padding-left: 25px;
    padding-right: 10px;
    font-size: 14px;
    height: 52px;
}

.block-header-right .item .line1 strong {
    font-weight: normal !important;
}

.main-menu .main-menu .navbar-nav > li > a {
    height: 38px;
    line-height: 38px;
    font-size: 21px !important;
}

.block-tabs .nav-tab li a:hover, .block-tabs .nav-tab li.active a {
    background: rgba(0, 0, 0, 0);
    color: #5a88ca;
}

.block-tabs .nav-tab li a {
    line-height: 50px;
}

.block-tabs.block .block-head {
    padding-top: 0;
    padding-bottom: 0;
}

.block-tabs .block-head .block-title {
    padding: 15px 0;
}

.block-tabs .nav-tab li {
    height: 50px;
    position: relative;
}

.block-tabs .nav-tab li.active {
    background: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.block-tabs .nav-tab li.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -1px;
    left: 0;
}

.block-tabs .nav-tab li:before {
    content: '.';
    display: inline-block;
    float: left;
    color: #5a88ca;
    height: 50px;
    line-height: 33px;
    font-size: 30px;
    margin-left: 18px;
    vertical-align: middle;
}

.block-tabs .nav-tab li a {
    padding-right: 30px;
}

.block-hot-deals2 .title {
    font-weight: bold;
}

.block-hot-deals2 {
    margin-top: 50px;
}

.block-hot-deals2 .nav-tab li:hover,
.block-hot-deals2 .nav-tab li.active, .block-hot-deals2 .nav-tab li {
    background: rgba(0, 0, 0, 0);
    padding-left: 0;
    margin-bottom: 10px;
}

.block-hot-deals2 .nav-tab:before {
    left: 10.5px;
}

.block-hot-deals2 .tab-container {
    border: 1px solid #eaeaea;
    /*border-radius: 5px;*/
    padding: 20px 20px 25px 20px;
}

.block-hot-deals2 .product {
    margin: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.block-hot-deals2 .hot-deal-tab-wrap {
    padding: 0 15px;
    float: left;
    width: 20.5%;
}

.block-hot-deals2 .tab-container-wrap {
    padding: 0 15px;
    float: left;
    width: 79.5%;
}

.block-hot-deals2 .nav-tab {
    margin-top: 25px;
}

.block-banner2 .box-right .item .content-text {
    margin-top: 16px;
}

.block-banner2 .button-radius,
.block-banner2 .box-right .item .button-radius {
    margin-top: 24px;
}

.block-hot-deals2 .owl-prev {
    left: -31px;
}

.block-hot-deals2 .owl-next {
    right: -31px;
}

.block-tabs {
    margin-top: 20px;
}

/*.block-popular-cat2 .box-subcat .owl-prev {
    left: -175px;
}
.block-popular-cat2 .box-subcat .owl-next {
    left: -154px;
}*/
.block-popular-cat2 .box-subcat .owl-prev,
.block-popular-cat2 .box-subcat .owl-next {
    bottom: -10px;
}

.block .block-inner {
    padding-bottom: 25px;
}

.popular-cat-block {
    margin: 50px 0;
}

.block-vertical-menu .vertical-menu-list {
    padding: 0;
    margin-top: 0
}

.block-vertical-menu .vertical-menu-list > li {
    padding: 8.3px 10px;
    position: static;
}

.block-vertical-menu .vertical-head {
    height: 40px;
    line-height: 40px;
}

.block-link ul.flag > li {
    padding: 3px 0;
}

.block-link ul.flag > li.head {
    padding: 0;
}

.block-popular-cat2 .title {
    padding-bottom: 7px;
}

.block-sidebar-img img {
    box-shadow: none;
}

.category-products .products .product-container {
    box-shadow: none;
    border: 1px solid #eaeaea;
}


ul.top-box.top-box3 > li > a {
    padding: 0;
}

ul.top-box ul {
    padding: 10px 15px;
}

.block-tags .owl-prev,
.block-top-review .owl-prev,
.carousel-slide .owl-prev,
.block-specail3 .owl-prev {
    right: 42px;
}

.block3 {
    border: 1px solid #eaeaea;
}

.block-category .categories,
.block-category .categories > li,
.block-category .categories > li > a,
.block-tabs .block-head,
.block .block-inner,
.block {
    float: none;
}

.block-tabs .nav-tab li {
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
}

.block-category .categories > li > a:after {
    top: 27px;
}

.block.block-category .block-inner {
    padding-bottom: 0;
}

/*.block-offers .product-name{
    display: none;
}
.block-offers .products .product-container:hover .product-name{
    display: block;
}*/
.block-offers .products .product-container {
    padding-bottom: 44px;
}

/*.block-offers .products .product-container .product-right{
    bottom: -44px;
}
.block-offers .products .product-container:hover .product-right{
    bottom: 0;
}*/
.block.block-banner {
    border: 0;
}

.block-popular-cat {
    margin-bottom: 30px;
}

.block-link-wapper {
    padding-bottom: 35px;
    padding-top: 30px;
}

#footer {
    background: #fff;
}

.block.block-header-right {
    float: right;
    border: 0;
}

.block-header-right .item {
    border: 1px solid #eaeaea;
    border-right: 0;
    border-radius: 0;
}


.block.block-vertical-menu {
    border: 0;
}

.block.block-vertical-menu .vertical-menu-content {
    border: 1px solid #eaeaea;
    min-height: 592px;
}

.block-vertical-menu .vertical-menu-content ul > li > a.parent:after {
    background: #fbfbfb;
    right: -1px;
    width: 1px;
}

.block.block-popular-cat2-item {
    border: 0;
}

.block-popular-cat2 .block-inner {
    border-top: 1px solid #eaeaea !important;
    border-bottom: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
}

.block.block-top-review .block-inner,
.block.carousel-slide .block-inner,
.block.block-specail3 .block-inner {
    padding-bottom: 0;
}

.block-top-review .list-product .product:last-child {
    border-bottom: 0;
}

.block3.block-new-arrivals .block-title {
    min-width: 165px;
}

.block-banner2 {
    margin-top: 30px;
}

.entry-content ul.display-product-option {
    margin-left: 0;
}

.entry-content ul.products.row {
    margin-left: -15px;
}

select.orderby {
    border: 0;
    height: 29px;
}

.sortPagiBar .sortPagiBar-inner nav {
    float: right;
    margin-left: 30px;
}

.entry-content .block-filter-top {
    margin-top: 0;
}

.entry-content ul.list-size,
.entry-content ul.list-color,
.entry-content .show-product-item ul.per-page-list {
    margin-left: 0;
    list-style: none;
}

.category-products .products .product-container {
    border-radius: 4px;
}

.block-tabs.tab-left .nav-tab {
    float: none;
}

.block.block-products-owl .block-head {
    padding: 15px 20px;
}

.block-filter-top .box-filter-price {
    padding-top: 8px;
}

.woocommerce a.button {
    background: #5a88ca;
    color: #fff;
}

.woocommerce a.button:hover {
    background: #5a88ca;
    color: #fff;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding-bottom: 15px;
}

.recent-comment-list li > h5 > a:hover {
    color: #5a88ca;
}

.block-guarantee {
    float: none;
}

.entry-content .block-guarantee ul {
    margin-left: 0;
}

body > .wrap {
    overflow: hidden;
}

.entry-content ul.list-subcat {
    margin-left: 0;
    list-style: none;
}

.form-leave-comment .required {
    font-size: 14px;
}

.main-menu .has-mega-menu .dropdown-menu {
    width: 870px;
}

.main-menu .has-mega-menu .dropdown-menu li:hover {
    background: rgba(0, 0, 0, 0);
}

.main-menu .navbar-nav > li.has-mega-menu:hover .dropdown-menu {
    background: #fff;
}

.item-label {
    position: absolute;
    width: 33px;
    height: 17px;
    line-height: 19px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    color: #fff;
}

.item-label:after {
    content: '';
    width: 4px;
    height: 4px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
}

.item-label.bg-violet {
    background: #D800FF;
}

.item-label.bg-orange {
    background: #FF7200;
}

.item-label.bg-green {
    background: #95BD0B;
}

.item-label.bg-violet:after {
    border-top: 4px solid #D800FF;
}

.item-label.bg-orange:after {
    border-top: 4px solid #FF7200;
}

.item-label.bg-green:after {
    border-top: 4px solid #95BD0B;
}

.banner-mega {
    margin-bottom: 10px;
}

.main-menu .has-mega-menu .dropdown-menu > li {
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu .has-mega-menu .dropdown-menu > li li {
    padding: 0;
}

.main-menu .has-mega-menu .dropdown-menu > li .block-megamenu-link > li {
    background: #fbfbfb;
    line-height: 30px;
    padding-left: 20px;
}

.main-menu .has-mega-menu .dropdown-menu > li .block-megamenu-text > li.group_header:hover a {
    color: #5a88ca;
}

.main-menu .has-mega-menu .dropdown-menu > li .block-megamenu-link > li.group_header:hover,
.main-menu .has-mega-menu .dropdown-menu > li .block-megamenu-link > li:hover {
    background: #5a88ca;
    color: #fff;
}

.main-menu .has-mega-menu .dropdown-menu > li .block-megamenu-link > li > a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 10px;
}

.main-menu .has-mega-menu .dropdown-menu > li .block-megamenu-text > li.group_header,
.main-menu .has-mega-menu .dropdown-menu > li .block-megamenu-link > li.group_header {
    text-transform: uppercase;
    margin-bottom: 5px;
    background: #fff;
}

.main-menu .has-mega-menu .dropdown-menu > li .block-megamenu-link > li.group_header > a:before {
    display: none;
}

.sub-menu-list-box .banner-hover img {
    width: 100%;
}

/*Menu fixed*/
.fixed-header {
    position: fixed !important;
    top: -100px;
    left: 15px !important;
    z-index: 9998;
    -webkit-transition: top 0.5s ease-out 0s !important;
    transition: top 0.5s ease-out 0s !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.admin-bar .fixed-header.active {
    top: 32px;
}

.fixed-header.active {
    top: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.menu-fixed-content.fixed-header {
    background: #fbfbfb;
    width: 100%;
    left: 0 !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    max-width: 100%;
    display: block;
}

.fixed-header .item-label {
    top: -14px;
}

.error-404 .page-content {
    padding-bottom: 30px;
}

.error-404 .search-widget .btn-search {
    background: #5a88ca;
}

.error-404 .search-widget .btn-search:hover {
    opacity: 0.9;
}

.block-content-vertical-menu.border-left .inner {
    border-top: 0;
}

.woocommerce div.product form.cart {
    margin-top: 20px;
}

.woocommerce div.product form.cart.variations_form {
    margin-top: 0;
}

/*.mini-cart-list{
    margin-right: -20px;
    height: 200px;
    overflow: hidden;
    max-height: none;
    min-height: inherit;
}
.block-mini-cart .mCSB_scrollTools .mCSB_dragger {
    height: 50px !important;
}
.block-wrap-cart .block-mini-cart{
    max-height: none;
}*/
.entry-tags a:hover,
.entry-detail .entry-meta-data a:hover,
.entry-detail .entry-meta-data .author .fa,
.blog-posts .post-item .entry-meta-data a:hover,
.blog-posts .post-item .entry-meta-data .fa {
    color: #5a88ca;
}

.entry-tags a,
.entry-detail .entry-meta-data a,
.blog-posts .post-item .entry-meta-data a {
    color: #999;
}

.blog-posts .entry-title {
    font-weight: 600;
}

.blog-posts .post-item .entry-meta-data {
    padding-bottom: 15px;
}

.blog-posts .post-item .entry-more {
    margin-top: 22px;
}

.blog-posts .post-item {
    padding-bottom: 15px;
}

.block-slider .bx-prev, .block-slider .bx-next {
    background: #fff;
}

.block-vertical-menu .vertical-head .vertical-title:after {
    font-weight: normal;
}

.block-vertical-menu .vertical-head .vertical-title {
    font-weight: bold;
}

.vertical-menu-content {
    position: relative;
}

.vertical-dropdown-menu {
    top: -1px;
}

.banner-text-wrap:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.banner-text-wrap:hover:before {
    visibility: visible;
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-text {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}

.block-hot-deals2 .nav-tab li:hover:last-child {
    margin-bottom: 15px;
}

.top-box3 ul li {
    padding: 2px 0;
}

.mega-product .product-name {
    margin-top: 12px;
}

.block-top-review .list-product .product .price-box {
    margin-bottom: 5px;
}

.wrap-block-cl .dropdown-menu > li > a {
    padding: 3px 15px;
}

.wrap-block-cl .dropdown-menu {
    padding: 8px 0;
}

.main-menu.no-menu {
    background: rgba(0, 0, 0, 0);
}

.block-categories .sub-cat {
    bottom: 20px;
}


.products.list .desc {
    padding-top: 10px;
    color: #666;
}

.products.list .product-name a {
    font-weight: bold;
}

.sortPagiBar .show-product-item, .sortPagiBar .sort-product {
    margin-right: 0;
    margin-left: 30px;
}

.block-category-list a {
    background: #fff;
}

.block-product-image .product-list-thumb li {
    float: none;
}

.block-product-image .product-list-thumb li a {
    display: block;
}

.blog-posts .entry-thumb {
    margin-bottom: 25px;
}

.entry-detail .entry-meta-data {
    padding-top: 5px;
}

.sv-single-post .page-title {
    margin-bottom: 0;
}

h4.comments-title {
    font-weight: bold;
    margin-bottom: 45px;
}

.entry-tags span {
    font-weight: bold;
}

.tagcloud a {
    display: inline-block;
    float: none;
    margin: 2px 0;
}

.block3 .block-head .nav-tab.tab-category li:after {
    display: none;
}

.block3 .block-head .nav-tab.tab-category li {
    border-right: 1px solid #eaeaea;
}

.block3 .block-head .nav-tab.tab-category li {
    border-top: 0;
}

.block3 .block-head .nav-tab.tab-category li.active, .block3 .block-head .nav-tab.tab-category li:hover {
    border-color: #eaeaea;
}

.block-about .page-title {
    margin-top: 0px;
    margin-bottom: 15px;
}

.block-about .block-widget {
    margin-top: 0px;
}

.entry-content ul.store_info,
.entry-content ul.list-link {
    margin-left: 0;
    list-style: none;
}

ul.store_info li i {
    margin-right: 8px;
}

.entry-content ul.list-contact {
    margin-left: 18px;
    margin-bottom: 25px;
}

.block-about .block-sidebar-img {
    padding-top: 30px;
}

.wpcf7-form {
    margin-top: 10px;
}

textarea.wpcf7-textarea {
    height: 120px;
}

.block-about .block-sidebar-img {
    margin: 0;
}

.block-filter-top .price-submit {
    float: none;
}

.ui-selectmenu-menu {
    z-index: 9999;
}

#category-select-menu {
    height: 300px;
}

.mCSB_container {
    margin-right: 0;
}

.block-tags .block-inner .tagcloud a {
    margin: 2px 3px;
}

.block-popular-cat2 .list-subcat li a:hover:before {
    display: none;
}

.block-popular-cat2 .list-subcat li a img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.block-popular-cat2 .list-subcat li a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.fixed-header .vc_row.hidden {
    display: block !important;
}

/*------------------
  Begin Slidershow
------------------*/
.block-slider .bx-pager-item {
    width: 15px;
    height: 15px;
    background: #fff;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}

.block-slider .bx-pager-item a {
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border-radius: 50%;
}

/* .block-slider .bx-prev,
.block-slider .bx-next{
	top: 43%;
} */
.block-slider .caption-group {
    position: absolute;
    top: 26%;
    right: 16%;
}

.block-slider .caption-group .title {
    margin: 0;
}

.block-slider .caption-group .subtitle {
    margin: 0;
    margin-top: 5px;
}

.block-slider .caption-group .button-radius {
    margin-top: 27px;
}

/*------------------
   End Slidershow
------------------*/
/***********************************************************
					Option 1
***********************************************************/
.link_container.dropdown.has-sub-menu {
    position: relative;
}

.block-megamenu-link.sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 100%;
    margin-left: 30px;
    padding: 15px;
    position: absolute;
    top: -15px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-top: 30px;
}

.link_container.dropdown.has-sub-menu:hover .block-megamenu-link.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.block.block-offers .block-inner {
    padding-bottom: 11px;
}

.products .product-container {
    /*padding-bottom: 45px;*/
}

.block-popular-cat .parent-categories {
    font-weight: 700;
}

.main-menu .navbar-nav > li > a > img {
    top: -7px;
}

/***********************************************************
					Option 2
***********************************************************/
.main-menu-2 {
    background-color: #fbfbfb !important;
    border-bottom: 1px solid #eaeaea !important;
    border-top: 1px solid #eaeaea !important;
}

.top-box.top-box2 {
    margin-left: -10px;
    margin-top: 20px;
}

.adv-top-intro {
    color: #fff;
    display: inline-block;
    margin-right: 55px;
}

.adv-top-intro > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.inner-header5 .link-adv-info {
    border: 2px solid #fff;
    border-radius: 21px;
    color: #fff;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    padding: 0 45px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.info-header-left5 > li {
    display: inline-block;
}

.info-header-left5 > li p {
    color: #666;
    margin: 0;
}

.info-header-left5 p i.fa {
    color: #ffa316;
    margin-right: 3px;
}

.info-header-left5 > li:first-child::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 14px;
    position: absolute;
    right: -17px;
    top: 5px;
    width: 1px;
}

.info-header-left5 > li:first-child {
    margin-right: 30px;
    position: relative;
}

.info-header-right5 {
    float: right;
}

.info-header-right5 > li {
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-left: 9px;
    padding-left: 13px;
}

.info-header-right5 > li:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.info-header-right5 > li a {
    color: #666;
}

/*End Block Language*/
/*Begin Main Nav*/
.header-nav5 .main-menu .navbar-nav > li > a {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    color: #fff;
    font-weight: 700;
    transition: all 0.5s easeout 0s;
    -webkit-transition: all 0.5s easeout 0s;
}

.header-nav5 .main-menu .navbar-nav > li {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.header-nav5 .main-menu {
    background: #26c0b4;
}

.header-nav5 .main-menu .navbar-nav > li.goto-home > a {
    font-size: 30px;
    background: rgba(255, 255, 255, 0.2);
}

.header-nav5 .main-menu .navbar-nav > li:hover > a {
    background: rgba(255, 255, 255, 0.2);
}

.header-nav5 .main-menu .navbar-nav > li > a > img {
    top: 7px;
}

.header-nav5 .block-wrap-cart .iner-block-cart > a {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
}

.header-nav5 .block-wrap-cart .iner-block-cart {
    background: transparent none repeat scroll 0 0;
    height: auto;
    padding: 0;
}

.header-nav5 .block-wrap-cart .iner-block-cart > a > span.total {
    font-size: 10px;
    left: 50%;
    position: absolute;
    top: -14px;
}

.header-nav5 .block-wrap-cart .iner-block-cart::after {
    background-color: #93e0da;
    display: none;
}

.header-nav5 .main-menu .mega_dropdown .block-megamenu-link > li:hover {
    background: #93e0da none repeat scroll 0 0;
}

/*End Main Nav*/
.product-title {
    font-size: 14px;
    margin: 12px 0 0;
    text-transform: uppercase;
}

.product-thumb {
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
}

.product-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-thumb-link::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: scale(0) rotate(90deg);
    -webkit-transform: scale(0) rotate(90deg);
    opacity: 0;
}

.product-thumb .quickview-link {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: #fc9a00;
    display: block;
    font-size: 18px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: scale(0) rotate(-90deg);
    -webkit-transform: scale(0) rotate(-90deg);
    opacity: 0;
}

.product-thumb .quickview-link:hover {
    font-size: 30px;
}

.product-thumb:hover .quickview-link {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    opacity: 1;
}

.product-thumb:hover .product-thumb-link::after {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1 rotate(0));
    opacity: 1;
}

.product-price ins {
    color: #fc9a00;
    font-size: 18px;
    margin: 0 10px;
    text-decoration: none;
}

.product-price del {
    color: #999;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}

.product-price del::after {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
}

/* .product-price {
    margin: 0 -10px;
} */
.product-rate {
    background: transparent url("../images/rate-bg.png") repeat-x scroll left top;
    height: 13px;
    margin-top: 16px;
    width: 70px;
}

.inner-rate {
    background: transparent url("../images/rate-star.png") repeat-x left top;
    height: 13px;
}

.item-brand a img {
    margin: auto;
    max-width: 140px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.item-brand:hover a img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.item-brand > a {
    /*cursor: pointer;*/
    display: block;
    text-align: center;
    width: 100%;
}

.list-brand {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 24px 0;
}

.product-tab-title {
    background: #37393e none repeat scroll 0 0;
    bottom: -1px;
    position: absolute;
    top: -1px;
    width: 70px;
}

.product-tab {
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    position: relative;
}

.product-tab-title > h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    left: -94px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 153px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 270px;
}

.product-tab-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 12px 0;
}

.product-tab-header a {
    font-size: 16px;
    text-transform: uppercase;
}

.product-tab-header li {
    margin-right: 20px;
}

.product-tab-content .owl-controls {
    position: absolute;
    right: 0;
    top: -46px;
    width: 47px;
}

.product-tab-header li a:hover,
.product-tab-header li.active a {
    color: #fc9a00;
}

/*Begin News Slider*/
.news-info .post-title {
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.news-thumb {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.news-info {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 20px;
    padding: 20px 20px 0;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.item-latest-news:hover .news-info {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
}

.author-comment > a {
    color: #999;
    font-size: 12px;
    margin: 0 15px;
}

.author-comment > a:hover {
    color: #fc9a00;
}

.author-comment > a i.fa {
    margin-right: 5px;
}

.author-comment {
    margin: 0 -15px;
}

.news-info .post-desc {
    border-top: 1px solid #e5e5e5;
    color: #666;
    font-size: 12px;
    margin: 13px 0 0;
    padding-top: 10px;
    max-height: 80px;
    overflow: hidden;
}

.item-latest-news {
    padding-bottom: 40px;
    position: relative;
}

.item-latest-news .readmore {
    bottom: 0px;
    color: #000000;
    left: 20px;
    right: 20px;
    display: block;
    padding: 0 20px;
    background: #fff;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    z-index: 8;
}

.item-latest-news .readmore:hover {
    color: #fc9a00;
}

.item-latest-news:hover .readmore {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.item-latest-news .readmore i.fa {
    color: #666;
    margin-left: 5px;
}

/*End News Slider*/
/***********************************************************
					Option 6
***********************************************************/
.wrap-block-cl6 .dropdown-menu {
    left: auto;
    right: 0;
}

.list-brand6 .owl-controls {
    display: none;
}

/*Begin Form Newsletter*/
.form-newsletter {
    margin-left: 110px;
    max-width: 810px;
    min-height: 320px;
    padding-left: 145px;
    padding-top: 100px;
    background-image: url("../images/bg-email.png");
    background-repeat: no-repeat;
    background-position: 0 100px;
}

.footer-email {
    border-top: 1px solid #e5e5e5;
}

.form-newsletter > h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 45px;
    text-align: center;
    text-transform: uppercase;
}

.form-newsletter > form {
    padding-right: 160px;
    position: relative;
}

.form-newsletter input[type="text"] {
    border: 1px solid #eaeaea;
    color: #999;
    height: 70px;
    padding: 0 40px;
    text-transform: uppercase;
}

.form-newsletter input[type="submit"]:hover {
    background: #F2D03B;
}

.form-newsletter input[type="submit"] {
    background: #f25f43 none repeat scroll 0 0;
    color: #fff;
    height: 70px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 160px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

/*End Form Newsletter*/
/*Begin Header*/
.header-main6 {
    background: #66BC66 none repeat scroll 0 0;
    padding: 9px 0;
}

.top-link6 > li {
    display: inline-block;
    margin-right: 28px;
}

.top-link6 > li a {
    color: #666;
}

.top-link6 > li a:hover {
    color: #f2d03b;
}

.contact-phone6 {
    margin: 0;
    min-height: 28px;
    padding-left: 40px;
    padding-top: 3px;
    position: relative;
    text-transform: uppercase;
}

.contact-phone6 i.fa {
    background: #f2d03b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}

.top-link6 {
    margin-bottom: 15px;
}

.contact-phone6 > span {
    color: #f25f43;
}

.logo6 {
    margin-top: 17px;
    text-align: center;
}

.search-form6 {
    height: 40px;
    padding-right: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 270px;
}

.search-form6 > input[type="text"] {
    border: medium none;
    color: #999;
    height: 40px;
    padding: 0 20px;
    width: 100%;
}

.search-form6 > input[type="submit"] {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 9;
}

.search-form6::after {
    background: #f2d03b none repeat scroll 0 0;
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

/*End Header*/
/*Begin Language Cart*/
.wrap-block-cl6 .dropdown {
    border: medium none;
    display: inline-block;
    float: none;
    margin-left: 10px;
    text-align: left;
    width: auto;
}

.wrap-block-cl6 {
    margin-bottom: 12px;
    margin-top: -6px;
    text-align: right;
}

.wrap-block-cl6 .dropdown > a {
    display: block;
    color: #666;
}

.wrap-block-cl6 .dropdown > a:hover {
    color: #f2d03b;
}

.wrap-block-cl6 .dropdown-menu > li > a:hover {
    background: #f2d03b none repeat scroll 0 0;
}

.wrap-block-cl6 .inner-cl {
    border: medium none;
}

.wrap-block-cl6 .inner-cl > .dropdown > a::after {
    margin-left: 6px;
}

.block-wrap-cart6 {
    padding: 0;
    text-align: right;
}

.block-wrap-cart6 .iner-block-cart::after {
    background-color: #f2d03b;
    border-radius: 50%;
    height: 28px;
    left: 0;
    margin: 0;
    right: auto;
    width: 28px;
}

.block-wrap-cart6 .iner-block-cart {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 38px;
    padding-right: 20px;
}

.block-wrap-cart6 .iner-block-cart > a .total {
    float: none;
}

.block-wrap-cart6 .iner-block-cart > a {
    color: #000000;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.block-wrap-cart6 .iner-block-cart > a .total span {
    color: #f25f43;
    margin-left: 5px;
    text-transform: lowercase;
}

.block-wrap-cart6 .iner-block-cart::before {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 0;
}

/*End Language Cart*/
/***********************************************************
					Option 7
***********************************************************/
.latest-newslider7.owl-carousel .owl-stage-outer {
    margin-bottom: -40px;
}

/***********************************************************
					Pages
***********************************************************/
.page-content {
    float: none;
    margin-top: 0;
    width: 100%;
}

.product-page .block-tabs .nav-tab {
    margin-bottom: -8px;
}

.order-detail-content .table > thead > tr > th {
    border-bottom: none;
}

.block-payment ul.list-logo img {
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.block-payment ul.list-logo a:hover img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.search-category-select {
    display: none;
}

.product-tab-header .block-title-text.text-lg {
    font-size: 26px;
    color: #2D68F3;
    font-weight: 400;
    margin: 29px 0 0;
    font-weight: 600;
}

/*.product-tab-header .block-title-text {*/
/*text-transform: uppercase;*/
/*}*/

.product-box9 {
    margin-bottom: 41px;
    margin-top: 6px;
}

.product-box9 .product-tab {
    border: medium none;
    padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold !important;
    color: #0b0909 !important;
}

.color-orange {
    color: #f16144;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-20 {
    font-size: 20px !important;
}

.modal {
    background: rgba(66, 66, 66, 0.70) !important;
}

body.modal-open > :not(.modal) {
    /*-webkit-filter: blur(1px);*/
    /*-moz-filter: blur(1px);*/
    /*-o-filter: blur(1px);*/
    /*-ms-filter: blur(1px);*/
    /*filter: blur(1px);*/
}

.modal-content {
    border: 1px solid #999;
}

.hot-product-item-title {
    padding: 5px;
    text-align: left;
    float: left;
    background: #EF4836 !important;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
}

.main-menu .dropdown-menu {
    /* border-radius: 5px; */
    min-width: 180px;
    left: 0;
    padding: 20px 15px;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: none;
    top: 100%;
}

.main-menu .dropdown-menu {
    width: 100%;
    max-width: 870px;
}

.main-menu .dropdown-menu.container-fluid {
    left: auto;
    width: auto;
}

.main-menu li.dropdown > a::after {
    color: #fff;
    content: "ïƒ˜";
    display: none;
    font-family: "FontAwesome";
    left: 50%;
    margin-top: -28px;
    position: absolute;
    top: 100%;
}

.main-menu .dropdown-menu li {
    list-style: none;
}

.main-menu .navbar-nav > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    background: #fff;
}

.main-menu .mega_dropdown .block-megamenu-link {

}

.main-menu .mega_dropdown .block-megamenu-link > li {
    background: #fbfbfb;
    line-height: 30px;
}

.main-menu .mega_dropdown .block-megamenu-link > li:hover {
    background-color: rgba(191, 191, 191, 0.34);
    cursor: pointer;
}

.menu-drop-down-item {
    font-size: 17px;
    padding: 5px;
    color: #000000;
    font-weight: 400 !important;
}

.block-megamenu-link li span {
    padding-right: 5px;
    padding-left: 5px;
}

.item-brand-widget a img {
    margin: auto;
    max-width: 140px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.item-brand-widget > a {
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
}

.header-btn {
    margin: 5px;
}

.fontsizeWithdrawal {
    font-size: 25px;
}

.registerFooter {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 0 -24px -24px;
    padding-bottom: 24px;
    padding-top: 20px;
    text-align: center;
    overflow: hidden;
}


.forgotPassword {
    margin: 24px -20px -48px;
}

#paymentTypeTable td, #paymentTypeTable th {
    display: table-cell !important;
}

#paymentTypeTabletd, #paymentTypeTable th {
}

#paymentTypeTable td + #paymentTypeTable td, #paymentTypeTable th + th {
    width: auto !important;
}

.activePayment {
    background: aliceblue;
    cursor: pointer;
}

.fa-remove {
    color: red;
}

.fa-check {
    color: #2CA01C;
}

#paymentTypeTable tr td:not(:first-child), #paymentTypeTable tr th:not(:first-child) {
    cursor: pointer;
    vertical-align: middle;
}

#paymentTypeTable td {
    vertical-align: middle;
}

#paymentTypeTable thead tr th {
    vertical-align: middle;
    text-align: center;
}


.missingOrders {
    font-size: 16px;
    text-decoration: underline;
    margin-top: 10px;
}

.footer-logo {
    height: auto;
    width: 186px;
}

#loginModal a {
    font-size: 17px;
}

.topMain {
    margin-top: 30px;
}

.slick-vertical .slick-slide {
    border: none;
}

.main-btn-color {
    color: #fff;
    background-color: #66bc66;
}

.thumbnail {
    border: 0;
}

.tutorialImg {
    border: 0;
}

.btn:hover, .btn:focus, .btn.focus {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.mainContainer {
    background: rgba(255, 255, 255, .7);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding-top: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;;
}

#verticalMenu .verticalRow {
    cursor: pointer;
    color: #595E5F;
    font-size: 18px;
    padding: 2px;
    vertical-align: middle;
    margin-top: 8px;
    overflow-x: hidden;
}

#verticalMenu .rowImage {
    margin: 11px 10px;
}

#verticalMenu .verticalRow:hover,
#verticalMenu .verticalRow:focus,
#verticalMenu .verticalRow:active {
    text-decoration: none;
}

#verticalMenu li:active, #verticalMenu li:focus, #verticalMenu li:hover {
    background-color: #e8eaea;
    /* color: white; */
    /*border-top: 1px dashed #5f5656;*/
    /*border-bottom: 1px dashed #5f5656;*/
}

#header {
    background: white !important;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
    border-bottom-width: 0px;
    /*floating header*/
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.helpContainer {
    background-color: white;

}

.item-help {
    display: block;
    text-align: center;
}

.topContainer {
    margin-top: 20px;
}

.fancybox-inner {
    overflow: hidden !important;
}

.fancybox-margin {
    padding: 0 0 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wrap-block-cl .user-info-settings {

}

.ac_results, .all-categories-ac-results {
    z-index: 10001;
}

.ac_results, .all-categories-ac-results {
    vertical-align: middle;
    top: 44px;
    display: none;
    width: 300px;
    padding: 0;
    margin: 0 0 0 2px;
    overflow: hidden;
    border: 1px solid #fff;
    border-top: none;
    background-color: #fff;
    position: absolute;
    border-radius: 4px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
}

.ac_results li:hover, .ac_results li.selected, .all-categories-ac-results li:hover, .all-categories-ac-results li.selected {
    background: #F0F6F6;
}

.ac_results li, .all-categories-ac-results li {
    margin: 0;
    cursor: pointer;
    display: block;
    overflow: hidden;
    clear: both;
    font-size: 15px;
    vertical-align: middle;
}

.h-mainheader {
    font-size: 100%;
}

.ac_store-name {
    width: 100%;
    float: right;
    margin-right: 20px;
    text-align: right;
    line-height: 52px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.promoName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ac_cashback-result {
    line-height: 52px;
}

.ac_image {
    margin-right: 10px;
    width: 110px;
    float: right;
}

.ac_results li span.cashback-result, .all-categories-ac-results li span.cashback-result {
    float: right;
    font-weight: normal;
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

.sv-btn-default {
    background: #5a88ca !important;
}

.helpSection {
    color: white;
    background: #ffffff;
    height: 100px;
    padding-right: 22px;
    padding-left: 22px;
}

.helpSection h3 {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: white;
    margin-right: 0;
    font-weight: bold;
}

#rightNavigation {
}

#topOfRightNavigator {
    margin-top: -38px;
    margin-right: 24px;
}

#topOfRightNavigator .store {
    margin-right: 16px;
}

.imgButton {
    cursor: pointer;
}

.imgButton img {
    width: 63px;
    height: 63px;
}

.box-store {
    margin: 0 !important;
    padding: 0 !important;
}

.box-store div {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.category-full-width {
    width: 839px;
    margin-right: 290px;
    float: right;
}

.box-store div img {
    width: 100%;
    max-width: 146px;
    margin-top: 5px;
}

.helpSection .help {
    text-align: center;
    color: white;
    height: 25%;
    display: block;
}

.helpSection .help {
    padding: 8px;
    color: white;
    font-size: 26px;
    display: inline-block;
}

.container.home {
    background: white;
    min-height: 200px;
    margin-top: 20px;
}

.contentBottom {
    background: #66BC66;
}

.contentBottom ::-webkit-scrollbar {
    width: 14px;
}

.contentBottom ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.contentBottom ::-webkit-scrollbar-thumb {
    border-radius: 9px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.advanced-search .btn-search {
    top: 0;
    border-radius: 26px;
}

.navigateButtons {
    float: right;
    text-align: right;
    direction: ltr;
    margin-top: 3px;
}

.navigateButtons a {
    font-size: 16px;
    border: 1px solid white;
    margin-top: 6px;
}

.navigateButtons a:hover {
    font-size: 16px;
    border: 1px solid white;
}

.scroll_top {
    z-index: 1000 !important;
}

.vertical-dropdown-menu {
    position: absolute;
    right: 94%;
    z-index: 900;
    opacity: 0;
    display: block;
    visibility: hidden;
    background: #ffffff;
    width: 888px;
    margin-right: 19px;
    float: left;
    min-height: 522px;
    /*-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;*/
    /*transition: opacity 0.5s, transform 0.5s;*/
}

.block-vertical-menu {
    margin-top: 0;
}

.block-vertical-menu .vertical-menu-list > li {
    border-bottom: 0;
}

.topNavigation {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background: #272363;
    height: 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.90);
}

.topNavigation .btn {
    float: right;
    height: 100%;
    text-align: center;
    line-height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    background: rgba(255, 255, 255, 0.4);
}

#topNavigation a:hover {
    opacity: 1 !important;
}

#verticalMenu .img {
    width: 200px;
}

.block-vertical-menu .vertical-menu-list > li {
    padding: 0 10px;
    height: 50.9px;
    overflow-x: hidden;
}

.block-vertical-menu .header {
    background-color: #f8f8f8;
    border: 1px dashed #fffefe;
}

.block-vertical-menu .footer2 {
    background-color: #f8f8f8;
    border: 1px dashed #fffefe;
}

.helpHeader {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
    display: inherit;
}

.helpContent {
    color: #000000;
    font-size: 17px;
}

#footer {
    /*background-color: #3a3a3a;*/
    z-index: 9;
}

#footer a {
    color: #000000;
}

#footer .footerHeader {
    font-size: 25px;
    color: #9b9b9b;
    margin-bottom: 10px;
}

.block-coppyright {
    color: #000000;
    width: 100%;
    text-align: center;
}

.btnDetails {
    border: 1.3px solid #229824;
    background-color: #229824;
    height: 27px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
}

.btnDetails:hover {
    opacity: 1 !important;
}

.borderRight {
    border-right: 3px solid #66BC66 !important;
}

#topNavigation li:active, #topNavigation li:focus, #topNavigation li:hover {
    background-color: #2B3C40;
}

#topNavigation .active {
    background-color: #2B3C40;
}

.leftArrow {
    color: #9faaab;
    margin-top: 17px;
}

.shop-details .subtitle {
    font-weight: bold;
    font-size: 23px;
}

.shop-details .details {
    font-size: 17px;
}

.shop-details .details h1 {
    font-size: 26px;
}

.shop-details .details p {
    font-size: 18px;
}

.shop-details .limits {
    /*color: #000000;*/
}

.shop-details .limits h1 {
    font-size: 25px;
}

.shop-details .limits h3 {
    font-size: 24px;
    color: #b14f4f;
}

.shop-details .limits p {
    font-size: 17px;
}

#buyDiv {
    line-height: 20px;
}

#buyDiv h2 {
    font-size: 20px;
}

#buyDiv h3 {
    font-size: 15px;
}

.cashBack {
    margin-top: 4px;
    width: 100%;
    color: #2D68F3;
    padding: 6px;
    font-size: 17px;
    text-align: center;
}

.storeName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px

}

.imgBags {

}

.main-header .present {
    margin-right: 4px;
}

.promoContainer {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    margin-top: 16px;
    background: #66BC66;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 25px;
    vertical-align: middle;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.90);
}

.promoContainer h2 {
    font-size: 25px;
}

#finishDiv {
    background: #66BC66;
    height: 50px;
}

.goShop {
    background: #D4E6EA;
    height: 519px;
}

/* Tooltip */

.tooltip.in {
    opacity: 1 !important;
}

.ttip + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    opacity: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
    margin: 2px 0 0;
    background-clip: padding-box;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

/* Tooltip on top */
.ttip + .tooltip.top > .tooltip-arrow {
    border-top: #66BC66 5px solid;
    opacity: 1;
}

/* Tooltip */
.ttip + .tooltipbar > .tooltip-inner {
    background-color: white;
    color: black;
    opacity: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 3x;
    margin: 2px 0 0;
    background-clip: padding-box;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

/* Tooltip on top */
.ttip + .tooltipbar.top > .tooltip-arrow {
    border-top: #66BC66 5px solid;
    opacity: 1;
}

#userOrders {
    font-size: 16px;
}

#divNav a:hover {
    opacity: 1;
}

.favorite-color {
    color: #EB5A49
}

.search div {
    cursor: pointer;
    height: 130px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.white-popup {
    direction: inherit;
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.modal-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #7b7b7b;
    /*background-color: #2C4F6B;*/
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-header .modal-title {
    margin-top: 0;
    font-size: 25px;
    text-align: center;
    color: white;
}

.btn-withdrawal {
    text-align: left;
    color: #548D98;
    border: 1.3px solid #D0E2E6;
}

.btn-withdrawal:hover, .btn-withdrawal:focus, .btn-withdrawal.focus, .btn-withdrawal:active, .btn-withdrawal.active {
    color: #6f9498;
    background-color: #e6e6e6;
    border-color: #adadad;
    border: 1.3px solid #baccd0;
}

#search, #searchInStore, .search {
    background: white;
    width: 480px;
    overflow-x: hidden;
}

.search {
    background: white;
    width: 480px;
    overflow-x: hidden;
}

.promoStore {
    padding: 20px;
    height: 128.3px !important;
}

.promoStores .title {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.3;
    height: 2.6em;
    margin-bottom: 18px;
    overflow: hidden;
}

.promoStores .buyDiv {
    margin-top: 6px;
}

.promoStores .couponEnds {
    color: #b1b1b1;
    margin-top: 18px;
}

.promoStores .coupon {
    font-size: 14px;
    padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 9px;
    background: #484848;
    color: white;
    border-radius: 4px;
}

.promoStores .coupon.nocoupon {
    background: white;
    border: 1px #e0e0e0 solid;
    color: #b3b3b3;
}

.promoStores .promoCode {
    font-weight: bold;
}

.promoStores .promo {
    color: #fff;
    background-color: #66bc66;
    text-align: center;
}

.promoStores .buy {
    font-size: 15px;
    color: white;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #229824;
}

.favorites .buy {
    font-size: 20px;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    background-color: #229824;
}

.similar .buy {
    font-size: 18px;
    color: white;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    background-color: #229824;
}

.promoStores .image {
    padding: 1px;
    width: 100px;
}

.promoStores .promoBorder {
    border-bottom: 1.3px solid #B4D3D8;
}

.bottomContainer {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    background-color: #66BC66;
    height: 20px;
}

.promoStores .promoImage {
    width: 100%;
    height: 175px;
}

#bonusPopup {
    font-size: 25px;
}

.error-template {
    font-size: 24px;
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}

.shadow {
    box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
}

.sb-btn-gray, .sb-btn-gray:focus {
    color: #FFF;
    background-color: #555 !important;
}

.navbar.navbar-slim {
    min-height: 30px;
}

.login .form-group i {
    background-color: #66BC66;
    font-size: 30px;
    height: 42px;
    line-height: 44px;
    text-align: center;
    width: 58px;
    color: #ffffff;
}

.store-info-adv {
    color: #66bc66;
    text-align: center;
    border-right: 1px solid #eee;
    padding-top: 27px;
}

.store-info-adv h3, .store-info-adv p {
    color: #000000;
}

.store-lastchild {
    border-left: 1px solid #eee;
}

.addToFavorite {
    background: #66BC66 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
    text-align: left;
    width: 40px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.addToFavorite:hover {
    width: 130px;
}

.addToFavorite::after {
    background: #66BC66 none repeat scroll 0 0;
    content: "\f08a";
    font-family: FontAwesome;
    color: white;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.alreadyFavorite {
    background: #66BC66 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
    text-align: left;
    width: 40px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.alreadyFavorite:hover {
    width: 130px;
}

.alreadyFavorite::after {
    background: #66BC66 none repeat scroll 0 0;
    content: "\f004";
    font-family: FontAwesome;
    color: white;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.buyAtShop {
    padding-right: 0;
    padding-left: 0;
    height: 43px;
    border: none;
    line-height: 43px;
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    padding-top: 8px;
}

.product-extra-link a.addcart-link::after {
    background-image: url("../images/cart-icon2.png");
    width: 14px;
    height: 13px;
}

.product-extra-link a.addcart-link:hover {
    background: #2C4F6B;
}

.product-extra-link a {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product-extra-link a::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product-extra-link a span::before {
    border-bottom: 4px solid #4c4c4c;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -4px;
    width: 0;
}

.product-extra-link a:hover::after {
    background-position: bottom left;
}

.product-extra-link a span {
    background: #4c4c4c none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 20px;
    left: -20px;
    line-height: 20px;
    margin-top: 5px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 80px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.product-extra-link a.addToFavorite-link::after {
    content: "\f004";
    font-family: "FontAwesome";
    font-size: 21px;
    height: 24px;
    color: white;
}

.product-extra-link a.goto-link::after {
    content: "\f07a";
    font-family: "FontAwesome";
    width: 19px;
    height: 17px;
}

.available-service {
    padding: 14px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.available-info {
    vertical-align: middle;
}

.available-info > h3 {
    font-size: 23px;
    margin: 0 0 0px;
    color: white;
}

.available-info > p {
    color: #ffffff;
    font-size: 19px;
    margin: 0;
}

.service-support {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0px;
}

.favoritesDiv {
    border: 1px solid #eaeaea;
    padding: 20px;
}

.favoritesDiv:hover {
    box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.similarDiv {
    border: 1px solid #eaeaea;
    padding: 20px;
}

.socialfollow {
    color: black;
}

.mainContent {
    margin-bottom: 50px;
    margin-top: 50px;
}

.terms ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms li {
    padding-left: 1em;
    text-indent: -.7em;
}

.terms li:before {
    content: "• ";
    color: #adadad; /* or whatever color you prefer */
}

.two-max-lines {
    display: block; /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    min-height: 3.2em;
    max-height: 3.2em;
    line-height: 1.6em;
}

.grow {
    transition: all .3s ease-in-out;
    overflow: hidden
}

.grow:hover {
    transform: scale(1.1);
}

.loadMore {
    font-size: 18px;
    text-align: center;
}

.promotion-signIn {
    font-size: 20px;
    color: #34495e;
}

.product-container .promo {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.category-products .products .product-container:hover {
    box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.store-product .storeImage {
    height: 39px;
    width: 90px;
    padding: 1px;
}

.store-product {
    box-shadow: none;
    border: 1px solid #eaeaea;
}

.store-product:hover {
    box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.store-product .promo {
    margin-top: 17px;
    font-weight: bold;
}

.store-product .name {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 15px;
    min-height: 3.0em;
    max-height: 3.0em;
    line-height: 1.0em;
}

.store-product .price {
    font-size: 20px;
    color: #eb5949;
}

.salespercent {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.salespercent div {
    position: absolute;
    line-height: 17px;
    top: -11px;
    left: -25px;
    color: #fff;
    background: #eb5949;
    width: 72px;
    height: 42px;
    font-size: 15px;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 4px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
    font-weight: bold;
}

.paging ul {
}

.paging ul li {
    margin: 0;
    padding: 0;
    float: right;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2D68F3;
    border-color: #2D68F3;
}

.pagination > li > a, .pagination > li > span {
    color: #2D68F3;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2D68F3;
}

.filter {
    position: absolute;
    margin-top: -7px;
}

.numberOfProducts {
    font-size: 19px;
    font-weight: 500;
}

.site-info-scroller {
    direction: rtl;
    text-align: left;
    overflow-x: hidden;
    height: 143px;
    padding: 7px;
    background-color: #fff;
    border-radius: 9px
}

.tableResponsive {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu_navigation {
    background-color: #819fa5;
    border-radius: 0 !important;
}

.navbar {
    margin-bottom: 0 !important;
    position: relative;
    border: 0 solid transparent !important;
    min-height: 0px !important;
    float: right;
}

.navbar .navbar-nav {
    float: none;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-right: 54px;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.topCouponBorder {
    border-top: 1px dashed #fffefe;
    border-bottom: 1px dashed #fffefe;
}

.product-tab-header {
    /*border-bottom: 1px dashed #979797*/
}

.nomeric {
    display: inline-block;
    margin-right: 7px;
    margin-left: -30px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #66BC66;
    color: white;
    text-align: center;
    font-size: 0.70em;
    margin-top: 5px;
}

.advanced-search .btn-search .fa {
    color: #766d6d
}

.user-info {
    color: white;
}

.container .help:first-child:after {
    display: none;
}

#content {
    padding-top: 170px;
    min-height: 500px;
    margin-bottom: 50px;

}

.sorttable_img {
    margin-right: 10px;
}

#userOrders p {
    margin-bottom: 0px;
}

#footer .block-link ul {
    padding-left: 10px;
}

.terms li {
    margin-bottom: 5px;
}

.firstLineMargin {
    text-indent: -13px;
}

.titleLink {
    font-size: 18px;
    float: right;
    margin-left: -13px;
    margin-top: -22px;
    text-decoration: underline;
}

.titleLinkBottom {
    font-size: 18px;
    margin-top: -22px;
    text-decoration: underline;

}

.buyAtShop {
    float: left;
}

#ssIFrame_google {
    display: none;
}

.advanced-search button {
    border: none;
}

/*dataTables*/
input[type="search"] {
    -webkit-appearance: textfield !important;
}

@media (min-width: 1281px) and (min-width: 1025px) {
    #cashBackTable_filter label, #affiliatesTable_filter label, #paymentsTable_filter label {
        width: 550px;
    }

    #promotionTable_filter, #affiliatesTable_filter, #paymentsTable_filter {
        width: 50%;
    }

    #promotionTable_filter label {
        width: 100%;
    }

    #cashBackTable_wrapper, #affiliatesTable_wrapper, #paymentsTable_wrapper label {
        width: 100%;

    }

    #cashBackTable_filter label {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    #affiliatesTable_filter label {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    #affiliatesUsersTable label {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    #paymentsTable_filter label {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    #promotionTable_filter label {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    #rebatesHistoryAffiliateTable_filter label {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        font-size: 20px;
    }
}

#cashBackTable_filter, #affiliatesTable_filter, #paymentsTable_filter, #affiliatesUsersTable_filter, #rebatesHistoryAffiliateTable_filter input {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    height: 42px;
    line-height: 41px;
    margin-top: 0;
}

#missingOrderTable_filter, #promotionTable_filter, #affiliatesTable_filter, #paymentsTable_filter, #affiliatesUsersTable_filter, #rebatesHistoryAffiliateTable_filter input {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    height: 42px;
    line-height: 41px;
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;

}

.copy-button {
    background: #229824;
    border: none;
    font-weight: bold;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; /* !important tags aren't necessarily always bad */
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 42px;
    min-width: 100px;
    color: white;
}

.copy-button :hover {
    color: white;
    opacity: 0.9;
}

#inviteFriendStore {
    height: 42px;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    line-height: 16px !important;
}

.fa-menu {
    width: 20px;
    text-align: center;
}

.fa-user {
    width: 20px;
    text-align: center;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.9;
}

.storeImageDiv {
    margin-bottom: 8px;
    margin-top: 10px;
}

.goToStoreBtn {
    background: #229824;
    color: #fff;
    border: none;
    line-height: 26px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; /* !important tags aren't necessarily always bad */
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.noFavorites {
    font-size: 20px;
    padding-bottom: 100px;
}

.underline {
    text-decoration: underline !important;
}

.underline :hover {
    text-decoration: underline !important;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

.underline {
    text-decoration: overline;
}

.underline:hover {
    text-decoration: overline;
}

.help-tip {
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #020202;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.smartbanner {
    font-family: 'Assistant' !important;
}

.smartbanner .smartbanner__button {
    text-align: center;
    display: block;
    padding: 0 10px;
    color: white;
    background-color: #FFBD01;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid white;
    border-radius: 0;
    font-family: 'Assistant';

}

.fake-element {
    /*height: 0px !important;*/
    position: inherit !important;
}

.promoProductLogin {
    height: 473px;
}

.promoProductLogin .title {
    font-size: 20px;
}

.promoProductLogin .cashback1 {
    font-size: 20px;
}

.closeButton {
    font-size: 2.5rem;
    line-height: 0.5;
    position: absolute;
    color: white;
    float: left;
    left: 19px;
    cursor: pointer;
    top: 16px;
    font-weight: 500;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .04s linear;
    -o-transition: opacity .04s linear;
    transition: opacity .04s linear;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.ext {
    margin-right: 10px;
    margin-top: 6px;
}

.dataTables_wrapper .dataTables_filter {
    text-align: left;
    float: left;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: right;
    text-align: right;
}

.sendAgain {
    text-decoration: underline;
    float: right;
}

.ui-selectmenu-menu {
    position: fixed;
}

.advanced-search #category-select-button span.ui-selectmenu-text {
    color: #7d7d7d;
    font-weight: normal;
    font-size: 16px;
}

#category-select-menu .ui-state-focus {
    background: #66bc66;
}

.tooltip-inner {
    text-align: left !important;
}

.float-direction-ltr {
    float: left;
    direction: ltr;
}

.copy-url {
    font-size: 14px;
    padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 9px;
    background: #3A3A3A;
    color: white;
    border-radius: 4px;
}

.btn-black {
    color: #fff;
    background-color: #3A3A3A;
    border-color: #3A3A3A;
}

.btn-gray {
    color: #fff;
    background-color: #afafaf;
    border-color: #afafaf;
}

.btn-white {
    color: #000000;
    background-color: #fff;
    border-color: #ccc;
}

.btn-white:hover {
    color: #000000;
}

/* ======================== */
/*   Syed Sahar Ali Raza   	*/
/* ========================	*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

#generic_price_table {
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

/*#generic_price_table .generic_content .generic_feature_list ul li:hover{*/
/*background-color: #E4E4E4;*/
/*border-left: 5px solid #2ECC71;*/
/*}*/

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #2ECC71;
    color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    /*color: #fff;*/
}

#generic_price_table .generic_content:hover .generic_price_btn a {
    background-color: #2ECC71;
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
}

.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 13px;
    padding-bottom: 9px;
    position: relative;
    z-index: 1;

}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

/*#generic_price_table .generic_content .generic_feature_list ul li:hover{*/
/*transition: all 0.3s ease-in-out 0s;*/
/*-moz-transition: all 0.3s ease-in-out 0s;*/
/*-ms-transition: all 0.3s ease-in-out 0s;*/
/*-o-transition: all 0.3s ease-in-out 0s;*/
/*-webkit-transition: all 0.3s ease-in-out 0s;*/

/*}*/
#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }

    .no-padding-mobile {
        padding: 0px !important;
    }

    .mobile-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .widget-textarea-270 {
        width: 270px;
    }

    .mainStore {
        padding: 3px !important;
    }

    .headerTopTitle {
        font-size: 14px !important;
    }


    .headerThird {
        font-size: 17px !important;
        line-height: 30px !important;
    }

    .searchMobile {
        width: 100% !important;
        position: relative !important;
    }

    .search-wrap {
        background: #BFA475;
        padding: 0px;
    }

    .navbar-toggle {
        background-color: white !important;
        color: #d51c4a !important;
        padding: 7px 10px !important;
        margin-top: 10px !important;
        float: left;
    }

    #navbar .navbar-nav li {
        width: 100% !important;
    }


    .product-tab-header .block-title-text.text-lg {
        margin: 0px;
    }

    .product-tab-header {
        margin-bottom: 0px;
    }

    .allStores {
        margin-bottom: 10px;
    }

    .mobile-margin-bottom-0 {
        margin-bottom: 0px;
    }

    .shufersal_logo {
        top: -0.66em;
    }

    .missingOrders {
        margin: 10px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 991px) {
    .mobile-padding-xs-lg-5 {
        padding: 5px;
    }

}

#generic_price_table_home {
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li + li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #000000;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #000000;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;

}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.heading:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -25px;
    margin-left: -25px;
    position: absolute;
    background: #bf5757;
}

.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.generic_feature_list ul li {
    cursor: context-menu;
}

#reviewForm .br-wrapper {
    padding-right: 5px;
}

.storeImageDiv .br-theme-css-stars .br-widget {
    margin-left: 50px;
    padding-bottom: 5px;
}

#store-average-rating {
    margin-top: 16px;
}

.owl-carousel:hover .icon {
    opacity: 0.4 !important;
}

.owl-next:hover .icon,
.owl-prev:hover .icon {
    /*background: rgba(48, 117, 70, .8);*/
    color: rgba(255, 255, 255, .9);
}

.icon-arrow-left7 {
    left: 0px;
}

.icon-arrow-left7:before {
    content: "\f053";
    bottom: 53%;
    position: absolute;
}

.icon-arrow-right7 {
    right: 0px;
}

.icon-arrow-right7:before {
    content: "\f054";
    bottom: 53%;
    position: absolute;
}

@media (min-width: 768px) {
    .owl-item > div {
        margin: 45px 60px;
        transition: margin 400ms ease-out;
    }

    .owl-item.center > div {
        margin: 0;
    }

    .owl-next {
        right: 60px;
    }

    .owl-prev {
        left: 60px;
    }


    .storeDetailsWrap {
        margin-top: -61px;
    }

    .shufersal_logo {
        top: -0.64em;
    }

}

.owl-theme .owl-nav [class*=owl-] {
    padding: inherit !important;
}

.owl-theme .owl-nav {
    margin-top: -21px !important;
}

.playHowItWork {
    color: #229824;
    font-size: 38px;
}

.playHowItWork:hover {
    color: #66BC66
}

.helpSectionMain {
    color: #000000;
    background: #F8F8F8;
    min-height: 210px;

}

.helpSectionMain .howItsWorkTitle {
    font-size: 23px;
}

.helpSectionMain h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: white;
    margin-right: 0;
    font-weight: bold;
}

.helpHeaderMain {
    margin-right: 7px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    /* margin-bottom: 6px; */
    display: inherit;
}

.helpContentMain {
    margin-right: 12px;
    margin-left: 12px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 4px;
}

.mainNomeric {
    display: inline-block;
    height: 17px;
    width: 17px;
    margin-right: 10px;
    line-height: 18px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #60ad60;
    color: white;
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 2px;
}

.helpMain {
    padding: 1px;
}

.promoStoreNew {
    border-radius: 5px;
    border-style: dashed;
    border-width: 2px;
    border-color: #c5c5c5;
    padding: 5px;
    height: 150px;
}

.promoStoreNew .title {
    margin-top: 8px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.3;
    height: 2.6em;
    font-size: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.promoStoreNew .buyDiv {
    margin-top: 6px;
}

.promoStoreNew .couponEnds {
    color: #b1b1b1;
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}

.promoStoreNew .coupon {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 3px;
    background: #3A3A3A;
    color: white;
    border-radius: 4px;
}

.promoStoreNew .coupon.nocoupon {
    background: white;
    border: 1px #e0e0e0 solid;
    color: #b3b3b3;
}

.promoStoreNew .promoCode {
    font-weight: bold;
}

.promoStoreNew .promo {
    color: #fff;
    background-color: #66bc66;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.toolbar {
    font-family: 'Assistant' !important;
    position: fixed;
    font-size: 17px;
    color: white;
    bottom: -1px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #2d2d2d;
    z-index: 1000;
    overflow-y: hidden;
}

.toolbar .amountOfSales {
    color: white;
}

.toolbar .webtickerli {
    font-family: 'Assistant' !important;
    font-size: 17px;
    color: white;
    font-weight: 100;
}

.settings-notification {
    display: inline-block !important;
    text-align: right !important;
}

.promoStoreMainHeight {
    height: 160px !important;
}

/*.owl-theme .owl-controls .owl-page {*/
/*display: inline-block;*/
/*}*/
/*.owl-theme .owl-controls .owl-page span {*/
/*background: none repeat scroll 0 0 #869791;*/
/*border-radius: 20px;*/
/*display: block;*/
/*height: 12px;*/
/*margin: 5px 7px;*/
/*opacity: 0.5;*/
/*width: 12px;*/
/*}*/

.avatar_header {
    width: 47px;
    height: 47px;
    max-height: 47px;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    position: relative;
    cursor: pointer;
    color: white;
    border: 2px solid #f3f3f3;
}

.yourgain {
    margin-top: 10px;
    float: right;
    font-size: 18px;
    color: white;
    margin-right: 9px;
    border-bottom: 1px dotted white;
}

.signInButton {

    cursor: pointer;
    margin-top: 10px;
    float: right;
    padding: 4px;
    /* line-height: 45px; */
    font-weight: bold;
    color: white;
}

/*.signInButton.register{*/
/*border-radius: 13px;*/
/*border: 1px dashed #ffffff;*/
/*}*/

.registerButton  {
    color: white;
    background-color: #2D68F3!important;
    border-radius: 49px !important;
}

.registerButton:hover  {
    opacity: 0.9;
    color: #ffffff;
}


.loginButton {
    height: 45px;
    padding: 11px 20px !important;
    font-size: 20px!important;
    color: #000000;
}

.loginButton:hover {
    color: #000000;
}


.dropdownAvatar {
    float: right;
}

#userdropdownmenu {
    /*min-width: max-content !important;*/
    /*top: -6px !important;;*/
}

.hot-product {
    box-shadow: none;
    border: 1px solid #eaeaea;
    padding: 5px 5px 0px 5px !important;
}

.hot-product-box:hover {
    box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.hot-product .promo {
    margin-top: 17px;
    font-weight: bold;
}

.hot-product .name {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 15px;
    min-height: 3.0em;
    max-height: 3.0em;
    line-height: 1.0em;
}

.hot-product .price {
    font-size: 20px;
    color: #eb5949;
    /*margin: 5px 0px 5px 0px;*/
}

.hot-product .storeImage {
    height: 39px;
    width: 90px;
    padding: 1px;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

/*.nav-pills > li > a {*/
/*background: #eaeaea;*/
/*}*/

/*.nav-tabs, .nav-pills {*/
/*}*/

/*.nav-tabs > li > a {*/
/*background-color: #eaeaea;*/
/*}*/

#selectStatusDropBox {
    display: inline-block;
    padding-right: 30px;
    float: right;
}

.product-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.suggestion {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.similarStore .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

img:not([src]) {
    visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

.main-promo-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 19;
    /*width: 60%;*/
    margin-top: 40px;
    visibility: hidden;
}

.main-promo-container .top-promo .promo-item {
    margin-bottom: 28px;
}

.main-promo-container a, .main-promo-container a:hover, .main-promo-container a:focus {
    text-decoration: none;
    color: inherit;
}

.main-promo-img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    min-height: 150px;
}

.main-promo-container .bottom-promo .bottom-promo-inner {
    /*position: absolute;*/
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    z-index: 2;
    /*padding-bottom: 25px;*/
    bottom: 0;
    width: 100%;
    min-height: 140px;
    margin-top: 12px;
}

.main-promo-container .bottom-promo .promo-item:hover {
    transform: scale(1.02);
    z-index: 100;
}

.promo-item {
    border: 1px solid lightgray;
    background: white;
    margin-bottom: 32px;
}

.bottom-promo-inner .title {
    height: 3em;
}

.link-style {
    text-decoration: underline;
    color: #0087F7;
}

.promo-item .main-promo-img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    height:auto ;
    cursor: pointer;
}

.siteinfo {
    font-size: 17px;
}

.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 13px;
    padding: 37px;
    border-bottom: 1px dashed #e2e2e2;

    list-style: none;
}

.custom-counter li:last-child {
    border-bottom: none;
}

.custom-counter ol {
    list-style: none;
    counter-increment: foo;
}

.custom-counter li::before {
    content: counter(step-counter);
    margin-right: -44px;
    margin-left: 16px;
    font-size: 80%;
    background-color: rgb(0, 200, 200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 12px;
    text-align: right;
    /* padding-right: .3em; */
}

.custom-counter .title {
    font-weight: bold;
}

.affix {
    position: fixed;
}

.affix-top {
    /* Initial items */
}

.categoryCashback {
    width: 20%;
    white-space: nowrap;
}

.categoryNote {
    color: #999;
}

.btn_custom {
    color: white;
}

.bottomButtons .btnDetails {
    border-left: 1px solid lightgray !important;
}

.logo {
    height: 61px;
}

.active-payment-type {
    color: #6f9498;
    background-color: #e6e6e6;
    border-color: #adadad;
    border: 1.3px solid #baccd0;
}

.btn-payment-settings {
    background: #373737 !important;
}

.storeBlock:hover {
    box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.1);
}


.hovereffect {
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.divImg {
    width: 100% !important;
}

.overlay .bottomButtons {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
}


.storeDiv {
    padding: 0px 10px 5px !important;
}

.hidetext {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.promoCashback {
    color: #2f416e;
    font-size: 15px;
    margin-top: 10px
}

.navbar {
    margin-bottom: 0 !important;
    position: relative;
    border: 0 solid transparent !important;
    min-height: 0px !important;
    float: inherit;
}

.navigation {
    float: right;
    text-align: right;
    direction: ltr;
}

.navigation a {
    padding: 0 10px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
}

.navigation a:last-child {
    border: 0;
}

.login {
    background-color: rgba(139, 196, 53, 1);
    color: black;
    padding-top: 7px;
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}


.product-tab-header {
    border: 0;
}


.btn-login, .btn-register, .btn-blue, .btn-success {
    color: white !important;
}

.advanced-search .btn-search .fa {
    color: #d51c4a;
}

.btnContinue {
    min-height: 37px;
    max-height: 48px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 20px;
    font: 1.8em opensanshebrew-bold-webfont;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0 0;
}

#loginModal a {
    font-size: 17px;
    color: black;
}

h1 {
    font-size: 39px !important;
    font-weight: 500;
    margin: -5px 0 0;
}

h2 {
    font-size: 32px !important;
    font-weight: 600;
    margin: -5px 0 0;
}


.headerTop {
    height: 34px;
    color: white;
    background: #BFA475;
}

.headerTopTitle {
    margin-top: 5px;
    margin-right: 44px;
    font-size: 18px;
}

.headerSecondTop {
    height: 50px;
    background: white;
}

.headerCategories {
    background: #b79562;
}


.headerThirdTitle {
    margin-top: 11px;
}

.categories {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
}


.categories li:first-child:hover {
    background: none !important;
    cursor: default !important;
}

.categories li a {
    font-size: 20px;
    color: #000000;
    text-decoration: none !important;
    line-height: 21px;
}

.categories li {
    border-right: 5px solid #ffffff00;
}

.categories li:hover {
    /*background: #FFFFFF59 0% 0% no-repeat padding-box;*/
    color: #2D68F3;
    text-decoration: none;
}


.categories li img {
    height: auto;
    width: 35px;
    margin-left: 17px;
}


.categories li a:hover {
    text-decoration: none !important;
}

.storeCashback {;
    color: #2D68F3;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}


.headerForLogo1 {
    height: 0.33em;
    background: white;
}


.hrefLogo {

}

.hrefLogo:hover {
    opacity: 1 !important;
}

.navbar-nav {
    float: right;
}

.navbar-nav > li {
    float: right;
}

.main-menu .mega_dropdown .block-megamenu-link > li {
    text-align: right;
}

.mainNav1 {
    width: 390px;
}


.mainStore {
    padding: 15px;
}

#messagePopup {
    height: 100%;
}

.footer-bottom {
    font-weight: 400;
}

.textTostart {
    text-align: right;
}


.main-gradient {
    background: radial-gradient(circle at center, #f0efec, #d6c8a1);
}

.all-categories-list li {
    padding: 5px 25px 5px 0px;
    cursor: pointer;
    font-size: 16px;
}

.store-name-wrap {
    padding-top: 4px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    word-break: break-word;
    width: 100%;
}

.label.label-danger {
    background-color: #baa180 !important;
    color: white;
}

.label.label-success {
    background-color: #2D68F3 !important;
    color: white;
}

.label.label-warning {
    background-color: #E27B78 !important;
    color: white;
}

table tbody tr td {
    font-weight: 400 !important;
}

.product-container {
    padding-bottom: 0px !important;
}

.home {
    margin-top: 12px;
}

.rtl {
    text-align: right;
    direction: rtl;
}

.promo {
    padding-left: 15px;
    padding-right: 15px;
}


#dynamicModelWindow {
    height: 100%;
}

#datetimepicker2 {
    direction: ltr;
}


body {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    font-family: 'Assistant' !important;
    line-height: 22px;
    overflow-x: hidden;
    background-size: 100% auto;
    background-color: #EFF1F2;
}


.storeBuyButton {
    margin-top: 13px;
    margin-bottom: 10px;
    border-radius: 15px;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    border: 0;
    position: relative;
    left: -26%;
    z-index: 2000;
    top: 3px;
}

.storeBuyButton:hover {
    color: #000000;
}

/*.storeBuyButton:hover {*/
/*background: #2D68F3 !important;*/
/*color: white !important;*/
/*opacity: 1;*/
/*}*/

.whiteButton {
    color: #2D68F3;
    border-radius: 49px !important;
    border: 1px solid #2D68F3 !important;
    background-color: white;
}

.whiteButton:hover, .whiteButton:focus {
    color: white;
    background-color: #2D68F3;

}

.homeLoginButton:hover > .login-registration-block {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(256deg) brightness(103%) contrast(101%);
}


.navbar-nav {
    float: right !important;
}

/*a {*/
/*color: #2D68F3 !important;*/
/*}*/

.promoCashback {
    color: #2f416e;
    font-size: 15px;
    margin-top: 10px
}

.option9 .main-menu .navbar-nav > li > a {
    font-size: 20px !important;
    letter-spacing: -0.52px;
    color: #000000;
    opacity: 1;
    padding-top: 23px;
    padding-bottom: 22px;
    font-weight: 600;
}

.navbar {
    margin-bottom: 0 !important;
    position: relative;
    border: 0 solid transparent !important;
    min-height: 0px !important;
    float: inherit;
}

.navigation {
    float: right;
    text-align: right;
    direction: ltr;
}

.advanced-search {
    /*margin: 5px;*/
    border-radius: 22px;
    /*width: 600px;*/
    /*margin-top: 9px;*/
    width: 450px;
}

.navigation a {
    padding: 0 10px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
}

.navigation a:last-child {
    border: 0;
}

.login {
    background-color: rgba(139, 196, 53, 1);
    color: black;
    padding-top: 7px;
    height: 40px;
}

/*.option9 .main-menu .navbar-nav > li > a ::after {*/
/*content: " - Remember this";*/
/*}*/

a {
    text-decoration: none;
    cursor: pointer;
}

.buyAtShop {
    padding-right: 0;
    padding-left: 0;
    height: 43px;
    border: none;
    line-height: 29px;
    color: white;
    font-size: 18px;
    position: relative;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
}


.product-tab-header {
    border: 0;
}


.btn-login, .btn-register, .btn-blue, .btn-success {
    color: white !important;
}

.advanced-search .btn-search .fa {
    color: #000000;
}

/*.advanced-search .search-input {*/
/*width: 600px !important;*/
/*}*/

.btnContinue {
    min-height: 37px;
    max-height: 48px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 20px;
    font: 1.8em opensanshebrew-bold-webfont;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0 0;
}

#loginModal a {
    font-size: 17px;
    color: black;
}

h1 {
    font-size: 30px !important;
    font-weight: 600;
    margin: -5px 0 0;
}

h2 {
    font-size: 39px !important;
    font-weight: 600;
    margin: -5px 0 0;
}

.categories li {
    display: block;
    font-size: 19px !important;
    flex: 0 1 auto;
    list-style-type: none;
    padding: 13px 10px;
    width: auto;
    transition: all .5s ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#navbar {
    max-height: 70px;
    /*background: white;*/
}

.divider {
    color: #7F7F7F;
    transform: scaleX(0.3);
    font-size: 2.7em;
}

.main-promo-container .bottom-promo .bottom-promo-inner {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    z-index: 2;
    bottom: 0;
    width: 100%;
    min-height: 133px;
    margin-top: 0px;
    position: absolute;
}

.modal-open .modal {
    height: 100% !important;
    z-index: 10000000000 !important;
}

input[type="email"], input[type="password"] {
    direction: ltr !important;
    text-align: start !important;
}

#footer .block-link-wapper {
    height: auto;
    padding: 3px;
}

.block-coppyright {
    margin-top: 16px;
    color: white;
}

.content_transfer {
    color: #2D68F3 !important;
    background-color: #ffffff !important;
}

.mainSearch {
    float: right;
    padding-top: 12px;
    padding-right: 15px;
}


.settings-btn {
    background: #2f416e;
    color: white;
    margin-left: 14px;
    padding: 3px 5px;
}

.settings-btn:hover {
    text-decoration: none !important;
}

#regContainer .nav-tabs .active a {
    background-color: #193a89 !important;
    color: white !important;
    border: none !important;
}

#regContainer .tab-content {
    padding: 15px;
}


.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #193a89;
    border-color: #193a89;
    color: white;
}

.btn-success {
    background-color: #193a89;
    border-color: #193a89;
    color: white;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #193a89;
    border-color: #193a89;
    color: white;
}

input:-moz-placeholder {
    text-align: right;
}

::-webkit-input-placeholder {
    text-align: right;
}

.isracard-store {
    cursor: pointer;
    background-color: white;
    border-radius: 20px;
    margin-left: 27px;
    margin-bottom: 10px;
}

.isracard-store:hover{
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.storeName {
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.all-stores .search-input {
    width: 100% !important;
}

.all-stores {
    margin: 0px !important;
}

.main-logo {
    height: 28px;
    width: auto;
}

#menuNavigation li a.active {
    font-weight: bold;
    color: #2D68F3 !important;
    border-bottom: 4px solid #2D68F3!important;
    background: #FFFFFF59 0% 0% no-repeat padding-box;
}

#menuNavigation li a:hover {
    color: #2D68F3;
    border-bottom: 4px solid #2D68F3;
    background: #FFFFFF59 0% 0% no-repeat padding-box;
}

.login-registration-block {
    margin-bottom: 5px;
    padding-left: 5px;
}

.header6 {
    background: #EFF1F2 0% 0% no-repeat padding-box;;
}

#main-menu {
    background: #EFF1F2 0% 0% no-repeat padding-box;;
}

.float-left {
    float: left;
}

.margin-padding-0 {
    margin: 0px;
    padding: 0px;
}

.container-fluid {
    margin: 0px 85px 1px 85px;
}

.categories .favorites {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.store-block-title {
    font-size: 20px;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: #000000;
}

.store-block-sub-title {
    color: #000000;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
}

.store-container {
    padding: 0px;
    margin-bottom: 10px;
}

.store-buy-image {
    background-image: url(/images/whitelabel/10/arrow-white.png);
    width: 150px;
    height: 81px;
    top: 29%;
    left: -14%;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 90%;
    position: relative;
}

.store-buy-image:hover, .affriliate-promo-buy-image:hover {
    background-image: url(/images/whitelabel/10/arrow-colored-onezero.png);
}

.how-to-get-cashback-container {
    margin-top: 10px;
    background: white;
    padding-bottom: 10px;
}

.how-to-get-cashback-container h3 {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 25px;
}

.how-to-get-cashback-container img {
    /*margin: 60px 0px;*/
}


.how-to-get-cashback-description {
    display: flex;
    justify-content: center;
}

.how-to-get-cashback-description div {
    letter-spacing: -0.56px;
    color: #000000;
    font-size: 28px;
    width: fit-content;
}

.top-footer {
    max-height: 70px;
    /*margin-top: 50px;*/
    background: #EFF1F2;
}

.top-footer a {
    font-size: 20px;
    letter-spacing: -0.6px;
    color: #000000;
    margin: 0px 10px;
    font-weight: 600;
}

.top-footer-devider {
    background: transparent linear-gradient(85deg, #30478A 0%, #EA4239 100%) 0% 0% no-repeat padding-box;
    height: 6px;
}

footer {
    background: #FFFFFF;
    color: #000000;
}

.footer-description {
    letter-spacing: -0.4px;
    text-align: right;
    font-size: 18px;
}


#sortStoresBy {
    height: 50px;
}

.no-decoration {
    text-decoration: none !important;
}

.sideMenu {
    font-size: 22px;
    margin-top: 12px;
}

.sideMenu-login {
    font-size: 18px;
    margin-top: 14px;
    display: flex;
}

.btn-blue {
    /* margin-bottom: 10px; */
    color: #2D68F3 !important;
    border-radius: 49px;
    font-size: 22px;
    border: 2px solid #2D68F3 !important;
    background-color: white;
    font-weight: 600;
    padding-top: 11px;
    padding-bottom: 11px;
    padding: 7px 18px;
    text-decoration: none !important;
}

.btn-blue:hover, .btn-blue:focus {
    color: #2D68F3 !important;
}


.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.navbar-nav .active {
    color: black !important;
}


.promo-img {
    background: white;
    text-align: center;
}

.footer-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 0px;
}

.footer-logos img {
}

.header-logo-container {
    padding-top: 25px;
}


#navbar ul li a {
    border-bottom: 6px solid #ffffff00;
}


.blueButton {
    color: white;
    border-radius: 49px !important;
    border: 2px solid #2D68F3 !important;
    background-color: #2D68F3;
}

.blueButton:hover {
    color: white;
    text-decoration: none !important;
    background-color: #2D68F3!important;
}

.floating-footer {
    height: 63px !important;
    border-top: 4px solid #f3f3f3;
    box-shadow: 0 -2px 11px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.floating-footer .text-muted {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.floating-footer img {
    margin-bottom: 2px;
    margin-right: 10px;
    height: 40px
}

.floating-footer-title {
    color: #2D68F3;
    font-size: 20px;
    font-weight: 600;
}

.floating-footer .blueButton {
    margin: 0px 10px
}

.floating-footer-remove {
    padding-right: 5px;
    text-decoration: none;
    font-size: 20px;
    color: #000000
}

.login-container, .registrationComplete {
    padding-top: 7%;
    /*margin-left: 59% !important;*/
}

.login-header h3, .registration-box h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

#registrationComplete h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

.login-box-sub-title {
    font-size: 19px;
    margin-bottom: 50px;

}

.login-box-sub-title a {
    color: #000000;
}

.loginBox {
}

.small-round-btn {
    padding: 2px 35px;
}

.forgot-password {
    color: #2D68F3 !important;
}

.registration-box {
    margin-bottom: 45px;
    background: #ffffff;
    margin-top: 14%;
}

.login-radio-container {
    text-align: right;
}

.select-card {
    border: 1px solid #C9CFDE;
    padding: 5px;
    cursor: pointer;
    min-height: 85px;
}

.select-card-container {
    margin-bottom: 30px;
}

#createUserContent .form-group, .emailBox .form-group {
    margin-bottom: 30px;
}

.complete-registration-btn-container {
    display: flex;
    justify-content: space-between;
    padding: 0% 0%;
}

.form-error {
    text-align: center;
    padding: 15px 0px;
    font-size: 22px;
    color: #EE2D24;
    font-weight: 600;
}

.login-form .blueButton {
    margin-top: 15px;
}

.back-to-main-page {
    float: left;
    margin: 2% 6%;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    font-size: 30px;
    font-weight: 600;
    border-radius: 30px !important;
    cursor: pointer;
    text-decoration: none !important;
    color: #000000 !important;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 52px;
}

.welcome-email-sent {
    color: #070707;
    margin: 15px 0px 30px 0px;
    font-size: 18px;
    font-weight: 600;
}

.complete-registration-extension-promo {
    margin: 55px 0px;
    background: #EFF1F2 0% 0% no-repeat padding-box;
    border-radius: 25px !important;
    padding: 15px;
    max-height: 165px;
}

.extension-title {
    font-size: 30px;
    color: #2D68F3;
}

.extension-description {
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.whiteButton:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(104%) contrast(101%);
}

.categories li:hover img {
    filter:invert(13%) sepia(75%) saturate(7012%) hue-rotate(248deg) brightness(98%) contrast(106%);
}

#registrationComplete {
    margin-top: 90px;
}

.errorContainer {
    padding: 15px 0px;
}

.forgot-password-btn {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

.card-image-container {
    padding-bottom: 10px;
}

.card-type-container {
    padding: 0px 5px;
}

.card-image-container img {
    height: 32px;
}

.download-arrow {
    position: absolute;
    left: -4%;
    top: 93%;
    max-width: 31%;
}

.hidden-main-store {
    display: none;
}

.showMoreStores {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

#allStores {
    text-align: center;
    margin-bottom: 15px;
}

#allStores a {
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 18px;
    text-decoration: underline;
    color: #2D68F3;
    cursor: pointer;
}

.categories-left-arrow {
    margin-right: 6px;
    line-height: 20px;
    font-size: 18px;
    display: none;
}

.categories li:hover a {
    color: #2D68F3;
    font-weight: 600;
}

.categories li:hover .categories-left-arrow {
    display: unset;
    vertical-align: middle;
}

.line-height-30 {
    line-height: 30px !important;
}

.top-menu-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 43px;
    display: none;
    position: absolute;
    z-index: 20000;
   width: 100%;

}

#settingsHeaderBtn {
    padding: 13px 63px;
    width: 100%;
}

.top-menu-btn li {
    padding: 11px 15px;
    text-decoration: none !important;
    color: #030303 !important;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #eff1f2;
    text-align: right;
}

.top-menu-btn li:hover {
    background: #EFF1F2 0% 0% no-repeat padding-box;
    cursor: pointer;
}

.settingsMenuImg {
    float: right;
    width: auto;
    height: 15px;
    margin-top: 4px;
}

.settingsMenuLink {
    text-decoration: none !important;
    padding-right: 30px;
    font-size: 20px;
}

.sideMenu-login:hover .top-menu-btn {
    display: unset;
    position: absolute;
}

#navigatoinAndSearchContainer {
    display: flex;
}

.download-extension-arrow {
    position: absolute;
    left: -34px;
    width: 145px;
}

.registration-successed-img {
    width: 130px;
}


.arrow-image-container {
    position: relative;
    display: inline-block;
}

.arrow-image-container .img-top {
    display: none;
    position: absolute;
    left: -33%;
    top: 27px;
    z-index: 99;
}

.arrow-image-container:hover .img-top {
    display: inline;
}

.bg-white {
    background: white !important;
}

.summery-available {
    color: #2D68F3;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 600!important;
    text-align: right;
    line-height: 26px;
}

/*.available-service img {*/
    /*width: 60%;*/
/*}*/

.summery-container {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.title-container {
    color: #2D68F3;
    text-align: center;
    font-size: 26px;
}

.margin-top-bottom-20 {
    margin: 20px 0px;
}

#cashBackTable th, #paymentsTable th {
    text-align: right;
    font-size: 20px;
}

#cashBackHistory #cashBackTable_filter {
    float: right;
}

#cashBackHistory #selectStatusDropBox {
    float: left;
    margin-left: 20px;
}

#cashBackHistory #cashBackTable_length, #paymentsTable_length {
    float: left;
    font-size: 20px;
}

.status-icon {
    position: initial;
    height: 27px;
    margin-left: 5px;
}

#paymentsTable th {
    text-align: right;
}

.expandHistory {
    width: 22px;
    cursor: pointer;
}

.modal .modal-body th {
    text-align: right;
    font-weight: 600;
    background: #F8F8F8 0% 0% no-repeat padding-box;
}

.modal .modal-body {
    font-size: 18px;
    text-align: center;
}

.modal .modal-header {
    background: white !important;
    color: #2D68F3 !important;
}

.modal .modal-title {
    color: #2D68F3 !important;
    font-size: 26px !important;
    font-weight: 600;
}

.modal .modal-header {
    height: auto !important;
    border-bottom: unset !important;
}

.close-btn-small {
    float: left;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    font-size: 23px;
    font-weight: 600;
    border-radius: 30px !important;
    cursor: pointer;
    text-decoration: none !important;
    color: #000000 !important;
    height: 40px;
    width: 40px;
    line-height: 1;
}

.modal-close-icon {
    width: 35px;
    float: left;
    padding-top: 5px;
}

.side-menu-container {
    position: relative;
    margin-right: 25px;
}

.margin-top-bottom-10 {
    margin: 10px 0px;
}


.margin-bottom-40 {
    margin-bottom: 40px;
}

.selected-card-active {
    background: #F2F2F2 0% 0% no-repeat padding-box;
}

::placeholder {
    color: #070707 !important;
}

::-webkit-input-placeholder { /* Edge */
    color: #070707 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #070707 !important;
}

::placeholder {
    color: #070707 !important;
}

.form-label {
    color: #070707 !important;
}

/*#settingsNav li a{*/
/*background-color: unset!important;*/
/*border: 1px solid lightgray;*/
/*margin-left: 10px;*/

/*}*/

#settingsNav li.active > a {
    border-bottom: 0px solid white !important;
}

#resetPasswordConfirmation {
    display: flex;
    justify-content: center;
}

.footer-isracard-logo {
    width: 68%;
}

.footer-cards-logo {
    margin-top: 9px;
    width: 85%;
}


.download-extension-arrow-image {
    background-image: url(/images/whitelabel/10/download-arrow.png);
    width: 150px;
    height: 85px;
    top: -8px;
    left: -78%;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 90%;
    position: relative;
}

.download-extension-arrow-image:hover {
    background-image: url(/images/whitelabel/10/download-arrow-colored.png);
}

#storeMenuLimit table th {
    text-align: right;
}

.mainLogin form input {
    border-radius: 5px !important;
}

.width-1400 {
    max-width: 1400px !important;
}

.isracard-store img {
    width: 170px;
    max-height: 85px;
}

.pw-cashdo {
    background: #66BC66;
    padding: 6px;
    border-radius: 20px;
}

.display-flex {
    display: flex;
}

.popover-input-container {
    position: relative !important;
}

.popover-icon {
    position: absolute;
    left: -3%;
    top: 10px;
    width: 22px;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2D68F3 !important;
}

.tooltip-inner {
    background-color: #2D68F3 !important;
    padding: 7px;
    line-height: 9px;
    text-align: right !important;
    font-size: 17px;
    border-radius: 8px!important;
}

.onezero-buy-container {
   height: 50px;
    border-top: 2px solid #EFF1F2;
    margin-top: 14px;
}

.onezero-buy-a {
    font-size: 22px;
    font-weight: 600;
    color: #2D68F3 !important;
    margin-top: 10px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 11px 20px !important;
}

.btn-md, .btn-group-md > .btn {
    padding: 5px 20px !important;
    font-size: 20px!important;
}

.margin-left-30 {
    margin-left: 30px;
}

.btn-flat {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

#removeAccountPopupContent {
    max-height: 550px;
    overflow-y: auto;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.modal-close-icon {
    cursor: pointer;
}

.display-none {
    display: none;
}

.margin-top-bottom-20 {
    margin: 20px 0px;
}


.alert-success {
    color: #3c763d;
    background-color: unset !important;
    border-color: unset !important;
    font-size: 22px;
    border: unset;
}

.alert-danger {
    font-size: 22px;
    color: #DF0505;
    background-color: unset !important;
    border-color: unset !important;
    border: unset;
}

.flex-1-1-auto {
    flex: 1 1 auto;
}

.flex-center {
    align-self: center;
    justify-content: center;
}

.categories-select {
    color: #002311 !important;
    border-radius: 20px;
}

table.display td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.menu-account-icon {
    margin-left: 10px;
}

.nav-tabs {
    /*background-color: #F8F8F8;*/
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #000000;
    white-space: nowrap;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: #2D68F3 !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #2D68F3;
    height: 6px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -3px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs {
    z-index: 0 !important;
    border-bottom: 2px solid #ddd !important;
    width: auto !important;
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    /*background: #21527d none repeat scroll 0% 0%;*/
    /*color: #fff;*/
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.nav-tabs::-webkit-scrollbar {
    display: none;
/ / Safari and Chrome
}

.nav-tabs::-webkit-scrollbar {
    display: none;
/ / Safari and Chrome
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: white !important;
    color: #2D68F3 !important;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {*/
/*font-weight: bold !important;*/
/*color: #0b0909!important;*/
/*}*/

.shadow-header {
    box-shadow: 0 3px 10px -2px #cdcdcdcf;
}

#storeMenuLimit {
    margin-top: 40px;
}

.titleDiv {
    font-size: 26px;
    color: #000000;
    line-height: 25px;
}

.padding-30 {
    padding: 30px;
}

.shop-details {
    padding-bottom: 7px;
}

.shop-details .details {
    font-size: 20px;
    padding: 15px;
    line-height: 25px;
}

.store-details-table {
    color: black;
    font-size: 18px;

}

.store-details-table th {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid black !important;
}

.store-activation-block {
    background: white;
    box-shadow: 0 3px 10px -2px #cdcdcdcf;
    border-radius: 20px;
}

.cashBack-title {
    width: 100%;
    color: #000000;
    padding: 6px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.cashBack-description {
    font-size: 18px;
}

.cashback-terms {
    padding-bottom: 20px;
}

.cashback-terms a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
}
.dedicate-promo-block{
    background: white;
    border-radius: 25px;
    height: 250px;

}

.dedicate-promo-block-title {
    font-size: 24px;
    font-weight: 600;
}

.dedicate-promo-block {
    background: white;
    display: flex;
}

.dedicate-promo-content-container {
    padding: 30px 40px;
}

.dedicate-promo-block-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0px;
}

.dedicate-promo-block-header-title {
    font-size: 18px;
}


/*######*/
.dedicate-coupon-block-title {
    font-size: 20px;
    font-weight: 600;
}

.dedicate-coupon-block {
    background: white;
    display: flex;
}

.dedicate-coupon-content-container {
    padding: 15px 40px;
}

.dedicate-coupon-block {
    background: white;
    border: 2px dashed #2D68F3;
    border-radius: 25px;
    min-height: 140px;
}

.dedicate-coupon-block-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0px;
}

.dedicate-coupon-block-header-title {
    font-size: 18px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.dedicate-coupon-img-block {
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    border-radius: 0px 25px 25px 0px;
}

.dedicate-coupon-block-store-img img {
    max-width: 150px;
}

.dedicate-coupon-block-store-coupon {
    color: #2D68F3;
    font-weight: 600;
    font-size: 18px;
}

.dedicate-coupon-block-store-buy-btn {
    position: absolute;
    left: -5%;
    float:left;
}

.dedicate-promo-block-store-buy-btn {
    position: absolute;
    top: 78%;
    left: -5%;
    float:left;
}

.dedicate-coupon-block-sub-title {
    width: 85%;
    margin: 0 auto;
}
.dedicate-main-promo-img-block {
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    border-radius: 0px 25px 25px 0px;
}
.dedicate-promo-block-store-img img{
    max-width: 150px;
}
.affiliate-promo-title {
    font-size: 18px;
    margin-top: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.affiliate-promo-sub-title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
}


.padding-top-10 {
    padding-top: 10px;
}

.affiliate-promo-block {
    cursor: pointer;
    background-color: white;
    border-radius: 20px;
    margin-left: 27px;
    margin-bottom: 27px;
    display: flex;
    flex-direction: column;
}

.dedicate-promo-img-block {
    cursor: pointer;
    border-radius: 22px 22px 0px 0px;
    width: 100%;
    height: auto;
}

.affiliate-promo-store-img {
    max-width: 150px;
}

.affiliate-promo-arrow-container {
    display: flex;
    justify-content: flex-end;
    height: 20px;
}

.affriliate-promo-buy-image {
    background-image: url(/images/whitelabel/10/arrow-white.png);
    width: 150px;
    height: 85px;
    left: 0%;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    bottom: -3%;
}

.sideMenu-login {
    font-size: 18px;
    margin-top: 14px;
    display: flex;
}

.sideMenu-support:hover .support-drop-down {
    display: unset;
    position: absolute;
    width: 100%;
}

.support-drop-down {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 0px;
    display: none;
    position: absolute;
    z-index: 20000;
    right: 0%;
    width: max-content;

}

#settingsHeaderBtn {
    padding: 13px 63px;
}

.support-drop-down li {
    padding: 15px 8px;
    text-decoration: none !important;
    color: #030303 !important;
    border-bottom: none !important;
    text-align: right;
}

.support-drop-down li:hover {
    background: #EFF1F2 0% 0% no-repeat padding-box;
    cursor: pointer;
}

.cleanMenuLink {
    text-decoration: none !important;
    text-align: center;
}

.cleanMenuLink a {
    border-bottom: unset !important;
    text-decoration: unset !important;
    color: #000000 !important;
    background: unset !important;
}

.cleanMenuLink a:hover {
    border-bottom: unset !important;
    text-decoration: unset !important;
    color: #000000 !important;
    background: unset !important;
}

#settingsNav {
    border-bottom: unset !important;
}

#settingsNav li {
    border-bottom: 3px solid #ddd !important;
}

#settingsNav > li > a::after {
    height: 0px;
}

#settingsNav li.active {
    border-bottom: 3px solid #2D68F3 !important;
}

.dedicate-coupon-block-button {
    position: absolute;
    left: -5%;
    bottom: 22%;
}


.dedicate-promo-block-button {
    position: absolute;
    left: -5%;
    bottom: 14%;
}

.dedicate-coupon-block-header {
    float: left;
    display: flex;
    height: 25px;
    width: 100%;
    justify-content: flex-end;
}


#installExtensionModal .modal-dialog {
    max-width: 700px !important;
    width: fit-content !important;
}


.store-section-title {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: black;
    font-weight: 600;
    border-bottom: 1px solid black;
    padding: 10px 0px 11px;
}

.store-section-details{
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group {
    position: relative;

&
+ .form-group {
    margin-top: 30px;
}

}

.form-label {
    position: absolute;
    right: 3%;
    top: 6px;
    color: #999;
    font-size: 15px;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    font-weight: normal !important;
}

.focused .form-label {
    transform: translateY(-113%);
    font-size: .75em;
}

.form-control {
    position: relative;
    /*padding: 12px 0px 5px 0;*/
    width: 100%;
    outline: 0;
    border: 0;
    color: #070707;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;

&
:focus {
    box-shadow: 0 2px 0 0 blue;
}

}

.form-control.filled {
    /*box-shadow: 0 2px 0 0 lightgreen;*/
}

.menu-help-drop-btn {
    padding-left: 30px;
    padding-right: 30px;
}


header{
    position: fixed;
        z-index: 10000;
        width: 100%;
}

#content{
    padding-top: 90px;
}

.promo-img{
    padding-top: 70px;
}

/*.font-size-22{*/
    /*font-size: 22px;*/
/*}*/

.menu-help-drop-btn{
    padding-right: 20px!important;
    padding-left: 20px!important;
}

.support-drop-down li a{
    font-size: 19px!important;
}


.status-description{
    font-size: 18px;
}

#settingsNav li > a{
    padding: 5px 25px;
    font-size: 20px;
}

#paymentRebatesContent table th{
    font-size: 18px;
}

.remove-message-content{
    font-size: inherit;
}

.font-size-18{
    font-size: 18px;
}

.font-size-20{
    font-size: 20px!important;
}

.font-size-32{
    font-size: 32px!important;
}

.font-size-24{
    font-size: 24px!important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"]{
 height: 50px;
}

.form-group label {
    margin-top: 8px;
}

.title-block{
    font-size: 40px;
    color: #2D68F3;
    font-weight: 400;
}

.floating-footer-btn{
    padding: 5px 20px !important;
}


textarea, select {
    padding: 7px 10px;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}

#missingOrdersHeaders .tooltip-inner{
    background: white!important;
    color: black!important;
}

.mobile-logo{
    align-self: center;
}

.bottomAllStoresPaging{
    margin-top: 25px;
}

.category-products {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-gray-container .header-shadow{
    box-shadow: 0px 2px 10px #00000026;
}

.dashboard-title{
    font-size: 26px;
    font-weight: 600;
    color: #2D68F3;
}

.modal-dialog{
    margin-top: 8%;
}

.block-title-text h1{
    font-size: 26px!important;
}

#selectStatus{
    font-size: 18px;
}


.top-cash-advantage .fa-check {
    font-size: 12px;
    padding-left: 10px;
    color: black;
}

.tutorial-container{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
}

.tutorial-text{
    text-align: right;
    /*font-size: 20px;*/
}

.tutorial-sub-text{
    margin-top: 16%;
    text-align: right;
    /*font-size: 20px;*/
}

.tutorial-down-arrow {
    background-image: url(/images/whitelabel/10/down-arrow.svg);
    width: 150px;
    height: 206px;
    left: -7%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% auto;
    z-index: -1;
    bottom: 0%;
}

.tutorial-arrow-container {
    position: relative;
}

.tutorial-step-bloack{
    margin-bottom: 50px;
}

.tutorial-text strong{
    font-size: 22px;
}

.tutorial-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;

}

.list-style-type{
    list-style-type: disc;
}

.for-your-attention-list li{
    padding-top: 10px;
}

.link-element{
    font-size: 20px;
    text-decoration: underline;
    color: #2D68F3;
    cursor: pointer;
}

.top-footer a:hover{
    color: #2D68F3;
    text-decoration: none;
    /*border-bottom: 2px solid #2D68F3;*/
}

.sideMenu-login{
    width: 100%;
}


.help-menu-list {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 50px;
    display: none;
    position: absolute;
    z-index: 20000;
    top: 38%;
    width: 155%;
    left: -55%;

}


.help-menu-list li {
    padding: 11px 15px;
    text-decoration: none !important;
    color: #030303 !important;
    border-bottom: 1px solid #eff1f2;
    text-align: right;
}

.help-menu-list li:hover {
    background: #EFF1F2 0% 0% no-repeat padding-box;
    cursor: pointer;
}

.help-menu-btn:hover .help-menu-list {
    display: unset;
    position: absolute;
}

#createUserContent .list-unstyled, .login-form .list-unstyled , .passwordForgot .list-unstyled , .email-form .list-unstyled{
    text-align: right;
}

.recaptcha-error{
    text-align: right;
    padding-right: 10px;
}

.tooltip{
    line-height: 2px!important;
}

.ac_results li:hover, .ac_results li.selected, .all-categories-ac-results li:hover, .all-categories-ac-results li.selected {
    background: #F0F6F6!important;
}

#ac_results{
    width: 100%;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
    font-size: 18px;
}

.panel-group .panel-body{
    line-height: 20px;
    font-size: 18px;
}

.panel-body > p{
    font-size: 18px;
}

.errorContainer{
    font-size: 18px;
}

.complete-registration-btn-container{
    margin-top: 20px;
}

.img-summery-container{
    text-align: center!important;
}

.img-summery-container img{
    width: auto;
    max-height: 120px;
}

#settingsNav li{
    width: inherit;
}


/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#missingOrderTable_filter, #missingOrderTable_filter [aria-controls=missingOrderTable] {
    width: 235px;
    font-size: 16px;
    font-weight: 500;
}


.logo-login{
    max-height: 42px;
}

.hreg:hover{
    color: #000000!important;
    opacity: 1!important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 7px;
    padding-top: 11px;
    padding-bottom: 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding-top: 8px;
}

.advanced-search .search-category .search-category-select, .advanced-search{
    height: 45px;
}

.login-button{
    height: 45px;
    padding: 7px 20px !important;
    font-size: 20px!important;
}

.userLoginButton{
    max-height: 45px;
    line-height: 18px;
}

.storeRates{
    margin-top: 20px;
    padding:9px;
}


.dataTables_empty{
    padding-top: 6px!important;
    padding-bottom: 10px!important;
}

#currencySelect{
    height: 50px;
}

.link-colors {
    color: #2D68F3;
}

.margin-top-50{
    margin-top: 50px!important;
}

.alert-info {
    color: #2D68F3;
    background-color: rgba(2, 6, 126, 0.1)!important;
    border-color: #bce8f1;
    border: 0;
}

.select2-container input:focus {
    border: 1px solid #2D68F3 !important;
}

.dedicate-coupon-block-store-promo {
    width: 75%;
    margin: 0 auto;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.semi-bold{
    font-weight: 600;
}

.img-shadow{
    box-shadow: 0 0 15px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .175);
    -ms-box-shadow: 0  0 15px rgba(0, 0, 0, .175);בבמידה והתקנתם
    margin-top: 20px;
}

input:focus, textarea:focus, button:focus {
    border-color: #2D68F3!important;
}

.padding-right-0{
    padding-right: 0px!important;
}

.margin-left-15{
    margin-left: 15px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 11px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: black;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '\02C5';
    background-color: unset;
    box-shadow: unset;
    border-radius: 0px;
    border: 0px;
}


table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px
}


table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    content: "\f107";
    width: 18px;
    font-size: 22px !important;
    font-weight: 800;
    color: #696060;
    box-shadow: unset;
    border-radius: 0px;
    border: 0px;
    background-color: unset;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: "\f106";
    background: none;
}

#paymentRebates .modal-footer{
    border-top: unset!important;
}

#paymentRebates .modal-body{
    margin-top: 75px;
}

#paymentRebates .modal-title{
    margin-top: 25px;
}

.word-break-all{
    word-break: break-all;
}

#removeAccountPopup .modal-title{
    margin-top: 40px;
}

#removeAccountPopup .modal-body{
    margin-top: 75px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
    color: #DF0505!important;
}

.admin_user_logged_in {
    /* animation: blinker 1s linear infinite; */
    z-index: 1000000;
    position: absolute;
    font-weight: bold;
    font-size: 19px;
    /* text-align: center; */
    /* width: 1483px; */
    right: 0;
    /* text-align: right; */
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.line-height-26{
    line-height: 26px;
}


.one-page-color-black{
    color: #070707;
}

.font-weight-semi-bold{
    font-weight: 600;
}

.margin-top-15{
    margin-top: 15px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-10{
    margin-top: 10px;
}

.padding-tb-50{
    padding: 50px 0px;
}

.margin-bottom-30{
    margin-bottom: 30px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.bg-gray-one-page{
    background: #EFF1F2 0% 0% no-repeat padding-box;;
}

.benefits-container{
    display: flex;
    flex-wrap: wrap;
}

.benefit-item{
    width: 33%;
    flex-grow: 1;
}

.justify-content-center{
    justify-content: center;
}

.main-logo-one-page{
    height: 42px;
}

.benefit-item-img {
    margin-right: 69px;
}


.login-registration-block{
    height: 20px;
}

.categories li a{
    vertical-align: middle;
}

.margin-top-40{
    margin-top: 40px;
}

#paymentRebates tbody tr{
    text-align: right;
}

.padding-bottom-30{
  padding-bottom: 30px;
}

.line-height-26{
    line-height: 26px;
}


.one-page-color-black{
    color: #070707;
}

.font-weight-semi-bold{
    font-weight: 600;
}

.margin-top-15{
    margin-top: 15px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-10{
    margin-top: 10px;
}

.padding-tb-50{
    padding: 50px 0px;
}

.margin-bottom-30{
    margin-bottom: 30px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.bg-gray-one-page{
    background: #EFF1F2 0% 0% no-repeat padding-box;;
}

.benefits-container{
    display: flex;
    flex-wrap: wrap;
}

.benefit-item{
    width: 33%;
    flex-grow: 1;
}

.justify-content-center{
    justify-content: center;
}

.main-logo-one-page{
    height: 42px;
}

.which-cards-block{
    /*background: url(/images/whitelabel/10/boomerang.png);*/
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}

.hideSubscribe:hover{
    color: unset;
}

.welcome-bg-gray{
   background: #EFF1F2;
}

.padding-top-0{
    padding-top: 0px;
}

.check-commission-btn {
    line-height: 26px;
    font-size: 20px;
    color: white;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; /* !important tags aren't necessarily always bad */
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 49px !important;
    border: 2px solid #2D68F3 !important;
    background-color: #2D68F3;
}


.margin-top-bottom-10{
    margin: 10px 0px;
}

.margin-top-bottom-10{
    margin: 10px 0px;
}

.welcome-margin{
    padding-top: 3px;
    padding-bottom: 3px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}


.check-commission {
    display: flex;
    flex-wrap: wrap
}

.check-commission #validationLink {
    order: 1;
    width: fit-content;
    flex-grow: 6;
}

.check-commission #sendValidation {
    height: 42px;
    order: 2;
    flex-grow: 1;
    margin-right: 10px;
    align-self: center;
    font-size: 20px;
}

.check-commission-content{
    order: 1;display: flex
}

.check-commission-error{
    display: flex;flex-direction: column;width: 100%;order: 2
}

.video-container-welcome{
    margin-top: 20px;
    text-align: center;
}

.video-container-welcome iframe{
    width: 50%;
    min-height: 300px;
}


.hot-product-box{
    box-shadow: 0 3px 10px -2px #cdcdcdcf;
    border-radius: 20px;
}

#recommendationContent{
    margin-bottom: 20px;
}

.two-max-lines{
    min-height: 1.6em;
    max-height: 1.2em;
}

.product-name{
    white-space:unset;
}

.product-title-label{
    color: #363636;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.product-tab-header .block-title-text.text-lg{
    margin: 15px 0 0;
}

.product-tab-header{
    padding: 0px;
}


.recommendation-text{
    font-size: 23px;
    color: #2D68F3;
}

#cashBackTable .ttip + .tooltip > .tooltip-inner{
    color: white!important;
    line-height: 25px!important;
}

.modal-alight-right{
    text-align: right;
    margin-bottom: 15px;
}


.historyOrderInfo:hover{
    text-decoration: none;
}

.more-details{
    font-size: 20px;
    text-align: center;
    text-decoration: underline;
    color: #999999;
}

.more-details > a{
    font-weight: 500;
    color: #999999;
}


.coupon-promo-sub-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 47px;
}

.coupon-block-store-coupon {
    color: #352AFF;
    font-weight: 600;
    font-size: 18px;
}

.coupon-promo-buy-image{
    bottom: -7% !important;
}

.coupon-promo-store-img {
    max-width: 150px;
}

.main-store-container{
    margin-top: 15px;
}
