@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url("https://use.typekit.net/jry1ave.css");
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v92/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.top-title .title_block,.product-actions .control-label,.button_unique.btn,.block-categories>ul>li:first-child a, #search_filters_wrapper #search_filters>h4 a, .blog-categories .title_block a, #recent_article_smart_blog_block_right h4 a, #smartblogsearch h4 a, #tags_blog_block_right h4 a,.block-categories .category-sub-menu li[data-depth="0"]>a, #search_filters .facet .facet-title,.tabs .nav-tabs .nav-link{
    font-family: 'Droid Serif', sans-serif;
}
#wrapper .breadcrumb li a,.product-prices .current-price,.price, .product-price-and-shipping,#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text button, #_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text button, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .title_font{
    font-family: 'Poppins', sans-serif;
}
body, .social-sharing li a,.owl-dots button span,#block-reassurance li .block-reassurance-item span.h6{
    font-family: 'Droid Serif';
}
body{
    color: #666;
    font-size: 15px;
    background: #ffffff;
}
p{
    font-size: 15px;
    color: #666;
    font-weight: 400;
}
.modal-backdrop.in {
    opacity: .8;
}
.boxed main {
    max-width: 1200px;
    -webkit-box-shadow: 0 0px 15px 0px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 0px 15px 0px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 0px 15px 0px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1) inset;
    margin: 0 auto;
    float: none;
}
main {
    float: right;
    width: 100%;
}
main {
    background: #ffffff;
    overflow: hidden;
}
a:hover {
    color: #f56b9f;
    text-decoration: none;
}
a:focus, a:hover {
    color: #f56b9f;
    text-decoration: none;
}
a {
    color: #111111;
    text-decoration: none;
}
.container-fluid, .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 992px){
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px){
    .container {
        width: 750px;
        max-width: 100%;        
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
        width: 100%
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        width: 100%
    }
}

/*|-----------------------------------------------------------------|*/
/*|********************* popup menu mobile *************************|*/
/*|-----------------------------------------------------------------|*/

#popup_menu_mobile {
    position: fixed;
    right: -100%;
    width: 92%;
    height: 100%;
    margin: 0;
    top: 0;
    transition: 0.5s;
    z-index: 9999;
    background: #fff;
}
#popup_menu_mobile.show {
    right: 0;
}
.popup-mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #111;
    transition: opacity .15s linear;
    opacity: .8;
}
#close_popup_menu {
    position: absolute;
    display: block;
    left: -45px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 5px;
    background: #fff;
}
.popup-menu-open {
    overflow: hidden;
}

/*|-----------------------------------------------------------------|*/
/*|******************* end popup menu mobile ***********************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|******************** popup customersignin ***********************|*/
/*|-----------------------------------------------------------------|*/

.popup-open {
    overflow: hidden;
}
.popup-in {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #111;
    transition: opacity .15s linear;
    opacity: .8;
}
.popup {
    opacity: 0;
    transition: opacity .15s linear;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    z-index: 1050;
}
.popup.showPopup {
    opacity: 1;
}
.popup-open .showPopup {
    overflow-x: hidden;
    overflow-y: auto;
}
.popup-content {
    width: calc(100% - 30px);
    max-width: 870px;    
    background: #fff;
    min-height: 15rem;
    outline: 0;
    position: relative;
    padding:30px 20px;
}

/*|-----------------------------------------------------------------|*/
/*|****************** end popup customersignin *********************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|***************** sticky menu mobie + desktop *******************|*/
/*|-----------------------------------------------------------------|*/
#desktop-header.header_style_2{
    position: relative;
    width: 100%;
    top: 0;
    height: 0;
}
#index #desktop-header.header_style_2 {
    position: relative;
    width: 100%;
}
#desktop-header.header_style_2  #header-sticky > .container{
    position: relative;
}
#header .header_style_2 #header-sticky.sticky-desktop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1030;
}
.header_style_2 .boxed .sticky-desktop {
    max-width:1200px;
}
.logo_menu {
    background-color: #ffffff;
}
.sticky-desktop .header-top, .sticky-desktop #_desktop_logo {
    display: none;
}
#header .header_style_2 .header-top {
    height:auto;
    padding-bottom: 0;
}
#header .header_style_2 .header-nav {
    margin-bottom: 0;
    border-bottom: none;
    max-height: 100%;
}
.sticky-mobile {
    position: fixed;
    top: 0;
    right:0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}
.header_style_2 #sticky_top{
    z-index: 5;
    position: relative;
    bottom: 35px;
}
.header_style_2 #sticky_top > div {
    display:inline-block;
}
.header_style_2 #sticky_top > div.fieldsearch{margin-right: 12px;}
.header_style_2 #_desktop_logo > h1 {
    display: inline-block
}
.header_style_2 #header-sticky {
    position: relative;
    top: 0;
    background-color: #0f0f0f;
}
#index .header_style_2 #header-sticky {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #0f0f0f;
}
.container:after{
    display: none;
}
/*|-----------------------------------------------------------------|*/
/*|*************** end sticky menu mobie + desktop *****************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|**************************** menu *******************************|*/
/*|-----------------------------------------------------------------|*/

#_desktop_fieldmegamenu.fieldmegamenu .root .menu-items {
    top: 100%;
    background: #f6f6f6;
    margin-top: -2px;
    line-height: normal;
    position: absolute;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    padding: 8px 10px 12px 12px;
    z-index: 10;
    display:block;
    opacity: 0;
    border-top: 2px solid;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
#_desktop_fieldmegamenu.fieldmegamenu .root.root-1 .menu-items {
    padding: 0 0 12px 5px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items.active{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
#_desktop_fieldmegamenu>ul>li.menu-homes .menu-item.depth-1>.title a {
    text-transform: capitalize;
}
#_desktop_fieldmegamenu.fieldmegamenu .root.menu_1 .menu-items,
#_desktop_fieldmegamenu.fieldmegamenu .root.menu_2 .menu-items{
    padding-bottom: 25px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .submenu {
    display: block
}
/* Column System */
[class*="menucol-"] {
    float: right;
}

.menucol-1-1 {
    width: 100%!important;
}

.menucol-1-2 {
    width: 50%!important;
}

.menucol-1-3 {
    width: 33.33%!important;
}

.menucol-2-3 {
    width: 66.67%!important;
}

.menucol-1-4 {
    width: 25%!important;
}

.menucol-3-4 {
    width: 75%!important;
}

.menucol-1-5 {
    width: 20%!important;
}

.menucol-1-6 {
    width: 16.66%!important;
}

.menucol-1-10 {
    width: 10%!important;
}
@media only screen and (max-width: 600px)
{
    #header_mobile_menu .fieldmegamenu .menu-items{
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: 0;
        background-color: transparent;
    }

    #header_mobile_menu .fieldmegamenu .menu-items > .menu-item.product, #header_mobile_menu .fieldmegamenu .root.customcontent .menu-items > .menu-item {
        text-align: center;
    }
    #header_mobile_menu .fieldmegamenu .menu-item.divider {
        padding: 0 1%;
        margin: 0;
    }

    /* force to menucol-1-4 */
    .menucol-1-5 {
        width: 25%!important;
    }

    .menucol-1-6 {
        width: 25%!important;
    }

    .menucol-1-10 {
        width: 25%!important;
    }

}
@media only screen and (max-width: 639px)
{
    /* force to menucol-1-3 */
    .menucol-1-4 {
        width: 33.33%!important;
    }

    /* force to menucol-2-3 */
    .menucol-3-4 {
        width: 66.67%!important;
    }

    /* force to menucol-1-3 */
    .menucol-1-5 {
        width: 33.33%!important;
    }

    .menucol-1-6 {
        width: 33.33%!important;
    }

    .menucol-1-10 {
        width: 33.33%!important;
    }
}
@media only screen and (max-width: 575px)
{
    /* force to menucol-1-2 */
    .menucol-1-3 {
        width: 100%!important;
    }

    .menucol-1-2 {
        width: 100%!important;
    }

    .menucol-2-3 {
        width: 100%!important;
    }

    .menucol-1-4 {
        width: 100%!important;
    }

    .menucol-3-4 {
        width: 100%!important;
    }

    .menucol-1-5 {
        width: 100%!important;
    }

    .menucol-1-6 {
        width: 100%!important;
    }

    .menucol-1-10 {
        width: 100%!important;
    }

}

.header_style_2 #_desktop_fieldmegamenu > ul {
    margin-bottom: 0;
    display: block;
    justify-content: flex-start;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
}
.header_style_2 #_desktop_fieldmegamenu > ul > li.root {
    display: inline-block;
    margin: 0 10px;
    border-right: 1px solid #444444;
    padding: 10px;
    border-radius: 7px;
    color: #000000;
    border: none;
}

.header_style_2 #_desktop_fieldmegamenu > ul > li.root:hover, #_desktop_fieldmegamenu > ul > li.root.active, .header_style_2 #_desktop_fieldmegamenu > ul > li.root.root-1 {
    background-color: #f56b9f;
    border-right: 1px solid #f56b9f;
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item {
    position: relative;
    display: inline-block;
    width: 100%;
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item .has_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item .has_icon:before {
    content: '\f105';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item:hover .has_icon:before {
    content: '\f104';
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item:hover > ul.submenu {
    right: 100%;
    display: block;
    position: absolute;
    margin-right: 15px;
    background: #fff;
    min-width: 120px;
    padding: 15px;
    top: 0;
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}
#_desktop_fieldmegamenu > ul > li.root.active .icon-has-sub:before {
    content: '\f106';
}
.sticky-desktop #_desktop_fieldmegamenu > ul{
    line-height: 60px;
    height: 60px;
}
/*|-----------------------------------------------------------------|*/
/*|************************** end menu *****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|*********************** Theme setting ***************************|*/
/*|-----------------------------------------------------------------|*/

.colorpicker {
    display: none;
    width: 356px;
    height: 178px;
    overflow: hidden;
    position: fixed;
    background: url(../images/colorpicker_background.png);
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 99999;
}
.colorpicker_color {
    width: 150px;
    height: 150px;
    right: 14px;
    top: 14px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
    z-index: 9999;
}
.colorpicker_color div {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url(../images/colorpicker_overlay.png);
    z-index: 9999;
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    /*background: url(../images/colorpicker_select.gif);*/
    margin: -5px -5px 0 0;
}
.colorpicker_hue {
    position: absolute;
    top: 14px;
    right: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}
.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(../images/colorpicker_indic.gif) right top;
    margin: -4px 0 0 0;
    right: 0px;
}
.colorpicker_new_color {
    position: absolute;
    width: 62px;
    height: 28px;
    right: 213px;
    top: 14px;
    background: #f00;
}
.colorpicker_current_color {
    position: absolute;
    width: 63px;
    height: 28px;
    right: 280px;
    top: 14px;
    background: #f00;
}
.colorpicker input {
    position: absolute;
    top: 4px;
    right: 16px;
    width: 26px !important;
    height: 10px !important;
    line-height: 10px !important;
    margin: 0 !important;
    padding: 2px !important;
    text-align: left !important;
    font-size: 10px !important;
    color: #ccc;
    border: none !important;
    background: none !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.colorpicker input:hover,
.colorpicker input:focus
{
    padding: 1px !important;
    color: #fff;
    border: 1px solid #999 !important;
    background: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    right: 213px;
    top: 142px;
}
.colorpicker_hex input {
    width: 37px !important;
}
.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}
.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: n-resize;
}
.colorpicker_rgb_r {
    top: 61px;
    right: 213px;
}
.colorpicker_rgb_g {
    top: 88px;
    right: 213px;
}
.colorpicker_rgb_b {
    top: 115px;
    right: 213px;
}
.colorpicker_hsb_h {
    top: 61px;
    right: 280px;
}
.colorpicker_hsb_s {
    top: 88px;
    right: 280px;
}
.colorpicker_hsb_b {
    top: 115px;
    right: 280px;
}
.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    /*background: url(../images/colorpicker_submit.png) top;*/
    right: 322px;
    top: 142px;
    overflow: hidden;
}
.colorpicker_focus {
    background-position: center;
}
.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_slider {
    background-position: bottom;
}

.colorSelector {
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div:hover {
    background-position:  0% 0;
}

@media(max-width:1200px){
    .field-demo-wrap{
        display: none
    }
}
.field-demo-wrap .field-demo-title {
    border-bottom: 1px solid #ddd;
    color: #555555;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
}
.field-demo-wrap .control.inactive::before {
    color: #ffffff;
    content: "\f013" !important;
    font-family: fontawesome;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
}
.field-demo-wrap .control.active::before {
    color: #ffffff;
    content: "\f057";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 40px;
    padding: 0;
}
.field-demo-wrap .control.active {
    background-color: #f56b9f;
    border: none;
}
.field-demo-wrap .control.inactive {
    background-color: #f56b9f;
    border: medium none;
}
.field-demo-wrap .control a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.field-demo-wrap {
    background: transparent;
    color: #111;
    font-size: 14px;
    line-height: 20px;
    left:auto;
    right: -210px;
    padding: 6px;
    position: fixed;
    text-align: right;
    width: 210px;
    top: 164px;
    z-index: 999;
    -webkit-transition: background 0.5s ease-in-out 0s;
    -ms-transition: background 0.5s ease-in-out 0s;
    -o-transition: background 0.5s ease-in-out 0s;
    -moz-transition: background 0.5s ease-in-out 0s;
}
.field-demo-wrap .control {
    cursor: pointer;
    float: left;
    border-radius: 0;
    height: 40px;
    margin-left: -46px;
    margin-top: -50px;
    width: 40px;
    text-align: center;
}
.field-demo-wrap .field-demo-option {
    float: right;
    padding: 5px 4px 5px 0;
}
.field-demo-wrap .cl-wrapper {
    float: right;
}
.field-demo-wrap .cl-container {
    float: right;
    width: 100%;
}
.field-demo-wrap .cl-table {
    float: right;
}
.field-demo-wrap .cl-tr {
    float: right;
    width: 100%;
    clear: both;
    padding: 0 0 8px;
}
.cl-row-body {}
.cl-row-header {}
.cl-row-main {}
.cl-row-footer {}
.cl-tr.last {
    background: none;
}
.cl-td-l,
.cl-td-r{
    float: right;
    width: 50%;
    text-indent: 8px;
    color: #444444 !important;
}
.cl-tr-mode div.radio span{
    vertical-align: middle;    
}
.cl-tr-background .cl-td-l,
.cl-tr-link .cl-td-l{
    width: 80%;
}
.cl-row-body .cl-td-l {
    padding-top: 60px;
}
.cl-tr-link .cl-td-r, .cl-tr-background .cl-td-r, .cl-tr-main .cl-td-r {
    float: right;
}
.field-demo-wrap .cl-tr-font { padding: 10px 0 8px; }
.cl-td-l-font {
    width: 40px;
}
.cl-td-r-font {
    float: right;
    width: auto;
}
.cl-tr-background .cl-td-r,
.cl-tr-link .cl-td-r{
    width: 20%;
}
.cl-tr.first .cl-td-r {
    padding-top: 8px;
}
.cl-tr.last .cl-td-r {
    padding-bottom: 8px;
}
.cl-td-r .cl-label {
    float: right;
    width: 90px;
    text-align: left;
    padding-left: 8px;
}
.cl-tr.cl-tr-mode label{
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}
.colorSelector {
    cursor: pointer;
    position: relative;
}
.colorSelector div {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
}
.cl-pattern .cl-pattern {
    float: right;
    width: 104px;
}
.cl-pattern .cl-image {
    border: 1px solid #aaa;
    cursor: pointer;
    float: right;
    height: 22px;
    margin: 0 6px 6px 0;
    width: 22px;    
}
.cl-pattern .cl-image:hover {
    border-color: #000;
}

.cl-row-reset {
    text-align: center;
    height: 28px;
    padding: 10px 0;
}
.cl-row-reset .cl-reset {
    background: #111111 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
.cl-row-reset .cl-reset:hover {
    cursor: pointer;
    background: none repeat scroll 0 0 #f56b9f;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
}
.cl-td-bg, .cl-td-text, .cl-td-link {
    float: right;
    padding: 3px;
}

.cl-row-themeskin {}
.cl-row-themeskin .theme-title {
    font-size: 20px;
    padding: 0 10px 0;
    color: #444444 !important;
}
.cl-row-themeskin ul {
    float:right;
    padding: 0 10px 15px 0;
}
.cl-row-themeskin li {
    float: right;
    width: 20px;
    height: 20px;
    border: 2px solid #CCCCCC;
    margin: 10px 0 0 10px;
}
.cl-row-themeskin li:hover {
    border-color: #aaa;
}
.cl-row-themeskin li a {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    text-indent: -9999px;
}
.cl-row-themeskin li a.cl-asparagus { background: #799042; }
.cl-row-themeskin li a.cl-blue { background: #036EB6; }
.cl-row-themeskin li a.cl-brick { background: #783937; }
.cl-row-themeskin li a.cl-cardinal { background: #d01242; }

.cl-row-themeskin li a.cl-darkcoral { background: #cd5b45; }
.cl-row-themeskin li a.cl-herbal { background: #54a925; }
.cl-row-themeskin li a.cl-indigo { background: #581797; }
.cl-row-themeskin li a.cl-khaki { background: #806b2a; }

.cl-row-themeskin li a.cl-magentadye { background: #ca1f7b; }
.cl-row-themeskin li a.cl-marengo { background: #384e5d; }
.cl-row-themeskin li a.cl-pumpkin { background: #ff7518; }
.cl-row-themeskin li a.cl-pear { background: #c6c700; }

.cl-row-themeskin li a.cl-prussianblue { background: #003348; }
.cl-row-themeskin li a.cl-red { background: #e43715; }
.cl-row-themeskin li a.cl-violetred { background: #ff52af; }
.cl-row-themeskin li a.cl-yellow { background: #fddd15; }

.field-demo-wrap .cl-tr-style { padding: 0 0 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l,
.field-demo-wrap .cl-tr-style .cl-td-r { float: right; width: 90px; height: 30px; padding: 0; text-indent: -9999px; border: none; }
.field-demo-wrap .cl-tr-style .cl-td-l:hover,
.field-demo-wrap .cl-tr-style .cl-td-r:hover { border-color: #000; }
.field-demo-wrap .cl-tr-style .cl-td-l {}
.field-demo-wrap .cl-tr-style .cl-td-r { margin-right: 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l a,
.field-demo-wrap .cl-tr-style .cl-td-r a { color: #fff; text-transform: uppercase; font-size: 12px; line-height: 30px; width: 100%; height: 100%; display: block; text-align: center; }
.field-demo-wrap .cl-tr-style .cl-td-l a:hover,
.field-demo-wrap .cl-tr-style .cl-td-r a:hover { text-decoration: none; }
.field-demo-wrap .cl-tr-style .cl-td-l-clothing { background: #E72526; }
.field-demo-wrap .cl-tr-style .cl-td-r-furniture { background: #e66f19; }
.field-demo-wrap .cl-tr-style .cl-td-l-hitech { background: #1E84C4; }
.field-demo-wrap .cl-tr-style .cl-td-r-watch { background: #5AA2AF; }

.field-demo-wrap .cl-tr-style .cl-td-layout1,
.field-demo-wrap .cl-tr-style .cl-td-layout2,
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
    background: #666;
    width: 90px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 {  }
.field-demo-wrap .cl-tr-style .cl-td-layout2 { }
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
    width: 90px;
    height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 span,
.field-demo-wrap .cl-tr-style .cl-td-layout2 span,
.field-demo-wrap .cl-tr-style .cl-td-layout3 span,
.field-demo-wrap .cl-tr-style .cl-td-layout4 span,
.field-demo-wrap .cl-tr-style .cl-td-layout5 span,
.field-demo-wrap .cl-tr-style .cl-td-layout6 span{
    float: right;
    width: 45px;
    height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 { background: #00bba6; }

.field-demo-wrap .cl-tr-style .cl-td-layout2 { background: #54c3f0; }

.field-demo-wrap .cl-tr-style .cl-td-layout3 { background: #7fb602; margin: 0; }

.field-demo-wrap .cl-tr-style .cl-td-layout4 { background: #9b8864; }

.field-demo-wrap .cl-tr-style .cl-td-layout5 { background: #f16355;margin: 0; }
.field-demo-wrap .cl-tr-style .cl-td-layout6 { background: #f6917d; }

.field-demo-wrap .cl-tr-style .cl-td-layout1 a,
.field-demo-wrap .cl-tr-style .cl-td-layout2 a,
.field-demo-wrap .cl-tr-style .cl-td-layout3 a,
.field-demo-wrap .cl-tr-style .cl-td-layout4 a,
.field-demo-wrap .cl-tr-style .cl-td-layout5 a,
.field-demo-wrap .cl-tr-style .cl-td-layout6 a {
    font-size: 11px;
}
span.tcbrown{background:#111111;}
span.tceb5f60{background:#f56b9f;}
span.tcred{background:#c74747;}
span.tcyellow{background:#e3c048;}
span.tcorange{background:#ffb502;}
span.tcblue{background:#eb8278;}
span.tcblack{background:#333;}
span.tcpink{background:#5cc1b9;}
span.tcgray{background:#837a6b;}
span.tcblue2{background:#2bbbd8;}
span.tcgreen{background:#a9b35d;}
span.tcblue3{background:#08bbb7;}

/*|-----------------------------------------------------------------|*/
/*|********************** End Theme setting ************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|*************************** search ******************************|*/
/*|-----------------------------------------------------------------|*/

#field-search {
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 1050;
    top: 0;
    left: -100%;
    padding: 15px;
    width: 350px;
    padding-bottom: 0
}
.body-search-open{
    overflow: hidden
}
.search-open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #111;
    transition: opacity .15s linear;
    opacity: .8;
}
.items-list-search{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    max-height: 366px;
    width: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
}
#field-search #category_filter {
    margin-bottom:2px;
}
#popup-cart .cart-item-product a.product-thumbnail:hover:before {
    background-color: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
}
#popup-cart .cart-item-product a.product-thumbnail:before {
    content: "";
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#popup-cart .cart-item-product a.product-thumbnail {
    position: relative;
    border: 1px solid #ebebeb;
}
.close-search {
    position: absolute;
    right: -45px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 20px
}
.field_search_tags {
    line-height: 24px;
}
#item-search .loading i.search-loading {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-size: 3em
}
#item-search .no_productsearch {
    text-align: center;
    background: #fff;    
}
#item-search .no_productsearch i{
    font-size: 16px;
    color: #262626;
    line-height: 40px;
}
#item-search .no_productsearch .text_noprd{
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    color: #a94442;
    display: inline-block;
    margin-right: 15px;
}
#item-search .items-list-search .item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #ebebeb;
}
#item-search .items-list-search .item:last-child {  
    border-bottom: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#item-search .items-list-search .item:last-child {
    margin-bottom: 0
}
#item-search .items-list-search .item .regular-price {
    text-decoration: line-through;
    margin-right: 15px;
    color: #999;
    font-size: 14px;
}
#item-search .items-list-search .item .discount-percentage {
    padding: 5px;
    background: #f61;
    margin-right: 15px;
}
#item-search .items-list-search .item .left-search-ajax {
    float: right;
    margin-left: 15px;
    border: 1px solid #ebebeb;
}
#item-search .items-list-search .item .left-search-ajax a img {
    max-width:100px;
    height:auto;
}
.tp-thumbs-inner-wrapper{
    counter-reset: my-sec-counter;
}
.tp-thumb-image{
    background-image: none !important;
    background-color: #444444;
    height: 18px;
}
.tp-thumbs{
    left: 65px !important;
}
.tp-thumb:hover .tp-thumb-image, .tp-thumb.selected .tp-thumb-image{

    background-color: #f56b9f;
}
.tp-thumb:hover:before, .tp-thumb.selected:before{
    border-bottom: 11px solid #f56b9f;
}
.tp-thumb:hover:after, .tp-thumb.selected:after{
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 11px solid #f56b9f;
}
.tp-thumbs-inner-wrapper>div:first-child{
    top: 12px !important;
}
.tp-thumbs-inner-wrapper>div:last-child{
    margin-top: -12px !important;
}
.tp-thumb-image:before{
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) "";
    z-index: 100;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 13px;
}
.tp-thumb:before{
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 11px solid #444444;
}
.tp-thumb:after{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 0;
    height: 0;
    top: auto;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 11px solid #444444;
}
/*|-----------------------------------------------------------------|*/
/*|************************* end search ****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|**************************** cart *******************************|*/
/*|-----------------------------------------------------------------|*/

#popup-cart {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 350px;
    z-index: 1050;
    background: #ffffff;
    line-height: 22px;
}
#popup-cart.no-product-cart{
    height:auto;
    padding:15px;
}
#popup-cart-content{
    overflow: auto;
    height: 100%;
}
#popup-cart .card-block-top , #popup-cart .total-cart {
    padding: 0 15px;
}
#popup-cart .cart-item-product {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #f2f2f2;
}
#popup-cart .product-name-ajax{
    margin-bottom:7px;
}
#popup-cart .cart-item-product .product-name-ajax .qtt-ajax {
    float: right;
    display: inline-block;
    margin-left: 10px;
}
#popup-cart .box-item {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 0;
    max-height: 100%;
    height: calc(100% - 180px);
}
#popup-cart .remove-product {
    line-height: 18px;
}
#popup-cart .box-item .cart-item-product-right {
    margin-right: 10px;
    flex: 1;
}
.close-cart {
    position: absolute;
    right: -45px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 20px;
    border: 1px solid #ebebeb;
}
.body-cart-open{
    overflow: hidden
}
.cart-open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #111;
    transition: opacity .15s linear;
    opacity: .8;
}
#popup-cart .buttom-checkout {
    line-height: normal;
    height: auto;
    text-transform: uppercase;
    background: #232323;
    padding: 8px 15px;
    margin: 7px 15px 15px;
    float: right;
    font-size: 13px;
    border-radius: 0;
}
#popup-cart .buttom-checkout:hover{
    background: #f56b9f;
}
#popup-cart a.view-cart{
    color:#fff !important; 
}
#popup-cart a.view-cart i{
    margin-right:5px; 
}

/*|-----------------------------------------------------------------|*/
/*|************************** end cart *****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|************************ Page category **************************|*/
/*|-----------------------------------------------------------------|*/

#wrapper.active_grid #box-product-grid {
    display: block;
    width: 100%;
}
#wrapper.active_list #box-product-list {
    display: block;
    width: 100%
}
#wrapper.active_grid #box-product-grid > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#box-product-list .item-product-list .product-miniature .right-product {
    padding: 25px 30px 0;
}

/*|-----------------------------------------------------------------|*/
/*|********************** End Page category ************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|*************************** Product *****************************|*/
/*|-----------------------------------------------------------------|*/

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    margin-right: 0;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: 0;
}
.pagination .current a {
    font-size: 16px;
}

/*|-----------------------------------------------------------------|*/
/*|************************* End Product ***************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|************************ Page Product ***************************|*/
/*|-----------------------------------------------------------------|*/

.product-cover .layer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    background: none;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    opacity: 1;
    background: none;
    text-align: center;
    cursor: pointer;
    z-index:1;
}
.product-cover:hover .layer {
    opacity: 1;
}
.product-cover .layer .zoom-in {
    font-size: 30px;
}
#product #content {
    max-width: 100%;
}
/****************add css*****************/
.slider_text1:after{
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    background: #f56b9f;
    position: absolute;
    right: 0;
    z-index: -1;
}
.slider_text2:after{
    content: "";
    width: 97%;
    height: 100%;
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    background: #fff;
    position: absolute;
    right: 8px;
    z-index: -1;
    top: 0;
}
.slider_text3:after{
    content: "";
    width: 98%;
    height: 100%;
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    background: rgba(0, 0, 0, 0.73);
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
}
#rev_slider_1_1 .custom .tp-bullet{
    width: 40px !important;
    height: 5px !important;
    background: #f2f2f2;
}
#rev_slider_1_1 .custom .tp-bullet:hover,#rev_slider_1_1 .custom .tp-bullet.selected {
    background: #f56b9f;
}
.custom.tp-bullets:before{display: none;}
.button_slider{
    border-color: rgba(255, 255, 255, 1) !important;
}

.fieldmegamenu .root-item .title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    color: #000000;
    font-family: Poppins !important;
}
#_desktop_fieldmegamenu.fieldmegamenu>ul>li:first-child .root-item .title:after,
#_desktop_fieldmegamenu.fieldmegamenu > ul > li:hover .root-item .title:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
}
#_desktop_fieldmegamenu.fieldmegamenu>ul>li:first-child .root-item .title, #_desktop_fieldmegamenu.fieldmegamenu > ul > li:hover .root-item .title {
    color: #fff;
}
#header {
    background: transparent;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 9;
}
#notifications .container:after {
    content: '';
    display: table;
    clear: both;
}
#wrapper {
    background: none;
    padding: 0;
    box-shadow: none;
}
.fieldmegamenu .root-item .title .icon-has-sub {
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
    display:none
}
.menu-bottom h3 {
    font-size: 14px;
    color: #111;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight:400;
}
.menu-bottom p {
    font-size: 13px;
    line-height: 18px;
    color: #333;
    margin: 0;
    text-align: justify;
}
.menu-bottom .menu-bottom-dec a {
    padding: 2px 15px;
    background: #333;
    color: #fff !important;
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
}
.menu-bottom .menu-bottom-dec a:hover{
    background:#f56b9f;
}
.custom-menu-bottom img {
    margin-left: 15px;
    float: right;
}
.custom-menu-bottom{
    min-height: auto;
    margin-top: 17px;
    overflow: hidden;
}
.img-menu-2 {
    margin-bottom: -125px;
    margin-left: -5px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items .menu-page {
    margin-top: -25px;
    margin-bottom: 22px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-item.depth-1>.title a,
#_mobile_fieldmegamenu .menu-item.depth-1>.title a{
    color: #111111;
    font-weight: bold;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 6px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-home .menu-item.depth-1>.title a, #_mobile_fieldmegamenu .menu-home .menu-item.depth-1>.title a{
        font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-home .menu-item.depth-1:last-child>.title a, #_mobile_fieldmegamenu .menu-home .menu-item.depth-1:last-child>.title a {
    margin-bottom: 0;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li, #_mobile_fieldmegamenu .menu-items>li {
    float: left;
    padding: 0 15px;
    position: relative;
    text-align: left;
    margin-top: 20px;
    font-family: Poppins !important;
}
#_desktop_fieldmegamenu .menu-items .submenu{
    padding-left: 0;
}
.fieldmegamenu .menu-items li, #_mobile_fieldmegamenu .menu-items li{
    line-height: 26px;
}    
#_desktop_fieldmegamenu.fieldmegamenu .menu_home .menu-items {
    padding-bottom: 20px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-item.divider{
        padding: 10px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-item.depth-1>.title a{
    margin-bottom: 10px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu_3 .menu-items>li.customcontent , #_mobile_fieldmegamenu .menu_3 .menu-items>li.customcontent{
    margin-top: 7px;
    text-align: center;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-item.divider,
#_mobile_fieldmegamenu .menu-item.divider{
    position: relative;
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 8px 1%;
    width: 100%;
    border: none;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .img-menu-3,
#_mobile_fieldmegamenu .img-menu-3{
    margin-top: -100px;
}
#header .fieldmegamenu .submenu .title:hover a,
#header .fieldmegamenu .menu-item.depth-1>.title a:hover, 
.fieldmegamenu .submenu .title:hover a,
#_mobile_fieldmegamenu .menu-item.depth-1>.title a:hover,
#_mobile_fieldmegamenu .submenu .title:hover a{
    color: #f56b9f;
    transition: all 0.3s ease-in-out 0s;
}

#_desktop_fieldmegamenu.fieldmegamenu .submenu .title a,
#_mobile_fieldmegamenu .submenu .title a{
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}
#_desktop_fieldmegamenu .root.horizontal .menu-items>li.menu-item>.submenu,
#_mobile_fieldmegamenu .root.horizontal .menu-items>li.menu-item>.submenu {
    display: block;
}
.fieldmegamenu>ul>li img:hover, #_mobile_fieldmegamenu>ul>li img:hover{
    opacity: .8;
}
.clearfix {
    clear: both;
}
.block {
    margin-bottom: 100px;
}
#field_blockcategories{
    position:relative;
}
#field_blockcategories #blockcategories_content .box-item-inner{
    margin-top:30px;
    position:relative;
}
#blockcategories_content .box-item-inner .right-block-cate{
    position: absolute;
    right:0;
    bottom: 30px;
    line-height: 50px;
    font-size: 18px;
    background: rgba(255,255,255,0.5);
    width: 100%;
    text-align: center;
}
#blockcategories_content .box-item-inner:hover .right-block-cate{
    bottom: 50%;
    transform:translateY(50%);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
#blockcategories_content .box-item-inner:hover .left-block-cate a {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
#blockcategories_content .box-item-inner .left-block-cate{
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
#blockcategories_content .box-item-inner .left-block-cate a{
    display:block;
}
.right-block-cate a{
    color:#111;
    text-transform:uppercase;
}
.right-block-cate a span{
    color:#fff;
}
.right-block-cate a:hover{
    color:#f56b9f;
}
.horizontal_mode .item-inner .left-product {
    position: relative;
    display:block;
}
#module-blockwishlist-mywishlist .product_image .hover_image, 
.horizontal_mode .item-inner .left-product .hover_image, 
.vertical_mode .item-inner .left-product .hover_image{
    position: absolute;
    top: -100%;
    right: 10px;
    max-width: 100%;
    opacity: 0;
    margin-left: 10px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
#module-blockwishlist-mywishlist .item-inner:hover .product_image .hover_image, 
.horizontal_mode .item-inner:hover .left-product .hover_image, 
.vertical_mode .item-inner:hover .left-product .hover_image{
    opacity: 1;
    top: 10px;
}

#module-blockwishlist-mywishlist .item-inner .product_image .cover_image img,
.horizontal_mode .item-inner .left-product .cover_image img,
.vertical_mode .item-inner .left-product .cover_image img,
.item-product-list .left-product .cover_image{
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.item-product-list .left-product .hover_image{
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    position: absolute;
    top: 0;
    right: -100%;
    max-width: 100%;
}
.item-product-list .left-product:hover .hover_image{
    right: 0;
}
.top-title{
    text-align: center;
    display: block;
    margin-bottom: 40px;
    margin-top: -5px;
}
.top-title .title_block .title_text,.top-title .title_block a{
    color: #444444;
    font-size: 36px;
    text-transform: none;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding-left: 5px;
}
.sub_title{
    font-size: 36px;
    color: #111111;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}
#field_testimonials .title_text {
    text-transform: none;
    color: #000000;
    margin-bottom: 12px;
}
.top-title .title_block{
    display: inline-block;
    margin-bottom: 0;
}
.top-title .title_block:after{
    margin: 15px auto 0;
    display: none;
    width: 200px;
    color: #f56b9f;
    content: "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _";
    font-size: 11px;
}

.product_name{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
a.title_category{
    color: #999999;
    font-size: 15px;
    margin-bottom: 12px;
    display: block;
    text-transform: capitalize;
    font-style: italic;
}
a.title_category:hover{
    color: #f56b9f;
    text-decoration: underline;
}
.horizontal_mode .item-inner .right-product {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}
.product_name_item{
    display: inline-block;
    float: right;
    max-width: 70%;
    text-align: right;
}
.product-price-item{
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.button-action-bottom {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 67%;
    bottom: 35px;
    margin-bottom: 0;
    background: #ffffff;
}
.text_button{
    display: none;
}
.right-product .discount-amount{
    display:none !important;
}
.price {
    color: #f56b9f;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
.horizontal_mode .item-inner .right-product .price{
	line-height: 24px;
    padding: 0 10px;
    color: #000000;
}
#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: normal;
    /*line-height: 28px;*/
}
.vertical_mode .item-inner {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
}
.vertical_mode .item-inner:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom:0;
}
.vertical_mode .item-inner .left-product {
    float: right;
    margin-left: 30px;
    position: relative;
    max-width: 90px;
    min-width: 90px;
    border: 1px solid #ececec;
}
.vertical_mode .item-inner:hover .left-product{
    border-color: #f56b9f;
}
.vertical_mode .item-inner .product-miniature {
    display: flex;
    align-items: center;
}
.vertical_mode .right-product {
    flex: 1;
}
.vertical_mode .right-product .product-price-and-shipping {
    text-align: right;
}
.vertical_mode .right-product .comments_note,.vertical_mode .product_name{    margin-bottom: 10px;}
.horizontal_mode .item-inner .button-action{
    position: absolute;
    width: 210px;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    top: auto;
    bottom: 0;
    left: 50%;
    opacity: 0;
    z-index: 1;
        -webkit-clip-path: polygon(6% 0%, 94% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0%, 94% 0%, 100% 100%, 0% 100%);
}
.horizontal_mode .item-inner .left-product:hover .button-action {
    display: none;
    opacity: 1;
    bottom: -18px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.horizontal_mode .button-action .tab_button{
    display: flex;
    justify-content: center;
    background: #f56b9f;
    padding: 0 18px;
}
.horizontal_mode .button-action .button_quickview,
.horizontal_mode .button-action .compare,
.horizontal_mode .button-action .wishlist,
.horizontal_mode .button-action .btn-add-to-cart,
.horizontal_mode .button-action .button_view_product,
.item-product-list .button-action .btn-add-to-cart,
.item-product-list .button-action .button_view_product,
.item-product-list .button-action .wishlist,
.item-product-list .button-action .compare,
.item-product-list .button-action .quick-view{
    width: 25%;
    height: auto;
    line-height: 36px;
    font-size: 14px;
    z-index: 2;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
    float: right;
}
.button_view_product a:before, .add-to-cart:before {
    font-family: 'simple-line-icons';
    content: '\e04f';
    text-indent: 0;
    padding: 0;
    font-size: 14px;
}
.add-to-cart:before {
    color: #000000;
}
.compare a:before {
    font-family: 'simple-line-icons';
    content: "\e098" !important;
    font-size: 14px;
}
.button_quickview a:before {
    font-family: 'simple-line-icons';
    content: "\e090" !important;
    font-size: 14px;
}
.horizontal_mode .btn-add-to-cart .add-to-cart,
.item-product-list .button-action .add-to-cart{
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    color: #fff;
    cursor: pointer;
}
.horizontal_mode .button-action .button_view_product a,
.horizontal_mode .button-action .button_quickview a,
.horizontal_mode .button-action .compare a,
.horizontal_mode .button-action .wishlist a,
.item-product-list .button-action .compare a,
.item-product-list .button-action .quick-view,
.item-product-list .button-action .wishlist a,
.item-product-list .button-action .button_view_product a{
    color: #fff;
}
.horizontal_mode .button-action .btn-add-to-cart .add-to-cart:hover, .horizontal_mode .button-action .button_view_product a:hover,
.horizontal_mode .button-action .quick-view:hover, .horizontal_mode .button-action .wishlist a:hover,
.horizontal_mode .button-action .compare a:hover,
.item-product-list .button-action .compare a:hover,
.item-product-list .button-action .quick-view:hover,
.item-product-list .button-action .wishlist a:hover,
.item-product-list .button-action .btn-add-to-cart .add-to-cart:hover,
.item-product-list .button-action .button_view_product a:hover{
    color: #111111 !important;
}
.item-product-list .button-action .tab_button{
    display: flex;
    padding: 0 20px;
    padding-right: 0;
}
.item-product-list .button-action{
    max-width: 210px;
    margin-bottom: 15px;
    background-color: unset !important;
}
.item-product-list .button-action .tab_button .button_view_product i, .item-product-list .button-action .tab_button .btn-add-to-cart i, .item-product-list .button-action .tab_button .compare i, .item-product-list .button-action .tab_button .button_quickview i {
    display: none;
}
.item-product-list .button-action .tab_button a:before, .item-product-list .button-action .tab_button a i {
    color: #444444;
}
#box-product-list .quick-view:hover, #box-product-list .btn-add-to-cart:hover, #box-product-list .button_view_product:hover, #box-product-list .wishlist:hover, #box-product-list .compare:hover {
    background: #f56b9f;
}
#box-product-list .quick-view:hover a:before, #box-product-list .btn-add-to-cart:hover a:before, #box-product-list .button_view_product:hover a:before, #box-product-list .wishlist:hover i, #box-product-list .compare:hover a:before, .item-product-list .button-action .tab_button a:hover:before, .item-product-list .button-action .tab_button a:hover i {
    color: #ffffff;
}
#box-product-list .quick-view, #box-product-list .btn-add-to-cart, #box-product-list .button_view_product, #box-product-list .wishlist, #box-product-list .compare {
    width: unset;
    padding: 12px 15px;
    line-height: unset;
    background: #ffffff;
    color: #fff;
    border: none;
    margin: 0;
}
.simpleblog__listing__post__wrapper__content h3 a{
    font-size: 16px;
    color: #111111;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 16px 0;
    text-transform: capitalize;
    display: block;
    min-height: auto;
}
.simpleblog__listing__post__wrapper__content h3 a:hover{
    color: #f56b9f;
}
.smart-blog-home .news_module_image_holder:hover a{
    color: #f56b9f;
}
.smart-blog-home .content_blogpost p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.smart-blog-home .content_blogpost{
    text-align: center;
    display: block;
    padding: 30px;
    border-top: none;
    min-height: 170px;
    max-height: 170px;
}
.smart-blog-home .content_blogpost > div{display: none;}
.btn-blog-viewall a{
    background: none;
    color: #f56b9f;
    font-size: 15px;
    border: none;
    padding: 0;
    text-transform: none;
    font-weight: bold;
    display: inline-block;
    float: right;
}
.simpleblog__listing__post__wrapper__footer {
    background: none;
    padding: 0;
}
.simpleblog__listing__post__wrapper__footer__block.sds_post_date{
        color: #999999;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    font-style: italic;
    position: absolute;
    background: #fff;
    padding: 0 15px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
}
.simpleblog__listing__post__wrapper__footer__block span, .simpleblog__listing__post__wrapper__footer__block time {
    position: relative;
    top: 0;
    margin-right: 0;
    color: #999;
    font-size: 12px;
}
.simpleblog__listing__post__wrapper__footer__block i {
    font-size: 14px;
    color: #999999;
}

.smart-blog-home .owl-item .simpleblog__listing__post{
    width: 100%;
}
.smart-blog-home .news_module_image_holder:hover .content_blogpost{
    border-color: #f56b9f;
}
.simpleblog__listing__post .simpleblog__listing__post__wrapper {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform .4 ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}
.simpleblog__listing__post__wrapper.news_module_image_holder{
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    margin-bottom: 12px;
}
.smart-blog-home .news_module_image_holder > a{
    overflow: hidden;
    display: block;
    position:relative;
}
.smart-blog-home .news_module_image_holder > a:before{
        position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(255,255,255,.2);
    content: '';
    transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
    -ms-transition: -ms-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    -o-transition: -o-transform 0.8s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
}
.smart-blog-home .news_module_image_holder:hover a:before{
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
}
.smart-blog-home .owl-dots{margin-top: 40px;height: 15px;}
.simpleblog__listing .simpleblog__listing__post{
    margin-bottom: 30px;
}
.page-heading{
    text-align: center;
}
.simpleblog-category-image{
    display: none;  
}
.simpleblog__listing {
    margin-top: 30px;
    padding-bottom: 30px;
}
#module-ph_simpleblog-list .page-heading .h1{
    font-size: 30px;
    text-align: center;
}
.simpleblog__post {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.simpleblog__post__content {
    padding: 0;
    margin: 20px 0;
}
.simpleblog__listing__post__wrapper__content p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.4;
}
.ph_simpleblog .field-blog-post {
    padding: 0 15px;
}
.simpleblog__listing__post .simpleblog__listing__post__wrapper>a:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.4s,opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s,opacity 0.4s ease-in-out;
    transition: transform 0.4s,opacity 0.4s ease-in-out;
    opacity: 0.7;
}
#module-ph_simpleblog-single #content-wrapper .simpleblog__post p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    margin: 0;
}
#module-ph_simpleblog-single .simpleblog__postInfo ul{
        margin: 0 0 10px;
    display: inline-block;
}
#module-ph_simpleblog-single .simpleblog__postInfo ul li{
    float: right;
    line-height: 26px;
    width: auto;
}
#module-ph_simpleblog-single .simpleblog__post .pagination{margin-bottom: 0;}
.simpleblog__postInfo ul li i {
    color: #f56b9f;
    font-size: 20px;
    margin-left: 0;
}
.simpleblog__postInfo ul li span {
    font-size: 14px;
    color: #999;
}
.simpleblog__postInfo ul li:after {
    content: '';
    height: 15px;
    background: #cecece;
    width: 2px;
    margin: 0 15px;
    display: inline-block;
    position: relative;
    top: 3px;
}
/* ph_simpleblog */
.blog-title span{
    font-family: droid-serif, serif;
    font-weight: normal;
    font-style: italic;
}
.ph_simpleblog{
    margin: 0 -15px;
}
.ph_simpleblog .field-blog-post{
    padding: 0 15px;
}
.simpleblog__listing__post__wrapper__content{
    padding: 20px 0 10px;
}
.simpleblog__listing__post__wrapper__content p{
    text-align: justify;
    font-size: 14px;
    line-height: 1.4;
}
.simpleblog__listing__post .simpleblog__listing__post__wrapper{
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform .4 ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}
.simpleblog__listing__post .simpleblog__listing__post__wrapper>a:hover img{
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.4s,opacity 0.4s ease-in-out;
    -moz-transition: transform 0.4s,opacity 0.4s ease-in-out;
    transition: transform 0.4s,opacity 0.4s ease-in-out;
    opacity: 0.7;
}
.blog-infor-des{
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    margin: 0;
}
.blog-infor-des .simpleblog__listing__post__wrapper__footer__block:first-child{
    padding-left: ;
}
.blog-infor-des .simpleblog__listing__post__wrapper__footer__block:nth-child(3){
    padding-right: 0;
    padding-left: 0;
}
.blog-infor-des .simpleblog__listing__post__wrapper__footer__block:nth-child(4){
    padding-right: ;  
}
.blog-comment a{
    color: #999999;
}
.blog-time{
    position: absolute;
    z-index: 1;
    top: 7%;
    margin-right: 5px;
}
.blog-time time:before{
    position: absolute;
    content: '';
    right: 0;
    top: -15px;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-bottom: 15px solid #f56b9f;
}
.blog-time time:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -15px;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 15px solid #f56b9f;
}
.blog-time time{
    z-index: 1;
    top: 1.5px;
    right: 9px;
    padding: 7px 6px;
    background: #f56b9f;
    color: #ffffff;
}
.bor-date {
    position: absolute;
    width: 62px;
    height: 34px;
    top: 0;
    right: 10px;
    background-color: #ffffff;
}
.bor-date:before{
    position: absolute;
    content: '';
    left: 0;
    top: -17px;
    border-left: 31px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 17px solid #ffffff;
}
.bor-date:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -17px;
    border-left: 31px solid transparent;
    border-right: 30px solid transparent;
    border-top: 17px solid #ffffff;
}
.blog-readmorer-bottom{
    display: none;
}
.blog-readmorer a{
    font-size: 14px;
    padding: 0;
    background: none;
    color: #000000;
    font-weight: bold;
	text-transform: inherit;
}
.blog-readmorer a:hover{
    color: #f56b9f;
    background: none;
}
.blog-infor-des .simpleblog__listing__post__wrapper__footer__block{
    padding: 15px 5px;
    text-align: center;
}
.blog-time.simpleblog__listing__post__wrapper__footer__block{
    padding: 5px;
}
.blog_description .description{
    font-size: 14px;
}
.btn.btn-twitter {
    -webkit-box-shadow: -2px 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #4ba0ec !important;
    color: #fff;
}
.btn.btn-facebook {
    -webkit-box-shadow: -2px 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #415994 !important;
    color: #fff;
}
.btn.btn-google {
    -webkit-box-shadow: -2px 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #bd403b !important;
    color: #fff;
}
.btn.btn-pinterest {
    -webkit-box-shadow: -2px 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #ae2626 !important;
    color: #fff;
}
.simpleblog__comments-empty {
    margin-bottom: 60px;
}
.simpleblog__addComment {
    margin-bottom: 70px;
}
.simpleblog__comments-empty .alert-warning{
    margin-top: 20px;
    margin-bottom: 0;
}
#module-ph_simpleblog-list .smart-blog-home .content_blogpost,
#module-ph_simpleblog-category .smart-blog-home .content_blogpost{
        min-height: auto;
    max-height: 100%;
}
#module-ph_simpleblog-list .smart-blog-home .content_blogpost p,
#module-ph_simpleblog-category .smart-blog-home .content_blogpost p{
    margin-bottom: 0;
}
#module-ph_simpleblog-category .page-content.card{
    border: none;
    padding: 0;
}

.owl-carousel:hover .owl-nav{
    opacity: 1;
}
/**************************** field_testimonials *******************************/
#field_testimonials{
    padding-top: 100px;
    text-align: center;
}
#field_testimonials .sub_title{
    display: block;
    text-transform: none;
    font-size: 14px;
    color: #444444;
    font-weight: normal;
    font-style: italic;
    font-family: droid-serif, serif;
}
#field_testimonials .img_top_testimonial {
    display: block;
    margin: 20px auto 0;
}
#fieldtestimonials-nav{
    display: none;
    max-width: 400px;
    margin: 42px auto 0;
}
#fieldtestimonials-nav .slick-list{    padding: 12px 0 5px;}
#fieldtestimonials-nav.slick-initialized .slick-slide {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
#field_testimonials #fieldtestimonials-carousel .item {
    margin-left: 50px;
    margin-right: 20px;
}
#field_testimonials #fieldtestimonials-carousel .item:focus{
    outline: none;
}
#field_testimonials #fieldtestimonials-carousel .item .image:after{
    content: "";
    width: 163px;
    height: 163px;
    display: inline-block;
    border: 10px solid rgba(255, 255, 255, 0.20);
    position: absolute;
    top: -10px;
    border-radius: 100%;
    right: -10px;
}
#field_testimonials #fieldtestimonials-carousel .item .image img{
     
}
#field_testimonials #fieldtestimonials-carousel .item .image {
    float: left;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    height: auto;
    left: -35px;
    top: 33px;
}
#field_testimonials #fieldtestimonials-nav .item .image{
    position: relative;
    margin: 0 auto;
    display: inline-block;
    height: auto;
}
#field_testimonials #fieldtestimonials-nav .item .image:after{
    content: "";
    width: 70px;
    height: 70px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.20);
    position: absolute;
    top: -5px;
    border-radius: 100%;
    right: -5px;
}
#field_testimonials #fieldtestimonials-nav .item .image img{
    width: 60px;
    border-radius: 100%;
}
#field_testimonials #fieldtestimonials-nav .slick-current .item .image img{
    border: 2px solid #fff;
}
#field_testimonials #fieldtestimonials-nav .slick-current .item .image{
    margin-top: -15px;
}
#field_testimonials .slick-slide:not(.slick-current) .image:before{
    display: none;
    content:"";
    width:100%;
    height:100%;
    top:0;
    right:0;
    position:absolute;
    background:rgba(0,0,0,0.2);
    border-radius: 100%;
}
#field_testimonials .testimonial_description {
    box-shadow: 0 2px 7px 3px rgba(0,0,0,.1);
    background-color: #ffffff;
    padding: 35px 35px 50px 75px;
    text-align: left;
    margin: 10px 0;
    margin-left: 10px;
    width: 98%;
}
#field_testimonials .testimonial_description:focus{
    outline: none;
}
.des_testimonial.content{
    padding: 18px 0 0;
}
#field_testimonials .des_testimonial p{
    font-size: 14px;
    color: #444444;
    margin: 0 auto;
    padding: 0 20px 0 10px;
    width: 100%;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: droid-serif, serif;
    /* display: -webkit-box; */
    max-height: 56px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#field_testimonials .des_testimonial:before{
    content: "\f10d";
    font-family: "fontawesome";
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #a3a3a3;
    display: inline-block;
    float: left;
    padding-right: 15px;
    font-style: italic;
    margin-top: -18px;
    left: 10px;
    top: -8px;
}
#field_testimonials .des_testimonial:after {
    content: "\f10e";
    font-family: "fontawesome";
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #a3a3a3;
    display: inline-block;
    float: right;
    padding-right: 15px;
    font-style: italic;
}
.slider-for .name{
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
    font-family: Poppins !important;
}
.slider-for .info{
    font-size: 15px;
    color: #f56b9f;
    margin-bottom: 25px;
    text-transform: capitalize
}
#field_testimonials .testimonial_description .name:hover {
    color: #f56b9f;
}
#field_testimonials #fieldtestimonials-carousel .slick-dots{display: none !important;}
#field_testimonials .slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    list-style: none;
    text-align: center;
}
#field_testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#field_testimonials .slick-dots li.slick-active button,
#field_testimonials .slick-dots li:hover button{
    background:#f56b9f;
}
#field_testimonials .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #f2f2f2;
    border-radius: 0;
        padding: 0;
}
.slick-dots li button:before{display: none;}
#fieldtestimonials-nav .testimonial-prev {
    float: right;
    position: absolute;
    top: 50%;
    transform: scale(0);
    margin-top: -9px;
}
#fieldtestimonials-nav .testimonial-next {
    float: left;
    position: absolute;
    top: 50%;
    transform: scale(0);
    margin-top: -9px;
}
#fieldtestimonials-nav .testimonial-prev, #fieldtestimonials-nav .testimonial-next {
    color: #ffffff;
    font-size: 18px;
    background: transparent;
    border:none;
    display: none !important;
    opacity: 0;
    cursor:pointer;
    z-index: 1;
        width: 40px;
    text-align: left;
}
#fieldtestimonials-nav .testimonial-prev{text-align: right;}
#fieldtestimonials-nav .testimonial-prev:hover,#fieldtestimonials-nav .testimonial-next:hover{
    color:#f56b9f;
    transition:0.5s;
}
#fieldtestimonials-nav .testimonial-prev:hover:before, #fieldtestimonials-nav .testimonial-next:hover:before{
    background:#f56b9f;
}
#field_testimonials:hover #fieldtestimonials-nav .testimonial-prev{
    opacity: 1;
    right:0;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
} 
#field_testimonials:hover #fieldtestimonials-nav .testimonial-next{
    opacity: 1;
    left:0;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
/**************************** field_testimonials end *******************************/


/**************************** field-brands-image *******************************/
.field-brand-slide {
    margin-top: 50px;
    margin-bottom: 50px;
}
.field-brands-image {
   
}
/**************************** field-brands-image end *******************************/

/**************************** filed-contact-icon *******************************/
.footer-maps {
    padding: 100px 0;
}
.filed-contact-icon {
    padding: 20px 15px 10px 30px;
    background-color: #f56b9f;
}
.filed-contact-icon .elementor-icon-box-icon {
    width: 20%;
    float: left;
    padding: 8px 0px;
    margin: 0;
    border-right: 2px solid #ffffff;
}
.filed-contact-icon .elementor-icon-box-icon i {
    font-size: 24px;
}
.filed-contact-icon .elementor-icon-box-description {
    width: 73%;
    float: right;
    font-size: 14px;
    text-align: left;
}
.filed-contact-icon .elementor-icon-box-description p{
    color: #ffffff;
    font-size: 14px;
}
/**************************** filed-contact-icon end *******************************/


/**************************** elementor-social-icon *******************************/
.elementor-social-icon {
    padding: 3px 12px;
    margin-right: 30px;
    background-color: #303030;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon{
    border-radius: 0;
}
.icon-subcription .elementor-icon:before{
    content: '';
    position: absolute;
    top: -13px;
    margin-right: -12px;
    margin-left: 5px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 13px solid #303030;
}
.icon-subcription .elementor-icon:after {
    content: '';
    position: absolute;
    bottom: -10px;
    margin-right: -32px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 13px solid #303030;
}
.elementor-social-icon:hover {
    background-color: #f56b9f;
    opacity: 1;
}
.icon-subcription .elementor-social-icons-wrapper a:hover:before {
    border-bottom: 13px solid #f56b9f;
}
.icon-subcription .elementor-social-icons-wrapper a:hover:after {
    border-top: 13px solid #f56b9f;
}
.elementor-social-icon:first-child{
    margin-right: 0;
}
.elementor-social-icon:last-child{
    margin-right: 30px;
}
/**************************** elementor-social-icon end *******************************/

.footer-infor {
    border-top: 1px dashed #2b2b2b;
}
.footer-infor p {
    margin-bottom: 0;
}
.footer-copyright a {
    color: #f56b9f;
    text-transform: capitalize;
    text-decoration: underline;
    font-style: italic;
    font-family: Poppins !important;
}
.footer-infor .elementor-image{
    float: left;
}
.footer-before{
    background: #f56b9f;
    padding: 35px 0;
}
.footer-before-text{
    float: right;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}
.footer-before .footer-before-button{
        float: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    max-width: 230px;
    min-width: 230px;
    text-align: center;
    z-index: 1;
        height: 50px;
    line-height: 50px;
}
.footer-before .footer-before-button:after{
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    background: #fff;
    position: absolute;
    right: 0;
    z-index: -1;
}

.footer-center .block-social {
    text-align: right;
}
.footer-center .block-social li:first-child{
    font-size: 15px;
    color: #999;
    line-height: 27px;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    margin: 0;
    text-align: justify;
    margin-bottom: 38px;
}
.footer-center .block-social li:not(:first-child){
    height: 42px;
    width: 40px;
    display: inline-block;
    margin: 0 0 0 5px;
    float: right;
    cursor: pointer;
    border: none;
    border-radius: 0;
    text-align: center;
    background: none;
}
.footer-center .block-social li:last-child{margin: 0;}
#footer .footer-center .block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 0;
    font-size: 16px;
    color: #fff;
        overflow: inherit;
    line-height: 42px;
    z-index: 1;
}
#footer .footer-center .block-social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    background: #333;
    position: absolute;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
#footer .footer-center .block-social li a:hover:after{
    background: #fff;
}
.title-tab-category .tab_cates {
    margin-bottom: 0;
    margin-top: 28px;
}
.title-tab-category .tab_cates li{
    position: relative;
    z-index: 1;
}
span.title_tabcate {
    color: #666666;
    line-height: 26px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 18px;
    cursor: pointer;
    font-size: 15px;
}
.tab_cates li.active:after, .tab_cates li:hover:after{
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    background: #f56b9f;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.tab_cates li.active span.title_tabcate, .tab_cates li:hover span.title_tabcate{
    color:#fff;
}
#header-sticky.sticky-desktop {
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}
#map{
    margin-bottom:0;
}
#footer {
    padding-top: 0; 
}
#footer .footer-center{
    background: url(../field-css/bg_footer.jpg) center center no-repeat;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 1;
}
#footer .footer-center:after{
        content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.97);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#footer .footer-after{
        background: #111111;
    overflow: hidden;
    clear: both;
    line-height: 75px;
}
.copyright_left p{
    color: #666;
    margin-bottom: 0;
    font-size: 14px;
}
.copyright_left p a{
        color: #f56b9f;
    text-transform: uppercase;
    border-left: 2px solid #4b4b4b;
    padding-left: 6px;
    margin-left: 3px;
    line-height: 1;
    display: inline-block;
}
.copyright_left p a:hover{
    text-decoration: underline;
    color: #fff;
}
.copyright_right{text-align: left;}
.footer-container {
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
    box-shadow: none;
}
.block-contact .block-contact-title, .linklist .blockcms-title a{color: #fff;}
.title-top-ft h4 a:hover,.title-top-ft h4:hover,.block-contact .block-contact-title:hover{color: #f56b9f;}
.block-contact {
    border-right: none;
    padding-right: 0;
    color: #999999;
}
#footer .footer-center .block-contact.links ul li.contact_text{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
    margin-top: -5px;
}
#footer .footer-center .block-contact.links ul li i{
    font-size: 15px;
    color: #fff;
    display: table;
    float: right;
    padding-top: 5px;
}
#footer .footer-center .block-contact.links ul li:hover i{color:#f56b9f;}
#footer .footer-center .block-contact.links ul li:nth-child(3) i,
#footer .footer-center .block-contact.links ul li:nth-child(4) i{
    font-size: 14px;
}
#footer .footer-center .block-contact.links ul li:not(:last-child){
    margin-bottom: 28px;
}
#footer .footer-center .block-contact.links ul li:nth-child(2){
    margin-bottom: 8px;
}
#footer .footer-center .block-contact.links ul li p {
    margin-bottom: 0;
    line-height: 26px;
    color: #999999;
    display: table-cell;
    padding-right: 15px;
}
#footer .footer-center .block-contact.links ul li p a{
    text-transform: none;
    line-height: 26px;
}
#footer .links ul a {
    display: inline-block;
    font-size: 15px;
    line-height: 33px;
    position: relative;
    text-transform: capitalize;
    color: #999999;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
#footer #linklist-ft.links ul i{
    line-height: 30px;
    padding-left: 11px;
    font-weight: bold;
    display: inline-block;
        color: #999;
}
#footer #linklist-ft .row > div:last-child{padding-right: 0;}
#footer .footer-center .links ul li {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
#footer .footer-center .links ul li:hover a, #footer #linklist-ft.links ul li:hover i{
    color:#f56b9f;
}
#footer .footer-center .links ul li.footer_img div:before{
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    right: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
}
#footer .footer-center .links ul li.footer_img:hover div:before{
    top: 0;
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
#footer .footer-center .links ul li.footer_img div:after{
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    right: 51%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    left: 51%;
    top: 0;
}
#footer .footer-center .links ul li.footer_img:hover div:after{
    right: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}

.lang-es #footer .footer-center #linklist-ft.links ul li,
.lang-fr #footer .footer-center #linklist-ft.links ul li,
.lang-it #footer .footer-center #linklist-ft.links ul li{
    display: inline-flex;
}
.lang-es #footer .footer-center #linklist-ft.links ul a,
.lang-fr #footer .footer-center #linklist-ft.links ul a,
.lang-it #footer .footer-center #linklist-ft.links ul a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 33px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.block_newsletter form .input-wrapper input {
    background: transparent;
    border: none;
    color: #666666;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 470px;
    display: inline-block;
    border-radius: 30px;
    font-style: italic;
}
.block_newsletter form .btn-submit {
    background: none;
    border: none;
    min-width: 155px;
    height: 43px;
    line-height: 43px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 0;
    background-color: unset !important;
}
#footer .block_newsletter form:hover button[type=submit] {
    color: #f56b9f;
}
.block_newsletter form .btn-submit:hover {
    background-color: #f56b9f;
    color: #ffffff;
}
.block_newsletter form .btn-submit i{
    font-size: 18px;
    padding-right: 10px;
}
.block_newsletter form .btn-submit input {
    height:auto;
    border: medium none;
    color: #ffffff;
    padding: 0;    
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background:transparent;
    outline: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.block_newsletter form input[type=email]:focus {
    border: none;
    padding: 0;
    outline: 0;
}
.block_newsletter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1; /* Firefox */
}

.block_newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
}

.block_newsletter input::-ms-input-placeholder { /* Microsoft Edge */
    color: #666666;
}
.fieldpopupnewsletter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}

.fieldpopupnewsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

.fieldpopupnewsletter input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}

.bg_email{
    background: url(../field-css/bg_email.jpg) center center no-repeat;
    min-height: 539px;
    display: flex;
    align-items: center;
}
.block_newsletter {
    margin-bottom: 0;
    display: table;
    border-bottom: none;
    width: 100%;
}
.block_newsletter form button[type=submit] {
    position: relative;
    background: none;
    border: none;
    bottom: 0;
    left: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
#footer .footer_logo .logo_center ul li em:not(.em1) {
    font-style: normal;    
}
#footer .footer_logo .logo_center ul li em:not(.em1) a{
    color:#999;
}
#footer .footer_logo .logo_center ul li em:not(.em1) a:hover {
    color: #f56b9f;
    text-decoration: underline;
}
.title-newsletter{
    display: block;
    text-align: center;
}
.title-newsletter h4{
    color: #ffffff !important;
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}
.title-newsletter p {
    padding-top: 0;
    color: #999999;
    margin-bottom: 55px;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    font-weight: normal;
    font-family: droid-serif, serif;
}
.title-top-ft h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    font-weight: bold;
}
.title-top-ft h4:after{
        display: block;
    width: 42px;
    margin-top: 2px;
    color: #f56b9f;
    content: "_ _ _ _ _";
    font-size: 13px;
}
#footer .links ul {
    background: none;
    float: right;
    width: 100%;
    margin-bottom: 0;
}
#instagram_block .images_inner{
    padding: 0 4px;
    margin-bottom: 8px;
}
#instagram_block .item-instagram{
    margin-right: -4px;
    margin-left: -4px;
    overflow: hidden;
    margin-top: 25px;
    max-width: 278px;
}
.item-instagram .images_inner:hover .instagram_images_inner {position: relative;}
.item-instagram .images_inner .instagram_images_inner a.instagram_images:before {
    content: "";
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.item-instagram .images_inner:hover .instagram_images_inner a.instagram_images:before {
    background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
}
.item-instagram .images_inner .instagram_images_contents {
    position: relative;
    overflow: hidden;
}
.item-instagram .images_inner .instagram_likes_comments {display: none;}
.item-instagram .images_inner:hover .instagram_likes_comments {
    position: absolute;
    right: 50%;
    top: 50%;
    text-align: center;
    transform: translate(50%, -50%);
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.item-instagram .images_inner .instagram_likes_comments .text-center {
    width: 100%;
    height: auto;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}
.item-instagram .images_inner .instagram_likes_comments .text-center,
.item-instagram .images_inner .instagram_likes_comments .text-center i {color: #fff;}
.item-instagram .images_inner:hover .instagram_likes_comments .text-center {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#footer .block_newsletter form {
    position: relative;
    display: flex;
}
.block_newsletter form .input-wrapper{
    margin: auto;
    border-bottom: 1px solid #444444;
}
#footer .footer-address a:hover {
    color: #fff;
}
.fa-googleplus:before {
    content: "\f0d5";
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #f56b9f;
    border-color: transparent;
}

#_desktop_logo{
    padding-top: 30px;
    line-height: 70px;
    display: block;
    width: 100%;
    text-align: center;
}
#_desktop_logo a{
    display: inline-block;
}
.sticky-desktop #_desktop_logo{
    line-height: 60px;
}
.sticky-desktop #sticky_top {
    top: 34px;
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    position: relative;
    bottom: auto;
    padding-top: 0;
    z-index: 0;
    background: transparent;
    text-align: center;
    width: auto;
    height: auto;
    box-shadow: none;
    transition: bottom .3s;
    display: none;
}
#box-product-grid>.row {
    display: flex;
    flex-wrap: wrap;
}
#box-product-grid, #box-product-list {
    width: 100%;
    display: none;
    float: right;
}
.active_list #box-product-list {
    display: block;
}
.products-selection {
    text-align: right;
    margin-bottom: 20px;
    padding: 10px;
    float: left;
    background: none;
    width: 100%;
    border: .5px solid #f4f4f4;
}
.click-product-list-grid {
    float: right;
    flex: 1;
    align-items: center;
    display: flex;
}
.active_list .click-product-list-grid>div.click-product-list, .active_grid .click-product-list-grid>div.click-product-grid, .click-product-list-grid>div:hover {
    background: #f56b9f;
    color: #fff !important;
}
.click-product-list-grid>div {
    float: right;
    font-size: 18px;
    cursor: pointer;
    color: #666;
    width: 35px;
    height: 35px;
    line-height: 37px;
    background: #f4f4f4;
    margin-left: 5px;
    text-align: center;
}
.click-product-list-grid>div:last-child{margin-left: 0;}
#products .products {
    display: block;
    float: right;
    width: 100%;
    overflow: inherit;
}
.products-selection .total-products {
    float: left;
    display: inline-block;
    line-height: 33px;
    margin-right: 18px;
}
.box-sort-by {
    float: left;
    display: flex;
    align-items: center;
    margin-left: 90px;
}
.products-selection .total-products p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 0;
}
.products-selection .sort-by {
    line-height: 30px;
    margin: 0;
    margin-left: 10px;
    padding-left: 0;
    color: #666;
    font-size: 15px;
}
.products-sort-order {
    color: #999;
    min-width: 187px;
    float: left;
    margin-right: 0;
    border: 1px solid #ebebeb;
    padding: 0 15px;
    text-align: right;
    font-size: 14px;
    background: transparent;
    text-transform: none;
}
.products-sort-order .select-title {
    line-height: 34px;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    text-transform: capitalize;
    box-shadow: none;
    color: #222222;
    font-size: 15px;
}
.products-sort-order .dropdown-menu {
    left: 0;
    right: auto;
    min-width: 170px;
    width:100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-top: 9px;
    padding: 0;
}
.products-sort-order .select-title i {
    line-height: 30px;
    color: #666;
    float: left;
}
.products-sort-order .select-list {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    color: #666;
}
.products-selection .total-products, .products-selection h1 {
    padding: 0;
}

.item-product-list .comments_note div.star{
    font-size: 13px;
}
.right-product .comments_note {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}
.comments_note {
    width: auto;
}
.comments_note div.star, #productCommentsBlock div.star {
    position: relative;
    float: right;
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    height: 14px;
    line-height: 15px;
}
.comments_note div.star.star_on:after, 
#productCommentsBlock div.star.star_hover:after, 
#productCommentsBlock div.star.star_on:after,
.horizontal_mode .comments_note div.star.star_on:after{
    color: #f56b9f;
}
.comments_note div.star:after{
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #999999;
}
.horizontal_mode .right-product .star_content {
    
}
.products-sort-order .select-list:hover {
    background: #f56b9f;
    color: #fff;
    text-decoration: none;
}
.pagination {
        margin-top: 10px;
    margin-bottom: 100px;
    background: transparent;
    display: inline-block;
    border: none;
    padding: 0;
}
.pagination>div {
    text-align: left;
    color: #666;
    font-size: 15px;
}
.pagination>.row>div:last-child{
    display: none;
}
.pagination .page-list {
    background: none;
    float: none;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-shadow: none;
    height: 55px;
    text-align: center;
}
.pagination .page-list li {
    display: inline-block;
    float: none;
}
.pagination-lg .page-item:first-child .page-link,
.pagination-lg .page-link{
        border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 0 15px;
    font-size: 16px;
    width: auto;
    background: none !important;
}
.pagination a.previous i, .pagination a.next i {
    font-size: 0;
    height: auto;
    width: auto;
    float: none;
}
.pagination a.previous i:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
    vertical-align: 6px;
}
.pagination .current a, .pagination a:not(.disabled):hover {
    background-color: #f56b9f;
    border: .25px solid #f4f4f4;
    color: #ffffff!important;
}
.pagination a {
    width: 35px;
    padding: 0;
    text-align: center;
    float: right;
    line-height: 2;
    font-size: 16px;
    background: none;
    color: #111;
    box-shadow: none;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
    border: none;
    position: relative;
    letter-spacing: 0 !important;
}
.pagination a.next i:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
    vertical-align: 6px;
}

.bn-top {
        position: relative;
    margin-bottom: 90px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.breadcrumb-all-page .img-responsive {
    max-width: unset;
    position: relative;
    left: 15%;
    max-height: 400px;
    filter: brightness(.7);
}
#wrapper .breadcrumb {
    background: transparent;
    display: block !important;
    margin: 0;
    width: 100%;
    text-align: center;
}
#wrapper .breadcrumb_name {
    text-transform: uppercase;
    font-size: 28px !important;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}
#wrapper .breadcrumb li a {
    color: #fff;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}
#wrapper .breadcrumb-product-page-top li a span {
    text-transform: uppercase;
    font-size: 28px !important;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}
#wrapper .breadcrumb li a {
    color: #fff;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}
#wrapper .breadcrumb-category .breadcrumb li:after {
    color: #333;
}
#wrapper .breadcrumb li:last-child:after {
    display:none;
}
#wrapper .breadcrumb li:after {
    content: "/";
    color: #ffffff;
    margin: 0 5px;
    font-weight: normal;
    font-size: 20px;
}
.breadcrumb-all-page {
    margin-bottom: 120px;
    position: relative;
}
.block-categories {
    margin-bottom: 0;
    padding: 0;
    float: right;
    width: 100%;
    background: transparent;
    box-shadow: none;
    margin-bottom: 30px;
}
#search_filters {
    float: right;
    box-shadow: none;
    margin-bottom: 35px;
    padding: 0;
    width: 100%;
    border: .5px solid #f4f4f4;
}
#search_filters .text-uppercase {
    border-bottom: .5px solid #f4f4f4;
    padding: 15px;
    margin: 0;
    color: #ffffff;
    background-color: #f56b9f;
}
ul.category-top-menu {
    margin: 0;
    width: 100%;
    float: right;
    display: block;
    border: .5px solid #f4f4f4;
}
.block-categories>ul>li>.category-sub-menu {
    float: right;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

ul {
    list-style: none;
    padding-right: 0;
}
.titleblog h4{
    color: #111111;
    font-size: 24px;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: bold;  
    padding-bottom: 7px;
    line-height:1;
    border-bottom: 1px solid #ebebeb;
}
.titleblog h4 a{    
    position: relative;
    padding-bottom: 4px;
}
.title_category_ft,
.block-categories>ul>li:first-child a, #search_filters_wrapper #search_filters>h4 a,
.blog-categories .title_block a,#recent_article_smart_blog_block_left h4 a, #smartblogsearch h4 a, #tags_blog_block_left h4 a {
    display: table;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
}
.title_category_ft{
    margin-bottom: 20px;
}
.block-categories>ul>li:first-child a i, #search_filters_wrapper #search_filters>h4 i,
.blog-categories .title_block a i,#recent_article_smart_blog_block_left h4 a i,#smartblogsearch h4 a i,#tags_blog_block_left h4 a i{
    font-size: 16px;
    float: right;
    padding-left: 10px;
}
.block-categories>ul>li:first-child {
    background: #f56b9f;
    border-bottom: 1px solid #ebebeb;
    border: none;
}
.block-categories>ul>li:first-child a {
    display: table;
    margin: 0;
    color: #ffffff;
    padding: 16px 15px 15px;
}
.block-categories .category-sub-menu li {
    float: right;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}
#search_filters .facet .facet-title{
    padding: 5px 0
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    line-height: 18px;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
    border-bottom: none;
}
.block-categories .category-sub-menu li[data-depth="0"]:last-child>a {
    border-bottom: none;
}
.block-categories .collapse-icons {
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    line-height: 20px;
    text-align: left;
    color: #999;
}
.block-categories .collapse-icons i {
    line-height: 18px;
    font-size: 12px;
}
.block-categories .collapse-icons .remove {
    display: none;
}
.block-categories .collapse-icons[aria-expanded=true] .add {
    display: none;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0;
    position: relative;
    float: right;
    width: 100%;
}
.block-categories .category-sub-menu li[data-depth="1"]:last-child a{
    border-bottom: none;
}
.block-categories .category-sub-menu .category-sub-link {
    border-bottom: 1px solid #ebebeb;
    float: right;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    position: relative;
    padding: 11px 0;
    color: #666;
    text-transform: capitalize;
    font-weight: normal;
}
/* best-sellers_block_right */
#best-sellers_block_right .title_block a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 0;
    color: #ffffff;
} 
#best-sellers_block_right .product-miniature .product-description{
    position: unset;
}
#best-sellers_block_right .owl-stage-outer .owl-stage {
    width: auto!important;
}
#best-sellers_block_right .owl-stage-outer .owl-stage .owl-item {
    width: 100%!important;
}
#field_bestsellers{
    padding: 15px;
}
#field_bestsellers .product_name{
    font-weight: 400;
}

#field_bestsellers .item-inner:hover .left-product .hover_image{
    top: 0 !important;
    left: 0 !important;
}
#field_bestsellers .vertical_mode .item-inner .left-product .hover_image{
    padding-right: 0;
}
#best-sellers_block_right .item-inner{
    padding: 10px;
    padding-left: 0;
    margin-bottom: 0;
    border: none!important;
}
#best-sellers_block_right .item-inner .left-product .hover_image{
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
#best-sellers_block_right .title_block{
    background: #f56b9f;
    padding: 10px 15px;
}
#product  #best-sellers_block_right .title_block{
    margin-bottom: 0;
}
#product #best-sellers_block_right .title_block:after, #product #best-sellers_block_right .title_block:before {
    top: 66%;
}
#product  #best-sellers_block_right .title_block a{
    border-bottom: none;
}
/* best-sellers_block_right end */
.block-categories .category-sub-menu li[data-depth="0"]:hover>a, .block-categories .category-sub-menu li[data-depth="0"]:hover>.navbar-toggler i, .block-categories .category-sub-menu li[data-depth="1"]:hover>a, .block-categories .category-sub-menu li[data-depth="1"]:hover>.arrows i, .block-categories .category-sub-menu li[data-depth="2"]:hover>a, .block-categories .category-sub-menu li[data-depth="2"]:hover>.arrows i, .block-categories .category-sub-menu li[data-depth="3"]:hover>a, .block-categories .category-sub-menu li[data-depth="3"]:hover>.arrows i, .block-categories .category-sub-menu li[data-depth="4"]:hover>a, .block-categories .category-sub-menu li[data-depth="4"]:hover>.arrows i, .block-categories .category-sub-menu li:hover:not([data-depth="0"]):not([data-depth="1"])::before {
    color: #f56b9f;
}
#_desktop_search_filters_clear_all {
        margin-bottom: 25px;
}
#search_filters .facet {
    float: right;
    text-align: right;
    margin: 0;
    padding: 20px 15px;
    width: 100%;
    border-bottom: .5px solid #f4f4f4;
}
#search_filters .facet:last-child{margin-bottom: 0;}
.js-search-filters-clear-all{
    margin: 0 !important;
}
#search_filters .facet .collapse {
    margin: 0;
}
#search_filters .facet ul li {  
    display: inline-block;
    width: 50%;
    float: right;
    line-height: 35px;
    padding: 4px 0;
}
#search_filters .facet ul li:last-child {
    border-bottom: none;
}
#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
}
.block-categories .category-sub-menu .arrows {
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 10px;
    color: #999;
    font-size: 12px;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "\f105";
    right: 0;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: 4px;
    display:none;
}
.block-categories .arrows .remove, .block-categories .arrows[aria-expanded=true] .add {
    display: none;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #cdcdcd;
    width: 12px;
    height: 12px;
}
#search_filters .facet .facet-label a {
    color: #666;
    font-size: 15px;
    text-align: right;
    margin-top: -10px;
    vertical-align: middle;
}
#search_filters .search_filters_content{
    overflow: hidden;
    border: 1px solid #ebebeb;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn:hover, .btn-primary:active {
    background: #f56b9f;
    color: #fff;
    box-shadow: none;
}
.btn-primary, .btn {
    background: #111111;
    color: #fff;
    border-radius: 0;
    transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
}
.btn-tertiary {
    background: #262626 none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    margin: 20px 27px 0;
    padding: 5px 15px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}
.btn-primary, .btn-secondary, .btn-tertiary {
    box-shadow: none;
    border: none;
    font-weight: 400;
    padding: 10px 20px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn {
    line-height: 18px;
    font-size: 15px;
}
#search_filters .facet .facet-title:hover, #search_filters .facet .facet-label a:hover {
    color: #f56b9f;
}
.custom-radio {
    width:18px;
    height:18px;
    border-radius: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
    margin-left: 5px;
}
button, input, select {
    overflow: visible;
}
.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
.block-categories .category-sub-menu {
    margin: 0;
    padding-right: 0;
    float: right;
    width: 100%;
}
.field-banner-slider .flexslider {
    margin:0;
    position: relative;
    zoom: 1;
    min-height: 50px;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 20px;
}
.field-banner-slider .flex-control-paging li a:hover, .field-banner-slider .flex-control-paging li a.flex-active, .nivo-controlNav a:hover, .nivo-controlNav a.active {
    background: #f56b9f;
    box-shadow: none !important;
    cursor: pointer;
}
.item-product-list {
   background: #f7f7f7;
    border: 1px solid #f7f7f7;
    margin-bottom: 30px;
    display: block;
    padding: 10px;  
}
@media (min-width: 576px){
    .item-product-list .js-product-miniature {
        display: flex;
        align-items: inherit;
    }
}
.item-product-list .left-product {
    display: table;
    position: relative;
    overflow: hidden;
}
@media (min-width: 525px){
    #box-product-list .right-product {
        flex: 1;
    }
}
.item-product-list .right-product .product_name {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: right;
    margin-right: 0;
}
#box-product-list .right-product .comments_note {
    display: block;
    margin-bottom: 15px;
    text-align: right;
}
#products .item-product-list .right-product .product-price-and-shipping {
    text-align: right !important;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
}
.item-product-list .regular-price{
        margin: 0 !important;
    margin-left: 20px !important;
    float: right;
        line-height: 20px !important;
}
#products .item-product-list .right-product .decriptions-short p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 0;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#products .item-product-list .right-product .decriptions-short{
    margin-bottom: 20px;
}
.d-none {
    display: none!important;
}
#product h1[itemprop="name"], .quickview h1[itemprop="name"]{
        font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #111111;
}
.product_left {
    padding: 0;
    padding-bottom: 20px;
}
.product_right{padding-right: 40px;}
.product-prices .current-price {
    font-size: 18px;
    font-weight: bold;
    color: #f56b9f;
    padding: 0;
    border: none;
}
#product .product-prices .product-discount .regular-price{
    margin: 0;
    margin-right: 25px;
    font-size: 15px;
    color: #999;
}
.product-prices div {
    margin-bottom: 0;
    display: inline-block;
}
.product-information p {
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin-bottom:27px;
}
.product-variants>.product-variants-item {
    margin: 15px 0;
}
.product-actions .control-label {
    float: right;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 0;
    min-width: 65px;
    width: auto;
    font-size: 15px;
    text-transform: uppercase;
    color: #111111;
    font-weight: bold;
}
.product-variants>.product-variants-item select {
    height: 40px;
    width: 100%;
    float: right;
    padding: 0 12px;
    margin-top: 2px;
    background: #fff;
    font-size: 14px;
    color: #999;
    border: 1px solid #ebebeb;
    box-shadow: none;
    border-radius: 0;
    line-height: 40px;
    height: 40px !important;
}
.quickview .product-prices {
    margin-top: 22px;
    margin-bottom: 20px;
}
#quick-view-images .image-item{border: 1px solid #ebebeb;}
#product .product-prices {
    margin-top: 22px;
    margin-bottom: 30px;
}
#product .product-add-to-cart {
    margin-top: 0px;
    display: block;
    overflow: hidden;
}
.product-quantity .qty {
    float: right;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
}
.product-actions .product-add-to-cart .control-label {
    line-height: 35px;
    margin-left: 12px;
}
.product-quantity .input-group {
    float: right;
    width: auto;
    box-shadow: none;
}
.product-quantity #quantity_wanted {
    color: #414141;
    background-color: #fff;
    height: 35px;
    padding: .175rem .5rem;
    width: 3rem;
    text-align: center;
    border: 1px solid #ebebeb;
}
#main .images-container .js-qv-mask .owl-carousel .owl-stage{
    margin:0 auto;
}
.product-quantity .input-group-btn-vertical {
    float: right;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 8.5px 11px 8px;
    height: 17px;
    border: 1px solid #ebebeb;
}
.product-discounts {
    margin-bottom: 0;
}
.product-line-grid-right .bootstrap-touchspin {
    box-shadow: none;
    width: auto;
}
.product-line-grid-right .bootstrap-touchspin>.form-control, .product-line-grid-right .bootstrap-touchspin>.input-group {
    min-height: 35px;
    height: 35px;
    border: 1px solid #ebebeb;
    z-index: auto;
}
.cart-item .product-line-grid {
    display: flex;
    align-items: center;
}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #f56b9f;
    line-height: 36px;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    right: .1875rem;
}
.product-line-grid-body>.product-line-info.product-price > div{
    display:inline-block;
} 
.bootstrap-touchspin .btn-touchspin {
    color: #333;
}
.product-quantity .add {
    float: right;
    margin-bottom: 35px;
    border: none;
    min-width: 260px;
    background: unset !important;
    padding: 0 20px;
    padding-right: 0;
}
.product-quantity .add .add-to-cart i, .product-quantity .add .compare i {
    display: none;
}
.product-quantity .add .small_button{
    display: inline-block;
}
.product-actions .add-to-cart,
.product-actions .wishlist,
.product-actions .compare{
    display: inline-block;
    float: right;
    background: #f8f8f8;
    font-weight: normal;
    padding: 0 15px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    margin-left: 15px;
    text-align: center;
    font-size: 18px;
    box-shadow: none;
    border-radius: 9px
}
.product-actions .wishlist, .product-actions .compare {
    border-radius: 50%;
    padding: 5px 14px;
}
.product-quantity .add .add-to-cart a:before, .product-quantity .add .wishlist i, 
.product-quantity .add .compare a:before {
    color: #000000;
    font-size: 14px;
}
.product-actions .add-to-cart:hover, .product-actions .wishlist:hover, .product-actions .compare:hover {
    background: #f56b9f;
    transition: 0.4s;
    color: #fff;
}
.product-actions .add-to-cart:hover span, .product-actions .wishlist:hover i, .product-actions .compare:hover a:before,
.product-actions .add-to-cart:hover:before{
    color: #ffffff;
}
.product-actions .add-to-cart span{
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}
.product-actions .wishlist a, .product-actions .compare a{
    color: #fff;
}
.product-actions .add-to-cart:hover,.product-actions .compare:hover a,.product-actions .wishlist:hover a{
    color: #111;
}
.product-quantity{
    display:block;
}
.active_grid #box-product-grid {
    display: block;
}
#box-product-grid>.row .item {
    padding: 0 5px !important;
}
.social-sharing {
    margin: 0;
}
.social-sharing span {
    min-width: 65px;
    margin-left: 10px;
    display: none;
}
.social-sharing ul {
    margin-top: 0px;
    margin-bottom: 0;
}
.facebook.icon-gray, .twitter.icon-gray, .pinterest.icon-gray, .googleplus.icon-gray {
    background-image: none!important;
    background: none!important;
}
.social-sharing li {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: auto;
    float: right;
    margin: 3px 0 0 3px;
}
.social-sharing li a {
    min-width: auto;
    text-indent: inherit;
    float: right;
    overflow: visible;
    font-size: 13px;
    color: #666;
    width: auto;
    height: auto;
    background: #f8f8f8;
    padding: 2px 14px;
    border: 1px solid #ebebeb;
    line-height: 30px;
    border-radius: 10px;
}
.social-sharing li a:before {
    background: none!important;
    margin-left: 5px;
}
.facebook a:before {
    content: "\f09a";
    background: #435f9f;
}
.twitter a:before {
    content: "\f099";
    background: #00aaf0;
}
.googleplus a:before {
    content: "\f0d5";
    background: #e04b34;
}
.pinterest a:before {
    content: "\f0d2";
    background: #ce1f21;
}
.facebook.icon-gray a:before, .twitter.icon-gray a:before, .pinterest.icon-gray a:before, .googleplus.icon-gray a:before {
    font-family: "FontAwesome";
}
.social-sharing li a:hover {
    background: #f56b9f;
    border-color: #f56b9f;
    color: #fff;
}
.social-sharing li.facebook:hover a {
    background: #435f9f!important;
    border-color: #435f9f!important;
}
.social-sharing li.googleplus:hover a {
    background: #ce1f21!important;
    border-color: #ce1f21!important;
}
.social-sharing li.twitter:hover a {
    background: #00aaf0!important;
    border-color: #00aaf0!important;
}
.social-sharing li.pinterest:hover a {
    background: #ce1f21!important;
    border-color: #ce1f21!important;
}
.tabs {
    padding: 0;
    width: 100%;
    float: right;
    background: none;
    box-shadow: none;
    margin-top: 90px;
    margin-bottom: 100px;
}
.tabs .nav-tabs {
    margin-bottom: 20px;
    border-bottom: none;
}
.tabs .nav-tabs .nav-item {
    float: right;
    display: inline-block;
    padding-left: 50px;
    border-left: none;
    margin: 0;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #f56b9f;
    border-bottom: none;
}
.tabs .nav-tabs .nav-item:last-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.tabs .tab-content {
    border: 1px solid #ebebeb;
    padding: 25px 25px 55px;
    text-align: justify;
}
.tabs .tab-pane {
    padding-top: 0;
}
.tabs .product-description p {
    margin-bottom: 18px;
    font-weight: normal;
    color: #666;
    text-align: justify;
    line-height: 28px;
    font-size: 16px;
}
.tabs p {
    line-height: 24px;
    margin: 0;
}
.tabs .product-description p:last-child {
    margin-bottom: 0;
}
.tabs .nav-tabs .nav-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    padding-bottom: 0;
    color: #111111;
    background: none;
    border-bottom: 2px solid transparent;
}
#product_comments_block_tab {
    margin: 0;
}
.tabs p.align_center:hover{
    color: #f56b9f;
}
#product_comments_block_tab a {
    text-decoration: none!important;
    font-weight: 400;    
}
#product_comments_block_tab a.open-comment-form:not(#new_comment_tab_btn){
    color: #fff;
}
/************************************/
div.tags_block .block_content {
    display: block;
    padding: 0;
    clear: both;
    overflow: hidden;
}
div.tags_block .block_content a {
    line-height: 33px;
    padding: 0 20px;
    background: #ebebeb;
    border: none;
    border-radius: 0;
    display: inline-block;
    float: right;
    margin-left: 9px;
    margin-bottom: 9px;
    color: #666666;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}
div.tags_block .block_content a:hover {
    color: #fff;
    background: #f56b9f;
    transition: 0.3s;
}
.product-quantity .qty {
    float: right;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
    margin-left: 0;
}
#product .js-qv-mask.mask {
    height: auto;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
    position: relative;
}
#product .images-container .js-qv-mask .owl-carousel.owl-drag .owl-item.active:last-child{
    margin-left:0;
}
.product-des p, .quickview #product-description-short p{
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin: 15px 0;
}
#tab-content .product-manufacturer{
    text-align:center;
}
#tab-content .product-reference{
    display: inline-block;
}
#tab-content .product-quantities{
    display: inline-block;
    text-align: left;
    float: left;
}
#tab-content #product-details .label{
    margin:0;
}
.product-cover {
    margin-bottom: 20px;
    position: relative;
    float: right;
    border: 1px solid #ebebeb;
}
#product .js-qv-mask.mask .thumb-item {
    width: 90%;
    margin: auto;
}
#product .js-qv-mask.mask img {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
}
.product-cover img {
    box-shadow: none;
    background: transparent;
}
#category .js-search-filters-clear-all:hover{
    border:none;
}
#wrapper .breadcrumb li a:hover {
    color: #f56b9f;
}
.active_filters {
    clear: both;
}
#footer .links ul li:hover a {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
#product .images-container .owl-nav{
    margin-top:-17px;
}
#product .images-container .owl-nav span {
    width: 34px;
    height: 34px;
    line-height: 30px;
    background: none;
    color: #111;
    font-size: 26px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin: 0;
}
#product .images-container .js-qv-mask .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    width: auto;
}
#product .images-container .js-qv-mask:hover .owl-nav {
    opacity: 1;
}
#product .images-container .js-qv-mask .owl-nav .owl-prev {
    right: 0;
    left: auto;
    position: absolute;
}
#product .images-container .js-qv-mask .owl-nav .owl-next {
    right: auto;
    left: 0;
    position: absolute;
}
#product .images-container .owl-nav button:hover span{
        border-color: #f56b9f;
    color: #f56b9f;
}
#product .images-container .owl-carousel{
    position:static;    
}
#footer_contact{
    margin-bottom:96px;
}
.horizontal_mode .owl-carousel .owl-item .item{padding: 0 15px;text-align: center;}
.horizontal_mode .item-inner {
    /* margin: 0 auto;
    display: table; */
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
@media (min-width: 768px){
    #moda_popupnewsletter.modal.fade .modal-dialog, 
    #blockcart-modal.modal.fade .modal-dialog, 
    .quickview.modal.fade .modal-dialog,
    .popup-content,
    #Popup_myaccount_form.fade .modal-dialog{
        position: absolute;
        right: 50%;
        top: 50%;
        margin: 0;
        transform: translate(50%,-50%);
        -webkit-transform: translate(50%,-50%);
        -moz-transform: translate(50%,-50%);
        transition: all 0s ease-in-out 0s;
    }
}
.quickview .modal-dialog, #blockcart-modal .modal-dialog , #Popup_myaccount_form .modal-dialog{
    max-width: 57rem;
    width: calc(100% - 30px);
    margin: 30px auto;
}
.modal-content {
    background: #fff;
    border-radius: 0;
    border: none;
}
#blockcart-modal .modal-body {
    padding: 30px;
}
.quickview .modal-content, #blockcart-modal .modal-body {
    background-color: #fff;
}
#blockcart-modal .modal-header {
    background: none;
    padding: 0;
    border: none;
}
#blockcart-modal .modal-title {
    color: #46a74e;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 400;
}
#blockcart-modal .modal-title i {
    margin-left: 10px;
}
#blockcart-modal .product-image {
    max-width: 100%;
    border: 1px solid #ebebeb;
}
#blockcart-modal .product-name {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
#blockcart-modal .divide-right p.price {
    color: #f56b9f;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}
#blockcart-modal .modal-body .divide-right span {
    color: #666;
}
#blockcart-modal .divide-left {
    border-left:1px solid #ebebeb;
}
#blockcart-modal .divide-right {
    border-left:none;
}
#blockcart-modal .cart-content {
    padding-right: 15px;
}
#blockcart-modal .cart-content p.cart-products-count {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 30px;
}
#blockcart-modal .box-cart-content {
    margin-top: 100px;
    display: table;
}
#blockcart-modal .cart-content .btn {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 0 10px;
    padding: 8px 15px;
    border: none;
    box-shadow: none;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
}
#blockcart-modal .divide-left .product_name{
    display:block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
#blockcart-modal .divide-left .price {
    display: block;
    float: none;
    font-size: 15px;
}
#blockcart-modal .cart-content .btn:hover{
    background: #f56b9f;
}
#blockcart-modal .cart-content p strong,#blockcart-modal .divide-left strong {
    color: #666;
}
#blockcart-modal .cart-content p {
    color: #f56b9f;
}
.modal-header .close {
    z-index: 2;
}
.modal-content .close i {
    display: none;
}
.modal-header .close, .popup-header .close{
    margin: 0;
    opacity: 1;
    text-shadow: unset;
    background: none;
    position: absolute;
    left: -27px;
    padding: 3px 8px;
    top: -28px;
    background-color: #f56b9f;
}
#blockcart-modal .cart-content-btn {
    margin-top: 43px;
    display: table;
}
.modal-header .close span, .popup-header .close {
    height: auto;
    text-align: center;
    width: auto;
    font-size: 22px;
    float: left;
    text-shadow: unset;
    color: #fff;
    font-weight: normal;
    font-family: Poppins !important;
}
#Popup_customer_form .popup-header .close {
    top: 0;
    left: 0;
    color: #ffffff;
}
#blockcart-modal {
    color: #666;
}
#blockcart-modal .modal-header .close {
    right: 0;
    top: 0;
}
.quickview .modal-header .close {
    right: 0;
    top: 0;
}
.PopupWishList {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    left: 15px;
    top: 15px;
}
.PopupWishListInner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 18px;  
}
.PopupWishListInner > h3 {
    font-size: 21px;
    margin-top: 0;
}
.noty_text_body {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.noty_text_body .thumbnail {
    display: inline-block;
    flex: 0 0 auto;
    height: 72px;
    margin-bottom: 0;
    margin-left: 24px;
    width: auto;
}
.noty_text_body > p {
    flex: 1 1 auto;
    overflow: hidden;
}
.noty_text_body .thumbnail img{height: 100%;width: auto;}
.close-popcompare {
    position: absolute;
    left: 18px;
    top: 13px;
}
.close-popcompare i{color: #b0b0b0;}
.PopupWishListInner > h3 > i {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    color: #1696ef;
}
.noty_text_body strong {
    color: #1696ef;
}
#form_wishlist {
    margin-bottom: 30px;
}
#form_wishlist .page-subheading {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
}
#form_wishlist input.inputTxt {
    border: 1px solid #ebebeb;
    color: #666666;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    width: 300px;
    display: inline-block;
    float: right;
}
#form_wishlist #submitWishlist {
    float: right;
    margin-right: 10px;
    line-height: 35px;
    padding: 0 15px;
    border: none;
}
#footer #block_myaccount_infos ul .lnk_wishlist i {
    display: none;
}
#footer #block_myaccount_infos ul .lnk_wishlist {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    line-height: 36px;
    padding: 0;
    color:#666;
}
#footer #block_myaccount_infos ul .lnk_wishlist:hover{
    color:#f56b9f;
}
#manufacturer li.brand {
    float: right;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
}
#manufacturer li.brand .brand-img img{
    margin-bottom: 10px;
}
#manufacturer #content-wrapper{    margin-bottom: 80px;}
.PopupCompare {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    left: 15px;
    top: 15px;
}
.PopupCompareInner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 15px;
    overflow:hidden;
}
.PopupCompareInner .left-popup{
    float: right;
    margin-left: 15px;
}
.PopupCompareInner > h3 {
    font-size: 20px;
    margin-top: 0;
}
.total_compare_value, .total_wishlist_value {
    bottom: 110px;
    color: #fff;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #111;
    border-radius: 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 200;
}
#back-top:after, .total_wishlist_value:after, .total_compare_value:after {
    content: "";
    background: #f56b9f;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    border: 1px solid #111;
        transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    -webkit-transition: transform 1s ease 0s;
}
#back-top:hover:after, .total_wishlist_value:hover:after, .total_compare_value:hover:after {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.total_compare_value span.total_compare_val{
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}
.total_wishlist_value{
    bottom: 63px;
}
.total_compare_value a, .total_wishlist_value a{
    color:#fff !important;
}
.compare a.add_to_compare.btn-product.checked .compare-button-content i:before {
        content: "\f00c";
}
#module-fieldcompare-comparator .page-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
}
#module-fieldcompare-comparato .horizontal_mode .item-inner {
    max-width: 270px;
}
#module-fieldcompare-comparator #product_comparison .item  {
    text-align: center;
    position: relative;
    padding: 20px;
}
#module-fieldcompare-comparator #product_comparison .item .item-inner{
        margin-bottom: 0;
}
#product_comparison .cmp_remove {
    bottom: 0;
    color: white;
    display: block;
    font-weight: 900;
    line-height: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    left: 0;
    z-index: 1;
}
#product_comparison .cmp_remove::before {
    border-color: transparent transparent #333333;
}
#product_comparison .cmp_remove::before {
    border-width: 0 40px 40px 0;
}
#product_comparison .cmp_remove::before {
    border-color: transparent transparent #333;
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    width: 0;
    z-index: -1;
}
#product_comparison .cmp_remove i {
    display: inline-block;
    font-size: 18px;
    padding-top: 0;
    margin-left: 3px;
}
.table-bordered thead td, .table-bordered thead th {
    border: 1px solid #ebebeb;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #ebebeb;
}
.card-block {
    padding: 30px 15px;
}
.btn-primary{
    background-color: #000000;
}
.cart-summary-line .label{
    font-size: 15px;
    line-height: 24px;
}
.page-my-account #content .links a.lnk_wishlist i{
    padding-bottom: 15px;
}
#block-order-detail .wishlisturl label{
    display: inline-block;
    margin-bottom: 0;
    line-height: 44px;
}
.wishlisturl > div > button.button-small {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    width: 100%;
}
#module-blockwishlist-mywishlist .wlp_bought_list .item-inner .right-product{
    text-align:center;
}
.wlp_bought_list .address .btn_action {
    clear: both;
    margin-top: 10px;
    background: #333;
    line-height: 40px;   
    text-align: center;
}
.wlp_bought_list .address .btn_action:hover{
    background: #f56b9f;
}
.wlp_bought_list .address .btn_action a {
    width: 100%;
    font-size: 16px; 
    color: #fff;
    text-transform: uppercase;
}
.wlp_bought_list > div {
    margin-bottom:25px;
    float: right;
    position: relative;
}
.wlp_bought_list .product_image{
    max-width: 270px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
    border: 1px solid #ebebeb;
}
.wlp_bought_list .lnkdel {
    position: absolute;
    top: -12px;
    left: 0;
    height: 20px;
    width: 20px;
    text-indent: 0;
    background: no-repeat;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
    z-index:1;
}
#module-blockwishlist-view #view_wishlist h2{
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
#module-fieldcompare-comparator .horizontal_mode .item-inner .left-product {   
    min-width: 270px;
    margin: 0 auto;
}
#module-fieldcompare-comparator .footer_link{
    margin:0;
}
#module-fieldcompare-comparator .footer_link i{padding-left: 6px;}
.text-center {
    text-align: center!important;
}
.sdsarticleHeader {
    margin: 0;
    padding-bottom: 0px;
    text-align: right;
}
.sdsarticleHeader span, .sdsarticleHeader span a {
        font-size: 14px;
    color: #999;
    margin-left: 0;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
}
.sdsarticleHeader .title_block {
        font-size: 20px;
    font-weight: bold;
    outline: 0;
    text-decoration: none;
    margin: 0px auto 20px;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
}
#smartblogcat .sdsarticle-des {
        margin: 20px 0px 0;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}
#respond h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}
#module-smartblog-category .card-block, 
#module-smartblog-tagpost .card-block, 
#module-smartblog-search .card-block {
    margin-bottom: 0px!important;
}
#module-smartblog-category .card-block, 
#module-smartblog-tagpost .card-block,
#module-smartblog-search .card-block{
    padding: 0;
    border: none;
    background: none;
    box-shadow:none;
}
.articleContent img {
    max-width: 100%;
    padding: 0;
}
#smartblogcat .articleContent {
    display: block;
    position: relative;
}
#smartblogcat .articleContent a{
    display: block;
    overflow: hidden;
    position: relative;
}
.sdsreadMore a.r_more {
    float: right;
    font-weight: 400;
    border-radius: 0;
    margin-top: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 2px solid #7a7a7a;
}
.right_contentblog {
    padding: 20px;
}
.sdsreadMore a.r_more i {
    margin-right: 5px;
}
.sdsarticleCat {
    padding: 0;
    border: none;
    margin-bottom: 87px;
    background:#fff;
}
#module-smartblog-category .pagination a {
    border: none;
    background: none;
}
#sdsblogArticle .title {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    color: #333;
    outline: 0;
    text-decoration: none;
    margin: 30px auto 20px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
    line-height: 1.2;
}
.sdstags-update .tags a {
    background-color:transparent;
    border: none;
    font-size: 14px;
    padding: 2px 5px;
    text-transform: capitalize;
}
.sdstags-update {
    display: inline-block;
    margin: 25px 0 0px;
    text-align: right;
}
.sdstags-update .tags {
    float: right;
    color: #888;
}
#module-smartblog-details .card-block {
    border: none;
    box-shadow:none;
    padding: 0;
}
.sdsarticle-des p{
    margin: 15px 0;
    font-size: 15px;
    text-align: justify;
}
#module-smartblog-details #content.block {
    margin-bottom: 0;
}
#product_comments_block_tab .footer_links a {
    border-radius: 10px;
    color: #333;
    margin: 0;
    background: transparent;
    border: 1px solid #959595;
    text-transform:uppercase;
}
#respond td {
    padding: 3px 5px 20px;
}
#respond input[type="text"],
#respond .inputContent {
    width: 100%;
    border-radius: 10px;    
}
#respond td:first-child {
    padding-top: 6px;
    vertical-align: top;
    width: auto;
}
#respond .note {
    color: #666;
    display: block;
    font-size: 13px;
    margin: 2px 8px;
}
.form-control:focus, .search-widget form input[type="text"]:focus {
    border-color: #f56b9f;
    outline: 0;
    box-shadow: none;
}
#respond .right {
    padding: 15px 0 0;
    text-align: left;
}
#articleShareThis{
    margin-bottom: 15px;
}
#sdsblogCategory p, #sdsblogArticle p {
    line-height: 24px;
    margin-bottom: 10px;
}
#sdsblogArticle #articleShareThis p {
    font-weight: bold;
}
.page-link:focus, .page-link:hover {
    box-shadow:none;
    background-color: #f56b9f;
    letter-spacing:0 !important;
}
.sdsarticleHeader span a:hover {
    text-decoration: underline;
}
.commentList li .reply {
    margin-top: 10px;
    text-align: left;
    clear: both;
    overflow: hidden;
    display: block;
    height: auto;
}
.commentList li .reply a {
    background: none repeat scroll 0 0 #333;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0px;
}
.commentList li {
    border: 1px solid #DDD;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 75px;
    padding: 8px 85px 8px 8px;
    position: relative;
}
.commentList li .avatar {
    background: none;
    border: none;
    right: 10px;
    padding: 2px;
    position: absolute;
    top: 10px;
}
.commentList li .name, .commentList li .name a {
    color: #333;
    cursor: default;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}
.commentList li .created {
    color: #666;
    font-size: 13px;
    margin: 2px 0 8px;
}
.commentList li .reply a:hover {
    background: none repeat scroll 0 0 #f56b9f;
    color: #fff;
}
#product_comments_block_tab ul li {
    float: right;
}
.pull-right {
    float: left!important;
}
.pull-left {
    float: right!important;
}
.blog-categories.block-categories>ul>li:first-child {    
    margin: 0;
    padding: 0;
    background: none;
    border:none;
}
.block-categories.blog-categories>ul>li:first-child a:after{
    display:none;
}
.block-categories.blog-categories>ul>li>.category-sub-menu {
    padding-top: 0;
}

.blog-categories .category-top-menu ul li{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-categories .category-top-menu ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#sdssearch_block_top #search_blog {
    display: inline;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    background: #fff;
    margin-left: 1px;
    border: 1px solid #ebebeb;
    color: #999;
    border-radius: 0;
    font-size: 14px;
}
.btn-blog-search {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    width: auto;
    overflow: hidden;
    height: 40px;
    font-size: 16px;
    padding: 0 0 0 15px;
    color:#666;
}
#smartblogsearch .btn-blog-search{
    border-radius: 0;
    background: transparent;
}
#smartblogsearch .btn-blog-search:hover{
    color:#f56b9f;
}
.sdsbox-content ul {
    list-style-type: none;
    margin-right: 0;
    margin-bottom: 0px;
}
.sdsbox-content .recentArticles li {
    padding: 0;
    border-bottom: none !important;
    width: 100%;
    margin-bottom: 18px;
    display: table;
}
.sdsbox-content .recentArticles li .image {
    float: right;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 0 15px;
    max-height: 100%;
}
.sdsbox-content .recentArticles li .right-block-smart {
    display: table;
}
.sdsbox-content .recentArticles li a {
   font-size: 15px;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sdsbox-content .recentArticles li .info {
        color: #999;
    font-size: 14px;
    text-transform: none;
    display: block;
    margin-top: 6px;
    font-style: italic;
}
.sdsbox-content .recentArticles li .info i{
    margin-left:5px;
}
.sdsbox-content .recentArticles li:last-child {
    border-bottom: none!important;
    margin-bottom:0;
}
.blog-categories .category-sub-menu .category-sub-link{
    margin:0;
}
#main .page-footer {
    margin-bottom: 0;
}
.form-control {
    background:transparent;
    color: #666;
    border: 1px solid #ebebeb;
    padding: .5rem 1rem;
    font-size: 14px;
}
.page-header h1{
    display: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #111;
}
.popup-header h1 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #111;
}
.page-footer a.account-link {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: table;
    float: right;
    margin-bottom: 100px;
    margin-left: 1rem;
    padding: 8px 15px;
    border-radius: 0;
}
.page-footer a.account-link:hover,.page-footer .text-sm-center a:hover {
    background: #f56b9f;
}
.page-my-account #content .links a:hover i {
    color: #f56b9f;
}
#main .page-content, #main .page-header {
    margin-bottom: 30px;
}
#contact .card, #module-smartblog-search .card, #module-smartblog-tagpost .card, #module-blockwishlist-mywishlist .card , #module-blockwishlist-view .card, #module-fieldcompare-comparator .card{
    margin-bottom: 100px;
}
.page-footer .text-sm-center a {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: table;
    line-height: 18px;
    margin-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
}
#checkout #checkout-personal-information-step .nav-link {
    padding: 0;
}
.setting-desktop .icon-setting-desktop .fa-bars{
    font-size:14px !important;
}
.page-my-account #content .links a#blockwishlist-myaccount i {
    padding-bottom: 15px;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #333333;
    padding: 8.5px 15px;
}
.custom-checkbox label {
    text-align: right;
    display: inline;
}
.page-authentication #content {
    border: 1px solid #ebebeb;
    box-shadow: none;
    max-width: 870px;
    padding: 30px 20px;
    margin-bottom: 100px;
}
.send-renew-password-link {
    text-align: center;
}
.quickview .modal-header {
    border: none;
    padding: 0;
}
.cart-grid-body .card-block h1 {
    margin-bottom: 0;
}
.separator {
    margin: 0;
    border-color: rgba(0,0,0,.1);
}
.cart-summary-line .value {
    color: #f56b9f;
    font-size: 15px;
}
.card.cart-container, .card.cart-summary {
    margin-bottom: 30px;
}
.cart-grid .cart-grid-body>a.label {
    box-shadow: none;
    font-weight: 400;
    padding: 8px 15px;
    background: #444;
    color: #fff!important;
    padding-right: 5px;
    display: inline-block;
    margin-bottom: 70px;
    border-radius:0;
    line-height: 24px;
}
.cart-grid .cart-grid-body>a.label:hover {
    background: #f56b9f;
}
.cart-item .product-line-grid .product-line-grid-left img{border: 1px solid #ebebeb;}
#block-reassurance {
    margin-top: 0;
    margin-bottom: 70px;
}
.setting-desktop i.fa-cog{
    color:#fff;
}
#_mobile_setting{
    position:relative;
}
.setting-desktop .dropdown-menu, #_mobile_setting .dropdown-menu{
    min-width: 250px;
    line-height: normal;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    border: none;
    left: 0;
    right: auto;
    margin: 0;
    border-top: 3px solid #f56b9f;
}
#header .header-nav .language-selector {
    margin-top: 0;
    white-space: nowrap;
    position: static;
}
#header .header-nav .currency-selector {
    margin-top: 0;
    margin-right: 0;
    white-space: nowrap;
    position: static;
}
#_desktop_currency_selector .dropdown .expand-more,
#_desktop_language_selector .dropdown .expand-more {
    color: #999;
    text-transform: capitalize;
    font-size: 14px;
}
#_desktop_language_selector .dropdown .expand-more:hover,
#_desktop_currency_selector .dropdown .expand-more:hover {
    color: #f56b9f;
}
#_desktop_language_selector .dropdown .expand-more img{
    margin-left:7px;
    display: none;
}
#_desktop_language_selector, #_desktop_currency_selector{
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
#_desktop_currency_selector i, #_desktop_language_selector i{
    font-size: 13px;
    margin-right: 2px;
}
#_desktop_currency_selector ul.dropdown-menu{
    position: absolute;
    top: 150%;
    left: 0;
    right: auto;
    background: #ffffff;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 120px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
#_mobile_currency_selector ul.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background: #fff;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 10px;
    min-width: 100px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
#_desktop_language_selector ul.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background: #111111;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 130px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
#_mobile_language_selector ul.dropdown-menu{
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    background: #fff;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 10px;
    min-width: 110px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15)
}
#_desktop_currency_selector ul li , #_desktop_language_selector ul li,
#_mobile_currency_selector ul li , #_mobile_language_selector ul li{
    line-height: 35px;
}
#_desktop_currency_selector ul li a, #_desktop_currency_selector ul li > span,
#_mobile_currency_selector ul li a, #_mobile_currency_selector ul li > span,
#_desktop_language_selector ul li a, #_mobile_language_selector ul li a{
    padding: 0 12px;
    display: block;
    font-size: 13px;
}
#_desktop_language_selector ul li img, #_mobile_language_selector ul li img {
    margin-left: 5px;
}

#_desktop_user_info > div.button-popup-signin,
#_desktop_user_info > div.button-popup-myaccount{
    display: inline-block;
    float: left;
    width: auto;
    color: #999999;
    line-height: 40px;
    cursor: pointer;
    margin-right: -18px;
    font-size: 15px;
    padding: 0 15px;
    text-transform: capitalize;
}
#_desktop_user_info > div.button-popup-myaccount{margin-left: 0;}
#_desktop_user_info > div.button-popup-signin:after,
#_desktop_user_info > div.button-popup-myaccount:after{
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
}
#_desktop_user_info > div i{
    margin-left: 2px;
    color: #fff;
}
#_desktop_user_info > div.button-popup-create-account{
    display: inline-block;
    float: left;
    color: #999999;
    line-height: 40px;
    font-size: 15px;
    text-transform: capitalize;
    width: auto;
    padding: 0 15px;
}
#_desktop_user_info>div:hover span{
    color: #f56b9f;
}
#_desktop_user_info > div.button-popup-signin:before {
    display: none;
    content: "\e08c";
    font-family: 'simple-line-icons';
    font-size: 16px;
}
#_desktop_user_info > div.button-popup-create-account:before {
    display: none;
    content: "\e002";
    font-family: 'simple-line-icons';
    font-size: 16px;
}
#_desktop_user_info > div.button-popup-signin i, #_desktop_user_info > div.button-popup-create-account i {
    display: none;
}
#header a:hover {
    text-decoration: none;
    color: #f56b9f;
}
#header .header-nav #_desktop_contact_link {
    display: table;
}
.contact-link-ft {
    float: right;
    height: 54px;
    line-height: 54px;
    margin-left: 22px;
    font-size: 14px;
}
.contact-link-ft:last-child{
    margin-left: 0;
}
.contact-link-ft:last-child i{font-size: 16px;}
.contact-link-ft i{padding-left: 8px;color: #fff;}
.contact-link-ft:first-child:after{
    content: "";
    width: 1px;
    height: 12px;
    background: #585858;
    display: inline-block;
    margin-right: 18px;
}
.contact-link-ft:hover i,.contact-link-ft:hover span{
    color: #f56b9f;
}
#wishlist-nav,.checkout_nav,.text_nav{
    float: left;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
}
#wishlist-nav i,.checkout_nav i{
    margin-left: 5px;
}
#wishlist-nav:after,.language-selector:after,
.currency-selector:after{
    content: "";
    width: 1px;
    height: 12px;
    background: #585858;
    display: none;
    margin-right: 15px;
}
#header .header-nav a,.text_nav,.contact-link-ft span{
        color: #999999;
    font-size: 14px;
}
#header .header-nav a:hover,.text_nav:hover{
    color:#f56b9f;
    transition:0.3s;
}

#_mobile_field-search-no-popup .button-submit-search{
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    top: 0px;
    padding-right: 5px;
    color:#111;
}
.popup-footer{
    text-align: center;
    margin-top: 20px;
}
.popup-footer span:hover{
    color:#f56b9f;
    cursor:pointer;
}
#Popup_forgot_password_form .text-forgot-password{
    margin-bottom:15px;
    display: block;
}
#Popup_customer_form .popup-content{
    height: 100%;
    overflow-y: auto
}
.product-price {
    color: #f56b9f;
    display: inline-block;
}
body#checkout #footer {
    box-shadow: none;
    padding: 0;
    background: transparent;
    color: inherit;
}
body#checkout section#content {
    margin-bottom: 100px;
}
#popup-cart .product-line-info-top .price,#popup-cart .totals-top .price,

#popup-cart .productName{
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}
.has-discount .discount {
    background: #f56b9f;
    color: #fff;
    font-weight: 400;
    padding: .3125rem .625rem;
    margin-right: .625rem;
    text-transform: uppercase;
    display: none;
}
body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
}
body#checkout a:hover {
    color: #f56b9f;
}
body#checkout section.checkout-step {
    box-shadow: -2px 2px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: .9375rem;
}
#order-items hr {
    border-top-color: #ebebeb;
}
.card {
    margin-bottom: 30px;
    box-shadow: none;
        border: 1px solid #ebebeb;
}
#product_comments_block_tab div.comment .star_content{
    clear: none;
}
#product_comments_block_tab div.comment {
    margin: 0 0 20px 0;
    padding: 5px;
    border-bottom: 1px dotted #ebebeb;
}
#product_comments_block_tab .comment_author span {
    margin-top: 0;
    margin-left: 10px;
}
#new_comment_form .product img {
    float: none;
    border: 1px solid #ebebeb;
    max-width: 100%;
    height: auto;
}
#new_comment_form .modal-header{
    justify-content: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
#new_comment_form .modal-header h2{
    line-height:1;
    color: #111;
}
#new_comment_form .product {
    padding: 0 0px 15px;
}
#new_comment_form .product > div:first-child{
    text-align:center;
}
#new_comment_form .product .product_desc {
    float: right;
    margin-right: 0;
    width: 100%;
    line-height: 24px;
    color: #666;
}
#new_comment_form .product .product_desc .product_name {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}
#new_comment_form label {
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    padding: 0 15px;
}
#new_comment_form textarea ,#new_comment_form input{
    border: 1px solid #ebebeb;
}
#new_comment_form_footer .required{
    display:inline-block;
}
#new_comment_form #criterions_list li {
    margin-bottom: 0;
}
#new_comment_form #criterions_list label {
    display: inline-block;
    float: none;
    margin: 0;
    text-align: left;
    min-width: auto;
    padding: 0;
    margin-left:10px;
}
#new_comment_form #criterions_list .star_content{
    display: inline-block;
    vertical-align: middle;
}
#new_comment_form #criterions_list {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    list-style-type: none;
    text-align: center;
}
#submitNewMessage {
    margin-right: 0;
}
#new_comment_form .modal-dialog {
    max-width: 700px;
}
.smartblogcomments#respond{
    margin-top: 30px;
    margin-bottom:70px;
}

#cms #cms-about-us .cms-row-left img:hover{
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0.8;
}
.our-team-item{position: relative;display: inline-block;}
#cms #cms-about-us .our-team .our-team-item:hover:after{
       background: rgba(229, 29, 2, 0.6);
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
} 
#cms #cms-about-us p.title_font {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
#cms #cms-about-us .our-team-text p:last-child{
    color: #fff;
}
#cms #cms-about-us .our-team p {
    line-height: 1;
    text-align: center;
}
#cms #cms-about-us p {
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
}
#cms #cms-about-us p:last-child{margin-bottom: 0;}
.our-team-text {
    background: transparent;
    padding: 16px 0;
    max-width: 270px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    border-top: none;
}
.cms-box2{
    text-align: left;
    margin-top: -170px;
}
.cms_content{
        max-width: 400px;
    margin: 0 auto;
    margin-bottom: 33px;
}
.cms_content:last-child{margin-bottom: 0;}
.cms_content_ft{
    display: table;
    float: right;
        min-width: 105px;
}
.cms_content_text{
    display: table;
}
.cms_content_ft h2{
    font-size: 45px;
    color: #d2d2d2;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
}
.cms_content_text h4{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#cms #cms-about-us .cms_content_text p,#cms #cms-about-us .our-team-text p:last-child{
    margin-bottom: 0;
}
.page-subheading{
    color: #111111;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1;
}
.page-subheading:hover,#cms #cms-about-us p.title_font:hover{color: #f56b9f;}
.cms-row-right h4{
    font-size: 26px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 35px;
        font-weight: 600;
}
.cms-row-right .title_font{
        font-size: 18px;
    color: #111;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
#cms-about-us .cms-row > .row{
    display: flex;
    align-items: center;
    margin-top: 45px;
}
#cms #cms-about-us p.des_title{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    margin-bottom: 50px;
}
#cms #cms-about-us .block_center {
    text-align:center;
}
#cms #cms-about-us .block_center.cms-row > .row{
    display:block;
}
.cms-row-left{
    display: inline-block;
    float: right;
    width: 35%;
}
.cms-row-right{
    display: inline-block;
    float: right;
    width: 65%;
    padding-right: 90px;
}
.ffullwidth.cms-row .page-subheading{
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}
.ffullwidth.cms-row .page-subheading:after{
    content: "";
    width: 135px;
    height: 6px;
    background: #f56b9f;
    display: block;
    margin: 35px auto 0;
}
.ffullwidth.cms-row{
    background: url(../field-css/bg_about.jpg) center center no-repeat;
    padding: 100px 0;
}

.contact-rich h4,.contact-form h3 {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}
.contact-rich .top_text{
    margin-bottom:20px;
}
.contact-rich .top_text p{
    margin: 0;
    line-height: 30px;
    max-width: 450px;
}
.contact-rich .block_contact_ftc{
    display:block;
    margin-bottom:12px;
}
.contact-rich .block_contact_ftc > div{
    display:inline-block;
    vertical-align:middle;
    color: #666;
    line-height: 25px;
}
.contact-rich .block_contact_ftc > div.data a{
    color: #666;
}
.contact-rich .block_contact_ftc > div.data a:hover{
    color: #f56b9f;
}
.contact-rich .block_contact_ftc .icon{
    font-size: 18px;
    margin-left: 10px;
}
.contact-form {
    background: #fff;
    padding: 0;
    color: #666;
    width: 100%;
}
.contact-form .form-fields .form-group {
    margin-bottom: 18px;
}
.button_contact_us{
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 30px;
    border-radius: 0;
}
.contact-rich {
    color: #666;
    word-wrap: break-word;
}
.input-group .input-group-btn>.btn{
    padding: 8.5px 10px;
}
#contact .contact-form .alert ul{
    margin:0;
}
#main .page-content.page-cms {
    padding: 0;
    text-align: right;
    background: none;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: #111;
}
.bx-wrapper .bx-controls-direction a {
    top: 50%;
}
body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
    display: inline;
    clear: both;
    width: 100%;
}
body#checkout #cart-summary-product-list .media-left {
    padding-left: 10px;
    display: inline-block;
}
body#checkout #cart-summary-product-list .media{
    margin-bottom:10px;
}
body#checkout #cart-summary-product-list img {
    border: none;
    width: 70px;
}
body#checkout .product-quantity {
    display: inline-block;
}
#order-confirmation #content-hook_payment_return{
    margin-bottom:100px;
}
img {
    max-width: 100%;
    height: auto;
}
#Popup_myaccount_form .modal-content .modal-body .links a span.link-item {
    display: block;
    height: 100%;
    box-shadow: -2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1rem;
    margin: 15px 0;
}
#Popup_myaccount_form .modal-content .modal-body .links a span.link-item i{
    font-size: 24px;
    margin-left: 5px;
}
#Popup_myaccount_form .modal-content .modal-footer a:hover {
    background: #f56b9f;
}
#view_wishlist .priority_product{
    margin-top:10px;
    margin-bottom: 0;
    display: inline-block;
}
#module-blockwishlist-view .card-block{padding-bottom: 0;}
#Popup_myaccount_form .modal-content .modal-footer a {
    background: #262626 none repeat scroll 0 0;
    color: #fff;
    display: table;
    line-height: 18px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius:0;
}
#Popup_myaccount_form .modal-header h1{
    font-size: 22px;
    line-height: 1;
    margin: 0 ;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #111;
}
#_mobile_fieldmegamenu>ul .root-item, #_mobile_fieldmegamenu>ul .menu-item {
    display: block;
}
#_mobile_fieldmegamenu ul li.menu-homes li {
    width: 100%;
}
#_desktop_fieldmegamenu .root .menu-items>li.menu-item>.submenu, #_mobile_fieldmegamenu .root .menu-items>li.menu-item>.submenu {
    display: block;
}
#_mobile_fieldmegamenu>ul>li {
    font-size: 16px;
    line-height: 40px;
}
#_mobile_fieldmegamenu>ul>li {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-bottom: 1px dotted #d7dce2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#_mobile_fieldmegamenu ul li .title-text{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    color:#111;
}
#_mobile_fieldmegamenu>ul>li .title span.icon-has-sub {
    display: none;
}
#_mobile_fieldmegamenu {
    width: 100%;
    padding: 15px 15px 0;
    overflow: auto;
    height: 100%;
}
.collapsed-menu[aria-expanded="true"] .add, .collapsed-menu[aria-expanded="false"] .remove {
    display: none;
}

#_mobile_fieldmegamenu .menu-items {
    top: 0!important;
    width: 100%;
    padding: 5px 0 18px;
}
#header .header-nav .cart-preview.active {
    background: transparent;
}
.login-form {
    margin-top: 0;
}
.cart-grid-body a.label:hover {
    color: #f56b9f;
}
body#checkout #header .header-nav {
    padding: 0;
    border-bottom: none;
    max-height: 100%;
    margin-bottom: 0;
    box-shadow: none;
}
button:focus {
    outline: none;
}

#moda_popupnewsletter .modal-header {
    padding: 0;
    border-bottom: none;
}
#newsletter_block_popup {
    position: relative;
}
.newsletter_block_popup_content .block_content {
    position: absolute;
    top: 48%;
    left: 58px;
    text-align: left;
    max-width: 410px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.popup_title h4{
    font-size: 14px;
    color: #444;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.popup_title h2{
    font-size: 34px;
    color: #444444;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: 2px;
    font-family: Poppins !important;
}
.popup_content{
    margin-bottom: 30px;
}
.popup_content p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #444444;
    font-family: droid-serif, serif;
    font-weight: 400;
    font-style: italic;
}
#newsletter-input-popup {
    background-color: #fff;
    border-radius: 0;
    color: #666;
    display: inline-block;
    margin: 0;
    float: none;
    padding: 0 15px;
    font-size: 14px;
    width: 88%;
    font-style: italic;
    outline: 0;
    border: 0.5px solid #ebebeb;
    line-height: 40px;
    text-align: right;
    font-weight: 400;
    font-family: droid-serif, serif;
}
.button_unique.btn{
    background-color: #f56b9f;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    min-width: 120px;
    font-weight: normal;
    font-size: 13px;
    margin-top: 15px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    float: none;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.button_unique.btn:hover{
    background-color: #fff;
    color: #111;
}
#newsletter_block_popup .popup-icon {
    margin-top: 20px;
}
#newsletter_block_popup .popup-icon i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 15px;
    background-color: #f56b9f;
}
#newsletter_block_popup .popup-icon i.fa-facebook{
    background-color: #0f62b7;
    padding: 10px 13px;
}
#newsletter_block_popup .popup-icon i.fa-twitter{
    background-color: #41ade2;
    padding: 10px 10.5px;
}
#newsletter_block_popup .popup-icon i.fa-google-plus{
    background-color: #e14938;
    padding: 10px 8px;
}
#newsletter_block_popup .popup-icon i.fa-pinterest{
    background-color: #ef1438;
    padding: 10px 11px;
}
#newsletter_block_popup .popup-icon i.fa-linkedin{
    background-color: #4080b7;
    padding: 10px 11px;
}
#newsletter_block_popup .popup-icon i.fa-skype{
    background-color: #13caff;
    padding: 10px;
}
.newletter_popup_close{
    text-transform: uppercase;
    color: #333333;
    text-decoration: underline;
    line-height: 1;
    clear: both;
}
.newsletter_block_popup-bottom {
    left: 12px;
    bottom: 10px;
    right: auto;
    cursor: pointer;
    position: absolute;  
}
.newsletter_block_popup-bottom span {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    float: right;
}
.send-response p {
    font-size: 12px;
    padding: 0;
    background: none;
    border: none;
    color: #990000;
    margin: 0;
    padding-bottom: 5px;
}
.newsletter_block_popup-bottom #newsletter_popup_dont_show_again {
    width: 20px;
    height: 20px;
    margin: 0;
    opacity:0;
}
.newsletter_block_popup-bottom #newsletter_popup_dont_show_again:focus, .newsletter_block_popup-bottom #newsletter_popup_dont_show_again:checked {
    opacity: 1;
}
.newsletter_block_popup-bottom label {
    color: #999999;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 20px;
    font-style: italic;
    font-family: droid-serif, serif;
}
#_desktop_field-search-no-popup input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#999;
    opacity: 1; /* Firefox */
}

#_desktop_field-search-no-popup input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#999;
}

#_desktop_field-search-no-popup input::-ms-input-placeholder { /* Microsoft Edge */
    color:#999;
}
.button-popup-sizechart{
    margin-top: 30px;
    background: transparent !important;
    color: #666;
    text-align: right;
    padding: 0;
}
.button-popup-sizechart:hover{
    color:#f56b9f;
}
#Popup_sizechart .modal-dialog {
    max-width: 100%;
    height: auto;
    margin: 10px;
}
#Popup_sizechart .modal-header {
    justify-content: center;
    padding: 8px;
    border-bottom: 1px solid #ebebeb;
}
#Popup_sizechart .modal-header h1 {
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
#Popup_sizechart .modal-body .row{
    display: flex;
    align-items: center;
}
.left-content-size .hover_banner_img {
    text-align: center;
    border: none;
}
.title-measure {
    font-size: 20px;
    line-height: 24px;
    margin: -3px 0 15px;
    text-transform: capitalize;
}
.text-measure li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}
.text-measure li:before {
    content: "\f111";
    font-family: "fontawesome";
    font-size: 10px;
    line-height: 15px;
    margin-left: 5px;
    vertical-align: bottom;
}
.title-measure.a2 {
    margin-top: 25px;
}
h2.title-measure {
    margin-top: 10px;
}
#Popup_sizechart .table-sizegudie {
    border: 1px solid #ebebeb;
    margin: 0;
}
.field-banner-slider .nivo-controlNav {
    padding: 0;
    text-align: center;
    line-height: 1;
    bottom: 5px;
}
#header-menu .v-megamenu-container {
    margin: 0;
    position: relative;
}
.v-megamenu-container {
    display: block;
    float: right;
    width: 100%;
    position: relative;
    z-index: 1;
}
#left-column .v-megamenu-container{
    margin-bottom:40px;
}
.v-megamenu-title {
    background: none repeat scroll 0 0 #f56b9f;
    padding: 0 20px;
    text-align: right;
    border-radius: 4px 4px 0 0;
    height: 50px;
    line-height: 50px;
    position: relative;
}
#left-column .v-megamenu-title {
    display:none;
}
#index .v-megamenu-title.Click:before, #index .v-megamenu-title.active.Click:before {
    content: "";
}
#index .v-megamenu-title:before, body:not(#index) .v-megamenu-title:before {
    color: #ffffff;
    content: "\f107";
    font-family: "fontawesome";
    font-size: 13px;
    line-height: 1;
    margin-top: -6.5px;
    position: absolute;
    left: 20px;
    top: 50%;
    cursor: pointer;
}
#index .header-top:not(.sticky-desktop) .v-megamenu-title:before, #category #header-sticky:not(.sticky-desktop) .v-megamenu-title:before {
    display:none;
}
#product #header-sticky:not(.sticky-desktop) .v-megamenu-title:before {
    display:none;
}
.v-megamenu-title.Click .fa-reorder {
    opacity: 1;
}

.v-megamenu-title .fa-reorder {
    color: #ffffff;
    font-size: 14px;
}
.v-megamenu-title h4 {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    line-height: 20px;
    padding-right: 18px;
    text-transform: uppercase;
}
#header-menu .v-megamenu {
    right: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 999;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0 1px 1px;
    background: #fff;
    display: none;
}
.v-megamenu {
    width: 100%;
    z-index: 999;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0 1px 1px;
    background: #fff;
    border-radius:0 0 4px 4px;
    padding-top: 6px;
}
#left-column .v-megamenu {
    padding-top: 0px;
}
.v-megamenu > ul > li {
    text-transform: uppercase;
    padding-bottom: 0;
    position: relative;
    text-align: right;  
}
#page .v-megamenu ul li a {
    display: block;
}
#header a {
    color: #999999;
}
.v-megamenu > ul > li > a {
    color: #262626;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 43px;
    padding: 0;
    text-transform: capitalize;
    margin: 0 20px;
    border-bottom: 1px solid #f3f3f3;
}
.v-megamenu > ul > li:last-child > a{
    border-bottom:none;
}
.v-megamenu > ul > li.more-vmegamenu > a {
    text-transform: uppercase;
    color:#f56b9f;
}
.v-megamenu > ul > li.more-vmegamenu > a i{
    font-size:14px;
}
.v-megamenu-container .v-megamenu i {
    font-size: 13px;
    display: inline-block;
    margin-left: 0;
    min-width: 32px;
}
.v-megamenu-container .v-megamenu i.fa-mobile{
    font-size: 16px;
}
#page .v-megamenu ul li a {
    display: block;
}
.v-megamenuitem a.opener {
    box-shadow: none;
    border: 0;
}
.v-megamenuitem a.opener {
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    text-align: center;
    top: 15px;
    width: auto;
    line-height: 1;
}
#header-menu .stt-menu{
    max-width: 260px;
    float: left;
}
#_desktop_field-search-no-popup #searchbox {
    position: relative;
    overflow: hidden;
    float: right;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
#mobile-header{
    text-align:center;
}
#_mobile_field-search-no-popup{
    display: inline-block;
    position:relative;
    margin-bottom: 30px;
}
#_mobile_field-search-no-popup #searchbox {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
}
.search_filter {   
    position: relative;
    width: 210px;
    display:inline-block;
    margin-bottom: 0;
    float: right;   
}
.search_filter #category_filter {
    moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 0 none;  
    border-radius: 0 30px 30px 0;   
    font-size: 12px;
    color: #666;
    height: 45px;
    line-height: 45px;
    padding: 0 20px 0 40px;
    position: relative;
    text-transform: none;
    z-index: 1;
}
.search_filter #category_filter option{
    color: #666;
}
#_mobile_field-search-no-popup #search_query_top{
    color: #666666;
}
#_desktop_field-search-no-popup .btn.button-search {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
#_desktop_field-search-no-popup .btn.button-search {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    height: 24px;
    padding: 0;
    position: absolute;
    left: 20px;
    text-align: center;
    top: 0;
    color: #fff;
    font-size: 14px;
    border: none;
}
#_desktop_field-search-no-popup .search_filter:before {
    border-left: 1px solid rgba(0,0,0,0.1);
    content: "";
    height: 25px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
}
#_desktop_field-search-no-popup .search_filter:after {    
    content: "\f0dd";
    color: #666;
    font-family: fontawesome;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -6px;
    z-index: 2;
}

.product-price-and-shipping{
    display: block;
    margin-bottom: 0;
}
.horizontal_mode .left-product:hover .tab_button .wishlist #idWishlist{
    opacity: 1;
}
.background_fullwidth .col-lg-6 {
    padding: 0;
}
#idWishlist{
    top: -30px;
    right: 50%;
    transform:translateX(50%);  
    position:absolute;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
/**********************tabproductsisotope************************/
.tabproductsisotope_fullwidth{
    background: #f9f9f9;
    padding-bottom: 100px;
}
#fieldtabproductsisotope {
    display: block;
    position: relative;
    width: 100%;
}
#fieldtabproductsisotope ul{
        display: table;
    width: 100%;
    margin-bottom: 0;
    margin-top: -45px;
    position: absolute;
        background: rgba(255, 255, 255, 0.10);
}
#fieldtabproductsisotope ul li a{
    display: inline-block;
    width: 25%;
    text-align: center;
    float: right;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
        border-left: 1px solid rgba(255, 255, 255, 0.10);
}
#fieldtabproductsisotope ul li:last-child a{border-left: none;}
#fieldtabproductsisotope ul li a.active,#fieldtabproductsisotope ul li a:hover{
    background: #f56b9f;
}
#fieldtabproductsisotope .row .fieldtabproductsisotope-products{
    padding-top: 40px;
}

/**********************Countdown timer************************/
.item-inner .item-countdown-time {
    z-index: 9;
    white-space: nowrap;
    display: inline-block;
}
.item-inner .item-countdown{
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}
.item-inner .item-countdown .section_cout{
    background:#262626;
    float:right;
    display:inline-block;
    text-align:center;
    position: relative;
    margin-left:3px;
    padding-top:5px;
    width:42px;
    height:42px;
    z-index: 1;
}
.item-inner .item-countdown .section_cout:last-child{
    margin-left:0;
}
.item-inner .item-countdown .section_cout span.text{
    display:block;
    font-size:12px;
    text-transform:capitalize;
}
.item-inner .item-countdown .section_cout span{
    color:#fff;
    display:block;
    font-size:16px;
    font-weight:700;    
}
#field_specials_product_block.horizontal_mode .item-inner .left-product{
    width: 50%;
    float: right;
    border: none;
    padding-left: 15px;
}
#field_specials_product_block.horizontal_mode .item-inner .right-product {
    width: 50%;
    float: right;
    padding: 0 45px 0 0;
    text-align: right;
}
#field_specials_product_block.horizontal_mode .item-inner:hover .left-product .cover_image:before{
        display: none;
}
#field_specials_product_block.horizontal_mode .item-inner .product-miniature{
        display: flex;
    align-items: center;
}
#field_specials_product_block.horizontal_mode .item-inner .item-countdown .section_cout{
    background: none;
    float:right;
    display:inline-block;
    text-align:center;
    position: relative;
    margin-left:50px;
    padding-top:0;
    width:55px;
    height:auto;
    z-index: 1;
}
#field_specials_product_block.horizontal_mode .item-inner .item-countdown .section_cout:last-child{margin-left: 0;}
#field_specials_product_block.horizontal_mode .item-inner .item-countdown .section_cout span:first-child{
    background:#f56b9f;
    width:55px;
    height:55px;
    line-height: 55px;
    border-radius: 20px 0;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    display:block;  
}
#field_specials_product_block.horizontal_mode .item-inner .item-countdown .section_cout span.text{
    display:block;
    font-size:15px;
    color: #333333;
    font-weight:bold;
    text-transform:capitalize;
    line-height: 1;
    padding-top: 12px;
}
#field_specials_product_block.horizontal_mode .item-inner .product_name{
    font-size: 26px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
}
#field_specials_product_block.horizontal_mode .item-inner .product-price-and-shipping{
    margin-bottom: 40px;
    float: right;
}
#field_specials_product_block.horizontal_mode .item-inner .product-price-and-shipping .price{
    font-size: 20px;
}
#field_specials_product_block.horizontal_mode .item-inner .product-price-and-shipping .regular-price{
    font-size: 15px;
    color: #666;
}
#field_specials_product_block.horizontal_mode .item-inner .right-product .product-des{
    display: inline-block;
    margin-bottom: 40px;
}
#field_specials_product_block.horizontal_mode .item-inner .right-product .product-des p{
    line-height: 30px;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#field_specials_product_block.horizontal_mode .item-inner .right-product .comments_note{
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
#field_specials_product_block.horizontal_mode .item-inner .button_view_product a{
    font-size: 15px;
    color: #fff;
    background: #232323;
    min-width: 140px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}
.dropdown-divider {
    height: 2px;
    margin: .5rem 0;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    background: none;
}
.facets_content{
    overflow: hidden;
    border: none;
    border-top: none;
    display: block;
}
.v-megamenu > ul > li div.submenu.right-co {
    width: 400px;
}
.v-megamenu .submenu .v-main-section.only-right {
    width: 200px;
    float: right;
}
.v-megamenu .right-section {
    width: 197px;
    float: left;
    min-height: 20px;
}
.v-megamenu > ul > li div.submenu.right-co .sections-contaier{
    display: flex;
    align-items: center;
}
.v-megamenu ul {
    margin-bottom: 0;
}
.v-megamenu .id_menu3 .v-main-section-links > li{
    width:50%;
}
.v-megamenu .v-main-section-products > li, 
.v-megamenu .v-main-section-links > li {
    float: right;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 5px;
}
.v-main-section-links > li > a {
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0 0;
    padding: 0 0 5px;
    text-transform: uppercase;
    display:block;
}
.v-megamenu > ul > li.id_menu3 .submenu{
    width:400px;
}
.v-main-section-links > li > a:hover {
    color: #f56b9f;
}
.v-main-section-sublinks li {
    padding:0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.v-megamenu .v-main-section-sublinks li a {
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    text-transform: capitalize;
    display:block;
}
.v-megamenu .v-main-section-sublinks li a:hover, .v-megamenu > ul > li > a:hover {
    color: #f56b9f;
}   
.v-megamenu > ul > li div.submenu {
    display: none;
    top: 0;
    right:100%;
    width: 600px;
    z-index: 99999;
    border-right:2px solid #f56b9f;
    margin-right:10px;
    position: absolute;
    padding:15px;
    background-color: #f9f9f9;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.v-megamenuitem a.opener {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    text-align: center;
    top: 13px;
    width: 20px;
    color: #666;
    line-height: 20px;
}
.v-megamenuitem a.opener:before {
    content: "\f0da";
    font-family: fontawesome;
    font-size: 12px;
    color:#666666;
}
.v-megamenuitem:hover a.opener:before {
    color:#f56b9f;
}
.v-right-section-products.nbs-flexisel-ul {
    right: 0 !important;
}
.v-right-section-products.nbs-flexisel-ul, .v-bottom-section-links.nbs-flexisel-ul {
    width: 10000%;
    position: relative;
}
.menu-product li {
    text-align: center;
    position: relative;
}
.v-right-section-products.nbs-flexisel-ul li {
    margin: 0;
    width: 315px !important;
    float: right;
    text-align: right;
}
.v-right-section-products.nbs-flexisel-ul li .li-indent, .v-bottom-section-links li a {
    margin-left: 20px;
    position: relative;
    display: block;
}
.v-megamenu .menu-product .product-image-link {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 11px;
}
.v-megamenu > ul > li div.submenu.fmsid1 img {
    height: auto;
    width: 100px;
    margin-left: 154px;
    height: 111px;
    display: inline-block;
    border: 1px solid #f2f2f2;
    float: right;
}
.v-megamenu ul li a.menu-product-name {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 22px;
    right: 0;
    text-align: right;
    font-size: 12px;
    padding-right: 120px;
}
.menu-product-name {
    color: #696c6a;
    font-size: 19px;
    text-transform: none;
    display: block;
    line-height: 26px;
}
.menu-product .price-container {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    line-height: 1;
    border-radius: 0;
    position: absolute;
    right: 0;
    left: auto;
    padding-right: 120px;
    top: 50px;
}
.v-right-section-products.nbs-flexisel-ul li .li-indent, .v-bottom-section-links li a {
    margin-left: 20px;
    position: relative;
    display: block;
}
.v-megamenu .v-right-section-products.nbs-flexisel-ul li div:nth-last-child(1) a.product-image-link {
    border: 0;
    padding: 0;
}
.v-main-section-sublinks li ul {
    display: none;
}
.v-main-section-sublinks li a.opener {
    display: none;
}
.v-megamenu .v-main-section {
    width: 100%;
    float: right;
    min-height: 20px;
}
.v-megamenu .v-bottom-section {
    width: 100%;
    float: none;
    clear: both;
    position: relative;
}
.v-megamenu .v-bottom-section .section-indent {
    padding: 15px;
    overflow: hidden;
    text-align: center;
}
.v-megamenu-container img:hover {
    opacity: 0.8;
}
.home-vmegamenu .v-megamenu {
    position: relative;
    margin-top: -10px;
    width: 100%;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 0 1px 1px;
    padding-bottom: 20px;
    background: #fff;
    margin-bottom: 30px;
    z-index: 1;
}
#_mobile_fieldvmegamenu .v-megamenu {
    position: relative;
    width: 100%;
    border-color: rgba(0,0,0,0.1);
    border-style: solid;
    border-width: 0 1px 1px;
    padding-bottom: 0px;
    background: #fff;
    z-index: 1;
    display: none;
}
#field_list_brands_block .img-wrapper img{
    margin:0 auto;
    width: auto;
}
#field_list_brands_block{
    border-top: 1px solid #ebebeb;
    padding: 90px 0;
}
#product-modal .modal-content .modal-body {
    margin-right: 0;
    padding: 0;
}
#product-modal #product-description-short {
    margin-top: 0;
    text-align: justify;
    line-height: 20px;
    color: #666;
}
#product-modal .modal-content .modal-body .image-caption {
    background: #fff;
    width: 100%;
    padding: 12px;
    border-top: 1px solid #f2f2f2;
}
#product-modal .product-images>li.thumb-container {
    display: block;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
    padding: 0;
}
#product-modal .modal-content .modal-body .product-images {
    margin-right: 15px;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    margin: 0 auto;
    display: block;
}
#product-modal .modal-content .modal-body .product-images img {
    width: 75px;
    cursor: pointer;
    background: #fff;
}
#module-blockwishlist-mywishlist #block-order-detail .right-product .comments_note {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}
#block-order-detail .wishlist_product_detail{
    margin-top: 10px;
}
.product-cover .layer:hover .zoom-in {
    color: #f56b9f;
}   

#field_list_brands_block .owl-item a:hover img {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes hvr-wobble-horizontal{
    16.65% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    33.3% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    49.95% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    66.6% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    83.25% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.left-product .conditions-box{
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    z-index: 3;
    width: 100%;
    line-height: 0;
    text-align: center;
}
.conditions-box span {
    margin: 0;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    min-width: 40px;
    height: 25px;
    line-height: 25px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 25px !important;
    background-color: #f56b9f;
}
.conditions-box span.sale_product, .conditions-box span.on-sale, .conditions-box span.pack {
    left: 15px;
}
.conditions-box span.discount{display: none;}
.conditions-box span.new_product, .conditions-box span.new{
    right: 10px;
    display: none;
}
.conditions-box span.new_product:after, .conditions-box span.new:after{
        content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    background: #111;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.conditions-box span.sale_product, .conditions-box span.on-sale,.conditions-box span.pack{
    left: 15px;
    text-transform: initial;
}
.conditions-box span.sale_product:after, .conditions-box span.on-sale:after, .conditions-box span.pack:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.discount-percentage{
    display:none !important;
}
ul#tab_cates_1{
    display: block;
    margin-bottom: 50px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    line-height: 52px;
    height: 54px;    
}
.product-line-grid-body>.product-line-info{
    margin-bottom:5px;
}
#order-items .order-line {
    display: flex;
    align-items: center;
}
#module-blockwishlist-mywishlist .wishlist_change_button{
    width:100%;
}
#footer .block_newsletter form button[type=submit] {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
}
.fa-instagram:before {
    content: "\f0e1";
}
.quickview .modal-body, .quickview .modal-content {
    min-height: auto;
}
.quickview .modal-body {
    padding: 30px;
}
.quickview .product-quantity .add {
    margin-bottom: 0;
}
.quickview .product-quantity .qty {
    margin-bottom: 30px;
}

#back-top {
        bottom: 10px;
    color: #fff;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #333;
    border-radius: 0;
    padding: 0;
    position: fixed;
    left: 0;
    text-align: center;
    z-index: 200;
    cursor: pointer;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.sticky-desktop #_desktop_fieldmegamenu {
    padding-top: 25px;
}
.breadcrumb-abs{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    background: transparent;
    padding: 15px 22px;
    text-align: left;
}
.breadcrumb-abs:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.title-bgpage{
    color: #111111;
    font-size: 24px;
    margin-bottom: 4px;
    text-transform: uppercase;
    display: none;
}
#wrapper .breadcrumb-no-images{
    margin-top:0;
}
#wrapper .breadcrumb-no-images .breadcrumb{
    position: relative;
    text-align: center;
    background: #141414;
    padding: 15px;
    margin-bottom: 40px;
}
#wrapper .breadcrumb-no-images .breadcrumb li a{
    color: #fff;
    line-height: 1;
    font-size: 17px;
}
#wrapper .breadcrumb-no-images .breadcrumb li:after{
    color: #fff;
    font-size: 17px;
}
.h2.title_pro{
    margin-bottom: 30px;
    font-size: 25px;
}
.category-cover img:hover{
    opacity:0.7;
    transition:0.3s;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-right: 0;
}
.top-smartblogtitle h4{
    color: #262626;
    font-size: 20px;
    margin: 0 0 47px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.blog-categories .top-smartblogtitle h4{
    margin: 0 0 30px;
}
.top-smartblogtitle h4:after{
    content: "";
    top: 100%;
    margin-top: 13px;
    right: 0;
    width: 30px;
    height: 3px;
    background: #222;
    position: absolute;
}
#product-modal .modal-content .modal-body .product-images img:hover,
#product-modal .modal-content .modal-body .product-images img.selected {
    border: 2px solid #f56b9f;
}
#header-menu {
    background: transparent !important;
}
.lang-ar #newsletter_block_popup img{
    transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}
.lang-ar #field_testimonials .des_testimonial:before{
    
}

.vmegamenu_slider_block > .container > div {
    float: right;
}
.vmegamenu_slider_block .v-megamenu-title {
    display: none;
}
.owl-nav{
    opacity: 0;
}
.owl-nav .owl-prev{
    position: absolute;
    right: -15px;
    top: 32%;
}
.owl-nav .owl-next{
    position: absolute;
    left: -15px;
    top: 32%;
}
.owl-nav span{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #232323;
    border-radius: 100%;
}
.owl-nav button:hover span{
    background: #f56b9f;
    transition:0.3s;
}
.owl-dots{
    text-align: center;
    margin-top: 15px;
    height: 10px;
}
.owl-dots button span{
    display: block;
    width: 40px;
    height: 5px;
    margin: 0;
    background: #f2f2f2;
    border: none;
    color: #fff;
    font-size: 0;
    position: relative;
}
.owl-dots button.active span,.owl-dots button span:hover{
    background: #f56b9f;
}

#wl_headertop{
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(255,255,255,0.15);
}
#wl_headertop a{
    color:#fff;
    font-size:16px;
}
#sticky_top #_desktop_cart .click-cart i{
        font-size: 16px;
    color: #999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#sticky_top #_desktop_cart .click-cart i:after{
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    background: transparent;
    border: 1px solid #ebebeb;
    position: absolute;
    right: 0;
}
#_desktop_cart .click-cart .ab-iconcart{
    position: relative;
}
#_desktop_cart .click-cart .ab-iconcart i {
    display: none;
}
#_desktop_cart .click-cart .ab-iconcart:before {
    font-family: 'simple-line-icons';
    content: '\e04f';
    color: #999999;
    font-size: 24px;
    font-weight: bold;
    margin-left: 12px;
}
#_desktop_cart .click-cart .cart-products-count:before {
    font-family: 'Fontawesome';
    content: "\f0da";
    right: -4px;
    top: 0;
    position: absolute;
    font-size: 14px;
    color: #f56b9f;
}
#header .header-nav .blockcart{
    background: none;
    padding: 0;
    margin-top: 50px;
}
#_desktop_cart .click-cart .cart-products-count {
    position: relative;
    top: -5px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
}
#_desktop_cart .click-cart .text-cart{
    font-weight: 500;
    color: #666;
    font-size: 12px;
    display: none;
}
#_desktop_cart .click-cart .total_prcart{
    font-size: 15px;
    color: #111111;
    font-weight: 600;
    padding-right: 0;
    display: none;
}
.setting-desktop .icon-setting-desktop {
    font-size: 16px;
    color: #fff;
}
#_desktop_search {
    bottom: 50px;
    position: relative;
}
.sticky-desktop #_desktop_search {
    top: 24px;
}
#_desktop_search .icon-search-mobile{
    color: #999999;
    font-size: 16px;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: right;
    position: relative;
}
#_desktop_search i {
    font-size: 20px;
}
#_desktop_search .icon-search-mobile:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}
#_desktop_search .icon-search-mobile:hover,
#sticky_top #_desktop_cart .click-cart i:hover,
.setting-desktop .icon-setting-desktop:hover{color: #f56b9f;}
#_desktop_search .icon-search-mobile:hover:after,
#sticky_top #_desktop_cart .click-cart i:hover:after{
    border-color: #f56b9f; 
}

#field-search-no-popup.dropdown-menu{
    border: none;
    min-width: 340px;
    right: 0;
    left: auto;
    padding: 0;
    margin: 0;
}
#field-search-no-popup .search_query{
    background: #fff;
    height: 42px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 20px;
    padding-left: 55px;
    position: relative;
    float: right;
    border: 1px solid #ebebeb;
}
#field-search-no-popup .button-search{
    top: 0;
    left: 0;
    position: absolute;
    border: none;
    border-radius: 0;
    background: #111;
    color: #fff;
    padding: 0;
    width: 42px;
    line-height: 42px;
}
#field-search-no-popup .button-search:hover{background: #f56b9f;}
.sticky-fixed-top #field-search-no-popup.dropdown-menu{margin-top: 9px;}
#item-search .right-search-ajax .price{
    font-size: 15px;
    font-weight: normal;
}
#item-search .product-price-and-shipping{
    text-align: right !important;
    line-height: 1;
}
#item-search .product_name{
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 20px;
}

.staticbanner1 .hover_banner:before,
.banner_left .hover_banner:before,
#smartblogcat .articleContent a:before{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 1;
}
.staticbanner1 .hover_banner:hover:before,
.banner_left .hover_banner:hover:before,
#smartblogcat .articleContent:hover a:before{
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.staticbanner1 .hover_banner:after,
.banner_left .hover_banner:after,
#smartblogcat .articleContent a:after{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 1;
}
.staticbanner1 .hover_banner:hover:after,
.banner_left .hover_banner:hover:after,
#smartblogcat .articleContent:hover a:after{
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#product-modal .modal-content .modal-body figure{
    background: #fff;
    width: 85%;
    margin: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    width: 15%;
}
.open-comment-form {
    margin-bottom: 0;
}
.smartblogcomments #submitComment{
    border-radius: 0;
    background: transparent;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #959595;
    min-width: 140px;
    line-height: 38px;
    padding: 0;
    border-radius: 10px;
}
.smartblogcomments #submitComment:hover, #product_comments_block_tab .footer_links a:hover{
    border: 1px solid #f56b9f;
    color:#f56b9f;
    transition:0.4s;
}
#popup-cart-content .no-product {
    padding: 15px!important;
}
#field_specials_product_block .button-container{
    display:none;
}
.btn-loadmor{
    margin-top:20px;
    margin-bottom: 40px;
    text-align:center;
}
.btn-loadmor a{
    background: #111;
    color: #fff !important;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    min-width: 170px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 10px;
    position:relative;
    z-index: 1;
}
.btn-loadmor a:before {
    content: "";
    position: absolute;    
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index:-1;
    border-radius: 0;
    background: #f56b9f;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-loadmor a:hover{
    background:none;
    transition:0.4s;
}
.btn-loadmor a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover_banner{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.banner_text h2{
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #111111;
}
.banner_text h4{
    color: #f56b9f;
    font-size: 28px;
    margin-bottom: 0;
}

.staticbanner2 .static_text{
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 1;
        width: 100%;
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    text-align: center;
}
.staticbanner2 .static_text h4{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: bold;
}
.staticbanner2 .static_text p{
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}
.staticbanner2 .col-lg-6:last-child .static_text h4{
    margin-bottom: 0;
}
.staticbanner2 .col-lg-6:last-child .static_text p{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.staticbanner2 .hover_banner:before{
    border: 1px solid rgba(255, 255, 255, 0.30);
    bottom: 10px;
    content: "";
    right: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.staticbanner2 .hover_banner:hover:before{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.staticbanner2 .hover_banner img{
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.staticbanner2 .hover_banner:hover img{opacity: 0.8;}

.staticbanner1{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 100px;
}
.banner_content_ft{
    width: 25%;
    float: right;
    text-align: center;
}
.banner_content_ft .content_icon{
    width: 80px;
    height: 80px;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 36px;
    position: relative;
}
.banner_content_ft .content_icon:after{
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    background: #111111;
    position: absolute;
    right: 0;
    z-index: -1;
}
.banner_content_ft:hover .content_icon:after{
    background: #f56b9f;
        box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 1s infinite;
}
.content_icon i{
    font-size: 0;
    color: #fff;
}
.content_icon i:before{
    font-size: 36px;
    line-height: 80px;
}
.banner_content_ft:hover .content_icon i:before{
    animation: beat .25s infinite alternate;
        display: inline-block;
}
.content_text h4{
        font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
}
.content_text h4:hover{color: #f56b9f;}
.content_text p{
    line-height: 23px;
    margin-bottom: 0;
}

#_desktop_cart_sticky{
    float: left;
    line-height: 60px;
    z-index: 9;
    position: relative;
}
#_desktop_cart_sticky .click-cart{
    color:#ffffff;
}
.bx-controls a {
  transform: rotate(90deg);
  right: 50% !important;
  left:0 !important;
  margin-right: -10px;
}
.bx-controls .bx-prev {
  margin-top: 0 !important;
  top: 0px !important
}
.bx-controls .bx-next {
  top: auto !important;
  bottom: 0px !important;
  margin-top: 0 !important;
}
.bx-wrapper .bx-controls-direction a:hover:before{
    color: #f56b9f;
}
.product-line-info.product-price > div{
    display:inline-block;
}
#tags_blog_block_left,.blog-categories,#recent_article_smart_blog_block_left,#smartblogsearch{
    margin-bottom:40px;
}
.hover_article .right_contentblog{
    -webkit-box-shadow: -5px 7px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: -5px 7px 10px 0 rgba(0,0,0,.1);
    box-shadow: -5px 7px 10px 0 rgba(0,0,0,.1);
}
.hover_article:hover .right_contentblog{
    -webkit-box-shadow: -5px 10px 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: -5px 10px 10px 0 rgba(0,0,0,.15);
    box-shadow: -5px 10px 10px 0 rgba(0,0,0,.15);
}
.button-clear-keyup{
    position: absolute;
    width: 15px;
    line-height: 15px;
    text-align: center;
    top: 2px;
    left: 18px;
    color: #111;
    display: none;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu, 
#_mobile_fieldmegamenu .menu-items>li .image-text-menu{
    display: flex;
    margin-top: 3px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text, 
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text{
    flex: 1;
    text-align: right;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .image-menu-left-text, 
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .image-menu-left-text{
    margin-left: 15px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text .title-menu, 
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text .title-menu{
    color: #111;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text button, 
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text button{
    padding: 0 15px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text p, 
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text p{
    margin-bottom: 16px;
    color: #444444;
    line-height: 20px;
    text-align: justify;
}

.sitemap {
    margin-top: 0;
    margin-bottom: 100px;
}
.sitemap ul li{
        font-size: 15px;
    margin-bottom: 1rem;
}
.sitemap-title {
    text-transform: uppercase;
}
.sitemap h2 {
    color: #232323;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    margin-right: -15px;
    width: 100%;
    height: 35px;
}
#stores .page-stores {
    margin-bottom: 100px !important;
}
#stores .page-stores .store-item-footer div:first-child .text-justify,
#stores .page-stores .store-item-container .store-description address{
    line-height: 24px;
}

#product_comments_block_tab div.comment div.comment_author {
    float: right;
    padding-left: 25px;
    width: 240px;
    line-height: 18px;
}
#product_comments_block_tab div.comment div.comment_author span, #product_comments_block_tab div.comment .star_content {
    float: right;
}
#product_comments_block_tab div.comment div.comment_details {
    float: right;
    overflow: hidden;
    max-width: 800px;
}


/**************** custom css *****************/
.elementor-section.elementor-section-stretched{
    margin-right: -50vw;
    right: 50%;
}
/* menu */
.setting-desktop {
    position: unset;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    margin-right: 0;
    float: right;
    margin-top: 50px;
}
#index .setting-desktop .content-setting {
    top: unset;
}
.setting-desktop .content-setting {
    z-index: 9;
    display: none;
    position: absolute;
    right: 5%;
    right: auto;
    width: 190px;
    line-height: normal;
    background: #fff;
    margin-top: 5px;
    padding: 0;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
#_desktop_language_selector, #_desktop_currency_selector {
    display: inline-block;
    padding: 12px 0;
    margin-right: 10px;
}
#header .header-nav .language-selector {
    margin-top: 0;
    white-space: nowrap;
    position: static;
}
#_desktop_currency_selector .dropdown .expand-more, #_desktop_language_selector .dropdown .expand-more {
    color: #000000;
    text-transform: capitalize;
    font-size: 14px;
}
#_desktop_currency_selector .dropdown .expand-more, #_desktop_language_selector .dropdown .expand-more {
    color: #999999;
    text-transform: capitalize;
    font-size: 14px;
}
#_desktop_language_selector:hover .dropdown .expand-more, #_desktop_currency_selector:hover .dropdown .expand-more {
    color: #f56b9f;
}
#_desktop_language_selector ul.dropdown-menu {
    position: absolute;
    top: 150%;
    left: -15%;
    right: auto;
    background: #ffffff;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 130px;
    box-shadow: 0 2px 7px 3px rgba(0,0,0,.1);
}
#_desktop_currency_selector ul li, #_desktop_language_selector ul li, #_mobile_currency_selector ul li, #_mobile_language_selector ul li {
    line-height: 35px;
}
#header .header-nav a, .text_nav, .contact-link-ft span {
    color: #999999;
    font-size: 14px;
}
#_desktop_language_selector ul li img, #_mobile_language_selector ul li img {
    display: none;
}
#_desktop_currency_selector ul li.current a, #_desktop_currency_selector ul li:hover a, #_desktop_language_selector ul li.current a, #_desktop_language_selector ul li:hover a {
    color: #f56b9f !important;
}
#_desktop_currency_selector ul li.current, #_desktop_currency_selector ul li:hover, #_desktop_language_selector ul li.current, #_desktop_language_selector ul li:hover {
    background: none !important;
}
#_desktop_currency_selector ul li a, #_desktop_currency_selector ul li > span, #_mobile_currency_selector ul li a, #_mobile_currency_selector ul li > span, #_desktop_language_selector ul li a, #_mobile_language_selector ul li a {
    padding: 0 12px;
    display: block;
    color: #000000 !important;
    font-size: 13px;
}
/* menu end */

/* slick */

/* slick end */
/* banner welcome end */
.btn_border_top, .btn_border_top:hover, .btn_border_slide_bot, .btn_border_slide_bot:hover{
    background-color: #f56b9f;
}
/* content-welcome */
.content-welcome .elementor-widget-container{
    margin: 170px 155px 100px 155px;
}
.welcome-img .welcome-img1{
    padding-left: -15px;
}
.welcome-img .welcome-img3{
    padding-right: -15px;
}
.welcome-img .elementor-image:before, .welcome-img .elementor-image:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.welcome-img .elementor-image:hover:before{
    background-color: rgba(255,255,255,.2);
    right: 50%;
    left: 51%;
}
.welcome-img .elementor-image:hover:after{
    background-color: rgba(255,255,255,.2);
    top: 50%;
    bottom: 50%;
}
/* content-welcome end */
/****************newarr-product*****************/
.horizontal_mode .item-inner, .feature-product .item-inner, #box-product-grid .item-inner{
    margin: 10px;
    background-color: #f7f7f7;
}
.newarr-product .horizontal_mode .item-inner {
    margin-bottom: 40px;
}
.horizontal_mode .item-inner:hover, .feature-product .item-inner:hover, #box-product-grid .item-inner:hover, 
#product_cates .item-inner:hover{
    box-shadow: 0 2px 7px 3px rgba(0,0,0,.1);
}
.horizontal_mode .item-inner .left-product, .feature-product .item-inner .left-product, #box-product-grid .item-inner .left-product,
 #product_cates .item-inner .left-product{
    padding: 10px;
}
.horizontal_mode img, .feature-product img, #box-product-grid img,  #product_cates img{
    display: block;
    margin: auto;
}
.horizontal_mode .product_name_item, .feature-product .product_name_item, #box-product-grid .product_name_item,  #product_cates .product_name_item{
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    float: none;
}
.category_name {
    display: block;
    color: #444444;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: droid-serif, serif;
}
.horizontal_mode .item-inner .right-product .price, .feature-product .item-inner .right-product .price, 
#box-product-grid .right-product .price,  #product_cates .right-product .price{
    font-weight: 500;
    font-family: Poppins !important;
}
.horizontal_mode .right-product, .feature-product .right-product, #box-product-grid .right-product,  #product_cates .right-product{
    padding-bottom: 15px;
}
#box-product-grid .item-inner:hover .right-product{
    padding-top: 0px;
}
.horizontal_mode .regular-price, .feature-product .regular-price, #box-product-grid .regular-price,  #product_cates .regular-price{
    padding: 0 10px;
}
.horizontal_mode .fa-shopping-cart, .horizontal_mode .fa-refresh, .horizontal_mode .fa-eye,
.feature-product .fa-shopping-cart, .feature-product .fa-refresh, .feature-product .fa-eye,
#box-product-grid .fa-shopping-cart, #box-product-grid .fa-refresh, #box-product-grid .fa-eye,
#product_cates .fa-shopping-cart, #product_cates .fa-refresh,  #product_cates .fa-eye{
    display: none;
}
.horizontal_mode .button_view_product, .horizontal_mode .wishlist, .horizontal_mode .compare, .horizontal_mode .button_quickview, .horizontal_mode .btn-add-to-cart,
.feature-product .button_view_product, .feature-product .wishlist, .feature-product .compare, .feature-product .button_quickview, .feature-product .btn-add-to-cart,
#box-product-grid .button_view_product, #box-product-grid .wishlist, #box-product-grid .compare, #box-product-grid .button_quickview, #box-product-grid .btn-add-to-cart,
#product_cates .button_view_product, #product_cates .wishlist, #product_cates .compare, #product_cates .button_quickview, #product_cates .btn-add-to-cart{
    display: inline-block;
    width: 25%;
    margin-left: -3px;
    line-height: 37px;
    /* margin: 6px 0;
    border-right: 1px solid #ebebeb; */
}
.horizontal_mode .wishlist{
    line-height: 38px;
}
.horizontal_mode .button_quickview, #product_cates .button_quickview{
    border: none;
}
.horizontal_mode .button_view_product:hover, .horizontal_mode .wishlist:hover, .horizontal_mode .compare:hover, .horizontal_mode .button_quickview:hover, .horizontal_mode .btn-add-to-cart:hover,
.feature-product .button_view_product:hover, .feature-product .wishlist:hover, .feature-product .compare:hover, .feature-product .button_quickview:hover, .feature-product .btn-add-to-cart:hover,
#box-product-grid .button_view_product:hover, #box-product-grid .wishlist:hover, #box-product-grid .compare:hover, #box-product-grid .button_quickview:hover, #box-product-grid .btn-add-to-cart:hover,
#product_cates .button_view_product:hover, #product_cates .wishlist:hover, #product_cates .compare:hover, #product_cates .button_quickview:hover, #product_cates .btn-add-to-cart:hover{
    background: #f56b9f;
}
.horizontal_mode .button_view_product:hover a, .horizontal_mode .wishlist:hover a, .horizontal_mode .compare:hover a, .horizontal_mode .button_quickview:hover a, .btn-add-to-cart:hover .add-to-cart:before,
.feature-product .button_view_product:hover a, .feature-product .wishlist:hover a, .feature-product .compare:hover a, .feature-product,
#box-product-grid .button_view_product:hover a, #box-product-grid .wishlist:hover a, #box-product-grid .compare:hover a, #box-product-grid .button_quickview:hover a,
#product_cates .button_view_product:hover a, #product_cates .wishlist:hover a, #product_cates .compare:hover a, #product_cates{
    color: #ffffff;
}
.horizontal_mode .tab_button form:after{
    border: 1px solid #ebebeb;
}
.horizontal_mode .right-product .comments_note, .feature-product .right-product .comments_note, #box-product-grid .right-product .comments_note, #product_cates .right-product .comments_note{
    position: relative;
    line-height: 16px;
    height: 16px;
    text-align: center;
    float: none;
    margin: 3px auto 4px;
    top: 35px;
}
.horizontal_mode .comments_note div.star, .feature-product .comments_note div.star, #box-product-grid .comments_note div.star, #product_cates .comments_note div.star{
    float: none;
}
.horizontal_mode .button-action-bottom, .horizontal_mode .right-product .comments_note,
.feature-product .button-action-bottom, .feature-product .right-product .comments_note,
#box-product-grid .button-action-bottom, #box-product-grid .right-product .comments_note,
#product_catesd .button-action-bottom, #product_cates .right-product .comments_note{
    display: none;
}
.horizontal_mode .item-inner:hover .button-action-bottom, .horizontal_mode .item-inner:hover .right-product .comments_note,
.feature-product .item-inner:hover .button-action-bottom, .feature-product .item-inner:hover .right-product .comments_note,
#box-product-grid .item-inner:hover .button-action-bottom, #box-product-grid .item-inner:hover .right-product .comments_note,
#product_cates .item-inner:hover .button-action-bottom, #product_cates .item-inner:hover .right-product .comments_note{
    display: block;
}
.horizontal_mode .item-inner:hover .product_name, .horizontal_mode .item-inner:hover .product-price-item,
.horizontal_mode .item-inner:hover .category_name,
.feature-product .item-inner:hover .product_name, .feature-product .item-inner:hover .product-price-item,
.feature-product .item-inner:hover .category_name,
#box-product-grid .item-inner:hover .product_name, #box-product-grid .item-inner:hover .product-price-item,
#box-product-grid .item-inner:hover .category_name,
#product_cates .item-inner:hover .product_name, #product_cates .item-inner:hover .product-price-item,
#product_cates .item-inner:hover .category_name{
    display: none;
}
.conditions-box span.on-sale:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -11px;
    left: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 11px solid #222;
    display: inline-block;
    border-bottom-color: #f56b9f;
}
.conditions-box span.on-sale:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    left: 0;
    top: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 11px solid #222;
    border-top-color: #f56b9f;
    background-color: unset !important;
}
.horizontal_mode, .feature-product, #box-product-grid, #product_cates{
    counter-reset: my-sec-counter;
}
.horizontal_mode .owl-dots button:before, .feature-product .owl-dots button:before, #box-product-grid .owl-dots button:before, #product_cates .owl-dots button:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: relative;
    bottom: -4%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #ffffff;
}
.horizontal_mode .owl-dots span, .feature-product .owl-dots span, 
#box-product-grid .owl-dots span, #product_cates .owl-dots span{
    width: 30px !important;
    height: 18px !important;
    position: relative;
    border-radius: 0 !important;
    margin: 0 10px !important;
    background-color: #f56b9f;
}
.owl-theme .owl-dots .owl-dot span{
    bottom: 17px;
    background-color: #292d2e;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #f56b9f;
}
.owl-theme .owl-dots .owl-dot:hover span:before, .owl-theme .owl-dots .owl-dot.active span:before{
    border-bottom: 9px solid #f56b9f;
} 
.owl-theme .owl-dots .owl-dot:hover span:after, .owl-theme .owl-dots .owl-dot.active span:after{
    border-top: 9px solid #f56b9f;
}
.horizontal_modect .slick-dots{
    top: 115%;
}
.horizontal_mode .owl-dots span:before, .feature-product .owl-dots span:before, 
#box-product-grid .owl-dots span:before, #product_cates .owl-dots span:before{
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 9px solid #292d2e;
}
.horizontal_mode .owl-dots span:after, .feature-product .owl-dots span:after, 
#box-product-grid .owl-dots span:after, #product_cates .owl-dots span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 9px solid #292d2e;
}
.feature-product .slick-dots{
    width: 50%;
    left: 25%;
}
.newarr-product-img .elementor-image{
    overflow: hidden;
}
.newarr-product-img .elementor-image img{
    transition: transform .5s ease;
    width: 100%;
}
.newarr-product-img .elementor-image:hover img{
    opacity: 0.5 !important;
    transform: scale(1.1,1.1);
}
.horizontal_mode .tab_button_addcart, .feature-product .tab_button_addcart{
    display: none;
}
.horizontal_mode .tab_button, .feature-product .tab_button{
    /* box-shadow: 0 0px 5px 0px rgba(0,0,0,.1); */
    display: block;
    /* border: 1px solid #ebebeb; */
}
.new-arrivals-title-infor span{
    font-style: italic;
    font-family: droid-serif, serif;
    font-weight: 400;
}
/****************newarr-product-end*****************/

/****************featured-deals-week*****************/
.featured-deals-week.elementor-section.elementor-section-stretched{
    margin-right: -50vw;
    right: 50%;
}
/****************featured-deals-week*****************/
/****************field-deal-products*****************/
.field-deal-products .horizontal_mode .item-inner{
    margin: 0 !important;
    background-color: unset;
}
.field-deal-products .item-inner .left-product{
    float: right;
    margin: 65px 0;
    margin-right: 0;
}
.field-deal-products .item-inner .left-product img{
    float: right;
    width: 95%;
}
.field-deal-products .item-inner .right-product{
    position: absolute !important;
    right: 55.5%;
    top: 19%;
    padding-bottom: 17%;
}
.field-deal-products .item-inner .right-product .product_name{
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    text-align: right;
    margin-bottom: 5px;
    font-family: Poppins !important;
}
.field-deal-products .item-inner .right-product .product_name a{
    color: #ffffff;
}
.field-deal-products .item-inner .left-product .hover_image{
    top: 0 !important;
}
.field-deal-products .item-inner .left-product .hover_image img{
    box-shadow: 0 2px 7px 3px rgba(0,0,0,.1);
}
.field-deal-products .tab_button_addcart{
    display: block;
}
.field-deal-products .tab_button, .field-deal-products .button_view_product a:before, 
.field-deal-products .add-to-cart:before{
    display: none;
}
.field-deal-products .item-inner .right-product .price{
    float: right;
    color: #ffffff;
    font-size: 30px;
    padding-right: 0 !important;
}
.field-deal-products .product-miniature .product-price-and-shipping{
    text-align: right;
}
.field-deal-products .button-action-bottom{
    bottom: 0;
    float: right;
}
.featured-deals-week .item-inner .left-product{
    padding: 0 10px;
}
.head-title-deal-product{
    position: absolute;
    top: 13%;
    left: 31.5%;
}
.head-title-deal-product span{
    font-size: 15px;
    font-family: Poppins !important;
}
.field-deal-products .horizontal_mode .item-inner:hover .product_name, 
.field-deal-products .horizontal_mode .item-inner:hover .category_name,
.field-deal-products .horizontal_mode .item-inner .right-product .comments_note{
    display: block;
}
.field-deal-products .comments_note div.star{
    float: right;
}
.field-deal-products .comments_note{
    margin-top: 25px;
}
.field-deal-products .description_short{
    font-size: 14px;
    color: #ffffff;
    position: relative;
    top: 60px;
    z-index: 9;
    text-align: right;
    font-family: Poppins !important;
}
.field-deal-products .description_short span{
    font-style: italic;
    color: #ffffff;
}
.field-deal-products .item-inner .item-countdown-time{
    text-align: right;
    float: right;
    padding: 0 25px 20px;
}
.field-deal-products .item-inner .item-countdown-time .section_cout{
    background: none;
    padding: 0 50px 70px;
}
.field-deal-products .item-inner .item-countdown-time .section_cout .text{
    font-size: 14px;
    font-family: Poppins !important;
    text-transform: uppercase;
    padding-left: 12px;
    padding-top: 5px;
    float: left;
}
.field-deal-products .item-inner .item-countdown-time .section_cout:nth-child(2) .text,
.field-deal-products .item-inner .item-countdown-time .section_cout:nth-child(3) .text{
    padding-top: 8px;
}
.field-deal-products .item-countdown .Days, .field-deal-products .item-countdown .Seconds,
.field-deal-products .item-countdown .Hours, .field-deal-products .item-countdown .Minutes{
    float: left;
}
.field-deal-products .item-countdown .Days, .field-deal-products .item-countdown .Seconds{
    padding: 37px 55px 35px 25px;
    font-size: 18px;
}
.field-deal-products .item-countdown .Hours, .field-deal-products .item-countdown .Minutes{
    padding: 35px 55px 35px 30px;
    font-size: 18px;
}
.field-deal-products .item-countdown .Days{
    background: url("../../assets/images/deal-day.png") no-repeat;
}
.field-deal-products .item-countdown .Minutes{
    background: url("../../assets/images/deal-min.png") no-repeat;
}
.field-deal-products .item-countdown .Seconds{
    background: url("../../assets/images/deal-m.png") no-repeat;
}
.field-deal-products .item-countdown .Hours{
    background: url("../../assets/images/deal-hour.png") no-repeat;
}
.field-deal-products .item-countdown .text{
    margin-top: 5px;
    margin-left: 5px;
}
.field-deal-products .horizontal_mode .button-action-bottom{
    display: block;
}
.field-deal-products .button-action-bottom{
    top: 65px;
    background: none;
    margin-bottom: 0;
}
.field-deal-products .horizontal_mode .btn-add-to-cart{
    display: block;
    width: unset;
    border: none;
}
.field-deal-products .horizontal_mode .btn-add-to-cart:hover{
    background: unset;
}
.horizontal_mode.field-deal-products .button_view_product a, .horizontal_mode.field-deal-products .add-to-cart{
    position: relative;
    right: 0;
    top: 90px;
    float: right;
    font-size: 14px;
    border-radius: 30px;
    width: 150px;
    color: #000;
    height: 50px;
    background: #ffffff;
    border-radius: 30px;
    border: 2px solid #454545;
    line-height: 40px;
    text-transform: uppercase;
    font-family: Poppins !important;
    font-weight: 600;
}
.field-deal-products .button_view_product a:hover, .field-deal-products .add-to-cart:hover{
    background-color: #f56b9f;
    color: #ffffff;
    border-color: #f56b9f;
}
.field-deal-products .item-inner .right-product .category_name{
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    font-style: italic;
    font-family: droid-serif, serif !important;
}
.field-deal-products .item-inner .right-product .comments_note{
    position: relative;
    margin-top: 0;
    top: 65px;
}
.field-deal-products .item-inner .item-countdown{
    position: relative;
    top: 90px;
    margin-bottom: 0;
}
/****************newarr-product-bottom*****************/
.newarr-product-bottom, .nearr-product-top{
    margin: 0 -10px;
}
.newarr-product-bottom .owl-dots{
    position: relative;
    top: 45px;
}
.newarr-product-bottom .owl-dots:before{
    bottom: -1px;
}
.newarr-product-bottom .owl-dots button:before{
    bottom: unset;
    top: 1px;
}
.owl-theme .owl-dots .owl-dot{
    background: #ffffff;
    margin: 0 25px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}
.newarr-product-bottom .slick-dots{
    left: 50%;
}
.owl-dots {
    counter-reset: my-sec-counter;
    right: 50%;
    bottom: -70px;
}
.owl-dots:before {
    content: '';
    width: 50%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
    /* transform: translateY(-40%); */
    left: 25%;
    border-bottom: 1px dashed rgba(0,0,0,.5);
}
/****************newarr-product-bottom-end*****************/
/****************dinamon-content*****************/
.dinamon-content{
    padding: 100px 0;
}
.dinamon-content .elementor-image-box-description{
    margin-top: 25px;
}
.dinamon-content .dinamo_description{
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}
.dinamon-content .link_description{
    color: #ffffff;
    font-size: 18px;
    font-family: Poppins !important;
}
.dinamon-content .elementor-image-box-description a.link_description:hover{
    color: #f56b9f;
}
.dinamon-content .elementor-image-box-description a:before{
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    background: #fff;
}
.dinamon-content .link-des{
    margin-top: 45px;
    margin-bottom: 0;
}
/****************dinamon-content end*****************/
/****************banner-bottom*****************/
.banner-bottom1 .elementor-image:before, .banner-bottom1 .elementor-image:after,
.banner-bottom2 .elementor-image:before, .banner-bottom2 .elementor-image:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.banner-bottom1 .elementor-image:hover:before, .banner-bottom2 .elementor-image:hover:before{
    background-color: rgba(255,255,255,.2);
    right: 50%;
    left: 51%;
}
.banner-bottom1 .elementor-image:hover:after, .banner-bottom2 .elementor-image:hover:after{
    background-color: rgba(255,255,255,.2);
    top: 50%;
    bottom: 50%;
}
/****************banner-bottom end*****************/

/****************featured-product*****************/
.featured-product .owl-dots:before{
    width: 50%;
    left: 25%;
}
/****************featured-product end*****************/
#field_testimonials #fieldtestimonials-carousel {
    margin: 0 -20px;
}
#field_testimonials .img_top_testimonial2, #field_testimonials .img_top_testimonial3, 
#field_testimonials .img_top_testimonial4 {
    display: none;
}
#field_testimonials .img_top_testimonial1 {
    display: block;
    margin: 20px auto 0;
}
.field-brand-slide .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
/* footer */
.social-icon {
    text-align: center;
}
.social-icon li {
    margin: 0 15px;
    display: inline-block;
}
.social-icon li i {
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    bottom: -24px;
}
.social-icon li a .box-r {
    width: 44px;
    height: 26px;
    position: relative;
    background: #303030;
    display: block;
}
.social-icon li a .box-r:before {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 13px solid #303030;
}
.social-icon li a .box-r:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 13px solid #303030;
}
.social-icon li a:hover .box-r {
    background-color: #f56b9f;
}
.social-icon li a:hover .box-r:before {
    border-bottom-color: #f56b9f;
}
.social-icon li a:hover .box-r:after {
    border-top-color: #f56b9f;
}
/* footer end */
/**************** custom css end *****************/


/********************right-column********************/
#right-column .block{
    margin-bottom: 40px;
}
#right-column #tags_block_left{margin-bottom: 90px;}
.top-title-right .title_block{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #444444;
}
.top-title-right .title_block:hover{
    color: #f56b9f;
}
.lang-ar .rev_slider_wrapper,.lang-ar .rev_slider_wrapper * {
    direction: ltr;
}
#right-column .block{
    margin-bottom: 40px;
}
#right-column #tags_block_left{margin-bottom: 90px;}
.top-title-right .title_block{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #444444;
}
.top-title-right .title_block:hover{
    color: #f56b9f;
}
/* .lang-ar .rev_slider_wrapper {
    right: 0!important;
} */
#right-column .title_block {
    border-width: 1px;
    padding: 14px 15px;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #444;
    margin: 0;
    margin-bottom: 20px;
    background-color: #f56b9f;
    text-transform: uppercase;
}
#right-column .title_block a{
    color: #ffffff;
}
#right-column .title_block:before {
    display: none;
    content: "";
    height: 1px;
    width: 90%;
    top: 3.2%;
    left: 5%;
    position: absolute;
    border-bottom: 2px solid #e5e5e5;
}
#right-column .title_block:after {
    display: none;
    content: "";
    position: absolute;
    content: "";
    left: 5%;
    right: 0;
    top: 3.2%;
    width: 50px;
    height: 2px;
    background: #f56b9f;
}
#best-sellers_block_right .title_block{
    background: #f56b9f;
    padding: 10px 15px;
}
#product  #best-sellers_block_right .title_block{
    margin-bottom: 0;
}
#product #best-sellers_block_right .title_block:after, #product #best-sellers_block_right .title_block:before {
    top: 66%;
}
#product  #best-sellers_block_right .title_block a{
    border-bottom: none;
}
.special_products .item-inner:hover .left-product .hover_image{
    left: 0;
    top: 0 !important;
}
.special_products .item-inner{
    background-color: #f7f7f7;
    padding: 10px;
    margin: 10px 0;
    padding-bottom: 20px;
}
.horizontal_mode .special_products .item-inner .left-product{
    padding: 0;
}
.special_products .product-miniature .product-description{
    background: #f7f7f7;
    width: 100%;
    height: unset;
}
.horizontal_mode .special_products .item-inner:hover .product_name{
    display: block;
}
.horizontal_mode .special_products .right-product .comments_note{
    top: 0;
    display: none !important;
}
/* special_block_right */
.special_block_right .owl-carousel .owl-stage, .special_block_right .owl-carousel.owl-drag .owl-item {
    width: 100%!important;
}
.special_block_right .item-inner .right-product {
    padding-top: 60px;
}
.special_block_right.horizontal_mode .item-inner .left-product .hover_image{
    padding-right: 0;
    left: 0;
}
.banner_product_detail {
    display: block;
    margin: 40px 0 50px;
}
.product_img:before, .product_img:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 29%;
    top: 34%;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.banner_product_detail .product_img:hover:before {
    background-color: rgba(255,255,255,.2);
    right: 50%;
    left: 51%;
}
.banner_product_detail .product_img:hover:after {
    background-color: rgba(255,255,255,.2);
    top: 63%;
    bottom: 50%;
}
.special_block_right .comments_note div.star {
    float: none;
    margin-left: -5px;
    font-size: 13px;
}
.special_block_right .product_name_item{
    margin-top: 9px;
    margin-bottom: 5px;
    width: 100%;
    max-width: unset;
}
.special_block_right .product_name {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    color: #000;
}
.special_block_right .product-price-and-shipping .price {
    font-size: 16px;
    font-weight: 600;
}
.special_block_right .product-miniature .regular-price {
    font-size: 13px;
}
/* special_block_right end */
/* field_product_cates_block */
#product_cates .item-inner{ 
    background-color: #f7f7f7;
}
#field_product_cates_block .top-title{
    margin-bottom: 20px;
}
#field_product_cates_block .owl-dots{
    counter-reset: my-sec-counter;
}
#field_product_cates_block .owl-dots button:after{
    border-top: 9px solid #f56b9f;
}
#field_product_cates_block .owl-dots .owl-dot span{
    width: 30px!important;
    height: 18px;
    position: relative;
    border-radius: 0!important;
    margin: 0 10px;
    bottom: 5px;
}
#field_product_cates_block .owl-dots .owl-dot span:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #000;
    font-size: 14px;
    transform: translate(-50%,-50%);
}
#field_product_cates_block .top-title .title_block .title_text{
    width: 100%;
    color: #444444;
    text-transform: capitalize;
    font-size: 36px;
}
#field_product_cates_block .sub_title{
    width: 100%;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 100;
    text-transform: none;
    font-family: droid-serif, serif;
}
#field_product_cates_block .img_top_product_cate{
    display: block;
    margin: 10px auto;
}
#field_product_cates_block .img_top_product_cate img{
    width: 80%;
}
#field_product_cates_block .img_top_product_cate .img1,
#field_product_cates_block .img_top_product_cate .img3,
#field_product_cates_block .img_top_product_cate .img4{
    display: none;
}
#field_product_cates_block .item-inner:hover .left-product .hover_image{
    right: 0;
}
#field_product_cates_block .item-inner:hover .button-action{
    display: block;
    opacity: 1;
}
#field_product_cates_block .item-inner .button-action{
    -webkit-clip-path: unset;
    clip-path: unset;
}
#field_product_cates_block .button-action .tab_button{
    padding: 0;
    background-color: #ffffff;
}
#field_product_cates_block .item{
    padding: 10px 5px;
}
#field_product_cates_block .button-action .tab_button a:before, #field_product_cates_block .button-action .tab_button i{
    color: #000000;
}
#product_cates .wishlist:hover i, #product_cates .compare:hover a:before, 
#product_cates .button_quickview:hover a:before,
#field_product_cates_block .button_view_product:hover a:before{
    color: #ffffff;
}
#product_cates .wishlist, #product_cates .compare, #product_cates .button_quickview, #product_cates .btn-add-to-cart{
    width: 27%;
}
#product_cates .right-product .comments_note{
    padding-bottom: 55px;
}
#product_cates .item-inner .button-action{
    top: 37px;
    width: 67%;
}
/* field_product_cates_block end */
/* about us */
.block {
    margin-bottom: 100px;
}
#cms-about-us .block_top{
    text-align: center;
}
.page-subheading {
    font-size: 24px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1;
    text-align: center;
}
#cms #cms-about-us p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.4;
}
#cms #cms-about-us p:last-child {
    margin-bottom: 0;
}
#cms #cms-about-us .tille-process {
    text-align: left;
}
.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}
.progress>div {
    border-radius: 7px;
}
#cms #cms-about-us p.des_title {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
}
.cms-box.our-team>div {
    margin-top: 30px;
}
#cms #cms-about-us .our-team img {
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#cms #cms-about-us img {
    margin: 0;
}
.page-content.page-cms .cms-box img {
    max-width: 100%;
}
#cms #cms-about-us .our-team p {
    line-height: 1;
    text-align: center;
}
#cms #cms-about-us p.title_font {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 600;
}
/* about us end */
/* about us */
.block {
    margin-bottom: 100px;
}
#cms-about-us .block_top{
    text-align: center;
}
.page-subheading {
    font-size: 24px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1;
    text-align: center;
}
#cms #cms-about-us p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.4;
}
#cms #cms-about-us p:last-child {
    margin-bottom: 0;
}
#cms #cms-about-us .tille-process {
    text-align: left;
}
.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}
.progress>div {
    border-radius: 7px;
}
#cms #cms-about-us p.des_title {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
}
.cms-box.our-team>div {
    margin-top: 30px;
}
#cms #cms-about-us .our-team img {
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#cms #cms-about-us img {
    margin: 0;
}
.page-content.page-cms .cms-box img {
    max-width: 100%;
}
#cms #cms-about-us .our-team p {
    line-height: 1;
    text-align: center;
}
#cms #cms-about-us p.title_font {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 600;
}
/* about us end */


.star_content {
    display: flex;
    justify-content: center;
}
.horizontal_mode .item-inner:hover .right-product {
    padding-bottom: 17.3px;
}




@media (width: 991px) {

#mobile-header {
  display: none;
}
 #index #desktop-header.header_style_1 {
    display: block;
    position: relative;
}
#header .header_style_1 .header-nav {
  display: none;
}
 #index .header_style_1 #header-sticky {
    top: 0;
    display: block !important;
    position: relative;
  }
#_desktop_cart .click-cart .text-cart.hidden-md-down,
#_desktop_cart .click-cart .total_prcart.hidden-md-down {
  display: none !important;
}
#header .header_style_2 .header-top .container {
  width: 100%;
}
.header_style_2 #wishlist-nav {
  margin-right: 0;
}
.hidden-md-down {
    display: block !important;
  }
#desktop-header.header_style_1 #header-sticky > .container {
  width: 100%;
}


}



#product_comparison .horizontal_mode .product_name_item {
    display: block;
}
#field_product_cates_block .img_top_product_cate {
    background-image: url(./line-icon.png);
    height: 40px;
    background-position-x: 50%;
}
#field_product_cates_block .img_top_product_cate img {
    display: none;
}
.block-categories .category-sub-menu li:last-child {
    border-bottom: none;
}
#box-product-list .right-product .star_content {
    justify-content: flex-start;
}
#search_filters .facet .facet-label {
    text-align: right;
}
div#content-wrapper .product_right .comments_note .star_content {
    justify-content: flex-start;
}
div#js-product-list .products #box-product-grid .item-inner:hover .right-product {
    padding-bottom: 25px;
}
.product-additional-info p.buttons_bottom_block {
    display: none;
}
.contact-rich-top {
    padding-bottom: 100px;
    margin-top: 50px;
    border-bottom: 1px solid #ebebeb;
}
.contact-description {
    margin-top: 100px;
    margin-bottom: 40px;
}
.social-contact li{
    display: inline-block;
    margin-left: 40px;
}
.social-contact ul a i {
    font-size: 20px;
    color: #c2c2c2;
}

#main .page-content.page-cms .basic-content .cms-box{
    text-align: center;
}
#main .page-content.page-cms .basic-content .cms-box.img-content-about-us{
    overflow: hidden;
    display: block;
    position: relative;
}
.page-content.page-cms .basic-content .cms-box.img-content-about-us:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(255,255,255,.2);
    content: '';
    transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
    -ms-transition: -ms-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    -o-transition: -o-transform 0.8s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
}
.page-content.page-cms .basic-content .cms-box.img-content-about-us:hover:before {
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,190%,0);
}
.tille-process {
    font-size: 14px;
    text-align: left;
    font-style: italic;
    text-transform: uppercase;
}
.horizontal_mode .item-inner:hover .right-product {
    padding-bottom: 13px;
}
.featured-deals-week .field-deal-products.horizontal_mode .product-miniature .product-price-and-shipping {
    width: 100%;
    float: none;
}
.featured-deals-week .field-deal-products .horizontal_mode .item-inner .right-product .comments_note {
    width: 100%;
    display: inline-block;
}
.featured-deals-week .field-deal-products .horizontal_mode .item-inner .right-product .comments_note .star_content.clearfix {
    justify-content: end;
}
.featured-deals-week .field-deal-products .item-inner .item-countdown-time span.section_cout {
    border: 0 !important;
    padding: 0 !important;
}
.featured-deals-week .field-deal-products.horizontal_mode .right-product .item-countdown-time .section_cout span {
    color: #fff !important;
}
.featured-deals-week .field-deal-products .item-inner .item-countdown-time span.section_cout {
    border: 0 !important;
    padding: 0 !important;
}
.featured-deals-week .field-deal-products .item-inner .item-countdown-time {
    padding: 0 !important;
}
.featured-deals-week .field-deal-products.horizontal_mode .right-product .item-countdown-time .section_cout span.text {
    margin: 0;
    padding: 0;
    text-align: center;
}
.featured-deals-week .field-deal-products.horizontal_mode .right-product .item-countdown-time .section_cout span {
    padding: 0;
  width: 100%;
  height: 100%;
  line-height: 88px;
  text-align: center;
}
.featured-deals-week .field-deal-products.horizontal_mode .right-product .item-countdown-time .section_cout span.text {
  line-height: 30px;
}
.featured-deals-week .field-deal-products.horizontal_mode .right-product .item-countdown-time .section_cout {
    margin-right: 25px;
    width: 76px;
  height: 88px;
}
.featured-deals-week .field-deal-products.horizontal_mode .right-product .item-countdown-time .section_cout:last-child {
    margin-right: 0;
}
.featured-deals-week .field-deal-products .item-inner .right-product {
    height: 100%;
    padding: 0;
}
.featured-deals-week .field-deal-products .item-inner .item-countdown {
    height: auto;
    display: inline-block;
}
.featured-deals-week .horizontal_mode.field-deal-products .button_view_product a, .horizontal_mode.field-deal-products .add-to-cart {
    top: 60px;
}
.field-deal-products .item-inner .right-product .category_name {
    margin-bottom: 0;
}
rs-navmask.tp-thumb-mask rs-thumb.tp-thumb span.tp-thumb-title {
    display: none !important;
}
rs-navmask.tp-thumb-mask {
    max-height: 170px !important;
}
rs-thumbs-wrap.tp-thumbs-inner-wrapper {
    height: 150px !important;
    margin: 10px 0;
}
div#field_bestsellers.owl-carousel {
    display: block;
}
.special_products.owl-carousel {
    display: block;
    padding: 0 15px;
}
.horizontal_mode .special_products .item-inner:hover .right-product {
    padding-bottom: 15px;
}
div#js-product-list .products #box-product-grid .right-product .product_name {
    text-align: center;
}
#box-product-grid .button-action-bottom {
    margin-top: 0;
    bottom: 20px;
}
#box-product-grid .right-product .comments_note {
    display: block;
    top: 0px;
}
#box-product-grid .item-inner:hover .right-product .comments_note {
    top: 50px;
}
div#js-product-list .products #box-product-grid .item-inner:hover .right-product {
    padding-bottom: 23px;
}
#box-product-grid .item-inner:hover .right-product .product-price-and-shipping {
    display: none;
}
#left-column #field_bestsellers .item-inner .star_content {
    justify-content: flex-start;
}
#best-sellers_block_right .product-miniature .product-description {
    width: auto;
}
#module-fieldcompare-comparator .footer_link li a:hover {
    color: #fff;
}
#module-fieldcompare-comparator #product_comparison .item .item-inner {
    max-width: max-content;
    margin: 0 auto;
}
#module-fieldcompare-comparator .horizontal_mode .item-inner:hover .product_name,
#module-fieldcompare-comparator .horizontal_mode .item-inner:hover .product-price-item {
    display: block;
}
#module-fieldcompare-comparator .horizontal_mode .item-inner:hover .right-product .comments_note {
    display: none;
}
.simpleblog__share ul li a {
    font-size: 12px;
}
.wishlist a.removeToWishlist span {
    display: none;
}
div#mywishlist .wishlist_footer a.btn {
    color: #fff;
}
#mywishlist .wlp_bought_list > div.item {
    width: 25%;
}
#header .header-nav .currency-selector {
    text-align: center;
}
#field_product_cates_block .img_top_product_cate {
    background-image: url(./line-icon.png);
    height: 40px;
    background-position-x: 50%;
}
#field_product_cates_block .img_top_product_cate img {
    display: none;
}
div#best-sellers_block_right .right-product .star_content {
    justify-content: flex-start;
}

.elementor-widget-FieldElementorWidget-RevSliders rs-fullwidth-wrap {
    direction: ltr;
}





























/********************responsive********************/
@media (min-width:1900px){
    .header_style_2 #_desktop_fieldmegamenu > ul > li.root{
        padding: 10px;
    }
    #_desktop_fieldmegamenu{
        width: 1170px;
        margin: auto;
    }
    #_desktop_fieldmegamenu.fieldmegamenu .root.root-1 .menu-items{
        width: 186px;
        margin-left: -20px;
    }
    .tp-thumbs {
        left: 95px !important;
    }
    .tp-thumb:after {
        bottom: 6px !important;
    }
    #index #header-sticky{
        top: 825px;
    }
    #_desktop_fieldmegamenu.fieldmegamenu .root .menu-items{
        left: unset !important;
    }
    .newarr-product .right-product .comments_note, .feature-product .right-product .comments_note{
        top: 55px;
    }
    #box-product-grid .right-product .comments_note{
        top: 0px;
    }
    #product_cates .item-inner .button-action{
        top: 37px;
    }
    #product_cates .right-product .comments_note{
        top: 37px;
    }
    .newarr-product-bottom .owl-dots button:before {
        top: 0;
    }
    .newarr-product .right-product .comments_note{
        margin: 2px auto 1px;
    }
    .newarr-product .item-inner:hover .button-action-bottom{
        margin-bottom: 1px;
    }
    .newarr-product-img .elementor-widget-container{
        margin: 20px 12px 185px 13px !important;
    }
    .button-action-bottom{
        bottom: 27px;
    }
    .newarr-product .right-product .comments_note{
        top: 38px;
    }
    .owl-dots:before{
        border-bottom: 1px dashed rgba(0,0,0,0.4);
    }
    #field_testimonials #fieldtestimonials-carousel{
        margin: 0 -10px;
    }
    #field_testimonials .testimonial_description{
        width: 95%;
    }
    .field-deal-products .item-inner .left-product {
        right: 0;
    }
    .field-deal-products .item-inner .right-product {
        right: 55% !important;
        top: 20%;
    }
    .head-title-deal-product {
        left: 32.5% !important;
    }
    #field_testimonials #fieldtestimonials-carousel .item {
        margin-left: 52px;
    }
    .product-cover{
        float: unset;
    }
    .banner_product_detail .product_img img{
        width: 100%;
    }
    .special_products .product-miniature .product-description {
        width: 100%;
    }
    .special_block_right .item-inner .right-product {
        padding-top: 25%;
    }
    .special_products .product-miniature .product-description{
        height: 75px;
    }
    .special_block_right .product_name_item{
        margin-top: 22px;
    }
    #newsletter-input-popup{
        border: 1px solid #ebebeb;
    }
    .blog-time time{
        top: 2px;
    }
}
@media (min-width:1600px){
    .setting-desktop{
        left: 6%;
    }
    #sticky_top_cart{
        position: absolute;
        left: 6%;
    }
    .tp-thumb:before{
        top: -11px;
    }
    .tp-thumb:after{
        bottom: 6px;
    }
    .slick-dots li button:after{
        bottom: -8px;
    }
    #module-blockwishlist-mywishlist .product_image .hover_image, 
    .horizontal_mode .item-inner .left-product .hover_image, .vertical_mode .item-inner .left-product .hover_image{
        left: 0;
    }
    .head-title-deal-product{
        left: 35%;
    }
    .field-deal-products .item-inner .left-product{
        right: 0;
    }
    .field-deal-products .item-inner .right-product{
        right: 52.5%;
    }
    .breadcrumb-all-page .img-responsive{
        right: 0;
    }
    .breadcrumb-all-page img.img-responsive{
        width: 100% !important;
    }
    #box-product-grid img{
        width: 100% !important;
    }
}
@media (min-width: 1200px){
    #Popup_sizechart .modal-dialog {
        max-width: 1100px;
        margin: 30px auto;
    }
}
@media (min-width: 992px){
    #Popup_myaccount_form .modal-dialog {
        min-width: 800px;
    }
}
@media (max-width:1199px){
    #module-blockwishlist-view .card-block{padding: 30px 0 0;}
    .wlp_bought_list > div .item-inner{
        max-width: 270px;
        margin: 0 auto;
    }
    .block_newsletter{
        padding: 0 30px;
        text-align: center;
            width: 100%;
    }
    .cms-row-left{width: 45%;}
    .cms-row-right{
        width: 55%;
        padding-right: 30px;
    }
    .smart-blog-home .news_module_image_holder h3 a{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 18px;
    line-height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
    .smart-blog-home .container{padding: 0;}
    .lang-ar #_desktop_user_info > div.button-popup-create-account,
    .lang-fr #_desktop_user_info > div.button-popup-create-account,
    .lang-es #_desktop_user_info > div.button-popup-create-account{
        padding: 0 20px 0 0;
    }
}
@media (max-width:1199px)and (min-width:1025px){
    .rev_slider_wrapper.fullwidthbanner-container{
        
    }
    .tp-thumbs {
        left: 50px !important;
    }
    .fieldmegamenu .root-item .title{
        padding: 0 18px;
    }   
    #_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .img-menu-3 {
        margin-top: -83px;
    }
    .footer-center .block-social li:not(:first-child){
        margin: 0 0 0 2px;
    }
    #footer #linklist-ft.links ul i{display: none;}
    .footer-center .block-social li:first-child{
        line-height: 24px;
        margin-bottom: 15px;
    }
    #footer .footer-center .block-contact.links ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .left-nav{padding-left: 0;}
    .contact-link-ft{margin-left: 10px;}
    .contact-link-ft:first-child:after{    margin-right: 7px;}
}

@media (max-width:1024px){
    /* #rev_slider_1_1_wrapper{
        left: -20px !important;
    } */
    #_desktop_fieldmegamenu.fieldmegamenu .menu-items .menu-page{
        padding: 0 12px;
        margin-top: 0;
        margin-bottom: 17px;
    }
    .rev-slide .tp-bgimg{
        background-position-x: 50px;
    }
    .tp-thumbs {
        left: 13px !important;
    }
    #_desktop_fieldmegamenu.fieldmegamenu .menu-homes .menu-items>li{
        padding: 0 13px;
    }
    #_desktop_fieldmegamenu.fieldmegamenu .root.root-1 .menu-items {
        padding: 0 0 12px 0;
    }
    .header_style_2 #_desktop_fieldmegamenu > ul > li.root{
        margin-right: 0;
    }
    #_desktop_fieldmegamenu.fieldmegamenu .root .menu-items{
        padding: 0 3px 5px 5px;
    }
    .fieldmegamenu .root-item .title{
        font-size: 12px;
        padding: 0 13px;
    }
    .content-welcome .elementor-widget-container {
        margin-top: 160px;
    }
    .horizontal_mode .item-inner:hover .left-product .hover_image{
        width: 100%;
        padding: 0 0 0 20px;
    }
    #module-blockwishlist-mywishlist .product_image .hover_image, .horizontal_mode .item-inner .left-product .hover_image, .vertical_mode .item-inner .left-product .hover_image{
        width: 100%;
        padding-left: 20px;
    }
    .newarr-product-img .elementor-image img{
        height: 320px;
    }
    .field-deal-products .item-inner .left-product img {
        float: right;
        width: 80%;
    }
    .field-deal-products .item-inner .item-countdown-time .section_cout{
        padding-right: 50px;
    }
    .horizontal_mode.field-deal-products .button_view_product a, .horizontal_mode.field-deal-products .add-to-cart{
        top: 65px;
        position: relative;
        z-index: 9;
    }
    .head-title-deal-product{
        top: 11%;
        left: 31.5%;
    }
    .img-menu-2{
        margin-bottom: -140px;
    }
    .img-menu-2 img{
        height: 214px;
    }
    .welcome-img .elementor-image {
        padding: 0 15px;
    }
    .featured-deals-week .item-inner .left-product {
        padding: 0 20px;
    }
    .field-deal-products .item-inner .right-product{
        right: 54%;
        top: 16%;
    }
    .field-deal-products .item-inner .item-countdown, .field-deal-products .button_view_product a{
        top: 70px;
    }
    .field-deal-products.horizontal_mode .item-inner .left-product .hover_image{
        width: unset;
        padding-right: 10px;
        padding-left: 10px;
    }
    .banner-bottom-img .elementor-image {
        padding: 0 15px;
    }
    .ph_simpleblog {
        margin: 0 15px;
    }
    .blog-time time{
        top: 2px;
    }
    .simpleblog__listing__post__wrapper__footer__block i{
        display: none;
    }
    .field-brand-slide{
        margin-right: 10px;
        margin-left: 10px;
    }
    #box-product-grid .item-inner:hover .left-product .hover_image {
        padding: 0 20px 10px 0;
    }
    #box-product-grid.horizontal_mode .item-inner .left-product .hover_image{
        padding-right: 20px;
    }
    .footer-maps{
        padding-right: 15px;
        padding-left: 15px;
        padding: 95px 0;
    }
    .footer-infor .elementor-widget-wrap{
        padding: 0 30px;
    }
    #box-product-grid .item-inner:hover .right-product{
        margin-top: 5px;
    }
    #cms #cms-about-us p{
        line-height: 1;
    }
}
@media (max-width:991px){
	
.vertical_mode .item-inner .left-product {
  margin-left: 10px;
}
div#js-product-list .products #box-product-grid .item-inner:hover .right-product {
  padding-bottom: 19px;
}
    .lang-ar #wishlist-nav:after,.lang-ar .language-selector:after,.lang-ar .currency-selector:after{
        margin-left: 9px;
    }
    .lang-ar #_desktop_language_selector,.lang-ar #_desktop_currency_selector,
    .lang-fr #_desktop_language_selector,.lang-fr #_desktop_currency_selector,
    .lang-es #_desktop_language_selector,.lang-es #_desktop_currency_selector{
        margin-right: 16px;
    }
    #module-blockwishlist-view .horizontal_mode .item-inner{max-width: 270px;}
    #blockcart-modal .cart-content {
        padding-left: 0;
    }
    .checkout_nav{margin-right: 0 !important;}
    .checkout_nav:after{display: none;}
    .block_newsletter{
        padding: 0 15px;
    }
    #_mobile_fieldmegamenu .img-menu-3{margin-top: -96px;}
    .ffullwidth.cms-row .our-team > div{
        text-align: center;
        margin-bottom: 30px;
    }
    .ffullwidth.cms-row.block{
        padding-bottom: 70px;
        background-attachment: fixed;
        background-blend-mode: screen;
        background-clip: border-box;
        background-color: rgba(0, 0, 0, 0);
        background-size: cover;
        background-origin: padding-box;
        background-repeat: no-repeat;
    }
    #footer .footer-center{
        background-attachment: fixed;
        background-blend-mode: screen;
        background-clip: border-box;
        background-color: rgba(0, 0, 0, 0);
        background-size: cover;
        background-origin: padding-box;
        background-repeat: no-repeat;
    }
    .sdsarticleHeader .title_block{margin-top: 15px;}
    .sdsarticleCat{margin-bottom: 50px;}
    #product-modal .modal-content .modal-body .thumbnails, #product-modal .modal-content .modal-body figure {
        width: 100%;
    }
    #product-modal .modal-content .modal-body .product-images img {
        margin: 0 5px 0;
    }
    #product-modal .modal-content .modal-body .product-images {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .contact-rich .top_text {
        text-align: justify;
    }
    #product .images-container{
        max-width: 450px;
        margin: 0 auto;
    }
    .product_right {
        padding-left: 15px;
    }
    .product_left {
        padding-right: 15px;
    }
    #product .product-prices{    margin-bottom: 20px;}
    .tabs {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    #Popup_sizechart .modal-body .row {
        display: block;
    }
    #wrapper .breadcrumb-no-images {
        margin-top: 40px;
    }
    .blog-categories {
        margin-top: 0;
    }
    #_mobile_cart .right-text{
        display:inline-block;
        margin-left:5px;
    }
    #product-modal .modal-content .modal-body .product-images {
        margin-left: 0;
    }
    #product-modal .product-images>li.thumb-container {
        display: inline-block;
    }
    .right-content-size{
        margin-top:10px;
        overflow: auto;
    }
    #product h1[itemprop="name"]{
        margin-top: 30px;
    }
    #_mobile_fieldmegamenu .menu-bottom p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 32px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #_mobile_currency_selector .currency-selector span{
        color: #444444;
    }
    #_mobile_logo{
        background-color: #ffffff;
        padding: 25px 0;
    }
    #header-moblie > div i{
        color: #444444;
        font-size: 14px;
    }
    #header-moblie > div .ab-iconcart i, #header-moblie .button-popup-signin i{
        display: none;
    }
    #header-moblie .ab-iconcart:before{
        font-family: 'simple-line-icons';
        content: '\e04f';
        font-size: 14px;
        font-weight: bold;
        margin-right: 12px;
        color: #444444;
    }
    #header-moblie .cart-products-count{
        color: #000000;
        margin-left: -10px;
    }
    #header-moblie .button-popup-signin:before{
        font-family: 'simple-line-icons';
        content: "\e08c";
        font-size: 14px;
        font-weight: bold;
        margin-right: 0;
        color: #444444;
    }
    #header .header-nav .blockcart {
        background: transparent;
        height: auto;
        padding: 0;
        margin-left: 0;
        text-align: center;
        white-space: nowrap;
        color: #fff;
    }
    #header-moblie{
        background: #ffffff !important;
        display: block;
        margin-bottom: 0;
        height: 50px;
        line-height: 50px;
        clear: both;
    }
    #header-moblie > div {
        width: 16.66%;
        float: left;
        border-right: 1px solid rgba(235, 235, 235, 0.4);
    }
    #_mobile_language_selector .fa-angle-down, #_mobile_currency_selector .fa-angle-down{
        display: none;
    }
    #_mobile_language_selector img{
        margin-right: 5px;
    }
    #header-moblie > div:last-child{border-right: none;}
    #left-column .banner_left{text-align: center;}
    #left-column .banner_left .hover_banner{display: inline-block;}
    .bn-top{margin-bottom: 40px;}
    #linklist-ft{margin-bottom: 28px;}
    .banner_content_ft{
        width: 50%;
        margin: 0 auto 30px;
    }
    .staticbanner1{    padding-bottom: 60px;}
    #field-search-no-popup.dropdown-menu{
        right: auto;
        left: auto;
        margin-top: 0;
    }
    #field-search-no-popup.dropdown-menu{min-width: 300px;}
    .part_2 {
        margin-top: 60px;
        padding-left: 15px;
    }
}
@media (max-width:991px) and (min-width:768px){
    #box-product-grid.horizontal_mode .item-inner .button-action{width: 100%;}
    #box-product-grid.horizontal_mode .button-action .tab_button{padding: 0 10px;}
    /* #box-product-grid .product-price-item{max-width: 32%;}
    #box-product-grid .product_name_item{max-width: 68%;} */
}
@media (max-width:991px) and (min-width:800px){
    .ffullwidth_content > .row{
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width:800px) and (min-width:768px){
    .item-product-list .left-product{max-width: 250px;} 
    .products-selection .total-products p{letter-spacing: 0;}
    .tabs .nav-tabs .nav-item{padding-right: 28px;}
}
@media (max-width:800px){
    #manufacturer li.brand{    width: 33.33%;}
    .cms-box2{margin-top: 0;}
    .des_testimonial.content {
        
    }
    .cms-row-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .cms-row-right {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .page-subheading{text-align: center;}
    #box-product-grid{
        padding: 0 5px;
    }
    #box-product-grid .item{padding: 0 10px;}
}
@media (max-width:768px){
	
.horizontal_mode .item-inner:hover .right-product {
  padding-bottom: 18.5px;
}
    .lang-ar .rev_slider_wrapper {
        left: 0!important;
        right: -16px !important;
    }
    /* header */
    .setting-desktop{
        display: none;
    }
    #dropdownSearchButton{
        display: block;
    }
    #field-search-no-popup .button-search{
        top: unset;
        right: unset;
    }
    .field-search-no-popup-desktop{
        display: none;
    }
    .field-search-no-popup-mobile{
        display: block;
    }
    #_desktop_language_selector ul li img, #_mobile_language_selector ul li img {
        display: none;
    }
    #_mobile_language_selector ul li.current a, #_mobile_language_selector ul li:hover a,
    #_mobile_currency_selector ul li.current a, #_mobile_currency_selector ul li:hover a{
        color: #f56b9f !important;
    }
    .img-menu-2 {
        margin-bottom: 0;
    }
    #_mobile_fieldmegamenu .menu-items>li.menu-page {
        margin-top: -122px;
    }
    .popup-content{
        max-width: 600px;
    }
    /* header end*/
    /* content-welcome */
    .content-welcome .elementor-widget-container{
        margin: 100px 100px 60px 100px;
    }
    .welcome-img .elementor-image {
        padding: 0 11px;
    }
    /* content-welcome end*/
    .newarr-product-bottom .owl-dots {
        width: 50%;
        right: 25%;
    }
    .newarr-product-img .elementor-image img {
        height: auto;
    }
    .horizontal_mode .compare, .feature-product .compare, #box-product-grid .compare, #product_cates .compare{
        display: none;
    }
    .horizontal_mode .button_view_product, .horizontal_mode .wishlist, .horizontal_mode .compare, .horizontal_mode .button_quickview, .horizontal_mode .btn-add-to-cart, 
    .feature-product .button_view_product, .feature-product .wishlist, .feature-product .button_quickview, .feature-product .btn-add-to-cart, 
    #box-product-grid .button_view_product, #box-product-grid .wishlist, #box-product-grid .button_quickview, #box-product-grid .btn-add-to-cart, 
    #product_cates .button_view_product, #product_cates .wishlist, #product_cates .button_quickview, #product_cates .btn-add-to-cart{
        width: 33.33%;
    }
    #product_cates .button_view_product, #product_cates .wishlist, #product_cates .button_quickview, #product_cates .btn-add-to-cart{
        margin-left: 0;
    }
    .horizontal_mode .regular-price, .feature-product .regular-price, #box-product-grid .regular-price, #product_cates .regular-price {
        padding: 0;
    }
    .horizontal_mode .right-product .comments_note, .feature-product .right-product .comments_note, 
    #box-product-grid .right-product .comments_note, #product_cates .right-product .comments_note{
        /* top: 40px; */
    }
    .newarr-product-img .elementor-image img {
        height: auto;
    }
    .newarr-product-img .elementor-image {
        margin: 0 100px;
    }
    .button-action-bottom{
        width: 85%;
        bottom: 32px;
    }
    .dinamon-content {
        padding: 90px 0;
    }
    /* field-deal-products */
    .featured-deals-week{
        background-position-x: 20% !important;
    }
    .head-title-deal-product {
        top: 5%;
        left: 40%;
    }
    .field-deal-products .item-inner .left-product{
        float: unset;
        padding: 0;
        margin: 0 120px;
        margin-top: 50px;
        margin-bottom: 65px;
    }
    .field-deal-products .item-inner .right-product{
        position: relative !important;
        right: 0;
        margin-top: 100px;
    }
    .field-deal-products.horizontal_mode .item-inner .left-product .hover_image {
        padding-left: 0;
        right: 0;
        margin-left: 0;
    }
    .field-deal-products .item-inner .right-product .product_name{
        font-size: 28px;
        line-height: 30px;
        text-align: center;
    }
    .field-deal-products .item-inner .right-product .category_name,
    .field-deal-products .product-miniature .product-price-and-shipping, .field-deal-products .description_short{
        text-align: center;
    }
    .field-deal-products .item-inner .right-product .price{
        float: unset;
        padding-right: 10px !important;
        font-size: 25px;
    }
    .field-deal-products .comments_note div.star, .field-deal-products .item-inner .item-countdown-time{
        float: unset;
    }
    .item-inner .item-countdown{
        text-align: center;
    }
    .field-deal-products .item-countdown .Hours, .field-deal-products .item-countdown .Days, 
    .field-deal-products .item-countdown .Minutes, .field-deal-products .item-countdown .Seconds{
        padding-right: 50px;
        margin-left: -40px;
    }
    .field-deal-products .item-inner .item-countdown-time .section_cout .text{
        margin-left: -30px;
    }
    .field-deal-products .item-inner .item-countdown, .field-deal-products .button_view_product a {
        top: 60px;
    }
    .field-deal-products .button_view_product a{
        float: unset;
        padding: 15px 25px;
    }
    .field-deal-products .item-inner .right-product .comments_note{
        top: 55px;
    }
    .field-deal-products .description_short{
        top: 45px;
    }
    .field-deal-products .button-action-bottom{
        float: inherit;
    }
    .field-deal-products .item-inner .left-product img{
        width: auto;
        float: none;
        margin: auto;
    }
    /* .field-deal-products .item-inner .left-product .hover_image img {
        width: 89.5%;
    } */
    .horizontal_mode.field-deal-products .button_view_product a, .horizontal_mode.field-deal-products .add-to-cart{
        top: 60px;
        float: unset;
    }
    .field-deal-products .item-inner .left-product .hover_image{
        right: 0;
        padding-right: 0 !important;
    }
    .field-deal-products .item-inner:hover .left-product .hover_image{
        width: 100%;
        padding: 0;
        top: 0 !important;
        right: 0;
    }
    /* field-deal-products end */
    .simpleblog__listing__post__wrapper__footer__block i{
        display: none;
    }
    .simpleblog__listing__post__wrapper__content p {
        font-size: 13px;
    }
    .block_newsletter form .input-wrapper input{
        width: 410px;
    }
    .block_newsletter form input[type=email]:focus{
        padding: 0;
    }
    .footer-maps {
        padding: 90px 15px;
    }
    .block_newsletter form .btn-submit{
        float: left;
    }
    .filed-contact-icon .elementor-icon-box-description{
        width: 73%;
    }
    .filed-contact-icon .elementor-icon-box-description{
        
    }
    .footer-infor .elementor-widget-wrap {
        padding: 0 15px;
    }
    .footer-infor .elementor-widget-wrap .elementor-image{
        text-align: right;
        margin-left: 25px;
    }
    .footer-infor p {
        margin-right: 25px;
        text-align: right;
        font-size: 15px;
    }
    .block-categories>ul>li:first-child a{
        font-size: 14px;
    }
    .block-categories .category-sub-menu li[data-depth="0"]>a{
        font-size: 13px;
    }
    .box-sort-by {
        margin-right: 20px;
    }
    .products-sort-order{
        min-width: 160px;
    }
    .breadcrumb-all-page {
        margin-bottom: 50px;
    }
    #search_filters .facet ul li{
        width: 100%;
    }
    #field_bestsellers .comments_note div.star{
        width: 11px;
        font-size: 12px;
    }
    #field_bestsellers .product_name{
        font-size: 13px;
    }
    #best-sellers_block_right .vertical_mode .item-inner .left-product{
        margin-right: 10px;
    }
    .filed-contact-icon .col-lg-3 {
        width: 50%;
        display: inline-block;
    }
    .footer-maps{
        padding: 60px 0;
    }
    .footer-copyright .elementor-container .elementor-column:first-child {
        width: 60%;
    }
    .footer-copyright .elementor-container .elementor-column:last-child {
        width: 40%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 600px){
    .welcome-img .elementor-column{
        width: 50%;
        display: inline-block;
    }
    .welcome-img .elementor-image{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .welcome-img .welcome-img1 .elementor-image, .welcome-img .welcome-img3 .elementor-image{
        text-align: left;
    }
    .welcome-img .welcome-img2 .elementor-image, .welcome-img .welcome-img4 .elementor-image{
        text-align: right;
    }
}
@media (max-width:767px){
    ul.category-top-menu,.facets_content{display: none;}
    .block-categories.clearfix .collapse-icons{
        left: 30px;
		right: auto;
    }
.product_left {
    padding-right: 0px;
  }
.special_products .item {
    margin: 0 auto;
    display: table;
  }
 .special_products .item-inner {
    display: inline-block;
  }
.banner_product_detail {
  text-align: center;
}
div#content-wrapper .product_right .comments_note .star_content {
  justify-content: center;
}
.product_right {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
.product-des p, .quickview #product-description-short p {
  text-align: center;
}
 #field_bestsellers .item {
    max-width: 300px;
    margin: 0 auto;
}
.title_category_ft {
  margin-bottom: 0;
}
.block-categories .collapse-icons {
	left: 30px;
    right: auto;
    top: 15px
}
.block-categories.hidden-md-up {
    border: 1px solid #f6f6f6;
    padding: 15px;
    margin-bottom: 0;
  }
    .block-categories.clearfix .collapse-icons i,
    #search_filters .collapse-icons i{
        font-size: 16px;
        color: #111 !important;
    }
    .block-categories .collapse-icons .remove, .block-categories[aria-expanded=true] .collapse-icons .add,
    #search_filters .collapse-icons .remove, #search_filters .clearfix[aria-expanded=true] .collapse-icons .add{
        display: none;
    }
    .block-categories[aria-expanded=true] .collapse-icons .remove,
    #search_filters .clearfix[aria-expanded=true] .collapse-icons .remove{
        display: block;
    }
    #search_filters .collapse-icons{
        right: 15px;
        border: medium none;
        cursor: pointer;
        font-size: 12px;
        padding: 0;
        position: absolute;
        top: 0;
        width: 20px;
        line-height: 20px;
        text-align: right;
        color: #999;
    }
    
    .container,.horizontal_mode .item-inner .button-action{width: 100%;}
    #product .js-qv-mask.mask{padding: 0 35px;}
    body#checkout section#content {
        margin-bottom: 0;
    }
    body#checkout #js-checkout-summary.card{margin-top: 50px;}
    .cms-box1,.cms-box2{    text-align: center;}
    .cms-box1{margin: 30px 0;}
    #cms-about-us .cms-row > .row {
        display: block;
    }
    #tags_blog_block_left.block{margin-bottom: 40px;}
    #right-column #tags_blog_block_left.block{margin-bottom: 90px;}
    #smartblogcat .sdsarticle-des,.sdsarticleCat .sdsarticleHeader,.sdsarticleHeader .title_block,.sdsarticleCat .sdsreadMore{
        text-align: center;
    }
    div.tags_block .block_content{
        text-align:center;
    }
    div.tags_block .block_content a{float: none;margin-right: 6px;}
    .sdsreadMore a.r_more{
        float: none;
        display: inline-block;
    }
    #quick-view-images{
        max-width: 420px;
        margin: 0 auto;
    }
    .quickview h1[itemprop="name"]{
        text-align: center;
        margin-top: 20px !important;
    }
    .quickview .comments_note {
        text-align: center;
    }
    .quickview .comments_note div.star {
        float: none;
    }
    .quickview .product-prices {
        text-align: center;
    }
    #blockcart-modal .cart-content-btn {
        margin-top: 0;
    }   
    #blockcart-modal .divide-right {
        border-left: none;
    }
    #blockcart-modal .divide-left {
        border-right: none;
    }
    #blockcart-modal .divide-right {
        border-left: none;
    }
    #footer .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        width: auto;
        height: auto;
        position: absolute;
        top: -2px;
        right: 0;
    }
    .contact-rich .top_text p {
        max-width: 100%;
    }
    #new_comment_form .modal-dialog {
        max-width: 600px; 
    }
    .popup-content{
        max-width: 57rem;
        width: calc(100% - 30px);
        margin: 30px auto;
    }
    #left-column .banner_left{    margin-bottom: 40px;}
    #category #left-column #search_filters_wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
    #category #left-column #search_filters {
        margin-bottom: 20px;
    }
    #category #left-column #search_filters .facet {
        margin: 0;
        line-height: 1;
        padding: 0;
        float: left;
        width: 100%;
        position: relative;
        border: none;
    }
    #category #left-column #search_filters .facet span.float-xs-right{
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 10px;
            display: none;
    }
    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 0;
        width: auto;
        height: auto;
        left: 0;
		right: auto;
    }
    #category #left-column #search_filters .facet .navbar-toggler i{
        font-size: 20px;
        margin-top: 15px;
    }
    #category #left-column #search_filters .facet .facet-title {
        padding: 15px;
        border: none;
        line-height: 1;
        margin: 0;
        border-bottom: 1px solid #ebebeb;
        color: #111;
        display: block;
    }
    #category #left-column #search_filters .facet:last-child .facet-title{
        border-bottom: none;
    }
    #category #left-column #search_filters .facet ul li {
        border: none;
        padding: 0;
    }
    .tabs .nav-tabs .nav-item{padding-right: 20px;}
    .tabs .nav-tabs .nav-link{font-size: 22px;}
    .staticbanner2 {text-align: center;}
    .staticbanner2 .hover_banner{display: inline-block;}
    .staticbanner2 > div:first-child .hover_banner{margin-bottom: 27px;}
    .copyright_left p{
        line-height: 1;
        text-align: center;
        margin-top: 18px;
        padding: 0;
    }
    .copyright_right {
        text-align: center;
        line-height: 60px;
    }
    #header .header-nav .right-nav {
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        text-align: center;
        display: inline-block;
    }
    #header .header-nav .blockcart.inactive .cart-products-count {
        display: inline-block;
    }
    #header .header-nav #_desktop_contact_link{
        text-align: center;
        width: 100%;
    }
    .contact-link-ft{
        height: auto;
        line-height: 44px;
        display: inline-block;
        float: none;
    }
    #wishlist-nav, .checkout_nav{
        line-height: 1;
        display: inline-block;
        margin-bottom: 14px;
    }
    #_desktop_language_selector, #_desktop_currency_selector{
        line-height: 1;
        display: inline-block;
        margin-bottom: 14px;
        height: auto;
    }
    #_desktop_language_selector ul.dropdown-menu,#_desktop_currency_selector ul.dropdown-menu{
        top: 29px;
    }
    .footer-before-text{
        float: none;
    text-align: center;
    line-height: 24px;
    margin-bottom: 18px;
    }
    .footer-before .footer-before-button{
        float: none;
        margin: 0 auto;
    }
    #field_testimonials .slick-dots{margin-top: 20px;}
    #module-ph_simpleblog-list .simpleblog__listing__post__wrapper.news_module_image_holder{
        max-width: 80%;
        margin: 0 auto 12px;
    }
    /* newarr-product-bottom */
    .newarr-product-bottom .item-inner .left-product img, .newarr-product-bottom .item-inner .left-product .hover_image{
        width: 100%
    }
    .newarr-product-bottom .horizontal_mode .item-inner .left-product .hover_image{
        padding-right: 20px;
    }
    /* newarr-product-bottom end */
}
@media (max-width:736px){
    .slick-dots{
        left: 0;
    }
    .newarr-product-bottom .owl-dots{
        width: 50%;
        left: 25%;
    }
    .content-welcome .elementor-widget-container {
        margin-top: 100px
    }
    .horizontal_mode .slick-dots:before,  
    #box-product-grid .slick-dots:before, #product_cates .slick-dots:before{
        width: 50%;
        left: 25%;
    }
    .newarr-product-img .elementor-image img{
       height: auto;
    }
    .newarr-product-bottom .slick-dots {
        left: 0;
    }
    .horizontal_mode .owl-dots button:before, .feature-product .owl-dots button:before, 
    #box-product-grid .owl-dots button:before, #product_cates .owl-dots button:before{
        bottom: -4.5%;
    }
    #module-blockwishlist-mywishlist .product_image .hover_image, .horizontal_mode .item-inner .left-product .hover_image, .vertical_mode .item-inner .left-product .hover_image {
        padding-right: 20px;
    }
    .newarr-product-bottom .owl-dots button:before{
        bottom: unset;
    }
    .newarr-product-img .elementor-image{
        margin: 0 100px;
    }
    .dinamon-content{
        padding: 90px 0;
    }
    .banner-bottom1 {
        margin-bottom: 30px;
    }
    #field_testimonials #fieldtestimonials-carousel{
        padding: 0;
    }
    .simpleblog__listing__post__wrapper__content h3 a{
        text-align: center;
    }
    .simpleblog__listing__post__wrapper__content p {
        text-align: center;
    }
    .block_newsletter form .input-wrapper input {
        width: 380px;
    }
    .filed-contact-icon .elementor-column{
        width: 50%;
        display: inline-block;
    }
    .footer-maps{
        padding: 0;
    }
    .footer-copyright .elementor-container .elementor-column{
        width: 50%;
        float: left;
    }
    #box-product-grid img{
        width: 100%;
    }
    .block-categories.hidden-md-up{
        border: 1px solid #f6f6f6;
        padding: 15px;
        margin-bottom: 0;
    }
    #product h1[itemprop="name"]{
        text-align: center;
    }
    #product .product-prices{
        text-align: center;
    }
    #product .product_right .comments_note{
        width: auto;
    }
    .product-actions .product-variants .control-label{
        width: 100%;
        text-align: center;
    }
    .special_block_right .owl-carousel .owl-stage {
        width: 50%!important;
        display: block;
        margin: auto;
    }
    .banner_product_detail img {
        display: block;
        margin: auto;
    }
    #field_bestsellers .item {
        max-width: 300px;
        margin: 0 auto;
    }
    #product .product-add-to-cart{
        text-align: center;
    }
    .product-quantity .add{
        float: none;
        margin-bottom: 10px;
    }
    .quickview .product-quantity .add {
        width: 100%;
    }
    .quickview .product-actions .wishlist {
        margin: 0;
    }
    .quickview .product-actions .compare {
        margin: auto;
        margin-right: 5px;
    }
    .quickview .product-actions .add-to-cart {
        margin: auto;
        margin-left: 5px;
    }
    #blockcart-modal .divide-left .product_name, #blockcart-modal .divide-left .price, #blockcart-modal .divide-left .content-bottom-cart, #blockcart-modal .cart-content p.cart-products-count, #blockcart-modal .cart-content p {
        text-align: center;
    }
    #blockcart-modal .cart-content .cart-content-btn {
        width: 100%;
    }
    #blockcart-modal .cart-content .cart-content-btn button {
        margin: auto;
        margin-left: 2px;
    }
    #blockcart-modal .cart-content .btn {
        margin: auto;
        margin-right: 2px;
    }
    .product-actions .product-add-to-cart .control-label{
        width: 50%;
        text-align: left;
    }
    .filed-contact-icon .elementor-icon-box-description p{
        font-size: 14px;
    }  
    .social-sharing ul{
        margin: auto;
    }
}
@media (max-width:736px){
    .footer-infor p{
        font-size: 14px;
    }
}
@media (max-width:684px){
    .horizontal_mode.field-deal-products .button_view_product a, .horizontal_mode.field-deal-products .add-to-cart {
        top: 49px;
    }
    .field-deal-products .item-inner .left-product .hover_image {
        
    }
    .simpleblog__listing__post__wrapper__content h3 a{
        font-size: 15px;
    }
    .simpleblog__listing__post__wrapper__content p {
        font-size: 12px;
    }
    .block_newsletter form .input-wrapper input {
        width: 320px;
    }
    .footer-infor p{
        font-size: 11px;
    }
    .footer-infor .elementor-widget-wrap .elementor-image{
        width: 70%;
        float: right;
    }
    .footer-copyright .elementor-container .elementor-column,
    .footer-copyright .elementor-container .elementor-column:first-child,
    .footer-copyright .elementor-container .elementor-column:last-child {
        width: 100%;
    }
    .footer-infor p {
        text-align: center;
        font-size: 14px;
        margin-left: 0;
    }
    .footer-infor .elementor-widget-wrap .elementor-image{
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 10px;
    }

    .footer-copyright .elementor-container .elementor-column {
        width: 100%;
    }
    .footer-infor p {
        text-align: center;
        font-size: 14px;
        margin-left: 0;
    }
    .footer-infor .elementor-widget-wrap .elementor-image{
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 10px;
    }
}
@media (max-width:667px) {
    .custom.tp-bullets{
        transform: matrix(1, 0, 0, 1, -60, -25) !important;
    }
    #field_testimonials .slick-dots{margin-top: 40px;}
    .smart-blog-home .content_blogpost{padding: 30px 10px;}
    #_mobile_fieldmegamenu .menu_2 .menu-items > li.customcontent:first-child{
        margin-bottom: 20px;
    }
    #_mobile_fieldmegamenu .img-menu-3 {
        margin-top: 0;
    }
    #_mobile_fieldmegamenu .menu-items > li.menu-item {
        width: 100% !important;
    }
    #_mobile_fieldmegamenu .menu-items > li.menu-item.category {
        margin-bottom: 20px;
    }
    #_mobile_fieldmegamenu .menu-items > li.menu-item.menu-item-70.category{
        margin-bottom: 0;
    }
    #_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu, #_mobile_fieldmegamenu .menu-items>li .image-text-menu {
        margin-bottom:12px;
    }
    #_mobile_fieldmegamenu .menu-items > li.customcontent {
        text-align:center;
    }
    #_mobile_fieldmegamenu .menu_1 .menu-items{padding-bottom: 0;}
    #_mobile_fieldmegamenu .menu_3 .menu-item.divider,
    #_mobile_fieldmegamenu .menu_1 .menu-item.divider{padding: 0;}
    #_mobile_fieldmegamenu .menu_3 .menu-items>li.customcontent{margin-top: 0;}

    .horizontal_mode.field-deal-products .button_view_product a, .horizontal_mode.field-deal-products .add-to-cart {
        top: 42px;
    }
    .field-deal-products .item-inner .left-product .hover_image {
        
    }
    .ph_simpleblog .field-blog-post {
        padding: 0 10px;
    }
    .block_newsletter form .input-wrapper input {
        width: auto;
    }
}
@media (max-width: 600px) {
    #mywishlist{
        overflow:auto;
    }
    #mywishlist .wishlist_footer .button-small{margin-bottom: 10px;}
    #fieldtestimonials-nav{max-width: 320px;}
    .title-tab-category .tab_cates li:first-child{margin-bottom: 8px;}
    #wrapper .breadcrumb li a,#wrapper .breadcrumb li:after{
        color: #fff;
        font-size: 18px;
        line-height: 1.2;
    }
    #module-ph_simpleblog-list .simpleblog__listing__post__wrapper.news_module_image_holder{
        max-width: 100%;
    }
}
@media (max-width: 575px) {
	
#content-wrapper, #left-column {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
    #view_wishlist .priority_product{
        display: block;
        text-align: center;
    }
    .product_name_item {
        float: none;
        max-width: 100%;
        text-align: center;
        margin-bottom: 5px;
        display: block;
    }
    .product-price-item {
        float: none;
        max-width: 100%;
        display: block;
    }
    .product-price-and-shipping{
        text-align: center !important;
    }
    #field_bestsellers .product-price-and-shipping{
        text-align: right !important;
    }
    .product-miniature .regular-price{
        display: inline-block !important;
        padding-left: 10px;
        font-size: 12px;
    }
    .product_name_item .comments_note div.star{
        float: none;
        width: 14px;
    }
    .horizontal_mode .item-inner .right-product .price {
        font-size: 15px;
        padding: 0;
    }
    .horizontal_mode .button-action .tab_button{
        padding: 0 10px;
    }
    
    #footer .footer-center{padding: 70px 0 40px;text-align: center;}
    .footer-center .block-social li:first-child{margin-bottom: 25px;}
    #instagram_block .item-instagram{margin: 25px auto;}
    .footer-center .block-social {
        text-align: center;
        margin-bottom: 40px;
        display: inline-block;
    }
    .footer-center .block-social li:not(:first-child){
        margin: 0 2px 0 0;
        float: none;
    }
    .title-top-ft h4:after{margin: 2px auto;}
    #footer #linklist-ft .row > div:last-child {
        padding-left: 15px;
    }
    .block-contact{
        display: inline-block;
        margin-bottom: 30px;
    }
    #footer .footer-center .block-contact.links ul li p{
        display: inline-block;
    }
    #footer .footer-center .block-contact.links ul li i{
        display: inline-block;
        float: none;
        padding-top: 0;
    }
    #footer .footer-center .block-contact.links ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .products-selection {
        position: relative;
        display: block;
        justify-content: start;
        height: auto;
    }
    .click-product-list-grid {
        display: table;
        margin: 0 auto;
        float: none;
        padding: 0;
    }
    .products-selection .total-products {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .box-sort-by {
        text-align: center;
        width: 100%;
        display: block;
        float: none;
    }
    .products-sort-order {
        float: none;
        display: inline-block;
    }
    .pagination>div {
        text-align: center;
    }
    .pagination>.row>div {
        line-height: 38px;
    }
    .pagination>.row>div:first-child {
        line-height:1;
    }
    .pagination{height: auto;}
    #order-items .order-line {
        display: block;
    }
    #category #content-wrapper,#category #left-column,#product #left-column,
    #module-smartblog-category #content-wrapper,#module-smartblog-category #left-column,#module-smartblog-details #content-wrapper,#module-smartblog-details #left-column,
    #manufacturer #content-wrapper,#manufacturer #left-column{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #box-product-list .item-product-list .product-miniature .right-product {   
        padding: 22px 0 0;
        text-align: center !important;
    }
    #box-product-list .right-product .comments_note div.star{
            float: none;
        width: 13px;
    }
    #box-product-list .right-product .comments_note{text-align: center;}
    #products .item-product-list .right-product .product-price-and-shipping{
        text-align: center !important;
        margin-bottom: 20px;
    }
    .item-product-list .regular-price{
        float: none;
        display: inline-block !important;
    }
    .item-product-list .left-product,.item-product-list .button-action{
        margin: 0 auto;
    }
    .item-product-list .left-product a.product-thumbnail{
        overflow: hidden;
        position: relative;
    }
    .breadcrumb.hidden-xs-down{
        display:block!important;
    }
    #wrapper .breadcrumb-no-images .breadcrumb li a,
    #wrapper .breadcrumb-no-images .breadcrumb li:after{
        color: #fff;
    }
    .cart-item .product-line-grid {
        display: block;
    }
    .product-line-grid-left {
        padding-right: 15px!important;
        text-align: center;
        margin-bottom: 20px;
    }
    .product-line-grid-body {
        text-align: center;
    }
    #new_comment_form .product .product_desc {
        margin-top: 30px;
    }
    #popup_menu_mobile {
        width: 85%;
    }
    #_mobile_fieldmegamenu .menu-items > li .collapsed-menu{
        position: absolute;
        top: 2px;
        right: -15px;
        display: none;
    }
    #tab-content .product-reference {
        display: block;
    }
    #tab-content .product-quantities {
        display: block;
        text-align: left;
        float: none;
        margin-top: 10px;
    }
    .smart-blog-home .content_blogpost, .smart-blog-home .des_content_post {
        text-align: center;
    }   
    #manufacturer li.brand{width: 50%;}
    .tabs .nav-tabs .nav-link {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .tabs .nav-tabs .nav-item {
        margin-bottom: 15px;
    }
    .owl-dots{margin-top: 0;}
    .owl-dots button span,#field_testimonials .slick-dots li button{width: 20px;}
    .horizontal_mode .owl-carousel .owl-item .item, #box-product-grid .item{padding: 0 8px;}
    #wrapper.active_grid #box-product-grid,#field_featured_products_block, #field_tab_category_1,#field_product_cates_block{
        padding: 0 7px;
    }
}
@media (max-width: 480px){

#product_cates .item-inner .button-action {
  top: 30px;
}
#product .images-container {
    max-width: 360px;
  }

.button-action-bottom {
    bottom: 20px;
}
.horizontal_mode .right-product .comments_note, .feature-product .right-product .comments_note, #product_cates .right-product .comments_note {
    top: 50px;
  }
.horizontal_mode .item-inner:hover .right-product {
    padding-bottom: 31px;
  }
    .banner_content_ft {
        width: 100%;
        float: none;
    }
    .slider_text2:after{width: 96%;}
}
@media (max-width:420px){
    #_mobile_fieldmegamenu .menu-items > li.menu-item.category {
        margin-bottom: 0;
    }
    .img-menu-2 img, .img-menu-3 img{
        float: left;
    }
    .img-menu-2 {
        margin-bottom: 0;
    }
    .tp-thumbs {
        width: 140px !important;
        max-width: 140px !important;
        top: 85% !important;
        left: 33% !important;
    }
    .tp-thumb-mask{
        max-width: 140px !important;
    }
    .tp-thumbs-inner-wrapper{
        height: 50px !important;
        width: 140px !important;
    }
rs-thumbs-wrap.tp-thumbs-inner-wrapper {
  height: 50px !important;
}
.tp-thumb:nth-child(1){
        top: 12px !important;
}
    .tp-thumb:nth-child(2){
        left: 50px !important;
        top: 12px !important;
    }
    .tp-thumb:nth-child(3){
        left: 100px !important;
        top: 12px !important;
    }
    .tp-thumbs-inner-wrapper>div:last-child {
        margin-top: 0 !important;
    }
    .content-welcome .elementor-widget-container {
        margin: 100px 10px 60px 10px;
    }
    .owl-theme .owl-dots .owl-dot {
        margin: 0px 7px;
    }
    .owl-dots:before{
        bottom: 0;
    }
    .slick-dots {
        bottom: -60px;
    }
    .slick-dots li{
        margin: 0 5px;
    }
    .horizontal_mode .slick-dots:before, #box-product-grid .slick-dots:before, #product_cates .slick-dots:before {
        width: 60%;
        left: 20%;
    }
    .horizontal_mode .owl-dots button:before, .feature-product .owl-dots button:before, 
    #box-product-grid .owl-dots button:before, #product_cates .owl-dots button:before {
        bottom: -5.3%;
    }
    .button-action-bottom{
        width: 75%;
    }
    .horizontal_mode .button_view_product, .horizontal_mode .wishlist, 
    .horizontal_mode .compare, .horizontal_mode .button_quickview, .horizontal_mode .btn-add-to-cart{
        width: 33.33%
    }
    .horizontal_mode .compare{
        display: none;
    }
    .newarr-product-bottom .owl-dots button:before{
        bottom: unset;
    }
    .conditions-box span.sale_product, .conditions-box span.on-sale, .conditions-box span.pack{
        display: none;
    }
    .horizontal_mode .item-inner, .feature-product .item-inner, #box-product-grid .item-inner {
        margin: 7px;
    }
    .horizontal_mode .item-inner:hover .right-product {
        padding-top: 10px;
    }
.horizontal_mode .item-inner:hover .right-product {
    padding-bottom: 18px;
  }
    .welcome-img .elementor-image {
        margin-bottom: 30px;
    }
    .welcome-img .elementor-column:last-child .elementor-image {
        margin-bottom: 0;
    }
    .special_block_right.horizontal_mode .item-inner .right-product {
        padding-top: 30%;
    }
    .img-title img{
        max-width: 80% !important;
    }
    .img_top_testimonial1 img{
        max-width: 85% !important;
    }
    .newarr-product-img .elementor-image{
        margin: 0;
    }
    .blog-time time{
        top: 2px;
        right: 10px;
    }
    .category_name{
        margin-bottom: 3px;
    }
    /* featured-product */
    .newarr-product-bottom, .nearr-product-top, .featured-product{
        margin: 0 -8px;
    }
    /* featured-product end */
    /* field-deal-products */
    .head-title-deal-product {
        left: 32%;
    }
    .field-deal-products .category_name{
        margin-bottom: 0;
    }
    .field-deal-products .description_short {
        padding: 0 15px;
    }
    .field-deal-products .item-inner .item-countdown-time{
        padding: 0;
    }
    .field-deal-products .horizontal_mode .item-inner:hover .right-product{
        padding-top: 0;
    }
    .field-deal-products .item-inner .right-product{
        padding-bottom: 28%;
    }
    .field-deal-products.horizontal_mode .item-inner .left-product .hover_image{
        padding: 0;
    }
    .field-deal-products .item-inner .item-countdown{
        top: 47px;
    }
    .field-deal-products .item-inner .left-product{
        margin: 0 50px;
        margin-top: 40px;
        margin-bottom: 65px;
    }
    .field-deal-products .item-inner .left-product .hover_image {
        padding: 0;
        left: 0%;
    }
    .field-deal-products .item-inner:hover .left-product .hover_image {
        padding: 0;
    }
    .feature-product .item-inner:hover .right-product{
        margin-top: 10px;
    }
    /* field-deal-products end */
    .dinamon-content .dinamo_description{
        font-size: 13px;
        padding: 0 15px;
    }
    .dinamon-content .link_description{
        font-size: 16px;
    }
    .featured-product .owl-dots:before {
        width: 60%;
        left: 20%;
    }
    .simpleblog__listing__post__wrapper__content h3 a {
        text-align: center;
        font-size: 18px;
    }
    .simpleblog__listing__post__wrapper__content p {
        text-align: center;
        font-size: 13px;
    }
    #field_testimonials #fieldtestimonials-carousel .item{
        margin: auto;
    }
    #field_testimonials #fieldtestimonials-carousel .item .image{
        float: unset;
        left: 0;
        top: 25px;
        z-index: 1;
    }
    .slider-for .info{
        text-align: center;
    }
    #field_testimonials .testimonial_description{
        width: 85%;
        margin: auto;
        position: relative;
        margin-top: -110px;
        margin-bottom: 20px;
        padding: 35px 35px 50px 35px;
        padding-top: 155px;
        box-shadow: none;
    }
    .slider-for .name, .slider-for .name{
        text-align: center;
    }
    #field_testimonials .des_testimonial p{
        padding: 0;
    }
    #field_testimonials .des_testimonial:before{
        margin-left: -20px;
    }
    #field_testimonials .des_testimonial:after{
        padding-right: 0;
        margin-right: -15px;
    }
    .filed-contact-icon .elementor-column {
        width: 100%;
    }
    .filed-contact-icon .elementor-icon-box-icon {
        width: 25%;
    }
    .filed-contact-icon .elementor-icon-box-description {
        font-size: 14px !important;
        width: 65%;
    }
    .block_newsletter form .btn-submit i{
        padding-right: 10px;
        padding-left: 0;
    }
    .block_newsletter {
        padding: 0;
    }
    .block_newsletter form .input-wrapper input {
        width: 200px;
    }
    .block_newsletter form .btn-submit{
        min-width: 135px;
    }
    .elementor-social-icon{
        margin-right: 10px;
    }
    .footer-copyright .elementor-container .elementor-column {
        width: 100%;
        float: unset;
    }
    .footer-infor p {
        text-align: center;
        font-size: 13px;
    }
    .footer-infor .elementor-widget-wrap .elementor-image{
        width: 100%;
        margin-top: 10px;
        text-align: center;
        margin-right: 0;
    }
    .social-icon li{
        margin: 10px;
    }
    .item-product-list .right-product .product_name{
        text-align: center;
    }
    #box-product-list .btn-add-to-cart, #box-product-list .button_view_product, 
    #box-product-list .wishlist, #box-product-list .compare, #box-product-list .button_quickview{
        width: 25%;
    }
    .item-product-list{
        padding: 20px;
    }
    .item-product-list .button-action{
        margin-bottom: 20px;
    }
    #products .item-product-list .right-product .decriptions-short p{
        line-height: 20px;
    }
    #box-product-grid .compare{
        display: none;
    }
    #box-product-grid .item-inner:hover .right-product {
        margin-top: 0;
    }
    #box-product-grid .button_view_product, #box-product-grid .wishlist, 
    #box-product-grid .button_quickview, #box-product-grid .btn-add-to-cart{
        width: 33.33%;
    }
    #box-product-grid>.row .item{
        padding: 0 !important;
    }
    .special_block_right .owl-carousel .owl-stage {
        width: 70%!important;
        display: block;
        margin: auto;
    }
    .product_left{
        padding-right: 0;
    }
    .tabs{
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 414px){
    #field-search-no-popup.dropdown-menu{left: 10px;}
    #form_wishlist input.inputTxt{    width: 200px;}
    #field-search, #popup-cart{
        width:300px;
    }
    #product .images-container .owl-carousel {
        max-width: 100px;
        height:auto;
        margin: 0 auto;
    }
    .sub_title,.top-title .title_block .title_text, .top-title .title_block a{
        font-size: 28px;
    }
    .contact-link-ft:first-child:after{display: none;}
    .contact-link-ft{margin-right: 10px;}
    .contact-link-ft i{padding-right: 0px;}
    #_desktop_language_selector ul.dropdown-menu{
        right: -28px;
    }
    #wishlist-nav:after, .language-selector:after, .currency-selector:after{    margin-left: 6px !important;}
    #wishlist-nav,#_desktop_language_selector, #_desktop_currency_selector{margin-right: 6px !important;}
    .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-link{
        padding: 0 4px;
        font-size: 15px;
    }
}
@media (max-width:375px){
    .tp-thumbs{
        left: 31% !important;
    }
    .product-miniature .regular-price{
        padding: 0;
    }
    .head-title-deal-product {
        left: 30%;
    }
    .field-deal-products .item-inner .item-countdown-time .section_cout:last-child{
        margin-right: 7px;
    }
    .field-deal-products .item-inner .item-countdown-time .section_cout{
        margin-left: -3.5%;
    }
    .field-deal-products .item-countdown .Hours, .field-deal-products .item-countdown .Minutes{
        padding: 35px 30px 35px 45px;
    }
    .field-deal-products .item-countdown .Days{
        padding: 37px 28px 35px 52px;
        width: 69%;
    }
    .field-deal-products .item-countdown .Hours{
        width: 69%;
    }
    .field-deal-products .item-countdown .Minutes{
        width: 69%;
    }
    .field-deal-products .item-countdown .Seconds{
        padding: 37px 38px 35px 42px;
        width: 69%;
    }
    .field-deal-products .item-inner .right-product {
        padding-bottom: 30%;
    }
    .feature-product .slick-dots {
        width: 60%;
        left: 20%;
    }
    .blog-time time {
        top: 2px;
    }
    .social-icon li{
        padding: 0;
        margin: 5px;
    }
    .footer-infor p {
        font-size: 11px;
    }
    .tabs .nav-tabs .nav-item{
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 320px){
    #field-search,#popup-cart{
        width: 257px;
    }
    #popup-cart .productName{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    #item-search .items-list-search .item .left-search-ajax {
        margin-left: 10px;
    }
    #item-search .items-list-search .item .regular-price {
        margin-top: 5px;
        margin-right: 0;
        display: block;
    }
    #mywishlist .wishlist_footer .button-small{
        padding:7px 4px;
    }
    #form_wishlist input.inputTxt {
        width: 188px;
    }
    #form_wishlist #submitWishlist{
        margin-right: 0;
        padding: 0 10px;
    }
    #_desktop_language_selector ul.dropdown-menu{
        left: -52px;
    }
    #header .header-nav a, .text_nav,.contact-link-ft span,
    #_desktop_currency_selector .dropdown .expand-more, #_desktop_language_selector .dropdown .expand-more{    font-size: 13px;}
    .copyright_left p{font-size: 13px;}
    .staticbanner2 .static_text h4{font-size: 20px;}
    .title-tab-category .tab_cates li{margin-bottom: 8px;}
    .staticbanner2 .static_text{max-width: 80%;}
    #footer #linklist-ft.links ul i{padding-left: 4px;}
    .lang-es #footer #linklist-ft.links ul i,
    .lang-fr #footer #linklist-ft.links ul i{    display: none;}
}
@keyframes beat{
    to { transform: scale(1.2); }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}