@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    /*font-family: 'Merienda One', cursive;*/
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-image: url(../image/loader.svg);
    background-position: 50% 50%;
    background-color: var(--secondary-hover-color);
    background-repeat: no-repeat;
    opacity: 0.8;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: var(--primary-color);
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: var(--secondary-light-color);
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: var(--primary-hover-color);
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: var(--border-color);
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 14px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}
input:focus,
select:focus,
textarea:focus,
div:focus,
img:focus,
.form-control:focus,
i:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.form-control:focus {
    border-color: var(--border-color);
}

:root{
    --lines-to-show:3;
    --line-height:1.5;
}

.product-layout .product-title   {
    box-sizing: border-box;
    line-height: var(--line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(var(--line-height) * var(--lines-to-show) * 1em);
}

.product-layout .product-title:after {
    content: '...';
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}
.nav-tabs {
    margin-bottom: 15px;
    border: none;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: var(--primary-hover-color) !important;
}
.bootstrap-datetimepicker-widget td span:hover {
    background: var(--primary-hover-color) !important;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: var(--primary-hover-color);
    background-color: transparent;
}
.language-img{
    display: none!important;
}

/*----------------------------------------------*/
/* Start Top */
/*----------------------------------------------*/
#top {
    background-color: var(--primary-hover-color);
}

/* top left */
.top-left {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact-info a i {
    margin: 0 10px 0 0;
    font-size: 20px;
}
.contact-info {
    display: flex;
    align-items: center;
}
.contact-info a {
    display: flex;
    align-items: center;
    color: var(--primary-color);
}

/* top right */
.top-right {
    float: right;
    display: flex;
    justify-content: flex-end;
}
.top-right span.drop-text:after {
    content: ":";
    padding: 0 5px;
}
.top-right .dropdown-toggle {
    line-height: 20px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    border: none;
    padding: 15px 0;
}
.top-right .dropdown-toggle i {
    font-size: 20px;
    vertical-align: middle;
    padding: 0 0 0 4px;
}
.top-right>div+div {
    margin: 0 0 0 25px;
}
#top #form-currency .currency-select,
#top #form-language .language-select,
#header_ac .account-link-toggle a {
    text-align: left;
    padding: 5px 15px;
    border: none;
    line-height: 20px;
    color: var(--primary-color);
    background: transparent;
    font-weight: 400;
}
#header_ac .account-link-toggle a:hover,
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: var(--secondary-light-color);
    outline: none;
}
#top .btn-link {
    font-weight: 400;
    color: var(--primary-color);
    text-shadow: none;
    text-decoration: none;
    text-transform: capitalize;
    background: transparent;
}
#top .dropdown-toggle {
    display: flex;
    align-items: center;
}
.top-right .symbol,
.top-right img.language-img {
    display: none;
}

/*-----------------------
start header
----------------------*/
/* header fixed */
header.header-fixed,
.common-home header.header-fixed {
    position: fixed;
    background: var(--secondary-hover-color);
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown 1s ease-out forwards;
    -moz-animation: fadeInDown 1s ease-out forwards;
    -o-animation: fadeInDown 1s ease-out forwards;
    animation: fadeInDown 1s ease-out forwards;
    z-index: 99;
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
}
header.header-fixed #logo img {
    max-width: 120px;
    -webkit-animation: zoomIn 1s ease-out forwards;
    -moz-animation: zoomIn 1s ease-out forwards;
    -o-animation: zoomIn 1s ease-out forwards;
    animation: zoomIn 1s ease-out forwards;
}
@media (min-width: 1200px){
    .common-home header {
        /*position: absolute;*/
        z-index: 11;
        left: 0;
        right: 0;
    }
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* logo */
#logo img {
    /*max-width: 165px;*/
    max-height:75px;
    image-rendering: -webkit-optimize-contrast;
}
#logo a {
    display: block;
}

/* header right */
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-right>*+* {
    margin: 0 0 0 30px;
}
#header_ac>a,
#cart>.btn,
.search-btn-outer {
    cursor: pointer;
    display: block;
    padding: 20px 0;
    color: var(--primary-color);
}
#header_ac>a i,
#cart>button i,
.search-btn-outer i {
    display: block;
    font-size: 20px;
    cursor: pointer;
}
.search-btn-outer i{
    font-weight: 600;
}
header .fa.fa-spinner.fa-spin {
    color: var(--primary-hover-color);
}

/*----------------------------------------------*/
/* Start Search */
/*----------------------------------------------*/
#themabilitySearch .input-lg,
.header-search .input-lg {
    height: 36px;
    line-height: 20px;
    padding: 5px 10px;
    border: none;
    box-shadow: none;
    background: transparent;
}
#themabilitySearch .btn-lg,
.header-search .btn-lg {
    padding: 11px;
    margin: 0;
    font-size: 14px;
    box-shadow: none;
    line-height: 20px;
    border-radius: 0;
    color: var(--secondary-color);
}
#themabilitySearch .btn-lg:hover,
.header-search .btn-lg:hover {
    color: var(--primary-color);
    background: var(--primary-hover-color);
}
.search-content {
    position: relative;
}
.search-btn-outer.active i:before {
    content: "\e903";
}

/* themability search edit */
#themabilitySearch {
    display: flex;
    border-radius: 0;
}
.header-search #themabilitySearch,
.header-search>div {
    display: flex;
    background: var(--secondary-color);
    border-radius: 0;
}
#themabilitySearch .btn-search,
#search .input-group-btn,
.header-search .btn-search {
    width: auto;
}
#themabilitySearch .btn-lg i,
.header-search .btn-lg i {
    display: block;
}
#themabilitySearch .icon-close,
.header-search .icon-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 7px;
}
.header-search {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 450px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.category-search {
    position: relative;
    display: flex;
    align-items: center;
}
.category-search:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 1px;
    background: var(--border-color);
}
.category-search::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 16px;
    padding-right: 5px;
    pointer-events: none;
    color: var(--secondary-light-color);
}
#themabilitySearch .input-lg.ui-autocomplete-input,
.header-search .input-lg.ui-autocomplete-input {
    padding: 0 15px;
}
.ui-autocomplete {
    overflow-x: hidden;
    z-index: 11;
    max-height: 345px;
    background: var(--secondary-color) !important;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-autocomplete .themability-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px;
    font-size: 14px;
}
.ui-autocomplete .themability-search>div {
    display: table-cell;
    vertical-align: top;
}
.ui-autocomplete .themability-search .images {
    width: 80px;
    padding-right: 10px;
}
.ui-autocomplete .themability-search .product-detail .price-old {
    color: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 10px;
}

/* cart */
#cart>.btn {
    color: var(--primary-color);
    background: transparent;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
#cart>.btn:hover {
    /*color: var(--primary-hover-color);*/
}
#cart-total {
    position: absolute;
    right: -10px;
    top: 5px;
    background: var(--primary-color);
    color: var(--primary-hover-color);
    font-size: 12px;
    line-height: 12px;
    border-radius: 50%;
    padding: 3px 2px 2px 3px;
    min-width: 17px;
    z-index: 1;
}
#cart .dropdown-menu {
    min-width: unset;
    width: 300px;
    z-index: 1001;
    padding: 0;
}
#cart .dropdown-menu li {
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
    margin: 0;
}
.product-cart-empty {
    padding: 20px 0;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 223px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
    background: transparent;
}
#cart .dropdown-menu>li.cart-content-product .table>tbody>tr {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
#cart .dropdown-menu>li.cart-content-product .table>tbody>tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
    width: 70px;
}
#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
}
#cart .img-thumbnail {
    padding: 0;
    border: 2px solid var(--primary-hover-color);
    border-radius: 5px;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 10px;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
    font-weight: 500;
    display: inline-block;
}
.product-cart-info {
    margin-top: 5px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: var(--secondary-light-color);
    font-weight: 500;
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: var(--secondary-light-color);
    font-weight: 500;
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu .btn-danger {
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu .btn-danger:hover {
    color: var(--primary-hover-color);
}
#cart .dropdown-menu li+li {
    border-top: 1px solid var(--border-color);
    padding: 10px 0 0px 0;
    margin: 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
    font-weight: 500;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}
@media (max-width: 1540px) {
    #logo img {
        max-width: 140px;
    }
}
@media (max-width: 1199px) {
    #logo img {
        max-width: 110px;
    }
    .header-right {
        float: right;
        padding-bottom: 0;
        padding-top: 0;
    }  
    .top-left {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top-right .dropdown-toggle {
        padding: 10px 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    header.header-fixed #header_ac>a,
    header.header-fixed #cart>.btn,
    header.header-fixed .search-btn-outer{
        padding: 10px 0;
    }
    .header-fixed .header-right {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
@media (max-width: 991px) {
    .header-right>*+* {
        margin: 0 0 0 20px;
    }
    .search-btn-outer i,
    #header_ac>a i,
    #cart>button i {
        font-size: 20px;
    }
    header.header-fixed #logo img {
        max-width: 120px;
    }
    .header-center{
        padding: 0;
    }
    .header-inner {
        padding: 5px 0;
    }
}
@media (max-width: 767px) {
    .top-right>div+div {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 540px) {
    .category-search {
        min-width: 110px;
    }
}
@media (max-width: 480px) {
    .top-right .symbol,
    .top-right img.language-img {
        display: inline-block;
        padding: 0 5px;
    }
    .top-right span.drop-text:after,
    .top-right .code {
        display: none;
    }
    .contact-info span {
        display: none;
    }
    .contact-info a i {
        margin: 0;
    }
    .header-right>*+* {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 375px) {
    .dropdown-menu-right.currency-dropdown {
        left: 0;
        right: auto;
    }
    .header-search {
        right: -35px;
    }
}

/*----------------------------------------------*/
/* Start Menu */
/*----------------------------------------------*/
#menu {
    min-height: unset;
    border: none;
    border-radius: 0;
    margin: 0;
    text-align: center;
}
#menu .nav>li>a {
    font-size: 18px;
    text-shadow: none;
    padding: 25px 15px;
    text-transform: capitalize;
    background-color: transparent;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
    padding: 0;
}
#menu .dropdown-inner a {
    min-width: 200px;
    display: block;
    padding: 5px 15px;
    clear: both;
    line-height: 20px;
    color: var(--secondary-light-color);
    font-size: 14px;
    text-transform: capitalize;
}
#menu .dropdown-inner li a:hover,
#menu .dropdown-inner>li:hover a,
#menu .column-1 .dropdown-inner li.dropdown-submenu:hover>.fa {
    color: var(--primary-color);
}
#menu .btn-navbar {
    font-size: 20px;
    font-stretch: expanded;
    padding: 0;
    float: right;
    background-color: transparent;
    margin: 0;
    color: var(--primary-color);
}
#menu .main-menu>ul {
    float: unset;
    padding: 15px 0;
}
#menu .main-menu>ul li {
    float: unset;
    display: inline-block;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid var(--border-color);
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: var(--primary-hover-color);
    background-color: var(--primary-hover-color);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
@media (min-width: 992px) {
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner {
        display: block;
        top: 50px;
        left: 0px;
        min-width: 200px;
        z-index: 999;
        text-align: left;
        right: auto;
        padding: 10px 0;
        width: auto;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
        position: absolute;
        top: 100px;
        padding: 10px 0;
        visibility: hidden;
        background: var(--secondary-color);
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        transform-origin: 15% 15% 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        filter: alpha(opacity=0);
        transform-origin: center top 0;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        border-radius: 0;
    }
    #menu .dropdown:hover .dropdown-menu,
    #menu ul li.hiden_menu.menu_drop:hover .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
        display: block;
        top: 100%;
        visibility: visible;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        filter: alpha(opacity=100);
    }
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
        left: 100%;
        top: 100%;       
    }
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
        top: 0px;
    }
    #menu .column-1 .dropdown-inner li.dropdown-submenu>.fa {
        position: absolute;
        right: 10px;
        top: 0;
        padding: 8px 0;
    }
    #menu ul.nav .item-column ul.list-unstyled li {
        margin: 0 10px;
    }
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item>a {
        margin: 0 10px 3px 10px;
        border-bottom: 1px solid var(--border-color);
        font-weight: 500;
    }
    #menu ul.nav .item-column ul.list-unstyled li a {
        padding-left: 0;
        padding-right: 0;
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    #menu .nav>li>a {
        padding: 13px;
        font-size: 14px;
    }
    #menu{
        border-top: 1px solid var(--border-color);
    }
    #menu .main-menu>ul{
        padding: 7px 0;
    }
}
@media (max-width: 991px) {
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: var(--primary-hover-color);
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: var(--primary-hover-color);
    }
    #menu .btn-navbar i,
    #menu .btn-navbar {
        background: var(--primary-hover-color);
        padding: 9px 5px;
        display: block;
    }
    #menu .btn-navbar span {
        background: var(--primary-color);
    }

    #menu .btn-navbar span:nth-child(1) {
        width: 13px;
    }

    #menu .btn-navbar span:nth-child(2) {
        width: 18px;
    }
    #menu .btn-navbar.open-menu:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
        transition: opacity 0.2s cubic-bezier(0, 0, .3, 1);
        transition-delay: 0.1s;
    }
    #topCategoryList {
        background: var(--secondary-color);
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        z-index: 999;
        margin: 0;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        -webkit-transform: translate(-400px, 0);
        -moz-transform: translate(-400px, 0);
        -ms-transform: translate(-400px, 0);
        -o-transform: translate(-400px, 0);
        transform: translate(-400px, 0);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        overflow: auto;
    }
    #topCategoryList.box-menu {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .menu-title {
        padding: 10px 15px;
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--background-color);
        color: var(--primary-color);
    }
    #menu #topCategoryList>ul.nav.navbar-nav {
        padding: 10px 0;
    }
    #menu .main-menu>ul li {
        float: none;
        display: block;
        text-align: left;
    }
    #menu .nav>li>a,
    #menu #topCategoryList .dropdown-inner a {
        color: var(--primary-color);
        padding: 6px 30px 6px 15px;
        font-size: 14px;
    }
    #topCategoryList #more_cat {
        display: none;
    }
    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none;
        position: unset;
        border: none;
        padding: 0 10px;
    }
    #menu #topCategoryList ul {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        background: transparent;
    }
    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 0;
        top: 0;
        padding: 6px 15px;
    }
    #topCategoryList li .toggle-menu i {
        vertical-align: middle;
    }
    #topCategoryList .dropdown-submenu>.fa {
        display: none;
    }
    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    #topCategoryList {
        max-width: 280px;
    }
}

/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 10px 25px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--secondary-color);
    text-transform: capitalize;
    line-height: 20px;
    font-weight: 400;
    outline: none;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}
.btn-group>.btn-xs {
    font-size: 9px;
}
.btn-group>.btn-sm {
    font-size: 10.2px;
}
.btn-group>.btn-lg {
    font-size: 15px;
}
.btn-default,
.btn-primary {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    text-shadow: none;
    background-image: none;
    background-repeat: unset;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.btn-warning {
    font-weight: 400;
    padding: 10px 30px;
    color: var(--primary-color);
    text-shadow: none;
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-danger {
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 50px;
    color: var(--secondary-color);
    text-shadow: none;
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-success {
    font-weight: 500;
    padding: 10px 30px;
    color: var(--primary-color);
    text-shadow: none;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-info {
    font-weight: 400;
    padding: 10px 30px;
    text-shadow: none;
    border: none;
    background: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50px;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: var(--primary-color);
    text-shadow: none;
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 var(--primary-color);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: var(--primary-hover-color);
    background-image: linear-gradient(to bottom, #333333, #111111);
}
.cart-btn:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus {
    outline: none;
    background: var(--primary-hover-color);
    color: var(--primary-color);
    box-shadow: none;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: var(--primary-hover-color);
    color: var(--primary-color);
}
.btn.active,
.btn:active {
    box-shadow: none;
}

/* list group */
.list-group a {
    border: 1px solid var(--border-color);
    color: var(--secondary-light-color);
    padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: var(--primary-color);
    background: var(--background-color);
    border: 1px solid var(--border-color);
    text-shadow: 0 1px 0 var(--primary-hover-color);
}

/* carousel */
.carousel-caption {
    color: var(--primary-hover-color);
    text-shadow: 0 1px 0 var(--primary-color);
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert {
    padding: 10px 30px 10px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20px;
    z-index: 1;
    border: none;
}
.alert a {
    font-weight: 500;
}
.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
    font-size: 22px; 
   opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-shadow: none;
    padding: 0px 10px;
}
#form-review .alert,
.comment-form .alert {
    position: relative;
}
.themability-newsletter-message .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
@media (max-width: 991px) {
    .alert {
        padding: 5px 30px 5px 15px;
        font-size: 12px;
    }
    .alert-dismissable .close,
    .alert-dismissible .close {
        line-height: 30px;
    }
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 48px;
    width: 48px;
    z-index: 999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    animation: top-to-bottom 1s infinite;
    background: url(../image/img-top.svg) no-repeat;
    background-size: contain;

}

/*----------------------------------------------*/
/* Start Prev & Next button */
/*----------------------------------------------*/
.swiper-button-prev:before,
.swiper-button-next:before {
    display: none;
}
.owl-carousel.owl-theme .owl-nav {
    text-align: center;
    position: absolute;
    top: -75px;
    right: 5px;
}
.swiper-viewport .swiper-pager>div,
.owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    background: var(--primary-hover-color);
    color: var(--primary-color);
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    margin: 0 10px;
    opacity: 1;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
}
.swiper-viewport:hover .swiper-pager>div,
.owl-carousel.owl-theme:hover .owl-nav button {
    opacity: 1;
}
.swiper-viewport:hover .swiper-button-next.swiper-button-disabled,
.swiper-viewport:hover .swiper-button-prev.swiper-button-disabled,
.owl-carousel.owl-theme:hover .owl-nav button.disabled {
    cursor: default;
    opacity: .7;
}
.swiper-viewport .swiper-pager>div:hover,
.owl-carousel.owl-theme .owl-nav button.owl-next:hover,
.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.swiper-viewport .swiper-pager>div i,
.owl-carousel.owl-theme .owl-nav>button i {
    font-size: 26px;
    line-height: 50px;
    text-shadow: none;
    display: block;
    position: relative;
}
.swiper-viewport .swiper-pager>div {
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    /*background: var(--secondary-color);*/

}
.swiper-viewport:hover .swiper-pager>div {
    opacity: 1;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next,
.slideshow .swiper-viewport:hover .swiper-pager .swiper-button-next {
    right: 10px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow .swiper-viewport:hover .swiper-pager .swiper-button-prev {
    left: 10px;
}
.slideshow .swiper-viewport .swiper-pager>div i {
    font-size: 40px;
}
.product-tab-block .owl-carousel.owl-theme .owl-nav{
    top: -126px;
}
.slideTestimonial.owl-carousel.owl-theme .owl-nav{
    margin-top: 10px;
}

/*pagination */
.swiper-viewport .swiper-pagination {
    bottom: 15px;
    line-height: 10px;
}
.owl-dots button span,
.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    box-shadow: none;
    background: var(--primary-color);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.owl-dots button.active span,
.owl-dots button:hover span,
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    background: var(--primary-hover-color);
}
.themability-testimonial-block .owl-dots {
    text-align: center;
}
@media (max-width: 991px) {
    .swiper-viewport .swiper-pager>div,
    .owl-carousel.owl-theme .owl-nav button.owl-next,
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
        height: 30px;
        width: 30px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .swiper-viewport .swiper-pager>div i,
    .owl-carousel.owl-theme .owl-nav>button i {
        font-size: 18px;
        line-height: 30px;
    }
    .owl-carousel.owl-theme .owl-nav {
        top: -54px;
        right: 0;
    }
    .product-tab-block .owl-carousel.owl-theme .owl-nav {
        top: -99px;
    }   
    .swiper-viewport .swiper-pager>div{
        opacity: 1;
    }
    .brand .swiper-viewport .swiper-pager .swiper-button-next,
    .brand .swiper-viewport:hover .swiper-pager .swiper-button-next {
        right: 0;
    }
    .brand .swiper-viewport .swiper-pager .swiper-button-prev,
    .brand .swiper-viewport:hover .swiper-pager .swiper-button-prev {
        left: 0;
    }
}
@media (max-width: 767px) {
    .owl-carousel.owl-theme .owl-nav {
        top: -49px;
    }
    .product-tab-block .owl-carousel.owl-theme .owl-nav {
        top: -94px;
    }
}

/*----------------------------------------------
/* Start Slideshow */
/*----------------------------------------------*/
.brand .swiper-viewport,
.slideshow .swiper-viewport {
    box-shadow: none;
    border: none;
    margin: 0;
}
.slideshow img {
    width: 100%;
}

/*----------------------------------------------*/
/* Start Brand */
/*----------------------------------------------*/
.brand-carousel .swiper-viewport {
    background: transparent;
}
.brand img {
    margin: auto;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.brand .swiper-slide:hover img {
    -webkit-animation: bounceIn 2s linear;
    -moz-animation: bounceIn 2s linear;
    -ms-animation: bounceIn 2s linear;
    -o-animation: bounceIn 2s linear;
    animation: bounceIn 2s linear;
}

/*----------------------------------------------*/
/* Start Services */
/*----------------------------------------------*/
.service {
    text-align: center;
    background: var(--secondary-hover-color);
    padding: 0 5px 20px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    padding: 44px 20px;
    border: 8px solid var(--secondary-color);
    border-radius: 50px;
}
.service .service-icon {
    margin-bottom: 30px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.service .service-icon:before {
    content: "";
    margin: auto;
    display: block;
    height: 86px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.service:hover .service-icon:before {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.service-item:nth-child(1) .service .service-icon:before {
    background: url(../image/service_icon.png) 0 0 no-repeat;
    width: 97px;
}
.service-item:nth-child(2) .service .service-icon:before {
    background: url(../image/service_icon.png) -131px 5px no-repeat;
    width: 70px;
}
.service-item:nth-child(3) .service .service-icon:before {
    background: url(../image/service_icon.png) -10px -93px no-repeat;
    width: 77px;
}
.service-item:nth-child(4) .service .service-icon:before {
    background: url(../image/service_icon.png) -134px -93px no-repeat;
    width: 64px;
}
.service-item:nth-child(3),
.service-item:nth-child(4) {
    margin-top: 30px;
}
.service-content h4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.service-content span {
    margin-top: 9px;
    display: block;
    color: var(--secondary-light-color);
}
@media (max-width: 1540px) {
    .service{
        padding: 31px 10px
    }
}
@media (max-width: 1440px) {
    .service {
        padding:22px 10px
    }
}
@media (max-width: 1340px) {
    .service {
        padding: 7px 10px
    }
}
@media (max-width: 1199px) {
    .service-content h4 {
        font-size: 13px;
    }
    .service-content {
        width: 90%;
    }
    .service {
        padding: 11px 6px;
    }
    .service-box .service-item .service .service-icon:before{
        width: 52px;
        background-size: 107px;
    }   
    .service .service-icon {
        margin-bottom: 15px;
    }
    .service-item:nth-child(1) .service .service-icon:before{
        background-position: 0 -3px;
        height: 39px;
    }
    .service-item:nth-child(2) .service .service-icon:before{
        background-position: -63px 0;
        height: 44px;
    }    
    .service-item:nth-child(3) .service .service-icon:before{
        background-position: 0px -51px;
        height: 45px;
    }
    .service-item:nth-child(4) .service .service-icon:before{
        background-position: -62px -50px;
        height: 47px;
    }
}
@media (max-width: 991px) and (min-width: 681px), (max-width: 425px) {
    .service{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
    .service .service-icon{
        margin: 0 10px 0 0;
    }
}
@media (max-width: 991px) {
    .themability-testimonial .block-content .row,
    .all-blog>.row,
    .blogs .row,
    .category-row.row,
    .category-featured .row,
    .box .row,
    .brand .row,
    .service-box .row,
    .html1 .row,
    .product-tabs .tab-content>.row,
    .html2 .row {
        margin: 0 -5px;
    }
    .slideTestimonial .row-items,
    .product-block,
    .category-layout,
    .product-layout,
    .brand .col-sm-12,
    .service-item.col-xs-6,
    .html1 .col-xs-6,
    .html2 .col-xs-6 {
        padding: 0 5px;
    }
    .service-item:nth-child(3),
    .service-item:nth-child(4) {
        margin-top: 10px;
    }
    .service-content span {
        margin-top: 5px;
    }
    .service {
        padding: 15px 10px;
    }
    .service-banner{
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .service-banner {
        margin-top: 20px;
    }
}
@media (max-width: 680px) {
    .service-content span,
    .service-content h4 {
        font-size: 12px;
    }
    .service .service-icon {
        margin-bottom: 10px;
    }
    .service-content span{
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .service {
        padding: 15px 5px;
        border: 3px solid var(--secondary-color);
    }
    .service-content span{
        font-size: 11px;
    }
}
@media (max-width: 425px) {
    .service-box .service-item {
        width: 100%;
    }
    .service-item:nth-child(2){
        margin-top: 10px;
    }
    .service .service-icon {
        margin-bottom: 0;
    }
}

/*----------------------------------------------*/
/* Start Products */
/*----------------------------------------------*/
.block_box .owl-stage-outer {
    padding-top: 10px;
    margin-top: -10px;
}
.rating_star input.fa.fa-star-o {
    width: 10px;
    display: inline-block;
    margin: 1px;
    position: inherit;
}
.rating_star input[name="rating"].fa:before {
    content: "\f006";
    cursor: pointer;
    background-color: #fff;
    color: var(--primary-hover-color);
}
.rating_star input[name="rating"].fa:checked:before {
    content: "\f005";
    color: #e69500;
}
@media (min-width: 1200px) {
    #content.col-sm-12 .col-lg-2,
    .block_box :not(.owl-carousel) .col-lg-2 {
        width: 20%;
    }
}
.owl-item.active .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout,
.owl-item.active .product-block {
    -moz-animation: zoomIn 1000ms ease;
    -o-animation: zoomIn 1000ms ease;
    -webkit-animation: zoomIn 1000ms ease;
    animation: zoomIn 1000ms ease;
}
.page-title {
    position: relative;
}
.page-title h3 {
    font-size: 30px;
    margin: 0 0 30px;
    display: inline-block;
    text-transform: capitalize;
}
.page-title h3:after {
    content: "";
    height: 2px;
    width: 100%;
    background: var(--primary-hover-color);
    display: block;
    margin-top: 10px;
    animation: 10s linear infinite normal forwards running slide;
}
.product-thumb {
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    border-radius: 50px;
}
.product-thumb .image {
    background: var(--background-color);
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 50px 50px 0 0;
    border: 8px solid var(--secondary-color);
}
.product-thumb:hover .image {
    border-color: var(--secondary-hover-color);
}
.product-thumb .image .thumb-image {
    display: block;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-thumb h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 3px 0 0 0;
    text-transform: capitalize;
    /*display: inline-block;*/
    vertical-align: middle;
}
.product-thumb h4 a:hover {
    color: var(--secondary-light-color);
}
.product-thumb .product-description {
    position: relative;
    padding: 14px 15px 25px;
    background: var(--secondary-color);
    border-radius: 0 0 50px 50px;
}
.product-thumb:hover .product-description {
    background: var(--secondary-hover-color);;
}
.product-thumb .rating {
    margin: 8px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.product-thumb .price {
    margin: 10px 0 0 0;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;   
}
.product-thumb .price-old {
    color: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.product-thumb .button-group {
    position: absolute;
    top: -26px;
    right: 18px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.product-thumb .button-group button {
    width: 38px;
    height: 38px;
    border: none;
    background-color: var(--secondary-color);
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    border-radius: 50%;
    color: var(--primary-color);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
}
.product-thumb .button-group button + button {
    margin: 0 0 0 5px;
}
.product-thumb .button-group button i {
    display: block;
}
.product-thumb .button-group button:hover {
    background: var(--primary-hover-color);
    color: var(--primary-color);
    text-decoration: none;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails>li {
    margin-left: 20px;
}
.thumbnails>img {
    width: 100%;
}
.rating .fa-stack,
#review .fa-stack {
    font-size: 6px;
}
.rating .fa-star-o,
#review .fa-star-o {
    color: var(--primary-hover-color);
    font-size: 13px;
}
.rating .fa-star,
#review .fa-star {
    color: #e69500;
    font-size: 13px;
}
.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o {
    color: #e69500;
}

/* product list */
.product-thumb .description,
.product-thumb .price-tax {
    display: none;
}
.product-list .product-thumb .button-group {
    display: block;
    opacity: 1;
    position: unset;
    margin: 20px 0 0 0;
}
.product-list .product-thumb .button-group button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px 4px rgb(0 0 0 / 8%);
}
.product-list .product-thumb .button-group button + button {
    margin: 0 0 0 15px;
}
.product-list .product-thumb {
    overflow: auto;
}
.product-list .product-thumb .product-description {
    overflow: hidden;
    background: transparent;
    border-radius: 0 50px 50px 0;
    padding: 30px 15px 30px 22px;
}
.product-list .product-thumb .description {
    display: block;
    margin: 13px 0 0 0;
    line-height: 24px;
    color: var(--secondary-light-color);
}
.product-list .product-thumb .rating {
    display: block;
    float: unset;
    margin: 10px 0 0 0;
}
.product-list .product-thumb .price {
    margin: 15px 0 0 0;
    display: block;
}
.product-list .product-thumb h4 {
    display: block;
    float: unset;
    margin: 0;
}
.product-list .product-thumb .image {
    border-radius: 50px 0 0 50px;
    border-color: var(--secondary-color);
}
#quick-cart,
#button-cart {
    border: none;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: auto;
}
#quick-cart i,
#button-cart i {
    margin: 0 8px 0 0;
    font-size: 16px;
}
.product-btn-quantity #input-quantity {
    border: none;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    text-align: center;
    border-radius: 0;
    height: 38px;
    background: var(--secondary-color);
}
.product-btn-quantity>* {
    display: inline-block;
    width: auto;
    border: none;
    background: transparent;
}
.product-btn-quantity button {
    height: 38px;
    width: 38px;
}
.product-btn-quantity button:hover,
.product-btn-quantity button:focus {
    color: var(--secondary-light-color);
}
.product-btn-quantity {
    border: 1px solid var(--border-color);
    display: inline-flex;
    border-radius: 50px;
    background: var(--background-color);
}
.product-right .control-label.quantity-label {
    margin: 0 8px 0 0;
}
.proquantity-detail {
    margin: 0 20px 0 0;
}
.product-right .pro-buttons button.btn {
    background: transparent;
    padding: 0 20px 5px 0;
    color: var(--secondary-light-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}
.product-right .pro-buttons button:hover i {
    background: var(--primary-hover-color);
}
.product-right .pro-buttons button i {
    font-size: 14px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--background-color);
    display: inline-block;
    text-align: center;
    padding: 0;
    border-radius: 50px;
}
.button-upload {
    width: auto;
}
.proquantity-detail,
.pro-cart {
    display: inline-block;
    vertical-align: middle;
}
.product-sale {
    position: absolute;
    right: 9px;
    top: 0px;
    transform: rotateY(30deg);
}
.product-sale span {
    display: block;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    background: var(--primary-hover-color);
    color: var(--primary-color);
    padding: 5px 11px;
    border-radius: 50% 0 060% 50%;
    font-weight: 600;
}

/* product image swap */
.product-thumb .image .swap-image {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
}
.product-thumb:hover .image .swap-image {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* product tab */
.themability-tabs .nav-tabs>li>a {
    padding: 8px 20px;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    line-height: 20px;
}
.themability-tabs .nav-tabs>li>a:hover,
.themability-tabs .nav-tabs>li>a.selected {
    color: var(--primary-color);
    background: var(--secondary-hover-color);
}
.themability-tabs .nav-tabs>li{
    float: unset;
    margin: 0;
    display: inline-block;
}
.themability-tabs .nav-tabs{
    text-align: center;
    padding: 0;
}
@media (min-width: 681px) {
    .product-list .product-thumb .image {
        float: left;       
    }
    .product-list .product-thumb {
        display: flex;
        align-items: center;
    }
    .product-list .product-thumb .image{
        max-width: 370px;
        width: 100%;
    }
}
@media (min-width:992px) {
    .product-thumb .button-group {
        right: -150px;
        opacity: 0;
    }
    .product-thumb:hover .button-group {
        opacity: 1;
        right: 18px;
    }
}
@media (max-width: 1199px) {
    .product-list .product-thumb .product-description{
        padding: 13px;
    }
    .product-list .product-thumb .price {
        margin: 8px 0 0 0;
    }
    .product-list .product-thumb .rating{
        margin: 5px 0 0 0;
    }
    .product-list .product-thumb .description{
        margin: 8px 0 0 0;
    }
    .product-list .product-thumb .button-group{
        margin: 10px 0 0 0;
    }
}
@media (max-width: 991px) {
    .page-title h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .page-title h3:after {
        width: 100px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
    .product-thumb .caption {
        text-align: center;
    }
    .product-thumb .button-group button {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .product-thumb .image {
        background: transparent;
    }
    .product-thumb .button-group {
        right: 0;
        left: 0;
        margin: auto;
    }
    .product-thumb .product-description{
        padding: 14px 10px 15px;
    }
    .product-thumb .button-group button + button {
        /*margin: 5px 0 0 0;*/
    }
    .product-sale span {
        padding: 0 5px;
        font-size: 12px;
    }
    .product-thumb h4 {
        font-size: 14px;
        display: block;
        margin: 0;
    }
    .product-thumb .rating {
        margin: 3px 0 0 0;
        float: unset;
        display: block;
    }
    .product-thumb .price {
        display: block;
        font-size: 14px;
        margin: 6px 0 0 0;
    }
    .product-sale,
    .product-percent {
        opacity: 1;
    }
    .product-sale {
        top: 5px;
    }
    .proquantity-detail {
        margin: 0 0 15px 0;
        display: block;
    }
    .pro-cart {
        float: left;
    }
    .product-right .pro-buttons button i {
        margin: 0;
    }
    .product-right .pro-buttons button.btn {
        padding: 0 0 0 10px;
    }
    .product-list .product-thumb .image {
        display: inline-block;
    }
    .themability-tabs .nav-tabs>li>a {
        font-size: 16px;
        padding: 5px 10px;
    }
    .product-list .product-thumb .caption {
        text-align: left;
    }
    .product-list .product-thumb .button-group button + button {
        margin: 0 0 0 8px;
    }
    .product-list .product-thumb .product-description{
        padding: 15px 7px;
    }
}
@media (max-width: 767px) {
    .page-title h3{
        margin: 0 0 15px;
    }
}
@media (max-width: 680px) {
    .product-list .product-thumb .image {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50px;
    }
    .product-list .product-thumb .image img {
        width: auto;
    }
    .product-list .product-thumb .product-description {
        padding: 10px 15px 20px;
        border-radius: 0;
    }
    .product-list .product-thumb  {      
        text-align: center;
    }
}
@media (max-width: 600px) {
    .product-layout.product-grid.col-xs-4,
    .block_box :not(.owl-carousel) .col-xs-4 {
        width: 50%;
    }
}
@media (max-width: 375px) {
    .product-layout.product-grid.col-xs-4,
    .block_box :not(.owl-carousel) .col-xs-4 {
        width: 100%;
    }
}

/* ----- 
Category Featured 
----- */
.category-thumb {
    margin-bottom: 30px;
}
.images-hover.image {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 155px;
    height: 155px;
    margin: auto;
    background: var(--background-color);
    border-radius: 50%;
    padding: 38px;
    border: 1px dashed var(--background-color);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.category-thumb:hover .images-hover.image {
    border-color: var(--primary-color);
    background: transparent;
}
.category-thumb .images-hover.image img {
    width: auto;
    margin: auto;
    opacity: 0.5;
}
.category-thumb:hover .images-hover.image img {
    opacity: 1;
}
.category-thumb .cat-title h4 {
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    margin: 19px 0 0 0;
    line-height: 20px;
    font-weight: 400;
}
.category-thumb .cat-title h4 a {
    color: var(--primary-hover-color);
}
.category-thumb .cat-title h4 a:hover{
    color: var(--primary-color);
}
@media (max-width: 991px) {
    .category-thumb {
        margin-bottom: 20px;      
    }
    .category-thumb .cat-title h4 {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
}
@media (max-width: 680px) {
    .images-hover.image {
        max-width: 90px;
        max-height: 90px;
        padding: 20px;
    }
}
@media (max-width: 425px) {
    .category-thumb .cat-title h4 {
        font-size: 14px;
    }
}

/* ----- 
Start Blogs
----- */
.lightbox .lb-outerContainer .lb-container .lb-image{
    max-width: 861px !important;
    max-height: 667px !important;
}
.lb-outerContainer {
    max-width: 869px !important;
    max-height: 675px !important;
}

.blogs {
    position: relative;
}
.product-block {
    margin-bottom: 30px;
}
.product-block-inner {
    position: relative;
    overflow: hidden;
}
.blog-image img {
    border-radius: 50px 50px 0 0;
}
.blog-right {
    position: relative;
    background: var(--secondary-hover-color);
    padding: 30px;
    text-align: center;
    border-radius: 0 0 50px 50px;
}
.blog-image .post_hover {
    position: absolute;
    text-align: center;
    left: 10px;
    margin: 0;
    top: -40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-block-inner:hover .post_hover {
    top: 10px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
}
.post_hover .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-size: 14px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-align: center;
    margin: 0 0 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
}
.post_hover .icon:hover {
    background: var(--primary-hover-color);
    color: var(--primary-color);
}
.blog-left {
    position: relative;
}
.blog_title {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 0 0;
    text-transform: capitalize;
}
.write-comment-count a:hover,
.blog_title a:hover{
    color: var(--secondary-light-color);
}
.blog-desc {
    line-height: 24px;
    margin: 20px 0 0 0;
    color: var(--secondary-light-color);
}
.write-comment-count i,
.date-time i {
    margin: 0 7px 0 0;
}
.blog-date {
    position: absolute;
    left: 20px;
    bottom: -20px;
    background: var(--primary-color);
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    text-align: center;
    padding: 10px 13px;
    z-index: 1;
    border-radius: 10px;
}
.blog-date div:last-child {
    font-size: 18px;
}
.read-more {
    margin: 22px 0 0 0;
    text-align: center;
}
.blog-date-comment>div {
    display: inline-block;
}
.comment-wrapper {
    text-align: right;
}
.single-blog .block-title legend {
    border: none;
    padding: 10px 20px;
    margin: 30px 0 0;
    font-weight: 400;
    background: var(--secondary-hover-color);
    color: var(--primary-color);
    font-size: 16px;
}
.single-blog .article-blog img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}
.article-blog .blog-description {
    background: var(--background-color);
    padding: 20px;
    margin: -85px 30px 0 30px;
    border: 2px solid var(--border-color);
    position: relative;
}
.article-blog .blog-desc {
    margin: 15px 0 0 0;
    color: var(--primary-color);
}
.article-blog .blog_title {
    margin: 15px 0 0 0;
}
.no-login a {
    color: var(--primary-hover-color);
}
.user_icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    background: var(--border-color);
    margin: 0 15px 0 0;
    color: var(--primary-color);
}
.user_icon,
.comment_info {
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.view-comment .view-comment-inner {
    padding: 15px;
    border: 1px solid var(--border-color);
    background: var(--background-color);
    border-radius: 0;
    display: flex;
}
.view-comment+.view-comment {
    margin-top: 15px;
}
.comment_info .name {
    text-transform: capitalize;
}
.comment_info .comment-text {
    color: var(--secondary-light-color);
}
.single-blog .block-title {
    margin-bottom: 20px;
}
#add-comment .control-label {
    font-size: 14px;
    font-weight: 500;
}
input#input-captcha {
    margin-bottom: 15px;
}

/*
ul.themability_megamenu  ul.subcategory {
    column-count: 3;
    overflow-y: auto;
    max-height: 80vh;
    flex-wrap: wrap;
}*/


@media (max-width: 1440px) {
    .blog-right{
        padding: 20px;
    }
    .blog-desc{
        margin: 10px 0 0 0;
    }
    .read-more {
        margin: 12px 0 0 0;
    }
}





@media (max-width: 991px) {
    .product-block {
        margin-bottom: 20px;
    }
    .post_hover .icon {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin: 0;
    }


    .blog-image .post_hover,
    .product-block-inner:hover .post_hover {
        opacity: 1;
        top: 10px;
        left: 20px;
    }
    .article-blog .blog-description {
        margin: -30px 15px 0 15px;
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .view-comment .view-comment-inner {
        padding: 10px;
    }
    .user_icon i {
        margin: 0 10px 0 0;
    }
    .single-blog .block-title legend {
        margin: 20px 0 0;
    }
    .single-blog .block-title {
        margin-bottom: 15px;
    }
    .blog_title {
        font-size: 18px;
    }
}
@media (max-width: 767px) and (min-width: 601px) {
    .all-blog .product-block {
        width: 50%;
        float: left;
    }
}
@media (max-width: 375px) {
    .blog-date-comment .comment-wrapper {
        float: unset;
        display: block;
        margin-top: 10px;
    }
}

/* ----- 
Start Banners
----- */
h2.html-title {
    text-align: center;
}
.service-banner {
    position: relative;
}
.service-banner .banner-detail {
    /*text-align: center;*/
    position: absolute;
    bottom: 50%;
    left: 20px;
    width: 70%;
    transform: translateY(50%);
}
.service-banner .banner-detail .banner-desc {
    font-size: 20px;
}
.service-banner .banner-detail h1.banner-title {
    font-size: 28px;
    margin: 30px 0 0 0;
    /*font-family: 'Nosifer', cursive;   */
}
.service-banner .banner-detail .banner-desc-inner {
    font-size: 18px;
    margin: 25px 0 0 0;
}
.service-banner .banner-detail .btn-info {
    background: var(--primary-hover-color);
    color: var(--primary-color);
    border-radius: 25px;
    font-size: 16px;
    margin: 28px 0 0 0;
}
.service-banner .banner-detail .btn-info:hover {
    background: var(--secondary-hover-color);
}
.service-banner .service-banner-img:before {
    content: "";
    background: url(../image/service-pattern.png) no-repeat;
    width: 92px;
    height: 152px;
    position: absolute;
    transform-origin: 50% 0;
    animation: moveIt 3.5s ease-in-out infinite;
    left: 40px;
    top: -5px;
}

.html1 > div > div {
    position: relative;
    padding: 0 15px;
}
.html1 {
    max-width: 1920px;
    margin: auto;
}
.html1 .banner-outer {
    margin: 0 -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner1 .banner-detail {
    position: absolute;
    top: 50px;
    right: 50px;
    text-align: center;
}
.html1 .banner-detail .banner-title {
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.html1 .banner2 .banner-detail .banner-title{
    font-size: 46px;
}
.html1 .banner1 .banner-detail .banner-title{
    font-size: 36px;
    line-height: 46px;
}
.banner2 .banner-detail {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 50px;
    text-align: center;
}
.banner2 .banner-description {
    margin: 25px 0 0 0;
    font-size: 18px;
    color: var(--secondary-light-color);
}
.banner2 .banner-voucher {
    position: absolute;
    right: 0;
    bottom: -60px;
    animation: flash 7s ease-in-out infinite;
    background: url(../image/giftvoucher.png) no-repeat;
    width: 210px;
    height: 184px;
    display: block;
}
.banner2 .banner-voucher span {
    position: absolute;
    right: 46%;
    bottom: 50%;
    transform: translate(50%,50%);
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    width: 100px;
    text-align: center;
    font-weight: 600;
}
.banner-offer {
    position: absolute;
    right: 50%;
    top: 15px;
    z-index: 1;
    transform: translateX(50%);
    animation: flash 10s ease-in-out infinite;
    background: url(../image/offer.png) no-repeat;
    width: 160px;
    height: 127px;
}
.banner-offer span {
    display: block;
    text-transform: uppercase;  
}
.banner-inner-offer {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}
.banner-offer span:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
    padding: 5px 0;
}
.banner3 .banner-detail {
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: center;
    color: var(--secondary-color);
}
.banner3 .banner-detail .banner-title{
    color: var(--secondary-color);
    margin: 15px 0 0;
    font-size: 40px;
    text-transform: uppercase;
}
.banner3 .banner-inner-title {
    margin: 17px 0 0;
    font-size: 22px;
}
.html1 .row>div>div a:after {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
}
.html1 .row>div>div:hover a:after {
    opacity: 0;
    height: 85%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -khtml-transition-duration: 1s;
    -o-transition-duration: 1s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 100%;
    width: 100%;
}
.html2 .inner1 img {
    width: 100%;
}
.html3 img.img-responsive {
    margin: auto;
    width: 100%;
}
.banner-sale {
    position: absolute;
    right: 45%;
    top: 15px;
    width: 148px;
    height: 148px;
    background: #ffc600;
    border-radius: 50%;
    color: var(--primary-hover-color);
    text-align: center;
    padding: 20px 5px;
}
.banner-sale span {
    display: block;
    line-height: 1;
}
.banner-sale span:nth-child(1) {
    font-size: 18px;
}
.banner-sale span:nth-child(2) {
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 500;
    padding: 8px 0 0;
}
.banner-sale span:nth-child(3) {
    font-size: 38px;
    font-weight: 500;
}
@media (max-width: 1540px) {
    .html1 .banner2 .banner-detail .banner-title {
        font-size: 22px;
    }
    .banner2 .banner-description {
        margin: 15px 0 0 0;
        font-size: 14px;
    }
    .banner3 .banner-detail .banner-title{
        font-size: 22px;
    }
    .banner3 .banner-inner-title {
        margin: 10px 0 0;
        font-size: 14px;
    }
    .html1 .banner1 .banner-detail .banner-title {
        font-size: 24px;
        line-height: 34px;
    }
    .banner2 .banner-voucher{
        width: 150px;
        height: 131px;
        background-size: 100%;
        bottom: -30px;
    }
    .banner2 .banner-voucher span{
        width: 70px;
        font-size: 14px;
        line-height: 23px;
    }
    .banner-offer{
        top: 5px;
        width: 110px;
        height: 87px;
        background-size: 100%;
    }
    .banner-offer span{
        font-size: 12px;
        line-height: 15px;
    }
    .banner-offer span:nth-child(2){
        line-height: 15px;
        font-size: 14px;
    }
    .banner3 .banner-detail{
        top: 15px;
        left: 30px;
    }
    .banner1 .banner-detail{
        top: 15px;
        right: 30px;
    }
    .banner2 .banner-detail{
        right: 30px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .service-banner .banner-detail h1.banner-title{
        font-size: 20px;
        margin: 22px 0 0 0;
    }
    .service-banner .banner-detail .banner-desc-inner {
        font-size: 16px;
        margin: 18px 0 0 0;
    }
    .service-banner .banner-detail .banner-desc {
        font-size: 18px;
    }
    .service-banner .banner-detail .btn-info{
        margin: 20px 0 0 0;
    }
}
@media (max-width: 991px) {
    .html1 > div > div{
        padding: 0 5px;
    }
    .html1 .banner-outer{
        margin: 0 -5px;
    }
    .banner3 .banner-detail{
        left: 20px;
    }
    .banner2 .banner-detail,
    .banner1 .banner-detail{
        right: 20px;
    }
    .banner2 .banner-voucher {
        width: 85px;
        height: 75px;
        bottom: -10px;
    }
    .banner2 .banner-voucher span{
        font-size: 10px;
        line-height: 16px;
        width: 60px;
    }
    .banner-offer{
        width: 80px;
        height: 64px;
        top: 0;
    }
    .banner-offer span:first-child{
        display: none;
    }
    .banner-offer span:nth-child(2){
        padding: 0;
    }
    .html1 .banner2 .banner-detail .banner-title {
        font-size: 14px;
    }
    .banner2 .banner-description {
        margin: 5px 0 0 0;
        font-size: 12px;
    }
    .html1 .banner1 .banner-detail .banner-title {
        font-size: 16px;
        line-height: 22px;
    }
    .banner3 .banner-description {
        font-size: 12px;
    }
    .banner3 .banner-detail .banner-title {
        font-size: 14px;
        margin: 8px 0 0 0;
    }
    .banner3 .banner-inner-title {
        margin: 5px 0 0;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .service-banner .banner-detail .banner-desc {
        font-size: 16px;
    }
    .service-banner .banner-detail h1.banner-title {
        font-size: 24px;
        margin: 25px 0 0 0;
    }
    .service-banner .banner-detail .banner-desc-inner {
        font-size: 16px;
        margin: 20px 0 0 0;
    }
    .service-banner .banner-detail .btn-info{
        font-size: 16px;
        margin: 24px 0 0 0;
    }
    .html1 .banner-outer{
        display: block;
    }
    .banner1, .banner3 {
        width: 50%;
        float: left;
    }
    .banner2{
        width: 100%;
        float: left;
        margin-top: 10px;
    }
}
@media (max-width: 540px) {
    .service-banner .banner-detail .banner-desc {
        font-size: 14px;
    }
    .service-banner .banner-detail h1.banner-title {
        font-size: 20px;
        margin: 20px 0 0 0;
    }
    .service-banner .banner-detail .banner-desc-inner {
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .service-banner .banner-detail .btn-info {
        font-size: 14px;
        margin: 15px 0 0 0;
        padding: 5px 20px;
    }
    .banner-sale {
        width: 60px;
        height: 60px;
        right: 40%;
        top: 5px;
        padding: 10px 5px;
    }
    .banner-sale span:nth-child(1) {
        font-size: 10px;
    }
    .banner-sale span:nth-child(2) {
        font-size: 14px;
        padding: 5px 0 0;
    }
    .banner-sale span:nth-child(3) {
        font-size: 12px;
        padding-top: 5px;
    }
}
@media (max-width: 480px) {
    .service-banner .banner-detail h1.banner-title {
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .service-banner .banner-detail .banner-desc-inner {
        font-size: 12px;
        margin: 8px 0 0 0;
    }
    .service-banner .banner-detail .btn-info {
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    .service-banner .service-banner-img:before{
        background-size: 100%;
        width: 48px;
        height: 85px;
    }
    .service-banner .banner-detail{
        left: 10px;
    }    
}
@media (max-width: 375px) {
    .banner3 .banner-detail {
        left: 10px;
        top: 5px;
    }
    .banner3 .banner-detail .banner-title {
        font-size: 12px;
        margin: 0;
    }
    .banner3 .banner-inner-title {
        margin: 0;
    }
}

/* ----- 
Start Testimonial
----- */
.slideTestimonial:not(.owl-carousel) > div:nth-child(odd) .tetimonial-image-content,
.slideTestimonial .owl-stage > div:nth-child(odd) .tetimonial-image-content {
    background: var(--secondary-hover-color);
}
.slideTestimonial:not(.owl-carousel) > div:nth-child(even) .tetimonial-image-content,
.slideTestimonial .owl-stage > div:nth-child(even) .tetimonial-image-content {
    background: var(--primary-hover-color);
}
.slideTestimonial .row-items {
    margin-bottom: 40px;
}
.tetimonial-image-content {
    -webkit-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
    border-radius: 50px;
    text-align: center;
    border: 8px solid var(--secondary-color);
    padding: 60px 30px;
}
.slideTestimonial .row-items .themability-testimonial-images img {
    width: auto;
    margin: auto auto 25px auto;
}
.themability-testimonial-author {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.themability-testimonial-customer {
    margin: 10px 0 0;
    color: var(--secondary-light-color);
}
.themability-testimonial-text {
    margin: 20px 0 0;
    line-height: 24px;
}
.themability-testimonial-content .icon-quotes {
    font-size: 30px;
    margin: 22px 0 0 0;
    display: block;
}
.themability-testimonial-text p {
    margin: 0;
}
@media (max-width: 1199px) {
    .tetimonial-image-content{
        padding: 20px 15px;
    }
    .slideTestimonial .row-items .themability-testimonial-images img{
        margin: auto auto 15px auto;
    }
    .themability-testimonial-text {
        margin: 10px 0 0;
    }
    .themability-testimonial-content .icon-quotes{
        margin: 12px 0 0 0;
    }
}
@media (max-width: 991px) {
    .slideTestimonial .row-items {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .slideTestimonial .row-items{
        margin-bottom: 20px;
    }
}
@media (max-width: 425px) {
    .themability-testimonial-images{
        float: unset;
        display: block;
        margin: 0 auto auto auto;
    }
}

/*----------------------------------------------*/
/* Start Quickview */
/*----------------------------------------------*/
/* Themability_QuickView */
.themability_quickview-wrapper {
    background-color: var(--secondary-color);
    display: none;
    height: 80vh;
    overflow: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    z-index: 9999;
}
.themability_quickview-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.themability_quickview-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 24px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--primary-hover-color);
}
.themability_quickview-btn:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.themability_quickview-loader {
    display: none;
    position: fixed;
    top: 0;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
    background-color: transparent;
    line-height: 50px;
}
.themability_quickview-loader-inner {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.themability_quickview-loader-inner:before {
    font-family: FontAwesome;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    content: "\f1ce";
    color: var(--primary-hover-color);
    vertical-align: middle;
}
.qv_margin_bottom {
    margin-bottom: 200px;
}
@media (max-width: 991px) {
    .themability_quickview-wrapper {
        width: 90%;
    }
    .qv_margin_bottom {
        margin-bottom: 150px;
    }
}
/* .Themability_QuickView */

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
}
.themability-newsletter-popup-message .alert {
    position: relative;
    margin: 15px 0 0 0;
}
.themability-newsletter-content {
    text-align: center;
    padding: 50px;
    background: url(../image/newspopup.jpg) no-repeat center center;
    background-size: cover;
}
.themability-newsletter-content-innner {
    max-width: 450px;
    margin: auto;
}
.themability-newsletter-content-innner h3 {
    font-size: 24px;
    margin: 0;
}
.themability-newsletter-content-innner p {
    color: var(--secondary-light-color);
    margin: 15px 0 0;
    font-size: 14px;
}
#themability_newsletter_usr_popup_email {
    margin: 15px auto 20px;
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 5px 15px;
    background: var(--background-color);
    color: var(--secondary-light-color);
}
#themability_newsletter_usr_popup_email::placeholder {
    color: var(--secondary-light-color);
}
.themability-newsletter-btn-close.close {
    height: 28px;
    width: 28px;
    text-shadow: none;
    opacity: 1;
    font-size: 16px;
    padding: 6px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary-hover-color);
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
.themability-newsletter-btn-close.close:hover {
    background: var(--secondary-hover-color);
}
.news-checkbox-close {
    margin-top: 15px;
}
.themability-newsletter-btn-close i {
    display: block;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
.themability-newsletter-btn-close:hover i {
    transform: rotate(90deg);
}
.themability-newsletter-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup_dont_show_again,
.themability-newsletter-content-bottom label {
    margin: 0 5px;
}
#themability-newsletter-popup .modal-body {
    padding: 0;
}
.themability-newsletter-popup .modal-dialog {
    margin: 20px auto;
    max-width: 600px;
    width: 100%;
}
@media (max-width: 767px) {
    .themability-newsletter-popup .modal-dialog {
        width: 90%;
    }
    .themability-newsletter-content {
        padding: 25px;
    }
}

/* ----- 
Start Newsletter
----- */
.themabilitynewsletterblock {
    padding: 50px;
    background: var(--secondary-hover-color);
    border-radius: 50px;
}
.news .subscribe-form {
    display: flex;
    margin: 0 0 0 auto;
    max-width: 580px;
}
#themability_newsletter_usr_email {
    border: none;
    border-radius: 50px 0 0 50px;
    height: 70px;
    padding: 5px 30px;
}
#frmthemabilitynewsletter .subscribe-btn {
    border-radius: 0 50px 50px 0;
    padding: 10px 30px;
}
.themabilitynewsletterblock .news-description {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.news-desc {
    display: inline-block;
    vertical-align: middle;
}
.news-outer i {
    margin: 0 25px 0 0;
    background: var(--primary-hover-color);
    font-size: 40px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
}
.news-desc .title-text h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
.news-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1440px) {
    .news-outer i{
        margin: 0 10px 0 0;
        font-size: 30px;
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .themabilitynewsletterblock {
        padding: 30px;
    }
    .news-subdescription {
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    .themabilitynewsletterblock {
        padding: 30px 20px;
    }
}
@media (max-width: 991px) {
    #themability_newsletter_usr_email {
        height: 50px;
    }
    .news .subscribe-form{
        margin: 10px auto 0 auto;
    }
    .themabilitynewsletterblock {
        padding: 20px;
    }
    .news-info {
        display: block;
        text-align: center;
    }
    .news-desc{
        text-align: left;
    }
}
@media (max-width: 600px) {
    .news-outer i{
        display: none;
    }
    .news-desc {
        text-align: center;
    }
}
@media (max-width: 425px){
    .news .subscribe-form{
        display: block;
    }
    #frmthemabilitynewsletter .subscribe-btn{
        margin-top: 10px;
        border-radius: 50px;
    }
    #themability_newsletter_usr_email{
        border-radius: 50px;
    }
}

/* footer */
footer {
    position: relative;
    color: var(--primary-color);
}
.footer-outer {
    padding-top: 10px;
    background: var(--secondary-hover-color);
}
.footer-images {
    overflow: hidden;
    margin-bottom: -3px;
}
.footer-images-inner > div {
    float: left;
}
.footer-images img {
    width: 100%;
    max-height: 450px;
}
.footer-images .footer-images-inner > div:nth-child(1):before {
    content: "";
    width: 156px;
    height: 107px;
    position: absolute;
    bottom: 4vw;
    animation: flash 3s ease-in-out infinite;
    left: 8vw;
    background: url(../image/footer2.png) no-repeat;
}
.footer-images .footer-images-inner > div:nth-child(1):after {
    content: "";
    width: 60px;
    height: 57px;
    position: absolute;
    bottom: 9vw;
    animation: flash 5s ease-in-out infinite;
    right: 2vw;
    background: url(../image/footer3.png) no-repeat;
}
.footer-images .footer-images-inner > div:nth-child(2):before {
    content: "";
    width: 58px;
    height: 92px;
    position: absolute;
    bottom: 12vw;
    animation: right-to-left 5s ease-in-out infinite;
    left: 10vw;
    background: url(../image/footer4.png) no-repeat;
}
.footer-images .footer-images-inner > div:nth-child(2):after {
    content: "";
    width: 156px;
    height: 107px;
    position: absolute;
    bottom: 3vw;
    animation: flash 6s ease-in-out infinite;
    right: -2vw;
    background: url(../image/footer2.png) no-repeat;
}
.footer-images .footer-images-inner > div:nth-child(3):after {
    content: "";
    width: 60px;
    height: 57px;
    position: absolute;
    bottom: 3vw;
    animation: flash 4s ease-in-out infinite;
    right: 11vw;
    background: url(../image/footer3.png) no-repeat;
}
footer a {
    padding: 8px 0;
    display: inline-block;
    color: var(--secondary-light-color);
}
footer a:hover,
footer a:focus {
    color: var(--primary-color);
}
.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid var(--primary-color);
    margin: 50px 0 0 0;
    text-align: center;
}
footer h5,
.position-footer-right h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.position-footer-right h4 {
    margin: 0 0 15px 0;
}

/* footer left */
.footer-top .position-footer-left ul li>div {
    display: flex;
    padding: 8px 0;
    color: var(--secondary-light-color);
}
.footer-top .contact_site a {
    padding: 0;
    font-weight: 400;
}
footer p.copyright a {
    padding: 0;
}
.contact_title {
    color: var(--primary-color);
    padding: 0 10px 0 0;
}

/* footer right */
footer .about-info a {
    padding: 0 0 10px;
}
footer .about-info a img {
    max-width: 150px;
}
.store-description p {
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 20px;
    color: var(--primary-hover-color);
}

/*payment method*/
footer .copyright {
    margin: 0;
}

/* social media */
.social-media a {
    padding: 0;  
}
.social-media a i {
    font-size: 18px;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--secondary-color);
}
.social-media a i.fa-facebook{
    background: #4267B2;
}
.social-media a i.fa-twitter{
    background: #1DA1F2;
}
.social-media a i.fa-instagram{
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.social-media a i.fa-pinterest-p{
    background: #E60023;
}
.social-media a i.fa-youtube-play{
    background: #FF0000;
}
.payment-method a+a,
.social-media a+a {
    margin: 0 0 0 6px;
}
.payment-link {
    margin-top: 25px;
}
.payment-method a {
    padding: 0;
}
.payment-method a i {
    font-size: 24px;
    vertical-align: middle;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
@media (max-width: 1199px) {
    .social-media a{
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
    footer .about-info a img{
        max-width: 120px;
    }
    footer h5,
    .position-footer-right h4 {
        font-size: 18px;
    }
    .store-description p{
        margin: 0 0 10px;
    }
    .footer-bottom{
        margin: 20px 0 0 0;
        padding: 10px 0;
    }
    .social-media a i{
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .footer-images .footer-images-inner > div:nth-child(1):before{
        left: 2vw;
    }
    .footer-images .footer-images-inner > div:nth-child(2):before{
        left: 15vw;
    }
    .footer-images .footer-images-inner > div:nth-child(2):after{
        right: -14vw;
    }
    .footer-images .footer-images-inner > div:nth-child(3):after{
        right: 2vw;
    }
}
@media (max-width: 991px) {
    .toggled .toggle-open {
        position: absolute;
        right: 15px;
    }
    footer h5,
    .position-footer-right h4 {
        font-size: 16px;
        margin: 0 0 4px 0;
    }
    footer .col-md-2,
    footer .col-md-3 {
        width: 100%;
        float: unset;
    }
    footer .col-md-3:after,
    footer .col-md-2:after {
        content: "";
        height: 1px;
        width: 100%;
        background: var(--background-color);
        display: block;
        margin: 12px 0;
    }
    footer .col-md-3:last-child:after{
        display: none;
    }    
    .follow-link{
        float: left;
    }
    .payment-link {
        float: right;
        margin: 0;
    }   
    .position-footer-right h4 {
        margin: 0 0 10px 0;
    }
    .footer-top .position-footer-left ul li>div,
    footer a {
        padding: 5px 0;
    }
    .footer-images .footer-images-inner > div:nth-child(1):before{
        bottom: 4vw;
        left: 4vw;
        background-size: 11vw;
        width: 11vw;
        height: 8vw;
    }
    .footer-images .footer-images-inner > div:nth-child(1):after{
        background-size: 6vw;
        bottom: 3vw;
        right: 1vw;
        width: 6vw;
        height: 6vw;
    }
    .footer-images .footer-images-inner > div:nth-child(2):before{
        bottom: 5vw;
        background-size: 6vw;
        width: 6vw;
        height: 10vw;
        left: 20vw;
    }
    .footer-images .footer-images-inner > div:nth-child(2):after{
       bottom: 4vw;
        right: -15vw;
        background-size: 14vw;
        width: 14vw;
        height: 10vw;
    }
    .footer-images .footer-images-inner > div:nth-child(3):after{
        bottom: 3vw;
        right: 4vw;
        background-size: 6vw;
        width: 6vw;
        height: 6vw;
    }    
}
@media (max-width: 767px) {
    footer .copyright{
        text-align: center;
    }
    .payment img{
        margin: auto;
    }    
}
@media (max-width: 540px) {
    .follow-link,
    .payment-link {
        float: unset;
    }
    .payment-link {
        margin: 15px 0 0 0;
    }
    .payment img{
        margin: 0;
    }
    .service-content {
        width: 80%;
    }
}


.social-media a span.fa-facebook{
    /*background: #4267B2;*/
}
.social-media a span.fa-twitter{
    /*background: #1DA1F2;*/
}
.social-media a span.fa-instagram{
    /*//background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);*/
}
.social-media a span.fa-pinterest-p{
    /*background: #E60023;*/
}
.social-media a span.fa-telegram{
    /*//background: #4267B2;*/
}
.social-media a span.fa-viber {
   /*// background: #8e78ff;*/
}

.social-media .fa-telegram:before,
.social-media .fa-instagram:before
{
    content: '';
}
.social-media a span {
    font-size: 18px;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--secondary-color);
}

.social-media a span.fa-viber {
    background-size: cover!important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 128 128' id='Social_Icons' version='1.1' viewBox='0 0 128 128' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_x34__stroke'%3E%3Cg id='Viber_1_'%3E%3Crect clip-rule='evenodd' fill='none' fill-rule='evenodd' height='128' width='128'/%3E%3Cpath clip-rule='evenodd' d='M71.4,44.764c2.492,0.531,4.402,1.478,6.034,3.006 c2.1,1.983,3.251,4.383,3.757,7.831c0.342,2.248,0.202,3.132-0.595,3.865c-0.746,0.682-2.125,0.707-2.96,0.063 c-0.607-0.455-0.797-0.935-0.936-2.236c-0.164-1.731-0.468-2.943-0.987-4.067c-1.113-2.387-3.074-3.625-6.388-4.029 c-1.556-0.19-2.024-0.366-2.53-0.96c-0.924-1.099-0.569-2.88,0.708-3.537c0.481-0.24,0.683-0.265,1.746-0.202 C69.908,44.536,70.882,44.65,71.4,44.764z M68.706,35.227c7.679,1.124,13.624,4.686,17.521,10.471 c2.189,3.259,3.555,7.086,4.023,11.191c0.164,1.503,0.164,4.244-0.013,4.699c-0.165,0.429-0.696,1.01-1.151,1.25 c-0.493,0.253-1.543,0.227-2.125-0.076c-0.974-0.493-1.265-1.276-1.265-3.398c0-3.271-0.848-6.72-2.315-9.398 c-1.67-3.057-4.099-5.583-7.059-7.339c-2.543-1.516-6.3-2.64-9.728-2.918c-1.24-0.101-1.923-0.354-2.391-0.897 c-0.721-0.821-0.797-1.933-0.19-2.855C64.67,34.937,65.682,34.772,68.706,35.227z M38.914,27.434 c0.443,0.152,1.126,0.505,1.518,0.758c2.403,1.592,9.095,10.143,11.284,14.412c1.252,2.438,1.67,4.244,1.278,5.583 c-0.405,1.44-1.075,2.198-4.074,4.61c-1.202,0.972-2.328,1.97-2.505,2.236c-0.455,0.657-0.822,1.945-0.822,2.855 c0.013,2.109,1.379,5.937,3.175,8.88c1.391,2.286,3.883,5.216,6.35,7.465c2.897,2.653,5.452,4.459,8.337,5.886 c3.707,1.844,5.971,2.311,7.628,1.541c0.417-0.19,0.86-0.442,0.999-0.556c0.126-0.114,1.101-1.301,2.163-2.615 c2.049-2.577,2.517-2.994,3.922-3.474c1.784-0.606,3.605-0.442,5.44,0.493c1.392,0.72,4.428,2.602,6.388,3.966 c2.581,1.806,8.096,6.303,8.843,7.2c1.315,1.617,1.543,3.688,0.658,5.975c-0.936,2.412-4.579,6.934-7.122,8.867 c-2.302,1.743-3.934,2.412-6.085,2.513c-1.771,0.088-2.505-0.063-4.769-0.998C63.76,95.718,49.579,84.805,38.32,69.811 c-5.882-7.831-10.361-15.953-13.422-24.378c-1.784-4.913-1.872-7.048-0.405-9.562c0.633-1.061,3.327-3.688,5.288-5.153 c3.264-2.425,4.769-3.322,5.971-3.575C36.574,26.966,38.004,27.105,38.914,27.434z M67.833,26.07 c4.352,0.543,7.868,1.591,11.727,3.474c3.795,1.857,6.224,3.613,9.437,6.808c3.011,3.019,4.681,5.305,6.452,8.854 c2.467,4.951,3.871,10.838,4.111,17.317c0.089,2.21,0.025,2.703-0.481,3.335c-0.961,1.225-3.074,1.023-3.795-0.354 c-0.228-0.455-0.291-0.846-0.367-2.615c-0.127-2.716-0.316-4.471-0.696-6.568c-1.493-8.223-5.44-14.791-11.74-19.503 c-5.25-3.941-10.677-5.861-17.786-6.278c-2.404-0.139-2.821-0.227-3.365-0.644c-1.012-0.796-1.063-2.665-0.089-3.537 c0.595-0.543,1.012-0.619,3.074-0.556C65.392,25.842,66.973,25.969,67.833,26.07z M64,0c35.346,0,64,28.654,64,64 s-28.654,64-64,64S0,99.346,0,64S28.654,0,64,0z' fill='%237F4DA0' fill-rule='evenodd' id='Viber'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.social-media a span.fa-telegram {
    background-size: cover!important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='512px' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil1 %7Bfill:%23FEFEFE;fill-rule:nonzero%7D .fil0 %7Bfill:url(%23id0)%7D %5D%5D%3E%3C/style%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='id0' x1='67.83' x2='474.19' y1='82.42' y2='389.98'%3E%3Cstop offset='0' style='stop-opacity:1; stop-color:%2328AAE0'/%3E%3Cstop offset='1' style='stop-opacity:1; stop-color:%2323B7EC'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cg id='_1726092097792'%3E%3Cpath class='fil0' d='M256 0c141.39,0 256,114.61 256,256 0,141.39 -114.61,256 -256,256 -141.39,0 -256,-114.61 -256,-256 0,-141.39 114.61,-256 256,-256z'/%3E%3Cpath class='fil1' d='M371.22 163.51l-36.45 183.75c0,0 -5.1,12.74 -19.11,6.63l-84.1 -64.48 -0.39 -0.19c11.36,-10.2 99.45,-89.4 103.3,-92.99 5.96,-5.56 2.26,-8.87 -4.66,-4.67l-130.12 82.63 -50.2 -16.89c0,0 -7.9,-2.81 -8.66,-8.92 -0.77,-6.12 8.92,-9.43 8.92,-9.43l204.65 -80.28c0,0 16.82,-7.39 16.82,4.84z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.social-media a span.fa-instagram {
    background-size: cover!important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='512px' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil1 %7Bfill:white%7D .fil5 %7Bfill:white;fill-rule:nonzero%7D .fil6 %7Bfill:url(%23id0)%7D .fil3 %7Bfill:url(%23id1)%7D .fil0 %7Bfill:url(%23id2)%7D .fil2 %7Bfill:url(%23id3)%7D .fil4 %7Bfill:url(%23id4)%7D %5D%5D%3E%3C/style%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='id0' x1='-3807.09' x2='-3400.73' y1='1908.92' y2='2216.48'%3E%3Cstop offset='0' style='stop-opacity:1; stop-color:%231E1B1E'/%3E%3Cstop offset='1' style='stop-opacity:1; stop-color:%23474747'/%3E%3C/linearGradient%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='id1' x1='-4589.57' x2='-4183.21' y1='1994.12' y2='2301.68'%3E%3Cstop offset='0' style='stop-opacity:1; stop-color:%2367C4CE'/%3E%3Cstop offset='1' style='stop-opacity:1; stop-color:%23E62A58'/%3E%3C/linearGradient%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='id2' x1='67.83' x2='474.19' y1='82.42' y2='389.98'%3E%3Cstop offset='0' style='stop-opacity:1; stop-color:%23904A97'/%3E%3Cstop offset='1' style='stop-opacity:1; stop-color:%23F7B648'/%3E%3C/linearGradient%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='id3' x1='-3841.74' x2='-3435.39' y1='762.35' y2='454.79'%3E%3Cstop offset='0' style='stop-opacity:1; stop-color:%23C8C217'/%3E%3Cstop offset='1' style='stop-opacity:1; stop-color:%23F2EA1A'/%3E%3C/linearGradient%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='id4' x1='-3036.7' x2='-2630.34' y1='2256.95' y2='1949.39'%3E%3Cstop offset='0' style='stop-opacity:1; stop-color:%23E01E5A'/%3E%3Cstop offset='1' style='stop-opacity:1; stop-color:%23DFA22F'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cg id='_2515390171344'%3E%3Cpath class='fil0' d='M256 0c141.39,0 256,114.61 256,256 0,141.39 -114.61,256 -256,256 -141.39,0 -256,-114.61 -256,-256 0,-141.39 114.61,-256 256,-256z'/%3E%3Cpath class='fil1' d='M256.01 305.42c-27.3,0 -49.43,-22.12 -49.43,-49.42 0,-27.3 22.13,-49.42 49.42,-49.42 27.3,0 49.43,22.12 49.43,49.42 0,27.29 -22.13,49.42 -49.43,49.42l0.01 0zm-61.14 -196.8c-54.97,2.51 -83.85,33.43 -86.24,86.25 -1.84,39.98 -1.84,82.28 0,122.27 2.39,52.81 31.27,83.74 86.24,86.24 39.99,1.83 82.28,1.83 122.27,0 52.82,-2.41 83.73,-31.25 86.25,-86.24 1.82,-40 1.81,-82.27 0,-122.27 -2.46,-53.84 -32.41,-83.8 -86.25,-86.25 -39.99,-1.83 -82.28,-1.83 -122.27,0zm121.05 26.69c39.94,1.82 58.97,20.83 60.78,60.77 1.8,39.16 1.79,80.68 0,119.84 -1.86,41.09 -21.87,59 -60.78,60.78 -39.17,1.78 -80.66,1.78 -119.83,0 -38.91,-1.78 -58.91,-19.69 -60.78,-60.78 -1.79,-39.16 -1.79,-80.68 0,-119.84 1.77,-38.91 19.69,-58.89 60.78,-60.77 39.17,-1.79 80.66,-1.8 119.83,0zm37.03 41.54c0,9.82 -7.97,17.79 -17.79,17.79 -9.84,0 -17.8,-7.96 -17.8,-17.79 0,-9.83 7.96,-17.79 17.8,-17.79 9.82,-0.01 17.79,7.96 17.79,17.79zm-96.94 3.01c-42.05,0 -76.15,34.09 -76.15,76.14 0,42.05 34.1,76.14 76.14,76.14 42.06,0 76.15,-34.09 76.15,-76.14 0,-42.05 -34.09,-76.14 -76.14,-76.14z'/%3E%3C/g%3E%3Cg id='_2515390171200'%3E%3Cpath class='fil2' d='M-3653.57 884.37c-141.39,0 -256.01,-114.61 -256.01,-256 0,-141.39 114.62,-256 256.01,-256 141.38,0 256,114.61 256,256 0,141.39 -114.62,256 -256,256z'/%3E%3Cpath class='fil1' d='M-3797.12 697.57c24.7,-4.9 41.23,-20.65 53.7,-41.33 18.18,-30.16 -9.3,-21.72 -25.6,-35.9 -8.65,-7.52 -3.53,-18.35 6.67,-20.8 9.63,-2.33 28.96,11.61 27.36,-2.28 -1.53,-13.27 -1.49,-26.6 -0.87,-39.92 4.33,-92.63 153.65,-92.31 163.84,-5.8 1.77,15.04 1.06,30.11 -0.13,45.18 -1.27,16.21 16.46,-2.25 30.4,3.87 8.87,3.9 11.18,13.15 3.69,19.67 -10.7,9.31 -38.68,9.22 -30.48,26.54 11.82,24.98 29.19,43.96 57.29,50.55 16.29,3.8 5.67,16.35 -4.58,20.23 -13.45,5.11 -28.41,2.57 -30.58,17.34 -1.18,8.07 -3.61,9.21 -11.84,8.55 -19.8,-1.59 -32.36,-5.86 -50.27,8.61 -23.24,18.72 -50.88,23.72 -77.48,8.21 -32.62,-19.03 -25.49,-20.84 -64.27,-16.57 -4.89,0.54 -9.61,-0.86 -9.89,-5.91 -0.98,-18.02 -18.25,-14.73 -32.35,-20.63 -10.85,-4.53 -17.77,-17 -4.61,-19.61z'/%3E%3C/g%3E%3Cg id='_2515390171536'%3E%3Cpath class='fil3' d='M-4401.4 1911.7c141.39,0 256.01,114.61 256.01,256 0,141.38 -114.62,256 -256.01,256 -141.38,0 -256,-114.62 -256,-256 0,-141.39 114.62,-256 256,-256z'/%3E%3Cpath class='fil1' d='M-4343.9 2017.71c0.02,4.58 1.36,70.82 70.88,74.95 0,19.11 0.02,32.96 0.02,51.19 -5.27,0.3 -45.77,-2.64 -70.98,-25.12l-0.07 99.64c0.95,69.15 -49.94,111.24 -116.46,96.7 -114.71,-34.31 -76.6,-204.45 38.58,-186.24 0,54.93 0.04,-0.02 0.04,54.93 -47.59,-7 -63.5,32.58 -50.86,60.92 11.51,25.8 58.88,31.4 75.41,-5 1.87,-7.13 2.81,-15.25 2.81,-24.37l0 -197.86 50.63 0.26z'/%3E%3C/g%3E%3Cg id='_2515390171728'%3E%3Cpath class='fil4' d='M-2848.53 2378.97c-141.38,0 -256,-114.62 -256,-256 0,-141.39 114.62,-256 256,-256 141.39,0 256.01,114.61 256.01,256 0,141.38 -114.62,256 -256.01,256z'/%3E%3Cpath class='fil5' d='M-2889.38 1970.04c-16.83,0 -30.58,13.75 -30.58,30.58 0,16.84 13.75,30.59 30.58,30.59 10.2,0 20.4,0 30.59,0l0 -30.59c0,-16.83 -13.55,-30.58 -30.59,-30.58zm-111.87 193.78c0,16.83 13.75,30.58 30.58,30.58 16.84,0 30.59,-13.75 30.59,-30.58l0 -30.59 -30.59 0c-17.03,0 -30.58,13.76 -30.58,30.59zm81.49 0l0 81.7c0,16.83 13.76,30.59 30.59,30.59 16.83,0 30.59,-13.76 30.59,-30.59l0 -81.7c0,-16.83 -13.76,-30.59 -30.59,-30.59 0,0 0,0 0,0 -17.04,0 -30.59,13.76 -30.59,30.59zm111.88 112.29c16.83,0 30.59,-13.76 30.59,-30.59 0,-16.83 -13.76,-30.59 -30.59,-30.59l-30.59 0 0 30.59c0,16.83 13.76,30.59 30.59,30.59zm81.5 -81.71c16.83,0 30.58,-13.75 30.58,-30.58 0,-16.83 -13.75,-30.59 -30.58,-30.59l-81.5 0c-16.83,0 -30.59,13.76 -30.59,30.59 0,16.83 13.76,30.58 30.59,30.58 27.17,0 54.33,0 81.5,0zm30.58 -112.28c0,-16.83 -13.75,-30.59 -30.58,-30.59 -16.84,0 -30.59,13.76 -30.59,30.59l0 30.59 30.59 0c16.83,0.2 30.58,-13.55 30.58,-30.59zm-81.49 0l0 -81.7c0,-16.84 -13.76,-30.59 -30.59,-30.59 -16.83,0 -30.59,13.75 -30.59,30.59l0 81.7c0,16.83 13.76,30.59 30.59,30.59 17.04,0.2 30.59,-13.55 30.59,-30.59zm-112.09 -30.59l-81.29 0c-16.83,0 -30.58,13.76 -30.58,30.59 0,16.83 13.75,30.59 30.58,30.59l81.5 0c16.83,0 30.59,-13.76 30.59,-30.59 -0.21,-16.83 -13.76,-30.59 -30.8,-30.59z'/%3E%3C/g%3E%3Cg id='_2515390172832'%3E%3Cpath class='fil6' d='M-3618.92 1826.5c141.39,0 256.01,114.61 256.01,256 0,141.39 -114.62,256 -256.01,256 -141.38,0 -256,-114.61 -256,-256 0,-141.39 114.62,-256 256,-256z'/%3E%3Cpath class='fil1' d='M-3694.11 1985.89c53.36,0 96.61,43.25 96.61,96.61 0,53.36 -43.25,96.62 -96.61,96.62 -53.36,0 -96.62,-43.26 -96.62,-96.62 0,-53.36 43.26,-96.61 96.62,-96.61zm229.97 15.25c9.41,0 17.03,36.43 17.03,81.36 0,44.94 -7.62,81.36 -17.03,81.36 -9.4,0 -17.03,-36.42 -17.03,-81.36 0,-44.93 7.63,-81.36 17.03,-81.36zm-75.38 -7.63c27,0 48.89,39.85 48.89,88.99 0,49.15 -21.89,88.99 -48.89,88.99 -27,0 -48.89,-39.84 -48.89,-88.99 0,-49.14 21.89,-88.99 48.89,-88.99z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.social-media a span.fa-facebook {
    background-size: cover!important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='512px' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil1 %7Bfill:white%7D .fil0 %7Bfill:url(%23id0)%7D %5D%5D%3E%3C/style%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='id0' x1='67.83' x2='474.19' y1='82.42' y2='389.98'%3E%3Cstop offset='0' style='stop-opacity:1; stop-color:%233B5F9E'/%3E%3Cstop offset='1' style='stop-opacity:1; stop-color:%23178CC8'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cg id='_1639424401936'%3E%3Cpath class='fil0' d='M256 0c141.39,0 256,114.61 256,256 0,141.39 -114.61,256 -256,256 -141.39,0 -256,-114.61 -256,-256 0,-141.39 114.61,-256 256,-256z'/%3E%3Cpath class='fil1' d='M219.17 394.15c0,1.97 1.6,3.57 3.57,3.57l50.9 0c1.97,0 3.56,-1.6 3.56,-3.57l0 -139.27 36.9 0c1.85,0 3.4,-1.42 3.55,-3.27l3.55 -41.96c0.18,-2.08 -1.46,-3.87 -3.55,-3.87l-40.45 0 0 -29.77c0,-6.98 5.66,-12.63 12.64,-12.63l28.43 0c1.98,0 3.57,-1.6 3.57,-3.57l0 -41.97c0,-1.97 -1.59,-3.57 -3.57,-3.57l-48.04 0c-28.2,0 -51.06,22.86 -51.06,51.05l0 40.46 -25.44 0c-1.97,0 -3.57,1.6 -3.57,3.57l0 41.96c0,1.98 1.6,3.57 3.57,3.57l25.44 0 0 139.27z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.social-media a span.fa-tiktok {
    background-size: cover;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='px' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil1 %7Bfill:white%7D .fil0 %7Bfill:url(%23id0)%7D %5D%5D%3E%3C/style%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='id0' x1='67.83' x2='474.19' y1='82.42' y2='389.98'%3E%3Cstop offset='0' style='stop-opacity:1; stop-color:%2367C4CE'/%3E%3Cstop offset='1' style='stop-opacity:1; stop-color:%23E62A58'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cg id='_2515485150816'%3E%3Cpath class='fil0' d='M256 0c141.39,0 256,114.61 256,256 0,141.39 -114.61,256 -256,256 -141.39,0 -256,-114.61 -256,-256 0,-141.39 114.61,-256 256,-256z'/%3E%3Cpath class='fil1' d='M313.5 106.01c0.01,4.58 1.36,70.83 70.87,74.96 0,19.1 0.02,32.95 0.02,51.18 -5.26,0.3 -45.76,-2.64 -70.97,-25.12l-0.08 99.64c0.96,69.16 -49.93,111.24 -116.46,96.7 -114.71,-34.31 -76.59,-204.44 38.59,-186.24 0,54.93 0.03,-0.01 0.03,54.93 -47.58,-7 -63.5,32.58 -50.85,60.93 11.5,25.8 58.88,31.39 75.41,-5.01 1.87,-7.12 2.8,-15.25 2.8,-24.37l0 -197.85 50.64 0.25z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
 }

/*----------------------------------------------*/
/* Start Breadcrumb */
/*----------------------------------------------*/
.breadcrumb {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    overflow: auto;
}
.breadcrumb>li {
    position: relative;
    white-space: nowrap;
    line-height: 19px;
}
.breadcrumb>li+li:before {
    display: none;
}
.breadcrumb-main {
    text-align: center;
    padding: 100px 0;
    margin-bottom: 30px;
    background: url(../image/breadcrumb.jpg) center center;
    background-size: cover;
}
.breadcrumb>li a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: var(--secondary-hover-color);
    border-radius: 5px;
    font-size: 16px;
    vertical-align: middle;
    color: var(--primary-color);
}
.breadcrumb>li+li {
    padding: 0 0 0 5px;
}
.breadcrumb a {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
}
.breadcrumb-main .page_title {
    text-transform: capitalize;
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 1;
    font-family: 'Nosifer', cursive;
}
.breadcrumb>li:last-child a,
.breadcrumb>li:hover a {
    color: var(--secondary-light-color);
}
.breadcrumb li+li a::before {
    content: "\f101";
    font-family: 'FontAwesome';
    padding: 0 8px 0 0;
    color: var(--primary-color);
    display: inline-block;
}
.breadcrumb a:hover::after {
    width: 100%;
}
@media (max-width: 1199px) {
    .breadcrumb-main{
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .breadcrumb-main{
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .breadcrumb-main .page_title{
        font-size: 16px;
        margin: 0 0 7px;
    }
    .breadcrumb a{
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* Start Pagination */
/*----------------------------------------------*/
.pagination {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.pagination>li>a,
.pagination>li>span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 10px;
    border-radius: 50%;
    background: var(--primary-color);
    border: none;
    color: var(--secondary-color);
    outline: none;
    -webkit-box-shadow: 0 0px 13px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 0px 13px 0 rgb(0 0 0 / 11%);
    -o-box-shadow: 0 0px 13px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 0px 13px 0 rgb(0 0 0 / 11%);
}
.pagination-main .text-left {
    padding: 10px 15px;
    color: var(--secondary-light-color);
}
.pagination>li.active>span,
.pagination>li.active>a,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover,
.pagination>li.active>span:focus,
.pagination>li.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: var(--primary-hover-color);
    color: var(--primary-color);
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50%;
}
.pagination-main {
    background: var(--background-color);
    padding: 10px 15px;
}
@media (max-width: 767px) {
    .pagination-main>div>div {
        text-align: center;
    }
    .pagination-main .text-left {
        padding: 0;
        line-height: 25px;
    }
    .pagination-main .pagination {
        margin: 7px 0 0 0;
    }
    .pagination>li>a,
    .pagination>li>span {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .pagination-main {
        padding: 10px 15px;
    }
}

/*----------------------------------------------*/
/* Start Column Left & Right */
/*----------------------------------------------*/
@media (min-width: 1341px){
    #column-left,
    #column-right {
        width: 20%;
    }
    #content.col-sm-9 {
        width: 80%;
    }
    #content.col-sm-6 {
        width: 60%;
    }
}
#column-left>div,
#column-right>div {
    float: unset;
    margin: 0 0 30px;
    border: none;
    box-shadow: none;
    padding: 0;
    background: var(--background-color);
}
#column-left h3,
#column-right h3 {
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    line-height: 20px;
    border-radius: 0;
    background: var(--secondary-hover-color);
    color: var(--primary-color);
    border: none;
}
#column-left h3:after,
#column-right h3:after {
    display: none;
}
#column-left>div:last-child,
#column-right>div:last-child,
#column-left>div.swiper-viewport,
#column-right>div.swiper-viewport {
    margin: 0;
}
#column-left div[class^=col-],
#column-right div[class^=col-] {
    width: 100%;
}
.category-content #select-category,
.filter_box,
#column-left .block_box,
#column-right .block_box,
.account-content .list-unstyled,
.sidebar .list-unstyled {
    padding: 20px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

/* categories */
.child-categories {
    display: none;
    padding: 0;
}
.category-content .list-group-item,
.sidebar li a,
.account-content.list-group a {
    border: none;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 8px 0;
    text-transform: capitalize;
    color: var(--secondary-light-color);
    font-size: 14px;
    text-shadow: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.category-content .list-group-item {
    padding: 8px 20px 8px 0;
}
.category-content .child-categories .list-group-item {
    padding: 5px 0;
    font-size: 14px;
}
.category-content ul>li:last-child>a.main-item.active {
    padding-bottom: 6px;
    margin: 0;
}
.category-content ul>li:first-child>a.main-item,
.account-content.list-group ul>li:first-child a,
.sidebar li:first-child a {
    padding-top: 0;
    margin-top: -4px;
}
.category-content ul>li:last-child>.child-categories li:last-child>a,
.category-content ul>li:last-child>a.main-item,
.account-content.list-group ul>li:last-child a,
.sidebar li:last-child a {
    padding-bottom: 0;
    margin-bottom: -4px;
}
.category-content .list-group-item:hover,
.sidebar li:hover a,
.account-content.list-group a:hover {
    color: var(--primary-color);
    background: transparent;
}
.category-content .has-more-category .toggled {
    position: absolute;
    right: 0;
}
.main-item.active .toggled>.fa-plus:before,
.toggle-menu.active>.fa-plus:before {
    content: "\f068";
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}

/* filter */
.filter_box .list-group a,
.filter_box .list-group-item {
    border: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-shadow: none;
    background: transparent;
}
.filter_box .list-group a {
    font-size: 14px;
    color: var(--primary-color);
    margin: -4px 0 12px 0;
    font-weight: 500;
}
.filter_box .list-group-item label {
    color: var(--secondary-light-color);
    outline: none;
}
.filter_box .list-group-item label:hover {
    color: var(--primary-color);
}
.filter_box .checkbox,
.filter_box .checkbox .radio {
    margin: 6px 0;
}
.filter_box .list-group-items+.list-group-items {
    margin: 20px 0 0;
}
#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

/* Slideshow */
.megamenu_sidebar_column .themability_slider {
    width: auto !important;
}

/* products  */
#column-left .container,
#column-right .container {
    width: auto;
    padding: 0;
}
#column-left .product-layout .product-thumb,
#column-right .product-layout .product-thumb {
    border: none;
    overflow: hidden;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}
#column-left .product-thumb>.product-description,
#column-right .product-thumb>.product-description {
    width: 73.91%;
    float: left;
    background: transparent;
    padding: 0;
    border-radius: 0;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    text-align: left;
    margin: 0;
    border: none;
    padding: 0 0 0 10px;
}
#column-left .product-thumb>.image,
#column-right .product-thumb>.image {
    width: 26.09%;
    float: left;
    background: transparent;
    border: 2px solid var(--primary-hover-color);
    border-radius: 5px;
}
#column-left .product-thumb:hover>.image .thumb-image,
#column-right .product-thumb:hover>.image .thumb-image {
    opacity: 1;
}
#column-left .product-layout+.product-layout .product-thumb,
#column-right .product-layout+.product-layout .product-thumb {
    margin: 20px 0 0 0;
}
#column-left .product-sale,
#column-right .product-sale,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
    display: none;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4 {
    font-size: 14px;
    margin: 0;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#column-left .product-thumb .price,
#column-right .product-thumb .price {
    float: unset;
    display: block;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating {
    margin: 4px 0 0 0;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price {
    margin: 7px 0 0 0;
}

/* blog */
#column-left .blogs .box-content,
#column-right .blogs .box-content {
    padding-top: 0;
}
#column-left .blog_title,
#column-right .blog_title {
    font-size: 16px;
}
#column-left .blogs .blog-right,
#column-right .blogs .blog-right {
    padding: 20px 10px;
}
#column-left .category-thumb,
#column-right .category-thumb,
#column-left .product-block,
#column-right .product-block {
    margin-bottom: 0;
}
#column-left .date-comment,
#column-right .date-comment {
    display: none;
}
#column-left .owl-carousel.owl-theme .owl-nav,
#column-right .owl-carousel.owl-theme .owl-nav {
    top: -52px;
    right: 10px;
    left: auto;
}
#column-left .owl-carousel.owl-theme .owl-nav>button,
#column-right .owl-carousel.owl-theme .owl-nav>button {
    opacity: 1;
    height: 24px;
    width: 24px;
    margin: 0 2px;
    border: 1px solid var(--secondary-color);
}
#column-left .owl-carousel.owl-theme .owl-nav>button:hover,
#column-right .owl-carousel.owl-theme .owl-nav>button:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
#column-left .owl-carousel.owl-theme .owl-nav>button i,
#column-right .owl-carousel.owl-theme .owl-nav>button i {
    line-height: 22px;
    font-size: 20px;
}
#column-left .post_hover .icon,
#column-right .post_hover .icon {
    height: 24px;
    width: 24px;
    line-height: 24px;
}
#column-left .swiper-viewport .swiper-pager>div i:after,
#column-left .owl-carousel.owl-theme .owl-nav button i:after,
#column-right .swiper-viewport .swiper-pager>div i:after,
#column-right .owl-carousel.owl-theme .owl-nav button i:after,
#column-left .owl-carousel.owl-theme .owl-nav button:before,
#column-left .owl-carousel.owl-theme .owl-nav button:after,
#column-right .owl-carousel.owl-theme .owl-nav button:before,
#column-right .owl-carousel.owl-theme .owl-nav button:after {
    display: none;
}

/* category featured */
#column-left .category-featured .box-content,
#column-right .category-featured .box-content {
    padding: 0;
}
#column-left .category-featured:before,
#column-right .category-featured:before {
    background: transparent;
}
#column-left .category-thumb .cat-title a,
#column-right .category-thumb .cat-title a {
    color: var(--primary-color);
}

/* newsletter */
#column-left .themabilitynewsletterblock,
#column-right .themabilitynewsletterblock{
    background: transparent;
    padding: 0;
}
#column-left .news .page-title,
#column-right .news .page-title {
    display: block!important;
}
#column-left .news-info .page-title,
#column-right .news-info .page-title {
    display: none!important;
}
#column-left .news-info>*,
#column-right .news-info>* {
    text-align: center;
}
#column-left #frmthemabilitynewsletter,
#column-right #frmthemabilitynewsletter {
    padding: 15px 0 0;
}
#column-left .news-info,
#column-right .news-info{
    width: unset;
    display: block;
}
#column-left .news-outer .title-text,
#column-right .news-outer .title-text {
    display: none;
}
#column-left .news-outer i,
#column-right .news-outer i {
    margin: 0 0 10px 0;
}
#column-left .subscribe-form,
#column-right .subscribe-form {
    display: block;
    text-align: center;
    max-width: unset;
    margin: auto;
}
#column-left #themability_newsletter_usr_email,
#column-right #themability_newsletter_usr_email {
    margin-bottom: 10px;
    border-radius: 50px;
    height: 50px;
}
#column-left #frmthemabilitynewsletter .subscribe-btn,
#column-right #frmthemabilitynewsletter .subscribe-btn{
    border-radius: 50px;
}

/* themability search */
#column-left #themabilitySearch,
#column-right #themabilitySearch {
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 20px;
    display: block;
    width: 100%;
}
#column-left .category-search:before,
#column-right .category-search:before {
    display: none;
}
#column-left .category-search::after,
#column-right .category-search::after {
    position: absolute;
    right: 0;
}
#column-left #themabilitySearch .input-lg,
#column-right #themabilitySearch .input-lg {
    border: 1px solid var(--border-color);
    border-radius: 5px;
}
#column-left #themabilitySearch .input-lg.form-control,
#column-right #themabilitySearch .input-lg.form-control {
    float: unset;
    margin: 5px 0 0;
    background: var(--secondary-color);
}

/*Product Tab*/
#column-left .themability-tabs ul li a,
#column-right .themability-tabs ul li a {
    padding: 0 5px;
    font-size: 16px;
}
#column-left .themability-tabs ul,
#column-right .themability-tabs ul {
    margin: 10px 0 0 0;
}
#column-left .product-tab-block .product-layout+.product-layout .product-thumb,
#column-right .product-tab-block .product-layout+.product-layout .product-thumb{
    margin: 20px 0;
}

/* Testimonial */
#column-left .slideTestimonial,
#column-right .slideTestimonial {
    text-align: center;
}
#column-left .themability-testimonial-images,
#column-right .themability-testimonial-images {
    margin: auto;
    float: unset;
    display: block;
}
#column-left .themability-testimonial-content,
#column-right .themability-testimonial-content {
    margin: 0;
    overflow: hidden;
    padding: 15px 10px;
}
#column-left #themabilitySearch .btn-search,
#column-right #themabilitySearch .btn-search {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#column-left .themability-testimonial-block .owl-container,
#column-right .themability-testimonial-block .owl-container {
    margin: 0;
}
.container #content .container {
    width: auto;
}
#column-left .slideTestimonial .row-items .themability-testimonial-images img,
#column-right .slideTestimonial .row-items .themability-testimonial-images img{
    margin: auto;
}
#column-left .slideTestimonial .row-items,
#column-right .slideTestimonial .row-items{
    margin: 0;
}
#column-left .tetimonial-image-content,
#column-right .tetimonial-image-content {
    padding: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    #column-left h3,
    #column-right h3{
        font-size: 14px;
        padding: 10px;
    }
}
@media (max-width: 1199px) {
    .category-content #select-category,
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        padding: 15px;
    }
    #column-left .product-layout+.product-layout .product-thumb,
    #column-right .product-layout+.product-layout .product-thumb {
        margin: 15px 0 0 0;
    }
    .category-content .list-group-item {
        padding: 5px 20px 5px 0;
    }
    #column-left .owl-carousel.owl-theme .owl-nav,
    #column-right .owl-carousel.owl-theme .owl-nav {
        top: -47px;
        right: 5px;
    }
}
@media (max-width:991px) {
    #column-left,
    #column-right {
        margin-top: 30px;
    }
    #column-left>div:last-child,
    #column-right>div:last-child,
    #column-left>div,
    #column-right>div {
        margin: 20px 0 0 0;
    }
    #column-left>div:first-child,
    #column-right>div:first-child {
        margin: 0;
    }
    #column-left h3,
    #column-right h3 {
        padding: 10px 15px;
    }
    #column-left .product-thumb>.image,
    #column-right .product-thumb>.image {
        width: 60px;
    }
    #column-left .owl-carousel.owl-theme .owl-nav,
    #column-right .owl-carousel.owl-theme .owl-nav {
        top: -47px;
        right: 25px;
    }
    #column-left .news-outer i,
    #column-right .news-outer i {
        margin: 0 10px 0 0;
    }
}
@media (max-width: 767px) {
    #column-left>div:last-child,
    #column-right>div:last-child,
    #column-left>div,
    #column-right>div {
        margin: 15px 0 0 0;
    }
    #column-left,
    #column-right {
        margin-top: 20px;
    }
}

/*----------------------------------------------*/
/* Category Page */
/*----------------------------------------------*/
.category-img img {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0 0 10px;
}
.category-desc p {
    margin: 0 0 20px;
    color: var(--secondary-light-color);
    line-height: 24px;
}
.category-refine>h3 {
    margin: 0 0 13px;
    font-size: 16px;
}
.category-refine {
    margin-bottom: 20px;
}
.category-refine ul {
    padding: 0;
    margin: 0;
}
.category-refine ul li {
    margin: 0 10px 10px 0;
    list-style: none;
    display: inline-block;
}
.category-refine ul li a {
    background: var(--primary-hover-color);
    color: var(--primary-color);
    padding: 5px 20px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
}
.category-refine ul li a:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.category-info {
    background: var(--secondary-hover-color);
    margin-bottom: 30px;
    padding: 10px 15px;
    text-align: center;
}
.category-sorting {
    text-align: right;
    float: right;
}
.category-info .category-compare {
    float: unset;
}
#list-view.btn-default,
#grid-view.btn-default {
    border: none;
    background: transparent;
    color: var(--primary-color);
    padding: 0;
    box-shadow: none;
    font-size: 30px;
}
#list-view.btn-default i,
#grid-view.btn-default i {
    display: block;
}
#list-view.btn-default {
    margin: 0 0 0 15px;
}
#list-view.btn-default:hover,
#grid-view.btn-default:hover,
#grid-view.btn-default.active,
#list-view.btn-default.active {
    color: var(--primary-hover-color);
}
.category-compare .form-group {
    margin: 0;
    text-align: center;
}
.category-compare #compare-total {
    border: none;
    padding: 5px 0;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    background: transparent;
    text-transform: capitalize;
}
.category-compare #compare-total:hover {
    color: var(--secondary-light-color);
}
.category-sorting .input-group-addon {
    border: none;
    background: transparent;
    margin: 0;
    padding: 8px 5px;
    width: auto;
    font-size: 14px;
    font-weight: 300;
}
.category-sorting>div {
    display: inline-block;
    vertical-align: middle;
}
.category-sorting>div>* {
    width: auto;
    float: left;
    position: relative;
}
.category-sorting .sort-cat {
    margin: 0 10px 0 0;
}
.category-search select.form-control,
.category-sorting select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.select-cat-sort::after,
.select-cat-limit::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 6px;
    pointer-events: none;
    color: var(--primary-color);
}
.select-cat-limit .form-control,
.select-cat-sort .form-control {
    height: 30px;
    padding: 3px 35px 3px 10px;
    border: none;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 12px;
}
@media (min-width: 768px) {
    .category-info>div>div {
        width: unset;
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .category-info {
        margin-bottom: 20px;
    }
    .category-refine {
        margin-bottom: 15px;
    }
    .category-info {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .category-info {
        text-align: center;
    }
    .category-sorting {
        text-align: center;
        padding: 7px 10px 0;
    }
    .category-info .category-list-grid,
    .category-info .category-compare {
        width: fit-content;
        float: unset;
        display: inline-block;
    }
     #top #form-language .language-select{
        text-align: right;
    }
    #form-language .dropdown-menu {
        width: 70px;
    }


}
@media (max-width: 480px) {
    .category-sorting>div {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .category-sorting .sort-cat {
        margin: 0 0 7px 0;
    }
}

/*----------------------------------------------*/
/* Product Page */
/*----------------------------------------------*/
.pro-image {
    margin-bottom: 20px;
}
.pro-image .thumbnail {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
}
#quick-carousel {
    padding: 0 50px;
}
#additional-carousel {
    max-width: 458px;
    margin: auto auto 20px;
    padding: 0 50px;
}
#quick-carousel .owl-nav,
#additional-carousel .owl-nav {
    position: unset;
}
#quick-carousel .owl-nav>button,
#additional-carousel .owl-nav>button {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: absolute;
    background: transparent;
    margin: auto;
    cursor: pointer;
    box-shadow: none;
}
#quick-carousel .owl-nav>button:hover ,
#additional-carousel .owl-nav>button:hover {
    color: var(--primary-hover-color);
}
#quick-carousel .owl-nav>button.owl-prev,
#additional-carousel .owl-nav>button.owl-prev {
    left: 0;
}
#quick-carousel .owl-nav>button.owl-next,
#additional-carousel .owl-nav>button.owl-next {
    right: 0;
}
#quick-carousel .owl-nav>button:after,
#quick-carousel .owl-nav>button:before,
#additional-carousel .owl-nav>button:after,
#additional-carousel .owl-nav>button:before {
    display: none;
}
.image-additional a {
    padding: 0;
    display: block;
}
.image-additional {
    margin: 0 10px;
}
.product-right h1 {
    font-size: 20px;
    margin: 10px 0 18px;
    text-transform: capitalize;
}
.rating {
    margin-bottom: 10px;
}
.rating .review {
    text-transform: capitalize;
    position: relative;
}
.rating .write-review {
    border-left: 1px solid var(--border-color);
    padding: 0 0 0 15px;
    margin: 0 0 0 13px;
}
.rating .write-review i {
    padding: 0 5px 0 0;
}
.product-rating {
    display: inline-block;
    margin: 0 15px 0 0;
}
.manufacturer-listpro {
    margin-bottom: 15px;
}
.manufacturer-listpro li+li {
    margin-top: 7px;
}
.propage-price li + li {
    margin: 5px 0 0 0;
}
.product-right ul {
    padding: 0;
}
.product-right .disc {
    margin-right: 5px;
    line-height: 22px;
    min-width: 100px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.product-right .disc1 {
    color: var(--secondary-light-color);
}
.pro_oldprice {
    color: var(--secondary-light-color);
    font-size: 14px;
    display: inline-block;
}
.pro_price {
    font-size: 20px;
    margin: 0 10px 0 0;
    font-weight: 500;
}
.product-option>h3 {
    font-size: 16px;
    margin: 0px 0 15px;
}
.product-right .checkbox,
.product-right .radio {
    margin-top: 0;
}
.product-right .control-label {
    margin-bottom: 8px;
    font-weight: 500;
}

/* product page tabs */
.propage-tab .nav-tabs {
    text-align: center;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0 10px;
    background: var(--secondary-hover-color);
}
.propage-tab .nav-tabs li {
    float: unset;
    display: inline-block;
    margin: 0;
    position: relative;
}
.propage-tab .nav-tabs li a {
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
    background: transparent;
    color: var(--secondary-light-color);
}
.propage-tab .nav-tabs li+li:before {
    content: "";
    height: 30px;
    width: 1px;
    background: var(--border-color);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(20deg);
}
.propage-tab .nav-tabs li.active a,
.propage-tab .nav-tabs li:hover a {
    color: var(--primary-color);
    border: none;
    background: transparent;
}
.propage-tab .nav-tabs li+li {
    margin: 0 0 0 18px;
    padding: 0 0 0 22px;
}
#form-review .review-title {
    font-size: 18px;
    margin: 30px 0 10px;
    background: var(--secondary-hover-color);
    padding: 11px 20px;
    line-height: 1;
}
#tab-description {
    color: var(--secondary-light-color);
}

/* related products */
.related-products {
    margin-bottom: -30px;
}
@media (max-width: 767px) and (min-width: 501px) {
    .pro-image a.thumbnail {
        max-width: 500px;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .related-products {
        margin-bottom: -20px;
    }
    .propage-tab .nav-tabs {
        margin-bottom: 20px;
    }
    #quick-carousel,
    #additional-carousel {
        max-width: 100%;
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    #additional-carousel {
        max-width: 456px;
    }
    #quick-carousel,
    #additional-carousel {
        margin: auto auto 10px;
        padding: 0 25px;
    }
    #review .col-sm-6 {
        text-align: center;
    }
    #review .pagination {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    #additional-carousel {
        max-width: 320px;
    }
    .image-additional {
        margin: 0 5px;
    }
    .propage-tab .nav-tabs li a {
        font-size: 12px;
    }
    .propage-tab .nav-tabs li+li {
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
    }
}
@media (max-width: 375px) {
    #additional-carousel {
        max-width: 230px;
    }
    .product-rating {
        display: block;
        margin: 0 0 15px 0;
    }
}

/*----------------------------------------------*/
/* Other Pages */
/*----------------------------------------------*/
/* manufacture page */
.manufacturer-list {
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: var(--secondary-hover-color);
    font-size: 15px;
    padding: 5px 8px;
}
.manufacturer-heading h2 {
    margin: 0;
    font-size: 18px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-tags a {
    padding: 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    line-height: 30px;
    background: var(--primary-color);
    color: var(--secondary-color);
}
.manufacturer-tags a:hover {
    background: var(--primary-hover-color);
    color: var(--primary-color);
}
p.manufacturer-tags strong {
    font-weight: 600;
}

/* search page */
.search-criteria {
    font-size: 16px;
    margin: 20px 0 15px;
}
#button-search,
.search-criteriadesc {
    margin: 10px 0 0;
}
#product-search .search-subcategory {
    margin-top: 12px;
}

/* contact page */
.contact-left .store-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 7px;
}
.contact-left .panel-body>div+div {
    border-top: 1px solid var(--border-color);
    margin-top: 15px;
    padding-top: 15px;
}
.contact-left .panel-body>div {
    text-align: center;
}
.contact-left .panel-body {
    padding: 20px;
}
.store-address .btn-info {
    margin-top: 10px;
}
.information-information .title,
#information-contact .contact-title {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 500;
    padding: 0 0 10px;
    line-height: 20px;
    border-bottom: 1px solid var(--border-color);
}
.contact-left .store-image img {
    margin: auto;
}
.contact-left .panel-body>div>i {
    height: 30px;
    width: 30px;
    background: var(--primary-hover-color);
    color: var(--primary-color);
    line-height: 30px;
    border-radius: 5px;
    margin: 0 0 10px;
}

/* about us page */
.information-information .description {
    color: var(--secondary-light-color);
    margin: 0 0 25px;
}
@media (max-width: 767px) {
    .information-information .title,
    #information-contact .contact-title {
        font-size: 14px;
        margin: 0 0 10px;
        padding: 0 0 8px;
    }
    .information-information .description {
        margin: 0 0 15px;
    }
    #product-search #input-search {
        margin-bottom: 10px;
    }
}

/* account page */
.well {
    background: var(--background-color);
    border: none;
    -webkit-box-shadow: 0 0px 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 3px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 10%);
}
.well h2 {
    font-size: 18px;
    margin: 0 0 10px;
}
#account-account #content .account-detail h2 {
    font-size: 16px;
    margin: 0 0 10px;
}
#account-account #content .account-detail ul {
    margin-bottom: 20px;
}
#account-account #content .account-detail li a {
    padding: 3px 0;
    display: inline-block;
    color: var(--secondary-light-color);
}
#account-account #content .account-detail li a:hover {
    color: var(--primary-hover-color);
}
#account-register .buttons .btn-primary {
    display: block;
    margin: 10px 0 0 auto;
}

/* sitemap */
#information-sitemap #content > .row a {
    padding: 3px 0;
    display: inline-block;
    text-transform: capitalize;
}
#information-sitemap #content li::marker,
#information-sitemap #content > .row a:hover{
    color: var(--primary-hover-color);
}

/* cart page */
.cart-title {
    font-size: 16px;
    margin: 0 0 15px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
    padding: 0 10px;
}
#accordion .panel-body {
    border: none;
}
#accordion .panel {
    box-shadow: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 0px 2px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 2px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 10%);
}
#accordion .panel-heading {
    border-radius: 0;
    padding: 13px 15px;
    background: var(--secondary-hover-color);
}
#accordion .panel-heading .panel-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
#accordion .panel-heading .panel-title a:hover,
#accordion .panel-heading .panel-title a:focus {
    color: var(--secondary-light-color);
}
#accordion.panel-group .panel+.panel {
    border-radius: 5px;
    margin-top: 15px;
}
#checkout-cart img.checkout-img {
    max-width: 60px;
    padding: 0;
    border: none;
}
#accordion .form-horizontal .radio {
    padding-bottom: 7px;
}

/* wishlist page */
#account-wishlist table button {
    margin: 5px 0;
}

/* compare page */
#product-compare .btn-block {
    width: auto;
    display: inline-block;
    margin: 5px 0;
}
@media (max-width: 480px) {
    #collapse-coupon .panel-body .input-group,
    #collapse-voucher .panel-body .input-group {
        display: block;
    }
    #collapse-voucher .panel-body .input-group input#input-voucher,
    #collapse-coupon .panel-body .input-group input#input-coupon {
        border-radius: 50px;
    }
    #collapse-coupon .panel-body .input-group .btn-primary,
    #collapse-voucher .panel-body .input-group .btn-primary {
        border-radius: 50px;
        margin-top: 5px;
    }
    .checkout-cart .buttons > div {
        margin: 5px 0;
    }
    #button-payment-method {
        display: block;
        margin: 10px 0 0 auto;
    }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
#common-home #content {
    overflow: hidden;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
#checkout-cart .input-group .form-control[disabled],
.input-group .form-control[name^=quantity] {
    min-width: 50px;
    padding: 0 10px;
    background: transparent;
}

/* Missing focus and border color to overwrite bootstrap */
.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

/* content */
#content {
    min-height: 80vh;
}
.form-control {
    height: 40px;
    padding: 6px 30px;
    border-radius: 50px;
    border: 1px solid var(--border-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 8px 0;
    width: 200px;
}

/* table */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    vertical-align: inherit;
}

/* margin css */
.mt-50 {
    margin-top: 50px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
@media (max-width: 991px) {
    .mt-50 {
        margin-top: 30px;
    }
    .mt-45 {
        margin-top: 30px;
    }
    .mt-20 {
        margin-top: 10px;
    }
    .mt-15 {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .mt-50 {
        margin-top: 20px;
    }
    .mt-45 {
        margin-top: 20px;
    }
    .mt-20 {
        margin-top: 0;
    }
    .mt-15 {
        margin-top: 0;
    }
}

@media (min-width: 991px) {
    
   body .horizontal ul.themability_megamenu>li+li {
        margin-left: 10px;
    }
    
}

@media (max-width: 991px) {
    
    #content,
    #column-left,
    #column-right {
        width: 100%;
    }
    #column-left .swiper-viewport,
    #column-right .swiper-viewport {
        display: none;
    }
    .form-control{
        padding: 6px 10px;
        border-radius: 20px;
    }
}




@media (min-width: 1541px) {
    .container {
        width: 1500px;
    }
}

@media (min-width: 1441px) and (max-width: 1540px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1341px) and (max-width: 1440px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(5n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 376px) and (max-width: 600px) {
    #content .col-xs-2:nth-child(6n+1),
    #content .col-xs-3:nth-child(4n+1),
    #content .col-xs-4:nth-child(2n+1),
    #content .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    .header-search{
        /*width: 90%;*/
    }
}

/*-------------
Animation Css
-------------*/
@-webkit-keyframes rotation {
  from {
    background-position: 0 0; }
  to {
    background-position: -160px 0; }
}

@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -160px 0; }
}

@keyframes moveItX {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(-30deg);
  }
}

@keyframes moveIt {
  0%, 100% {
    transform: rotate(40deg);
  }
  50% {
    transform: rotate(-40deg);
  }
}

@-webkit-keyframes top-to-bottom {
    0% {
        margin-top: 0;
    }
    50% {
        margin-bottom: -20px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes right-to-left {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -50px;
    }
    100% {
        margin-left: 0;
    }
}


#logo img {
    max-width: 100%;

}