@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/*==========================================================

	2. GENERAL

==========================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-top-jeo {
    max-width: 100%;
}
.img-top-jeo-movil {
    max-width: 50%;
}
.parentjs {
    margin-right: -280px;
}

.parentjs1 {
    margin-right: -370px;
}

.parentjs2 {
    margin-right: -100px;
}

.parentjs3 {
    position: absolute;
    left: -130px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}
ul li,
ol li {
    list-style: none;
}

.containers {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-content-theme1 .header-content-top {
    margin-top: 0px;
}

.header-content-theme2 .header-content-top {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .containers {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .containers {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .containers {
        width: 1170px;
    }
}


/*==========================================================

	3. ELEMENTS

==========================================================*/

.dropup,
.dropdown {
    position: relative;
}
.dropdown-togglej:focus {
    outline: 0;
}
.dropdown-menu {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}
.dropdown-menu > li > a {
    color: #333333;
    padding: 6px 12px;
}
.dropdown-menu > li > a:hover {
    background-color: #ff3366;
    color: #fff;
}

.btn-jeos {
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 13px;
    height: 30px;
    padding: 0 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn-jeos:focus,
.btn-jeos.focus {
    outline: none;
    outline-style: none;
}
.btn-jeos:hover,
.btn-jeos:focus {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn-jeos:focus,
.btn-jeos:active:focus,
.btn-jeos.active:focus,
.btn-jeos.focus,
.btn-jeos:active.focus,
.btn-jeos.active.focus {
    outline: none;
    outline-style: none;
}
.search-box-jeo {
    height: 30px;
    width: 100%;
    position: relative;
}

.search-box-jeo .categori-container-jeo {
    position: absolute;
    border: 2px solid #cfcccc;
    margin-left: 1px;
    height: 35px;
    width: 227px;
    z-index: 2;
}

.search-box-jeo .categori-container-jeo .categoris {
    padding-left: 10px;
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 14px;
    line-height: 50px;
    padding-right: 10px;
    color: #333;
}

.form-controlj {
    border-radius: 0;
    margin-left: 227px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-style: none;
    outline-width: 0;
    border: 2px solid #cfcccc;
}
.form-controlj::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-controlj:-ms-input-placeholder {
    color: #999;
}
.form-controlj::-webkit-input-placeholder {
    color: #999;
}
.form-controlj:hover,
.form-controlj:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #cfcccc;
}
select.form-controlj {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 11px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow-select.png);
    padding-right: 22px;
}

select::-ms-expand {
    display: none;
}
select.input-sm {
    line-height: 1;
}

/*==========================================================

	4. HEADER

==========================================================*/
.block-search .block-title {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    text-align: center;
    color: #f8f6f6;
    font-size: 20px;
    position: inherit;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
    vertical-align: bottom;
    background-color: rgba(255, 255, 255, 0.2);
}
.block-search .block-title > i {
    position: absolute;
    margin-top: 8px;
    margin-left: -10px;
}
.block-search .block-content:before,
.block-search .block-content:after {
    content: "";
    display: table;
}
.block-search .block-content:after {
    clear: both;
}
.block-search .categori-search {
    width: 160px;
    float: left;
    margin-right: -1px;
}

.block-search .form-search {
    margin-top: 5px;
    width: 100%;
    height: 40px;
    float: left;
}
.block-search .form-search .box-group {
    position: relative;
}
.block-search .form-search .form-controlj {
    height: 35px;
    border: 2px solid #cfcccc;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
    color: #888888;
}
.block-search .form-search .form-controlj::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.block-search .form-search .form-controlj:-ms-input-placeholder {
    color: #888888;
}
.block-search .form-search .form-controlj::-webkit-input-placeholder {
    color: #888888;
}
.block-search .form-search .btn-search {
    width: 30px;
    padding: 0;
    border: 2px solid #cfcccc;
    border-radius: 0 50px 50px 0;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 18px;
    top: 0;
    right: -124px;
    bottom: 0;
    line-height: 1px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.autocomplete-jeo {
    position: relative;
    display: block;
}
.autocomplete-items-jeo {
    position: absolute;
    border-top: none;
    z-index: 99;
    width: 228px;
    top: 100%;
    left: 228px;
    right: 0;
}

.autocomplete-items-jeo div {
    padding: 5px;
    cursor: pointer;
    width: 95%;
    color: #fff;
    font-size: 12px;
    text-align: left;
    background: #fff;
}

.block-search .form-search .btn-search span {
    display: none;
}

.block-search .form-search .btn-search:hover {
    background-color: #00ff59;
}
.block-minicart {
    position: relative;
}

.block-wishlis {
    position: relative;
}
.block-minicart:hover > .dropdown-menu,
.block-minicart.open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.block-minicart > .dropdown-menu {
    position: absolute;
	z-index: 999;
    padding: 10px;
    margin: 0;
    right: 0;
    left: auto;
    width: 300px;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
    color: #666;
}
.block-minicart > .dropdown-menu .minicart-content-wrapper {
    max-height: 500px;
    overflow-y: hidden;
}

.block-minicart > .dropdown-menu .minicart-content-wrapper .cart-coes-top {
  background: #007bff;
  font-size: 12px;
  padding: 2px 6px;
  color: #ffffff;
  border-radius: 20px;
}

.block-minicart > .dropdown-menu .minicart-content-wrapper .cart-coes-top:hover {
    background: #ffffff;
    color: #ffffff;

  }

.block-minicart .subtitle {
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.block-minicart a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #000;
}
.block-minicart a:hover {
    color: #e21515;
}
.block-minicart .subtotal {
    margin-top: 10px;
}
.block-minicart .subtotal:before,
.block-minicart .subtotal:after {
    content: "";
    display: table;
}
.block-minicart .subtotal:after {
    clear: both;
}
.block-minicart .subtotal .label {
    padding: 0;
    line-height: 18px;
    font-weight: normal;
    font-size: 18px;
    font-weight: 600;
    float: left;
    color: #515050;
    display: block;
    padding: 0px  20px;
}

.block-minicart .subtotal .price {
    float: right;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: 600;
    color: #767575;
    padding: 0px 20px 0px;
}
.block-minicart .actions:before,
.block-minicart .actions:after {
    content: "";
    display: table;
}
.block-minicart .actions:after {
    clear: both;
}
.block-minicart .actions .btn-jeos {
    line-height: 40px;
    height: 30px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #ff3366;
    width: calc((100% - 12px) / 2);
    width: -moz-calc((100% - 12px)/ 2);
    width: -webkit-calc((100% - 12px)/ 2);
    width: -o-calc((100% - 12px)/ 2);
    margin-top: 12px;
    font-size: 13px;
    font-weight: normal;
}
@media (max-width: 479px) {
    .block-minicart .actions .btn-jeos {
        font-size: 13px;
    }
}
.block-minicart .actions .btn-jeos:hover,
.block-minicart .actions .btn-jeos:focus {
    background-color: #00e545;
    color: #fff;
}
.block-minicart .actions .btn-viewcart {
    float: left;
}
.block-minicart .actions .btn-checkout {
    float: left;
}
.block-minicart .minicart-items .product-item {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 10px;
    margin-top: 10px;
    position: relative;
}
.block-minicart .minicart-items .product-item:before,
.block-minicart .minicart-items .product-item:after {
    content: "";
    display: table;
}
.block-minicart .minicart-items .product-item:after {
    clear: both;
}
.block-minicart .minicart-items .product-item .product-item-photo {
    display: block;
    float: left;
    margin-right: 10px;
    width: 90px;
    margin-left: 10px;
}
.block-minicart .minicart-items .product-item .product-item-details {
    overflow: hidden;
}
.block-minicart .minicart-items .product-item .product-item-name {
    font-weight: normal;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}
.block-minicart .minicart-items .product-item .product-item-name a {
    color: #666;
}
.block-minicart .minicart-items .product-item .product-item-name a:hover {
    color: #4eff33;
}
.block-minicart .minicart-items .product-item .product-item-qty {
    margin-bottom: 2px;
}
.block-minicart .minicart-items .product-item .product-item-qty .label {
    color: #666;
    font-size: 14px;
    padding: 0;
    font-weight: normal;
}
.block-minicart .minicart-items .product-item .product-item-price {
    font-size: 14px;
    color: #ff3366;
    display: block;
}
.block-minicart .minicart-items .product-item .deletej {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    color: #333;
    display: block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.block-minicart .minicart-items .product-item .deletej:hover,
.block-minicart .minicart-items .product-item .deletej:focus {
    color: #ff3366;
}



/*================================================================================================
                          START MENU BAR
=================================================================================================*/


.header-content-theme2 .block-nav-menu1 {
    position: relative;
    margin-top: 0px;
}

.header-jeo-fixed .header-content-theme2 .block-nav-menu2 {
    position: relative;
    margin-top: 0px;
}



@media (min-width: 992px) {



    .block-nav-menu .ui-jmenu .toggle-submenu {
        display: none;
    }
    .block-nav-menu .ui-jmenu > li {
        float: left;
        position: relative;
        display: block;
        line-height: 50px;
        padding: 0 20px;
        cursor: pointer;
    }
    .block-nav-menu .ui-jmenu:after {
        clear: both;
    }

    .block-nav-menu .ui-jmenu:before,
    .block-nav-menu .ui-jmenu:after {
        content: "";
        display: table;
    }
    .block-nav-menu .ui-jmenu > li > a {
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        color: #fff;
    }
      .block-nav-menu .ui-jmenu > li ul {
            line-height: 1.42857;
        }

    .block-nav-menu .ui-jmenu > li:before {
        content: "";
    }
    .block-nav-menu .ui-jmenu > li.parent:after {
        font-family: "FontAwesome";
        content: "\f105";
    }
    .block-nav-menu .ui-jmenu > li.active {
        z-index: 10;
    }
    .block-nav-menu .ui-jmenu > li.active > a {
        color: #fff;
    }

    .block-nav-menu .ui-jmenu .parent:hover > .drop-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .block-nav-menu .ui-jmenu .drop-menu {
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 15px;
        background-color: #fff;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
        z-index: 900;
    }
    .block-nav-menu .ui-jmenu .submenu {
        white-space: nowrap;
        min-width: 200px;
        max-width: 300px;
        padding: 30px 15px;
    }
    .block-nav-menu .ui-jmenu .submenu ul {
     margin-top: -20px;
     margin-bottom: -20px;
     margin-left: -20px;
     line-height: 0px;
    }
    .block-nav-menu .ui-jmenu .submenu ul > li{
      line-height: 0px;
       }
    .block-nav-menu .ui-jmenu .submenu li {
        display: block;
    }
    .block-nav-menu .ui-jmenu .submenu li > a {
        display: block;
        line-height: 34px;
        padding: 0 12px;
        padding-left: 25px;
        padding-right: 25px;
        color: #888888;
    }
}


@media (min-width: 992px) {
    .header-jeo-front .block-nav-menu {
        float: left;
        position: relative;
        z-index: 500;
    }
    .header-jeo-front .block-nav-menu .ui-jmenu {
        padding-left: 1px;
    }
    .header-jeo-front .block-nav-menu .ui-jmenu > li {
        color: #fff;
        padding: 0 7px;
    }

    .header-jeo-front .block-nav-menu .ui-jmenu > li ul a:hover,
    .header-jeo-front .block-nav-menu .ui-jmenu > li ul a:focus {
        color: #ff7f00;
    }

    .header-jeo-front .block-nav-menu .ui-jmenu > li:hover,
    .header-jeo-front .block-nav-menu .ui-jmenu > li:focus {
        color: #ffffff;
    }
    .header-jeo-front .block-nav-menu .ui-jmenu > li:hover > a,
    .header-jeo-front .block-nav-menu .ui-jmenu > li:focus > a {
        color: #ffffff;
    }
    .header-jeo-front .block-nav-menu .ui-jmenu > li:hover:before,
    .header-jeo-front .block-nav-menu .ui-jmenu > li:focus:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header-jeo-front .block-nav-menu .ui-jmenu > li:before {
        content: "";
        width: 40%;
        height: 2px;
        background-color: #1a03e6;
        position: absolute;
        top: 50%;
        margin-top: 13px;
        left: 40%;
        margin-left: -10px;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header-jeo-front .block-nav-menu .ui-jmenu > li.active > a {
        color: #ffffff;
    }
    .header-jeo-front .block-nav-menu .ui-jmenu > li.active:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .header-jeo-front .block-nav-menu .ui-jmenu > li.parent:after {
        content: none;
    }

}

/*================================================================================================
                          END MENU BAR
=================================================================================================*/



.nav-toggle-menu {
    display: none;
}
.header-top-jeo-2-jeo-1 .navi-jeo .dropdown-togglej {
    display: block;
}
.header-top-jeo-2-jeo-1 .navi-jeo .dropdown-togglej i {
    margin-right: 0;
}
@media (min-width: 768px) {
    .header-top-jeo-2-jeo-1 .navi-jeo:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .header-top-jeo-2-jeo-1 .navi-jeo .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}


.header-top-jeo-2-jeo-1 .nav-toggle-menu {
    line-height: 49px;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #ff3366;
    color: #fff;
    display: none;
    float: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 57px;
    padding: 0 44px 0 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-image: url(../images/icon/index1/menu-cat.png);
}
.header-top-jeo-2-jeo-1 .nav-toggle-menu span {
    margin-right: 10px;
}
.header-top-jeo-2-jeo-1 .nav-toggle-menu .fa {
    font-size: 24px;
    vertical-align: middle;
    display: none;
}
.header-top-jeo-2-jeo-1 .nav-toggle-menu.active:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
}

@media (max-width: 479px) {
    .header-top-jeo-2-jeo-1 .header-jeo-content .navi-jeo-right {
        position: static;
    }
    .header-top-jeo-2-jeo-1 .header-jeo-content .block-minicart .dropdown-menu {
        width: 290px;
    }
}

.close-nav {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/close-popup.png);
    float: right;
    clear: right;
    background-color: rgba(104, 51, 102, 0.2);
    display: none;
    cursor: pointer;
}
.close-nav span {
    display: none;
}
@media (max-width: 991px) {
    .close-nav {
        display: block;
    }
}

.header-jeo-front .close-nav:hover,
.header-jeo-front .close-nav:focus {
    background-color: #ff7f00;
}

.close-nav {
    float: left;
}

@media (min-width: 992px) {
    .header-jeo-front {
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
}
.header-jeo-front .header-top-jeo-2 {
    background-color: #0c8fe6;
    height: 55px;
    padding: 0;
    margin-top: 0px;
}
.header-jeo-front .header-top-jeo-2 .containers:before,
.header-jeo-front .header-top-jeo-2 .containers:after {
    content: "";
    display: table;
}
.header-jeo-front .header-top-jeo-2 .containers:after {
    clear: both;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right {
    float: left;
    color: #333333;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left:before,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right:before,
.header-jeo-front .header-top-jeo-2 .navi-jeo-left:after,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right:after {
    content: "";
    display: table;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left:after,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right:after {
    clear: both;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left > li,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right > li {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    float: left;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left > li:before,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right > li:before {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    background-color: rgba(220, 220, 220, 0.3);
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left > li > span,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right > li > span,
.header-jeo-front .header-top-jeo-2 .navi-jeo-left > li > a,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right > li > a {
    line-height: 50px;
    color: #ccc;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left > li > a:hover,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right > li > a:hover,
.header-jeo-front .header-top-jeo-2 .navi-jeo-left > li > a:focus,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right > li > a:focus {
    color: #ff7f00;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left > li:last-child,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right > li:last-child {
    padding-right: 0;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left > li:last-child:before,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right > li:last-child:before {
    content: none;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left .top-jeo-social a,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right .top-jeo-social a {
    line-height: 20px;
    width: 24px;
    border-radius: 100%;
    border: 2px solid #ccc;
    color: #ccc;
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    font-size: 13px;
}

.header-jeo-front .header-top-jeo-2 .navi-jeo-right .top-jeo-social a:hover {
    background-color: #ff7f00;
    border-color: #ff7f00;
    color: #fff;
}

.header-jeo-front .header-top-jeo-2 .navi-jeo-right .direct-jeo {
    font-size: 16px;
    font-weight: 300;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo-mail {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo{
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo-whatsapp{
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo-whatsapp .what-text{
    font-size: 16px;
    color: #ccc;
    font-weight: 300;
    cursor: pointer;
}

.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo-whatsapp .what-text:hover{
    color: #ccc;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo i,
.header-jeo-front .header-top-jeo-2 .navi-jeo-right .direct-jeo i {
    width: 20px;
    line-height: 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
}


.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo-whatsapp i {
    width: 20px;
    line-height: 20px;
    border-radius: 100%;
    color: #ccc;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
}


.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo-mail i {
    width: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-size: 18px;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
}

.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo:hover i{
    background: #ffffff;
    color: #007bff;
}

.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo-whatsapp:hover i {
    background: #00cc29;
    color: #ffffff;
   }

.header-jeo-front .header-top-jeo-2 .navi-jeo-left .direct-jeo-mail:hover i {
  background: #ffffff;
  color: #007bff;
}
.header-jeo-front .header-top-jeo-2 .navi-jeo-right {
    float: right;
}
.header-jeo-front .navi-jeo .dropdown-togglej .fa {
    margin-left: 6px;
    font-size: 14px;
    color: #ccc;
}
.header-jeo-front .setting .account li a:hover,
.header-jeo-front .setting .account li a:focus {
    color: #ff7f00;
}

.header-jeo-front .header-jeo-content {
    width: 100%;
    height: 56px;
    z-index: 5;
}
.header-jeo-front .header-content-theme1{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);

}

.header-jeo-front .header-content-theme2{
    position: relative;
    background: #007bff;
    margin-top: -10px;
}

.header-jeo-fixed .header-content-theme1{
    position: relative;
    background: #007bff;
    margin-top: 0px;
}

.header-jeo-fixed {
    display: none;
    padding: 1px 0px 1px;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 10px rgba(10, 9, 9, 0.3);
    box-shadow: 0px 3px 10px rgba(10, 9, 9, 0.3);
}

.header-jeo-fixed.nav-fixed {
    position: fixed;
    display: inline;
    padding: 1px 0px 1px;
    background: #007bff;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 10px rgba(10, 9, 9, 0.3);
    box-shadow: 0px 3px 10px rgba(10, 9, 9, 0.3);
}
.header-jeo-fixed .header-content-theme1 .navi-jeo-left{
    margin-top: 5px;
    }
.header-jeo-fixed .header-content-theme2 .navi-jeo-left{
    margin-top: 5px;
}

.header-jeo-front .header-jeo-content .navi-jeo-left {
    float: left;
    max-width: 250px;
}
.header-jeo-front .header-content-theme1 .navi-jeo-right {
    float: right;
    margin-top: 15px;
    margin-left: 30px;
}

.header-jeo-front .header-content-theme2 .navi-jeo-right {
    float: right;
    margin-top: 15px;
    margin-left: 30px;
}
.header-jeo-front .header-jeo-content .logo {
    display: block;
}
.header-jeo-front .header-jeo-content .block-minicart {
    float: right;
    margin-left: 5px;
}
.header-jeo-front .header-jeo-content .block-minicart:hover > .dropdown-togglej .cart-icon,
.header-jeo-front .header-jeo-content .block-minicart.open > .dropdown-togglej .cart-icon {
    background: #007bff;
}
.header-jeo-front .header-jeo-content .block-minicart:hover > .dropdown-togglej .counter,
.header-jeo-front .header-jeo-content .block-minicart.open  > .dropdown-togglej .counter {
    color: #0188cc;
}
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej {
    display: block;
    position: relative;
    color: #fff;
}
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej:before,
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej:after {
    content: "";
    display: table;
}
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej:after {
    clear: both;
}
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej .cart-icon {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    margin-left: 5px;
    text-align: center;
    font-size: 24px;
    position: inherit;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
    vertical-align: bottom;
    background-color: rgba(255, 255, 255, 0.2);
}


.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej .cart-icon i {
    position: relative;
    top: 0px;
    color: #ffff;
}

.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej .cart-icon .img-inicio img{
    position: relative;
    top: -1px;
    border-radius: 50px;
}

.navigation__item .img-inicio-movil{
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    position: inherit;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
    vertical-align: bottom;
    background-color: rgba(255, 255, 255, 0.2);
}


.navigation__item .img-inicio-movil img{
    position: relative;
    top: -6px;
    border-radius: 50px;
}


.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej .counter-title {
    display: none;
}
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej .counter-number {
    background-color: #fe6634;
    color: #fff;
    display: block;
    width: 23px;
    line-height: 23px;
    position: absolute;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    border-radius: 100%;
    top: -10px;
    left: 50%;
    margin-left: 5px;
    font-family: Arial;
}
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej .cart-text {
    display: none;
}
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej .counter-label {
    display: none;
}
.header-jeo-front .header-jeo-content .block-minicart > .dropdown-togglej .counter-price {
    display: none;
}
.header-jeo-front .block-search {
    width: 40px;
    float: right;
    margin-left: 5px;
}

.header-jeo-front .block-search .block-title span {
    display: none;
}
.header-jeo-front .block-search .block-content {
    position: absolute;
    top: 100%;
    margin-left: -470px;
    width: 500px;
    padding: 5px 5px;
    border-radius: 10px;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.header-jeo-front .block-search .form-search {
    width: 100%;
    max-width: 362px;
}
.header-jeo-front .block-search .form-search .form-controlj {
    padding-left: 18px;
}
.header-jeo-front .block-search .form-search .btn-search {
    background-color: #ffffff;
}
.header-jeo-front .block-search .form-search .btn-search i {
    color: #000000;
}
.header-jeo-front .block-search .form-search .btn-search:hover i {
    color: #ffffff;
}
.header-jeo-front .block-search .form-search .btn-search:hover {
    background-color: #00cc29;
}
@media (min-width: 992px) {
    .header-jeo-front .block-search .block-content {
        display: block;
        visibility: hidden;
        opacity: 0;
        margin-top: 15px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}
.header-jeo-front .block-search:hover .block-content,
.header-jeo-front .block-search.open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.header-jeo-front .block-search:hover .block-title,
.header-jeo-front .block-search.open .block-title {
    background: #007bff;
}
.header-jeo-front .block-minicart .actions .btn-jeos {
    background-color: #00ff1e;
    border: 3px solid #00cc29;
}
.header-jeo-front .block-minicart .actions .btn-jeos:hover,
.header-jeo-front .block-minicart .actions .btn-jeos:focus {
    border: 3px solid #00cc29;
    background-color: #ffffff;
}
.header-jeo-front .block-minicart .actions .btn-jeos a{
    position: relative;
    top: -8px;
}
.header-jeo-front .block-minicart .actions .btn-jeos a,
.header-jeo-front .block-minicart .actions .btn-jeos a {
    font-size: 14px;
    color: #ffffff;
}
.header-jeo-front .block-minicart .actions .btn-jeos:hover a,
.header-jeo-front .block-minicart .actions .btn-jeos:focus a {
    color: #007bff;
}
.header-jeo-front .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-jeo-front .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #ff7f00;
}

@media (min-width: 1200px) {
    .header-jeo-front .block-nav-menu .ui-jmenu > li {
        padding: 0 15px;
    }
}
.header-jeo-front .nav-toggle-menu {
    width: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding: 0;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center;
    background-repeat: no-repeat;
}
.header-jeo-front .nav-toggle-menu span {
    display: none;
}

@media (max-width: 1199px) {
    .header-jeo-front .header-jeo-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-jeo-front .header-jeo-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-jeo-front .header-jeo-content .nav-mind {
        float: left;
    }
    .header-jeo-front .header-jeo-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        width: 275px;
    }
    .header-jeo-front .header-jeo-content .navi-jeo-right {
        float: right;
    }
    .header-jeo-front .header-jeo-content .navi-jeo-left {
        clear: both;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .header-jeo-front .header-jeo-content .nav-mind .block-search {
        width: auto;
        position: static;
    }
}

/* =================================================================================
                    STAR LOGIN
===================================================================================*/

.dropdown-menu-user {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}
.dropdown-menu-user .subtitle-users > ul {
    margin-top: 0px;
}
.dropdown-menu-user .subtitle-users > ul > li > a {
    display: block;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.dropdown-menu-user .subtitle-users > ul .login-user {
    display: block;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.dropdown-menu-user .subtitle-users > ul > li > a:hover {
    color: #cfe40b;
}

.block-minicart:hover > .dropdown-menu-user,
.block-minicart.open > .dropdown-menu-user {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-minicart > .dropdown-menu-user {
    padding: 10px;
    margin: 0;
    right: 0;
    left: auto;
    width: 170px;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 1px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
    color: #666;
}

.block-minicart > .dropdown-menu-user .minicart-content-wrapper-user {
    max-height: 500px;
    overflow-y: auto;
}
.dropdown-menu-user {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    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, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* =================================================================================
                    END LOGIN
===================================================================================*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    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, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.columna-jeo {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .columna-jeo {
        float: left;
    }

    .columna-jeo {
        width: 25%;
    }
}

.categorimenu-wrapperjeo {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
    .categorimenu-wrapperjeo {
        left: 0px;
    }
}

@media only screen and (max-width: 991.8px) {
    .header-jeo-content,
    .header-top-jeo-2,
    .header-jeo-fixed {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .categorimenu-wrapperjeo {
        width: 60%;
    }
}

/*========================================================
           INICIO  MOVIL
==========================================================*/

.jm-decoration {
    position: relative;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.barras {
    display: inline-block;
    cursor: pointer;
  }
.bar-movil1,
.bar-movil2,
.bar-movil3{
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: 0.4s;
}


.change .bar-movil1 {
    transform: translate(0, 7px) rotate(-45deg);
  }

.change .bar-movil2 {
    opacity: 0;
}

.change .bar-movil3 {
    transform: translate(0, -7px) rotate(45deg);
  }

  .navigation--list .navigation__item.active .barras .bar-movil1,
  .navigation--list .navigation__item.active .barras .bar-movil3{
   background-color: #00cc29;
  }

.jm-decoration:hover {
    text-decoration: none;
}

.ps-panel--sidebar {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.ps-panel--sidebar .ps-panel__header {
    position: relative;
    text-align: center;
    padding: 10px 20px;
    background-color: #0c75ec;
}

.ps-panel--sidebar .ps-panel__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ps-panel--sidebar .ps-panel__content {
    padding-top: 0px;
    padding-bottom: 70px;
}

.ps-panel--sidebar.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 479px) {
    .ps-panel--sidebar {
        width: 100%;
        max-width: 100%;
    }
}

.sub-toggle:before,
.sub-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 3px;
    background-color: #000;
}

.sub-toggle:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sub-toggle:after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}

.sub-toggle.active:after {
    display: none;
}

.mega-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px 30px 10px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #ccc;
}

.mega-menu > * {
    width: 100%;
    padding: 10px 15px;
}

.mega-menu h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.mega-menu .mega-menu__column {
    min-width: 180px;
}

.mega-menu .mega-menu__list {
    background-color: transparent;
}

.menu--mobile .sub-menu {
    position: relative;
    display: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    border: none;
}
.sub-menu-mobile-web {
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    padding: 5px 30px;
    font-size: 13px;
}

.sub-menu-mobile-category {
    text-transform: uppercase;
    color: rgb(7, 7, 7);
    padding: 5px 10px;
    font-size: 13px;
}
.sub-menu-mobile-category2 {
    position: relative;
    text-transform: uppercase;
    color: rgb(7, 7, 7);
    padding: 0px 15px;
    font-size: 14px;
}

.mega-menu .mega-menu__list {
    background-color: transparent;
}

.mega-menu .mega-menu__list li a {
    display: block;
    color: #000;
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
    background-color: transparent;
}
.sub-menu .sub-menu-mobile-web {
    border-bottom: 1px solid #dedede;
}
.menu--mobile > li {
    border-bottom: 1px solid #dedede;
}
.menu--mobile .mega-menu__list > li {
    border-bottom: 1px solid #dedede;
}

.menu--mobile .mega-menu__column > h4 {
    border-bottom: 1px solid #dedede;
    background-color: rgb(225, 224, 224);
}
.menu--mobile .mega-menu {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    max-width: 100%;
    padding-left: 15px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.menu--mobile .mega-menu h4 {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
}

.menu--mobile .mega-menu .mega-menu__column {
    padding: 0;
}

.menu--mobile .mega-menu .mega-menu__list {
    display: none;
    padding-left: 30px;
}

.menu--mobile > li > a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 10;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 15px;
}

.menu--mobile > li > a:hover {
    padding-left: 5px;
    color: #000;
}

.menu--mobile > li.menu-item-has-children {
    position: relative;
}

.menu--mobile > li.menu-item-has-children .sub-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: inline-block;
}

.menu--mobile .mega-menu {
    border: none;
}

.menu--mobile .mega-menu h4 {
    font-weight: 500;
}

.menu--mobile .mega-menu__list > li:last-child {
    border: none;
}

.navigation--list {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 10002;
    padding: 20px 20px;
    border-top: none;
    background-color: rgb(219, 126, 4);
    opacity: 0.9;
    color: #f2f4f7;
}

.navigation--list .navigation__item {
    text-align: center;
    text-decoration: none;
    top: -10px;
}

.navigation--list .navigation__item i {
    font-size: 18px;
    color: #f2f4f7;
    line-height: 0px;
}

.navigation--list .navigation__item.active i {
    color: #5097f3;
}

.navigation--list .navigation__content {
    max-width: 400px;
    margin: 0 auto;
    margin-top: -5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 991.7px) {
    .navigation--list {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .navigation-header-list {
        position: relative;
        margin-top: 40px;
    }
}

.ps-panel--sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* =====================================================
INICIO DE FUNCION ICONOS
========================================================*/



/*=================================================
FIN NAVEGACION MOVIL
===================================================*/

/*=================================================================================================
                        STAR JEO SLIDER CATEGORY
==================================================================================================*/

#jeo_sleder_category {
    margin-top: 30px;
    background-color: #ffffff;
}

#jeo_sleder_category .category_border {
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    box-shadow: 0 0 3px 0 transparent;
}

#jeo_sleder_category .nxt_arr,
#jeo_sleder_category .prv_arr {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 35px;
    height: 35px;
    background: transparent;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: rgb(171, 169, 169);
    z-index: 99;
    border: 1px solid rgb(171, 169, 169);
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

#jeo_sleder_feature_product {
    margin-bottom: 20px;
}
#jeo_sleder_feature_product .nxt_arr,
#jeo_sleder_feature_product .prv_arr {
    position: absolute;
    display: block;
    opacity: 0;
    top: 50%;
    left: -7px;
    width: 35px;
    height: 35px;
    background: #007bff;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: rgb(255, 255, 255);
    z-index: 99;
    border: 1px solid rgb(171, 169, 169);
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

#jeo_sleder_feature_product .nxt_arr {
    left: auto;
    right: -7px;
}

#jeo_sleder_feature_product:hover .nxt_arr,
#jeo_sleder_feature_product:hover .prv_arr {
    opacity: 1;
    cursor: pointer;
}
#jeo_sleder_feature_product .nxt_arr:hover,
#jeo_sleder_feature_product .prv_arr:hover {
    background: #ffffff;
    color: #007bff;
    cursor: pointer;
}

#jeo_sleder_category .nxt_arr {
    left: auto;
    right: -7px;
}

#jeo_sleder_category .nxt_arr:hover,
#jeo_sleder_category .prv_arr:hover {
    background: #f5b52a;
}
.jeo-slider-box {
    margin-top: 0px;
    height: 150px;
    background-color: #ffffff;
}

.jeo_category_logo {
    margin: 7px 10px 50px 0px;
    height: 100px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.jeo_category_logo:hover {
    transform: scale(1.03);
    box-shadow: 0 11px 14px rgb(0 0 0 / 25%), 0 8px 20px rgb(0 0 0 / 10%);
}
.jeo_category_logo a {
    margin-top: 1px;
    width: 100%;
    height: 100%;
}
.jeo_category_logo img {
    height: 100%;
    width: 100% !important;
    object-fit: fill;
}

.jeo_category_logo .title {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.jeo-text-title {
    font-size: 25px;
    text-transform: uppercase;
}
.gnral-jeo-text {
    font-size: 14px;
    text-transform: none;
    text-align: right;
}

.jeo-text-title2 {
    font-size: 16px;
    text-transform: uppercase;
}
/*=================================================================================================
                      END JEO SLIDER CATEGORY
==================================================================================================*/

/*=================================================================================================
                      START JEO SLIDER CATEGORY 2
==================================================================================================*/

.slider-buttom-category .single-category .left .title2 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.slider-buttom-category .nxt_arr,
.slider-buttom-category .prv_arr {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 35px;
    height: 35px;
    background: transparent;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: rgb(171, 169, 169);
    z-index: 99;
    border: 1px solid rgb(171, 169, 169);
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

.slider-buttom-category .nxt_arr {
    left: auto;
    right: -20px;
}

.slider-buttom-category .nxt_arr:hover,
.slider-buttom-category .prv_arr:hover {
    background: #f5b52a;
}

/*=================================================================================================
                      END JEO SLIDER CATEGORY 2
==================================================================================================*/

/*==================================================================================================
                     start box
====================================================================================================*/

.img-link img,
.img-box img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.custom-container-jeo {
    max-width: 1318px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.columna-jeo {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: -50px;
}

/*===========================================================================================
                       START BEST PRODUCTS
=============================================================================================*/
.section-title-wrapper {
    padding-bottom: 80px;
}
.section-title-wrapper .section-titlep {
    font-size: 25px;
    font-weight: 600;
    color: #7c7b7b;
    line-height: 44px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.section-title-wrapper h4 {
    text-align: center;
    font-size: 18px;
    color: #7c7b7b;
}



.grid-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.grid-wrapper .single-grid {
    padding: 0 7px;
    width: 20%;
    margin-bottom: -50px;
    margin-top: 10px;
}

@media only screen and (max-width: 650px)  {
    .section-title-wrapper .section-titlep {
        font-size: 18px;
        line-height: 30px;

    }
    .section-title-wrapper h4 {
        font-size: 14px;

    }
}
/*===========================================================================================
                       END BEST PRODUCTS
=============================================================================================*/

/*===========================================================================================
                       START FEATURED PRODUCTS
=============================================================================================*/
.grid-wrapper2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;

}

.grid-wrapper2 .single-grid {
    padding: 0 7px;
    width: 20%;
    margin-bottom: 0px;
    margin-top: 20px;
}

.grid-wrapper2 .single-grid .view-product-box {
    height: 420px;
    border: 2px solid #ece9e9;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    bottom: -50px;
}


.grid-wrapper2.single-grid .view-product-box .product-content .main-content .btn-wrapper .add-cart-box {
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
    background-color: #fec42d;
    border: 2px solid #fec42d;
    padding: 10px 20px;
    width: 100%;
    z-index: 9;
    text-align: center;
    display: block;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 5px;
}

.grid-wrapper2 .single-grid  .view-product-box .product-content .main-content .btn-wrapper .add-cart-box:hover {
    background-color: #ffffff;
    color: #007bff;
    border: 2px solid #d9a010;
}


/*===========================================================================================
                      END FEATURED PRODUCTS
=============================================================================================*/

/*===========================================================================================
                      START ACCESORIES PRODUCTS
=============================================================================================*/
.grid-wrapper3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.grid-wrapper3 .single-grid {
    padding: 0 7px;
    width: 25%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.grid-wrapper3 .single-grid .view-product-box {
    height: 380px;
    border: 2px solid #ece9e9;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    bottom: -50px;
}
.grid-wrapper3 .single-grid .view-product-box .product-content .main-content{
    margin-top: -5px;
}
.grid-wrapper3 .single-grid .view-product-box .product-content .main-content .product-meta-and-pricing {
    margin-top: -15px;
    margin-bottom: 5px;
    margin-left: 50px;
}
.grid-wrapper3 .single-grid .view-product-box .product-content .main-content .btn-wrapper {
    margin-top: 10px;
}


.grid-wrapper3 .single-grid .view-product-box .product-content .main-content .btn-wrapper .add-cart-box {
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
    background-color: #fec42d;
    border: 2px solid #fec42d;
    padding: 10px 20px;
    width: 100%;
    z-index: 9;
    text-align: center;
    display: block;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 5px;
}
.grid-wrapper3 .single-grid .view-product-box .product-content .main-content .starts{
    margin-top: -10px;
}
.grid-wrapper3 .single-grid .view-product-box .product-content .main-content .product-title{
    margin-top: -10px;
    margin-bottom: 10px;
}
.grid-wrapper3 .single-grid  .view-product-box .product-content .main-content .btn-wrapper .add-cart-box:hover {
    background-color: #ffffff;
    color: #007bff;
    border: 2px solid #d9a010;
}

/*===========================================================================================
                      END ACCESORIES PRODUCTS
=============================================================================================*/
/*===========================================================================================
                      START FILTERED PRODUCTS
=============================================================================================*/

.grid-wrapper4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.grid-wrapper4 .single-grid {
    padding: 0 7px;
    width: 25%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.grid-wrapper4 .single-grid .view-product-box {
    height: 380px;
    border: 2px solid #ece9e9;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    bottom: -50px;
}
.grid-wrapper4 .single-grid .view-product-box .product-content .main-content{
    margin-top: -5px;
}
.grid-wrapper4 .single-grid .view-product-box .product-content .main-content .product-meta-and-pricing {
    margin-top: -15px;
    margin-bottom: 5px;
    margin-left: 50px;
}
.grid-wrapper4 .single-grid .view-product-box .product-content .main-content .btn-wrapper {
    margin-top: 10px;
}

.add-cart-box2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: rgba(255, 255, 255);
    background-color: #fa060a;
    border: 2px solid #fa060a;
    padding: 10px 20px;
    width: 100%;
    z-index: 9;
    text-align: center;
    display: block;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 5px;
}
.add-cart-box2 i{
    color: #ffffff;
}

.grid-wrapper4 .single-grid .view-product-box .product-content .main-content .btn-wrapper .add-cart-box {
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
    background-color: #fec42d;
    border: 2px solid #fec42d;
    padding: 10px 20px;
    width: 100%;
    z-index: 9;
    text-align: center;
    display: block;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 5px;
}

.grid-wrapper4 .single-grid .view-product-box .product-content .main-content .starts{
    margin-top: -10px;
}
.grid-wrapper4 .single-grid .view-product-box .product-content .main-content .product-title{
    margin-top: -10px;
    margin-bottom: 10px;
}

.grid-wrapper4 .single-grid  .view-product-box .product-content .main-content .btn-wrapper .add-cart-box:hover {
    background-color: #ffffff;
    color: #007bff;
    border: 2px solid #d9a010;
}
/*===========================================================================================
                      END FILTERED PRODUCTS
=============================================================================================*/

/*===========================================================================================
                      START RELATIONS PRODUCTS
=============================================================================================*/

.grid-wrapper5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}


.grid-wrapper5 .single-grid {
    padding: 0 7px;
    width: 20%;
    margin-bottom: 0px;
    margin-top: 0px;
}


.grid-wrapper5 .single-grid .view-product-box {
    height: 420px;
    border: 2px solid #ece9e9;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    bottom: -50px;
}



.grid-wrapper5 .single-grid .view-product-box .product-content .main-content .btn-wrapper .add-cart-box {
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
    background-color: #fec42d;
    border: 2px solid #fec42d;
    padding: 10px 20px;
    width: 100%;
    z-index: 9;
    text-align: center;
    display: block;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 5px;
}

.grid-wrapper5 .single-grid  .view-product-box .product-content .main-content .btn-wrapper .add-cart-box:hover {
    background-color: #ffffff;
    color: #007bff;
    border: 2px solid #d9a010;
}

/*===========================================================================================
                      END RELATIONS PRODUCTS
=============================================================================================*/

/*===========================================================================================
                      START CARD BOX PRODUCTS
=============================================================================================*/
.view-product-box {
    height: 87%;
    border: 2px solid #ece9e9;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-bottom: 16px;
}

.view-product-box:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 14px rgb(0 0 0 / 25%), 0 8px 20px rgb(0 0 0 / 15%);
}
.view-product-box .product-thumb {
    background-color: #fbfcfc;
    position: relative;
    overflow: hidden;
}
.view-product-box .product-thumb .img-link {
    display: block;
    text-align: center;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.view-product-box:hover .product-thumb .img-link {
    transform: scale(1.1);
}


.view-product-box .product-thumb .badge-tag {
    position: relative;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(73, 72, 72);
    padding: 2px 9px 3px;
    z-index: 0;
    margin-bottom: 0px;
    text-align: center;
}

.view-product-box .product-thumb .discount-tag {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #ee0760;
    padding: 2px 9px 3px;
    z-index: 0;
    margin-bottom: 0px;
    text-align: center;
}

.view-product-box .product-thumb .hover-content {
    position: absolute;
    bottom: -10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.view-product-box .product-thumb .hover-content .hover-element-list {
    text-align: center;
}
.view-product-box .product-thumb .hover-content .hover-element-list li {
    margin: 0 5px;
    display: inline-block;
}
.view-product-box .product-thumb .hover-content .hover-element-list li a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 3px solid #007bff;
    border-radius: 50%;
    color: #ffffff;
    background-color: #e2e0e0;
    text-align: center;
    line-height: 38px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.view-product-box .product-thumb .hover-content .hover-element-list li a:hover {
    background-color: rgb(249, 247, 247);
    opacity: 0.7;
    border: 3px solid #007bff;
    color: #fff;
    cursor: pointer;
}
.view-product-box .product-content {
    position: relative;
    overflow: hidden;
}
.view-product-box .product-content .main-content {
    padding: 20px 15px 30px;
    margin-bottom: 10px;
}
.view-product-box .product-content .main-content .ratings {
    margin-bottom: 1px;
    top: -10px;
}

.count-rating {
    position: absolute;
    top: 15px;
    width: 100px;
    color: #aba9a9;
    font-size: 13px;
    line-height: 14px;
    vertical-align: 1px;
    margin-left: 2px;
}

.view-product-box .product-content .main-content .ratings .total-feedback {
    position: absolute;
    top: 0px;
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    vertical-align: 1px;
    margin-left: 70px;
}
.view-product-box .product-content .main-content .product-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    height: 40px;
    padding-bottom: 1px;
    color: #999999;
    text-transform: capitalize;
    margin-top: -5px;
    margin-bottom: 10px;
}
.view-product-box .product-content .main-content .product-meta-and-pricing {
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.view-product-box
    .product-content
    .main-content
    .product-meta-and-pricing
    .product-meta {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.view-product-box
    .product-content
    .main-content
    .product-meta-and-pricing
    .product-pricing
    del {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    vertical-align: 1px;
    margin-right: 8px;
}
.view-product-box
    .product-content
    .main-content
    .product-meta-and-pricing
    .product-pricing
    .price {
    font-family: "Times New Roman", Times, serif;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    color: #000000;
}

.view-product-box .product-content .main-content .btn-wrapper {
    margin-top: 20px;
}

.view-product-box .product-content .main-content .btn-wrapper .add-cart-box {
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
    background-color: #fec42d;
    border: 2px solid #fec42d;
    padding: 10px 20px;
    width: 100%;
    z-index: 9;
    text-align: center;
    display: block;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 5px;
}

.view-product-box .product-content .main-content .btn-wrapper .add-cart-box:hover {
    background-color: #ffffff;
    color: #007bff;
    border: 2px solid #d9a010;
}


.view-product-box:hover .product-thumb .hover-content {
    opacity: 1;
    bottom: 2px;
}


.other-content {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}
.other-content .discount-tag2{
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #ee0760;
    padding: 2px 9px 3px;
    z-index: 0;
    margin-bottom: 0px;
    text-align: center;
}
.other-content2 {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
}



.view-product-box .btn-wrapper {
    position: relative;
    display: block;
    bottom: 15px;
    margin: 0 auto;
    width: 70%;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.view-product-box:hover .btn-wrapper {
    bottom: 10px;
    cursor: pointer;
    opacity: 1;
}

/*===========================================================================================
                      END CARD BOX PRODUCTS
=============================================================================================*/




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-wrapper .grid-wrapper .single-grid {
        width: 25%;
    }

    .grid-wrapper3 .single-grid .view-product-box {
        height: 372px;
        width: 260px;
        margin-left: 10px;
    }
    .grid-wrapper3 .single-grid {
        width: 33.333%;
    }
    .grid-wrapper3
        .single-grid
        .view-product-box
        .product-content
        .main-content {
        margin-top: 0px;
        width: 100%;
    }

    .grid-wrapper3 .single-grid .view-product-box .product-thumb .img-link {
        display: block;
        text-align: center;
        width: 80%;
        height: 80%;
        margin-left: 30px;
    }


}
@media only screen and (max-width: 991px) {
    .grid-wrapper5 .single-grid,
    .grid-wrapper3 .single-grid,
    .grid-wrapper4 .single-grid,
    .shop-wrapper .grid-wrapper .single-grid {
        width: 33.333%;
    }

    .grid-wrapper2
        .single-grid
        .view-product-box
        .product-content
        .main-content
        .product-meta-and-pricing {
        margin-top: -25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .grid-wrapper3 .single-grid .view-product-box {
        height: 372px;
        width: 260px;
        margin-left: 10px;
    }

    .grid-wrapper4 .single-grid .view-product-box,
    .grid-wrapper5 .single-grid .view-product-box{
        height: 400px;
        width: 260px;
        margin-left: 10px;
    }
    .grid-wrapper4 .single-grid .view-product-box:hover .btn-wrapper,
    .grid-wrapper5 .single-grid .view-product-box:hover .btn-wrapper {
        bottom: 10px;
    }
    .grid-wrapper3
        .single-grid
        .view-product-box
        .product-content
        .main-content {
        margin-top: 0px;
        width: 100%;
    }

    .grid-wrapper3 .single-grid .view-product-box .product-thumb .img-link {
        display: block;
        text-align: center;
        width: 80%;
        height: 80%;
    }
    .grid-wrapper3 .single-grid .view-product-box .product-content .main-content .product-meta-and-pricing {
        margin-bottom: 20px;
    }

    .view-product-box:hover .btn-wrapper {
        bottom: 19px;
    }

    .section-title-wrapper .section-title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .grid-wrapper3 .single-grid,
    .grid-wrapper4 .single-grid,
    .grid-wrapper5 .single-grid,
    .shop-wrapper .grid-wrapper .single-grid {
        width: 50%;

    }
    .grid-wrapper4 .single-grid,
    .grid-wrapper5 .single-grid{
        margin: 0px auto;
    }
}

@media only screen and (max-width: 450px) {
    .grid-wrapper3 .single-grid,
    .grid-wrapper4 .single-grid,
    .grid-wrapper5 .single-grid,
    .shop-wrapper .grid-wrapper .single-grid {
        width: 100%;

    }
    .grid-wrapper4 .single-grid,
    .grid-wrapper5 .single-grid{
        margin: 0px 30PX;
    }
    .grid-wrapper3 {
        margin-top: 20px;
    }
    .grid-wrapper3 .single-grid .view-product-box {
        height: 372px;
        width: 260px;
        margin-left: 55px;
    }
    .banner-effect1 {
        margin-left: 40px;
    }
    .grid-wrapper3 .single-grid .view-product-box .product-thumb .img-link {
        display: block;
        text-align: center;
        width: 80%;
        height: 80%;
        margin-left: 25px;
    }
}
@media (min-width: 992px) {
    .columna-jeo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*==================================================================================================
                     start box
====================================================================================================*/

/**
)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
BLOG
))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
*/

.header-content-them1 .text-top-service {
    position: relative;
    margin-top: 50px;
}

.header-content-them2 .text-top-service {
    position: relative;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .header-content-them1 .text-top-service {
        margin-top: 0px;
    }
}

.coes-blog-section {
    margin-top: -60px;
}
.coes-blog-1 {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 25px;
    width: 100%;
    height: 250px;
}

.coes-blog-1 a {
    display: inline-block;
    text-decoration: none;
}

.coes-blog-1 img {
    height: 100%;
    object-fit: cover;
}

.coes-blog-1 .coes-blog-top {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    background: #2a9cf5;
    border: 1px solid #f00606;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 3px;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.coes-blog-1 .coes-blog-top:hover {
    transform: scale(1.05);
    color: #5b5959;
    background: #ffffff;
    border: 1px solid #f00606;
    opacity: 0.7;
}

.coes-blog-img {
    display: block;
    width: 100%;
    height: 100%;
}

.coes-blog-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(11, 44, 61);
    background: linear-gradient(
        0deg,
        rgba(11, 44, 61, 0.68) 20%,
        transparent 100%
    );
}

.coes-blog-text_center {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 15px 6px 15px;
    width: 100%;
}

.coes-blog-text_center a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 25px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}

.coes-blog-text_center .date1 {
    top: -30px;
    position: relative;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.coes-blog-text_center .date1 a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}

.coes-blog-text_center .date1 a:hover {
    color: #ffffff;
}
.coes-blog-text_center .date2 {
    position: absolute;
    background: transparent;
    z-index: 2;
    bottom: 0;
    right: 0px;
    height: 20px;
    width: 110px;
    text-align: right;
}

.coes-blog-text_center .date2 span {
    margin: 0;
    padding: 0;
    color: #a9b7d1;
    line-height: 14px;
    font-size: 12px;
}

.coes-blog-text_center a:hover {
    color: #9fcdff;
}

/* ABOUT SECTION START*/

.section-about {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f5f5;
}
.section-img-about {
    display: inline-block;
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    border-style: none;
}
.section-about-img {
    margin-top: 0px;
    overflow: hidden;
}
.leader-about-wrapper {
    margin-left: 20px;
}
.leader-about-content {
    margin-top: 0px;
}
.leader-about-content h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 40px;
}
.leader-about-content span {
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.leader-about-content p {
    color: #7a8595;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-right: 4%;
}
.leader-about-content p.content-about {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 30px;
    background: #f4f9fc;
    border-left: 3px solid #0edf5e;
}

.leader-about-content a {
    -moz-user-select: none;
    background: #00ff44;
    border: 3px solid rgb(0, 26, 255);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0px 36px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    min-height: 56px;
    line-height: 56px;
    border-radius: 30px;
}
.leader-about-content a:hover {
    color: #e77676;
    border: 3px solid #00e545;
    background: #f5f5f5;

}

@media (min-width: 992px) and (max-width: 1200px) {
    .leader-about-content h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .leader-about-content h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .leader-about-content h2::before {
        width: 75px;
    }
}
/* ABOUT SECTION END*/

/*=================================================
Targetas circulares
===================================================*/

.page-post-eys {
    padding: 50px 0px 0px;
    margin-bottom: 30px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.page-post-eys:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}
.page-post-eys .block-title {
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 24px;
}
.page-post-eys .block-title .title {
    position: relative;
    display: block;
}
.page-post-eys .block-title .title:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.page-post-eys .block-title .title:after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -15px;
}
.page-post-eys .block-content {
    position: relative;
    top: -35px;
    z-index: 10;
}
.page-post-eys .item-eys {
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    color: #fff;
    background: #007bff;
    margin-bottom: 0px;
    width: 250px;
    height: 253px;
}
.page-post-eys .item-eys:hover {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #6c6b6b;
}

.page-post-eys .item-eys .text-cards-service {
    position: relative;
    padding: 1px 2px 6px;
}

.page-post-eys .item-eys a {
    color: #fff;
}
.page-post-eys .item-eys .photo {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    background: #f9fafc;
    left: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-right: auto;
    margin-left: auto;
}

.page-post-eys .item-eys .photo img {
    position: relative;
    display: block;
    width: 80%;
    height: 80%;
    left: 10px;
    margin-top: 10px;
    border-radius: 10px 10px 0px 0px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page-post-eys .item-eys .text-cards-service .name {
    position: relative;
    margin-top: 0;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #fefdfd;
    font-weight: 700;
    margin-bottom: 0px;
}

.page-post-eys .item-eys .text-cards-service .details {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    left: -10px;
    width: 210px;
    color: #ecebeb;
    font-weight: 400;
    margin-bottom: 27px;
}

.page-post-eys .boton .btn-card-circle {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #ff5500;
    padding: 7px 20px;
    border: 1px solid #ff5500;
    border-radius: 50px;
    top: 10px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.page-post-eys .boton .btn-card-circle:hover {
    background: none;
    color: #ff5500;
}
.card-deck-coes .card-coes {
    padding: 0 10px;
    width: 20%;
    margin-top: -20px;
    margin: 10px;
}
.card-deck-coes {
    position: relative;
    left: 80px;
    top: -20px;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.card-body-coes {
    margin-bottom: 200px;
}

/*=========================================================================================
             START PORTAFOLIO
==========================================================================================*/

.section-portafolio {
    padding-top: 10px;
    padding-bottom: 20px;
    background: #f5f5f5;
}

.portafolio-menu {
    text-align: center;
    display: grid;
    place-items: center;
    height: 50px;
    margin-bottom: 20px;
}

.portafolio-menu ul li {
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: rgb(73, 72, 72);
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portafolio-menu ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    color: rgb(2, 160, 65);
    background-color: rgb(2, 160, 65);
    bottom: 0;
    left: 20px;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s linear;
}

.portafolio-menu ul li:hover::after {
    transform-origin: bottom left;
    transform: scaleX(0.6);
    color: rgb(2, 160, 65);
}
.portafolio-menu ul li:hover {
    color: rgb(237, 225, 8);
}

.portafolio-item {
    width: 100%;
}

.portafolio-item .item {
    width: 23%;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.portafolio.active::after {
    transform-origin: bottom left;
    transform: scaleX(0.6);
}
.portafolio.active {
    color: rgb(2, 160, 65);
}

.section-portafolio .portafolio-item .item .single-box {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 3px 0 #00000073;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.section-portafolio .portafolio-item .item .single-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 11px 14px rgb(0 0 0 / 25%), 0 8px 20px rgb(0 0 0 / 20%);
}

.section-portafolio .portafolio-item .item .single-box .left-area {
    width: 50%;
    height: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.section-portafolio .portafolio-item .item .single-box .left-area img {
    width: 100%;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.section-portafolio .portafolio-item .item .single-box:hover .left-area img {
    transform: scale(1.1);
}
.section-portafolio .portafolio-item .item .single-box .right-area {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-portafolio .portafolio-item .item .single-box .right-area .stars {
    display: block;
    text-align: left;
    line-height: 12px;
}

.section-portafolio .portafolio-item .item .single-box .right-area .price {
    font-size: 16px;
    line-height: 26px;
    color: #143250;
    font-weight: 700;
    margin: 3px 0px 3px;
}

.section-portafolio .portafolio-item .item .single-box .right-area .text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
    margin-right: 5px;
}

.section-portafolio .portafolio-item .item .single-box .right-area .text:hover a{
    color: #df0f0f;
}

/*=========================================================================================
            END  PORTAFOLIO
==========================================================================================*/

/*========================================================================================
                    START   AREA RESPONSIVE
==========================================================================================*/

@media only screen and (max-width: 1219.99px) and (min-width: 1199.99px) {
    .page-post-eys-service .item-eys {
        width: 250px;
        height: 253px;
    }
}

.card-deck span {
    display: none;
}

@media only screen and (max-width: 1199.98px) and (min-width: 992.99px) {
    .page-post-eys-service .item-eys {
        width: 562px;
        height: 728px;
    }
    .block-content span:nth-of-type(2n) {
        display: inline-flex;
        width: 100%;
    }

    .page-post-eys .item-eys .text-cards-service .details {
        position: relative;
        margin-left: 5px;
        font-size: 12px;
        width: 180px;
    }
    .portafolio-item .item {
        width: 33.333%;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 991.98px) and (min-width: 768.99px) {
    .card-deck-coes .card-coes {
        width: 33.333%;
    }
    .page-post-eys .item-eys .text-cards-service .details {
        margin-left: 10px;
    }

    .portafolio-item .item {
        width: 50%;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 767.99px) and (min-width: 576.99px) {
    .block-content span:nth-of-type(2n) {
        display: inline-flex;
        width: 100%;
    }
    .card-deck-coes .card-coes {
        width: 50%;
    }

    .card-deck-coes {
        margin-left: 20px;
        top: -20px;
    }
    .page-post-eys .item-eys .name {
        margin-left: 0px;
    }
    .page-post-eys .item-eys .text-cards-service .details {
        left: 10px;
        font-size: 12px;
        width: 200px;
    }

    .portafolio-item .item {
        width: 50%;
        height: 180px;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 575.99px) and (min-width: 455.99px) {
    #mycontainer12 {
        max-width: 1280px !important;
        margin-left: 35px;
        margin-right: 35px;
    }

    .card-deck-coes .card-coes {
        width: 100%;
    }

    .card-deck-coes {
        left: 0px;
        top: -20px;
    }
    .page-post-eys .item-eys .text-cards-service .details {
        left: 30px;
        margin-right: 0px;
        width: 250px;
    }
    .portafolio-item .item {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }

    .portafolio-menu ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 454.99px) {
    #mycontainer12 {
        max-width: 1280px !important;
        margin-left: 35px;
        margin-right: 35px;
    }

    .card-deck-coes .card-coes {
        width: 100%;
    }

    .card-deck-coes {
        left: 0px;
        top: -20px;
    }
    .page-post-eys .item-eys .text-cards-service .details {
        left: 30px;
        margin-right: 0px;
        width: 250px;
    }
    .portafolio-item .item {
        width: 100%;
        height: 250px;
        margin-bottom: -60px;
    }

    .portafolio-menu ul li {
        font-size: 12px;
        padding: 0px 2px;
    }
}

/*========================================================================================
                    END   AREA RESPONSIVE
==========================================================================================*/

/*======================
	BRAND SLIDER START
========================*/

#coes-brand-slider {
    margin-top:0px;
    padding: 30px 0px;
    background: #f5f5f5;
}

#coes-brand-slider .brand_border {
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #d0e7fd;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
}





#coes-brand-slider .nxt_arr,
#coes-brand-slider .prv_arr {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 35px;
    height: 35px;
    background: #2a9cf5a1;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    border: 1px solid #007bff;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

#coes-brand-slider .nxt_arr {
    left: auto;
    right: -7px;
}

#coes-brand-slider .nxt_arr:hover,
#coes-brand-slider .prv_arr:hover {
    background: #f8f9fa;
    color: #b27575;
    opacity: 0.7;
    border: 1px solid #007bff;
}
.coes-brand-logo {
    position: relative;
    margin-top: 5px;
    width: 90%;
    height: 90%;
    padding: 10px 10px 10px 10px;
}

.coes-brand-logo img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.coes-partner .block-title {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
  }
.coes-partner .block-title .title{
    position: relative;
    display: block;
    font-weight: 600;
    color:#000;
}

/*======================
	BRAND SLIDER END
========================*/

/*=================================================================================================
                             START REWIEVS SECTION
==================================================================================================*/

.section-reviews {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.box-area-reviews {
	width: 250px;
    height: 300px;
	margin: 10px;
	padding: 40px;
    text-align: center;
	background-color: #f5f5f5;
	transition: all 0.6s ease-in-out;
}
.box-area-reviews .icon-area {
	width: 100px;
    height: 100px;
    margin-top:0;
    margin: 0 auto;
	margin-bottom: 20px;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
   /* background: #009966; */
}

.box-area-reviews:hover .icon-area {
    background: #f5f5f5;
   border: 1px solid #f5f5f5;
}
.icon-area img {
    position: relative;
    margin-top: 11px;
	width: 80%;
	color: #262626;
}
.box-area-reviews h6 {
	margin-bottom: 10px;
	color: #262626;
	font-size: 20px;
	font-family: bebas neue;
}

.box-area-reviews P {
	font-size: 14px;
    margin-left: -20px;
    margin-right: -20px;

}
.box-area-reviews:hover {
	background-color: #076fee;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}
.box-area-reviews:hover i {
	color: #fff;
}
.box-area-reviews:hover h6 {
	color: #fff;
}
.box-area-reviews:hover p {
	color: #fff;
}

/*=================================================================================================
                             END REWIEVS SECTION
==================================================================================================*/

/*=================================================================================================
                             START EFECTS WAVE
==================================================================================================*/
.box-wave1,
.box-wave2 {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 30%;
	bottom: -1px;
/*	background: linear-gradient(to bottom, #ee0979, #ff6a00); */
	z-index: 5;
}
.box-wave2 .single-box-wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
	background-size: 50% 80px;
}

.box-wave3  {
    position: absolute;
	width: 100%;
	overflow: hidden;
	height: 30%;
	top: -60px;
    transform: rotate(180deg);
/*	background: linear-gradient(to bottom, #ee0979, #ff6a00); */
	z-index: 5;
}

.box-wave3 .single-box-wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 top;
	transform-origin: center top;
	background-size: 50% 80px;
}

.box-wave1 .single-box-wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
	background-size: 50% 80px;
	animation: animate 18s linear infinite;
}
@keyframes animate {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1);
	}
	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55)
	}
	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1)
	}
}
/*=================================================================================================
                             END EFECTS WAVE
==================================================================================================*/

.frame-front{
    position: absolute;
    margin-top: -200px;
}
/*=================================================================================================
                             START SECTION BLOG AND SERVICE
==================================================================================================*/


.wrapper-section-blogg{
    width: 80%;
    padding: 30px 0;
    text-align: center;
}
.section-header-title-contents{
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 20px;
    font-size: 30px;
    color: #9e9d9d;
    letter-spacing: 2px;

}
.content-blogg {
  padding: 10%;
}
.content-blogg h2 {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
.content-blogg h2 a:hover {
    color: #ec0a0a;
  }

.content-blogg p {
    font-size: 12px;
  line-height: 1.5;
}
.content-blogg .btn-section{
    position: relative;
    float: right;
    top: 0px;
}
.content-blogg .btn-section .btn-blogg{

    background-color: #4CAF50;
    border:none;
    padding: 8px 20px;
    color:white ;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    margin: 4px 2px;
    cursor: pointer;

}


.content-blogg .btn-section .btn-blogg:hover{
    background-color: white;
    border: 2px solid #4CAF50;
    color: #4CAF50;
}


.content-blogg .date-section{
    width: 120px;
    height: 30px;
    top: 20px;
    left: -40px;
    position: relative;
    background: #4CAF50;

}
.content-blogg .date-section span{
    position: relative;
    color: #f1fbff;
    font-size: 12px;
    top: 5px;
    left: 0;
}
.main-content-blogg{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-main-content-blogg-gap: 25px;
    grid-column-gap: 15px;
}
.main-content-blogg .box-content-blogg{
    position: relative;
    margin-bottom: 15px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
    height: 250px;
    overflow: hidden;
}
.main-content-blogg .box-content-blogg::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.main-content-blogg .box-content-blogg:hover:before{
    top: 0;
    right: calc(100% - 5px);
    z-index: 10;
}
.main-content-blogg .box-content-blogg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-content-blogg .box-content-blogg .img-text-blogg {
	position: absolute;
    display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	transition: all 0.5s ease-in-out;
}
.main-content-blogg .box-content-blogg:hover .img-text-blogg{
    top: 0;
    right: 0;
}

/*=================================================================================================
                             END SECTION BLOG AND SERVICES
==================================================================================================*/

/*PAGINATION DESIGN*/

.page-center ul.pagination li {
    width: 35px;
    height: 35px;
    background: #cac8c8;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    margin: 0px 2px;
    transition: all 0.3s;
    display: inline-block;
    color: #000;
    cursor: pointer;
  }


  .page-center ul.pagination li a:hover {
    color: #ffffff;
  }

  .page-center ul.pagination {
    display: inline-block;

    margin: 0 auto;
  }

  .page-center ul.pagination li.active {
    background: #3710ac;
    color: #fff;
    cursor: no-drop;
  }

  .page-center {
    text-align: center;
    margin-top: 30px;

  }

  /*PAGINATION DESIGN ENDS*/


  /*
  ================================================================================================
  ====================== FOOTER START =======================================================
  */
  .footer-logo .address {
    color: #e3e3e3;
    font-size: 14px;
    margin-bottom: 42px;
  }
  .footer-logo .address td {
    padding-bottom: 8px;
    vertical-align: top;
  }
  .footer-logo .address b {
    font-weight: 600;
    font-size: 16px;
    color: #e3e3e3;
    padding-right: 5px;
  }

  .footer-logo .address td a {
    color: #e3e3e3;
    font-size: 14px;
    margin-bottom: 42px;
  }

  .footer-logo .address td a:hover {
    color: #e3e3e3;
  }

  .footer-logo .address td b i{
    font-size: 25px;
    color: #e3e3e3;

  }
  .footer-logo .address tr:hover b i{
    color: #e20c0c;

  }
.footer-logo h4{
    font-weight: 600;
    font-size: 16px;
    color: #e3e3e3;
    padding-right: 15px;
    margin-top: 10px;
}


.footer-coesga .block-newletter {
    margin-bottom: 20px;
  }
  .footer-coesga .block-newletter .block-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
  }
  .footer-coesga .block-newletter .block-content small {
    color: #e3e3e3;
  }


  .footer-coesga .block-newletter .btn-subcribe {
    z-index: 20;
    padding: 0 15px;
    height: 52px;
    background-color: #3e3e3e;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: relative;
  }

  .footer-coesga .block-newletter .btn-subcribe {
    background-color: #e3e3e3;
    width: 45px;
    left: -2px;
    top: 0px;
    color: #4a4949;
    border-radius: 0px 20px 20px 0px;
    height: 36px;
    padding: 0 10px;
  }

  .footer-coesga .block-newletter .btn-subcribe:hover {
    background-color: #e3e3e3;
    color: #ffffff;
  }
  .footer-coesga .block-newletter .block-content .input-group{
    margin-top: 10px;
    width: 100%;
 }
  .footer-coesga .block-newletter .form-control {
    display: block;
    width: 80%;
    height: 36px;
    border-radius: 20px 0px 0px 20px;
    padding-right: 10px;
    font-size: 14px;
    background-color: #f6f4f4;
    border: 1px solid #999;
    color: #2a2929;
    padding-left: 20px;
  }

  .footer-coesga .block-newletter .form-control::-webkit-input-placeholder {
    color: #7d7c7c;
    font-size: 14px;
    opacity: 1;
  }


  .footer .copy-bg {
    background: #0d0de4;
    margin-top: 35px;
    padding: 20px 15px 20px;
  }
  .footer .copy-bg .content {
    text-align: center;
  }
  .footer .copy-bg .content .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #e3e3e3;
  }
  .footer .copy-bg .content .content a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #ff5500;
  }

    /*
  ================================================================================================
  ====================== FOOTER  END =======================================================
  */

      /*
  ================================================================================================
  ====================== whatsapp =======================================================
  */
  .float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:40px;
	left:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float i{
	position:fixed;
    bottom:43px;
	left:10px;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

      /*
  ================================================================================================
  ====================== whatsapp =======================================================
  */
  .product-details-page .right-area .product-info .product-price .on-sale {

    font-size: 16px;
    font-weight: 600;
    background: #003eff;
    border-radius: 15PX;
    padding: 3px 6px;
    color:#ffffff;


  }


  .success-botom{
    background: #003eff;
  }

.billing-add-area-subtitle h5{
    background: #003eff;
    padding: 10px 5px 3px 3px;
  }


  /*==========================================================
  ===================== INICIO IMPRESION FINAL DE COMPRA*/
  .success-text-home{
    position: relative;
    padding: 2px 0px;
    text-align: left;

  }
  .success-text-home .link-success{
    font-size: 14px;
    color: #000000;
    text-decoration: none;

  }
  .success-text-home .link-success i{
    font-size: 25px;
    text-decoration: none;

  }
  .success-text-home .link-success:hover{
    color: #f00707;

  }
  .precin-total-success{
    float: right;
  }

  .precin-total-success .success-table-pricing tr{
  line-height: 30px;

  }
  .field-success-title h5{
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background: #00cc29;
    color: #ffffff;
    padding: 5px 2px;
  }

  .list-user-shipping{
    line-height: 10px;
  }

  .text-succes-pay{
    margin-top: 20px;
    width: 100%;
  }

  .text-succes-pay .text-succes-pay-table{
   text-align: left;
  }

  .text-succes-pay .text-succes-pay-table .key-succes{
    position: relative;
    width: 4px;
   }
  /*==========================================================
  ===================== FIN IMPRESION FINAL DE COMPRA*/
 /* ========================================================================== */

 .order-details-m .main_btn-btn {
    background: #143250;
    color: #fff;
    padding: 2px 2px;
    border: 1px solid #003eff;
    margin-top: 5px;
    margin-bottom: 10px;
    float: right;
  }

.order-details-m .main_btn-btn:hover {
    background: #ffffff;
    color: #fff;
    padding: 2px 2px;
    border: 1px solid #003eff;
    margin-top: 5px;
  }

/* ========================================================================== */

  /* ========================================================================== */

  .user-dashbord .user-profile-details .order-details .back-btn {
    background: #143250;
    color: #fff;
    padding: 8px 25px;
    border: 1px solid #003eff;
    margin-top: 15px;
    display: inline-block;
  }

  .user-dashbord .user-profile-details .order-details .back-btn:hover {
    background: #ffffff;
    color: #fff;
    padding: 8px 25px;
    border: 1px solid #003eff;
    margin-top: 15px;
    display: inline-block;
  }

  /* =============================================================================================
                           INICIO   TITULO DE TEXTO 2
  =============================================================================================== */
  .text-title-front {
    background: #007bff;
    color: #ffffff;
  }
  .text-title-front h4 {
    color: #ffffff;
    text-transform: uppercase;
  }
  /* =============================================================================================
                            FIN  TITULO DE TEXTO 2
  =============================================================================================== */
  .vendors-prductos .single-box{
    position: relative;
    overflow: hidden;
    text-align: center;

  }
.vendors-prductos .single-box{
    height: 210px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 2px solid #ece9e9;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-bottom: 16px;
}
.vendors-prductos .single-box:hover{
    transform: translateY(-1px);
    box-shadow: 0 5px 5px rgb(0 0 0 / 25%), 0 5px 5px rgb(0 0 0 / 15%);
}
.vendors-prductos .single-box .right-area{
  background: #00e545;
  text-align: center;
  padding: 0px 10px;
  height: 80px;
  opacity: 0.9;
  margin-top: 0px;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  margin-bottom: 16px;
}

.vendors-prductos .single-box:hover .right-area{
    margin-top: -80px;

}


.vendors-prductos .single-box h4{
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.vendors-prductos .single-box del{
    color: #ff0000;
  }
.vendors-prductos .single-box p{
 margin-top: -5px;
 font-size: 12px;
 line-height: 15px;
}
.vendors-prductos .single-box p a{
    font-weight: 500;
    color: #ffffff;
   }

   @media only screen and (max-width: 991px) and (min-width: 700px) {
    .vendors-prductos .single-box{
        width: 25%;
        height: 200px;
    }
}

@media only screen and (max-width: 699px) and (min-width: 500px) {
    .vendors-prductos .single-box{
        width: 40%;
        height: 220px;
    }
}

.maps-coe{
    position:absolute;
    margin-top: -50px;
}

.position-country{
    margin-top: 10px;
}

.country-title{
    font-weight: 600;
}
