	@font-face{font-family:FuturaPT;src:url("/application/themes/sakkho_theme/fonts/FuturaPT-Book.woff?v=2055986069778670836") format("woff");font-weight:400}@font-face{font-family:FuturaPTBold;src:url("/application/themes/sakkho_theme/fonts/FuturaPT-Medium.woff?v=363230271056625716") format("woff");font-weight:500}@font-face{font-family:FuturaPT;src:url("/application/themes/sakkho_theme/fonts/FuturaPT-Demi.woff?v=15614256649977071015") format("woff");font-weight:600}@font-face{font-family:FuturaPT;src:url("/application/themes/sakkho_theme/fonts/FuturaPT-Light.woff?v=15175228181667785901") format("woff");font-weight:300}
	body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		/*font-family: 'Overpass', sans-serif;*/
		font-family:FuturaPT !important;
	}
	body, html {
    overflow-x: hidden;
}
span.visually-hidden {
    display: none;
}
p.alert {
    border-radius: 0 !important;
}
p.store-utility-links-totals span img {
    width: 25px;
}

a.store-btn-cart-list-remove.btn-xs.btn.btn-danger {
    background: transparent !important;text-align: right;min-width: 60px;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}
a.store-btn-cart-list-remove.btn-xs.btn.btn-danger i.fa {
    color: #000 !important;
    font-size: 20px;
    text-align: right;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000000;
    border-color: #333;
}
.ccm-pagination-wrapper {
    margin: 15px auto;
    text-align: center;
}
.store-spinner:not(:required):before {
    content: '';
    border-radius: unset;
    border:  none;
    border-top-color: transparent;
    animation: unset;
    box-sizing: unset;
    background: transparent url(/application/themes/sakkho_theme/images/loader.gif) center no-repeat;
    width: 100px;
    height: 100px;background-color: transparent !important;
}
.col-sm-8.col-md-9.col-xs-5 button#dropdownMenu1:hover {
    border-radius: 25px;
    background-color: #666;
    border-radius: 50%;
    transition: background-color 0.4s ease-in;
	top: 4px;
    position: relative;
}

.col-sm-8.col-md-9.col-xs-5 button#dropdownMenu1:hover img {
    color: #fff;
    filter: invert(1);
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    padding: 5px;
    width: 18px;
    height: 18px;
    accent-color: #000
}
.form-control {
    height: 48px;
    padding: 6px 12px;
    border-radius:0;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlayLoader{
    display: block;
}
body.full > .container > .row > .col-sm-12 > nav {
    display: none;
}
div.ccm-page header {
		background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
div#main-navigation {
    float: right;
}
.col-sm-8.col-md-9.col-xs-5 {
    text-align: right;
}
.ccm-page.page-type-page.page-template-full .header-text p a img {
    
}
p.store-utility-links-login {
        float: left;
}
/* ==========================================================================
   SAKKHO BRANDING: MODERN SQUARE BUTTONS (SOLID BLACK)
   Matches: Pro-Portal & Community Store Blocks
   ========================================================================== */

.ccm-block-page-list-pages .ccm-block-page-list-page-entry {
    background: #000 !important;
    border: #000 solid 1px !important;
    display: inline-block !important;
    border-radius: 2px !important; 
    padding: 20px 40px !important; 
    margin: 10px 15px 10px 0 !important;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    cursor: pointer !important;
    text-align: center !important;
    
    /* Ensures the box sizing is calculated correctly */
    box-sizing: border-box !important;
}

/* Hover State - Swaps to White */
.ccm-block-page-list-pages .ccm-block-page-list-page-entry:hover {
    background: #fff !important;
    border: #000 solid 1px !important;
}

/* Button Text Styling */
.ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-title a {
    color: #fff !important;
    font-size: 15px !important; 
    font-weight: 300 !important;
    letter-spacing: 2px !important; 
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: block !important;
}

.ccm-block-page-list-pages .ccm-block-page-list-page-entry:hover .ccm-block-page-list-title a {
    color: #000 !important;
}

/* ==========================================================================
   MOBILE RESPONSIVENESS (SYMMETRY FIX)
   Ensures buttons are full-width and uniform on small screens
   ========================================================================== */

@media only screen and (max-width: 767px) {
	header.site-header > .container {
		padding: 0 !important;
	}
	header.site-header > .container .site-header__brand a img {
    width: 75%;
}
    .ccm-block-page-list-pages .ccm-block-page-list-page-entry {
        display: block !important; /* Forces buttons to stack vertically */
        width: 100% !important;    /* Makes them all the same width */
        margin: 10px 0 !important; /* Centers them with even spacing */
        padding: 18px 20px !important; /* Slightly tighter padding for mobile height */
    }

    .ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-title a {
        font-size: 14px !important; /* Slightly smaller text for better fit on narrow screens */
        letter-spacing: 1.5px !important;
    }
}

/* ==========================================================================
   SAKKHO BRANDING: FORM FIELD & PLACEHOLDER STYLING
   ========================================================================== */

::placeholder {
    font-style: normal !important;
    font-weight: 300 !important;
    color: #999 !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
}

input[type="text"], 
input[type="email"], 
textarea {
    border-radius: 2px !important;
    border: 1px solid #ccc !important;
    padding: 12px !important;
    font-family: inherit !important;
    font-size: 15px !important;
    width: 100% !important; /* Ensures form fields are also symmetrical on mobile */
    box-sizing: border-box !important;
}
a.store-btn-cart-modal-clear.btn.btn-primary.btnn_n {
    height: 55px !important;
}
body.modal-open {
    padding-right: 0 !important;
}
.slicknav_menu .slicknav_icon-bar {
    width: 1.625em;
    height: 0.125em;
    padding-bottom: 4px;
    margin: 5px 0;
}

.dropdown.login_dropdown button#dropdownMenu1 {
    min-width: auto;
}
	body#contact .ccm-custom-style-container h4 {
		color: #000;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.ccm-page.ccm-page-id-190.page-type-page.page-template-full #page-content h4 {
		color: #000;
	}
	#header {
		background-color: #ffffff;
		/*    border-bottom: 1px solid #eeeeee;
	*/
	}
	
#searchResults .pageLink , .col-sm-8.main-content a:hover {
	color: #000;
}
	a.btn.btn-secondary:after {
		display: none !important;
	}
	.mb-3.row {
		margin-bottom: 15px;
	}
	@-webkit-keyframes btn-udrln-anim {
		0% {
			left: auto;
			width: 100%
		}

		50% {
			left: auto;
			width: 0
		}

		50.1% {
			left: 0
		}

		to {
			width: 100%
		}
	}

	@keyframes btn-udrln-anim {
		0% {
			left: auto;
			width: 100%
		}

		50% {
			left: auto;
			width: 0
		}

		50.1% {
			left: 0
		}

		to {
			width: 100%
		}
	}
	#logo img , .site-header__brand img.ccm-image-block {
		max-width: 165px;
		width: 100%;
		margin: 0 auto;
	}

	#menu {
		float: right;
		width: 100%;
		text-align: center;
		margin: 5px 0 0 10px;
		margin-top: 35px;
	}

	img.lazy2 {
		width: auto !important;
		margin: 0 auto;
	}

	#menu li {
		/*padding: 0 23px;*/
	}
	.dropdown-menu li.nav-selected.nav-path-selected , .dropdown-menu li:hover {
		border: none !important;
		background: #000000 !important;
	}

	div.pull-right>span {
		color: #000;
	}
	.form-actions {
		text-align: center;
		padding: 10px 0;
	}
button.btn.btn-primary, a.btn.btn-primary{
    border: #000 solid 1px !important;
}
.btn.btn-primary:hover {
    border: #000 solid 1px !important;
    background: #fff;
    color: #000 !important;
}
	.form-actions input[type="submit"] {
    /* width: 100% !important; */
		background-color: #333 !important;
		border-radius: 0;
		text-align: center;
		display: inline-block;
		margin: 0 auto;
		padding: 6px 12px !important;
	}
.ccm-dashboard-express-form fieldset .mb-3 {
    padding: 10px 0;
}
li.sky-tab-content-4 table.center td p {
    display: block !important;
    text-align: center;
}
div#header {
	    border-bottom: #ccc solid 1px !important;
}
.sb-search.without_res .sb-search-input {
    font-size: 30px;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
}
p.store-utility-links-login {
    float: left;
    padding-top: 5px;
}
.showcase-paragraph {
    padding: 0 25px;
}
.dropdown-menu li.nav-selected.nav-path-selected, .dropdown-menu li:hover a {
    color: #fff !important;
    cursor: pointer;
    display: block !important;
    width: 100%;
}
.email-address .form-control {
    height: 34px !important;
    
}
.store-product-image.col-md-8 {
    padding: 25px 10px;
}
a:hover {
    color: #000 !important;
}
.lower-footer h3 a:hover {
    text-decoration: underline;
}
.site-header {
    position: relative;

    background: #fff;
    border-bottom: 1px solid #8e8e8e !important
}
.site-header #menu {
    float: right;
    max-width: 465px;
}
#menu li ul li a {
    padding: 15px 10px !important;
}
.site-header #menu li{
}
.site-header__inner {
    display: table;
    width: 100%;
    table-layout: fixed;
}
button.site-header__icon-btn img {
    min-height: 25px;
}
.site-header__brand,
.site-header__main {
    display: table-cell;
    vertical-align: top;
}

.site-header__brand {
    width: 205px;
    background: #000;
}

.site-header__logo-link {
    display: block;
    padding: 18px 12px;
}

.site-header__logo {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.site-header__main {
    background: #fff;
}

.site-header__topbar {
    min-height: 74px;
    padding: 16px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 15px;
}

.site-header__welcome-wrap {
    margin-right: 10px;
    min-width: 0;
}

.site-header__welcome {
    display: inline-block;
    color: #8a7c70;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
}

.site-header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    position: relative;
}

.site-header__action {
    position: relative;
}

.site-header__icon-btn,
.site-header__mobile-toggle {
    background: transparent;
    border: 0;
    padding: 6px;
    color: #40352f;
    line-height: 1;
}

.site-header__icon-btn .glyphicon {
    font-size: 24px;
}

.site-header__dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 180px;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    transition: all .2s ease;
}

.site-header__dropdown a {
    display: block;
    padding: 8% 16px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}
.site-header__dropdown a:hover {
    color: #fff !important;
    background: #000;
}	
.site-header__dropdown a:last-child {
    border-bottom: 0;   
}

.site-header__action--account:hover .site-header__dropdown,
.site-header__action--account.is-open .site-header__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
            z-index: 1950   ;
}

.site-header__cart-count {
    position: absolute;
    top: -2px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #000;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.site-header__mobile-toggle {
    display: none;
    width: 34px;
    height: 30px;
    position: relative;
}

.site-header__mobile-toggle span {
    display: block;
    height: 2px;
    background: #222;
    margin: 5px 0;
}

.site-header__nav {
    padding: 0 30px 0;
}

.site-header__menu {
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.site-header__menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 30px !important;
}

.site-header__menu > li > a {
    display: block;
    padding: 18px 0 22px;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 14px;
}

.site-header__has-dropdown > a .caret {
    margin-left: 4px;
}

.site-header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 225px;
    background: #fff;
    text-align: left;
    border: 1px solid #ececec;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    transition: all .2s ease;
    z-index: 20;
}

.site-header__submenu > li > a {
    display: block;
    padding: 16px 18px;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;	
}

.site-header__submenu > li:last-child > a {
    border-bottom: 0;
}

.site-header__submenu > li > a:hover {
    background: #000;
    color: #fff;
}

.site-header__has-dropdown:hover > .site-header__submenu,
.site-header__has-dropdown.is-open > .site-header__submenu {
    opacity: 1;
    visibility: visible;
    z-index: 1950       ;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.site-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid #ececec;
    display: none;
}

.site-search-modal.is-open {
    display: block;
}

.site-search-modal__bar {
    position: relative;
    padding: 12px 70px 12px 20px;
}

.site-search-modal__form {
    position: relative;
}

.site-search-modal__input {
    width: 100%;
    height: 58px;
    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    font-size: 24px;
    padding: 8px 50px 8px 0;
    background: transparent;
}

.site-search-modal__input:focus {
    outline: none;
}

.site-search-modal__submit,
.site-search-modal__close {
    background: transparent;
    border: 0;
}

.site-search-modal__submit {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 22px;
}

.site-search-modal__close {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 36px;
    line-height: 1;
    color: #666;
}
/* Main dropdown container */
.site-header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px; /* adjust as needed */
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 999;
    overflow: hidden;
}

/* Each dropdown item */
.site-header__submenu > li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

/* Make anchor fill full row */
.site-header__submenu > li > a {
    display: block;
    width: 100%;
    padding: 16px 18px;
    color: #000 !important;
    background: transparent;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
}

/* Hover effect */
.site-header__submenu > li > a:hover,
.site-header__submenu > li:hover > a {
    background: #000;
    color: #fff !important;
    padding-left: 24px;
}

/* Optional: smoother dropdown appearance */
.site-header__has-dropdown {
    position: relative;
}

.site-header__has-dropdown .site-header__submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-header__has-dropdown:hover .site-header__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}   
@media (max-width: 991px) {
    .site-header__inner,
    .site-header__brand,
    .site-header__main {
        display: block;
        width: 100%;
    }

    .site-header__brand {
        background: #000;
        text-align: center;
    }

    .site-header__logo-link {
        padding: 14px 20px;
    }

    .site-header__logo {
        max-height: 72px;
        width: auto;
        display: inline-block;
    }

    .site-header__topbar {
        min-height: 0;
        padding: 12px 15px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 10px;
        border-bottom: 1px solid #ececec;
    }

    .site-header__welcome-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        min-width: 0;
        margin-right: 0;
    }

    .site-header__welcome {
        max-width: 100%;
        font-size: 13px;
        white-space: nowrap;
    }

    .site-header__actions {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

    .site-header__icon-btn .glyphicon {
        font-size: 21px;
    }

    .site-header__mobile-toggle {
        display: inline-block;
    }

    .site-header__nav {
        padding: 0;
        display: none;
        border-bottom: 1px solid #ececec;
    }

    .site-header__nav.is-open {
        display: block;
    }

    .site-header__menu {
        text-align: left;
        white-space: normal;
    }

    .site-header__menu > li {
        display: block;
        margin: 0;
        border-top: 1px solid #f0f0f0;
    }

    .site-header__menu > li > a {
        padding: 14px 15px;
    }

    .site-header__submenu {
        position: static;
        min-width: 0;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none;
        display: none;
        background: #fafafa;
    }

    .site-header__has-dropdown.is-open > .site-header__submenu {
        display: block;
    }

    .site-search-modal__bar {
        padding: 10px 55px 10px 15px;
    }

    .site-search-modal__input {
        height: 48px;
        font-size: 18px;
    }

    .site-search-modal__close {
        right: 12px;
        font-size: 30px;
    }

    .site-header__dropdown {
        right: 0;
        top: calc(100% + 6px);
    }
	.site-header__nav.is-open #menu {
        display: block;
        background: #000;
        position: absolute;
        z-index: 9050;
        padding: 15px;
    }
	.site-header__nav.is-open #menu li a {
            width: 100%;
        text-align: left;
}
}
@media (max-width: 0px) {
	.site-header__brand a img {
		max-width: 75% !important;
	}
	header.site-header {
		background: #000 !important;
	}
	
	ul.site-header__submenu.list-unstyled {
		background: #000 !important;
	}
	#menu>li ul.site-header__submenu.list-unstyled li {
		border-bottom: none !important;
	}
	.site-header__main {
		background: #000;
	}
	header.site-header {
		background: #000 !important;
	}
	span.site-header__welcome {
   		color: #fff;
	}
	button.site-header__mobile-toggle.js-mobile-nav-toggle span {
		background: #fff;
	}
	button.site-header__icon-btn img {
		filter: invert(1);
	}
	.site-header__nav.is-open #menu {
        display: block;
        background: #000;
        position: absolute;
        z-index: 9050;
        padding: 15px 0 !important;
        margin: 0 !important;
        width: 100%;
        left: 0;
    }
	header.site-header .container {
    padding: 0; 
}
	.site-header__menu > li {border-top: none;}
	.site-header__nav {
		position: relative;
		z-index: 999;
	}

	.site-header__submenu {
		position: relative;
		z-index: 1000;
	}
	.site-header__submenu {
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	}

	.site-header__has-dropdown.is-open > .site-header__submenu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}
@media (min-width: 1800px) {
    .container {
        width: 1470px;
    }
}
	@media (min-width: 1200px) {
		
	div#header .container , header.site-header .container {
		width: 970px;
	}
	div#logo {
		margin: 0 auto;
		text-align: center;
	}
	}
	}
	@media screen and (max-width: 767px) {
		span.store-items-in-cart {
			width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
		}
		p.store-utility-links-totals span img {
			width: 20px;
		}
		.store-utility-links > p {
			float: left;
			width: 58%;
		}
		.store-utility-links .store-cart-link {
           display: inline-block;
        top: 45px;        width: 22px;
        position: relative;
}
		.ccm-page .dropdown.login_dropdown .btn {
   background: #000; 
}
		li.sky-tab-content-4 table.center:last-of-type tr:nth-child(3) td {
    min-height: 220px  !important;
}
		ul.slicknav_nav ul.dropdown-menu {
    background: #000;
}
.dropdown-menu>li>a {
    color: #ccc !important;
}
ul.slicknav_nav li a {
	color: #ccc !important;
}
		span.store-welcome-message {
    display: none;
}
		nav.navibar > .container {
    width: 100%;
			min-height: 75px;
    float: left;
}

		header {
    background: #000 !important;
}
		.form-actions button.btn.btn-primary {
    width: 100%;
}
		.ccm-custom-style-main .col-sm-3 {
    text-align: center;
}
		div.pull-right>span {
			color: #fff;
		}
		.sb-icon-search:before {
			content: "\e000";
			color: #fff !important;
		}
		.pull-right {
			float: left!important;
		}
	}

	.sb-icon-search {
		background: #fff;
	}

	.sb-search-submit {
		background: #fff;
	}

	.sb-icon-search:before {
		content: "\e000";
		color: rgb(51, 51, 51);
	}

	.sb-search-open .sb-icon-search:before {
		content: "\e000";
		color: #000;
	}

	.sb-search-input {
		position: absolute;
		top: 0;
		right: 0;
		outline: none;
		background: #fff!important;
	}

	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		display: block;
		max-height: 595px;
	}
	.col-sm-3.footer-content h3{font-size: 12px;letter-spacing: 2.4px;font-weight: 500;}
	.col-sm-3.footer-content .nav>li>a {
		background-color: transparent;
		text-transform: uppercase;
	}
	#menu li a {
		color: #000000;
		font-family: FuturaPT;
		font-size: 12px;
		text-transform: capitalize;
		text-decoration: none;
		position: relative;

width: 100% !important;		display: block;



		padding-bottom: 10px;
		text-transform: uppercase;
		letter-spacing: 2.4px;
	}

	#menu>li>a:hover {
		color: #000000;
	/*    border-bottom-style: solid;
		border-bottom-width: 3px;
		border-bottom-color: #000000;
	*/    text-decoration: none;
		outline: none;
		cursor: pointer;
		background-color: transparent !important;
	}

	#menu>li:hover>a,
	#menu a.nav-selected {

	}

	#menu .dropdown-menu li.nav-selected.nav-path-selected a.nav-selected {
		border-bottom: none;
		color: #fff !important;
	}

	span.sb-icon-search {
		display: none;
	}

	#menu>li li {
		/*min-width: 180px;
		border-bottom: none !important;
		padding: 0;
		padding-bottom: 35px !important;*/
	}
	#menu>li li a {
	border-bottom: 1px solid #eee;
	}

	.dropdown-menu {
		padding: 0;
	}

	

	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover {
		background: transparent;
		color: #fff !important;
	}

	.search-content {
		width: 50%;
		float: right;
		margin-right: 30px;
	}

	.home #hero {
		margin-bottom: 30px;
	}
	.showcase__container.row img {
		width: 100%;
		object-fit: cover;
	}
	/*#banner {
		margin-bottom: 10px;
		-webkit-box-shadow: 0px 1px 5px 0px #000;
		-moz-box-shadow: 0px 1px 5px 0px #000;
		box-shadow: 0px 1px 5px 0px #000;
	}*/

	#main-sections {
		padding: 30px 0;
		padding-top: 130px;
	}

	.main-content h1,
	.main-content h2,
	.main-content h3,
	.main-content h4,
	.main-content h5,
	.main-content h6 {
		color: #000000;
		font-family:FuturaPT;;
		font-weight: lighter;
		line-height: 1.2;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
	}

	.main-content h4 {
		font-size: 26px;
		outline: none !important;
	}

	.main-content.third img {
		margin: 20px auto;
	}

	.main-content p {
		font-family: FuturaPT;
    letter-spacing: 0.2px !important; 
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

	.main-content a {
		color: #000;
		text-decoration: none;
	}

	a.cta-button {
		background-color: #996632;
		color: #ffffff !important;
		letter-spacing: 1px;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		margin: 10px 0;
		padding: 10px 15px;
		text-decoration: none;
		text-shadow: none !important;
		transition: all .3s linear 0s;
		-moz-transition: all .3s linear 0s;
		-webkit-transition: all .3s linear 0s;
		-o-transition: all .3s linear 0s;
	}

	a.max-rounded,
	.ccm-next-previous-previouslink a,
	.ccm-next-previous-nextlink a {
		border-radius: 0px;
		border: 1px solid;
		border-color: #000;
	}

	.d3-random-image {
		margin-bottom: 5px;
	}

	#page-content {
		padding-bottom: 80px;
	}

	#page-content .container .container,
	.container .container {
		width: 100%;
	}

	#main-navigation span.caret {
		margin-left: 7px;
	}

	.rslides_nav {
		background: transparent url("images/arrows.png") no-repeat left top;
		opacity: 1;
		height: 40px;
		width: 50px;
		top: 45%;
		margin: 0;
	}

	.rslides_nav.next {
		right: 15px;
	}

	.rslides_nav.prev {
		left: 15px;
	}


	/* #Header Text
	=========================================== */

	.header-text {
		padding: 20px 0 15px 0;
		font-family:FuturaPT;
		font-size: 14px;
		color: #000000;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgba(0, 0, 0, 0.1);
		margin: 0 0 60px 0
	}

	.header-text h1,
	.header-text h2,
	.header-text h3,
	.header-text h4,
	.header-text h5,
	.header-text h6 {
		/* customize_header_text_header_font_color */
		color: #000000;
		/* customize_header_text_header_font_color */
		font-family:FuturaPT;;
		font-weight: normal;
		line-height: 1;
	}

	.header-text h1 {
		font-size: 34px;
	}

	.header-text h2 {
		font-size: 29px;
		letter-spacing: 1px;
	}

	.header-text h3 {
		font-size: 28px;
	}

	.header-text h4 {
		font-size: 24px;
	}

	.header-text h5 {
		font-size: 20px;
	}

	.header-text h6 {
		font-size: 18px;
	}

	.header-text p {
		/* customize_header_text_pg_font_color */
		color: #000000;
		/* customize_header_text_pg_font_color */
		font-family:FuturaPT;;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 1.5;
		margin-bottom: 10px  !important;
	}

	.header-text a {
		/* customize_header_text_link_color */
		color: #996632;
		/* customize_header_text_link_color */
		text-decoration: none;
		text-decoration: none;
	}

	.header-text a:hover {
		/* customize_header_text_link_hover_color */
		color: #000;
		/* customize_header_text_link_hover_color */
	}

	.header-text ul {
		/* customize_header_text_ul_font_color */
		color: #000000;
		/* customize_header_text_ul_font_color */
		font-size: 13px;
		letter-spacing: 0.5px;
		margin: 0 0 10px;
	}

	.header-text ul li {
		line-height: 2.5;
	}

	.header-text ul li {
		list-style-type: disc;
		margin: 5px 0 0 20px;
		padding: 0;
	}

	.header-text ul li a {
		/* customize_header_text_link_list_font_color */
		color: #000000;
		/* customize_header_text_link_list_font_color */
		transition: all .3s linear 0s;
		-moz-transition: all .3s linear 0s;
		/* Firefox 4 */
		-webkit-transition: all .3s linear 0s;
		/* Safari and Chrome */
		-o-transition: all .3s linear 0s;
		/* Opera */
	}

	.header-text ul li a:hover {
		/* customize_header_text_link_list_hover_font_color */
		color: #ffffff;
		/* customize_header_text_link_list_hover_font_color */
	}

	.header-text ol {
		/* customize_header_text_ol_font_color */
		color: #000000;
		/* customize_header_text_ol_font_color */
		font-size: 13px;
		margin: 0 0 10px;
		padding: 0;
	}

	.header-text ol li {
		list-style-type: decimal;
		margin: 5px 0 0 25px;
	}

	.header-text dl {
		/* customize_header_text_dl_font_color */
		color: #000000;
		/* customize_header_text_dl_font_color */
		font-size: 13px;
		margin: 5px 0 0;
		padding: 0;
	}

	.header-text dt {
		font-weight: normal;
	}

	.header-text dd {
		line-height: 2.5;
		margin: 10px 0 10px 30px;
		padding: 0;
	}

	.header-text table {
		margin: 10px 0;
		font-size: 13px;
	}

	.header-text table tr th,
	table tr td {
		padding: 5px 5px;
	}

	.header-text table tr th {
		font-weight: normal;
	}

	.header-text table tr td {
		/* customize_header_text_table_font_color */
		color: #996632;
		/* customize_header_text_table_font_color */
	}

	.header-text blockquote {
		border-left: 4px solid #a1a1a1;
		padding-left: 20px;
	}

	.header-text cite {
		font-style: italic;
		font-weight: normal;
	}

	.header-text img {
		max-width: 100%;
		height: auto;
		margin: 0 0;
		width: 100%;
	}

	.main-content {
		font-family:FuturaPT;
	}

	.main-content h1,
	.main-content h2,
	.main-content h3,
	.main-content h4,
	.main-content h5,
	.main-content h6 {
		/* customize_main_font_header_color */
		color: #000000;
		/* customize_main_font_header_color */
		font-family:FuturaPT;;
		font-weight: normal;
		line-height: 1.2;
		margin-bottom: 10px;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
	}

	.main-content h1>a,
	.main-content h2 a,
	.main-content h3>a,
	.main-content h4>a,
	.main-content h5>a,
	.main-content h6>a {
		/* customize_main_font_header_link_color */
		color: #000000;
		/* customize_main_font_header_link_color */
		text-shadow: none;
		text-decoration: none;
	}

	.main-content h1>a:hover,
	.main-content h2>a:hover,
	.main-content h3>a:hover,
	.main-content h4>a:hover,
	.main-content h5>a:hover,
	.main-content h6>a:hover {
		/* customize_main_font_header_link_hover_color */
		color: #ffffff;
		/* customize_main_font_header_link_hover_color */
		text-shadow: none;
	}

	.main-content h1 {
		font-size: 40px;
		font-weight: bold
	}

	.main-content h2 {
		font-size: 36px;
	}

	.main-content h3 {
	font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-bottom: 1px solid #eee; /* Adds the underline from your layout */
    padding-bottom: 10px;
	}

	.main-content h4 {
		font-size: 26px;
		outline: none !important;
	}

	.main-content h5 {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		letter-spacing: 0.5px;
	}

	.main-content h6 {
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}

	.main-content p {
		font-family:FuturaPT;;
		/* customize_main_font_color */
		color: #000000;
		/* customize_main_font_color */
		font-weight: 200;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
	}

	.main-content strong {
		/* customize_main_bold_color */
		color: #000000;
		/* customize_main_bold_color */
		font-weight: 600 !important;
		letter-spacing: 0.5px;
		margin-bottom: none;
	}
	.nav>li>a:focus, .nav>li>a:hover {
		background-color: #fff;
	}
	.main-content a {
		 color: #000;
		text-decoration: none;
		position: relative;
		padding: 5px 0;
		display: inline-block;
	}
	.right-sidebar .nav li a:after {
		display: none !important;
	}
	.main-content a:hover {

	}
	 #menu li a:hover:after {
		-webkit-animation: btn-udrln-anim .8s cubic-bezier(.215,.61,.355,1);
		animation: btn-udrln-anim .8s cubic-bezier(.215,.61,.355,1);
		border-bottom: #000 1px solid;
	}

	#menu>li>a:after {
			border-bottom: 1px solid;
		content: "";
		display: block;
		position: absolute;
		width: 100%;
	}
	.main-content a:after {
				
			content: "";
			display: block;
			position: absolute;
			width: 100%;
		}
.main-content a:hover:after {
				border-bottom: #fff 1px solid;

		}
	.main-content td.store-cart-product-name a::after, .main-content td.store-cart-product-name a:after {
		display: none !important;
	}
td.store-cart-list-thumb a:after, td.store-cart-list-thumb a::after {
    display: none;
}
		#menu>li>a:after { border-bottom: #fff 1px solid;}



	html.js body div#top section.main-background div.container div.eleven.columns.alpha.main-content p a:hover {
		color: #000000 !important;
		text-decoration: underline !important;
	}

	.main-content ul {
		/* customize_main_ul_font_color */
		color: #333333;
		/* customize_main_ul_font_color */
		font-size: 14px;
		margin: 0 0 10px;
	}

	.main-content ul li {
		line-height: 1.4;
	}

	.main-content ul li {
		list-style-type: disc;
		margin: 5px 0 0 20px;
		padding: 0;
		color: #000000;
	}

	.main-content ul li a {
		/* customize_main_link_list_font_color */
		color: #000000;
		/* customize_main_link_list_font_color */
		transition: all .3s linear 0s;
		-moz-transition: all .3s linear 0s;
		/* Firefox 4 */
		-webkit-transition: all .3s linear 0s;
		/* Safari and Chrome */
		-o-transition: all .3s linear 0s;
		/* Opera */
	}
	.col-sm-4.main-content ul li a:hover {
		color: #000;
	}
	.col-sm-8.main-content ul li a:hover {
		/* customize_main_link_list_hover_font_color */
		color: #ffffff;
		/* customize_main_link_list_hover_font_color */
	}

	.main-content ol {
		/* customize_main_ol_font_color */
		color: #333333;
		/* customize_main_ol_font_color */
		font-size: 16px;
		margin: 0 0 10px;
		padding: 0;
	}
	ol.breadcrumb li a {
		color: #999;
	}
	.owl-carousel .item .cover .header-content {
		padding: 130px 0 80px 0!important;
	}
	.main-content ol li {
		list-style-type: decimal;
		margin: 5px 0 0 25px;
	}

	.main-content dl {
		/* customize_main_dl_font_color */
		color: #000000;
		/* customize_main_dl_font_color */
		font-size: 14px;
		margin: 5px 0 0;
		padding: 0;
	}

	.main-content dt {
		font-weight: bold;
	}

	.main-content dd {
		line-height: 1.5;
		margin: 10px 0 10px 30px;
		padding: 0;
	}

	.main-content table {
		margin: 0 0;
		line-height: 1.8;
	}

	.main-content table tr th,
	table tr td {
		padding: 0 0 0 0;
		font-size: 13px;
	}

	.main-content table p {
		padding: 0 0 0 0;
		font-size: 14px;
	}

	.main-content table a:hover {
		text-decoration: underline;
		color: #000000;
	}

	.main-content table tr th {
		font-weight: bold;
	}

	.main-content table tr td {
		/* customize_main_table_font_color */
		color: #333333;
		/* customize_main_table_font_color */
	}

	.main-content blockquote {
		border-left: 4px solid #a1a1a1;
		padding-left: 20px;
	}

	.main-content cite {
		font-style: none;
		font-weight: bold;
	}

	.main-content img {
		max-width: 100%;
		height: auto;
		margin: 0 0;
		padding: 0px !important;
	}

	.right-sidebar .nav {
		margin-left: 15px;
	}

	.right-sidebar .nav li {
		background-color: #000000;
		border-bottom: 0px solid #000000;
		border-radius: 0px;
		margin: 0 0 7px 0;
		list-style-type: none;
		-moz-transition: all .2s linear 0s;
		-webkit-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		display: block;
		line-height: 1.4;
	}

	.right-sidebar .nav li a {
		color: #fff;
		text-align: right;
		color: #ffffff;
		display: block;
		padding: 12px 20px 12px 0px;
		text-align: right;
		font-size: 16px;
		text-decoration: none;
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
	}

	.right-sidebar .nav li:hover {
		box-shadow: 2px 2px 2px #cccccc;
		background-color: #ffffff;
		color: #000000;
	}
	.right-sidebar .nav li:hover a{
		color:#000 !important;
	}
	.right-sidebar .nav li a:hover {
		background-color: transparent;
	}

	.breadcrumb {
		background-color: transparent;
		margin-bottom: 40px !important;
	}

	.breadcrumb>li {
		margin: 0 !important;
		font-size: 14px;
		color: #666666 !important;
	}

	.breadcrumb>.active {
		color: #000000;
	}

	.breadcrumb>li+li:before {
		padding: 0 5px;
		color: #000000!important;
		content: "/";
	}

	#footer {
		background-color: #000000;
		/*    border-top-width: 6px;
		border-top-style: solid;
		border-top-color: #000;*/
		position: relative;
		padding: 30px 0;
	}

	.lower-footer {
		margin-top: 30px;
		margin-bottom: 15PX;
	}

	.upper-footer-content .nav li a {
		color: #808080;
		border-bottom-width: 0px;
		border-bottom-style: dotted;
		border-bottom-color: #808080;
		font-size: 16px;
		font-weight: normal;
		float: left;
		position: relative;
		margin-bottom: 10px;
		display: block;
		padding: 0 18px 0 0;
		transition: all .5s linear 0s;
		-moz-transition: all .5s linear 0s;
		-webkit-transition: all .5s linear 0s;
		-o-transition: all .5s linear 0s;
	}

	.upper-footer-content .nav li a:hover {
		background-color: #000000;
		color: #1c0000;
		text-decoration: none;
		border-bottom-color: #000000;
	}

	.footer-content p {
		color: #808080;
		font-family:FuturaPT;;
		font-size: 12px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.footer-content a {
		color: #808080;
		text-decoration: none;
		transition: all .5s linear 0s;
		-moz-transition: all .5s linear 0s;
		-webkit-transition: all .5s linear 0s;
		-o-transition: all .5s linear 0s;
	}

	.slicknav_menu {
		background: #000000;
	}

	.slicknav_btn {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0;
		background-color: #000000;
	}

	.center-image img {
		text-align: center;
		margin: 50px auto 10px;
		float: none;
	}

	.unset-left {
		left: unset;
	}

	.unset-modalBody-unsetMarginTop {
		margin-top: 0;
		position: absolute;
		right: 0;
	}

	.modalContent-unsetBorderRadius {
		border-radius: 0;
		border: none;
		height: 100vh;
		overflow: auto;
	}

	.modalContent-contactModalbr0 {
		border-radius: 0;
		border: none;
	}

	.closeBtn-styles {
		font-weight: unset;
		font-size: 25px;
		opacity: unset;
		margin: 15px 32px !important;
	}

	.modalHeader-styles {
		padding: 0;
		border-bottom: 1px solid #000000;
	}

	.modalTitle-styles {
		padding-top: 15px;
		padding-bottom: 15px;
		margin: 0;
		margin-left: 40px;
		width: 80%;
		border-right: 1px solid #000000;
		color: #000000;
	}

	.row-borderBottom {
		border-bottom: 1px solid;
		padding: 20px 0px 20px 20px;
	}

	.row-borderBottom:first-child {
		border-bottom-color: #e2dfdf;
	}

	.row-borderBottom>.col-sm-8 {
		margin: 0px 150px 0px 8px;
		width: 200px;
	}

	.customModalPosition {
		position: absolute;
		top: 0;
		margin-top: 0;
		width: 100%;
	}

	.customModalStyles {
		border-radius: 0;
	}

	.closeButtonCol {
		float: left;
		clear: both;
		position: relative;
		top: 4em;
	}

	.imgCol {
		position: relative;
		top: 4em;
	}

	#cartIconTrans .modal.fade .modal-dialog {
		right: -600px;
		transform: none;
	}

	#cartIconTrans .modal.in .modal-dialog {
		right: 0;
		transition: 0.4s;
		transition-timing-function: ease-in-out;
	}
	@media (min-width: 769px) and (max-width: 1200px) {
		.navbar-header {
			float: right;
		}
		.ccm-block-page-list-pages .ccm-block-page-list-page-entry {
			width: 46.5%;
		}
	}
	@media (min-width: 1200px) {
		/* .container {
			width: 970px;
		} */
		body.products .container {
			width: 92%;
			margin: 0 auto;
			max-width: 1480px;
		}
	}

	@media (min-width: 768px) {
		.no-js .owl-carousel,
		.owl-carousel.owl-loaded {
			max-height: 360px;
		}
		.navbar-header {
			float: none;
		}
		.nav>li {
			float: none;
			display: inline-block;
		}
		.navbar-nav>li>a {
			padding-top: 15px;
			padding-bottom: 15px;
		}
	}


	/*=====================Back to top Styles================================*/

	#elevator_item {
		width: 40px;
		position: fixed;
		right: 100px;
		bottom: 10px;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		opacity: 1;
		z-index: 100020;
		display: none;
	}

	#elevator_item.off {
		opacity: 0;
		visibility: hidden
	}

	#elevator {
		display: block;
		width: 40px;
		height: 40px;
		background: url(images/single-arrow-up-white.png) center center no-repeat;
		background-size: 25px 25px;
		background-color: #000000;
		box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
		cursor: pointer;
	}

	#elevator:hover {
		background-color: #fff;
		background: url(images/single-arrow-up-black.png) center center no-repeat;
	}

	#elevator:active {}

	.ccm-next-previous-previouslink a,
	.ccm-next-previous-nextlink a {
		background-color: #ffffff;
		color: #996632;
		text-shadow: none !important;
		text-decoration: none !important;
		letter-spacing: 1px;
		font-size: 13px;
		font-weight: normal;
		text-align: center;
		margin: 10px 0;
		padding: 10px 12px;
		text-decoration: none;
		text-shadow: none !important;
		transition: all .3s linear 0s;
		-moz-transition: all .3s linear 0s;
		-webkit-transition: all .3s linear 0s;
		-o-transition: all .3s linear 0s;
	}

	a.max-rounded,
	.ccm-next-previous-previouslink a,
	.ccm-next-previous-nextlink a {
		border-radius: 0px;
		border: 1px solid;
		border-color: #000;
	}
	@media screen and (max-width: 767px) {

  /* Make header row flexible */
  .navibar .row {
    display: flex;
    flex-direction: column;
  }

  /* Move utility (welcome + icons) to TOP */
  .search-content {
    order: 1;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 5px 10px;
  }

  /* Move logo below */
  .navbar-header {
    order: 2;
    text-align: center;
    width: 100%;
            margin-top: 45px;
  }

  #logo {
    text-align: center;
    margin: 5px 0;
  }

  /* Move navigation below logo */
  #main-navigation {
    order: 3;
    width: 100%;
    text-align: center;
  }

  /* Optional: center menu items */
  #menu {
    margin-top: 10px;
  }
    .col-sm-4.col-md-3.col-xs-12, .col-sm-8.col-md-9.col-xs-12 {
    height: 85px;
}
.store-utility-links.store-cart-empty * {
    color: #fff !important;
}
.store-utility-links.store-cart-empty {
    position: relative;
    top: -90px;
}
}
	@media (max-width: 767px) {
		div#six-perslide .slick-prev {
			z-index: 999;
		}
		    div#main-navigation {
				top: -30px !important;
				background: transparent !important;
			}
			#menu li a {
        color: #fff !important;
        text-decoration: none !important;
        border-bottom: none !important;
        font-weight: bolder;
        font-size: 18px !important;
        line-height: 1.3 !important;
    }
	#menu ul.site-header__submenu.list-unstyled li a {
    color: #000 !important;
}
#menu ul.site-header__submenu.list-unstyled li a:hover {
    color: #fff !important;
}
    .site-header__menu > li {
        border-top: 1px solid #000;
    }
	.dropdown-menu{background: #000 !important;}
	.dropdown-menu li.nav-selected.nav-path-selected, .dropdown-menu li:hover {
    border: none !important;
    background: transparent !important;
}
.dropdown-menu li{border: none !important;}
.dropdown-menu li a{color: #fff !important; font-weight: bold !important;}
	#menu>li>a:after, dropdown-menu li a:after {
    border-bottom: none !important;
}
		    .ccm-page.page-type-page.page-template-full .header-text p a img {
        display: block;
        margin: 15px auto !important;
        text-align: center;
        float: none;
    }
		.footer-content * {
			text-align: center !important;
		}
		.showcase__container.row img {
			height: 435px;
			position: relative;
			top: 1px;
		}
		#header {
			background-color: #000
		}
		.caret {
			display: none;
		}
		#menu ul.dropdown-menu li a {
			color: #000 !important;
		}
		#menu ul.dropdown-menu li a:hover {
			color: #fff !important;
		}
		
		a.slicknav_btn {
            position: relative;
            top: -35px;
        	float: left;
        }

		.sb-icon-search {
			color: #fff;
			background: #000;
		}
		.sb-search.sb-search-open,
		.no-js .sb-search {
			width: 100%;
		}
		.right-sidebar .nav {
			margin: 20px 0;
		}
		.owl-carousel .item img {
			height: 315px !important;
		}
		.owl-carousel .item .cover .header-content {
			padding: 30px !important;
		}
		.owl-carousel .item .cover .header-content h1 {
			font-size: 34px !important;
		}
		.owl-carousel .item .cover .header-content h2 {
			font-size: 20px !important;
		}
		.sb-search.without_res {
			float: right;
			margin-top: 3px;
		}
		.search-content .pull-right {
			float: right !important;
		}
		.js .slicknav_menu {
			 width: 100%;
		}a:focus {
    outline: none !important;
    outline-offset: -2px;
}
		ul.slicknav_nav li a {
			font-size: 2.4rem;
			text-align: left;
			background:  transparent !important;
			font-weight: bold;    padding-left: 5px !important;
		}
		ul.slicknav_nav li a:hover {
			color: #fff !important;
		}
		
		.col-sm-4.col-md-3.col-xs-7 {
			position: relative;
			top: 30px;
			left: 75px;
		}
		div.nav-searchLogin-icons img {
			width: 45px;
			filter: invert(100%);
		}
		#logo img {
			height: 110px;
			max-width: max-content;
			position: relative;
			top: -30px;
		}
		.nav-searchLogin-icons {
    position: relative;
    top: 5px;
        right: -75px;
}
    div#mobile-nav a i.fa {
        display: block;
        color: #fff;
        font-size: 24px;
        float: left;
        position: absolute;
        left: 20px !important;
        top: -30px !important;
        font-weight: normal;
    }
.search-content .col-sm-6:first-child, .search-content .pull-right>div:first-child, .search-content .dropdown.login_dropdown {
    display: none;
}
			.col-sm-8.col-md-9.col-xs-5 .col-sm-6 {
    padding-right: 0;
}
		div#logo {
    margin: 0 auto;
    text-align: center;
}
		.owl-carousel .item .cover .header-content h3.second-elem {
			color: #fff !important;
			font-size: 20px !important;
		}
		.col-xs-12.bottom-neg.main-content .igSpacer {
			display: none !important;
		}
		.slicknav_nav .glyphicon-menu-down:before {
			content: "\e259";
			visibility: hidden;
		}
		.customModalPosition {
			margin: 0;
		}
	}

	.search-content i.fa.fa-search {
		color: #fff;
		border: none;
		outline: none;
		z-index: 3;
		background: #000 !important;
		height: 26px;
		position: relative;
		right: -15px;
		float: right;
		display: inline-block;
		padding: 6px;
		cursor: pointer;
	}

	.login_dropdown {
		display: inline-block;
	}

	.login_dropdown .btn-default {
		border: 0;
		background: transparent;
		padding: 0;
	}

	.login_dropdown .btn-default:hover {
		background-color: #666;
		border: 0;
	}

	.login_dropdown .dropdown-menu {
		padding: 10px 0;
		margin-top: 0;
	}

	.cart_title {
		margin-top: 5px;
		margin-bottom: 25px;
		font-weight: bold;
		color: #000000;
	}

	.cart_alert {
		color: #666666;
		background-color: #f1f1f1;
		border-color: #ccc;
		border-radius: 0;
	}

	.table-condensed.cart_table th {
		color: #000000;
	}

	.bb {
		color: #000000;
		font-weight: bold;
	}

	.bb:hover {
		color: #000000;
		font-weight: bold;
	}

	.table-condensed.cart_table tbody td {
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #000;
	}

	.table-condensed.cart_table tfoot {
		display: none;
	}

	.cross_cart {
		color: #fff;
		background-color: #000000;
		border-color: #000000;
		padding: 2px 5px;
		border-radius: 0;
	}

	.cross_cart:hover {
		color: #fff;
		background-color: #000000;
		border-color: #000000;
		padding: 2px 5px;
		border-radius: 0;
	}

	.btnn {
		color: #000 !important;
		background-color: #fff !important;
		border-color: #000 !important;
		border-radius: 0 !important;
	}

	.btnn:hover {
		background: #000;
		color: #fff;
	}

	.btnn_n {
		color: #fff;
		background-color: #000;
		border-color: #000;
		border-radius: 0;
	}

	.btnn_n:hover {
		color: #fff;
		background-color: #000;
		border-color: #000;
		border-radius: 0;
	}

	.btnn_nn {
		color: #fff;
		background-color: #000;
		border-color: #000;
		border-radius: 0;
	}

	.btnn_nn:hover {
		color: #fff;
		background-color: #000;
		border-color: #000;
		border-radius: 0;
	}

	.store-checkout-cart-contents h2 {
		font-weight: 600;
		border-bottom: 1px solid #000;
		    margin-bottom: 35px;
    font-size: 30px;
    margin-top: 65px;
	}

	.store-checkout-form-group-body h2 {
		font-weight: 600;
		/* border-bottom: 1px solid #000; */
		margin-bottom: 65px;
		font-size: 30px;
	}

	.store-cart-table thead tr th {
		font-weight: 800;
		color: #000000;
	}

	.store-cart-table tbody td a {
		font-weight: 800;
		color: #000000;
	}

	.store-cart-table tbody tr td {
		padding: 22px 0;
	}

	.list-group-item {
		border: none;
	}

	table#cart {
		border-bottom: 1px solid;
	}

	div#cart-modal {
		padding: 20px 40px 40px 40px;
	}

	p.store-cart-page-cart-total.text-right {
		color: #000;
		margin-top: 40px;
		margin-bottom: 25px;
	}

	span.store-cart-grand-total-value {
		font-weight: 700;
	}

	.table-condensed.cart_table thead tr th {
		border-bottom: 0;
	}

	.login_dropdown .nav-searchLogin-icons img {
		padding-top: 0;
	}

	.btn-success.active,
	.btn-success:active,
	.open>.dropdown-toggle.btn-success {
		color: #fff;
		background-color: #000;
		border-color: #000;
	}

	.btnn_nn:active {
		color: #fff;
		background-color: #000;
		border-color: #000;
		border-radius: 0;
	}

	.ccm-page .btn, .ccm-page .form-actions input[type="submit"] {
		color: #fff !important;
		background-color: #000;
		border-color: #000;
		border-radius: 0;
		line-height: 35px;
		letter-spacing: 2px !important;
		min-width: 140px;
		text-decoration: none;
		border: none !important;
		text-transform: uppercase;
	}
.ccm-page .dropdown.login_dropdown .btn {
    background: #fff;
}
	.ccm-page a.btn.btn-default {
		color: #000 !important;
	}
	.ccm-page a.store-btn-more-details.btn.btn-default {
		color:#fff !important;
	}
	.showcase__content.content-black a.store-btn-more-details.btn.btn-default {
		color: #000;
	}
	input.sb-search-input.ccm-search-block-text {
		padding: 0 40px;
	}

	form.ccm-search-block-form {
		/* min-height: 131px; */
		display: block;
	}

	input#main_search {
		background-image: url(https://sakkho.com/application/files/1116/2669/0749/icon-search.svg) !important;
		background-color: transparent !important;
		background-repeat: no-repeat !important;
		width: 31px;
		height: 31px;
		/* top: 3.5em; */
		display: block !important;
		float: left;
	}

	.sb-search.without_res {
		top: 0;
	}

	input.sb-search-input.ccm-search-block-text {
		width: 100%;
		/* min-height: 131px; */
	}

	.closeButtonCol {
		top: 0.3em;
		font-size: 30px;
	}
	input.sb-search-input.ccm-search-block-text {
		font-size: 16px;
	}
	.col-sm-3.footer-content h3 {
		color: #000;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.col-sm-3.footer-content .nav>li {
		float: none;
		display: block;
		text-align: left;
	}
	.col-sm-3.footer-content ul.list-inline {
		padding-top: 15px !important;
	}
	.col-sm-3.footer-content .nav>li>a{background-color:transparent;}
	.lower-footer a {
		color: #000;
	}
/* ============================================================
   SAKKHO ULTRAWIDE CAROUSEL: FINAL RESOLUTION FIX
   ============================================================ */

/* 1. THE LAYOUT: Force the carousel to fill the screen width */
#six-perslide.slick-slider {
    width: 100% !important;
    max-width: 95% !important; /* Leaves a small margin on edges */
    margin: 0 auto !important;
    overflow: visible !important;
}

/* 2. THE IMAGES: Scale them up to kill the wide gaps */
#six-perslide .store-product-list-thumbnail img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 10px !important; /* Reduces gap between image and title */
}

/* 3. THE TEXT: Balanced for High-Res (No more tiny text) */
#six-perslide h2.store-product-list-name {
    font-size: 18px !important; /* Slightly larger for visibility */
    color: #000000 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    letter-spacing: 1px !important;
    /* Kill the Jump */
    transform: none !important; 
    transition: none !important;
}

#six-perslide .store-product-list-item p,
#six-perslide .store-product-list-price {
    font-size: 15px !important; /* Increased from 12px so it's readable */
    color: #444444 !important;
    margin-top: 2px !important;
    /* Kill the Jump */
    transform: none !important;
    transition: none !important;
}

/* 4. THE ARROWS: Make them Bold and Black */
#six-perslide .slick-prev:before, 
#six-perslide .slick-next:before {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 40px !important; /* Larger for high-res screens */
    font-weight: bold !important;
}

#six-perslide .slick-prev { left: -50px !important; }
#six-perslide .slick-next { right: -50px !important; }

/* 5. THE HOVER: Total Lockdown (No jumping) */
/* This targets the container and all children to stop the "jump" */
#six-perslide .slick-slide,
#six-perslide .slick-slide:hover,
#six-perslide .store-product-list-item,
#six-perslide .store-product-list-item:hover,
#six-perslide .store-product-list-item * {
    transform: none !important;
    -webkit-transform: none !important;
    margin-top: initial;
    top: 0 !important;
    text-decoration: none !important;
}

/* 6. IMAGE SPACING: Fix the "Tiny" photo look */
#six-perslide .slick-track {
    display: flex !important;
    align-items: flex-start !important;
}
#six-perslide .slick-slide {
    padding: 0 15px !important; /* Adds professional breathing room between photos */
}/* ============================================================
    GROUPED MAILCHIMP CODING
    ============================================================ */

/* --- 1. Main Form Container --- */
.d3-mailchimp form {
    /* [CONFLICT: HEIGHT] You have 38px, 37px, and 37px !important. 
       The 37px !important at the bottom will win. */
    height: 37px !important; 
    
    /* [CONFLICT: WIDTH] 90% vs 340px !important. 
       The 340px will win, which might be too wide for very small phones. */
    width: 90%;
    max-width: 340px !important;
    
    /* [CONFLICT: MARGIN] You have '0 auto' and '0 auto !important'. */
    margin: 0 auto !important;
    
    padding: 0 0 0 5px;
    border: #ccc solid 1px;
    float: none !important;
}

/* Specific Footer Override (This is fine as it targets a specific area) This is what is causing issues on login etc pages.. so commenting it out. */
.ccm-custom-style-container.ccm-block-custom-template-footer .d3-mailchimp form {
    /*height: 44px !important;*/
}

/* --- 2. Email Input Field --- */
.d3-mailchimp form .email-address {
    width: 50%;
    display: inline-block;
    height: 35px;
    float: left;
}

.d3-mailchimp form input#email_address {
    border: none;
    /* Note: If the form is 37px, a 35px input leaves only 1px gap top/bottom */
}

/* --- 3. Submit Button --- */
.d3-mailchimp form .submit-button {
    float: right;
    width: 50%;
}

.d3-mailchimp form .submit-button input#submit {
    min-width: 50px;
    width: 100%;
    float: right;
    padding: 0px !important; 
    text-transform: none !important;
}
