/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@font-face {
    font-family: CaveatBrush;
    src: url("../fonts/CaveatBrush-Regular.ttf") format("truetype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 900;
    src: url("../fonts/WorkSans-ExtraBold.ttf") format("opentype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 800;
    src: url("../fonts/WorkSans-Black.ttf") format("opentype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 700;
    src: url("../fonts/WorkSans-Bold.ttf") format("opentype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 600;
    src: url("../fonts/WorkSans-SemiBold.ttf") format("opentype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 500;
    src: url("../fonts/WorkSans-Medium.ttf") format("opentype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 400;
    src: url("../fonts/WorkSans-Regular.ttf") format("opentype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 300;
    src: url("../fonts/WorkSans-Light.ttf") format("opentype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 200;
    src: url("../fonts/WorkSans-ExtraLight.ttf") format("opentype");
}

@font-face {
    font-family: WorkSans;
    font-weight: 100;
    src: url("../fonts/WorkSans-Thin.ttf") format("opentype");
}

* {
    font-family: WorkSans, Arial;
    font-weight: 500 !important;
}

.lds-loading {
    display: inline-block;
    position: absolute;
    opacity: 0;
    width: 80px;
    /*height: 80px;*/
    top: 0;
    bottom: 0;
    /*margin-top: 10px;*/
    z-index: -1;
    /*z-index: 10;*/
}

.lds-loading div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 12px;
    background: #ffffff73;
    animation: lds-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-loading div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-loading div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-loading div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-loading {
    0% {
        top: 5%;
        height: 90%;
    }
    50%,
    100% {
        top: 30%;
        height: 40%;
    }
}

body>main {
    /*overflow: auto;*/
    position: relative;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    width: 100%;
}

#header .header-nav {
    max-height: 60px;
}

#header .header-nav>.container>.row>div {
    display: flex;
    align-items: center;
}

@media(max-width: 767px) {
    #header .header-nav>.container>.row>div {
        display: block;
    }
}

#header .header-nav .top-logo {
    margin: 10px 0;
}

#header .header-nav .blockcart.active {
    /*margin-top: 10px;*/
}

#header .header-nav #menu-icon {
    margin-top: 0px;
}

@media(max-width: 767px) {
    #header .header-nav #menu-icon {
        margin-left: 0;
        z-index: 9;
        position: relative;
    }
}

@media(max-width: 510px) {
    #header .header-nav #menu-icon {
        margin-top: 0;
    }
}

#header .header-nav .mobile {
    position: relative;
}

#header .header-nav .mobile #_mobile_logo {
    padding-top: 0px;
}

#header .header-nav .mobile #_mobile_logo>a {
    position: relative;
    z-index: 9;
}

#header .header-nav .mobile #_mobile_cart,
#header .header-nav .mobile #_mobile_user_info {
    z-index: 9;
    position: relative;
}


/*#header .header-nav .mobile #_mobile_user_info::before {
	content: '';
	background-image: url('../images/chest.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	filter: brightness(0);
	display: block;
	margin: auto;
}*/

@media(max-width: 767px) {
    #header .header-nav .mobile #_mobile_user_info .label {
        display: none;
    }
}

#header .header-nav .mobile #_mobile_user_info .user-info>a {
    margin: 0;
}

#header .header-nav .mobile #_mobile_user_info .user-info>a::before {
    content: '';
    background-image: url('../images/chest.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    filter: brightness(0);
    display: block;
    margin: auto;
}

#header .header-nav .mobile #_mobile_user_info .user-info>a i {
    display: none;
}

#header .header-nav .mobile #_mobile_cart .header {
    margin-top: 0;
}

.container {
    /*width: 84%;*/
    width: unset;
    margin-left: 9%;
    margin-right: 9%;
}

#header {
    background-color: #f2f2f2;
    /*padding-bottom: 10px;*/
}

@media(max-width: 767px) {
    #header {
        padding-bottom: 0;
    }
}

.header-nav {
    background-color: #0e3a5b;
    border: unset !important;
    margin: 0 !important;
}

@media(max-width: 992px) {
    .header-nav {
        /*background: #fff;*/
    }
}

.header-nav>.container>.row>.hidden-sm-down>.col-md-5.col-xs-12,
.header-nav>.container>.row>.hidden-sm-down>.col-md-7.right-nav {
    padding: 0;
}

.header-nav .search-widget {
    margin-top: 0 !important;
    width: 100% !important;
}

.header-nav .search-widget form {
    display: flex;
}

.header-nav .search-widget form button[type=submit] {
    position: static;
    height: 60px;
}

.header-nav .search-widget form button[type=submit] img {
    height: 20px;
}

.header-nav .search-widget form input[type=text] {
    background-color: transparent;
    color: white;
    font-weight: 300 !important;
    font-size: 20px;
    border: unset;
    min-width: unset;
}

@media(max-width: 1200px) {
    .header-nav .search-widget form input[type=text] {
        font-size: 15px;
    }
}

.header-nav .search-widget form input[type=text]::placeholder {
    color: white;
    opacity: 0.4;
}

.header-nav .search-widget form input[type=text]:focus {
    outline: none;
}

.header-nav .search-widget form input[type=text]:active {
    color: white;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    background-color: white;
    border: none;
    padding: 0;
    border-radius: unset;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
    border: 1px solid #bdbdbd;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li {
    background-color: white;
    transition: 0.3s;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li a {
    /*border: none;*/
    /*width: 100%;*/
    border-radius: unset;
    font-size: 15px;
    color: #0e3a5b;
    padding: 7px 4px;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li:hover,
ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li a:hover {
    background-image: unset;
    border-color: white;
    cursor: pointer;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li a span {}

.header-nav .right-nav {
    height: 40px;
}

.header-nav .right-nav .block-social ul {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav .right-nav .block-social ul li {
    height: 15px;
    width: 31px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

.header-nav .right-nav .block-social ul li.instagram {
    background-image: url('../images/instagram.png');
}

.header-nav .right-nav .block-social ul li.twitter {
    background-image: url('../images/twitter.png');
}

.header-nav .right-nav .block-social ul li.facebook {
    background-image: url('../images/facebook.png');
}

.header-nav .right-nav .block-social ul li.pinterest {
    background-image: url('../images/pinterest.png');
}

.header-nav .right-nav .right-nav-temp-links {
    margin-left: 85px;
}

@media(max-width: 1200px) {
    .header-nav .right-nav .right-nav-temp-links {
        margin-left: 20px;
    }
}

.header-nav .right-nav .right-nav-temp-links ul {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav .right-nav .right-nav-temp-links ul li {
    display: inline-block;
    color: white;
    font-size: 14px;
    margin-left: 30px;
    display: inline-block;
    color: white;
    font-size: 17px;
    margin-left: 30px;
    font-weight: 400 !important;
}

@media(max-width: 1200px) {
    .header-nav .right-nav .right-nav-temp-links ul li {
        font-size: 14px;
        margin-left: 21px;
    }
}

@media(max-width: 870px) {
    .header-nav .right-nav .right-nav-temp-links ul li {
        margin-left: 15px;
    }
}

.header-nav .right-nav .right-nav-temp-links ul li:hover {
    cursor: pointer;
}

.header-nav .right-nav .right-nav-temp-links ul li a {
    color: white !important;
}

.gototopwrppr {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    height: 60px;
    width: 60px;
    transition: 0.3s;
    opacity: 0;
    background-color: #0e3a5b;
    background-image: url(../images/angle-arrow-sketch-pointing-down-big.png);
    background-repeat: no-repeat;
    background-size: 65% 45%;
    background-position: center;
    transform: rotate(180deg);
    border-radius: 8px;
    box-shadow: 0px 0px 4px #ffffff94;
}

.gototopwrppr:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #ffffff;
}

.header-top {
    padding: 0 !important;
}

.header-top #_desktop_logo {
    background-color: white;
    text-align: center;
    position: relative;
}

.header-top #_desktop_logo>a {
    position: relative;
    z-index: 3;
}

#_mobile_logo {
    text-align: center;
}

@media(max-width: 510px) {
    #_mobile_logo a img {
        /*max-height: 30px !important;*/
    }
}

#_mobile_logo>h1 {
    position: relative;
}

.header-top #_desktop_logo h1 {
    position: relative;
    margin: 0;
}

.header-top #_desktop_logo h1 a {
    position: relative;
    z-index: 9;
}

.header-top #_desktop_logo a img {
    margin: 35px 0px;
    width: 25%;
}

@media(max-width: 1200px) {
    .header-top #_desktop_logo a img {
        margin: 15px 0px;
    }
}

#_mobile_cart .header a {}

.header-top .main-menu-contains {
    /*padding-top: 25px;
	padding-bottom: 25px;*/
    /*width: 85%;*/
    padding: 45px 0;
    width: unset;
}

@media(max-width: 767px) {
    .header-top .main-menu-contains {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
        /*display: none !important;*/
    }
}

.header-top .main-menu-contains.stick {
    position: fixed !important;
    top: 0;
    width: 100%;
    margin: unset;
    padding-left: 9%;
    padding-right: 9%;
    background-color: #f2f2f2;
    z-index: 20;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
}

.header-top .main-menu-contains>.row>div {
    padding: 0;
    display: flex;
    justify-content: center;
}

@media(max-width: 955px) {
    .header-top .main-menu-contains>.row>div>.menu {
        display: block !important;
        /*margin-bottom: 29px !important; */
    }
}

@media(max-width: 767px) {
    .header-top .main-menu-contains>.row>div>.menu.hidden-sm-down {
        display: none !important;
    }
}

.header-top .menu {
    padding-left: 0 !important;
    margin: 0 !important;
}

@media(max-width: 1135px) {
    .header-top .menu {
        /*display: block !important;*/
        /*width: 100%;*/
        /*margin-bottom: 30px !important;*/
    }
}

@media(max-width: 955px) {
    .header-top .menu {
        /*display: block !important;*/
        /*margin-bottom: 30px !important;*/
    }
}

@media(max-width: 766px) {
    .header-top .menu {
        margin-bottom: 0 !important;
    }
}

.header-top .menu ul[data-depth="0"] {
    margin: 0;
}

.header-top .menu ul[data-depth="0"] li {
    margin-right: 27px;
    position: relative;
}

@media(max-width: 1413px) {
    .header-top .menu ul[data-depth="0"] li {
        margin-right: 15px;
    }
}

@media(max-width: 1306px) {
    .header-top .menu ul[data-depth="0"] li {
        margin-right: 10px;
    }
}

.header-top .menu ul[data-depth="0"] li a[data-depth="0"] {
    padding: 0;
    transition: 0.3s;
    text-transform: inherit !important;
    color: #0e3a5b !important;
    font-size: 23px;
    z-index: 3;
    position: relative;
}

@media(max-width: 1823px) {
    .header-top .menu ul[data-depth="0"] li a[data-depth="0"] {
        font-size: 20px;
    }
}

@media(max-width: 1667px) {
    .header-top .menu ul[data-depth="0"] li a[data-depth="0"] {
        font-size: 18px;
    }
}

@media(max-width: 1521px) {
    .header-top .menu ul[data-depth="0"] li a[data-depth="0"] {
        font-size: 16px;
    }
}

@media(max-width: 1265px) {
    .header-top .menu ul[data-depth="0"] li a[data-depth="0"] {
        font-size: 14px;
    }
}

.header-top .menu ul[data-depth="0"] li a[data-depth="0"]:hover,
.header-top .menu ul[data-depth="0"] li:hover a[data-depth="0"] {
    color: white !important;
}

.header-top .menu ul[data-depth="0"] li .menu-hover-paint-brush-wrrpr,
.header-top .menu ul[data-depth="0"] li.last .menu-hover-paint-brush-wrrpr {
    display: none;
}

.header-top .menu ul[data-depth="0"]>li>.menu-hover-paint-brush-wrrpr {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
}

.header-top .menu ul[data-depth="0"]>li>.menu-hover-paint-brush-wrrpr div {
    position: relative;
    height: 100%;
    width: 100%;
}

.header-top .menu ul[data-depth="0"]>li>.menu-hover-paint-brush-wrrpr div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    right: 0;
    margin: auto;
    height: 180%;
    width: 140%;
    transition: 0.3s;
    clip: rect(0, 0px, 50px, 0px);
}

.header-top .menu ul[data-depth="0"]>li:hover .menu-hover-paint-brush-wrrpr div img {
    clip: rect(0, 400px, 50px, 0px);
}

.header-top .menu ul[data-depth="0"] li.last {
    margin-left: 14px;
}

.header-top .menu ul[data-depth="0"] li.last:hover a .menu-label img {
    transform: rotate(180deg);
}

.header-top .menu ul[data-depth="0"] li:hover .popover {
    clip: rect(-200px, 900px, 900px, -200px);
}

.header-top .menu ul[data-depth="0"] li.last:hover a .menu-dropdown-bg {
    background-color: #ffde5c;
}

.header-top .menu ul[data-depth="0"] li.last a .menu-label {
    z-index: 3;
    position: relative;
    color: white !important;
}

@media(max-width: 1033px) {
    .header-top .menu ul[data-depth="0"] li.last a[data-depth="0"] .menu-label {
        margin-top: 26px;
        /*margin-bottom: 12px;*/
    }
}

.header-top .menu ul[data-depth="0"] li.last a .menu-label img {
    width: 15px;
    transition: 0.4s;
}

.header-top .menu ul[data-depth="0"] li.last a .menu-dropdown-bg {
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -14px;
    right: -14px;
    z-index: 2;
    border-radius: 5px;
    border: 1px solid #ffeca1;
    background-color: #fdc900;
    transition: 0.3s;
}

.header-top .menu ul[data-depth="0"] li .popover {
    display: block;
    top: unset;
    margin-top: 12px;
    margin-left: 0;
    width: auto;
    left: -14px;
    transition: 0.8s;
    clip: rect(-200px, 200px, -200px, -200px);
    border-radius: 5px;
    z-index: 99;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] {
    margin: 0;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] li {
    float: unset;
    text-align: left;
    margin: 0;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] li a {
    padding: 5px 10px;
    position: relative;
    z-index: 9;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] li a .menu-label {
    color: #0e3a5b !important;
    text-align: center;
    transition: 0.3s;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] li:hover a .menu-label {
    color: white !important;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] li .menu-hover-paint-brush-wrrpr {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] li .menu-hover-paint-brush-wrrpr>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] li .menu-hover-paint-brush-wrrpr>div img {
    height: 90%;
    width: 100%;
    clip: rect(0, 0px, 50px, 0px);
    transition: 0.3s;
    position: absolute;
}

.header-top .menu ul[data-depth="0"] li .popover ul[data-depth="1"] li:hover .menu-hover-paint-brush-wrrpr>div img {
    clip: rect(0, 400px, 50px, 0px);
}

.header-top .main-menu-contains>.row {
    margin: 0;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper {
    margin: 0;
    padding: 60px 0px;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul {
    overflow: hidden;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li {
    position: relative;
    display: table;
    width: 100%;
    text-align: center;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul[data-depth="0"]>li.category:last-child>a {
    background-color: #fdc900;
    color: white;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li a {
    color: #0e3a5b;
    border-bottom: unset;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li:hover>a {
    color: white;
    background-color: #fdc900;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li:hover>a>div {
    color: white !important;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category a {
    /*color: white;*/
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category a .menu-label {
    z-index: 3;
    position: relative;
    /*color: white;*/
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category a .menu-dropdown-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: 0.3s;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category div.popover.sub-menu {
    background-color: white;
    max-height: 0px;
    display: block;
    transition: max-height 0.3s;
    background-color: #fff4ca;
    padding: 0;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category:hover div.popover.sub-menu {
    max-height: 800px;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category div.popover.sub-menu ul {
    padding: 0;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category div.popover.sub-menu ul li {
    margin: 0;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category div.popover.sub-menu ul li a {
    padding: 5px 10px;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category div.popover.sub-menu ul li a div {
    color: #0e3a5b;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li a>span {
    display: none;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li div.menu-hover-paint-brush-wrrpr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li.category div.menu-hover-paint-brush-wrrpr {}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li div.menu-hover-paint-brush-wrrpr div {
    position: relative;
    height: 100%;
    width: 100%;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li div.menu-hover-paint-brush-wrrpr div img {
    height: 85%;
    width: 114%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7%;
    right: 0;
    margin: auto;
    clip: rect(0, 0px, 50px, 0px);
    transition: 0.3s;
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul[data-depth="0"]>li:hover>div.menu-hover-paint-brush-wrrpr div img {
    /*clip: rect(0,600px,50px,0px);*/
}

.header-top .main-menu-contains #mobile_top_menu_wrapper ul li a:hover+div.menu-hover-paint-brush-wrrpr div img {
    /*clip: rect(0,300px,50px,0px);*/
}

#header .header-nav .cart-preview.active {
    background-color: transparent;
    position: relative;
}

@media(max-width: 510px) {
    #header .header-nav .cart-preview.active {
        margin-top: 0;
    }
}

.header-top #_desktop_cart {
    display: inline-block;
}

.header-top #_desktop_cart .blockcart {
    position: relative;
}

.header-top #_desktop_cart .blockcart .header {
    position: relative;
}

@media(max-width: 767px) {
    .blockcart .header {
        position: relative;
    }
}

.header-top #_desktop_cart .blockcart .header img {
    height: 27px;
}

.header-top #_desktop_cart .blockcart .header span:not(.label) {
    position: absolute;
    right: 5px;
    top: -14px;
    border: 1px solid red;
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
}

@media(max-width: 768px) {
    .header-top #_desktop_cart .blockcart .header span:not(.label) {
        right: -9px;
    }
    .blockcart .header span:not(.label) {
        position: absolute;
        right: -9px;
        top: -13px;
    }
}

@media(max-width: 510px) {
    .blockcart .header span:not(.label) {
        top: -10px;
    }
}

.header-top #_desktop_cart .blockcart .header span div {
    position: relative;
    height: 100%;
    width: 100%;
}

@media(max-width: 767px) {
    .blockcart .header span div {
        position: relative;
        height: 23px;
        width: 23px;
        border: 1px solid red;
        border-radius: 50%;
    }
}

.header-top #_desktop_cart .blockcart .header span div label {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: fit-content;
    color: red;
    font-weight: 300 !important;
    font-size: 12px;
}

@media(max-width: 767px) {
    .blockcart .header span div label {
        margin: 0;
        color: red;
    }
}

.header-top #_desktop_cart .blockcart .header span div label:hover {
    cursor: pointer;
}

.header-top #_desktop_cart .blockcart .free-ship-notif,
#_mobile_cart .blockcart .free-ship-notif {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background-color: white;
    padding: 10px 10px;
    white-space: nowrap;
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
    color: #0e3a5b;
    transition: 0.3s;
    transform: scaleY(0);
    transform-origin: top;
    font-size: 15px;
}

.header-top #_desktop_cart:hover .blockcart .free-ship-notif,
#_mobile_cart:hover .blockcart .free-ship-notif {
    transform: scaleY(1);
    cursor: pointer;
}

.logo-etc-items {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 9%;
    display: flex;
    align-items: center;
}

.header-top .temp-heart-chest-icon {
    position: absolute;
    right: 0;
}

@media(max-width: 768px) {
    .header-top .temp-heart-chest-icon {
        display: flex;
        align-items: center;
    }
}

.header-top .temp-heart-chest-icon>p {
    margin: 0;
    display: inline-block;
}

.header-top .temp-heart-chest-icon img {
    height: 21px;
    margin: 0 !important;
    /*margin-left: 15px !important;*/
    width: auto !important;
}

@media(max-width: 768px) {
    .header-top .temp-heart-chest-icon img {
        margin-left: 15px !important;
    }
}

.header-top .temp-heart-chest-icon .label {
    display: block;
    margin-top: 5px;
}

@media(max-width: 768px) {
    .header-top .temp-heart-chest-icon .label {
        display: none;
    }
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container {
    display: inline-block;
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container:hover a {
    background-color: unset;
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover {
    border: unset;
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr {
    transition: 0.3s;
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr:hover {
    background-color: #0e3a5b;
    /*background-color: #fdc900;*/
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr td {
    padding: 5px 0px;
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr td:nth-child(2) {
    padding: 10px;
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr td,
.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr td a {
    color: #0e3a5b !important;
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr:hover td,
.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr:hover td a {
    color: white !important;
}

.header-top .temp-heart-chest-icon .ohmwishlist-link-container .ohmwishlist-popover table tbody tr td img {
    height: 70px;
}

.header-top .temp-heart-chest-icon #_desktop_user_info {
    display: inline-block;
}

@media(max-width: 768px) {
    .header-top .temp-heart-chest-icon #_desktop_user_info {
        margin-left: 15px;
    }
}

.header-top .temp-heart-chest-icon #_desktop_user_info::before {
    content: '';
    background-image: url('../images/chest.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    filter: brightness(0);
    display: block;
    margin: auto;
}

.header-top .temp-heart-chest-icon #_desktop_user_info:hover::before {
    cursor: pointer;
}

.header-top .temp-heart-chest-icon #_desktop_user_info .user-info {
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
    overflow: hidden;
    transition: 0.3s;
    transform-origin: top;
    transform: scaleY(0);
    background-color: white;
}

.header-top .temp-heart-chest-icon #_desktop_user_info:hover .user-info {
    transform: scaleY(1);
}

.header-top .temp-heart-chest-icon #_desktop_user_info .user-info a>i {
    display: none;
}

.header-top .temp-heart-chest-icon #_desktop_user_info .user-info a {
    font-size: 15px;
    color: #0e3a5b;
    display: block;
    padding: 4px 19px;
    transition: 0.3s;
    overflow: hidden;
}

.header-top .temp-heart-chest-icon #_desktop_user_info .user-info a:hover {
    background-color: #0e3a5b;
    color: white;
}

#notifications {
    background-color: #f1f1f1;
}

#notifications>.container {
    /*padding: 25px 0;*/
}

#notifications>.container>article {
    border: unset;
    background-color: #fdc900;
    color: white;
    border-radius: 3px;
}

section#wrapper {
    box-shadow: unset;
    padding-top: 0;
}

#index #content-wrapper {
    padding-right: unset !important;
}

section.featured-products {
    margin-top: 0 !important;
}

section.featured-products .slider-new-products {
    background-color: white;
}

section.featured-products .slider-new-products>.row {
    margin: auto;
    display: flex;
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row {
        display: block;
    }
}

section.featured-products .slider-new-products>.row>.para {
    padding-left: 9%;
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.para {
        padding: 0 9%;
    }
}

section.featured-products .slider-new-products>.row>.para>div {
    margin-top: 14%;
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.para>div {
        margin: 50px 0;
    }
}

section.featured-products .slider-new-products>.row>.para h3 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 80px;
    /*padding-right: 25%;*/
    margin-bottom: 40px;
}

@media(max-width: 1366px) {
    section.featured-products .slider-new-products>.row>.para h3 {
        font-size: 70px;
    }
}

@media(max-width: 1015px) {
    section.featured-products .slider-new-products>.row>.para h3 {
        font-size: 55px;
    }
}

section.featured-products .slider-new-products>.row>.para p {
    color: #9e9e9e;
    font-weight: 300 !important;
    padding-right: 40%;
    font-size: 18px;
    line-height: normal;
}

@media(max-width: 1366px) {
    section.featured-products .slider-new-products>.row>.para p {
        padding-right: 20%;
    }
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.para p {
        padding-right: 0;
    }
}

section.featured-products .slider-new-products>.row>.products {
    padding-right: 0;
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.products {
        padding: 0;
    }
}

section.featured-products .slider-new-products>.row>.products div.owl-stage {
    display: flex;
}

section.featured-products .slider-new-products>.row>.products div.owl-stage>.owl-item {
    margin-left: 100px;
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.products div.owl-stage>.owl-item {
        margin: 0;
    }
}

section.featured-products .slider-new-products>.row>.products .product-miniature-wrppr .product-miniature-wrppr-bg-pic,
section.featured-products .slider-new-products>.row>.products .product-miniature-wrppr .product-miniature-wrppr-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.98;
}

section.featured-products .slider-new-products>.row>.products .product-miniature-wrppr .product-miniature-wrppr-bg {
    background-color: #0e3a5b;
}

section.featured-products .slider-new-products>.row>.products .product-miniature-wrppr .product-miniature-wrppr-bg-pic {
    background-position: center;
    background-size: cover !important;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature {
    margin: 0;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature ul.product-flags {
    display: none;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container {
    height: auto;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    margin-bottom: 0;
    margin-top: 70px;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>a.product-thumbnail img {
    margin: 0;
    position: relative;
    left: -92px;
    width: auto;
    max-width: 73%;
    height: 330px;
    box-shadow: 4px 3px 11px 0px #0000005c;
}

@media(max-width: 1366px) {
    section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>a.product-thumbnail img {
        height: 290px;
    }
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>a.product-thumbnail img {
        margin: auto;
        left: unset;
    }
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description {
    background: transparent;
    width: 100%;
    position: relative;
    height: unset;
    margin-top: 50px;
    margin-bottom: 90px;
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description {
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description {
        box-shadow: unset;
    }
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description h3 {
    margin: 0;
    text-align: left;
    line-height: normal;
    margin-left: 10%;
    margin-bottom: 10px;
    margin-right: 36%;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description h3 a {
    font-family: CaveatBrush, WorkSans;
    color: white;
    font-size: 35px;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc {
    display: block !important;
    margin-left: 10%;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc>div {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    max-height: 100px;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc>* {
    margin-right: 40%;
    line-height: normal;
    /*margin-bottom: 0;*/
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc>p span {
    color: white !important;
    font-size: 11px;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc p,
section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc span,
section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc strong,
section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc address,
section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc div,
section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc a,
section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc li {
    color: white !important;
    font-size: 18px !important;
    font-family: WorkSans, Arial !important;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc li {
    line-height: normal !important;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .prod-desc>a {
    color: white;
    margin-top: 20px;
    display: inline-block;
    border: 3px solid white;
    padding: 11px 35px;
    font-size: 20px !important;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .thumbnail-container>.product-description .product-price-and-shipping {
    display: none;
}

section.featured-products .slider-new-products>.row>.products article.product-miniature .highlighted-informations {
    display: none;
}

section.featured-products .slider-new-products>.row>.products .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 18%;
    display: flex;
    flex-direction: column;
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.products .owl-nav {
        display: block;
        right: 9%;
    }
}

section.featured-products .slider-new-products>.row>.products .owl-nav>button {
    display: block;
    padding: 5px 6px !important;
    margin-bottom: 5px;
}

@media(max-width: 992px) {
    section.featured-products .slider-new-products>.row>.products .owl-nav>button {
        display: inline-block;
    }
}

section.featured-products .slider-new-products>.row>.products .owl-nav>button:nth-child(1) {
    order: 2;
}

section.featured-products .slider-new-products>.row>.products .owl-nav>button:nth-child(2) {
    order: 1;
}

section.featured-products .slider-new-products>.row>.products .owl-nav>button:hover {
    outline: 3px solid white;
}

section.featured-products .slider-new-products>.row>.products .owl-nav>button:focus {
    outline: 3px solid white;
}

section.featured-products .slider-new-products>.row>.products .owl-nav>button img {
    width: 40px;
    margin: 0;
}

section.home-header-slide>div {
    background-color: white;
}

section.home-header-slide>div>.row {
    margin: auto;
    display: flex;
}

@media(max-width: 992px) {
    section.home-header-slide>div>.row {
        display: block;
    }
}

section.home-header-slide>div>.row>.para {
    padding-left: 9%;
}

@media(max-width: 992px) {
    section.home-header-slide>div>.row>.para {
        padding: 0 9%;
    }
}

section.home-header-slide>div>.row>.para>div {
    margin-top: 14%;
}

@media(max-width: 992px) {
    section.home-header-slide>div>.row>.para>div {
        margin: 50px 0;
    }
}

section.home-header-slide>div>.row>.para>div>h3 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 80px;
    margin-bottom: 40px;
}

@media(max-width: 1366px) {
    section.home-header-slide>div>.row>.para>div>h3 {
        font-size: 70px;
    }
}

@media(max-width: 1015px) {
    section.home-header-slide>div>.row>.para>div>h3 {
        font-size: 55px;
    }
}

section.home-header-slide>div>.row>.para>div p {
    color: #9e9e9e;
    font-weight: 300 !important;
    padding-right: 40%;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 80px;
}

@media(max-width: 1366px) {
    section.home-header-slide>div>.row>.para>div p {
        padding-right: 20%;
    }
}

@media(max-width: 992px) {
    section.home-header-slide>div>.row>.para>div p {
        padding-right: 0;
        padding-bottom: 0;
    }
}

section.home-header-slide>div>.row>.slides {
    padding: 0;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg {
    background-position: center;
    background-size: cover;
    height: 800px;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg .content {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 50%;
    padding-right: 90px;
    text-align: center;
}

@media(max-width: 600px) {
    section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg .content {
        width: 80%;
    }
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg .content h3 {
    color: white;
    margin: 0;
    font-size: 30px;
    text-align: left !important;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg .content .desc {
    padding: 30px 0;
    color: white;
    text-align: left !important;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg .content .desc * {
    color: white;
    background: transparent;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg .content .desc p {
    margin: 0;
    color: white;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg .content>a {
    color: white;
    border: 3px solid white;
    padding: 5px 10px;
    line-height: normal;
    font-size: 25px;
    display: inline-block;
    transition: 0.3s;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg .content>a:hover {
    background-color: #ffffff2b;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-nav {
    position: absolute;
    bottom: 15px;
    right: 40px;
    display: flex;
    flex-direction: column;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-nav button {
    display: block;
    padding: 5px 6px !important;
    margin-bottom: 5px;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-nav button:nth-child(1) {
    order: 2;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-nav button:nth-child(2) {
    order: 1;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-nav button:focus {
    outline: none;
    outline: 3px solid white;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-nav button:hover {
    outline: 3px solid white;
}

section.home-header-slide>div>.row>.slides .owl-carousel .owl-nav button img {
    width: 35px;
    margin: 0;
}

section#newproducts-newscategory {
    margin-bottom: 120px;
}

section#newproducts-newscategory>.row {
    margin: 0;
    display: flex;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row {
        display: block;
        margin-bottom: 450px;
    }
}

section#newproducts-newscategory>.row>div {
    padding: 0;
}

section#newproducts-newscategory>.row>.enlarged {
    padding-bottom: 80px;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.enlarged {
        padding: 70px 0;
    }
}

section#newproducts-newscategory>.row>.enlarged div {
    margin-left: 17%;
    box-shadow: 7px -7px 15px #0000002b;
    position: relative;
    top: -50px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.enlarged div {
        top: unset;
        height: 300px;
        margin: 0 25%;
    }
}

section#newproducts-newscategory>.row>.enlarged div img {
    width: 100%;
}

section#newproducts-newscategory>.row>.right {
    margin-bottom: 100px;
}

section#newproducts-newscategory>.row>.right>div {
    padding-left: 15%;
    padding-top: 60px;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.right>div {
        padding: 0 9%;
    }
}

section#newproducts-newscategory>.row>.right .texts h1 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 50px;
    padding-right: 55%;
    margin-bottom: 30px;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.right .texts h1 {
        padding-right: 0;
    }
}

section#newproducts-newscategory>.row>.right .texts p {
    color: #a7a7a7;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: normal;
    padding-right: 55%;
    margin-bottom: 20px;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.right .texts p {
        padding-right: 0;
    }
}

section#newproducts-newscategory>.row>.right .texts a {
    color: #0e3a5b;
    border: 3px solid;
    font-size: 20px;
    padding: 5px 30px;
    display: inline-block;
    padding: 11px 35px;
}

section#newproducts-newscategory>.row>.right .imgs {
    padding-right: 30%;
    margin-top: 70px;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.right .imgs {
        margin-top: 30px;
        padding-right: 0;
    }
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item {}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr {
    width: 100%;
}


/*
section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature {
	margin-right: 30px;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container {
	height: unset;
	border-radius: 8px;
	box-shadow: 0px 6px 8px 0 #00000014;
	margin-bottom: 10px;
	margin-left: 5px;
	overflow: hidden;
	width: 100%;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-thumbnail img {
	margin-left: 0;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description {
	width: 100%;
	background: unset;
	top: 0;
	height: unset;
	transition: 0.3s;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr:hover .product-miniature .thumbnail-container .product-description {
	background-color: #fdc500d9;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description > h3.product-title {
	padding: 0 15px;
	margin: 0;
	margin-top: 13px;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description > h3.product-title a {
	color: white;
	opacity: 0;
	transition: 0.3s;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr:hover .product-miniature .thumbnail-container .product-description > h3.product-title a {
	opacity: 1;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description > .product-price-and-shipping {
	transition: 0.3s;
	color: white;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 15px;
	padding-bottom: 15px;
	top: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description > .product-price-and-shipping:hover {
	cursor: pointer;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description::after {
	display: none;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr:hover .product-miniature .thumbnail-container .product-description > .product-price-and-shipping {
	opacity: 1;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-flags {
	display: none;
}

section#newproducts-newscategory > .row > .right .imgs > .products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .highlighted-informations {
	display: none;
}

*/

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container {
    height: unset;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 #00000014;
    height: 100%;
    padding-bottom: 10px;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container a.product-thumbnail .yellow-bg {
    background-color: #fdc500d9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.3s;
    opacity: 0;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container:hover a.product-thumbnail .yellow-bg {
    opacity: 1;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container a.product-thumbnail img {
    display: block;
    width: 85%;
    margin: 20px auto;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container a.product-thumbnail img {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-title {
    text-align: left;
    margin: 0 15px;
    margin-bottom: 15px;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container:hover>.product-title {
    opacity: 0;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-title a {
    font-family: CaveatBrush, WorkSans;
    font-size: 18px;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container span.price {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 21px;
    margin: 0 15px;
    margin-bottom: 15px;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container:hover>span.price {
    opacity: 0;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description {
    background: transparent;
    height: unset;
    top: 25px;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    box-shadow: unset;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description {
        position: absolute;
        top: 0;
    }
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container:hover .product-description {
    opacity: 1;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist {
    background-color: transparent;
    box-shadow: unset;
    position: absolute;
    top: 0;
    right: 15px;
    width: unset;
    margin-top: 3px;
    padding: 0;
    color: white;
    color: #ffffffc4;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist:hover {
    color: #ffffff;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-title {
    /*margin-right: 60px;*/
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-title a {
    transition: 0.3s;
    color: #0e3a5b;
    font-size: 19px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 40px;
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-title a {}
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes>span.price {
    font-size: 25px;
    text-align: left !important;
    color: white !important;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    /*word-break: break-word;*/
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes {
        /*display: none;*/
    }
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes>p {
    margin: 0;
    text-align: center;
    color: white;
    padding: 0 15px;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes>span {
    color: white;
    display: block;
    text-align: center;
    transition: 0.3s;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes span {
    color: white !important;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart {
    transition: 0.3s;
    display: flex !important;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 15px;
    border: 1px solid white;
    border-radius: 8px;
    overflow: hidden;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a,
section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button {
    transition: 0.3s;
    background-color: transparent;
    border: unset;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 3;
    color: white !important;
    display: block;
    padding: 10px 0;
    font-size: 12px;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover a,
section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover button {
    background-color: #ffffff36;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a {
    text-align: center;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:focus {
    outline: unset;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:hover {
    cursor: pointer;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button.no-stock {
    height: 41px;
    color: red !important;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img,
section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button img {
    margin: 0;
    height: 26px;
    width: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
    /*margin-right: 10px;*/
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img {
    height: 20px;
    margin: 5px 0;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs {
    display: flex !important;
    display: none !important;
    text-align: center;
    z-index: 2;
    margin: 0px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img {
    height: 40px;
    width: auto;
    margin: 0;
    display: inline-block;
    margin: 25px 0;
    margin-right: 6px;
    border-radius: 5px;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img:hover {
    cursor: pointer;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    display: none;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-flags {
    display: none;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .highlighted-informations {
    display: none;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-nav {
    text-align: right;
    margin-right: 25px;
    margin-top: 20px !important;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-nav button {
    margin-left: 10px;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-nav button:focus {
    outline: unset;
}

section#newproducts-newscategory>.row>.right .imgs>.products .owl-nav button img {
    width: 35px;
}

body#product section#wrapper {
    overflow: hidden;
    padding-top: 0;
    background-color: white;
}

#left-column {
    padding-left: 9%;
}

#left-column .block-categories {
    display: none;
}

#left-column #search_filters_wrapper #search_filters {
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

#left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all button {
    background-color: #fdc901;
    color: white;
    box-shadow: unset;
    padding: 5px;
}

#left-column #search_filters_wrapper #search_filters label.facet-label {
    position: relative;
}

#left-column #search_filters_wrapper #search_filters span.custom-checkbox {
    top: 0px;
    position: absolute;
}

#left-column #search_filters_wrapper #search_filters span.custom-checkbox>span {
    vertical-align: text-top;
}

#left-column #search_filters_wrapper #search_filters p {
    margin-bottom: 5px !important;
}

#left-column #search_filters_wrapper #search_filters p,
#left-column #search_filters_wrapper #search_filters a {
    color: #0e3a5b;
    margin: 0;
}

#left-column #search_filters_wrapper #search_filters a {
    padding-left: 20px;
}

#search #content-wrapper #products {
    margin-left: 9%;
    margin-right: 9%;
}

#search #content-wrapper #products .category-header-shwa {
    display: none;
}

#search #content-wrapper #products .owl-stage-outer .product-miniature-wrppr {
    width: 100%;
}

#search #content-wrapper #products .owl-stage-outer .product-miniature-wrppr .product-miniature {
    margin-bottom: 20px;
}

@media(max-width: 991px) {
    #search #content-wrapper #products .owl-stage-outer .product-miniature-wrppr .product-miniature {
        margin: 0 .625rem;
        margin-bottom: 20px;
    }
}

#search #content-wrapper #products .owl-stage-outer .product-miniature-wrppr .product-miniature .product-description {
    bottom: 0;
    top: 0;
}

#search #content-wrapper #products .owl-stage-outer .product-miniature-wrppr .product-miniature .product-description .product-title {
    height: 100%;
    margin: 0;
}

#search #content-wrapper #products .owl-stage-outer .product-miniature-wrppr .product-miniature .product-description .product-title a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#search #content-wrapper #products .owl-stage-outer .product-miniature-wrppr .product-miniature .product-description .product-attributes {
    display: none;
}

#search #content-wrapper #products .owl-nav button:focus {
    outline: none;
}

#search #content-wrapper #products .owl-nav button img {
    height: 20px;
}

#search #content-wrapper .text-xs-right.up {
    display: none;
}

#content-wrapper {
    padding-right: 9%;
}

#category #content-wrapper {
    padding: 0;
}

@media(max-width: 767px) {
    #category #content-wrapper.left-column {
        padding: 0 9% !important;
    }
}

#category #content-wrapper.category3,
#category #content-wrapper #search_filters_wrapper .category2 {
    padding: 0 9% !important;
}

#category #content-wrapper #search_filters_wrapper #search_filters {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

#category #content-wrapper #search_filters_wrapper #search_filters>p {
    color: #0e3a5b;
}

#category #content-wrapper #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all button {
    background-color: #fdc900;
    margin: 0;
    padding: 8px 11px;
    border-radius: 5px;
    color: black;
    transition: 0.3s;
    border: unset;
}

#category #content-wrapper #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all button:hover {
    box-shadow: unset;
    border: unset;
    background-color: #d8ac00;
}

#category #content-wrapper #search_filters_wrapper #search_filters section.facet>p {
    color: #0e3a5b;
}

#category #content-wrapper #search_filters_wrapper #search_filters div.ui-slider-range {
    background: #0e3a5b;
}

#category #content-wrapper #search_filters_wrapper #search_filters a.ui-slider-handle {
    width: 12px;
    border: 1px solid #0e3a5b;
    border-radius: 2px;
}

#category #content-wrapper #search_filters_wrapper #search_filters a.ui-slider-handle:focus {
    outline: unset;
}

#category #content-wrapper #search_filters_wrapper #search_filters div.facet-dropdown {
    background: #ff0000;
    box-shadow: unset;
    border: unset;
}

#category #content-wrapper #search_filters_wrapper #search_filters div.facet-dropdown>a {
    background-color: white;
    border: 3px solid #0e3a5b;
    color: #0e3a5b;
}

#category #content-wrapper #search_filters_wrapper #search_filters div.facet-dropdown div.dropdown-menu {
    border: 3px solid #0e3a5b;
    margin-top: 0;
    border-top: 0;
}

#category #content-wrapper #search_filters_wrapper #search_filters div.facet-dropdown div.dropdown-menu a {
    color: #0e3a5b;
    transition: 0.3s;
}

#category #content-wrapper #search_filters_wrapper #search_filters div.facet-dropdown div.dropdown-menu a:hover {
    background-color: #fdc900;
    color: white;
}

.contact-rich a {
    color: #0e3a5b;
}

#content-wrapper.contact {
    padding: 0;
    margin-bottom: 45px;
}

#content-wrapper.contact #content {
    border-radius: 8px;
}

#content-wrapper.contact #content h3 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 25px;
}

#content-wrapper.contact #content label.form-control-label {
    color: #0e3a5b;
}

#content-wrapper.contact #content select.form-control-select:focus,
#content-wrapper.contact #content input.form-control:focus,
#content-wrapper.contact #content textarea.form-control:focus {
    outline-color: #0e3a5b;
    outline-width: 2px;
}

#content-wrapper.contact #content .form-footer input[type=submit] {
    background-color: #fdc900;
    box-shadow: unset;
}

#category #content-wrapper.category-60 {
    padding: 0 9%;
}

#content-wrapper div#js-product-list-header {
    display: none;
}

#content.page-not-found {
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
    margin-bottom: 1.563rem;
}

#content.page-not-found>h4 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 25px;
}

#content.page-not-found>p {
    color: #0e3a5b;
}

#content.page-not-found input:focus {
    outline-color: #0e3a5b;
}

#history header.page-header h1,
#address header.page-header h1,
#identity header.page-header h1,
#addresses header.page-header h1,
#order-slip header.page-header h1,
#my-account header.page-header h1 {
    color: #0e3a5b;
}

@media(max-width: 767px) {
    #history header.page-header h1,
    #address header.page-header h1,
    #identity header.page-header h1,
    #addresses header.page-header h1,
    #order-slip header.page-header h1,
    #my-account header.page-header h1 {
        padding-top: 25px;
    }
}

#my-account #content .links a span {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

#my-account #content .links a span i,
#my-account #content .links a span {
    color: #0e3a5b;
}

#history #content h6,
#history #content table thead.thead-default tr th,
#history #content table .order-actions a {
    color: #0e3a5b;
}

#history #content .text-xs-right a i {
    color: #0e3a5b;
}

#authentication .input-group,
#identity .input-group {
    outline: none;
}

#authentication input:focus,
#identity input:focus,
#address input:focus,
#address select:focus {
    outline: 2px solid #0e3a5b !important;
}

#authentication label.form-control-label,
#authentication label.radio-inline,
#authentication .form-control-comment,
#address .form-control-comment,
#authentication .custom-checkbox label {
    color: #0e3a5b;
}

#authentication .custom-radio input[type=radio]:checked+span,
#identity .custom-radio input[type=radio]:checked+span {
    background-color: #0e3a5b;
}

#authentication .register-form button[type=submit] {
    box-shadow: unset;
    background-color: #fdc901;
    border-radius: 6px;
    border: unset;
}

.page-customer-account #content {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

#order-slip #notifications .container {
    margin: 0;
}

#addresses #content .address {
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

#addresses #content .address .address-footer {
    border-top: 1px solid #0e3a5b1f;
}

#addresses #content .address h4,
#addresses #content .address .address-footer a,
#addresses #content .address .address-body {
    color: #0e3a5b;
}

#addresses #content .addresses-footer a {
    color: #0e3a5b;
}

#identity footer.page-footer,
#history footer.page-footer,
#addresses footer.page-footer,
#order-slip footer.page-footer,
#address footer.page-footer,
#my-account footer.page-footer {
    padding: 20px 0;
}

#identity footer.page-footer a,
#history footer.page-footer a,
#order-slip footer.page-footer a,
#address footer.page-footer a,
#addresses footer.page-footer a,
#my-account footer.page-footer a {
    color: #0e3a5b;
}

#checkout nav.header-nav {
    padding: 10px 0 !important;
}

#checkout nav.header-nav .mobile .block-social {
    display: none;
}

#checkout nav.header-nav .mobile #menu-icon {
    display: none;
}

#checkout nav.header-nav .mobile #_mobile_cart {
    display: none;
}

#checkout nav.header-nav .mobile #_mobile_logo {
    padding: 0;
}

#checkout nav.header-nav .mobile #_mobile_logo a {
    display: block;
}

#checkout nav.header-nav .mobile #_mobile_logo a img {
    height: 45px;
}

#checkout #block-reassurance {
    display: none;
}

body#checkout section.checkout-step {
    box-shadow: 0px 6px 8px 0 #00000014;
}

#checkout section#checkout-personal-information-step {
    border-radius: 10px 10px 0 0;
}

#checkout section.checkout-step .address-item.selected {
    border-color: #0e3a5b !important;
}

#checkout section.checkout-step .custom-radio input[type=radio]:checked+span {
    background-color: #0e3a5b !important;
}

#checkout section.checkout-step:last-child {
    border-radius: 0 0 10px 10px;
}

#checkout .product-price {
    color: #0e3a5b;
}

#checkout #content button {
    border-radius: 6px;
}

#checkout .card {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

#order-confirmation #order-items {
    border-right: unset;
}

#content-wrapper #js-product-list-top .products-sort-order button {
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
    border: none;
}

#content-wrapper #js-product-list-top .products-sort-order .dropdown-menu {
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

#content-wrapper #js-product-list-top .products-sort-order .dropdown-menu a {
    color: #0e3a5b;
}

#content-wrapper #js-product-list-top .products-sort-order .dropdown-menu a:hover {
    background-color: #fdc500d9;
}

#content-wrapper #js-active-search-filters {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
    padding-top: 0;
}

#content-wrapper #js-active-search-filters ul li {
    box-shadow: unset;
    outline: 2px solid #0e3a5b;
    margin: 15px 0;
    margin-right: 10px;
    padding: 5px 11px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr {
    width: 25%;
    margin-bottom: 25px;
}


/* PRODUCT DESIGN THUMBNAIL */

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature {
    height: 100%;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container {
    height: unset;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 #00000014;
    height: 100%;
    padding-bottom: 25px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container a.product-thumbnail .yellow-bg {
    background-color: #fdc500d9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.3s;
    opacity: 0;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container:hover a.product-thumbnail .yellow-bg {
    opacity: 1;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container a.product-thumbnail img {
    display: block;
    width: 85%;
    margin: 20px auto;
}

@media(max-width: 992px) {
    #content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container a.product-thumbnail img {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-title {
    text-align: left;
    margin: 0 35px;
    margin-bottom: 15px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container:hover>.product-title {
    opacity: 0;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-title a {
    font-family: CaveatBrush, WorkSans;
    font-size: 23px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container span.price {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 25px;
    margin: 0 35px;
    margin-bottom: 15px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container:hover>span.price {
    opacity: 0;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description {
    background: transparent;
    height: unset;
    top: 25px;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    box-shadow: unset;
}

@media(max-width: 992px) {
    #content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description {
        position: absolute;
        top: 0;
    }
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container:hover .product-description {
    opacity: 1;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist {
    background-color: transparent;
    box-shadow: unset;
    position: absolute;
    top: 0;
    right: 35px;
    width: unset;
    margin-top: 3px;
    padding: 0;
    color: white;
    color: #ffffffc4;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist:hover {
    color: #ffffff;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-title {
    margin-right: 60px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-title a {
    transition: 0.3s;
    color: #0e3a5b;
    font-size: 22px;
}

@media(max-width: 992px) {
    #content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-title a {}
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes>span.price {
    font-size: 35px;
    text-align: left !important;
    color: white !important;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    /*word-break: break-word;*/
}

@media(max-width: 992px) {
    #content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes {
        /*display: none;*/
    }
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes>p {
    margin: 0;
    text-align: center;
    color: white;
    padding: 0 15px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes>span {
    color: white;
    display: block;
    text-align: center;
    transition: 0.3s;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes span {
    color: white !important;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart {
    transition: 0.3s;
    display: flex !important;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 35px;
    border: 1px solid white;
    border-radius: 8px;
    overflow: hidden;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart a,
#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart button {
    transition: 0.3s;
    background-color: transparent;
    border: unset;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 3;
    color: white !important;
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover a,
#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover button {
    background-color: #ffffff36;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart a {
    text-align: center;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:focus {
    outline: unset;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:hover {
    cursor: pointer;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart button.no-stock {
    height: 41px;
    color: red !important;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img,
#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart button img {
    margin: 0;
    height: 30px;
    width: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img {
    height: 20px;
    margin: 5px 0;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: block !important;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs>div {
    padding: 0 !important;
    text-align: center;
    display: flex;
    margin: 0px 30px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs>div>div {
    padding: 0;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img {
    height: 40px;
    width: auto;
    margin: 0;
    display: inline-block;
    margin: 25px 0;
    /*margin-right: 6px;*/
    border-radius: 5px;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img:hover {
    cursor: pointer;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    display: none;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .product-flags {
    display: none;
}

#content-wrapper #js-product-list .products .product-miniature-wrppr article.product-miniature .thumbnail-container .highlighted-informations {
    display: none;
}

#content-wrapper #js-product-list .pagination .page-list {
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
    text-align: center !important;
}

#content-wrapper #js-product-list .pagination .page-list li a {
    color: #0e3a5b;
}

#content-wrapper #js-product-list .pagination .page-list li.current a {
    color: #fdc900;
}

#content-wrapper section#content {
    margin: 0;
    max-width: 100%;
}

#content-wrapper section#content.page-cms * {
    color: #9e9e9e !important;
    font-size: 15px !important;
    background-color: transparent !important;
}

#content-wrapper section#content.page-cms h1,
#content-wrapper section#content.page-cms h1 *,
#content-wrapper section#content.page-cms h2,
#content-wrapper section#content.page-cms h2 *,
#content-wrapper section#content.page-cms h3,
#content-wrapper section#content.page-cms h3 *,
#content-wrapper section#content.page-cms h4,
#content-wrapper section#content.page-cms h4 *,
#content-wrapper section#content.page-cms h5,
#content-wrapper section#content.page-cms h5 * {
    color: #0e3a5b !important;
}

#new-products #content-wrapper {
    padding: 0;
}

#new-products #content-wrapper #main #js-product-list-header {
    color: #0e3a5b;
    padding: 0 9%;
}

@media(max-width: 767px) {
    #new-products #content-wrapper #main #js-product-list-header {
        padding-top: 30px;
    }
}

#new-products #content-wrapper #main #products {
    padding: 0 9%;
}

#new-products #content-wrapper #main #products .products.owl-carousel {
    margin: 0;
}

#new-products .owl-stage-outer .owl-item .product-miniature-wrppr {
    width: 100% !important;
    margin-bottom: 20px;
}

#new-products .product-miniature {
    margin: 0 .625rem !important;
}

#new-products .product-attributes {
    display: none;
}

#new-products .owl-nav {
    width: 100%;
}

#new-products .owl-nav button img {
    width: 35px;
}

#new-products .up {
    display: none;
}

#new-products .pagination {
    display: none;
}

#manufacturer #content-wrapper .prod-of-brand {
    /*padding: 0 9%;*/
    display: none;
}

#manufacturer #content-wrapper #products {
    padding: 0 9%;
}

#manufacturer #content-wrapper #products .category-header-shwa {
    color: #0e3a5b;
}

#manufacturer #content-wrapper .products.owl-carousel {
    margin: 0;
}

#manufacturer #content-wrapper .products.owl-carousel .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr {
    width: 100%;
    margin-bottom: 15px;
}

#manufacturer #content-wrapper .products.owl-carousel .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature {
    margin: 0 .625rem !important;
}

#manufacturer #content-wrapper .products.owl-carousel .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-description .product-attributes {
    display: none;
}

#manufacturer #content-wrapper .products.owl-carousel .owl-nav {
    width: 100%;
}

#manufacturer #content-wrapper .products.owl-carousel .owl-nav button img {
    width: 25px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr {
    background-color: white;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 1199px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr .row {
        display: block;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr .row>div {
    padding: 0;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-img>div {
    height: 100%;
}

@media(max-width: 1199px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-img>div {
        padding-top: 70px;
        background-color: #083b5b;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-img>div>img {
    height: 80%;
    position: absolute;
    right: -150px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    /*width: 90%;*/
    max-width: 100%;
    object-fit: contain;
}

@media(max-width: 1600px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-img>div>img {
        right: -100px;
    }
}

@media(max-width: 1366px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-img>div>img {
        height: 65%;
    }
}

@media(max-width: 1199px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-img>div>img {
        position: relative;
        right: unset;
        height: 400px;
        width: 400px;
        display: block;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info {
    background-size: cover;
    background-position: center;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info::before {
    content: "";
    background-color: #083b5b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.98;
}

@media(max-width: 1199px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info::before {
        opacity: 1;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>* {
    position: relative;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div {
    padding: 115px 0px;
    padding-left: 265px;
    padding-right: 150px;
}

@media(max-width: 1600px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div {
        padding: 60px 0px;
        padding-left: 190px;
        padding-right: 130px;
    }
}

@media(max-width: 1199px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div {
        padding: 60px 9%;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>h2 {
    color: white;
    font-family: CaveatBrush, WorkSans;
    font-size: 50px;
    padding-right: 30%;
}

@media(max-width: 1366px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>h2 {
        padding-right: 0;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.brand-desc-wrrpr {
    height: 190px;
    overflow-x: overlay;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.brand-desc-wrrpr::-webkit-scrollbar {
    width: 10px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.brand-desc-wrrpr::-webkit-scrollbar-track {
    background-color: #ffffff36;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.brand-desc-wrrpr::-webkit-scrollbar-thumb {
    background-color: white;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.brand-desc-wrrpr * {
    color: white !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: WorkSans, Arial;
    line-height: normal !important;
    background-color: transparent !important;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.row {
    padding-top: 35px;
    overflow: hidden;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.row>.text h4 {
    color: white;
    font-family: CaveatBrush, WorkSans;
    font-size: 30px;
    position: relative;
}

@media(max-width: 1366px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.row>.text h4 {
        font-size: 22px;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.row>.text h4::after {
    content: "";
    height: 2px;
    background-color: white;
    position: absolute;
    width: 100%;
    left: 102%;
    margin: auto;
    top: 0;
    bottom: 0;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage {
    display: flex;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .owl-item {
    padding: 0 8px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .owl-item>.product-miniature-wrppr {
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .owl-item .product-miniature-wrppr div.yellow-bg {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fdc500d9;
    transition: 0.3s;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .owl-item .product-miniature-wrppr:hover div.yellow-bg {
    opacity: 1;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .thumbnail img {
    margin: 0;
    height: 190px;
    object-fit: cover;
}

@media(max-width: 1366px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .thumbnail img {
        height: 140px;
    }
}

@media(max-width: 1366px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .thumbnail img {
        height: 230px;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container {
    margin: 0;
    height: unset;
    width: 100%;
    box-shadow: unset;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description {
    height: unset;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: unset;
    opacity: 0;
    transition: 0.3s;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature-wrppr:hover .product-miniature .thumbnail-container .product-description {
    opacity: 1;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description h2 {
    margin: 0;
    /*height: 100%;*/
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description h2 a {
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    z-index: 1;
    padding: 15px 15px;
    color: white;
    display: block;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes {
    /*position: absolute;*/
    /*bottom: 15px;*/
    width: 100%;
    text-align: center;
    color: white;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .prod-desc {
    display: none;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-flags {
    display: none;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature {
    height: 100%;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container {
    height: unset;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 #00000014;
    height: 100%;
    padding-bottom: 10px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container a.product-thumbnail .yellow-bg {
    background-color: #fdc500d9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.3s;
    opacity: 0;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container:hover a.product-thumbnail .yellow-bg {
    opacity: 1;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container a.product-thumbnail img {
    display: block;
    width: 85%;
    margin: 20px auto;
}

@media(max-width: 992px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container a.product-thumbnail img {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-title {
    text-align: left;
    margin: 0 15px;
    margin-bottom: 15px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container:hover>.product-title {
    opacity: 0;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-title a {
    font-family: CaveatBrush, WorkSans;
    font-size: 18px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container span.price {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 21px;
    margin: 0 15px;
    margin-bottom: 15px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container:hover>span.price {
    opacity: 0;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description {
    background: transparent;
    height: unset;
    top: 25px;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    box-shadow: unset;
}

@media(max-width: 992px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description {
        position: absolute;
        top: 0;
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container:hover .product-description {
    opacity: 1;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist {
    background-color: transparent;
    box-shadow: unset;
    position: absolute;
    top: 0;
    right: 15px;
    width: unset;
    margin-top: 3px;
    padding: 0;
    color: white;
    color: #ffffffc4;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist:hover {
    color: #ffffff;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-title {
    /*margin-right: 60px;*/
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-title a {
    transition: 0.3s;
    color: #0e3a5b;
    font-size: 19px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 40px;
}

@media(max-width: 992px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-title a {}
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes>span.price {
    font-size: 25px;
    text-align: left !important;
    color: white !important;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    /*word-break: break-word;*/
}

@media(max-width: 992px) {
    #manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes {
        /*display: none;*/
    }
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes>p {
    margin: 0;
    text-align: center;
    color: white;
    padding: 0 15px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes>span {
    color: white;
    display: block;
    text-align: center;
    transition: 0.3s;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes span {
    color: white !important;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart {
    transition: 0.3s;
    display: flex !important;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 15px;
    border: 1px solid white;
    border-radius: 8px;
    overflow: hidden;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a,
#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button {
    transition: 0.3s;
    background-color: transparent;
    border: unset;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 3;
    color: white !important;
    display: block;
    padding: 10px 0;
    font-size: 14px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover a,
#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover button {
    background-color: #ffffff36;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a {
    text-align: center;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:focus {
    outline: unset;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:hover {
    cursor: pointer;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button.no-stock {
    height: 41px;
    color: red !important;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img,
#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button img {
    margin: 0;
    height: 30px;
    width: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
    /*margin-right: 10px;*/
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img {
    height: 20px;
    margin: 5px 0;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs {
    display: flex !important;
    display: none !important;
    text-align: center;
    z-index: 2;
    margin: 0px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img {
    height: 40px;
    width: auto;
    margin: 0;
    display: inline-block;
    margin: 25px 0;
    margin-right: 6px;
    border-radius: 5px;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img:hover {
    cursor: pointer;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    display: none;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .product-flags {
    display: none;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-stage .product-miniature .thumbnail-container .highlighted-informations {
    display: none;
}

#manufacturer #content-wrapper #brand-and-prods .each-brand-header-wrrpr>.row>.brand-info>div>.prods .brand-header-prods .owl-nav {
    display: none;
}

#manufacturer #content-wrapper .prod-in-brands-after>div {
    text-align: center;
    padding: 150px 26%;
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .prod-in-brands-after>div {
        padding: 150px 9%;
    }
}

#manufacturer #content-wrapper .prod-in-brands-after>div h3 {
    color: #083b5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 45px;
    margin: 0;
}

#manufacturer #content-wrapper .prod-in-brands-after>div .line {
    height: 8px;
    background-color: #083b5b;
    width: 60px;
    margin: 35px auto;
    border-radius: 50px;
}

#manufacturer #content-wrapper .prod-in-brands-after>div p {
    color: #083b5b;
    margin: 0;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: normal;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr {
    margin: 0 -5px;
    margin-top: 75px;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-stage .brand-dir-wrrpr {
    height: 280px;
    margin: 0 10px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-stage .brand-dir-wrrpr>a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: black;
    font-weight: 600 !important;
    transition: 0.3s;
    position: relative;
    padding: 10px 10px;
    background-color: white;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-stage .brand-dir-wrrpr>a>h4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 18%;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-stage .brand-dir-wrrpr>a:hover>h4 {
    opacity: 1;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-stage .brand-dir-wrrpr>a>.yellow-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fdc500d9;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-stage .brand-dir-wrrpr>a:hover>.yellow-bg {
    opacity: 1;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-stage .brand-dir-wrrpr>a>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-nav {
    text-align: right;
    margin-top: 35px;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-nav button:focus {
    outline: none;
}

#manufacturer #content-wrapper .prod-in-brands-after .brands-in-brand-wrrpr .owl-nav button img {
    width: 40px;
}

#manufacturer #content-wrapper .categoryprod-brand {
    background-color: white;
    padding: 90px 9%;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products>h2 {
    display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products h2.title {
    display: block !important;
    margin-bottom: 90px;
    color: #083b5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 60px;
    text-align: center;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature-wrppr {
    padding: 0 5px;
    margin-bottom: 30px;
    width: 100%;
}


/*
#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature {
	margin: 0;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container {
	height: unset;
	width: 100%;
	margin: 0;
	border-radius: 8px;
	box-shadow: 0px 6px 8px 0 #00000014;
	overflow: hidden;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container a.thumbnail img {
	margin: 0;
	height: 390px;
	width: 100%;
	object-fit: cover;
	padding: 20px;
	padding-top: 60px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover .product-description::after {
	display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description {
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: 0.3s;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover .product-description {
	background-color: #fdc500d9;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-title {
	margin: 0;
	height: 100%;
	z-index: 2;
	position: relative;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-title a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 20px;
	padding-top: 25px;
	font-size: 20px;
	transition: 0.3s;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover .product-description .product-title a {
	color: black;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .prod-desc {
	display: block !important;
	position: absolute;
	bottom: 0;
	transition: 0.3s;
	opacity: 0;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover .product-description .prod-desc {
	opacity: 1;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .prod-desc > div {
	max-height: 107px;
	padding: 0 15px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;


}*/

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .prod-desc>p {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    padding-bottom: 20px;
    text-align: center;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .prod-desc p,
#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .prod-desc span {
    color: black !important;
    font-size: 15px !important;
    line-height: normal !important;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .prod-desc .product-thumbnail {
    display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-flags {
    display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .highlighted-informations {
    display: none;
}

*/ #manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature {
    height: 100%;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container {
    height: unset;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 #00000014;
    height: 100%;
    padding-bottom: 25px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container a.product-thumbnail .yellow-bg {
    background-color: #fdc500d9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.3s;
    opacity: 0;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover a.product-thumbnail .yellow-bg {
    opacity: 1;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container a.product-thumbnail img {
    display: block;
    width: 85%;
    margin: 20px auto;
}

@media(max-width: 992px) {
    #manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container a.product-thumbnail img {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-title {
    text-align: left;
    margin: 0 35px;
    margin-bottom: 15px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover>.product-title {
    opacity: 0;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-title a {
    font-family: CaveatBrush, WorkSans;
    font-size: 23px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container span.price {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 25px;
    margin: 0 35px;
    margin-bottom: 15px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover>span.price {
    opacity: 0;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description {
    background: transparent;
    height: unset;
    top: 25px;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    box-shadow: unset;
}

@media(max-width: 992px) {
    #manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description {
        position: absolute;
        top: 0;
    }
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover .product-description {
    opacity: 1;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist {
    background-color: transparent;
    box-shadow: unset;
    position: absolute;
    top: 0;
    right: 35px;
    width: unset;
    margin-top: 3px;
    padding: 0;
    color: white;
    color: #ffffffc4;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist:hover {
    color: #ffffff;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-title {
    margin-right: 60px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-title a {
    transition: 0.3s;
    color: #0e3a5b;
    font-size: 22px;
}

@media(max-width: 992px) {
    #manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-title a {}
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes>span.price {
    font-size: 35px;
    text-align: left !important;
    color: white !important;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    /*word-break: break-word;*/
}

@media(max-width: 992px) {
    #manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes {
        /*display: none;*/
    }
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes>p {
    margin: 0;
    text-align: center;
    color: white;
    padding: 0 15px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes>span {
    color: white;
    display: block;
    text-align: center;
    transition: 0.3s;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes span {
    color: white !important;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart {
    transition: 0.3s;
    display: flex !important;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 35px;
    border: 1px solid white;
    border-radius: 8px;
    overflow: hidden;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a,
#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button {
    transition: 0.3s;
    background-color: transparent;
    border: unset;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 3;
    color: white !important;
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover a,
#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover button {
    background-color: #ffffff36;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a {
    text-align: center;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:focus {
    outline: unset;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:hover {
    cursor: pointer;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button.no-stock {
    height: 41px;
    color: red !important;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img,
#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button img {
    margin: 0;
    height: 30px;
    width: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img {
    height: 20px;
    margin: 5px 0;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: block !important;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs>div {
    padding: 0 !important;
    text-align: center;
    display: flex;
    margin: 0px 30px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs>div>div {
    padding: 0;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img {
    height: 40px;
    width: auto;
    margin: 0;
    display: inline-block;
    margin: 25px 0;
    /*margin-right: 6px;*/
    border-radius: 5px;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img:hover {
    cursor: pointer;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .product-flags {
    display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-stage-outer .owl-item .product-miniature .thumbnail-container .highlighted-informations {
    display: none;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-nav {
    text-align: right;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products .featured-prod-in-brand .owl-nav button:focus {
    outline: unset;
}

#manufacturer #content-wrapper .categoryprod-brand .featured-products a.all-product-link {
    display: none;
}

#manufacturer #content-wrapper .scroll-ind {
    padding: 0;
    text-align: right;
    margin-top: 30px;
}

#manufacturer #content-wrapper .scroll-ind label {
    color: white;
    font-size: 20px;
    font-weight: 400 !important;
}

@media(max-width: 1366px) {
    #manufacturer #content-wrapper .scroll-ind label {
        font-size: 15px;
    }
}

#manufacturer #content-wrapper .scroll-ind label:hover {
    cursor: pointer;
}

#manufacturer #content-wrapper .scroll-ind label span img {
    height: 25px;
}

@media(max-width: 1366px) {
    #manufacturer #content-wrapper .scroll-ind label span img {
        height: unset;
    }
}

#manufacturer #content-wrapper .pagination {
    display: none;
}

#manufacturer #content-wrapper .up {
    display: none;
}

body#product #content-wrapper {
    padding: 0;
}

body#product #content-wrapper section#main>.row.flex {
    display: flex;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main>.row.flex {
        flex-wrap: wrap;
    }
}

body#product #content-wrapper section#main .col-lg-5 {
    margin-bottom: 60px;
    margin-left: 9%;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .col-lg-5 {
        width: 100%;
        margin-right: 9%;
    }
}

@media(max-width: 767px) {
    body#product #content-wrapper section#main .col-lg-5 {
        margin-top: 45px;
    }
}

body#product #content-wrapper section#main .col-lg-5 nav.breadcrumb {
    margin-bottom: 35px;
}

body#product #content-wrapper section#main .col-lg-5 nav.breadcrumb ol li a {
    font-size: 11px;
    color: #dadada;
    transition: 0.3s;
}

body#product #content-wrapper section#main .col-lg-5 nav.breadcrumb ol li a:hover {
    color: #737373;
}

body#product #content-wrapper section#main .col-lg-5 nav.breadcrumb ol li::after {
    color: #dadada;
    font-size: 11px;
    content: ">";
    margin: 0;
}

body#product #content-wrapper section#main .col-lg-5 nav.breadcrumb ol li:last-child::after {
    content: "";
}

body#product #content-wrapper section#main .col-lg-5 .product-flags li {
    background: #fdc901;
    color: black;
    margin-top: 30px;
}

body#product #content-wrapper section#main .col-lg-5 .images-container {
    /*display: flex;*/
}

body#product #content-wrapper section#main .col-lg-5 .images-container>div {
    /*flex: 1;*/
}

body#product #content-wrapper section#main .col-lg-5 .images-container>div.col-xs-8 {
    position: relative;
    z-index: 10;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .scroll {
    width: 100%;
    height: 100%;
    position: relative;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .scroll-box-arrows {
    height: unset;
}

body#product #content-wrapper section#main .col-lg-5 .images-container button.product-other-pics-arrows {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border: unset;
    height: 30px;
    padding: 0;
    background-color: rgba(19, 62, 94, 0.75);
    transition: 0.3s;
}

body#product #content-wrapper section#main .col-lg-5 .images-container button.product-other-pics-arrows:hover {
    cursor: pointer;
    background-color: rgba(19, 62, 94, 1);
}

body#product #content-wrapper section#main .col-lg-5 .images-container button.product-other-pics-arrows:focus {
    outline: unset;
}

body#product #content-wrapper section#main .col-lg-5 .images-container button.product-other-pics-arrows.up {
    top: 0;
    transform: rotate(180deg);
    height: 0;
}

body#product #content-wrapper section#main .col-lg-5 .images-container button.product-other-pics-arrows.down {
    bottom: 0;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-images {
    margin-bottom: 0;
    height: 455px;
    overflow-x: scroll;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-images::-webkit-scrollbar {
    width: 0;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-images li {
    display: block;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-images li img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 36px;
    box-shadow: unset;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-images li img:hover {
    border-color: #0e3a5b;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-images li img.selected {
    border-color: #0e3a5b;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-images li:last-child img {
    margin-bottom: 0;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover {
    position: relative;
    left: 0;
    margin-bottom: 0;
    /*width: 160%;*/
    width: 600px;
    z-index: 3;
}

@media(max-width: 1770px) {
    body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover {
        width: 540px;
    }
}

@media(max-width: 1470px) {
    body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover {
        width: 450px;
    }
}

@media(max-width: 1200px) {
    body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover {
        width: 360px;
    }
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover {
        width: 100%;
    }
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover>img {
    box-shadow: 7px -4px 14px 0px rgba(0, 0, 0, .2);
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .layer {
    opacity: 1;
    background-color: white;
    height: 40px;
    width: 40px;
    margin: 15px;
    box-shadow: 0px 2px 4px 0px #00000029;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .layer img {
    box-shadow: unset;
    height: 17px;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .layer img {
        width: auto;
    }
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .prodwish-wrppr {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .prodwish-wrppr>a {
    margin: 0;
    padding: 0;
    box-shadow: 0px 2px 4px 0px #00000029;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .prodwish-wrppr>a i {
    color: #0e3a5b;
    padding: 12px;
    font-size: 16px;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .prodwish-wrppr>#ohmwihlist-messagebox .ohmwihlist-messagebox-popup {
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
    background-color: #0e3a5b;
    border: none;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .prodwish-wrppr>#ohmwihlist-messagebox .ohmwihlist-messagebox-popup .ohmwihlist-messagebox-popup-head a {
    border: unset;
    background-color: unset;
    color: white;
    margin-top: -3px;
    margin-right: -5px;
}

body#product #content-wrapper section#main .col-lg-5 .images-container .product-cover .prodwish-wrppr>#ohmwihlist-messagebox .ohmwihlist-messagebox-popup p {
    color: white;
}

body#product #content-wrapper section#main .col-lg-7 {
    padding-top: 70px;
    padding-right: 9%;
    z-index: 9;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .col-lg-7 {
        width: 100%;
        padding-right: 0;
        padding-top: 25px;
    }
}

body#product #content-wrapper section#main .col-lg-7>* {
    position: relative;
    z-index: 2;
    padding-left: 194px;
}

@media(max-width: 1080px) {
    body#product #content-wrapper section#main .col-lg-7>* {
        padding-left: 140px;
    }
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .col-lg-7>* {
        padding: 0 9%;
    }
}

body#product #content-wrapper section#main .col-lg-7>h1[itemprop=name] {
    color: white;
    font-family: CaveatBrush, WorkSans;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .col-lg-7>h1[itemprop=name] {
        text-align: center;
    }
}

body#product #content-wrapper section#main .col-lg-7 .product-discount {
    margin-bottom: 0;
}

body#product #content-wrapper section#main .col-lg-7 .product-discount .regular-price {
    color: white;
}

body#product #content-wrapper section#main .col-lg-7>.product-prices .current-price {
    margin-bottom: 0;
}

body#product #content-wrapper section#main .col-lg-7>.product-prices .current-price span[itemprop=price] {
    color: white;
    font-weight: 600 !important;
    font-size: 20px;
}

body#product #content-wrapper section#main .col-lg-7>.product-prices .current-price span.discount {
    background-color: #fdc901;
    color: black;
}

body#product #content-wrapper section#main .col-lg-7>.product-prices>.tax-shipping-delivery-label {
    margin-bottom: 0;
    font-size: 11px;
    color: #fdc901;
}

body#product #content-wrapper section#main .col-lg-7 .product-price {
    margin-bottom: 0;
}

body#product #content-wrapper section#main .col-lg-7 .product-availability {
    color: white;
    font-size: 11px;
    /*display: none;*/
}

body#product #content-wrapper section#main .col-lg-7 .product-availability span.green {
    color: #fdc901;
}

body#product #content-wrapper section#main .col-lg-7 .product-availability span.red {
    color: #ff4949;
}

body#product #content-wrapper section#main .col-lg-7 .product-information div p {
    margin-top: 10px;
}

body#product #content-wrapper section#main .col-lg-7 .product-information div p,
body#product #content-wrapper section#main .col-lg-7 .product-information div span {
    color: white !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

body#product #content-wrapper section#main .col-lg-7 .product-information div ul {
    list-style: none;
    /* Remove default bullets */
}

body#product #content-wrapper section#main .col-lg-7 .product-information div ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: orange;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block {
    box-shadow: unset;
    color: white;
    background-color: transparent;
    border: 3px solid rgb(255, 255, 255);
    font-size: 11px;
}

@media(max-width: 767px) {
    body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block {
        padding: 1.25rem;
    }
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block .card-title {
    margin-top: 0;
    color: white;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block form ul li label {
    color: white;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block form ul li span button {
    box-shadow: unset;
    height: 100%;
    background-color: #fdc901;
    color: black;
    font-size: 11px;
    text-transform: capitalize;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block form ul li textarea {
    font-size: 12px;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block form ul li textarea:focus {
    outline-color: white;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block form ul li small {
    color: #b9b9b9;
    font-size: 11px;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block form ul li .customization-message {
    color: #9e9e9e;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-customization .card.card-block form div.clearfix button {
    color: #000;
    background-color: #fdc901;
    font-size: 11px;
    box-shadow: unset;
    text-transform: capitalize;
    padding: 12px 18px;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item span {
    color: white;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item select {
    background-color: #fdc901;
    box-shadow: unset;
    border: unset;
    height: 31px;
    font-size: 13px;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item select:focus {
    outline: unset;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item ul li {
    margin-right: 0;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item ul li label {
    margin-bottom: 0;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item ul li label span {
    margin-bottom: 0;
    box-shadow: unset;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item ul li label span.radio-label {
    background: #fdc900;
    border-color: #fdc900;
    transition: 0.3s;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item ul li:hover label span.radio-label {
    border-color: #fff;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-variants .product-variants-item ul li label input[checked=checked]+span.radio-label {
    border-color: #fff;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-discounts table.table-product-discounts {
    width: 100%;
    color: #ffffff;
    font-size: 11px;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-discounts table.table-product-discounts thead tr th {
    background: #123d5d;
    border: 2px solid #ffffff;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-discounts table.table-product-discounts tbody tr {
    background: #123d5d;
}

body#product #content-wrapper section#main .col-lg-7 .product-information .product-discounts table.table-product-discounts tbody tr td {
    border: 2px solid #ffffff;
}

body#product #content-wrapper section#main .col-lg-7 .product-pack>p {
    color: white;
    font-size: 15px;
}

body#product #content-wrapper section#main .col-lg-7 .product-pack .card {
    border: unset;
}

body#product #content-wrapper section#main .col-lg-7 .product-pack .card .pack-product-container .pack-product-name a,
body#product #content-wrapper section#main .col-lg-7 .product-pack .card .pack-product-container .pack-product-price strong,
body#product #content-wrapper section#main .col-lg-7 .product-pack .card .pack-product-container .pack-product-quantity span {
    color: #0e3a5b;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty {
    background-color: #fdc900;
    height: 40px;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty>span {
    margin: auto;
    margin-left: 12px;
    color: #918f63;
    font-size: 12px;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty>div {
    box-shadow: unset;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty>div input#quantity_wanted {
    background-color: transparent;
    border: unset;
    font-size: 14px;
    height: 100%;
    text-align: center;
    width: 40px;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty span.input-group-btn-vertical {
    height: 100%;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty span.input-group-btn-vertical:hover button:first-child {
    margin-top: 1px;
    margin-bottom: 0;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty span.input-group-btn-vertical button {
    background-color: transparent;
    border: unset;
    transition: 0.3s;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty span.input-group-btn-vertical button:first-child {
    margin-top: 8px;
    margin-bottom: -14px;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.qty span.input-group-btn-vertical button i {
    font-size: 14px;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart .product-quantity>.add>button {
    background-color: #fdc901;
    box-shadow: unset;
    height: 40px;
    width: auto;
    color: black;
    font-size: 16px;
    text-transform: capitalize;
    font-family: CaveatBrush, WorkSans;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart span#product-availability {
    color: white;
    font-size: 11px;
    display: none;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart span#product-availability i {
    font-size: 19px;
    color: #ff4949;
}

body#product #content-wrapper section#main .col-lg-7 .product-add-to-cart>p.product-minimal-quantity {
    display: none;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product {
    background-color: transparent;
    box-shadow: unset;
    margin-bottom: 50px;
}

body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product {
    margin-bottom: 0px;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul {
    margin-bottom: 0;
    display: flow-root;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul {
        text-align: center;
    }
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div {
    border-bottom: unset;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 40px;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li div,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div>span {
    padding: 0;
    width: auto;
    position: relative;
}

body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div>span.block-title,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div>p {
    display: none;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li div img,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div>span img {
    margin-right: 0;
    height: 39px;
    width: auto;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul>li>div>span {
    display: none;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li .popup-block-reassurance,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div .popup-block-reassurance {
    position: absolute;
    top: 90%;
    z-index: 10;
    background-color: #fff;
    left: -250px;
    right: -250px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0px 2px 4px 0px #0000002e;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

@media(max-width: 768px) {
    body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li .popup-block-reassurance,
    body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div .popup-block-reassurance {
        left: -65px;
        right: -65px;
    }
}

@media(max-width: 320px) {
    body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li .popup-block-reassurance,
    body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div .popup-block-reassurance {
        left: -45px;
        right: -45px;
    }
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li .popup-block-reassurance::after,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div .popup-block-reassurance::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li .popup-block-reassurance img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
    height: 55px;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li .popup-block-reassurance p,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div .popup-block-reassurance p {
    margin: 0;
    line-height: normal;
    color: #133e5e !important;
    text-align: justify;
    font-size: 11px !important;
    white-space: pre-line;
}


/* change */

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li .popup-block-reassurance p:nth-child(1n+1),
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div .popup-block-reassurance p:nth-child(1n+1) {
    /* color: yellow !important; */
    margin-bottom: 10px;
}

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li .popup-block-reassurance h3,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div .popup-block-reassurance h3 {
    margin: 0;
    color: #133e5e;
    font-size: 13px;
}


/* end of change */

body#product #content-wrapper section#main .col-lg-7 #block-reassurance ul li div.block-reassurance-item:hover .popup-block-reassurance,
body#product #content-wrapper section#main .col-lg-7 .blockreassurance_product>div .item-product:hover .popup-block-reassurance {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

body#cart .blockreassurance_product {
    display: none;
}

body#product #content-wrapper section#main .col-lg-7>.product-details-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    padding-left: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
}

body#product #content-wrapper section#main .col-lg-7>.product-details-bg img {
    width: 100%;
    opacity: 0.02;
}

body#product #content-wrapper section#main .col-lg-7>.product-details-bg div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0e3a5b;
    z-index: -1;
    opacity: 0.98;
}

body#product #content-wrapper section#main .row.prod-desc {
    position: relative;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .row.prod-desc {
        margin: 0;
    }
}

body#product #content-wrapper section#main .row.prod-desc>div {
    position: relative;
    z-index: 2;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below {
    padding-top: 40px;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below {
        margin: 0;
    }
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below>div {
    margin-bottom: 40px;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below>.col-lg-7 {
    padding: 0;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below>.col-lg-5 {
    margin-left: 0;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below>.col-lg-5 {
        padding: 0;
    }
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below {
    padding-left: 40%;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below {
        padding: 0 9%;
    }
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below>.product-quantities {
    display: none;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below h1 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below p,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below span,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below strong,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below em,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below address,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below div,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below a,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below li {
    color: #000000 !important;
    font-size: 14px !important;
    font-family: WorkSans, Arial !important;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below a {
    color: #0e3a5b !important;
    text-decoration: none !important;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-desc-below li {
    line-height: normal !important;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below {
    padding-right: 40%;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below {
        padding: 0 9%;
    }
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below h1 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below section.product-features {
    color: #b3b3b3;
    font-size: 12px;
    margin: 0;
    margin-bottom: 20px;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below section.product-features dl {
    margin: 0;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below section.product-features dl dt,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below section.product-features dl dd {
    margin: 0;
    padding: 0;
    min-height: unset !important;
    border: 2px solid #123d5d;
    border-right: 0;
    padding: 1px 5px;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below section.product-features dl dt:last-child,
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below section.product-features dl dd:last-child {
    border-right: 2px solid #123d5d;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below section.product-features dl dt:nth-of-type(2n),
body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below section.product-features dl dd:nth-of-type(2n) {
    background-color: unset;
}

@media(max-width: 767px) {
    body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table {
        width: 100%;
    }
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td div {
    margin-bottom: 6px;
    position: relative;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td div>a {
    background-color: white;
    color: #0e3a5b;
    font-size: 12px;
    padding: 7px 10px;
    padding-right: 15px;
    display: block;
    border-radius: 9px;
    box-shadow: 0px 2px 4px 0px #0000002e;
    transition: 0.3s;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td div>a:hover {
    box-shadow: unset;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td div>a:hover+.product-additional-info {
    clip: rect(0, 300px, 300px, 0px);
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td div>a:focus {
    /*background-color: #f7f7f7;*/
    text-decoration: none;
    box-shadow: unset;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td img {
    width: 16px;
    margin-right: 7px;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td .product-additional-info {
    background-color: #0e3a5b;
    bottom: 100%;
    position: absolute;
    padding: 10px 48px;
    border-radius: 7px;
    transition: 0.3s;
    box-shadow: 0px 2px 4px 0px #00000042;
    clip: rect(0, 0px, 300px, 0px);
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td .product-additional-info::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 15px;
    width: 13px;
    height: 13px;
    background-color: #0e3a5b;
    transform: rotate(45deg);
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td .product-additional-info:hover {
    clip: rect(0, 300px, 300px, 0px);
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td .product-additional-info .social-sharing {
    margin: 0;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td .product-additional-info .social-sharing ul {
    display: inherit;
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td .product-additional-info .social-sharing ul li {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    height: 28px;
    width: 28px;
    box-shadow: unset;
    border-radius: unset;
    margin: 0 6px;
    filter: brightness(300%);
}

body#product #content-wrapper section#main .row.prod-desc .row.prod-details-below .prod-features-below .prod-features-action-btns table td .product-additional-info .social-sharing ul li:hover {
    filter: grayscale(100)brightness(115%);
}

body#product #content-wrapper section#main section.featured-products {
    margin-top: 90px !important;
}

body#product #content-wrapper section#main section.featured-products h2 {
    font-family: CaveatBrush, WorkSans;
    text-align: center;
    color: #0e3a5b;
    font-size: 42px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage .owl-item>div {
    padding: 20px 0;
    width: 100%;
}


/*
body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature {
	margin: 0 5px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container {
	height: unset;
	margin: 0;
	width: 100%;
	border-radius: 10px;
	transition: 0.3s;
	box-shadow: 0px 6px 8px 0 #00000014;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .yellow-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	transition: 0.3s;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container:hover .yellow-bg {
	background-color: #fdc500d9;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container:hover .product-description::after {
	display: none;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .owl-item:not(.active) .product-miniature .thumbnail-container {
	box-shadow: unset;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container a img {
	width: 65%;
	margin: auto;
	margin-top: 20px;
	padding-bottom: 50px;
	padding-top: 55px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .product-description .product-price-and-shipping,
body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .product-flags,
body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .highlighted-informations {
	display: none;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .product-description {
	top: 0;
	left: 0;
	right: 0;
	width: unset;
	height: unset;
	bottom: unset;
	background-color: transparent;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .product-description h3 {
	margin: 0;
	padding-top: 17px;
	color: #7d7d7d;
	font-size: 13px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .product-description h2 {
	line-height: unset;
	margin: 0;
	display: grid;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .product-description h2 a {
	transition: 0.3s;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container:hover .product-description h2 a {
	color: white;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .product-description a {
	padding: 20px 0;
}*/

body#product #content-wrapper section#main section.featured-products .products .owl-stage,
body#product #content-wrapper section#main section.featured-products .products .owl-item {
    display: flex;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature {
    height: 100%;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container {
    height: unset;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 #00000014;
    height: 100%;
    padding-bottom: 25px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container a.product-thumbnail .yellow-bg {
    background-color: #fdc500d9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.3s;
    opacity: 0;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container:hover a.product-thumbnail .yellow-bg {
    opacity: 1;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container a.product-thumbnail img {
    display: block;
    width: 85%;
    margin: 20px auto;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container a.product-thumbnail img {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-title {
    text-align: left;
    margin: 0 35px;
    margin-bottom: 15px;
    line-height: inherit;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container:hover>.product-title {
    opacity: 0;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-title a {
    font-family: CaveatBrush, WorkSans;
    font-size: 23px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container span.price {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 25px;
    margin: 0 35px;
    margin-bottom: 15px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container:hover>span.price {
    opacity: 0;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description {
    background: transparent;
    height: unset;
    top: 25px;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    box-shadow: unset;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description {
        position: absolute;
        top: 0;
    }
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container:hover .product-description {
    opacity: 1;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist {
    background-color: transparent;
    box-shadow: unset;
    position: absolute;
    top: 0;
    right: 35px;
    width: unset;
    margin-top: 3px;
    padding: 0;
    color: white;
    color: #ffffffc4;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist:hover {
    color: #ffffff;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-title {
    margin-right: 60px;
    line-height: inherit;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-title a {
    transition: 0.3s;
    color: #0e3a5b;
    font-size: 22px;
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-title a {}
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes>span.price {
    font-size: 35px;
    text-align: left !important;
    color: white !important;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    /*word-break: break-word;*/
}

@media(max-width: 992px) {
    body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes {
        /*display: none;*/
    }
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes>p {
    margin: 0;
    text-align: center;
    color: white;
    padding: 0 15px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes>span {
    color: white;
    display: block;
    text-align: center;
    transition: 0.3s;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes span {
    color: white !important;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart {
    transition: 0.3s;
    display: flex !important;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 35px;
    border: 1px solid white;
    border-radius: 8px;
    overflow: hidden;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a,
body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button {
    transition: 0.3s;
    background-color: transparent;
    border: unset;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 3;
    color: white !important;
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover a,
body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover button {
    background-color: #ffffff36;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a {
    text-align: center;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:focus {
    outline: unset;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:hover {
    cursor: pointer;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button.no-stock {
    height: 41px;
    color: red !important;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img,
body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button img {
    margin: 0;
    height: 30px;
    width: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img {
    height: 20px;
    margin: 5px 0;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: block !important;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs>div {
    padding: 0 !important;
    text-align: center;
    display: flex;
    margin: 0px 35px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs>div>div {
    padding: 0;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img {
    height: 40px;
    width: auto;
    margin: 0;
    display: inline-block;
    margin: 25px 0;
    /*margin-right: 6px;*/
    border-radius: 5px;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img:hover {
    cursor: pointer;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    display: none;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .product-flags {
    display: none;
}

body#product #content-wrapper section#main section.featured-products .products .owl-stage-outer .product-miniature .thumbnail-container .highlighted-informations {
    display: none;
}

body#product #content-wrapper section#main section.featured-products .products .owl-nav {
    text-align: right;
}

body#product #content-wrapper section#main section.featured-products .products .owl-nav button:focus {
    outline: none;
}

body#product #content-wrapper section#main section.featured-products .products .owl-nav button img {
    margin-left: 6px;
    height: 24px;
}

body#product #content-wrapper section#main .prod-desc-bg {
    position: absolute !important;
    top: 0;
    bottom: 0;
    background-color: #f1f1f1;
    left: -20%;
    right: -20%;
    z-index: 1 !important;
}

.subcategories,
.subcategories-titl {
    padding: 0 9%;
}

.subcategories h3,
.subcategories-titl {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 45px;
    padding-top: 35px;
}

.subcategories-list {
    padding: 0 9%;
}

.subcategories-list .subcategories-list-drct-wrrpr {
    margin: 0;
    background-color: #12395814;
    padding: 6px 0;
}

.subcategories-list .subcategories-list-drct-wrrpr>div {
    padding-bottom: 5px;
}

.subcategories-list .subcategories-list-drct-wrrpr a {
    color: #0e3a5b;
}

.subcategories-products-outer-wrrpr {
    padding: 0 9%;
    padding-bottom: 50px;
}

.subcategories-products-outer-wrrpr>a {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 45px;
    margin-top: 30px;
    display: inline-block;
    line-height: normal;
}

.subcategories-products-outer-wrrpr .owl-stage {
    display: flex;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item {
    border-radius: 8px;
    box-shadow: 0px 6px 8px 0 #00000014;
    overflow: hidden;
    margin: 12px 10px;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item a>div {
    /*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: 0.3s;
	background-color: #fdc500d9;
	padding: 20px;
	text-align: center;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	opacity: 0;*/
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item:hover a>div {
    /*opacity: 1;*/
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item a>div label {
    /*text-align: center;
	width: 100%;
	color: white;*/
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item a img {
    /*height: 350px;
	object-fit: cover;*/
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr {
    padding: 35px;
    background-color: white;
    height: 100%;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr>img {
    width: 100%;
    margin-bottom: 30px;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr>.product-name {
    text-align: left;
    font-family: CaveatBrush, WorkSans;
    font-size: 23px;
    color: #7a7a7a;
    margin-bottom: 15px;
    transition: 0.3s;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr:hover .outer-wrppr>.product-name {
    opacity: 0;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr>.product-price {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 25px;
    transition: 0.3s;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr:hover .outer-wrppr>.product-price {
    opacity: 0;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #fdc500d9;
    padding: 35px;
    transition: 0.3s;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr:hover .outer-wrppr .hover-items {
    opacity: 1;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items .prodwish-wrppr {
    position: absolute;
    top: 35px;
    right: 35px;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items .prodwish-wrppr>a {
    margin: 0;
    width: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items .prodwish-wrppr>a i {
    color: white;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>a .product-name {
    margin-right: 35px;
    margin-bottom: 20px;
    text-align: left;
    color: #0e3a5b;
    font-size: 22px;
    font-family: CaveatBrush, WorkSans;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items:hover>a {
    cursor: pointer;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.product-price {
    font-family: CaveatBrush, WorkSans;
    font-size: 35px;
    text-align: left;
    color: white;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.addtocart {
    transition: 0.3s;
    display: flex !important;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 35px;
    border: 1px solid white;
    border-radius: 8px;
    overflow: hidden;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.addtocart:hover {
    background-color: #ffffff36;
    cursor: pointer;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.addtocart>a,
.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.addtocart>button {
    transition: 0.3s;
    background-color: transparent;
    border: unset;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 3;
    color: white !important;
    display: block;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.addtocart>button:focus {
    outline: unset;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.addtocart>a img,
.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.addtocart>button img {
    margin: 0;
    height: 30px;
    width: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

.subcategories-products-outer-wrrpr .owl-stage .owl-item .subcategories-products-wrppr .outer-wrppr .hover-items>.addtocart>a img {
    height: 20px;
    margin: 5px 0;
}

.subcategories-products-outer-wrrpr .owl-nav {
    text-align: right;
    margin: 0 10px;
}

.subcategories-products-outer-wrrpr .owl-nav button:focus {
    outline: unset;
}

.subcategories-products-outer-wrrpr .owl-nav button img {
    width: 40px;
}

#subcategories {
    padding: 0 9%;
}

#subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr {
    margin: 50px 20px;
}

@media(max-width: 1080px) {
    #subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr {
        margin: 20px 10px;
    }
}

#subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr a {
    position: relative;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
    overflow: hidden;
    background-color: white;
}

#subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr a img {
    margin: 20px 0px;
    padding: 0 20px;
    height: 330px;
    object-fit: cover;
}

@media(max-width: 1080px) {
    #subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr a img {
        /*margin: 5px 0;
			padding: 0;*/
    }
}

#subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr a>div {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fdc500d9;
    opacity: 0;
    transition: 0.3s;
}

#subcategories .owl-stage-outer .owl-stage .owl-item:hover>div .subcate-wrppr a>div {
    opacity: 1;
}

#subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr a>div label.subcat-lbl {
    text-align: center;
    margin: 0;
    width: 100%;
    color: white;
    position: absolute;
    padding: 0 20px;
}

#subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr a>div label.subcat-lbl.subcat-phrase {
    top: 25px;
    font-size: 20px;
}

#subcategories .owl-stage-outer .owl-stage .owl-item>div .subcate-wrppr a>div label.subcat-lbl.subcat-name {
    bottom: 25px;
}

#subcategories .owl-nav {
    width: 100%;
    text-align: right;
    padding-bottom: 30px;
}

#subcategories .owl-nav button:focus {
    outline: unset;
}

#subcategories .owl-nav button img {
    width: 35px;
}

.subcat-viewed-products {
    padding: 0 9%;
}

.subcat-viewed-products>section>h2 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 45px;
    padding-top: 35px;
}

.subcat-viewed-products>section>.owl-carousel {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item {
    padding: 0 20px;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 6px 8px 0 #00000014;
    /*margin: 20px 0px;*/
    width: 100%;
    padding: 0;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature {
    margin: 0;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container {
    margin: 0;
    height: unset;
    width: 100%;
    box-shadow: unset;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>a>.yellow-bg {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fdc500d9;
    transition: 0.3s;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr:hover .product-miniature .thumbnail-container>a>.yellow-bg {
    opacity: 1;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>a>img {
    margin: 0;
    height: 320px;
    object-fit: cover;
    transition: 0.3s;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description {
    height: unset;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: unset;
    opacity: 0;
    transition: 0.3s;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr:hover .product-miniature .thumbnail-container>.product-description {
    opacity: 1;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr:hover .product-miniature .thumbnail-container>.product-description::after {
    display: none;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>h2 {
    margin: 0;
    height: 100%;
    transition: 0.3s;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>h2>a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15px 15px;
    color: white !important;
    font-size: 20px;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: white;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .price {
    transition: 0.3s;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart {
    transition: 0.3s;
    margin-top: 10px;
    position: relative;
    /*display: block !important;*/
    display: flex !important;
    justify-content: center;
    background-color: white;
    transition: 0.3s;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart a,
.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart button {
    background-color: white;
    border: unset;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 1;
    color: black;
    display: block;
    /*display: flex;
	align-items: center;
	justify-content: center;*/
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart a {
    padding: 10px 0;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart button:focus {
    outline: unset;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart button:hover {
    cursor: pointer;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart button.no-stock {
    height: 41px;
    color: red;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart a img,
.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart button img {
    margin: 0;
    height: 30px;
    width: auto;
    display: inline-block;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .addtocart a img {
    height: 20px;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .other-img-thumbs {
    display: flex !important;
    text-align: center;
    background-color: #123d5e;
    z-index: 2;
    position: relative;
    padding: 0px 4px;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .other-img-thumbs img {
    height: 30px;
    width: auto;
    margin: 0;
    display: inline-block;
    margin: 4px 0;
    margin-right: 4px;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container>.product-description>.product-price-and-shipping .other-img-thumbs img:hover {
    cursor: pointer;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .product-flags {
    display: none;
}

.subcat-viewed-products .owl-stage-outer .owl-stage .owl-item .product-miniature-wrppr .product-miniature .thumbnail-container .highlighted-informations {
    display: none;
}

.subcat-viewed-products .owl-nav {
    width: 100%;
    text-align: right;
    padding-top: 30px;
}

.subcat-viewed-products .owl-nav button:focus {
    outline: unset;
}

.subcat-viewed-products .owl-nav button img {
    width: 35px;
}

.subcat-testimonial>.testimonial-wrrpr>.top {
    background-color: unset;
}

.subcate-footer-temp .top {
    background-color: white;
    margin-top: 150px;
}

@media(max-width: 992px) {
    .subcate-footer-temp .top {
        margin-top: 35px;
    }
}

.subcate-footer-temp .content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    transition: 1s;
}

.subcate-footer-temp .content .row .desc>div {
    margin: 20px 0;
    margin-bottom: 40px;
    margin-left: 45px;
}

@media(max-width: 992px) {
    .subcate-footer-temp .content .row .desc>div {
        margin-left: 0;
        margin-top: 50px;
    }
}

.subcate-footer-temp.products .content .row .desc>div {
    margin-left: 0;
    margin-top: 50px;
}

.subcate-footer-temp .content .row .desc>div>label {
    font-family: CaveatBrush, WorkSans;
    color: white;
    font-size: 45px;
    line-height: normal;
    text-align: left;
}

@media(max-width: 992px) {
    .subcate-footer-temp .content .row .desc>div>label {
        margin-bottom: 30px;
    }
    .subcate-footer-temp.products .content .row .desc>div>label {
        margin-top: 45px;
    }
}

.subcate-footer-temp .content .row .desc>div .desc-container {
    margin-bottom: 30px;
    padding-right: 20px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.subcate-footer-temp .content .row .desc>div .desc-container::-webkit-scrollbar {
    width: 10px;
}

.subcate-footer-temp .content .row .desc>div .desc-container::-webkit-scrollbar-track {
    background-color: #ffffff36;
}

.subcate-footer-temp .content .row .desc>div .desc-container::-webkit-scrollbar-thumb {
    background-color: white;
}

.subcate-footer-temp .content .row .desc>div .desc-container p {
    /*margin-bottom: 60px;*/
}

.subcate-footer-temp .content .row .desc>div .desc-container * {
    color: #ffffff8c !important;
    font-size: 18px !important;
}

.subcate-footer-temp .content .row .desc>div .desc-container p span {
    font-size: 18px !important;
}

.subcate-footer-temp .content .row .desc>div .links-container {
    padding: 15px 0;
}

.subcate-footer-temp .content .row .desc>div>div a {
    width: 49%;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-family: CaveatBrush, WorkSans;
    color: white;
    padding-left: 35px;
}

@media(max-width: 767px) {
    .subcate-footer-temp .content .row .desc>div>div a {
        display: block;
        padding: 15px 0;
        padding-left: 35px;
        width: 100%;
    }
}

.subcate-footer-temp .content .row .desc>div>div a img {
    width: 35px;
    margin-right: 10px;
}

.subcate-footer-temp .content .row .desc>div>div a .yellow-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.subcate-footer-temp .content .row .desc>div>div a .yellow-bg div {
    position: relative;
    height: 100%;
    width: 100%;
}

.subcate-footer-temp .content .row .desc>div>div a .yellow-bg div img {
    height: 58px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.subcate-footer-temp .content .img>div {
    position: relative;
    top: -95px;
    box-shadow: 7px -7px 15px #0000002b;
    background-color: white;
    /*padding: 27px 16px;*/
    /*padding-top: 25px;*/
    /*margin-bottom: -45px;*/
    height: 500px;
}

@media(max-width: 992px) {
    .subcate-footer-temp .content .img>div {
        /*padding: 60px 0;*/
        text-align: center;
        background-color: transparent;
        box-shadow: unset;
        top: unset;
        height: auto;
    }
    .subcate-footer-temp.products .content .img>div {
        padding: 0;
        margin: 40px 0;
    }
}

.subcate-footer-temp .content .img>div .feature-name {
    text-align: center;
}

.subcate-footer-temp .content .img>div .feature-name label {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 45px;
    line-height: normal;
    margin: 35px 0;
    margin-top: 0;
}

.subcate-footer-temp .content .img>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    /*max-width: 90%;*/
    /*max-height: 90%;*/
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 20px;
}

@media(max-width: 992px) {
    .subcate-footer-temp .content .img>div img {
        /*height: auto;*/
        /*width: 300px;*/
        box-shadow: 7px -7px 15px #0000002b;
        background-color: white;
        padding: 10px;
        position: relative;
    }
}

.subcate-footer-temp .content .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0e3a5b;
    z-index: -1;
    opacity: 0.98;
}

#category .page-content.page-not-found {
    margin-left: 9% !important;
    margin-right: 9% !important;
    margin-bottom: 40px !important;
}

#category #js-product-list .category-header-shwa h3 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 35px;
    /*padding-right: 60%;*/
    padding-left: 9%;
    position: relative;
}

@media(max-width: 992px) {
    #category #js-product-list .category-header-shwa h3 {
        padding-right: 9%;
    }
}

@media(max-width: 767px) {
    #category #js-product-list .category-header-shwa h3 {
        padding-top: 30px;
    }
}

#category #js-product-list .category-header-shwa h3 .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    font-size: 20px;
    border: unset;
    background: unset;
    color: #0e3a5b;
    border-bottom: 2px solid #0e3a5b;
}

#category #js-product-list .category-header-shwa h3 .read-more:hover {
    cursor: pointer;
}

#category #js-product-list .category-header-shwa h3 .read-more:focus {
    outline: unset;
}

#category #js-product-list .category-header-shwa .line-height {
    height: 2px;
    background-color: #0e3a5b;
    width: 25%;
    margin-left: 9%;
}

#category #js-product-list .category-header-shwa .line {
    height: 2px;
    background-color: #0e3a5b;
    margin-bottom: 15px;
}

#category #js-product-list .category-header-shwa .cat-more-info {
    background-color: #0e3a5b;
    border-radius: 0 0 8px 8px;
    transition: 0.3s;
    overflow: hidden;
}

#category #js-product-list .category-header-shwa .cat-more-info>div {
    padding: 20px 40px;
}

#category #js-product-list .category-header-shwa .cat-more-info * {
    color: white !important;
    background-color: unset !important;
}

#category #js-product-list .owl-carousel {
    margin: 0;
    padding-bottom: 90px;
    /*padding: 0 9%;*/
}

#category #js-product-list .products .product-miniature-wrppr {
    /*width: 100% !important;*/
}


/*#category #js-product-list .products .product-miniature-wrppr .product-miniature {
	margin-bottom: 30px;
}
	@media(max-width: 992px) {
		#category #js-product-list .products .product-miniature-wrppr .product-miniature {
			margin: 0 .625rem;
			margin-bottom: 30px;
		}
	}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description {
	bottom: unset;
	top: 25px;
	bottom: 0 !important;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description > .product-title {
	margin: 0;
	position: absolute;
	top: -25px;
	bottom: -25px;
	right: 0;
	left: 0;
	z-index: 2;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description > .product-title > a {
	display: block;
	height: 100%;
	padding-top: 45px;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}
	@media(max-width: 992px) {
		#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes {
			display: none;
		}
	}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes > p {
	margin: 0;
	text-align: center;
	color: white;
	padding: 0 15px;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes > span {
	color: white;
	display: block;
	text-align: center;
	transition: 0.3s;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes span {
	color: white !important;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart {
	transition: 0.3s;
	margin-top: 10px;
	position: relative;
	display: flex !important;
	justify-content: center;
	background-color: white;
	transition: 0.3s;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a,
#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button {
	background-color: white;
	border: unset;
	width: 100%;
	margin: 0;
	padding: 4px 0;
	position: relative;
	z-index: 3;
	color: black !important;
	display: block;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a {
	padding: 10px 0;
	text-align: center;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:focus {
	outline: unset;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:hover {
	cursor: pointer;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button.no-stock {
	height: 41px;
    color: red !important;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img,
#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button img {
	margin: 0;
	height: 30px;
	width: auto;
	display: inline-block;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img {
	height: 20px;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs {
	display: flex !important;
	text-align: center;
    background-color: #123d5e;
	z-index: 2;
	position: relative;
	padding: 0px 4px;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img {
	height: 30px;
	width: auto;
	margin: 0;
	display: inline-block;
	margin: 4px 0;
	margin-right: 4px;
}

#category #js-product-list .products .product-miniature-wrppr .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img:hover {
	cursor: pointer;
}*/

#category #js-product-list .owl-carousel .owl-nav {
    width: 100%;
    text-align: right;
    margin-bottom: 25px;
}

#category #js-product-list .owl-carousel .owl-nav button:focus {
    outline: unset;
}

#category #js-product-list .owl-carousel .owl-nav button img {
    width: 35px;
}

#category #js-product-list .pagination {
    /*display: none;*/
}

#category #js-product-list .pagination>div {
    padding: 0;
}

#category #js-product-list>.up {
    display: none;
}

section.bestseller {
    background-color: white;
}

section.bestseller>.container {
    padding-top: 85px;
}

section.bestseller>div h2 {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 42px;
    text-transform: initial !important;
}

section.bestseller>div p {
    text-align: center;
    padding: 0 30%;
    color: #afafaf;
    font-weight: 400 !important;
    font-size: 18px;
}

@media(max-width: 992px) {
    section.bestseller>div p {
        padding: 0;
    }
}

section.bestseller .product-miniature-wrppr {
    padding: 20px 0;
    width: 100%;
}

section.bestseller .product-miniature {}

@media(max-width: 992px) {
    section.bestseller .product-miniature {
        margin: 0 .625rem;
    }
}

section.bestseller .product-miniature .thumbnail-container {
    height: unset;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 #00000014;
}

section.bestseller .product-miniature .thumbnail-container:hover .yellow-bg {
    background-color: #fdc500d9;
}

section.bestseller .product-miniature .thumbnail-container .yellow-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.3s;
}

section.bestseller .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

section.bestseller .product-miniature .thumbnail-container>a img {
    /*margin: 0;*/
    width: 65%;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 50px;
    padding-top: 55px;
}

@media(max-width: 767px) {
    section.bestseller .product-miniature .thumbnail-container>a img {
        margin: 0;
        margin-top: 20px;
        width: 100%;
        padding: 10px 10px;
    }
}

section.bestseller ul.product-flags {
    display: none;
}

section.bestseller .product-description {
    /*position: relative;*/
    background: transparent;
    height: unset;
    bottom: 25px;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    box-shadow: unset !important;
}

section.bestseller .product-description h3 a {
    color: white;
}

section.bestseller .product-description h3 a img {
    /*display: block !important;*/
    height: 15px;
    width: auto;
    margin: auto;
    margin-top: 5px;
}

section.bestseller .product-miniature .thumbnail-container:hover .product-description {
    opacity: 1;
}

section.bestseller .product-description h3 {
    margin: 0;
}

section.bestseller .highlighted-informations {
    display: none;
}

section.bestseller .product-price-and-shipping {
    display: none;
}

section.bestseller .owl-carousel .owl-nav {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 145px;
}


/* @media(max-width: 992px) {
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 30px;
    }
} */

section.bestseller .owl-carousel .owl-nav button img {
    width: 38px;
}

section.bestseller .product-miniature .thumbnail-container {
    height: unset;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 #00000014;
    height: 100%;
    padding-bottom: 25px;
}

section.bestseller .product-miniature .thumbnail-container a.product-thumbnail .yellow-bg {
    background-color: #fdc500d9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.3s;
    opacity: 0;
}

section.bestseller .product-miniature .thumbnail-container:hover a.product-thumbnail .yellow-bg {
    opacity: 1;
}

section.bestseller .product-miniature .thumbnail-container a.product-thumbnail img {
    display: block;
    width: 85%;
    margin: 20px auto;
}

@media(max-width: 992px) {
    section.bestseller .product-miniature .thumbnail-container a.product-thumbnail img {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
}

section.bestseller .product-miniature .thumbnail-container .product-title {
    text-align: left;
    margin: 0 35px;
    margin-bottom: 15px;
}

section.bestseller .product-miniature .thumbnail-container:hover>.product-title {
    opacity: 0;
}

section.bestseller .product-miniature .thumbnail-container .product-title a {
    font-family: CaveatBrush, WorkSans;
    font-size: 23px;
}

section.bestseller .product-miniature .thumbnail-container span.price {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 25px;
    margin: 0 35px;
    margin-bottom: 15px;
}

section.bestseller .product-miniature .thumbnail-container:hover>span.price {
    opacity: 0;
}

section.bestseller .product-miniature .thumbnail-container .product-description {
    background: transparent;
    height: unset;
    top: 25px;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    box-shadow: unset;
}

@media(max-width: 992px) {
    section.bestseller .product-miniature .thumbnail-container .product-description {
        position: absolute;
        top: 0;
    }
}

section.bestseller .product-miniature .thumbnail-container:hover .product-description {
    opacity: 1;
}

section.bestseller .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist {
    background-color: transparent;
    box-shadow: unset;
    position: absolute;
    top: 0;
    right: 35px;
    width: unset;
    margin-top: 3px;
    padding: 0;
    color: white;
    color: #ffffffc4;
}

section.bestseller .product-miniature .thumbnail-container .product-description .prodwish-wrppr .btn-ohm-add-to-wishlist:hover {
    color: #ffffff;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-title {
    margin-right: 60px;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-title a {
    transition: 0.3s;
    color: #0e3a5b;
    font-size: 22px;
}

@media(max-width: 992px) {
    section.bestseller .product-miniature .thumbnail-container .product-description .product-title a {}
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes>span.price {
    font-size: 35px;
    text-align: left !important;
    color: white !important;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    /*word-break: break-word;*/
}

@media(max-width: 992px) {
    section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes {
        /*display: none;*/
    }
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes>p {
    margin: 0;
    text-align: center;
    color: white;
    padding: 0 15px;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes>span {
    color: white;
    display: block;
    text-align: center;
    transition: 0.3s;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes span {
    color: white !important;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart {
    transition: 0.3s;
    display: flex !important;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 35px;
    border: 1px solid white;
    border-radius: 8px;
    overflow: hidden;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a,
section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button {
    transition: 0.3s;
    background-color: transparent;
    border: unset;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 3;
    color: white !important;
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover a,
section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart:hover button {
    background-color: #ffffff36;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a {
    text-align: center;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:focus {
    outline: unset;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button:hover {
    cursor: pointer;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button.no-stock {
    height: 41px;
    color: red !important;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img,
section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart button img {
    margin: 0;
    height: 30px;
    width: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .addtocart a img {
    height: 20px;
    margin: 5px 0;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: block !important;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs>div {
    padding: 0 !important;
    text-align: center;
    display: flex;
    margin: 0px 30px;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs>div>div {
    padding: 0;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img {
    height: 40px;
    width: auto;
    margin: 0;
    display: inline-block;
    margin: 25px 0;
    /*margin-right: 6px;*/
    border-radius: 5px;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-attributes .other-img-thumbs img:hover {
    cursor: pointer;
}

section.bestseller .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

section.bestseller .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    display: none;
}

section.bestseller .product-miniature .thumbnail-container .product-flags {
    display: none;
}

section.bestseller .product-miniature .thumbnail-container .highlighted-informations {
    display: none;
}

div.testimonial .owl-stage {
    display: flex;
}

div.testimonial-wrrpr {
    height: 100%;
}

div.testimonial-wrrpr .top {
    background-color: white;
    height: 160px;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .top {
        height: 0;
    }
}

div.testimonial-wrrpr .content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    transition: 1s;
    height: calc(100% - 160px);
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content {
        height: 100%;
    }
}

div.testimonial-wrrpr .content .container {
    display: flex;
    height: 100%;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content .container {
        display: block;
    }
}

div.testimonial-wrrpr .content .desc>div {
    margin: 80px 0;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content .desc>div {
        margin: 0;
        padding: 60px 0;
    }
}

div.testimonial-wrrpr .content .desc>div h3 {
    color: white;
    font-size: 20px;
    font-weight: 700 !important;
}

div.testimonial-wrrpr .content .desc>div .main-title {
    margin-bottom: 120px;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content .desc>div .main-title {
        margin-bottom: 50px;
    }
}

div.testimonial-wrrpr .content .desc>div .main-title h3 {
    font-family: CaveatBrush, WorkSans;
    font-size: 45px;
    font-weight: 100 !important
}

div.testimonial-wrrpr .content .desc>div p {
    color: white;
    padding-right: 29%;
    font-size: 18px;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content .desc>div p {
        padding-right: 0;
    }
}

div.testimonial-wrrpr .content .owl-item>div {
    display: flex;
}

div.testimonial-wrrpr .content .img>div {
    position: relative;
    top: -80px;
    box-shadow: 7px -7px 15px #0000002b;
    background-color: white;
    height: 100%;
    /*padding: 80px 16px;*/
    /*padding-top: 25px;*/
    margin-bottom: -45px;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content .img>div {
        top: unset;
        margin-bottom: 0 !important;
        background-color: transparent;
        box-shadow: unset;
    }
}

div.testimonial-wrrpr .content .img>div .img-disp {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content .img>div .img-disp {
        height: 300px;
        width: 300px;
        margin: auto;
        box-shadow: 7px -7px 15px #0000002b;
        margin-bottom: 60px;
    }
}

div.testimonial-wrrpr .content .img>div .owl-stage-outer {
    height: 100%;
}

div.testimonial-wrrpr .content .img>div .owl-stage-outer .owl-stage {
    height: 100%;
}

div.testimonial-wrrpr .content .img>div .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

div.testimonial-wrrpr .content .img>div .owl-stage-outer .owl-stage .owl-item div {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content .img>div .owl-stage-outer .owl-stage .owl-item div {
        height: 300px;
        width: 300px;
        margin: auto;
        box-shadow: 7px -7px 15px #0000002b;
    }
}

div.testimonial-wrrpr .content .img>div .owl-nav {
    position: relative;
    left: -50px;
    top: -65px;
    display: flex;
    flex-direction: column;
    width: 38px;
}

@media(max-width: 992px) {
    div.testimonial-wrrpr .content .img>div .owl-nav {
        left: 0;
        top: 0;
        margin: 10px 0;
    }
}

div.testimonial-wrrpr .content .img>div .owl-nav button {
    display: block;
    padding: 5px 6px !important;
    margin-bottom: 5px;
}

div.testimonial-wrrpr .content .img>div .owl-nav button:hover,
div.testimonial-wrrpr .content .img>div .owl-nav button:focus {
    outline: 2px solid white;
}

div.testimonial-wrrpr .content .img>div .owl-nav button:nth-child(1) {
    order: 2;
}

div.testimonial-wrrpr .content .img>div .owl-nav button:nth-child(2) {
    order: 1;
}

div.testimonial-wrrpr .content .img>div img {
    width: 100%;
}

div.testimonial-wrrpr .content .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0e3a5b;
    z-index: -1;
    opacity: 0.98;
}

div.testimonial .owl-nav {
    position: absolute;
    right: 50px;
    bottom: 15px;
}

div.testimonial .owl-nav>button {
    margin-left: 6px;
}

div#custom-text {
    margin-bottom: 0;
}

#search_filters_brands {
    box-shadow: unset;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}

#search_filters_brands section.facet>.row {
    margin: auto;
}

#search_filters_brands .top .col-lg-7 {
    position: relative;
}

#search_filters_brands .top .col-lg-7>div {
    position: absolute;
    /* top: -110px; */
    /* width: 145%; */
    top: -140px;
    width: 170%;
}

@media(max-width: 1290px) {
    #search_filters_brands .top .col-lg-7>div {
        top: -195px;
    }
}

@media(max-width: 1047px) {
    section#newproducts-newscategory>.row {
        /* display: block; */
        margin-bottom: 200px;
    }
    #search_filters_brands .top .col-lg-7>div {
        top: -261px;
        /* width: auto; */
    }
}

@media(max-width: 1024px) {
    section#newproducts-newscategory>.row {
        /* display: block; */
        margin-bottom: 250px;
    }
    #search_filters_brands .top .col-lg-7>div {
        top: -280px;
        /* width: auto; */
    }
}

@media(max-width: 992px) {
    section#newproducts-newscategory>.row {
        /* display: block; */
        margin-bottom: 200px;
    }
    #search_filters_brands .top .col-lg-7>div {
        top: -260px;
        width: auto;
    }
}

@media(max-width: 725px) {
    section#newproducts-newscategory>.row {
        /* display: block; */
        margin-bottom: 500px;
    }
    #search_filters_brands .top .col-lg-7>div {
        top: -520px;
        width: auto;
    }
}

#search_filters_brands .row.top ul {
    /* margin: 20px 0px;
    margin-top: 50px; */
    text-align: center;
}

@media(max-width: 992px) {
    #search_filters_brands .row.top ul {
        margin: 10px 0px;
    }
}

#search_filters_brands .row.top ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    vertical-align: middle;
    width: auto !important;
    /*margin: 10px;*/
    position: relative;
}

#search_filters_brands .row.top ul li.focus {
    outline: 3px solid #0e3a5b;
}

#search_filters_brands .row.top ul li.focus:before {
    clip: rect(0, 300px, 50px, 0px);
}


/* #search_filters_brands .row.top ul li::before {
    content: '';
    position: absolute;
    background-image: url('../images/brushStroke_y.png');
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    clip: rect(0, 0px, 50px, 0px);
    transition: 0.3s;
} */

#search_filters_brands .row.top ul li:hover {
    /*outline: 3px solid #0e3a5b;*/
}

#search_filters_brands .row.top ul li:hover:before {
    clip: rect(0, 300px, 50px, 0px);
}

#search_filters_brands .row.top ul li label {
    padding: 2px 0;
    text-align: center;
    margin: 0;
    color: #000000;
    width: 100%;
    line-height: normal;
    padding: 5px 30px;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

#search_filters_brands .row.top ul li label:hover {
    cursor: pointer;
}

#search_filters_brands .row.top ul li a {
    padding: 2px 0;
    color: #0e3a5b;
    font-size: 15px;
    width: 100%;
    display: inline-block;
}

#search_filters_brands .row.top .artist-name {
    text-align: center;
}

#search_filters_brands .row.top .artist-name label {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    display: none;
}

@media(max-width: 992px) {
    #search_filters_brands .row.top .artist-name label {
        margin-bottom: 20px;
    }
}

#search_filters_brands .row.content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    transition: 1s;
}

@media(max-width: 992px) {
    #search_filters_brands .row.content .row .desc {
        padding: 35px 15px;
    }
}

#search_filters_brands .row.content .row .desc>div {
    margin: 80px 0;
    /* margin-top: 30px; */
}

@media(max-width: 992px) {
    #search_filters_brands .row.content .row .desc>div {
        margin: 0;
    }
}

#search_filters_brands .row.content .row .desc>div>label {
    font-family: CaveatBrush, WorkSans;
    color: white;
    font-size: 65px;
    line-height: normal;
    text-align: left;
    padding-right: 20%;
}

@media(max-width: 992px) {
    #search_filters_brands .row.content .row .desc>div>label {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

#search_filters_brands .row.content .row .desc>div .desc-container {
    padding-right: 20%;
    max-height: 340px;
    overflow: hidden;
    overflow-y: auto;
}

#search_filters_brands .row.content .row .desc>div .desc-container::-webkit-scrollbar {
    width: 10px;
}

#search_filters_brands .row.content .row .desc>div .desc-container::-webkit-scrollbar-track {
    background-color: #ffffff36;
}

#search_filters_brands .row.content .row .desc>div .desc-container::-webkit-scrollbar-thumb {
    background-color: white;
}

@media(max-width: 992px) {
    #search_filters_brands .row.content .row .desc>div .desc-container {
        padding-right: 0;
    }
}

#search_filters_brands .row.content .row .desc>div .desc-container p {
    margin-bottom: 20px;
}

#search_filters_brands .row.content .row .desc>div .desc-container p,
#search_filters_brands .row.content .row .desc>div .desc-container span,
#search_filters_brands .row.content .row .desc>div .desc-container strong {
    font-size: 18px !important;
    color: #ffffff8c !important;
    line-height: normal;
    background-color: transparent !important;
}

#search_filters_brands .row.content .row .desc>div .links-container {
    margin-top: 65px;
}

#search_filters_brands .row.content .row .desc>div>div a {
    width: 49%;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-family: CaveatBrush, WorkSans;
    color: white;
    padding-left: 35px;
    font-size: 27px;
}

@media(max-width: 992px) {
    #search_filters_brands .row.content .row .desc>div>div a {
        padding: 15px 0;
        padding-left: 35px;
    }
}

@media(max-width: 767px) {
    #search_filters_brands .row.content .row .desc>div>div a {
        display: block;
        width: 100%;
    }
}

#search_filters_brands .row.content .row .desc>div>div a img {
    width: 45px;
    margin-right: 10px;
}

#search_filters_brands .row.content .row .desc>div>div a .yellow-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#search_filters_brands .row.content .row .desc>div>div a .yellow-bg div {
    position: relative;
    height: 100%;
    width: 100%;
}

#search_filters_brands .row.content .row .desc>div>div a .yellow-bg div img {
    height: 75px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#search_filters_brands .row.content .row .img>div {
    position: relative;
    /* top: -75px; */
    top: 20px;
    box-shadow: 7px -7px 15px #0000002b;
    background-color: white;
    width: 80%;
}

@media(max-width: 992px) {
    #search_filters_brands .row.content .row .img>div {
        top: unset;
        text-align: center;
        background-color: transparent;
        box-shadow: unset;
        margin-bottom: 45px;
        width: 100%;
    }
}

#search_filters_brands .row.content .row .img>div label {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    margin: auto;
}

#search_filters_brands .row.content .row .img>div img {
    margin: auto;
    padding: 80px 10px;
    object-fit: contain;
    /* height: 790px; */
}

@media(max-width: 992px) {
    #search_filters_brands .row.content .row .img>div img {
        padding: 20px 20px;
        width: 100%;
        background-color: white;
        box-shadow: 7px -7px 15px #0000002b;
    }
}

#search_filters_brands .row.content .img div img {
    width: 100%;
}

#search_filters_brands .row.content .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0e3a5b;
    z-index: -1;
    opacity: 0.98;
}

#phblogrecentposts {
    background-color: white;
}

#phblogrecentposts>.container {
    padding-top: 80px;
    padding-bottom: 80px;
}

#phblogrecentposts>.container>.row {
    margin: 0;
}

#phblogrecentposts>.container>.row>.text h3 {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 45px;
    text-transform: inherit;
    padding: 0px 20%;
}

@media(max-width: 992px) {
    #phblogrecentposts>.container>.row>.text h3 {
        padding: 0;
    }
}

#phblogrecentposts>.container>.row>.text p {
    text-align: center;
    color: #a7a7a7;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: normal;
    padding: 0 22%;
    margin-bottom: 70px;
}

@media(max-width: 992px) {
    #phblogrecentposts>.container>.row>.text p {
        padding: 0;
    }
}

#phblogrecentposts>.container>.row>.links {
    display: inline-block;
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post {
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}

@media(max-width: 992px) {
    #phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post {
        padding: 0 5px;
    }
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper {
    margin: 0;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
    overflow: hidden;
    height: 100%;
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper a {
    height: 100%;
    display: block;
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*padding: 90px 20px;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 992px) {
    #phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper a img {
        /*padding: 10px;*/
    }
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content {
    position: absolute;
    bottom: 0;
    top: 0;
    padding: 0;
    left: 0;
    right: 0;
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 {
    text-align: center;
    margin-bottom: 0;
    height: 100%;
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a {
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    background-color: #fdc500d9;
    opacity: 0;
    transition: 0.3s;
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a:hover {
    opacity: 1;
}

#phblogrecentposts>.container>.row>.links .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}

#phblogrecentposts>.container>.row>.links .owl-nav {
    text-align: right;
}

@media(max-width: 991px) {
    #phblogrecentposts>.container>.row>.links .owl-nav {
        margin-top: 20px;
    }
}

#phblogrecentposts>.container>.row>.links .owl-nav button {
    margin-left: 5px;
}

#phblogrecentposts>.container>.row>.links .owl-nav button img {
    width: 40px;
}

#module-ph_simpleblog-single #content-wrapper {
    padding-left: 9%;
}

#module-ph_simpleblog-single #content-wrapper #main .page-header h1 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 40px;
}

#module-ph_simpleblog-single #content-wrapper #main #content ul li i,
#module-ph_simpleblog-single #content-wrapper #main #content ul li span {
    color: #0e3a5b;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post {
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 #00000014;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post-featured {
    display: block;
    padding: 50px 0;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post-featured img {
    border-radius: 10px;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content {
    padding: 30px 20%;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content p,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content span {
    color: black !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h1,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h1 span {
    font-size: 22px !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h2,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h2 span {
    font-size: 20px !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h3,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h3 span {
    font-size: 18px !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h4,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h4 span {
    font-size: 17px !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h5,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h5 span {
    font-size: 16px !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h1,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h1 span,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h2,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h2 span,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h3,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h3 span,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h4,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h4 span,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h5,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content h5 span {
    color: #0e3a5b !important;
    font-weight: 600 !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content a,
#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post .simpleblog__post__content a span {
    color: #0e3a5b !important;
    text-decoration: none !important;
    font-weight: 900 !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post ul.pagination {
    text-align: center;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__post ul.pagination li a {
    float: unset;
    padding: 5px 15px;
    color: #0e3a5b;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__share h2 {
    color: #0e3a5b;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__share>ul>li {
    margin: 0;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__share>ul>li>a {
    margin-right: 16px;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__share>ul>li a[data-type=google] {
    display: none;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__comments-empty h2 {
    color: #0e3a5b;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__comments-empty .alert-warning {
    color: #0e3a5b;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__comments>ul {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
    overflow: hidden;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__comments ul li .simpleblog__comments__authorInfo__author {
    color: #0e3a5b !important;
}

#module-ph_simpleblog-single #content-wrapper #main #content .simpleblog__addComment .alert-warning {
    color: #0e3a5b;
}

#module-ph_simpleblog-list #content-wrapper,
#module-ph_simpleblog-single #content-wrapper {
    padding: 0 9% !important;
}

#module-ph_simpleblog-list #content-wrapper .page-heading h1 {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 35px;
}

#module-ph_simpleblog-page #content-wrapper,
#module-ph_simpleblog-categorypage #content-wrapper {
    padding: 0 9% !important;
}

#module-ph_simpleblog-page #content-wrapper .page-heading h1,
#module-ph_simpleblog-category #content-wrapper .page-heading h1,
#module-ph_simpleblog-categorypage #content-wrapper .page-heading h1 {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 35px;
}

#module-ph_simpleblog-page #content-wrapper #content,
#module-ph_simpleblog-category #content-wrapper #content,
#module-ph_simpleblog-categorypage #content-wrapper #content {
    background-color: unset;
    box-shadow: unset;
    border: unset;
    padding: 0;
}

.simple-blog-category-list-wrppr {
    position: relative;
    margin-top: 20px;
}

.simple-blog-category-list-wrppr button {
    background-color: unset;
    border: unset;
    padding: 0;
    color: #0e3a5b;
    font-size: 20px;
    line-height: normal;
    transition: 0.3s;
}

.simple-blog-category-list-wrppr button:hover {
    cursor: pointer;
}

.simple-blog-category-list-wrppr button:focus {
    outline: unset;
}

.simple-blog-category-list-wrppr button span img {}

.simple-blog-category-list-wrppr ul {
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
    background-color: white;
    margin: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(-200px, 900px, -100px, -200px);
    transition: 0.8s;
    top: 120%;
    z-index: 1;
    border-radius: 8px;
}

.simple-blog-category-list-wrppr button:focus+ul {
    clip: rect(-200px, 900px, 900px, -200px);
}

.simple-blog-category-list-wrppr ul li a {
    color: #0e3a5b;
    padding: 5px 25px;
    display: block;
}

.simple-blog-category-list-wrppr ul li a:focus {
    text-decoration: none;
}

.simple-blog-category-list-wrppr ul li.active-category a {
    background-color: #0e3a5b;
    color: white;
}

.simpleblog__listing>.row {
    display: flex;
    flex-wrap: wrap;
}

.simpleblog__listing .simpleblog__listing__post {
    padding-bottom: 20px;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-bottom: 0;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper a img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    padding: 20px;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content {
    /*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
    position: relative;
    padding: 0;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 {
    margin: 0;
    height: 100%;
    width: 100%;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a {
    height: 100%;
    display: block;
    color: black;
    /*background-color: #fdc500d9;*/
    /*opacity: 0;*/
    transition: 0.3s;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a:hover {
    opacity: 1;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div {
    /*position: absolute;
	top: 20%;
	left: 0;
	right: 0;*/
    position: relative;
    text-align: left;
    margin: 0 20px;
    font-weight: 700 !important;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div.listing-short-desc {
    display: block !important;
    bottom: 0;
    top: 45%;
    overflow: hidden;
    margin: 0 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    max-height: 65px;
    overflow-y: auto;
    padding-right: 20px;
    text-align: justify;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div.listing-short-desc::-webkit-scrollbar {
    width: 10px;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div.listing-short-desc::-webkit-scrollbar-track {
    background-color: #0e3a5b8c;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div.listing-short-desc::-webkit-scrollbar-thumb {
    background-color: #0e3a5b;
}

.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div.listing-short-desc p,
.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div.listing-short-desc span,
.simpleblog__listing .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content h3 a div.listing-short-desc strong {
    color: black;
}

.simpleblog__listing__pagination>div {
    padding: 0;
}

.simpleblog__listing__pagination ul {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
}

.simpleblog__listing__pagination ul li a {
    color: #0e3a5b;
}

.simpleblog__listing__pagination ul li.current a {
    color: #fdc900;
}

#features-list .top {
    /*background-color: white;*/
}

#features-list .top ul {
    margin: 20px 0px;
    margin-top: 70px;
    /*margin-top: 120px;*/
    /*margin-left: 30px;*/
}

@media(max-width: 992px) {
    #features-list .top ul {
        margin: 20px 0;
        margin-top: 50px;
    }
}

#features-list .top ul li {
    display: inline-block;
    /*width: 24%;*/
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    vertical-align: middle;
    position: relative;
}

#features-list .top ul li.focus {
    outline: 3px solid #0e3a5b;
}

#features-list .top ul li.focus:before {
    clip: rect(0, 300px, 50px, 0px);
}

#features-list .top ul li::before {
    content: '';
    position: absolute;
    background-image: url('../images/brushStroke_y.png');
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    clip: rect(0, 0px, 50px, 0px);
    transition: 0.3s;
}

#features-list .top ul li:hover:before {
    clip: rect(0, 300px, 50px, 0px);
}

#features-list .top ul li:hover {
    /*outline: 3px solid #0e3a5b;*/
}

#features-list .top ul li label {
    padding: 2px 0;
    text-align: center;
    margin: 0;
    color: #ffffff;
    width: 100%;
    line-height: normal;
    font-size: 18px;
    padding: 5px 30px;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

#features-list .top ul li label:hover {
    cursor: pointer;
}

#features-list .top ul li a {
    padding: 2px 0;
    color: #0e3a5b;
    font-size: 15px;
    width: 100%;
    display: inline-block;
}

#features-list .content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    transition: 1s;
}

#features-list .content .row .desc>div {
    margin: 20px 0;
    margin-bottom: 40px;
    margin-left: 45px;
}

@media(max-width: 992px) {
    #features-list .content .row .desc>div {
        margin: 0;
        margin-bottom: 50px;
    }
}

#features-list .content .row .desc>div>label {
    font-family: CaveatBrush, WorkSans;
    color: white;
    font-size: 45px;
    line-height: normal;
    text-align: left;
}

#features-list .content .row .desc>div .desc-container * {
    color: #ffffff8c !important;
    margin-bottom: 60px;
    font-size: 18px !important;
    background-color: unset !important;
}

#features-list .content .row .desc>div>div a {
    width: 49%;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-family: CaveatBrush, WorkSans;
    color: white;
    padding-left: 35px;
    font-size: 24px;
}

@media(max-width: 992px) {
    #features-list .content .row .desc>div>div a {
        padding: 15px 0;
        padding-left: 35px;
    }
}

@media(max-width: 767px) {
    #features-list .content .row .desc>div>div a {
        width: 100%;
    }
}

#features-list .content .row .desc>div>div a img {
    width: 35px;
    margin-right: 10px;
}

#features-list .content .row .desc>div>div a .yellow-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#features-list .content .row .desc>div>div a .yellow-bg div {
    position: relative;
    height: 100%;
    width: 100%;
}

#features-list .content .row .desc>div>div a .yellow-bg div img {
    height: 58px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#features-list .content .img>div {
    position: relative;
    top: -95px;
    box-shadow: 7px -7px 15px #0000002b;
    background-color: white;
    padding: 80px 16px;
    padding-top: 25px;
    margin-bottom: -45px;
}

@media(max-width: 992px) {
    #features-list .content .img>div {
        top: unset;
        background-color: transparent;
        box-shadow: unset;
        text-align: center;
    }
}

#features-list .content .img>div .feature-name {
    text-align: center;
}

#features-list .content .img>div .feature-name label {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 45px;
    line-height: normal;
    margin: 35px 0;
    margin-top: 0;
}

@media(max-width: 992px) {
    #features-list .content .img>div .feature-name label {
        color: white;
    }
}

#features-list .content .img>div img {
    width: 100%;
}

@media(max-width: 992px) {
    #features-list .content .img>div img {
        background-color: white;
        padding: 20px 20px;
        height: 300px;
        width: auto;
        box-shadow: 7px -7px 15px #0000002b;
    }
}

#features-list .content .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0e3a5b;
    z-index: -1;
    opacity: 0.98;
}

@media(max-width: 580px) {
    #cart #content-wrapper {
        padding-right: 9% !important;
    }
}

#categories-list .top {
    /*background-color: white;*/
}

#categories-list .top .col-lg-7 {
    position: relative;
}

#categories-list .top .col-lg-7>div {
    position: absolute;
    top: -130px;
    width: 145%;
}

@media (max-width: 1415px) {
    #categories-list .top .col-lg-7>div {
        top: -165px;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 188px;
    }
}

@media (max-width: 1047px) {
    #categories-list .top .col-lg-7>div {
        top: -220px;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 230px;
    }
}

@media (max-width: 992px) {
    #categories-list .top .col-lg-7>div {
        /* top: -200px;
        left: -90%; */
        width: auto;
        text-align: center;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 200px;
    }
}

@media (max-width: 921px) {
    #categories-list .top .col-lg-7>div {
        top: -260px;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 250px;
    }
}

@media (max-width: 812px) {
    #categories-list .top .col-lg-7>div {
        top: -295px;
        /* left: -90%; */
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 280px;
    }
}

@media (max-width: 768px) {
    #categories-list .top .col-lg-7>div {
        top: -230px;
        left: 0%;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 225px;
    }
}

@media (max-width: 537px) {
    #categories-list .top .col-lg-7>div {
        top: -300px;
        left: 0%;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 300px;
    }
}

@media (max-width: 465px) {
    #categories-list .top .col-lg-7>div {
        top: -388px;
        left: 0;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 370px;
    }
    #categories-list .top ul li {
        width: 100% !important;
    }
}

@media (max-width: 425px) {
    #categories-list .top .col-lg-7>div {
        top: -388px;
        left: 0;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 370px;
    }
    #categories-list .top ul li {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    #categories-list .top .col-lg-7>div {
        top: -395px;
        left: 0;
    }
    section.bestseller .owl-carousel .owl-nav {
        margin-bottom: 431px;
    }
}

@media(max-width: 1514px) {}

#categories-list .top ul {
    margin: 20px 0px;
    /* margin-top: 70px; */
    /*margin-top: 120px;*/
    /*margin-left: 30px;*/
}

@media(max-width: 992px) {
    #categories-list .top ul {
        margin: 0;
        margin-top: 35px;
        /* margin-top: 50px; */
    }
}

#categories-list .top ul li {
    display: inline-block;
    /*width: 24%;*/
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    vertical-align: middle;
    position: relative;
}

#categories-list .top ul li.focus {
    outline: 3px solid #0e3a5b;
}

#categories-list .top ul li.focus:before {
    clip: rect(0, 300px, 50px, 0px);
}


/* #categories-list .top ul li::before {
    content: '';
    position: absolute;
    background-image: url('../images/brushStroke_y.png');
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    clip: rect(0, 0px, 50px, 0px);
    transition: 0.3s;
} */

#categories-list .top ul li:hover:before {
    clip: rect(0, 300px, 50px, 0px);
}

#categories-list .top ul li:hover {
    /*outline: 3px solid #0e3a5b;*/
}

#categories-list .top ul li label {
    padding: 2px 0;
    text-align: center;
    margin: 0;
    /* color: #ffffff; */
    width: 100%;
    line-height: normal;
    font-size: 18px;
    padding: 5px 30px;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

#categories-list .top ul li label:hover {
    cursor: pointer;
}

#categories-list .top ul li a {
    padding: 2px 0;
    color: #0e3a5b;
    font-size: 15px;
    width: 100%;
    display: inline-block;
}

#categories-list .content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    transition: 1s;
}

#categories-list .content .row .desc>div {
    margin-top: 90px;
    /* margin: 20px 0; */
    margin-bottom: 40px;
    margin-left: 45px;
}

@media(max-width: 992px) {
    #categories-list .content .row .desc>div {
        margin: 0;
        margin-bottom: 50px;
    }
}

#categories-list .content .row .desc>div>label {
    font-family: CaveatBrush, WorkSans;
    color: white;
    font-size: 45px;
    line-height: normal;
    text-align: left;
}

#categories-list .content .row .desc>div .desc-container {
    /* margin-bottom: 30px;
    padding-right: 20px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto; */
    max-height: 430px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 120px;
    margin-bottom: 40px;
}

#categories-list .content .row .desc>div .desc-container::-webkit-scrollbar {
    width: 10px;
}

#categories-list .content .row .desc>div .desc-container::-webkit-scrollbar-track {
    background-color: #ffffff36;
}

#categories-list .content .row .desc>div .desc-container::-webkit-scrollbar-thumb {
    background-color: white;
}

#categories-list .content .row .desc>div .desc-container * {
    color: #ffffff8c !important;
    margin-bottom: 60px;
    font-size: 18px !important;
    background-color: unset !important;
}

#categories-list .content .row .desc>div>div a {
    width: 49%;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-family: CaveatBrush, WorkSans;
    color: white;
    padding-left: 35px;
    font-size: 24px;
}

@media(max-width: 992px) {
    #categories-list .content .row .desc>div>div a {
        padding: 15px 0;
        padding-left: 35px;
    }
}

@media(max-width: 767px) {
    #categories-list .content .row .desc>div>div a {
        width: 100%;
    }
}

#categories-list .content .row .desc>div>div a img {
    width: 35px;
    margin-right: 10px;
}

#categories-list .content .row .desc>div>div a .yellow-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#categories-list .content .row .desc>div>div a .yellow-bg div {
    position: relative;
    height: 100%;
    width: 100%;
}

#categories-list .content .row .desc>div>div a .yellow-bg div img {
    height: 58px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#categories-list .content .img>div {
    position: relative;
    top: -115px;
    box-shadow: 7px -7px 15px #0000002b;
    background-color: white;
    padding: 80px 16px;
    padding-top: 25px;
    margin-bottom: -45px;
}

@media(max-width: 992px) {
    #categories-list .content .img>div {
        top: unset;
        background-color: transparent;
        box-shadow: unset;
        text-align: center;
    }
}

#categories-list .content .img>div .category-name {
    text-align: center;
}

#categories-list .content .img>div .category-name label {
    font-family: CaveatBrush, WorkSans;
    color: #0e3a5b;
    font-size: 45px;
    line-height: normal;
    margin: 35px 0;
    margin-top: 0;
}

@media(max-width: 992px) {
    #categories-list .content .img>div .category-name label {
        color: white;
    }
}

#categories-list .content .img>div img {
    width: 100%;
}

@media(max-width: 992px) {
    #categories-list .content .img>div img {
        background-color: white;
        padding: 20px 20px;
        height: 300px;
        width: auto;
        box-shadow: 7px -7px 15px #0000002b;
    }
}

#categories-list .content .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0e3a5b;
    z-index: -1;
    opacity: 0.98;
}

@media(max-width: 580px) {
    #cart #content-wrapper {
        padding-right: 9% !important;
    }
}

#manufacturer #content-wrapper {
    padding: 0;
}

#manufacturer #content-wrapper .brand-header-wrrpr {
    background-color: white;
}

#manufacturer #content-wrapper .brand-header-wrrpr>.row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6 {
    padding: 0;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.para {
    padding-left: 9%;
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.para {
        padding: 0 9%;
    }
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.para>div {
    margin: 17% 0;
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.para>div {
        margin: 10% 0;
    }
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.para>div h3 {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 85px;
    margin-bottom: 40px;
    padding-right: 10%;
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.para>div h3 {
        padding: 0;
        font-size: 55px;
    }
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.para>div p {
    color: #0e3a5b;
    font-weight: 400 !important;
    padding-right: 40%;
    font-size: 18px;
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic {
        width: 100%;
        padding: 0;
    }
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div {
    /*margin-left: 100px;*/
    height: 100%;
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div {
        margin: 0;
    }
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .pic-wrrpr {
    position: relative;
    height: 100%;
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .pic-wrrpr {
        padding: 40px 0;
    }
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .pic-wrrpr>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.98;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .pic-wrrpr>div.pic-wrrpr-bg-pic {
    background-position: center;
    background-size: cover;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .pic-wrrpr>div.pic-wrrpr-bg {
    background-color: #0e3a5b;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .pic-wrrpr>img {
    position: absolute;
    left: -100px;
    height: 400px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .pic-wrrpr>img {
        position: relative;
        left: unset;
        display: block;
    }
}

@media(max-width: 991px) {
    #manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic {
        height: 400px;
    }
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr {
    height: 100%;
    width: 100%;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content {
    height: 100%;
    width: 100%;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img {
    padding: 0;
    height: 100%;
    width: 100%;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-carousel {
    height: 100%;
    width: 100%;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-stage-outer {
    height: 100%;
    width: 100%;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-stage-outer .owl-stage {
    height: 100%;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-stage-outer .owl-stage .owl-item>div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-nav button {
    display: block;
    padding: 5px 6px !important;
    margin-bottom: 5px;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-nav button:nth-child(1) {
    order: 2;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-nav button:nth-child(2) {
    order: 1;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-nav button:focus {
    outline: none;
    outline: 3px solid white;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-nav button:hover {
    outline: 3px solid white;
}

#manufacturer #content-wrapper .brand-header-wrrpr .col-lg-6.pic>div .ohm-brand-header-images-wrppr .content>.img .owl-nav button img {
    width: 40px;
    margin: 0;
}

#manufacturer #content-wrapper .brands-main {
    padding: 0 9%;
    padding-bottom: 50px;
}

@media(max-width: 578px) {
    #manufacturer #content-wrapper .brands-main {
        padding: 0 9% !important;
        padding-bottom: 50px !important;
    }
}

#manufacturer #content-wrapper #main h1,
#manufacturer #content-wrapper section.brands-main h1 {
    color: #0e3a5b;
    display: none;
}

@media(max-width: 767px) {
    #manufacturer #content-wrapper #main h1,
    #manufacturer #content-wrapper section.brands-main h1 {
        padding-top: 20px;
    }
}

#manufacturer #content-wrapper section.brands-main ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-right: -70px;
    margin-top: 100px;
}

@media(max-width: 767px) {
    #manufacturer #content-wrapper section.brands-main ul {
        margin-right: 0;
    }
}

#manufacturer #content-wrapper section.brands-main ul li {
    padding: 0;
    padding-right: 70px;
    transition: 0.3s;
    margin-bottom: 70px;
}

@media(max-width: 767px) {
    #manufacturer #content-wrapper section.brands-main ul li {
        padding: 0;
    }
}

#manufacturer #content-wrapper section.brands-main ul li:nth-child(4n+0) {
    /*padding: 0;*/
}

@media(max-width: 577px) {
    #manufacturer #content-wrapper section.brands-main ul li {
        display: block;
        width: 100%;
    }
}

#manufacturer #content-wrapper section.brands-main ul li>div {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0 #00000014;
    background-color: white;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#manufacturer #content-wrapper section.brands-main ul li a {
    display: block;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

#manufacturer #content-wrapper section.brands-main ul li:hover a {
    background-color: #fdc500d9;
}

#manufacturer #content-wrapper section.brands-main ul li a img {
    /*transform: translateY(-50%);*/
    top: 50%;
    position: relative;
    width: 100%;
    padding: 50px 15px;
    padding-top: 85px;
}


/* #manufacturer #content-wrapper section.brands-main ul li .brand-img {
    height: 100%;
} */

#manufacturer #content-wrapper section.brands-main ul li .brand-img a {
    height: 100%;
}

#manufacturer #content-wrapper section.brands-main ul li .brand-infos {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#manufacturer #content-wrapper section.brands-main ul li .brand-infos p {
    margin: 0;
    color: black;
    line-height: normal;
}

#manufacturer #content-wrapper section.brands-main ul li .brand-infos p.name {
    font-size: 25px;
    font-weight: 200 !important;
    padding: 0 15px;
    padding-top: 20px;
    transition: 0.3s;
}

@media(max-width: 1400px) {
    #manufacturer #content-wrapper section.brands-main ul li .brand-infos p.name {
        font-size: 20px;
    }
}

#manufacturer #content-wrapper section.brands-main ul li:hover .brand-infos p.name {
    font-weight: 600 !important;
}

#manufacturer #content-wrapper section.brands-main ul li .brand-infos .desc {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    padding: 0 15px;
    height: 97px;
    overflow: hidden;
}

#manufacturer #content-wrapper section.brands-main ul li .brand-infos .desc p,
#manufacturer #content-wrapper section.brands-main ul li .brand-infos .desc span {
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 400 !important;
    opacity: 0;
    transition: 0.3s;
}

#manufacturer #content-wrapper section.brands-main ul li:hover .brand-infos .desc p,
#manufacturer #content-wrapper section.brands-main ul li:hover .brand-infos .desc span {
    opacity: 1;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.text {
    padding-bottom: 50px;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.text>* {
    display: none;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.text>.blog-in-brands-title {
    display: block !important;
    padding: 0;
    font-size: 60px;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.text>.blog-in-brands-line {
    display: block !important;
    height: 8px;
    background-color: #0e3a5b;
    width: 70px;
    border-radius: 30px;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.links {
    display: none;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel {
    display: block !important;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post {
    padding: 0px 10px;
    padding-bottom: 15px;
    width: 100%;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper {
    border-radius: unset;
    box-shadow: unset;
    overflow: unset;
    margin: 0;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper a {
    height: 400px;
    display: block;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper a img {
    padding: 0;
    top: unset;
    transform: unset;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0px 5px 12px 0px #00000017
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content {
    position: relative;
    padding: 30px 0px;
    padding-bottom: 0;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content>h3 {
    display: none;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content .info {
    display: block !important;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content .info>h3 {
    font-size: 23px;
    font-weight: 600 !important;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content .info>.blog-infos {
    opacity: 0.25;
    margin-bottom: 15px;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content .info>.blog-infos>div {
    margin-right: 20px;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content .info>.blog-infos span img {
    height: 30px;
    width: auto;
    display: inline-block;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content .info>.blog-infos>div {
    display: inline-block;
    font-weight: 600 !important;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-stage-outer .owl-stage .owl-item .simpleblog__listing__post .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content .info>.short_content {
    display: none;
    margin: 0;
    color: black;
    font-size: 18px;
    font-weight: 300 !important;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-nav {
    text-align: right;
    padding-bottom: 20px;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-nav button:focus {
    outline: none;
}

#manufacturer #content-wrapper section.blogs-in-brands-section #phblogrecentposts .container>.row>.blogs-in-brands-carousel .owl-nav img {
    height: 25px;
}

#manufacturer #content-wrapper>#main>#products {
    display: none;
}

#manufacturer .subcate-footer-temp {
    display: none;
}

#manufacturer #footer .footer-upper-details {
    display: none;
}

div.cart-grid {
    margin: 0;
}

div.cart-grid .cart-grid-body {
    padding-left: 9%;
}

@media(max-width: 992px) {
    div.cart-grid .cart-grid-body {
        padding-right: 0;
    }
}

@media(max-width: 767px) {
    div.cart-grid .cart-grid-body {
        margin-top: 35px;
    }
}

div.cart-grid .cart-grid-body>.card {
    border-radius: 7px;
    border: none;
    box-shadow: 0px 6px 8px 0 #00000014;
    background-color: white;
}

div.cart-grid .cart-grid-body>.card>.card-block h1 {
    color: #0e3a5b;
}

div.cart-grid .cart-grid-body>.card>hr {
    display: none;
}

div.cart-grid .cart-grid-body>.card>.cart-overview span {
    color: #0e3a5b;
}

div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-body a {
    color: #0e3a5b;
}

div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-body span {
    color: #0e3a5b;
}

div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-body .product-line-info.has-discount span.discount {
    background-color: #fdc900;
}


/*div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty {
	background-color: #fdc900;
	height: 40px;
}

div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty > span {
	margin: auto;
	margin-left: 12px;
	color: #918f63;
	font-size: 12px;
}

div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty > div {
	box-shadow: unset;
}

div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty > div input.js-cart-line-product-quantity {
	background-color: transparent;
	border: unset;
	font-size: 14px;
	height: 100%;
	text-align: center;
	width: 40px;
}

div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty > div span.input-group-btn-vertical {
	height: 100%;
}

div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty span.input-group-btn-vertical:hover button:first-child {
	margin-top: 1px;
	margin-bottom: 0;
}

div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty span.input-group-btn-vertical button {
	background-color: transparent;
	border: unset;
	transition: 0.3s;
}

div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty span.input-group-btn-vertical button:first-child {
	margin-top: 8px;
	margin-bottom: -14px;
}

div.cart-grid .cart-grid-body > .card > .cart-overview ul li .product-line-grid .product-line-grid-right .qty span.input-group-btn-vertical button i {
	font-size: 14px;
}*/

div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-right .bootstrap-touchspin {
    box-shadow: unset;
}

div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-right .bootstrap-touchspin .js-cart-line-product-quantity {
    color: #0e3a5b;
}

@media(max-width: 1200px) {
    div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-right .qty {
        padding: 0;
    }
}

@media(max-width: 992px) {
    div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-right .qty {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media(max-width: 500px) {
    div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-right .qty {
        padding-right: 0;
    }
}

div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-right .price span {
    color: #0e3a5b;
}

@media(max-width: 500px) {
    div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-right .text-xs-right {
        width: unset;
    }
}

div.cart-grid .cart-grid-body>.card>.cart-overview ul li .product-line-grid .product-line-grid-right .cart-line-product-actions a {
    color: #0e3a5b;
}

div.cart-grid .cart-grid-body>.label {
    color: #0e3a5b;
}

@media(max-width: 992px) {
    div.cart-grid .cart-grid-right {
        padding-left: 9%;
        padding-right: 0;
    }
}

div.cart-grid .cart-grid-right>.card {
    border-radius: 7px;
    border: none;
    box-shadow: 0px 6px 8px 0 #00000014;
    background-color: white;
}

div.cart-grid .cart-grid-right>.card .cart-detailed-totals .card-block .cart-summary-line span {
    color: #0e3a5b;
}

@media(max-width: 767px) {
    div.cart-grid .cart-grid-right>.card .cart-detailed-totals .card-block {
        padding: 15px;
    }
}

@media(max-width: 767px) {
    div.cart-grid .cart-grid-right>.card .checkout {
        padding: 15px;
    }
}

div.cart-grid .cart-grid-right>.card .checkout a {
    background-color: #fdc901;
    box-shadow: unset;
    border-radius: 5px;
}

@media(max-width: 580px) {
    div.cart-grid .cart-grid-right>.card .checkout>div {
        text-align: center;
    }
}

div.cart-grid .cart-grid-right>#block-reassurance {
    border-radius: 7px;
    box-shadow: 0px 6px 8px 0 #00000014;
    background: #0e3a5b;
    display: none;
}

#blockcart-modal .modal-dialog .modal-header {
    background: #0e3a5b;
}

#blockcart-modal .modal-dialog .modal-header button {
    opacity: 1;
    text-shadow: unset;
}

#blockcart-modal .modal-dialog .modal-header button span {
    color: white;
}

#blockcart-modal .modal-dialog .modal-body {
    background-color: white;
}

#blockcart-modal .modal-dialog .modal-body>.row>.col-md-5 {
    border-right: 1px solid #0e3a5b;
}

#blockcart-modal .modal-dialog .modal-body>.row>.col-md-5 .product-name {
    color: #0e3a5b;
    font-family: CaveatBrush, WorkSans;
    font-size: 24px;
}

#blockcart-modal .modal-dialog .modal-body>.row>.col-md-7 .cart-content .cart-content-btn button {
    box-shadow: unset;
    background-color: white;
    color: #0e3a5b;
    border: 2px solid #0e3a5b;
    text-transform: capitalize;
    font-size: 12px;
}

#blockcart-modal .modal-dialog .modal-body>.row>.col-md-7 .cart-content .cart-content-btn a {
    text-transform: capitalize;
    font-size: 12px;
    box-shadow: unset;
    color: black;
    background-color: #fdc901;
}

#blockcart-modal .modal-dialog .modal-body>.row>.col-md-7 .cart-content .cart-content-btn a i {
    font-size: 18px;
}

.js-product-images-modal .modal-body aside#thumbnails ul li img.selected,
.js-product-images-modal .modal-body aside#thumbnails ul li img:hover {
    border-color: #0e3a5b !important;
}

#cart section.featured-products {
    display: none;
}

footer.page-footer {
    margin-bottom: 0 !important;
}

footer#footer {
    padding-top: 0;
    background-color: #f2f2f2;
}

footer#footer .footer-upper-details {
    background-color: white;
}

footer#footer .footer-upper-details .container {
    /*width: 69%;*/
    width: unset;
    padding: 0 6%;
    padding-bottom: 50px;
    padding-top: 100px;
}

@media(max-width: 992px) {
    footer#footer .footer-upper-details .container .row {
        display: flex;
        flex-wrap: wrap;
    }
}

footer#footer .footer-upper-details .container .row .col-lg-3 {
    margin-bottom: 50px;
}

footer#footer .footer-upper-details .container .row .col-lg-3>div {
    /*margin-bottom: 50px;*/
}

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
    display: none;
    position: absolute;
    top: 90%;
    z-index: 10;
    background-color: #133e5e;
    left: -150px;
    right: -150px;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    transition: 0.3s;
    box-shadow: 0px 2px 4px 0px #0000002e;
    border-radius: 8px;
}

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details>div {
    max-height: 500px;
    padding: 15px;
    overflow-y: auto;
}

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details>div::-webkit-scrollbar {
    width: 0.5em;
}

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details>div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details>div::-webkit-scrollbar-thumb {
    background-color: #05131d;
}

@media(max-width: 991px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -110px !important;
        right: -110px !important;
    }
}

@media(max-width: 768px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -75px !important;
        right: -75px !important;
    }
}

@media(max-width: 615px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -65px !important;
        right: -65px !important;
    }
}

@media(max-width: 592px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -60px !important;
        right: -60px !important;
    }
}

@media(max-width: 520px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -45px !important;
        right: -45px !important;
    }
}

@media(max-width: 460px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -40px !important;
        right: -40px !important;
    }
}

@media(max-width: 390px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -35px !important;
        right: -35px !important;
    }
}

@media(max-width: 375px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -30px !important;
        right: -30px !important;
    }
}

@media(max-width: 320px) {
    footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details {
        left: -25px !important;
        right: -25px !important;
    }
}

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    /*background-color: white;*/
    padding: 0;
    margin-bottom: 20px;
}

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details p {
    color: white;
    text-align: justify;
    font-size: 12px;
    margin: 0;
    white-space: pre-line;
}


/* change */

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details h3 {
    color: white !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details p:nth-child(1n+1) {
    margin-bottom: 10pt !important;
}


/* end change */

footer#footer .footer-upper-details .container .row .col-lg-3>div>div.popup-details::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #133e5e transparent;
}

footer#footer .footer-upper-details .container .row .col-lg-3>div:hover>div.popup-details {
    /*visibility: visible;*/
    /*opacity: 1;*/
    top: 100%;
    display: block;
    transition: 1s ease all;
}

footer#footer .footer-upper-details .container .row div img {
    height: 110px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

footer#footer .footer-upper-details .container .row div h1,
footer#footer .footer-upper-details .container .row div p {
    text-align: center;
}

footer#footer .footer-upper-details .container .row div h1 {
    font-weight: 700 !important;
    font-size: 20px;
}

footer#footer .footer-upper-details .container .row div p {
    font-size: 11px;
    font-weight: 400 !important;
    line-height: normal;
}

footer#footer .footer-container {
    position: relative;
    box-shadow: unset;
    margin-top: 0;
}

footer#footer .footer-container li {
    margin-bottom: 5px;
}

footer#footer .footer-container li a {
    color: #b2b1aa;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400 !important;
}

footer#footer .footer-container li a:hover {
    color: #083b5b;
}

footer#footer .footer-container>.container {
    margin-right: 0;
    width: 92%;
}

@media(max-width: 992px) {
    footer#footer .footer-container>.container {
        width: 100%;
        margin: 0;
    }
}

footer#footer .footer-container>.footer-newsletter-bg-wrrpr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

footer#footer .footer-container>.footer-newsletter-bg-wrrpr>div.row {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
}

footer#footer .footer-container>.footer-newsletter-bg-wrrpr>div.row>div {
    height: 100%;
    display: inline-block;
}

footer#footer .footer-container>.footer-newsletter-bg-wrrpr>div.row>div.custom-col-8 {
    width: 62%;
}

footer#footer .footer-container>.footer-newsletter-bg-wrrpr>div.row>div.custom-col-4 {
    width: 38%;
    margin-left: -6px;
    background-image: url('../images/newsletter-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

footer#footer .footer-container>.footer-newsletter-bg-wrrpr>div.row>div.custom-col-4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer#footer .footer-container>.container>.row {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 992px) {
    footer#footer .footer-container>.container>.row>div.col-lg-7 .footer-custom-textwlogo {
        padding: 0 9%;
    }
    footer#footer .footer-container>.container>.row>div.col-lg-7 .footer-custom-textwlogo div>div {
        text-align: center;
    }
}

@media(max-width: 767px) {
    footer#footer .footer-container>.container>.row>div.col-lg-7 .footer-custom-textwlogo>div {
        padding: 0;
    }
}

footer#footer .footer-container>.container>.row>div.col-lg-7 .footer-links-block {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 992px) {
    footer#footer .footer-container>.container>.row>div.col-lg-7 .footer-links-block {
        padding: 0 9%;
    }
}

@media(max-width: 992px) {
    footer#footer .footer-container>.container>.row>div.col-lg-7 .hidden-lg-up-newsletter .newsletter-lg-down-bg {
        padding: 55px 0;
        background-image: url('../images/newsletter-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media(max-width: 767px) {
    footer#footer .footer-container>.container>.row>div.col-lg-7 .footer-links-block #block_myaccount_infos {
        margin-bottom: 30px;
    }
}

footer#footer .footer-container>.container>.row>div.col-lg-5 {
    padding-right: 0;
    margin-top: auto;
    margin-bottom: 6%;
}

footer#footer .footer-container .row.footer-custom-textwlogo div img {
    width: 27%;
}

@media(max-width: 992px) {
    footer#footer .footer-container .row.footer-custom-textwlogo div img {
        width: auto;
        height: 40px;
    }
}

footer#footer .footer-container .row.footer-custom-textwlogo div p {
    font-size: 18px;
    font-weight: 400 !important;
    margin-top: 20px;
    margin-bottom: 75px;
    width: 70%;
}

@media(max-width: 992px) {
    footer#footer .footer-container .row.footer-custom-textwlogo div p {
        width: 100%;
    }
}

footer#footer .footer-container .row.footer-links-block #block_myaccount_infos>.myaccount-title {
    display: none;
}

footer#footer .footer-container .row.footer-links-block #block_myaccount_infos>.blue-line {
    background-color: #083b5b;
    height: 3px;
    width: 50px;
    margin-bottom: 15px;
}

footer#footer .footer-container .row.footer-links-block #block_myaccount_infos>.title {
    display: none;
}

footer#footer .footer-container .row.footer-links-block #block_myaccount_infos>ul.collapse {
    display: block;
    background-color: transparent;
}

footer#footer .footer-container .row.footer-links-block #block_myaccount_infos>ul.collapse li {
    border-bottom: unset;
    padding: 0;
    margin-bottom: 0;
}

footer#footer .footer-container .row.footer-links-block .link-block {
    margin-bottom: 30px;
}

footer#footer .footer-container .row.footer-links-block .link-block>p {
    display: none;
}

footer#footer .footer-container .row.footer-links-block .link-block>.blue-line {
    background-color: #083b5b;
    height: 3px;
    width: 50px;
    margin-bottom: 15px;
}

footer#footer .footer-container .row.footer-links-block .link-block>.title.hidden-md-up {
    display: none;
}

@media(max-width: 767px) {
    footer#footer .footer-container .row.footer-links-block .link-block>ul {
        display: block;
        background-color: transparent;
    }
    footer#footer .footer-container .row.footer-links-block .link-block>ul li {
        border: unset;
        padding: 0;
    }
}

footer#footer .footer-container .hidden-md-up-newsletter {
    background-image: url(../themes/effetdestyle/assets/images/newsletter-bg.jpg);
    background-color: #1c2f5a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 767px) {
    footer#footer .footer-container .row .block_newsletter {
        border: none;
    }
}

footer#footer .footer-container .row .block_newsletter #block-newsletter-label {
    text-align: center;
    color: white;
    font-size: 37px;
    font-family: CaveatBrush, WorkSans;
}

@media(max-width: 1090px) {
    footer#footer .footer-container .row .block_newsletter #block-newsletter-label {
        font-size: 30px;
    }
}

footer#footer .footer-container .row .block_newsletter>div.row>div.col-lg-12 {
    padding: 0px 20%;
}

footer#footer .footer-container .row .block_newsletter .btn.btn-primary {
    background-image: url(../themes/effetdestyle/assets/images/newsletter-send-btn.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    width: 60px;
    height: 38px;
}

footer#footer .footer-container .row .block_newsletter .input-wrapper input[type=email] {
    border: 2px solid white;
    background-color: transparent;
    font-size: 12px;
    padding: 7px 12px;
    height: initial;
    color: white;
}

footer#footer .footer-container .row .block_newsletter .input-wrapper input[type=email]:focus {
    /*padding: unset;*/
    outline: unset !important;
}

footer#footer .footer-container .row .block_newsletter .input-wrapper input[type=email]::placeholder {
    color: white;
    opacity: 1;
}

footer#footer .footer-container .row .block-social {
    text-align: center;
}

footer#footer .footer-container .row .block-social ul li {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    height: 22px;
    width: 22px;
}

footer#footer .footer-container .row .block-social ul li.instagram {
    background-image: url(../images/footer-instagram.png);
}

footer#footer .footer-container .row .block-social ul li.twitter {
    background-image: url(../images/footer-twitter.png);
}

footer#footer .footer-container .row .block-social ul li.facebook {
    background-image: url(../images/footer-facebook.png);
}

footer#footer .footer-container .row .block-social ul li.pinterest {
    background-image: url(../images/footer-pinterest.png);
}

footer#footer .footer-container .row .footer-newsletter-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

footer#footer .footer-container .row.copyright-block {
    margin: 0;
}

footer#footer .footer-container .row.copyright-block>div {
    padding: 0;
}

footer#footer .footer-container .row.copyright-block p {
    text-align: left !important;
    margin-bottom: 0;
}

@media(max-width: 992px) {
    footer#footer .footer-container .row.copyright-block p {
        text-align: center !important;
    }
}

footer#footer .footer-container .row.copyright-block p label {
    margin: 10px 0;
    font-weight: 400 !important;
    font-size: 16px;
}

@media(max-width: 992px) {
    footer#footer .footer-container .row.copyright-block p label {
        color: white;
    }
/* --------- Affichage des avis produits Revws --------- */
  width: 16px !important;
  height: 16px !important;
}

/* Supprimer le mot "Rating:" */
  display: none !important;
}

/* Réduction des étoiles dans le formulaire de création */
  width: 16px !important;
  height: 16px !important;
}
.owl-item:empty {
  display: none !important;
}


