
/* CSS Document */

/* Table of Content
==================================================
	1.0 - Transition
	2.0 - Logo
	3.0 - Top Bar
	4.0 - Header
	5.0 - Default Color
	6.0 - Sticky Header
	7.0 - Simple Drop Down Menu
	8.0 - Mega Menu
	9.0 - Mobile Menu
	10.0 - Slider
	11.0 - Title & Breadcrumb
	12.0 - Footer
	13.0 - Side Navigation
	14.0 - Style Picker
	15.0 - Loader
	16.0 - Totop
	17.0 - Default Color
	18.0 - DT Responsive */


/*--------------------------------------------------------------
1.0 - Transition
--------------------------------------------------------------*/
.menu-icons-wrapper .search a span,
.menu-icons-wrapper .cart a span,
#main-menu ul li.menu-item-simple-parent ul li a .fa,
#main-menu .megamenu-child-container > ul.sub-menu > li > a .menu-item-description
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}


/*--------------------------------------------------------------
3.0 - Top Bar
--------------------------------------------------------------*/

.top-bar
{
    clear: both;
    float: left;
    line-height: 50px;
    margin: 0;
    max-height: 50px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99999;
}

.top-bar .dt-sc-button
{
    font-weight: bold; 
    letter-spacing: 1px;
    margin-top: 5px;
}
.top-bar .dt-sc-vertical-small-separator
{
    position: relative;
    top: 2px;
}
.top-bar-right .dt-sc-vertical-small-separator
{
    margin: 0 15px;
}

.top-bar .language
{
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
}
.top-bar .language img
{
    margin: 0 10px 0 0;
    position: relative;
    top: -1px; 
    vertical-align: middle;
}
.top-bar .language:before
{
    bottom: 0;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    margin: auto; 
    position: absolute;
    right: 0;
    top: 0;
}

.dt-no-header-builder-content .no-header-top
{
    background-color: #131313;
    margin: 0;
    padding: 10px 0;
    position: relative;
    z-index: 0;
}
.dt-no-header-builder-content .no-header-top:before
{
    background-color: #131313;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 9999px;
    z-index: -1;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.dt-no-header-builder-content .no-header-top:after
{
    left: auto; 
    right: -50%;
}
.dt-no-header-builder-content .no-header-top > span
{
    font-size: 14px;
}


/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/

/* Header sticky*/
#header-wrapper
{
    float: left;
    margin: 0 0 35px;
    padding: 0;
    width: 100%;
}
#header
{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#header .dt-header-tpl .sticky-wrapper
{
    clear: both;
    display: block;
    position: relative;
    width: 100%;
}
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header
{
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    width: 100%;
}

#header .dt-header-tpl .sticky-wrapper,
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header
{
    z-index: 9999 !important;
}
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix)
{
    clear: both;
}
#header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix)
{
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
}

.dt-no-header-builder-content .no-header
{
    background-color: #f6f6f6;
    display: -webkit-flex;
    display:    -moz-flex;
    display: -ms-flexbox;
    display:     -ms-flex;
    display:         flex;
    padding: 0;
    position: relative; 

    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    z-index: 2;
}
.dt-no-header-builder-content .no-header:before
{
    background-color: #f6f6f6;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 9999px;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.dt-no-header-builder-content .no-header:after
{
    left: auto; 
    right: -50%;
}

.dt-no-header-builder-content.aligncenter .no-header
{
    flex-direction: column; 
    padding-bottom: 0;

    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
        -ms-justify-content: center;
            justify-content: center;
}

.dt-no-header-builder-content .no-header .no-header-logo h2
{
    margin: 10px 0;
}
.dt-no-header-builder-content .no-header .no-header-logo-wrapper
{
    float: left;
    width: 20%;
}
.dt-no-header-builder-content .no-header .no-header-menu-wrapper
{
    float: right;
    width: 80%;
}
.dt-no-header-builder-content .no-header .no-header-menu-wrapper .no-header-menu
{
    float: right;
}
.dt-no-header-builder-content .no-header .no-header-menu-wrapper .no-header-menu .dt-primary-nav li.close-nav
{
    padding: 0;
}

#header .dt-header-tpl > .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner,
#header .dt-header-tpl > .vc_row .vc_row.vc_row-flex.vc_inner > .vc_column_container > .vc_column-inner
{
    z-index: auto;
}

#header .dt-header-tpl .vc_row[data-vc-full-width],
#header .dt-header-tpl > .vc_section[data-vc-full-width]
{
    overflow: visible;
}

#header-wrapper.header-top-relative #header
{
    position: relative;
}

.no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header
{
    position: absolute;
    z-index: 1;
}
body:not(.no-breadcrumb) #header-wrapper.header-top-absolute #header .dt-header-tpl
{
    margin-top: 35px;
}

.no-breadcrumb.page-with-slider #header-wrapper.bottom-header
{
    display: -webkit-flex;
    display:    -moz-flex;
    display: -ms-flexbox;
    display:     -ms-flex;
    display:         flex;
            flex-direction: column-reverse; 

    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
}

#header .dt-header-tpl .sticky-wrapper
{
    clear: both;
    display: block;
    position: relative;
    width: 100%;
}
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header
{
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    width: 100%;
}

#header .dt-header-tpl .sticky-wrapper,
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header
{
    z-index: 9999 !important;
}
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix)
{
    clear: both;
}
#header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix)
{
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}

/*--------------------------------------------------------------
   Logo
--------------------------------------------------------------*/

.dt-logo-container
{
    display: -webkit-flex;
    display:    -moz-flex;
    display: -ms-flexbox;
    display:     -ms-flex;
    display:         flex;
    font-size: 0;
    line-height: 0;

    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.dt-logo-container.logo-align-center
{
    text-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.dt-logo-container.logo-align-right
{
    text-align: right;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

.dt-logo-container a
{
    color: inherit;
}
.dt-logo-container a img
{
    display: inline-block;
    vertical-align: middle;
}
.dt-logo-container a span
{
    clear: both;
    display: block;
}
.dt-logo-container a span ~ span
{
    margin-top: -1px;
}

.no-header-logo-wrapper .dt-logo-container a img
{
    width: 100px;
}


/*--------------------------------------------------------------
   Default Menu & Mobile Menu
--------------------------------------------------------------*/

.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu
{
    background-color: rgba(0,0,0,.035);
    border-bottom: 1px solid #ededed;
    margin-top: 15px;
    position: relative;
    width: 100%;
}
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before,
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after
{
    background: inherit;
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    bottom: -1px;
    content: '';
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before
{
    right: 100%;
}
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after
{
    left: 100%;
}

.no-header-menu,
.dt-header-menu,
.no-header-menu ul,
.dt-header-menu .dt-primary-nav,
.no-header-menu ul li,
.dt-header-menu .dt-primary-nav li
{
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.dt-no-header-builder-content:not(.aligncenter) .no-header .no-header-logo ~ .no-header-menu
{
    padding-left: 20px;
}
.no-header-menu ul,
.dt-header-menu .dt-primary-nav
{
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.dt-no-header-builder-content.aligncenter .no-header .no-header-menu > ul,
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu .dt-primary-nav
{
    text-align: center;
}

.no-header-menu ul li,
.dt-header-menu .dt-primary-nav li
{
    line-height: normal;
    margin: 0 2px;
    padding: 0;
    position: relative;
}

.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu > li
{
    font-size: 14px;
    line-height: normal;
}

.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a
{
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
}

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu
{
    background-color: #fff;
    display: none;
    left: 0;
    margin: 0;
    padding: 20px 0;
    top: 100%;
            transition: all .3s linear 0s; 
    -webkit-transition: all .3s linear 0s;
    visibility: hidden;
    z-index: 10;
}

div:not(.dt-sc-maaya-header) .no-header-menu ul li ul.children,
div:not(.dt-sc-maaya-header) .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu,
div:not(.dt-sc-maaya-header) .no-header-menu ul li ul.children,
div:not(.dt-sc-maaya-header) .dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .vc_section
{
            box-shadow: 0 0 30px 0 rgba(0,0,0,.15); 
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu
{
    position: absolute;
    width: 220px;
}

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu,
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_row,
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section
{
            box-shadow: 0 0 30px 0 rgba(0,0,0,.15); 
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_row,
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section
{
    display: table;
}

.dt-col-static-position.wpb_column
{
    position: static;
}

.dt-header-menu ul.dt-primary-nav li.has-mega-menu
{
    position: static;
}
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li
{
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.no-header-menu ul li ul.children li,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li
{
    margin: 0;
    padding: 0 15px;
}
.no-header-menu ul li ul.children li ul.children,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li ul.sub-menu
{
    left: 100%;
    top: 0;
}

.no-header-menu ul li:last-child > ul.children,
.dt-header-menu ul.dt-primary-nav li:last-child > ul.sub-menu,
.no-header-menu ul li:nth-last-child(2) > ul.children,
.dt-header-menu ul.dt-primary-nav li:nth-last-child(2) > ul.sub-menu
{
    left: auto;
    right: 0;
}

.no-header-menu ul li.has-mega-menu:last-child > ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu:last-child > ul.sub-menu,
.no-header-menu ul li.has-mega-menu:nth-last-child(2) > ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu:nth-last-child(2) > ul.sub-menu
{
    left: 0;
    right: 0;
}

.no-header-menu ul li:last-child > ul.children li ul.children,
.dt-header-menu ul.dt-primary-nav li:last-child ul.sub-menu li ul.sub-menu,
.no-header-menu ul li:nth-last-child(2) > ul.children li ul.children,
.dt-header-menu ul.dt-primary-nav li:nth-last-child(2) ul.sub-menu li ul.sub-menu
{
    left: auto;
    right: 100%;
}

.no-header-menu ul li ul.children li,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li,
.no-header-menu ul li ul.children li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a
{
    width: 100%;
}

.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a,
.no-header-menu ul li ul.children li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a
{
    color: #6b6b6b;
}
.no-header-menu ul li ul.children li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a
{
    font-size: 16px;
}

.no-header-menu ul li:hover > ul.children,
.dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu
{
    display: block;
    visibility: visible;
}

.dt-header-menu ul.dt-primary-nav li ul.sub-menu li > a:hover,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li:hover > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-menu-item > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-page-item > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-menu-ancestor > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-page-ancestor > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current_menu_item > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current_page_item > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current_menu_ancestor > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current_page_ancestor > a
{
    color: #fff;
}

.dt-sc-maaya-header .mobile-nav-container .menu-trigger
{
    background: #000; 
    cursor: pointer;
    letter-spacing: 1px;
    line-height: normal;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.dt-sc-maaya-header.type2 .mobile-nav-container .menu-trigger
{
    display: inline-block;
    position: relative;
}

.mobile-nav-container .menu-trigger
{
    cursor: pointer;
}
.mobile-nav-container .menu-trigger > i:before
{
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-style: normal; 
    font-weight: 900;
}
.mobile-nav-container .menu-trigger > i,
.mobile-nav-container .menu-trigger > span
{
    display: inline;
    padding: 0 5px;
}

.mobile-menu,
.mobile-menu ul.dt-primary-nav,
.mobile-menu ul.dt-primary-nav li
{
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}
.mobile-menu .dt-primary-nav li a
{
    border-style: solid;
    border-width: 1px 0 0;
    color: initial;
    display: block;
    font-family: inherit;
    padding: 5px 15px;
}
.mobile-menu .dt-primary-nav > li > a
{
    color: rgba(0, 0, 0, .85); 
    font-weight: 600;
    text-transform: uppercase;
}
.mobile-menu .dt-primary-nav > li > a,
.mobile-menu .dt-primary-nav > li > ul > li > a,
.mobile-menu .dt-primary-nav > li > ul > li > ul > li > a,
.mobile-menu .dt-primary-nav > li > ul > li > ul > li > ul > li > a
{
    line-height: 42px;
    min-height: 42px;
    padding-bottom: 0; 
    padding-top: 0;
}

.mobile-menu ul.dt-primary-nav
{
    padding-top: 50px;
}

.mobile-menu,
.mobile-menu > ul,
.mobile-menu ul.sub-menu
{
    background: #fff;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(0);
    transition: transform .3s; 
    width: 100%;
    z-index: 4;
}

.mobile-menu
{
    max-width: 260px;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .25s, visibility 0s .3s, opacity .25s; 
    visibility: hidden;
    z-index: 999;
}

.mobile-nav-offcanvas-right .mobile-menu
{
    right: 0;
}
.mobile-nav-offcanvas-left .mobile-menu
{
    left: 0;
    right: auto;
            transform: translateX(-100%); 
    -webkit-transform: translateX(-100%);
}

.mobile-menu.is-hidden,
.mobile-menu ul.is-hidden
{
            transform: translateX(100%); 
    -webkit-transform: translateX(100%);
}
.mobile-menu.nav-is-visible
{
    opacity: 1;
            transform: translateX(0);
    -webkit-transform: translateX(0);
            transition:         transform .25s, visibility 0s 0s; 
    -webkit-transition: -webkit-transform .25s, visibility 0s 0s;
    visibility: visible;
}


.mobile-menu ul.sub-menu,
.mobile-menu ul li.menu-item-object-dt_mega_menus,
.mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section,
.mobile-menu .wpb_column
{
    width: 100% !important;
}

.mobile-menu ul.sub-menu
{
    left: auto !important;
    right: auto !important;
}
.mobile-menu ul.sub-menu li
{
    float: left;
    width: 100%;
}
.mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section
{
    background: none !important;
    border: none !important;
            border-radius: 0 !important; 
    -webkit-border-radius: 0 !important;
    left: 0 !important;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mobile-menu .wpb_column
{
    margin: 0;
}

.mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section > .vc_row,
.mobile-menu .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-horizontal) > div
{
    margin-left: 0;
    margin-right: 0;
}


.mobile-menu ul.dt-primary-nav li.go-back a
{
    height: 100%;
    padding: 0;
}
.mobile-menu ul.dt-primary-nav li.go-back a,
.mobile-menu li[class*='has-children'] > a,
.mobile-menu li[class*='has_children'] > a
{
    position: relative;
}
.mobile-menu li[class*='has-children'] > a,
.mobile-menu li[class*='has_children'] > a
{
    padding-right: 40px;
}

.mobile-menu ul.dt-primary-nav li.go-back,
.mobile-menu ul.dt-primary-nav li.close-nav
{
    display: inline-block;
    height: 50px;
    width: 100%;
}


.mobile-menu ul.dt-primary-nav li.close-nav
{
    border: none !important;
    cursor: pointer; 
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 5;
}
.mobile-menu ul.dt-primary-nav li.close-nav:before,
.mobile-menu ul.dt-primary-nav li.close-nav:after
{
    background-color: #222;
    bottom: 0;
    content: '';
    height: 35%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}

.mobile-menu ul.dt-primary-nav li.close-nav:before
{
            transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
}
.mobile-menu ul.dt-primary-nav li.close-nav:after
{
            transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
}

.mobile-menu ul.dt-primary-nav li.close-nav:hover:before
{
            transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
}
.mobile-menu ul.dt-primary-nav li.close-nav:hover:after
{
            transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
}

.mobile-menu ul.dt-primary-nav li.go-back a:before,
.mobile-menu ul.dt-primary-nav li.go-back a:after,
.mobile-menu li[class*='has-children'] > a:before,
.mobile-menu li[class*='has-children'] > a:after,
.mobile-menu li[class*='has_children'] > a:before,
.mobile-menu li[class*='has_children'] > a:after
{
            backface-visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
            transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
    width: 15px;

    -webkit-backface-visibility: hidden;
}

.mobile-menu ul.dt-primary-nav li.go-back a:before
{
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    font-weight: 900;
    height: 50px;
    left: 15px;
    line-height: 50px;
    text-align: center;
}
.mobile-menu li[class*='has-children'] > a:before,
.mobile-menu li[class*='has_children'] > a:before
{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    font-weight: 900;
    height: 42px;
    line-height: 42px;
    right: 12px;
    text-align: center;
}

.mobile-menu ul.dt-primary-nav li.go-back a:after,
.mobile-menu li[class*='has-children'] > a:after,
.mobile-menu li[class*='has_children'] > a:after
{
    background-color: currentColor;
    content: '';
    height: 4px;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu ul.dt-primary-nav li.go-back a:hover:before
{
    left: 10px;
}

.mobile-menu li[class*='has-children'] > a:hover:before,
.mobile-menu li[class*='has_children'] > a:hover:before
{
    right: 8px;
}

.mobile-menu ul.dt-primary-nav li.go-back a:after
{
    left: 25px;
}
.mobile-menu ul.dt-primary-nav li.go-back a:hover:after
{
    left: 15px;
}

.mobile-menu li[class*='has-children'] > a:after,
.mobile-menu li[class*='has_children'] > a:after
{
    right: 18px;
}

.mobile-menu li[class*='has-children'] > a:hover:after,
.mobile-menu li[class*='has_children'] > a:hover:after
{
    right: 12px;
}


.mobile-menu .dt-custom-nav li a:before,
.mobile-menu .dt-custom-nav li a:after,
.mobile-menu .dt-custom-nav li a span:before,
.mobile-menu .dt-custom-nav li a span:after
{
    content: none !important;
}

.mobile-menu .dt-custom-nav li a,
.mobile-menu .dt-primary-nav li .dt-custom-nav li a
{
    border-radius: 0 !important; 
    border-style: none;
    border-width: 0 !important;
}

.mobile-menu .dt-custom-nav li
{
            box-shadow: 0 1px 0 0 rgba(0,0,0,.075); 
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.075);
}
.mobile-menu .dt-custom-nav li:last-child
{
            box-shadow: none; 
    -webkit-box-shadow: none;
}

.mobile-menu .hr-skew-link-style ul > li > a
{
    margin-bottom: 0;
}

.mobile-menu .vc_row
{
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mobile-menu .wpb_column,
.mobile-menu .wpb_column .vc_column-inner[class*='vc_custom']
{
    margin: 0 !important;
}

.mobile-menu .wpb_column .vc_column-inner[class*='vc_custom']
{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.mobile-menu .wpb_column .wpb_column .vc_column-inner[class*='vc_custom']
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.flex-col-elements-inline-middle .mobile-menu .dt-custom-nav-wrapper.left .dt-custom-nav
{
    width: 100%;
}

.overlay
{
            backface-visibility: hidden;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
            transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s; 
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
    visibility: hidden;
    width: 100%;
    z-index: 98;

    -webkit-backface-visibility: hidden;
}

.overlay.is-visible,
.mobile-menu ul.dt-primary-nav li.go-back a:hover:after,
.mobile-menu li[class*='has-children'] > a:hover:after,
.mobile-menu li[class*='has_children'] > a:hover:after
{
    opacity: 1;
    visibility: visible;
}


.mobile-menu ul.dt-primary-nav li.close-nav,
.mobile-menu ul.dt-primary-nav li.close-nav:before,
.mobile-menu ul.dt-primary-nav li.close-nav:after,
.mobile-menu ul.dt-primary-nav li a,
.mobile-menu ul.dt-primary-nav li a:before,
.mobile-menu ul.dt-primary-nav li a:after,
.mobile-menu .dt-custom-nav li,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li
{
            transition: all .3s linear 0s; 
    -webkit-transition: all .3s linear 0s;
}


.mobile-menu ul.dt-primary-nav li.see-all a
{
    background-color: rgba(0,0,0,.05);
}
.mobile-menu .dt-primary-nav li a
{
    border-color: rgba(0,0,0,.06);
}

.mobile-menu ul.dt-primary-nav li.see-all a
{
            box-shadow: 0 1px 0 0 rgba(0,0,0,.06); 
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.06);
}


.mobile-menu .dt-custom-nav li a:not(:hover),
.mobile-menu .dt-custom-nav li a:hover,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li a:hover
{
    background-color: rgba(0,0,0,0) !important;
    color: #000 !important;
}

.mobile-menu .dt-custom-nav li:hover > a,
.mobile-menu .dt-custom-nav li.current-menu-item > a,
.mobile-menu .dt-custom-nav li.current-page-item > a,
.mobile-menu .dt-custom-nav li.current-menu-ancestor > a,
.mobile-menu .dt-custom-nav li.current-page-ancestor > a,
.mobile-menu .dt-custom-nav li.current_menu_item > a,
.mobile-menu .dt-custom-nav li.current_page_item > a,
.mobile-menu .dt-custom-nav li.current_menu_ancestor > a,
.mobile-menu .dt-custom-nav li.current_page_ancestor > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li:hover > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current-menu-item > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current-page-item > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current-menu-ancestor > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current-page-ancestor > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current_menu_item > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current_page_item > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current_menu_ancestor > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li.current_page_ancestor > a
{
    background-color: #000 !important;
    color: #fff !important;
}

.mobile-menu .dt-sc-dark-bg h1,
.mobile-menu .dt-sc-dark-bg h2,
.mobile-menu .dt-sc-dark-bg h3,
.mobile-menu .dt-sc-dark-bg h4,
.mobile-menu .dt-sc-dark-bg h5,
.mobile-menu .dt-sc-dark-bg h6,
.mobile-menu .dt-sc-dark-bg p
{
    color: #000 !important;
}

.mobile-menu ul.sub-menu::-webkit-scrollbar
{
    background-color: #f1f1f1;
    width: 5px;
}
.mobile-menu ul.sub-menu::-webkit-scrollbar-track,
.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb
{
            box-shadow: 0 0 6px rgba(0,0,0,.3) inset; 
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
}
.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb
{
    background-color: #c1c1c1;
    border-radius: 5px;
}


/*--------------------------------------------------------------
   Header Menu
--------------------------------------------------------------*/

.dt-header-menu.left
{
    float: left;
}
.dt-header-menu.center
{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.dt-header-menu.right
{
    float: right;
}

.dt-sc-maaya-header.dt-sc-slide-menu .dt-sc-single-line-separator
{
    margin: 0;
}
.dt-sc-maaya-header.dt-sc-slide-menu .menu-icons-wrapper,
.dt-sc-maaya-header.dt-sc-slide-menu .menu-icons-wrapper .search
{
    margin: 0;
}
.dt-sc-maaya-header.dt-sc-slide-menu .search-module
{
    float: right;
    text-align: right;
}

.flex-col-elements-inline-middle .dt-header-menu.left
{
    display: table;
    margin-right: auto;
}
.flex-col-elements-inline-middle .dt-header-menu.center
{
    display: table;
    margin-left: 0;
    margin-right: 0;
}
.flex-col-elements-inline-middle .dt-header-menu.right
{
    display: table;
    margin-left: auto;
}

.dt-header-menu.gap_none .dt-primary-nav li
{
    margin: 0;
}
.dt-header-menu.gap_1 .dt-primary-nav li
{
    margin: 0 1px 0 0;
}

.vc_row.vc_row-flex > .vc_column_container .dt-header-menu.justify
{
    display: inline-block;
}

.dt-header-menu[data-nav-item-display='stretch'] ul.dt-primary-nav > li
{
    line-height: 70px;
}
.dt-header-menu[data-nav-item-display='stretch'] ul.dt-primary-nav > li > a
{
    line-height: inherit;
}

.dt-header-menu[data-nav-item-display='stretch'] ul.dt-primary-nav > li ul.sub-menu
{
    line-height: normal;
}

.dt-header-menu ul.dt-primary-nav > li > a.icon-position-left > .menu-item-icon
{
    padding-right: 6px;
}
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon
{
    padding-left: 6px;
}
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon ~ span
{
    float: left;
}


.dt-header-menu ul.dt-primary-nav > li > a,
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li > a > span
{
    position: relative;
}

.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li > a > span:before,
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-divider='slanting-line'] ul.dt-primary-nav > li > a > span:after,
.dt-header-menu[data-nav-item-divider='vertical-line'] ul.dt-primary-nav > li > a > span:after,
.dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li.current-menu-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.current_page_item > a:after,
.dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.current-menu-item > a:after,
.dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.current-page-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li.current-menu-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li.current_page_item > a:after,
.dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li.current-menu-item > a:after,
.dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li.current-page-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li.current-menu-ancestor > a:after
{
    content: '';
}

.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li > a > span:before,
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li > a:before
{
    border-style: solid;
    height: 2px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 0;
}

.dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li > a:after
{
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

.dt-header-menu[data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li > a:before
{
    border-bottom-width: 0;
    border-top-color: inherit;
    top: 0;
}
.dt-header-menu[data-nav-item-style='filled'][data-nav-item-highlight='triangle-down-midtop'] ul.dt-primary-nav > li > a:before
{
    border-top-color: currentColor;
    top: -1px;
}

.dt-header-menu[data-nav-item-highlight='triangle-down-midbottom'] ul.dt-primary-nav > li > a:after
{
    border-bottom-width: 0;
    border-top-color: inherit;
    top: 100%;
}

.dt-header-menu[data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li > a:after
{
    border-bottom-color: inherit;
    border-top-width: 0;
    bottom: 0;
}
.dt-header-menu[data-nav-item-style='filled'][data-nav-item-highlight='triangle-up-midbottom'] ul.dt-primary-nav > li > a:after
{
    border-bottom-color: currentColor;
    bottom: -1px;
}


.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li > a:after
{
    border-width: 0 0 2px;
    bottom: 0;
}
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li > a:before
{
    border-width: 2px 0 0;
    top: 0;
}

.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li > a > span:before
{
    border-width: 0 0 2px;
    bottom: 0;
    margin: auto;
    top: 0;
}

.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li > a:before
{
    border-width: 2px 0;
    bottom: 0;
    height: auto;
    top: 0;
}

.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li > a:after
{
    border-width: 0 0 1px;
    bottom: 0;
}
.dt-header-menu[data-nav-item-style='bordered'][data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li > a:after
{
    bottom: 1px;
}

.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li > a:before
{
    border-width: 1px 0 0;
    top: 0;
}
.dt-header-menu[data-nav-item-style='bordered'][data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li > a:before
{
    top: 1px;
}

.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li > a:before
{
    border-width: 1px 0;
    bottom: 0;
    height: auto;
    top: 0;
}
.dt-header-menu[data-nav-item-style='bordered'][data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li > a:before
{
    bottom: 1px;
    top: 1px;
}


.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li:hover > a:after,
.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li.current_page_item > a:after,
.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li.current-menu-item > a:after,
.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li.current-page-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight='underline'] ul.dt-primary-nav > li.current-menu-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li:hover > a:before,
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='overline'] ul.dt-primary-nav > li.current-menu-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li:hover > a:before,
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li.current-menu-ancestor > a:before
{
    width: 75%;
}


.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li:hover > a:after,
.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li.current_page_item > a:after,
.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li.current-menu-item > a:after,
.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li.current-page-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight='bottom-border-only'] ul.dt-primary-nav > li.current-menu-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li:hover > a:before,
.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='top-border-only'] ul.dt-primary-nav > li.current-menu-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li:hover > a:before,
.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='two-border-updown'] ul.dt-primary-nav > li.current-menu-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li:hover > a > span:before,
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li.current_page_item > a > span:before,
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li.current-menu-item > a > span:before,
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li.current-page-ancestor > a > span:before,
.dt-header-menu[data-nav-item-highlight='line-through'] ul.dt-primary-nav > li.current-menu-ancestor > a > span:before
{
    width: 100%;
}


.dt-header-menu[data-nav-item-divider='slanting-line'] ul.dt-primary-nav > li > a > span:after,
.dt-header-menu[data-nav-item-divider='vertical-line'] ul.dt-primary-nav > li > a > span:after
{
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 0 0;
    bottom: 0;
    height: 15px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: -2px;
    top: 0;
    width: 1px;
}

.dt-header-menu[data-nav-item-divider='slanting-line'] ul.dt-primary-nav > li > a > span:after
{
    right: -3px;
            transform: rotate(15deg); 
    -webkit-transform: rotate(15deg);
}

.dt-header-menu[data-nav-item-divider='slanting-line'] ul.dt-primary-nav > li:last-child > a > span:after,
.dt-header-menu[data-nav-item-divider='vertical-line'] ul.dt-primary-nav > li:last-child > a > span:after
{
    display: none;
}

.dt-header-menu ul.dt-primary-nav > li,
.dt-header-menu ul.dt-primary-nav > li a,
.dt-header-menu ul.dt-primary-nav > li > a:before,
.dt-header-menu ul.dt-primary-nav > li > a:after,
.dt-header-menu ul.dt-primary-nav > li > span,
.dt-header-menu ul.dt-primary-nav > li a > span:before
{
            transition: all .3s linear 0s; 
    -webkit-transition: all .3s linear 0s;
}


/*----*****---- << 4.4. Header Modules >> ----*****----*/

.search-module
{
    display: inline-block;
    position: relative; 
    text-align: center;
}
.search-module:before
{
    background-color: #bcbcbc;
    bottom: 0;
    content: '';
    height: 20px;
    line-height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1px;
}

.menu-icons-wrapper
{
    margin: 0 5px;
    padding: 5px 0;
}
.menu-icons-wrapper .search,
.menu-icons-wrapper .cart
{
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    width: 25px;
}
.menu-icons-wrapper.rounded-icons .search,
.menu-icons-wrapper.rounded-icons .cart
{
    margin: 0 5px;
}
.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a
{
    font-size: 14px;
}
.menu-icons-wrapper.rounded-icons .search a span,
.menu-icons-wrapper.rounded-icons .cart a span
{
            border-radius: 50%; 
    -webkit-border-radius: 50%;
    height: 38px;
    line-height: 40px;
    text-align: center;
    width: 38px;
}

.menu-icons-wrapper .top-menu-search-container
{
    display: none;
    position: absolute;
    right: 50%;
    top: 100%;
    width: 250px;
    z-index: 9;
}
.menu-icons-wrapper .top-menu-search-container.show-top-menu-search
{
    display: block;
}
.menu-icons-wrapper .top-menu-search-container .search-form label span
{
    display: none;
}
.menu-icons-wrapper .top-menu-search-container .search-form input[type='submit']
{
    text-indent: -9999px;
}
.menu-icons-wrapper .top-menu-search-container .search-form input[type='search']
{
    padding-right: 30px;
    text-transform: none;
}
.menu-icons-wrapper .cart sup
{
    border-radius: 50%;
    color: #fff;
    display: inline-block; 
    font-size: 9px;
    font-weight: bold;
    height: 15px;
    left: -9px;
    line-height: 15px;
    position: relative;
    text-align: center;
    top: -8px;
    width: 15px;
}


#searchform
{
    border: 1px solid;
    display: inline-block;
    margin: 0;
    max-width: 250px;
    position: relative;
}
#searchform:before
{
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
}
#searchform input[type='text']
{
    background: none;
    border: none;
    font-size: 12px;
    padding: 12px 50px 12px 15px;
    text-transform: uppercase;
    width: 220px;
}
#searchform label span
{
    display: none;
}
#searchform input[type='submit']
{
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    z-index: 1;
}

#searchform .dt-search-icon
{
    background-color: #f00;
    color: #fff;
    height: inherit;
    left: 100%;
    opacity: 0;
            transform: translateX(-100%); 
    -webkit-transform: translateX(-100%);
    visibility: hidden;
    z-index: -1;
}
#searchform .dt-search-icon span
{
    display: block;
    height: 100%;
    width: 100%;
}
#searchform .dt-search-icon span:before
{
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
            transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
}

#searchform:before,
#searchform input[type='submit'],
#searchform .dt-search-icon
{
    bottom: 0;
    height: inherit;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
#searchform:before
{
    height: 0;
    line-height: 0;
}

#searchform:hover .dt-search-icon
{
    opacity: 1;
            transform: translateX(1px); 
    -webkit-transform: translateX(1px);
    visibility: visible;
}

.simple-header-search #searchform .dt-search-icon,
.overlay-header-search #searchform .dt-search-icon
{
    display: none;
}
.simple-header-search.stretch,
.simple-header-search.stretch #searchform,
.simple-header-search.stretch #searchform input[type='text']
{
    height: 100%;
}

.search-module.slide-down-header-search
{
    height: 100%;
}

.search-module.slide-down-header-search #searchform,
.search-module.slide-down-header-search #searchform input[type='text']
{
    width: 100%;
}

.search-module.slide-down-header-search .menu-icons-wrapper,
.search-module.slide-down-header-search .menu-icons-wrapper .search,
.search-module.slide-down-header-search .menu-icons-wrapper .search a,
.search-module.slide-down-header-search .menu-icons-wrapper .search a span
{
    height: inherit;
    width: inherit;
}

.search-module.slide-down-header-search .menu-icons-wrapper
{
    padding-bottom: 0; 
    padding-top: 0;
}
.search-module.slide-down-header-search .menu-icons-wrapper .search a
{
    display: inline-block;
}

.search-module.simple-header-search.filled #searchform
{
    border-color: transparent;
}

.search-module.simple-header-search.filled.gray #searchform
{
    background-color: #f3f3f3;
}
.search-module.simple-header-search.filled.gray.dt-sc-dark-bg #searchform
{
    background-color: #333;
}

.search-module.slide-down-header-search #searchform,
.search-module.simple-header-search.filled.white #searchform
{
    background-color: #fff;
}

.search-module.simple-header-search.simple-rounded #searchform
{
            border-radius: 2px; 
    -webkit-border-radius: 2px;
}


.search-module:not(.simple-header-search).filled,
.search-module:not(.simple-header-search).filled-onhvr
{
    position: relative;
    text-align: center;
}

.search-module:not(.simple-header-search).filled.stretch,
.search-module:not(.simple-header-search).filled-onhvr.stretch
{
    width: 60px;
}

.search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper,
.search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper .search,
.search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper,
.search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper .search
{
    margin-left: 0;
    margin-right: 0;
}

.search-module:not(.simple-header-search).filled .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).filled-onhvr .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before
{
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
            transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
}


.search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight),
.search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover
{
    background-color: #f3f3f3;
}

.search-module:not(.simple-header-search).filled.dt-sc-dark-bg,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover
{
    background-color: #000;
}

.search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span
{
    color: #fff;
}

.overlay-search
{
    float: right; 
    width: auto;
}

.overlay-search,
.overlay-search *,
.overlay-search *:before,
.overlay-search *:after
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after
{
    border-color: #161616;
}

.overlay-search
{
    background-color: #fff;
    cursor: inherit; 
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
            transform: scale(.95);
    -webkit-transform: scale(.95);
    visibility: hidden;
    width: 100%;
    z-index: 10000;
}
.overlay-search.open
{
    opacity: 1;
            transform: scale(1); 
    -webkit-transform: scale(1);
    visibility: visible;
}

.overlay-header-search .overlay-search #searchform
{
    border-style: solid;
    border-width: 0 0 1px;
            box-shadow: none;
    -webkit-box-shadow: none;
    left: 0;
    margin: 0 auto;
    max-width: none;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    top: 50%;
            transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
    width: 50%;
}
.overlay-search #searchform input[type='text']
{
    color: #000;
}
.overlay-search #searchform input[type='text']
{
    font-size: 40px;
    padding-right: 60px;
    text-transform: capitalize;
    width: 100%;
}
.overlay-search #searchform input[type='submit']
{
    height: 100%; 
    width: 55px;
}

.overlay-header-search .overlay-search #searchform:before
{
    font-size: 30px;
    right: 10px;
}

.overlay-search-icon span
{
    color: #2f2e2e; 
    cursor: pointer;
}

.overlay-search .overlay-close
{
    border-radius: 50%; 
    cursor: pointer;
    font-size: 0;
    height: 75px;
    position: fixed;
    right: 20px;
    top: 20px;
    transform: scale(0);
    width: 75px;
    z-index: 9;
}
.overlay-search.open .overlay-close
{
            transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1); 
    -webkit-transform: scale(1);
}

.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after
{
    background: #fff; 
    content: '';
    height: 5px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 50px;
}
.overlay-search .overlay-close:before
{
            transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg); 
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.overlay-search .overlay-close:after
{
            transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg); 
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.search-module,
.search-module *
{
            transition: all .3s linear 0s; 
    -webkit-transition: all .3s linear 0s;
}


.cart-info
{
    display: inline-block;
    margin: 28px 0 0; 
    padding: 14px 20px 14px 57px;
    position: relative;
    width: auto;
}
.cart-info p
{
    margin: 0;
}
.cart-info:before
{
    content: '\e66c';
    font-family: 'Stroke-Gap-Icons';
    font-size: 20px;
    left: 15px;
    position: absolute;
    top: 18px;
}
.cart-icon span
{
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    left: 28px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 9px; 
    width: 20px;
	color:#FFF;
}
.cart-total
{
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 20px;
}


.live-chat
{
    float: right;
    margin: 32px 0 0 10px;
}
.live-chat a
{
    border-radius: 5px; 
    font-size: 10px;
    font-weight: 800;
    padding: 10px 15px 9px;
    text-transform: uppercase;
}
.live-chat a span
{
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 0;
}


/*--- Slide Menu ---*/

.dt-simpler-slider
{
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 32px;
    position: fixed;
    right: 20px;
    top: 20px;
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 32px;
    z-index: 999;
}
.dt-simpler-slider:before
{
    background: #ddd;
    content: '';
    display: block;
    font-size: 14px;
    height: 40px;
    left: -4px;
    line-height: 32px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: -5px; 
            transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    width: 40px;
}
.dt-sc-simpler-content-open .dt-simpler-slider:before,
.dt-simpler-slider:hover:before
{
    background: #000;
}
.dt-sc-simpler-content-open .dt-simpler-slider:before
{
    border-radius: 50%;
}

.dt-simpler-slider span
{
    background: #000;
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    position: absolute;
    top: 50%;
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 25px;
}
.dt-simpler-slider span:first-child
{
    top: 5px;
            transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0); 
    -webkit-transform: translate3d(0, 0, 0);
}
.dt-simpler-slider span:last-child
{
    bottom: 5px;
            transform: translate3d(0, 8px, 0);
       -moz-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0); 
    -webkit-transform: translate3d(0, 8px, 0);
}
.dt-simpler-slider span:nth-child(2)
{
    margin-top: -2px;
    top: 50%;
            transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0); 
        -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.dt-simpler-slider span
{
    background: #fff;
}

.dt-sc-simpler-content-open .dt-simpler-slider span:first-child
{
            transform: translate3d(0, 10px, 0) rotate(45deg);
       -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
        -ms-transform: translate3d(0, 10px, 0) rotate(45deg); 
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
}
.dt-sc-simpler-content-open .dt-simpler-slider span:last-child
{
            transform: translate3d(0, 0, 0) rotate(-45deg);
       -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
        -ms-transform: translate3d(0, 0, 0) rotate(-45deg); 
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
}
.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2)
{
            transform: translate3d(0, 0, 0) scale(.1, 1);
       -moz-transform: translate3d(0, 0, 0) scale(.1, 1);
        -ms-transform: translate3d(0, 0, 0) scale(.1, 1); 
    -webkit-transform: translate3d(0, 0, 0) scale(.1, 1);
}

.vc_row.dt-sc-simpler-content
{
    margin: 0;
    position: relative;
}
.vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container
{
    background: #fff; 
    padding: 30px 0;
}
.vc_row.dt-sc-simpler-content > .vc_column_container,
.vc_row.dt-sc-simpler-content > .vc_column-inner
{
    height: 100%;
}

.dt-sc-maaya-header .dt-simpler-slider
{
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 32px;
    left: 15px;
    position: absolute;
    top: 13px;
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 32px;
    z-index: 2;
}

.dt-sc-maaya-header .dt-simpler-slider span
{
    background: #3d3d3d;
}
.dt-sc-maaya-header .dt-simpler-slider:hover span:first-child,
.dt-sc-maaya-header .dt-simpler-slider:hover span:last-child,
.dt-sc-maaya-header .dt-simpler-slider:hover span:nth-child(2),
.dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider span:first-child,
.dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider span:last-child,
.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2)
{
    width: 0;
}

.dt-sc-maaya-header .dt-simpler-slider:before
{
    background: none;
    color: #3d3d3d;
    content: '\f2ea';
    display: block;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 40px;
    height: 32px;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 0;
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    visibility: hidden;
    width: 32px;
}
.dt-sc-maaya-header .dt-simpler-slider:hover:before,
.dt-sc-simpler-content-open .dt-simpler-slider:before
{
    left: -5px; 
    opacity: 1;
    visibility: visible;
}

.secondary-sidebar .vc_row.dt-sc-simpler-content
{
    background: #fff; 
    margin: 0;
    overflow-y: scroll;
    position: relative;
}
.secondary-sidebar .vc_row.dt-sc-simpler-content .widget #searchform
{
    max-width: 100%;
    width: 100%;
}

.vc_row.dt-sc-simpler-content > .vc_column_container .dt-logo-container.logo-align-center
{
    padding: 0 30px;
}
.vc_row.dt-sc-simpler-content > .vc_column_container .dt-header-menu
{
    margin-left: 30px;
}

.vc_row.dt-sc-simpler-content > .secondary-sidebar .widget:last-child
{
    margin-bottom: 30px;
}
.vc_row.dt-sc-simpler-content > .secondary-sidebar .type7 aside
{
    padding: 25px;
}

#header .dt-header-tpl .vc_row.dt-sc-simpler-content .dt-sc-simpler-content-bottom
{
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
}

.vc_row.dt-sc-simpler-content.boxed-header
{
    border: 20px solid rgba(0,0,0,0);
}
.vc_row.dt-sc-simpler-content.boxed-header.dt-sc-simpler-content-close > .wpb_column.vc_column_container
{
    margin-left: 20px; 
    margin-right: -20px;
}
.vc_row.dt-sc-simpler-content.boxed-header > .vc_column_container .dt-header-menu
{
    margin-left: 0;
}

.vc_row.dt-sc-simpler-content.from-left.boxed-header.dt-sc-simpler-content-close > .wpb_column.vc_column_container
{
    margin-left: -20px;
    margin-right: 0;
}

.vc_row.dt-sc-simpler-content.overlay-header
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 100% !important;
}

.vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container
{
    background: rgba(255,255,255,.9);
}

#header .dt-header-tpl .vc_row.dt-sc-simpler-content.overlay-header .dt-sc-simpler-content-top
{
    left: 0;
    position: absolute;
    right: 0; 
    top: 30px;
}

.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu
{
    margin: 0; 
    text-align: center;
    width: 100%;
}
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu .dt-primary-nav
{
    text-align: center;
}
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a
{
    font-size: 40px;
    letter-spacing: 3px;
}
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a > .menu-item-icon
{
    display: none;
}

.vc_row.dt-sc-simpler-content.overlay-header
{
    left: auto !important; 
    right: -100% !important;
}
.vc_row.dt-sc-simpler-content.overlay-header.dt-sc-simpler-content-open
{
    right: 0 !important;
}
.vc_row.dt-sc-simpler-content.overlay-header .dt-simpler-slider
{
    left: auto;
    right: 20px;
}

.vc_row.dt-sc-simpler-content.overlay-header.from-left
{
    left: -100% !important;
}
.vc_row.dt-sc-simpler-content.overlay-header.from-left .dt-simpler-slider
{
    left: 20px; 
    right: auto;
}
.vc_row.dt-sc-simpler-content.overlay-header.from-left.dt-sc-simpler-content-open
{
    left: 0 !important;
}

.boxed-header .dt-simpler-slider
{
    top: 25px;
}

.dt-sc-simpler-content-open .dt-simpler-slider,
.dt-sc-simpler-content-open.boxed-header .dt-simpler-slider
{
    left: auto; 
    right: 320px;
}

.from-left .dt-simpler-slider,
.overlay-header.from-left .dt-simpler-slider
{
    left: 20px;
    right: auto;
}
.from-left.boxed-header .dt-simpler-slider
{
    left: 25px;
    right: auto;
}
.dt-sc-simpler-content-open.from-left .dt-simpler-slider,
.dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider
{
    left: 320px;
    right: auto;
}

.vc_row.dt-sc-simpler-content.from-left .dt-custom-nav-wrapper.inline-vertical[data-divider='yes'] .dt-custom-nav li.menu-item-has-children ul.sub-menu
{
    left: auto;  
    right: -300px;
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav > li
{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li > ul.sub-menu
{
    left: 100%;
    position: absolute;
    top: 10px;
}
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li > ul.sub-menu > li.menu-item-object-dt_mega_menus > .vc_section
{
    left: 0 !important;
    margin-left: 0;
    margin-right: 0;
    max-width: calc(100vw - 330px); 
    padding-left: 15px;
    padding-left: 0 !important;
    padding-right: 15px;
    padding-right: 0 !important;
    width: calc(100vw - 330px);
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu
{
    top: 0;
}

/*--- Header-28 - Whistle ---*/

#header .header-28 .cart-info
{
    background: none;
    height: 50px;
    margin-top: 0;
    padding: 0;
    width: 50px;
}
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li span.divider
{
    color: #777;
}
#header .header-28 .cart-info:before
{
    border-radius: 50%; 
    color: #fff;
    font-size: 20px;
    height: 100%;
    left: 0;
    line-height: 50px;
    text-align: center;
    top: 0;
    width: 100%;
}
#header .header-28 .cart-total
{
    display: none;
}
#header .header-28 .cart-icon span
{
            border-radius: 2px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff; 
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: 5px;
    width: 18px;
}
#header .header-28 .dt-header-menu .dt-primary-nav li.close-nav
{
    padding: 0;
}
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li
{
    margin-left: -10px;
    padding-right: 30px;
}
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child
{
    padding-left: 15px;
    padding-right: 0;
}

#header .header-28 .header-28-cart
{
    position: absolute;
    right: 0;
}

#header .header-28-topbar .dt-custom-nav li a
{
    padding: 0 15px;
}

#header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon,
#header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position='outside'] .dt-custom-nav li a > i.menu-item-icon
{
    padding: 2px 0 0 0;
}

#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li a
{
    padding-left: 0;
    padding-right: 0;
}

#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child span.divider
{
    display: none;
}
#header .header-28-topbar .dt-custom-nav-wrapper.right[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon
{
    float: left;
}

.no-header-menu.dt-header-menu .dt-primary-nav > li > a,
#header .header-28 .dt-header-menu .dt-primary-nav > li > a
{
    font-weight: 600;
    line-height: 80px;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}
.no-header-menu.dt-header-menu ul li a
{
    color: #fff;
}


/*--------------------------------------------------------------
	10.0 - Slider
	--------------------------------------------------------------*/

#slider
{
    clear: both;
    display: block;
    float: left;
    line-height: 0; 
    margin: 0;
    padding: 0;
    width: 100%;
}
#slider img
{
    max-width: 100%;
}


/*--------------------------------------------------------------
	11.0 - Title & Breadcrumb
	--------------------------------------------------------------*/

.section-wrapper
{
    clear: both;
    float: left;
    margin-bottom: 0;
    padding: 0; 
    width: 100%;
}
.section-wrapper.fullwidth-section > .container
{
    width: 100%;
}
.section-wrapper.fullwidth-section
{
    position: relative;
}
.dark-overlay,
.extend-bg-fullwidth-left,
.extend-bg-fullwidth-right,
.light-overlay
{
    position: relative;
}
.dark-overlay:before,
.light-overlay:before
{
    content: '';
    display: inline !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.section-wrapper .container
{
    z-index: 9;
}

.main-title-section-wrapper
{
    background-color: rgba(0, 0, 0, .05);
    clear: both;
    float: left;
    margin: 0 0 80px;
    padding: 290px 0 65px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.main-title-section-wrapper.dt-sc-dark-bg
{
    background-color: rgba(0, 0, 0, .7);
}
.main-title-section-wrapper > .main-title-section-bg:after,
.main-title-section-wrapper > .main-title-section-bg:before
{
    background-color: rgba(0,0,0,.4);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; 
    width: 100%;
    z-index: 1;
}
.main-title-section-wrapper > .main-title-section-bg:before
{
    background:         linear-gradient(to top,rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
    background: -webkit-linear-gradient(to top,rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
    background:    -moz-linear-gradient(to top,rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
    background:     -ms-linear-gradient(to top,rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
}

#header-wrapper .main-title-section-wrapper
{
    margin: 0 0 35px;
}

.no-breadcrumb #main
{
    margin-top: 35px;
}

.main-title-section
{
    float: left;
    margin: 0;
    padding: 0;
    pointer-events: none; 
    position: relative;
    width: 100%;
}
.main-title-section h1
{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 34px;
    margin-bottom: 0;
    text-transform: uppercase;
    word-break: break-word;
}

.breadcrumb
{
    clear: both;
    color: rgba(255, 255, 255, .6);
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
        word-wrap: break-word; 
    -ms-word-wrap: break-word;
}
.breadcrumb a
{
    color: #fff;
}
.breadcrumb .fa
{
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 0;
    margin: 0 13px;
    padding: 0;
    position: relative;
    top: -2px; 
    vertical-align: middle;
}

.breadcrumb span.current
{
    color: rgba(255, 255, 255, .5);
}

.breadcrumb .fa.default
{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #ffffff;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 4px 0;
    top: 0;
    position: relative;
    margin: 0px 10px 0px 15px;
}

.breadcrumb span.fa:last-child 
{
    display: none;    
}

.main-title-section.aligncenter
{
    text-align: center;
}
.main-title-section.alignright
{
    text-align: right;
}

.main-title-section-wrapper.breadcrumb-left .breadcrumb
{
    clear: none;
    float: left;
    margin-top: 13px; 
    padding-right: 20px;
    width: 35%;
}
.main-title-section-wrapper.breadcrumb-left .main-title-section
{
    float: right;
    text-align: right; 
    width: 65%;
}
.main-title-section-wrapper.breadcrumb-right .breadcrumb
{
    clear: none;
    float: right;
    margin-top: 13px; 
    padding-left: 20px;
    text-align: right;
    width: 35%;
}
.main-title-section-wrapper.breadcrumb-right .main-title-section
{
    float: left;
    width: 65%;
}

.main-title-section-wrapper.breadcrumb-top-left-title-center .main-title-section
{
    text-align: center; 
    width: 100%;
}
.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb
{
    float: left; 
    margin-top: -70px;
    width: 100%;
}

.main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section
{
    text-align: center; 
    width: 100%;
}
.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb
{
    float: right;
    margin-top: -70px;
    text-align: right; 
    width: 100%;
}

.dt-sc-dark-bg .breadcrumb
{
    color: rgba(255, 255, 255, .6);
}
.dt-sc-dark-bg .breadcrumb a
{
    color: #fff;
}
.dt-sc-dark-bg .breadcrumb a:hover,
.dt-sc-dark-bg .breadcrumb span.current
{
    color: rgba(255, 255, 255, .6);
}
.dt-sc-dark-bg .breadcrumb .fa.default
{
    background: #fff;
}


.main-title-section-wrapper
{
    background-color: rgba(0,0,0,0) !important;
}
.main-title-section-wrapper > .main-title-section-bg
{
    background: rgba(0, 0, 0, .05);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

#header-wrapper.header-top-absolute #header ~ .main-title-section-wrapper > .main-title-section-bg
{
    height: 9999px;
}


/*--------------------------------------------------------------
	12.0 - Footer
	--------------------------------------------------------------*/

#footer
{
    clear: both;
    float: left;
    margin: 0; 
    width: 100%;
}
#footer .container
{
    z-index: 9;
}

.footer-copyright
{
    clear: both;
    float: left;
    font-size: 14px; 
    margin: 0;
    padding: 30px 0;
    width: 100%;
}
.footer-copyright .alignright img
{
    float: right;
}

/*--- Footer ---*/

.dt-sc-dark-bg .responsive-map
{
    color: #000;
}

.footer-widgets a,
#footer a
{
    color: #777;
}

.dt-mc-subscribe *,
.dt-sc-sociable li a > i
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.dt-mc-subscribe .dt-subscribe-msg
{
    display: block;
}
.dt-mc-subscribe .dt-subscribe-msg span
{
    line-height: 30px; 
    margin: 10px 0;
}

.dt-sc-dark-bg .dt-mc-subscribe .dt-subscribe-msg span
{
    color: #fff;
}

#footer .dt-sc-contact-info
{
    color: #221f1f;
    font-size: 14px; 
    margin: 0 0 5px 20px;
    padding-left: 45px;
}
#footer .dt-sc-contact-info a
{
    color: #221f1f;
}
#footer .dt-sc-contact-info span
{
    color: #000;
    font-size: 30px;
    margin: 2px 0 0 0;
    text-align: left;
    width: auto;
}
footer .dt-sc-sociable.small li a
{
    font-size: 14px;
}

#footer .dt-sc-contact-info.type8 span
{
    font-size: 32px; 
    margin: auto;
    text-align: center;
    width: 84px;
}

#footer .footer-copyright .widget,
#footer .footer-copyright .wpb_content_element,
#footer > .wpb_content_element
{
    margin-bottom: 0;
}

.dt-custom-nav li
{
    padding-bottom: 0;
}

footer .dt-custom-nav-wrapper.inline-horizontal[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li a
{
    padding-left: 6px;
    padding-right: 6px;
}
footer .vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper.inline-horizontal[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li
{
    padding-bottom: 0; 
    padding-top: 0;
}

/*--------------------------------------------------------------
	13.0 - Side Navigation
	--------------------------------------------------------------*/

.side-navigation
{
    float: left;
    margin: 0 2% 0 0;
    padding: 0;
    width: 27%;
}
.side-navigation-content
{
    float: left;
    margin: 0;
    padding: 0;
    width: 71%;
}
.side-navigation-bottom-content
{
    float: left;
    width: 100%;
}
.side-navigation-content img
{
    max-width: 100%;
}
.side-nav-container
{
    float: left;
    margin: 0;
    padding: 0;
    width: 98%;
}
ul.side-nav
{
    border: 1px solid;
    border-bottom: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.side-nav li *,
ul.side-nav li *:before,
ul.side-nav li *:after
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
ul.side-nav li
{
    border-bottom: 1px solid;
    display: block;
    float: left;
    padding: 0;
    width: 100%;
}
ul.side-nav li a
{
    color: #2d2d2d;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0 12px 60px;
    position: relative;
}
ul.side-nav li a:before
{
    background: #f5f5f5;
    content: '\f301';
    font-family: Material-Design-Iconic-Font;
    font-style: normal;
    font-weight: normal;
    height: 42px;
    left: 3px;
    line-height: 42px; 
    margin: auto;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 42px;
}
ul.side-nav li a:hover:before
{
    color: #fff;
}
ul.side-nav > li.current_page_item > a:before,
ul.side-nav > li > ul > li.current_page_item > a:before,
ul.side-nav > li > ul > li > ul > li.current_page_item > a:before
{
    color: #fff;
    content: '\f2f5';
    font-size: 24px;
}
ul.side-nav li ul
{
    border-top: 1px solid;
    margin: 0;
    padding-left: 0;
}
ul.side-nav li ul li:last-child
{
    border: none;
    padding-bottom: 0;
}
ul.side-nav li ul li a
{
    padding-left: 85px;
}
ul.side-nav ul ul li a
{
    padding-left: 120px;
}
ul.side-nav,
ul.side-nav li,
ul.side-nav li ul
{
    border-color: #e3e3e3;
}
ul.side-nav li a:before,
ul.side-nav > li > a:hover,
ul.side-nav > li > ul > li > a:hover,
ul.side-nav > li > ul > li > ul > li > a:hover
{
    color: #2d2d29;
}
.sidenav-alignright .side-navigation
{
    float: right;
    margin: 0 0 0 2%;
}

.side-navigation-bottom-content .widgettitle
{
    margin-bottom: 35px; 
    padding-bottom: 25px;
}

.side-navigation-content ul.dt-sc-fancy-list.arrow.dt-sc-consultancy-list li:before
{
    content: '\f105';
}

.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:first-child:before
{
    top: 1px;
}
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:before
{
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    left: 0; 
    position: absolute;
    text-decoration: inherit;
    top: 6px;
}

.side-navigation-content ul.dt-sc-fancy-list.arrow.dt-sc-consultancy-list li
{
    padding-left: 25px;
}
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:first-child
{
    padding-top: 0;
}
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li
{
    border-bottom: 1px solid #e5e5e5; 
    clear: both;
    display: block;
    padding: 10px 0 8px 23px;
    position: relative;
}

.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:last-child
{
    border-bottom: none;
}

.side-navigation.type1 ul.side-nav > li.current_page_item > a
{
    color: #fff;
}

.side-navigation-content .dt-sc-wings-heading
{
    font-size: 32px; 
    line-height: 46px;
    margin: 0 0 25px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
}
.side-navigation-content .dt-sc-wings-heading:after
{
    bottom: 0;
    content: '';
    display: block;
    height: 3px; 
    left: 0;
    position: absolute;
    width: 45px;
}

.side-navigation.type2 ul.side-nav > li.current_page_item > a:after,
.side-navigation.type2 ul.side-nav > li > ul > li.current_page_item > a:after
{
    border-bottom: 10px solid transparent;
    border-left-style: solid;
    border-left-width: 10px;
    border-top: 10px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: -11px;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%); 
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0;
}
.side-navigation.type2 ul.side-nav > li.current_page_item > a
{
    color: #fff;
}

.sidenav-alignright .side-navigation.type2 ul.side-nav > li.current_page_item > a:after,
.sidenav-alignright .side-navigation.type2 ul.side-nav > li > ul > li.current_page_item > a:after
{
    left: -11px;
    right: auto;
            transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg); 
        -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}


.side-navigation.type3 ul.side-nav li
{
    border-bottom: none;
}
.side-navigation.type3 ul.side-nav li a:before,
.side-navigation.type3 ul.side-nav li a:after
{
    height: 28px;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
    width: 45px;
}

.side-navigation.type3 ul.side-nav li a:before
{
    border-right: 1px solid;
    content: '\f0da';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: inherit;
    margin-right: 15px;
}
.side-navigation.type3 ul.side-nav li a:after
{
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.side-navigation.type3 ul.side-nav li a:hover:before,
ul.side-nav > li.current_page_item > a:before,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:before,
ul.side-nav > li > ul > li > ul > li.current_page_item > a:before
{
    border-color: transparent;
    margin-right: 0;
}

.side-navigation.type3 ul.side-nav li:hover a:after,
.side-navigation.type3 ul.side-nav > li.current_page_item > a:after,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:after,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a:after
{
    width: 0;
}

.side-navigation.type3 ul.side-nav li ul
{
    margin: 0;
    padding-left: 0;
}
.side-navigation.type3 ul.side-nav li ul li:last-child
{
    padding-bottom: 0;
}
.side-navigation.type3 ul.side-nav li ul li a
{
    padding-left: 130px;
}

.side-navigation.type3 ul.side-nav > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li:hover > a
{
    padding-left: 45px;
}

.side-navigation.type3 ul.side-nav li,
.side-navigation.type3 ul.side-nav li a,
.side-navigation.type3 ul.side-nav li a:before
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.side-navigation.type3 ul.side-nav > li > a:hover,
.side-navigation.type3 ul.side-nav > li > ul > li > a:hover,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li > a:hover,
.side-navigation.type3 ul.side-nav > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li > ul > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li.current_page_item > a:before,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:before,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a:before
{
    color: #fff;
}
.side-navigation.type3 ul.side-nav
{
    border-bottom: 1px solid #e3e3e3;
}
.side-navigation.type3 ul.side-nav li
{
            box-shadow: 0 -1px 0 0 rgba(0,0,0,.06) inset; ;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.06) inset;
}
.side-navigation.type3 ul.side-nav li:last-child,
.side-navigation.type3 ul.side-nav li ul li:last-child
{
            box-shadow: none; ;
    -webkit-box-shadow: none;
}
.side-navigation.type3 ul.side-nav li ul
{
            box-shadow: 0 1px 0 0 rgba(0,0,0,.06) inset; ;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.06) inset;
}
.side-navigation.type3 ul.side-nav li ul,
.side-navigation.type3 ul.side-nav li a:before
{
    border-color: #e3e3e3;
}
.side-navigation.type3 ul.side-nav li a,
.side-navigation.type3  ul.side-nav li a:before
{
    background: none;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.side-navigation.type3 ul.side-nav li.current_page_item a:before
{
    border-right: none;
}
.side-navigation.type3 ul.side-nav li:hover a:after
{
    height: 0;
}


.side-navigation.type4 ul.side-nav
{
    border: none; 
    overflow: hidden;
}
.side-navigation.type4 ul.side-nav li
{
    border: none; 
    margin-bottom: 7px;
}
.side-navigation.type4 ul.side-nav li a
{
    background: #f4f8fb; 
    padding: 12px 30px 12px 20px;
    text-align: right;
}
.side-navigation.type4 ul.side-nav li a:before
{
    background: #f5f5f5;
    background-color: #000;
    content: '';
    height: 100%;
    left: auto; 
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}
.side-navigation.type4 ul.side-nav li a:after
{
    content: '';
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 5px;
    z-index: 9;
}
.side-navigation.type4 ul.side-nav > li > a:hover:after,
.side-navigation.type4 ul.side-nav li.current_page_item > a:after
{
    right: 0;
}


.side-navigation.type5 ul.side-nav
{
    border-bottom: 0;
    border-bottom-color: currentcolor;
    border-left: none;
    border-right: 5px solid;
    border-right-color: currentcolor;
    border-top: none; 
    float: left;
    margin: 0;
    padding: 50px 0;
    width: 100%;
}
.side-navigation.type5 ul.side-nav li
{
    border: none; 
    display: block;
    float: left;
    padding: 0 30px 0 0;
    position: relative;
    width: 100%;
}
.side-navigation.type5 ul.side-nav li a
{
    border-bottom: 1px solid currentcolor; 
    color: #2d2d2d;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0 13px 0;
    position: relative;
    text-align: right;
}
.side-navigation.type5 ul.side-nav li ul
{
    border-top: 1px solid;
    margin: 0;
    padding-left: 0;
}
.side-navigation.type5 ul.side-nav li ul li:last-child
{
    border: 0;
    padding-bottom: 0;
}
.side-navigation.type5 ul.side-nav li ul li a
{
    padding-left: 85px;
}
.side-navigation.type5 ul.side-nav ul ul li a
{
    padding-left: 120px;
}
.side-navigation.type5 ul.side-nav li a:before
{
    display: none;
}
.side-navigation.type5 ul.side-nav li:after
{
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: 0;
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 0;
}
.side-navigation.type5 ul.side-nav li.current_page_item:after,
.side-navigation.type5 ul.side-nav li:hover:after
{
    opacity: 1;
    width: 10px;
}


/*--------------------------------------------------------------
	15.0 - Loader
	--------------------------------------------------------------*/
.loader
{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999991;
}
.loader-inner:before
{
    content: 'Loading';
    display: block;
    font-size: 10em;
    left: 0;
    letter-spacing: 10px;
    margin: 0 auto;
    opacity: .05;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 5px 5px 0 #fff; 
    text-transform: uppercase;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.loader-inner
{
    left: 0;
    margin: 0 auto; 
    position: absolute;
    right: 0;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.loader-inner .dot
{
            animation-delay: .2s;
       -moz-animation-delay: .2s;
        -ms-animation-delay: .2s;
    -webkit-animation-delay: .2s; 
            animation-duration: 2s;
       -moz-animation-duration: 2s;
        -ms-animation-duration: 2s;
    -webkit-animation-duration: 2s;
            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
            animation-name: dot_move;
       -moz-animation-name: dot_move;
        -ms-animation-name: dot_move;
    -webkit-animation-name: dot_move;
    background-color: #fff;
    border-radius: 7px;
    display: block;
    height: 7px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
}

.loader-inner .dot1
{
            animation-delay: .4s;
       -moz-animation-delay: .4s;
        -ms-animation-delay: .4s; 
    -webkit-animation-delay: .4s;
    margin-left: -40px;
}
.loader-inner .dot2
{
            animation-delay: .3s;
       -moz-animation-delay: .3s;
        -ms-animation-delay: .3s; 
    -webkit-animation-delay: .3s;
    margin-left: -20px;
}
.loader-inner .dot3
{
            animation-delay: .1s;
       -moz-animation-delay: .1s;
        -ms-animation-delay: .1s; 
    -webkit-animation-delay: .1s;
    margin-left: 20px;
}
.loader-inner .dot4
{
            animation-delay: 0s;
       -moz-animation-delay: 0s;
        -ms-animation-delay: 0s; 
    -webkit-animation-delay: 0s;
    margin-left: 40px;
}

@keyframes dot_move
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    30%
    {
        height: 7px; 
        left: 50%;
        opacity: 1;
    }
    40%
    {
        height: 35px;
    }
    60%
    {
        height: 7px;
    }
    80%
    {
        left: 50%;
        opacity: 1;
    }
    100%
    {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes dot_move
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    30%
    {
        height: 7px; 
        left: 50%;
        opacity: 1;
    }
    40%
    {
        height: 35px;
    }
    60%
    {
        height: 7px;
    }
    80%
    {
        left: 50%;
        opacity: 1;
    }
    100%
    {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes dot_move
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    30%
    {
        height: 7px; 
        left: 50%;
        opacity: 1;
    }
    40%
    {
        height: 35px;
    }
    60%
    {
        height: 7px;
    }
    80%
    {
        left: 50%;
        opacity: 1;
    }
    100%
    {
        left: 100%;
        opacity: 0;
    }
}


/*--------------------------------------------------------------
	16.0 - Totop
	--------------------------------------------------------------*/
#toTop
{
    animation: bounce 3000ms infinite;
    background: url(../images/totop.png) no-repeat;
    border: none;
    bottom: 20px;
    display: none;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-decoration: none;
    text-indent: 100%;
    text-indent: -9999px; 
    width: 50px;
    z-index: 9;
}

#toTop:hover
{
    animation: none;
}

#toTop:active,
#toTop:focus
{
    outline: none;
}

/* Login Admin Bar */
.logged-in.admin-bar .mobile-menu ul.dt-primary-nav
{
    padding-top: 85px;
}
.logged-in.admin-bar .mobile-menu ul.dt-primary-nav li.close-nav
{
    top: 32px;
}
.logged-in.admin-bar .mobile-menu ul.sub-menu
{
    padding: 30px 0 0;
}


/*--------------------------------------------------------------
	17.0 - Default Color
	--------------------------------------------------------------*/

/*----*****---- << Top bar >> ----*****----*/
.dt-sc-dark-bg.top-bar a
{
    color: #fff;
}
.top-bar a:hover,
.dt-sc-dark-bg.top-bar a:hover
{
    color: #666;
}


/*----*****---- << Header Modules >> ----*****----*/

#searchform
{
    border-color: #e5e5e5;
}
#searchform:before
{
    color: #c2c2c2;
}
#searchform input[type='text'],
.cart-info:before,
.cart-total:before
{
    color: #aaa;
}

.cart-info
{
    background: #f3f3f3;
    margin:0px;
}
.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a,
.menu-icons-wrapper .search a:hover span,
.menu-icons-wrapper .cart a:hover span
{
    color: #2b2b2b;
}
.menu-icons-wrapper.rounded-icons .search a span,
.dt-sc-vertical-small-separator,
.cart-icon span,
.live-chat a:hover
{
    background: #2b2b2b;
}

.menu-icons-wrapper .top-menu-search-container .search-form
{
    background: #fff;
}


/*----*****---- << Footer >> ----*****----*/

.footer-copyright.dt-sc-dark-bg,
#footer .dt-sc-dark-bg a
{
    color: rgba(255, 255, 255, .6);
}
#footer .dt-sc-dark-bg h3,
#footer .dt-sc-dark-bg h3 a
{
    color: #fff;
}

#footer,
.footer-copyright
{
    color: #777;
}
#footer a
{
    color: #666;
}

.dt-no-footer-builder-content
{
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
    position: relative;
}
.dt-no-footer-builder-content:before,
.dt-no-footer-builder-content:after
{
    border-top: 1px solid #e7e7e7;
    content: '';
    height: 100%;
    left: -50%;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: -1;
}
.dt-no-footer-builder-content:after
{
    left: auto; 
    right: -50%;
}

#footer .tweet_list li
{
    border-color: rgba(255, 255, 255, .15);
}

#footer .dt-sc-dark-bg .wpcf7-form input[type='text'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='password'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='email'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='url'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='tel'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='number'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='range'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='date'],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form input.text,
#footer .dt-sc-dark-bg .wpcf7-form input[type='search'],
#footer .dt-sc-dark-bg .wpcf7-form select,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='submit'],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='button'],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='reset']
{
    border-color: rgba(255,255,255, .5);
}

#footer .dt-sc-dark-bg .wpcf7-form input[type='text'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='password'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='email'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='url'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='tel'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='number'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='range'],
#footer .dt-sc-dark-bg .wpcf7-form input[type='date'],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form input.text,
#footer .dt-sc-dark-bg .wpcf7-form input[type='search'],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='submit'],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='button'],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='reset'],
#footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-date,
#footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-author
{
    color: rgba(255,255,255, .5);
}

#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='submit']:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='button']:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type='reset']:hover,
#footer .wpcf7-form.bottom-bordered button:hover,
#footer .wpcf7-form.bottom-bordered input[type='submit']:hover,
#footer .wpcf7-form.bottom-bordered input[type='button']:hover,
#footer .wpcf7-form.bottom-bordered input[type='reset']:hover
{
    color: #fff;
}

#footer .dt-sc-dark-bg .wpcf7-form-control-wrap:before
{
    background: #fff;
}

#footer .dt-sc-dark-bg .dt-sc-vertical-separator:before
{
    background: rgba(255,255,255, .5);
}

.upb_row_bg:before
{
    content: '';
    display: block;
    height: 100%;
    left: 0; 
    position: absolute;
    top: 0;
    width: 100%;
}

.list-style-left ul.dt-custom-nav
{
    margin-left: -15px;
    margin-right: -15px;
}
#footer .dt-custom-nav li
{
    white-space: inherit;
}


/*--------------------------------------------------------------
	17.0 - Store Locator
	--------------------------------------------------------------*/

.wpsl-stores-fullwidth-container .page .vc_row.wpb_row.vc_row-fluid
{
    overflow: hidden;
}
#wpsl-gmap,
#wpsl-result-list
{
    width: 100%;
}
#wpsl-wrap
{
    left: 30px;
    overflow: visible;
    position: absolute;
    top: 60px;
    width: 400px;
}
.wpsl-search-btn-wrap .dt-sc-storesearch-btn
{
    font-family: 'Font Awesome 5 Free';
}
.dt-sc-advanced-options
{
    display: none;
    float: left;
    margin: 10px 0 0;
    padding: 20px 15px;
    width: 100%;
}
.wpsl-input #wpsl-search-input
{
    border: none;
    border-radius: 0!important;
    color: #4d4d4d;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    padding: 10px 12px;
    width: 316px;
}
#wpsl-search-wrap .wpsl-input
{
    background: #fff;
    margin-right: 0;
    position: relative;
    width: 100%;
}
#wpsl-search-wrap .wpsl-search-btn-wrap,
#wpsl-search-btn
{
    margin-right: 0;
}

.dt-sc-toggle-advanced-options
{
    background: #fff;
    color: #4d4d4d;
    float: left;
    height: 60px;
    line-height: 40px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.dt-sc-toggle-advanced-options:hover
{
    color: #4d4d4d;
}
.dt-sc-toggle-advanced-options span
{
    color: #fff;
    float: right;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label,
#wpsl-results label
{
    width: 67%!important;
}
#wpsl-radius,
.wpsl-select-wrap #wpsl-results
{
    margin-bottom: 10px;
    margin-right: 0!important;
    width: 100%!important;
}
#wpsl-result-list li p
{
    margin-bottom: 0;
}
#wpsl-search-wrap .wpsl-select-wrap div label
{
    line-height: 40px;
}
#wpsl-results .wpsl-dropdown
{
    z-index: 1;
}
.wpsl-select-wrap
{
    margin-bottom: 0!important;
    width: 100%;
}
#wpsl-checkbox-filter
{
    margin-top: 0!important;
}
.wpsl-dropdown
{
    border-radius: 0!important;
    width: 30%!important;
}
#wpsl-wrap #wpsl-stores,
#wpsl-wrap #wpsl-direction-details
{
    height: 540px!important;
}
#wpsl-stores .wpsl-store-thumb
{
    border-radius: 0!important;
}
#wpsl-radius
{
    width: 58%;
}
.wpsl-select-wrap #wpsl-results
{
    margin-right: 0;
    width: 38%;
}
#wpsl-checkbox-filter input[type='checkbox']
{
    float: right;
    margin: 10px 0 0;
}
#wpsl-search-btn
{
    background-image: none;
    border-radius: 0!important;
    color: #fff;
    height: 60px;
    margin-top: 0;
    width: 60px;
}
#wpsl-wrap #wpsl-result-list ul li
{
    margin: 20px 15px;
    padding: 20px 20px 10px;
}
#wpsl-wrap #wpsl-result-list li:last-child
{
    border-bottom: none;
}
.wpsl-locations-details
{
    color: #fff;
    float: left;
    margin-top: 25px;
    padding: 15px 10px 0;
    width: 100%;
}
.wpsl-locations-details > span
{
    display: block;
    margin-bottom: 20px;
}
.single-wpsl_stores #wpsl-base-gmap_0
{
    height: 400px;
}
.dt-appointment-fix
{
    float: left;
    margin: 0;
    position: relative;
}
#wpsl-stores .wpsl-directions
{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 7px 9px 0;
    position: relative;
    text-align: center;
}
#wpsl-stores li > p span
{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 7px;
}
#wpsl-stores li > p
{
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}
#wpsl-stores li > p,
#wpsl-stores li > p ~ .wpsl-directions
{
    display: inline-block;
    margin: 20px 0;
    width: 50%;
}
#wpsl-stores li > div
{
    float: left;
    width: 100%;
}
#wpsl-stores li > div p a
{
    display: block;
    margin-bottom: 10px;
}
#wpsl-stores li > a:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    margin-right: 10px;
    vertical-align: middle;
}
#wpsl-stores li > a.dt-appointment-fix:before
{
    content: '\f073';
}
#wpsl-stores li > a.wpsl-directions:before
{
    content: '\f1d9';
}
#wpsl-search-btn,
#wpsl-search-wrap input
{
    border: none;
}
#wpsl-wrap .wpsl-selected-item,
.wpsl-dropdown
{
    color: #fff;
}
.wpsl-selected-item:after
{
    border-top: 8px solid #fff!important;
}
.wpsl-active .wpsl-selected-item::after
{
    border-bottom: 8px solid #fff!important;
    border-top: none!important;
    margin-top: -5px;
}
#wpsl-search-wrap #wpsl-checkbox-filter label,
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li
{
    margin-right: 0;
    width: 100%;
}
#wpsl-wrap #wpsl-result-list li
{
    border-width: 0;
}
.wpsl-search,
#wpsl-result-list
{
    background-color: rgba(237, 245, 248, .8);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25); 
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li
{
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
    margin-right: 0;
    padding: 10px 0;
    width: 100%;
}
.dt-sc-advanced-options,
#wpsl-wrap #wpsl-result-list ul li
{
    background-color: rgba(255, 255, 255, .64);
}

/*--------------------------------------------------------------
	Pretty Photo
	--------------------------------------------------------------*/

div.pp_default  .pp_content .pp_description
{
    line-height: inherit;
}


/*--------------------------------------------------------------
	18.0 - DT Responsive
	--------------------------------------------------------------*/

@media only screen and (min-width:1200px) and (max-width:1920px)
{
    .dt-no-header-builder-content .no-header .no-header-logo-wrapper
    {
        padding: 19px 0;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px)
{
    .no-header-menu ul li a,
    .dt-header-menu .dt-primary-nav li a
    {
        padding: 10px 13px;
    }

    .rs_aligncenter_hxlg .dt-logo-container.logo-align-left a,
    .rs_aligncenter_hxlg .dt-logo-container.logo-align-right a
    {
        margin: auto;
    }

    .rs_aligncenter_hxlg .dt-header-menu.left,
    .rs_aligncenter_hxlg .dt-header-menu.right
    {
        float: none;
    }

    #footer .dt-custom-nav li a
    {
        line-height: normal;
    }
    #footer .dt-sc-title.with-before-after-shape h5.dt-sc-main-heading
    {
        letter-spacing: 1px;
    }

    #footer .dt-sc-contact-info 
    {
        margin: 0 0 5px 10px;
    }
}


@media only screen and (min-width: 1200px)
{
    .dt-header-menu
    {
        display: inline-block;
    }

    .mobile-nav-container,
    .dt-header-menu ul.dt-primary-nav li.go-back,
    .dt-header-menu ul.dt-primary-nav li.see-all
    {
        display: none;
    }

    .dt-header-menu.center
    {
        display: table;
    }
}

@media only screen and (max-width: 1381px)
{
    .no-header-menu ul li:last-child > ul.children,
    .dt-header-menu ul.dt-primary-nav li:last-child > ul.sub-menu,
    .no-header-menu ul li:nth-last-child(2) > ul.children,
    .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) > ul.sub-menu
    {
        left: auto;
        right: 0;
    }

    .no-header-menu ul li:last-child > ul.children li ul.children,
    .dt-header-menu ul.dt-primary-nav li:last-child ul.sub-menu li ul.sub-menu,
    .no-header-menu ul li:nth-last-child(2) > ul.children li ul.children,
    .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) ul.sub-menu li ul.sub-menu
    {
        left: auto;
        right: 100%;
    }
}


@media only screen and (max-width: 1199px)
{
    .dt-header-menu
    {
        display: none;
    }
    .dt-no-header-builder-content .no-header
    {
        display: block;
        float: left;
        padding: 20px 0; 
        width: 100%;
    }

    .dt-no-header-builder-content.aligncenter .no-header
    {
        padding-bottom: 25px;
    }

    .dt-no-header-builder-content .no-header .no-header-logo,
    .dt-no-header-builder-content .no-header .no-header-logo h2
    {
        text-align: center;
    }

    #header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .overlay-header-search .overlay-search #searchform
    {
        width: 75%;
    }
    .simple-header-search.stretch,
    .simple-header-search.stretch #searchform,
    .simple-header-search.stretch #searchform input[type='text']
    {
        height: auto;
    }

    .dt-no-header-builder-content .no-header .mobile-nav-container
    {
        display: inline-block;
        float: right;
        padding: 5px 0;
    }
    .dt-no-header-builder-content .no-header .mobile-nav-container .menu-trigger
    {
        color: #fff;
    }


    /*----*****---- << Slide Menu >> ----*****----*/

    .dt-sc-simpler-content .mobile-nav-container .menu-trigger
    {
        cursor: pointer; 
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav
    {
        height: 400px;
    }
    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu > ul,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu
    {
        position: absolute;
    }

    .dt-sc-simpler-content .mobile-menu.nav-is-visible
    {
        max-width: 100%; 
                transform: none;
        -webkit-transform: none;
                transition: all .3s linear;
           -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
             -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        width: 100%;
    }

    .dt-sc-simpler-content .mobile-menu
    {
        left: -245px;
        max-width: 230px;
                transition: all .3s linear;
           -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
             -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        width: 230px;
        width: 0;
        z-index: 1000;
    }
    .dt-sc-simpler-content .mobile-menu.nav-is-visible,
    .dt-sc-simpler-content .mobile-menu.nav-is-visible ul.dt-primary-nav
    {
        left: 0;
    }

    .vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a
    {
        font-size: 30px;
    }

    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger
    {
        font-size: 55px;
        position: absolute;
        text-align: center;
        text-transform: uppercase; 
        top: 50%;
                transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 100%;
    }

    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger > i:before
    {
        font-size: 55px;
    }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav
    {
        height: 100% !important;
    }

    .vc_row.dt-sc-simpler-content
    {
        overflow-x: hidden;
    }

    #footer .dt-sc-contact-info 
    {
        margin: 0 0 5px 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px)
{
    .apply-sticky-header,
    .apply-sticky-header > .vc_row:not(.vc_clearfix)
    {
        height: inherit;
    }

    #footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left,
    #footer .alignleft .same-on-mobile.left .menu-footer-menu-container
    {
        text-align: left;
    }
    #footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right,
    #footer .alignright .same-on-mobile.right .menu-footer-menu-container
    {
        text-align: right;
    }
    #footer .dt-sc-title.with-before-after-shape h5.dt-sc-main-heading
    {
        letter-spacing: 0;
    }
}


/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px)
{
    /*----*****---- << Header >> ----*****----*/
    .top-bar .dt-sc-vertical-separator
    {
        margin: 0 10px;
    }

    #header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle > .vc_column-inner > .wpb_wrapper
    {
        display: block;
        text-align: center;
    }
    #header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left ~ .search-module.simple-header-search
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl .vc_row > div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*='vc_col-md']:after
    {
        content: none;
    }

    .rs_aligncenter_md .dt-logo-container.logo-align-left a,
    .rs_aligncenter_md .dt-logo-container.logo-align-right a
    {
        margin: auto;
    }

    .rs_aligncenter_md .dt-header-menu.left,
    .rs_aligncenter_md .dt-header-menu.right
    {
        float: none;
    }


    /*----*****---- << SideNav >> ----*****----*/
    ul.side-nav li a
    {
        font-size: 13px;
    }

    /*----*****---- << Breadcrumb >> ----*****----*/
    .main-title-section-wrapper.breadcrumb-right .main-title-section h1
    {
        font-size: 26px;
    }
    .main-title-section-wrapper.breadcrumb-right .main-title-section
    {
        width: 58%;
    }
    .main-title-section-wrapper.breadcrumb-right .breadcrumb
    {
        width: 42%;
    }

    /*----*****---- << Responsive Map >> ----*****----*/
    .responsive-map
    {
        max-width: 100%;
    }

    /*----*****---- << Footer >> ----*****----*/
    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable
    {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable li
    {
        display: inline-block;
        float: none;
    }

    #footer .alignleft .menu-footer-menu-container,
    #footer .alignleft .dt-custom-nav-wrapper
    {
        text-align: center;
    }

    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right
    {
        display: inline-block; 
        float: none;
    }
    #footer .dt-sc-title.with-before-after-shape .dt-sc-main-heading:after
    {
        right: -40px;
    }
    #footer .dt-custom-nav li a
    {
        line-height: normal;
    }
}


/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px)
{
    .text-with-icon
    {
        font-size: 12px;
    }

    /*----*****---- << Header >> ----*****----*/
    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator
    {
        margin: 0 7px;
    }

    #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child,
    #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child,
    #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child
    {
        display: table;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
    #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child
    {
        display: block;
    }

    #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle > .vc_column-inner > .wpb_wrapper
    {
        display: block;
        text-align: center;
    }
    #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left ~ .search-module.simple-header-search
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl .vc_row > div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*='rs_col-sm']:after
    {
        content: none;
    }

    .rs_aligncenter_sm .dt-logo-container.logo-align-left a,
    .rs_aligncenter_sm .dt-logo-container.logo-align-right a
    {
        margin: auto;
    }

    .rs_aligncenter_sm .dt-header-menu.left,
    .rs_aligncenter_sm .dt-header-menu.right
    {
        float: none;
    }
    .rs_aligncenter_sm .mobile-nav-container
    {
        text-align: center;
    }

    /*----*****---- << Breadcrumb >> ----*****----*/
    .main-title-section-wrapper.breadcrumb-right .main-title-section h1
    {
        font-size: 24px;
        margin-top: 11px;
    }


    /*----*****---- << Side-nav >> ----*****----*/
    ul.side-nav li a
    {
        font-size: 10px;
        padding: 6px 10px 6px 50px;
    }
    ul.side-nav li a:before
    {
        height: 30px;
        line-height: 30px; 
        width: 30px;
    }
    ul.side-nav > li.current_page_item > a:before,
    ul.side-nav > li > ul > li.current_page_item > a:before,
    ul.side-nav > li > ul > li > ul > li.current_page_item > a:before
    {
        font-size: 18px;
    }

    .side-navigation.type3 ul.side-nav > li.current_page_item > a,
    .side-navigation.type3 ul.side-nav > li:hover > a
    {
        padding-left: 35px;
    }
    .side-navigation.type3 ul.side-nav li a,
    .side-navigation.type3 ul.side-nav li a:before
    {
        font-size: 10px;
    }
    .side-navigation.type3 ul.side-nav li a:before,
    .side-navigation.type3 ul.side-nav li a:after
    {
        width: 35px;
    }

    .side-navigation.type5 ul.side-nav li a
    {
        font-size: 12px;
        padding: 8px 0 9px 0;
    }


    /*----*****---- << Responsive Map >> ----*****----*/
    .responsive-map
    {
        max-width: 100%;
    }


    /*----*****---- << Footer >> ----*****----*/
    .footer-copyright .vc_col-sm-6,
    .footer-copyright .vc_col-sm-6.alignright
    {
        display: block; 
        float: none;
        text-align: center;
        width: 100%;
    }
    .footer-copyright .vc_col-sm-6 .vc_column-inner
    {
        padding: 0;
    }
    .footer-copyright .menu-links
    {
        margin-top: 5px; 
        text-align: center;
    }
    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable
    {
        display: inline-block; 
        float: none;
        text-align: center;
    }

    #footer .alignleft  .menu-footer-menu-container
    {
        text-align: center;
    }

    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right
    {
        display: inline-block; 
        float: none;
    }
    #footer .footer-copyright .wpb_wrapper,
    #footer .footer-copyright .dt-sc-sociable.right,
    #footer .footer-copyright .dt-sc-sociable.left
    {
        display: inline-block; 
        float: none;
        text-align: center;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
    .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin
    {
        margin-bottom: 10px; 
        margin-right: 0;
    }
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px)
{
    /*----*****---- << Header Sticky- >> ----*****----*/

    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header
    {
        position: relative !important;
    }
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix)
    {
        height: inherit;
    }
    #header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix)
    {
        box-shadow: none;
    }
    .logged-in.admin-bar .mobile-menu ul.sub-menu
    {
        padding: 45px 0 0;
    }
    .logged-in.admin-bar .mobile-menu ul.dt-primary-nav
    {
        padding-top: 95px;
    }
    .logged-in.admin-bar .mobile-menu ul.dt-primary-nav li.close-nav
    {
        top: 45px;
    }

    /*----*****---- << Header >> ----*****----*/
    .top-bar
    {
        max-height: none;
        padding: 5px 0; 
        text-align: center;
    }
    .top-bar .wpb_column
    {
        margin-bottom: 0;
        padding: 0;
    }
    .top-bar .text-with-icon
    {
        font-size: 12px;
    }
    .top-bar .alignright
    {
        display: inline-block;
        float: none;
        text-align: center;
    }
    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator
    {
        margin: 0 10px;
    }
    .top-bar .dt-sc-sociable li
    {
        float: none;
    }

    #header .dt-header-tpl .wpb_column > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child,
    #header .dt-header-tpl .wpb_column > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child
    {
        display: table;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

    #header .dt-header-tpl .dt-logo-container a,
    #header .dt-header-tpl div[class^='dt-logo-container'][class*='vc_custom']
    {
        margin-left: auto;
        margin-right: auto;
    }
    #header .dt-header-tpl div[class^='dt-logo-container'][class*='vc_custom']
    {
        width: 60%;
    }

    #header .dt-header-tpl .flex-col-elements-inline-middle.vc_column_container > .vc_column-inner > .wpb_wrapper
    {
        display: block;
        height: auto;
        text-align: center;
    }

    #header .dt-header-tpl .search-module.simple-header-search
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    #header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container ~ .search-module
    {
        margin-top: 15px;
    }

    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header
    {
        position: relative !important;
    }
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix)
    {
        height: inherit;
    }
    #header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix)
    {
        box-shadow: none;
    }

    .dt-sc-dark-bg #logo a .darkbg_logo
    {
        display: none;
    }
    .dt-sc-dark-bg #logo a .normal_logo
    {
        display: block;
    }

    .overlay-search #searchform input[type='text']
    {
        font-size: 25px;
    }

    .overlay-header-search .overlay-search #searchform
    {
        padding: 0;
    }
    .mobile-nav-container
    {
        display: inline-block;
        text-align: center;
    }

    .dt-sc-slide-menu .menu-icons-wrapper,
    .dt-sc-slide-menu .menu-icons-wrapper .search
    {
        padding: 0;
    }
    .dt-sc-slide-menu.dt-sc-maaya-header .wpb_column
    {
        margin-bottom: 0;
    }

    .dt-sc-slide-menu.dt-sc-maaya-header .menu-icons-wrapper .search
    {
        height: 30px;
        line-height: 30px; 
        width: 30px;
    }
    .dt-sc-slide-menu.dt-sc-maaya-header .wpb_column.vc_col-xs-6
    {
        width: 50%;
    }

    .search-module.slide-down-header-search .menu-icons-wrapper .top-menu-search-container
    {
        left: 75%;
        right: auto;
                transform: translateX(-75%); 
        -webkit-transform: translateX(-75%);
    }
    .simple-header-search.stretch,
    .simple-header-search.stretch #searchform,
    .simple-header-search.stretch #searchform input[type='text']
    {
        width: 100%;
    }

    .search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight),
    .search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover,
    .search-module:not(.simple-header-search).filled.dt-sc-dark-bg,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover
    {
        background-color: transparent;
    }

    .search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span
    {
        color: inherit;
    }

    .header-28 .extend-bg-fullwidth-left:after,
    .header-28 .extend-bg-fullwidth-right:after,
    .header-28 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
    .header-28 .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
    {
        background-color: rgba(0, 0, 0, 0);
    }
    .rs_col-sm-4.custom_border_line
    {
        margin: 0 auto; 
        width: 57%;
    }
    #header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li span.divider
    {
        color: rgba(0, 0, 0, 0);
    }
    #header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child
    {
        padding-left: 0;
    }
    #header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li
    {
        clear: both;
        display: block;
        margin-left: 0;
        padding: 0 0 10px;
    }
    #header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon,
    #header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position='outside'] .dt-custom-nav li a > i.menu-item-icon,
    #header .header-28-topbar .dt-custom-nav-wrapper.right[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon
    {
        display: inline; 
        float: none;
        padding: 2px 10px 0 0;
    }
    .header-28-topbar.header-container .wpb_column:not([class*='vc_col-xs'])
    {
        margin: 0;
    }

    .dt-no-header-builder-content .no-header .no-header-menu-wrapper
    {
        display: none;
    }
    .dt-no-header-builder-content .no-header .no-header-logo-wrapper
    {
        width: 30%;
    }
    .main-title-section-wrapper
    {
        padding: 80px 0;
    }

    /*----*****---- << Slide Menu >> ----*****----*/
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav
    {
        top: 50%;
                transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);  
        -webkit-transform: translateY(-50%);
    }

    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger > i:before
    {
        font-size: 60px;
        text-transform: uppercase;
    }

    .vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container
    {
        margin: 0;
    }

    .vc_row.dt-sc-simpler-content.from-left.dt-sc-simpler-content-open .dt-simpler-slider
    {
        right: 20px;
    }

    .dt-sc-simpler-content .dt-simpler-slider,
    .dt-sc-simpler-content.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open .dt-simpler-slider,
    .dt-sc-simpler-content-close .dt-simpler-slider,
    .dt-sc-simpler-content-close.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider
    {
        top: 12px;
    }

    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger > i:before
    {
        font-size: 45px;
    }

    .vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger
    {
        font-size: 40px; 
        position: static;
        top: auto;
                transform: none;
           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }
    .vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger > i:before
    {
        font-size: 40px;
    }

    .dt-sc-simpler-content.boxed-header .mobile-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav
    {
        height: 400px !important;
    }

    .dt-sc-simpler-content-open .dt-simpler-slider,
    .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider
    {
        left: auto; 
        right: 20px;
    }

    .vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container
    {
        margin-bottom: 0;
    }

    .dt-sc-maaya-header .dt-simpler-slider
    {
        background: #3d3d3d;
        height: 40px;
        left: auto;
        position: fixed;
        right: 10px;
        top: 10px; 
        width: 40px;
    }
    .dt-sc-maaya-header .dt-simpler-slider span
    {
        background: #fff;
        left: 0;
        margin: 0 auto; 
        right: 0;
        width: 18px;
    }
    .dt-sc-maaya-header .dt-simpler-slider span:first-child
    {
        top: 14px;
    }
    .dt-sc-maaya-header .dt-simpler-slider span:last-child
    {
                transform: translate3d(0, 8px, 0);
           -moz-transform: translate3d(0, 6px, 0);
            -ms-transform: translate3d(0, 8px, 0); 
        -webkit-transform: translate3d(0, 8px, 0);
    }

    .dt-sc-maaya-header .dt-simpler-slider:before
    {
        color: #fff;
        font-size: 24px; 
        top: 4px;
    }
    .dt-sc-maaya-header .dt-simpler-slider:hover:before,
    .dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider:before
    {
        left: 4px;
    }

    .rs_aligncenter_xs .dt-logo-container.logo-align-left a,
    .rs_aligncenter_xs .dt-logo-container.logo-align-right a
    {
        margin: auto;
    }

    .rs_aligncenter_xs .dt-header-menu.left,
    .rs_aligncenter_xs .dt-header-menu.right
    {
        float: none;
    }


    /*----*****---- << Breadcrumb >> ----*****----*/
    .main-title-section-wrapper .main-title-section h1
    {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .main-title-section,
    .main-title-section h1,
    .breadcrumb
    {
        text-align: center;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section,
    .main-title-section-wrapper.breadcrumb-right .breadcrumb,
    .main-title-section-wrapper.breadcrumb-left .main-title-section,
    .main-title-section-wrapper.breadcrumb-left .breadcrumb
    {
        padding: 0;
        text-align: center; 
        width: 100%;
    }

    .no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header
    {
        position: static;
    }


    /*----*****---- << Side-navigation >> ----*****----*/
    .side-navigation,
    .side-navigation-content
    {
        width: 100%;
    }
    .side-navigation
    {
        margin-bottom: 30px;
    }


    /*----*****---- << Responsive Map >> ----*****----*/
    .responsive-map
    {
        max-width: 100%;
    }


    /*----*****---- << Footer >> ----*****----*/
    #footer .footer-copyright .vc_col-sm-6,
    #footer .footer-copyright .alignright.vc_col-sm-6,
    #footer .footer-copyright .alignleft.vc_col-sm-6,
    #footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav,
    #footer .alignright.wpb_column,
    #footer .alignleft.wpb_column,
    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right
    {
        text-align: center;
    }
    #footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav li,
    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right
    {
        display: inline-block; 
        float: none;
    }

    #footer .dt-custom-nav-wrapper.left.same-on-mobile
    {
        text-align: left;
    }
    #footer .dt-custom-nav-wrapper.right.same-on-mobile
    {
        text-align: right;
    }

    #footer .dt-sc-sociable.center-on-mobiles
    {
        text-align: center;
    }
    #footer .dt-mc-subscribe:not(.inline) > form > div.btn-wrap
    {
        margin-top: 10px; 
        width: 50%;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft,
    .fullwidth-on-laptop.vc_col-sm-8 .alignright
    {
        line-height: 40px;
        margin-bottom: 10px; 
        margin-right: 0;
        width: 100%;
    }
    .map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper
    {
        width: 90%;
    }

    .footer-copyright,
    .dt-no-footer-builder-content.footer-copyright
    {
        text-align: center;
    }

    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right
    {
        margin-bottom: 0;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
    .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin
    {
        margin-bottom: 10px; 
        margin-right: 0;
    }

    .dt-custom-nav-wrapper.left.rs_align_sm-center,
    .dt-custom-nav-wrapper.right.rs_align_sm-center
    {
        text-align: center;
    }

    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav,
    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav,
    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav
    {
        margin-left: auto;
        margin-right: auto;
    }

    .dt-custom-nav-wrapper.left.rs_align_sm-center .dt-custom-nav > li,
    .dt-custom-nav-wrapper.right.rs_align_sm-center .dt-custom-nav > li,
    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav > li,
    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav > li,
    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav > li
    {
        float: none;
    }

    #footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left,
    #footer .alignleft .same-on-mobile.left .menu-footer-menu-container,
    #footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right,
    #footer .alignright .same-on-mobile.right .menu-footer-menu-container
    {
        text-align: center;
    }

    #footer .footer-copyright .wpb_wrapper,
    #footer .footer-copyright .dt-sc-sociable.right,
    #footer .footer-copyright .dt-sc-sociable.left
    {
        display: inline-block; 
        float: none;
        text-align: center;
    }
    #toTop
    {
        display: none !important;
    }

    /*----*****---- << Store Locator >> ----*****----*/
    .wpsl-stores-fullwidth-container
    {
        text-align: center;
    }
    #wpsl-wrap
    {
        display: inline-block;
        float: none;
        left: 0; 
        margin: 35px auto;
        position: relative;
        text-align: left;
        top: auto;
    }
    #wpsl-wrap #wpsl-stores,
    #wpsl-wrap #wpsl-direction-details
    {
        height: 325px !important;
    }
    .wpsl-search,
    #wpsl-result-list
    {
                box-shadow: none; 
        -webkit-box-shadow: none;
    }

    .wpsl-input #wpsl-search-input
    {
        width: 316px !important;
    }
    #wpsl-search-wrap .wpsl-search-btn-wrap
    {
        clear: none;
    }
    #wpsl-search-wrap #wpsl-search-btn
    {
        margin-right: 0;
    }
    #wpsl-gmap
    {
        margin: 0;
    }

    .dt-mc-subscribe.only-border-bottom form .email-field-wrap input[type='email']
    {
        font-size: 30px;
    }
    .zoom-hover.dt-sc-sociable li:first-child
    {
        margin-left: 10px;
    }
    .zoom-hover.dt-sc-sociable li
    {
        margin: 0 10px 10px;
    }
    .footer-36 .dt-sc-sociable.extra-large li a
    {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child
    {
        margin-left: 2px;
    }
    .footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child a
    {
        padding-left: 10px;
    }
    .footer-36 .no-left-padding > .vc_column-inner
    {
        padding-left: 15px;
    }
    .footer-36 .vc_col-sm-8 > .vc_column-inner
    {
        padding-left: 15px;
    }
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .loader-inner::before
    {
        font-size: 5em;
    }

    /*----*****---- << Slide Menu >> ----*****----*/
    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav
    {
        height: 400px !important;
    }

    /*----*****---- << Footer >> ----*****----*/
    .footer-copyright .vc_col-sm-6
    {
        margin-bottom: 15px !important;
        padding: 0; 
        text-align: center;
        width: 100% !important;
    }
    .footer-copyright .dt-sc-sociable li
    {
        display: inline-block;
        float: none;
    }
    .footer-copyright .dt-sc-sociable.diamond-square-border li
    {
        margin: 0 20px 0 0;
    }

    .footer-copyright .alignright img
    {
        display: inline-block;
        float: none;
    }
    .footer-copyright .dt-sc-contact-info span
    {
        font-size: 15px; 
        margin: 7px 6px 0 0;
        width: 20px;
    }
}


/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px)
{
    .pp_pic_holder #pp_full_res iframe
    {
        width: 100%;
    }

    .loader-inner::before
    {
        font-size: 4em;
    }

    .pp_pic_holder #pp_full_res iframe
    {
        width: 100%;
    }

    /*----*****---- << Header >> ----*****----*/
    .top-bar
    {
        line-height: 35px;
        padding-bottom: 10px;
    }
    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator
    {
        display: none;
    }
    .top-bar .dt-sc-sociable
    {
        float: none;
    }
    .top-bar .text-with-icon
    {
        margin: 0 5px;
    }

    .overlay-header-search .overlay-search #searchform
    {
        width: 90%;
    }
    .search-module.slide-down-header-search #searchform
    {
        max-width: 175px;
    }

    .dt-sc-maaya-header:not(.with-border) .dt-sc-slide-search #searchform input[type='text']:focus
    {
        max-width: 320px; 
        width: 320px;
    }

    .dt-no-header-builder-content .no-header-top
    {
        text-align: center;
    }
    .dt-no-header-builder-content .no-header .no-header-logo-wrapper
    {
        padding: 15px 0 25px;
        text-align: center;
        width: 100%;
    }
    .dt-no-header-builder-content .no-header .dt-logo-container
    {
        display: block;
    }
    .dt-no-header-builder-content .no-header
    {
        text-align: center;
    }
    .dt-no-header-builder-content .no-header .mobile-nav-container
    {
        float: none;
        margin: 0 auto; 
        padding: 5px 0 10px;
        text-align: center;
    }

    .mobile-menu
    {
        max-width: 100%;
    }
    footer .dt-custom-nav-wrapper[data-link-icon-position='outside'] .dt-custom-nav li a > i.menu-item-icon:before,
    footer .dt-custom-nav-wrapper[data-link-icon-position='outside'] .dt-custom-nav li a > i.menu-item-icon.menu-item-image img
    {
        top: 17px;
                transform: none;
           -moz-transform: none;
            -ms-transform: none;	
        -webkit-transform: none;
    }
    footer .dt-custom-nav-wrapper[data-link-icon-position='outside'] .dt-custom-nav li a
    {
        line-height: 25px;
        padding-bottom: 0;
    }


    /*----*****---- << Slide Menu >> ----*****----*/
    .vc_row.dt-sc-simpler-content
    {
        left: -100% !important;
                transition: all .3s linear; 
           -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
             -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        width: 100% !important;
    }
    .vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open
    {
        left: 0 !important;
    }

    .dt-sc-simpler-content.from-left .dt-simpler-slider,
    .dt-sc-simpler-content.from-left.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-close.from-left .dt-simpler-slider,
    .dt-sc-simpler-content-close.from-left.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open.from-left .dt-simpler-slider,
    .dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider
    {
        left: auto;
        right: 15px;
        top: 12px;
    }

    .dt-sc-simpler-content .mobile-menu
    {
        max-width: 100%; 
        width: 100%;
    }
    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav
    {
        height: 100% !important;
    }

    .vc_row.dt-sc-simpler-content.overlay-header
    {
        left: auto !important;
    }
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger > i:before
    {
        font-size: 55px;
    }

    .secondary-sidebar .vc_row.dt-sc-simpler-content
    {
        left: -260px !important; 
        width: 260px !important;
    }
    .secondary-sidebar .vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open
    {
        left: 0 !important;
    }


    /*----*****---- << Breadcrumb >> ----*****----*/
    .main-title-section-wrapper .main-title-section h1
    {
        font-size: 23px;
        letter-spacing: 2px;
    }


    /*----*****---- << Store Locator >> ----*****----*/
    #wpsl-wrap
    {
        width: 90%;
    }
    #wpsl-search-wrap .wpsl-search-btn-wrap
    {
        float: right;
    }
    .wpsl-input #wpsl-search-input
    {
        width: 77.2% !important;
    }
    #wpsl-search-wrap #wpsl-search-btn
    {
        margin-bottom: 0;
    }


    /*----*****---- << Footer >> ----*****----*/
    .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal > li
    {
        margin: 5px 0;
    }

    .footer-copyright .dt-sc-sociable li
    {
        display: inline-block;
        float: none;
    }
    .alignright .dt-sc-sociable
    {
        text-align: center; 
        width: 100%;
    }

    .footer-info-content.vc_row
    {
        width: 100%;
    }
    .rs_col-sm-4.custom_border_line
    {
        width: 85%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px)
{
    /*----*****---- << Top Bar >> ----*****----*/
    .top-bar .text-with-icon
    {
        font-size: 11px;
        margin: 0 3px;
    }
    .top-bar .text-with-icon .icon,
    .top-bar .text-with-icon .fa
    {
        font-size: 12px;
        margin: 0 3px 0 0;
    }


    /*----*****---- << Menu Icons wrapper >> ----*****----*/
    .menu-icons-wrapper
    {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
    }
    .menu-icons-wrapper .search,
    .menu-icons-wrapper .cart
    {
        display: inline-block;
        float: none;
    }


    /*----*****---- << Footer >> ----*****----*/
    .footer-copyright .dt-sc-sociable li
    {
        margin-bottom: 7px;
    }
}

@media only screen and (max-height: 500px)
{
    .dt-sc-simpler-content.boxed-header .mobile-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav
    {
        height: 320px !important;
    }
}

@media only screen and (max-height: 400px)
{
    .dt-sc-simpler-content.boxed-header .mobile-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav
    {
        height: 200px !important;
    }
}
