html {
  font-size: 14px;
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
:root {
    --bs-green: #027943;
    --bs-teal: #E3EEE0;
    --bs-red: #CA2028;
    --bs-font-sans-serif: "Montserrat", Arial, sans-serif;
    --bs-gray: #2F4858;
    --bs-primary: #0068AC;
    --bs-danger: #CA2028;
    --bs-orange: #FA9E36;
    --bs-light: #ececec;
}
a{
    text-decoration: none;
}
.bg-orange{
    background-color: var(--bs-orange);
}
.bg-gray {
    background-color: var(--bs-gray);
}
.bg-red{
    background-color: var(--bs-red);
}
.bg-green {
    background-color: var(--bs-green);
}
.bg-teal {
    background-color: var(--bs-teal);
}
.bg-light{
    background-color: var(--bs-light) !important;
}
.text-orange {
    color: var(--bs-orange);
}
.text-red {
    color: var(--bs-red);
}
.text-green {
    color: var(--bs-green);
}
.text-teal {
    color: var(--bs-teal);
}
.btn.bg-green, .btn.bg-red {
    color: white;
}
.btn.bg-green:hover {
    color: black;
    background-color: var(--bs-teal);
}
.btn.bg-white:hover{
    color: var(--bs-green);
    /*background-color: var(--bs-orange) !important;*/
}
.btn-primary{
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.border-info {
    border-color: var(--bs-green) !important
}
.btn.bg-red:hover{
    background-color: var(--bs-green);
}
.btn.bg-orange:hover {
    background-color: var(--bs-light);
}
.btn-outline-info{
    color: var(--bs-green);
    border-color: var(--bs-green);
}
.btn-outline-info:hover {
    background-color: var(--bs-green);
    border-color: var(--bs-green);
}
.fw-bold {
    font-weight: 600 !important;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--bs-green);
}
.btn-outline-success{
    color: var(--bs-green);
    border-color: var(--bs-green);
}
    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active, .btn-outline-success:hover {
        border-color: var(--bs-green);
        background-color: var(--bs-green);
    }
    .hidden {
        display: none;
    }
.sale-badge {
    width: 4rem;
    line-height: 4;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.countdown-wrap {
    width: 100%;
    position: absolute;
    bottom: 5%;
}
.announcement-bar {
    display: flex;
    overflow: hidden;
}

    .announcement-bar > div {
        flex-shrink: 0;
        width: 100%;
    }
.form-control {
    padding-top: .6875rem;
    padding-bottom: .6875rem;
}

.form-check-input:checked {
    background-color: var(--bs-green);
    border-color: var(--bs-green);
}
    button.loading:after, btn.loading:after {
        content: '';
        width: .75rem;
        height: .75rem;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-left: .5rem;
        border-width: 1px 1px 1px 0;
        animation: spin .5s linear infinite;
    }
.nav-link img{
    max-width: 100%;
}
.img-fluid{
    margin: auto;
}
/* header */
body.checkout{
    overflow-x: hidden;
}
.navbar-toggler .icon-bar {
    display: block;
    height: 2px;
    margin-top: .25rem;
    transition: all .2s;
    width: 20px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 16% 190%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
}

.navbar-toggler.collapsed .top-bar, .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.dropdown:not(.mega-item) .nav-link{
    white-space: nowrap;
}
.form-check-input[type="checkbox"] {
    font-size: 1.5rem;
    margin-top: 0;
}
@media(max-width: 991px) {
    #navbarMenu{
        background-color: #ffffff;
    }
    .row.gap-sm {
        margin-right: 0;
    }

        .row.gap-sm > * {
            padding-right: 0;
        }

    .container-lg {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-collapse .container {
        padding: 0;
    }

    .nav-link, .nav-item .btn {
        padding: .9rem .8rem;
    }

    .nav .nav-item.level-1 {
        width: 100%;
    }

        .nav .nav-item.level-1:not(:last-child) {
            border-bottom: 1px solid black;
        }

    .nav-item .btn {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
    }

    .dropdown-menu {
        position: static !important;
        background-color: unset;
        padding: 0 1.5rem;
        transform: unset !important;
        max-height: 350px;
        overflow-y: auto;
        border: 0;
    }

    .ui-menu {
        max-width: 80%;
    }

    #header .nav-link.bg-red {
        font-size: 1rem;
        border-radius: 0 !important;
    }
    .countdown-wrap{
        font-size: 1rem;
    }
}

/* end header */
@media(min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1360px;
    }
}
@media (min-width: 992px) {
    html {
        font-size: 14px;
    }

    .offcanvas-lg-none{
        visibility: visible !important;
        position:static;
        transform: none;
    }
    .position-lg-absolute{
        position: absolute !important;
    }
}
@media(min-width: 992px){
    .mega-item{
        position: static;
    }
    .nav .dropdown-menu {
        inset: unset !important;
    }
    .mega-item .dropdown-menu {
        width: 100%;
        transform: unset !important;
        left: 0 !important;
    }
    body.checkout #basketSidebar::after{
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: #fafafa;
        z-index: -1;
        border-left: 1px solid #dedede;
    }
}

.bg-pentagon{
    background: url('/images/icons/pentagon.png') top center / 100% no-repeat;
}
html {
    position: relative;
    min-height: 100%;
}
a[data-bs-toggle="collapse"]{
    text-decoration: none;
}
.product__price--was:before {
    content: 'Was: ';
}
.product__price--save-with-code:before {
    content: 'Save: ';
}
.swatches{
    display: flex;
    flex-wrap: wrap;
}
    .swatches label span{
        font-size: 0;
        width: 50px;
        height: 50px;
        display: block;
        border-radius: .5rem;
        border: 1px solid #c5c5c5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .swatches input[type=radio]:checked + label span:after {
        content: '';
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        background-color: var(--bs-green);
        width: 1.125rem;
        height: 1.125rem;
        position: absolute;
        top: -.25rem;
        right: -.25rem;
        border-radius: 50%;
    }
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    z-index: 1;
    background: unset;
    width: auto;
}

.slick-prev {
    left: .5rem;
}

.slick-next {
    right: .5rem;
}
.card.shadow {
    transition: box-shadow .2s ease-in;
    box-shadow: 0px 4px 24px 0px #00000026 !important;
}

    .card.shadow:hover {
        box-shadow: 4px 3px 24px 0px #0000002E !important;
    }
.dropdown-toggle::after {
    content: none;
}
.read-more{
    overflow: hidden;
}
a[data-readmore-toggle*="rmjs"]{
    color: var(--bs-green);
    text-decoration: underline;

}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.custom-scrollbar:hover::-webkit-scrollbar-track {
    background: #dedede;
}

.custom-scrollbar:hover::-webkit-scrollbar-thumb {
    background: var(--bs-green);
}

.custom-rangeSlide{
    position: relative;
}
    .custom-rangeSlide input[type="range"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 8px;
        background: #c4c4c4;
        width: 100%;
        margin: 0;
        border-radius: .3rem;
    }
.custom-rangeSlide .range-color {
    height: 8px;
    background-color: var(--bs-green);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: .3rem;
    max-width: 100%;
}
.custom-rangeSlide input[type="range"]::-webkit-slider-thumb {
   
    background-image: url('/images/icons/slider-thumb.png?v=1');
    background-color: white;
    transform: rotateY(180deg);
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-color: unset !important;
    outline: none;
    box-shadow: none !important;
    border: 0;
    margin-top: -13px;
}
    .custom-rangeSlide input[type="range"]::-moz-range-thumb {
        background-image: url('/images/icons/slider-thumb.png?v=1');
        background-color: white;
        transform: rotateY(180deg);
        width: 32px;
        height: 32px;
        background-position: center;
        background-size: contain;
        background-color: unset !important;
        outline: none;
        box-shadow: none !important;
        border: 0;
        margin-top: -13px;
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/lib/fancyBox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/lib/fancyBox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/lib/fancyBox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/lib/fancyBox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/lib/fancyBox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('/lib/fancyBox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


#productGrid.loading:after {
    content: '';
    width: 2rem;
    height: 2rem;
    display: block;
    border-radius: 50%;
    border: 2px solid var(--bs-green);
    margin: 2rem auto 0;
    border-right: 0;
    animation: spin .5s linear infinite;
}
#productAddOn .nav-pills {
    color: #ccc;
}
    #productAddOn .nav-pills .active{
        color: black;
    }
    #productAddOn .nav-pills .active .dot-lg {
        color: var(--bs-orange);
    }
    /*--Customer Support--*/

    

.wrap-login-page .login-page a{
    text-decoration:none;
}

.wrap-login-page .login-page .login .login-guest .support {
    padding-top: 40px;
}
.wrap-login-page .login-page .login .login-guest .support .support__header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.wrap-login-page .login-page .login .login-guest .support .support__header svg {
    width: 40px;
    padding-right: 10px;
}
.wrap-login-page .login-page .login .login-guest .support .support__header h2 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 24px;
}
.wrap-login-page .login-page .login .switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
    margin: 0 5px;
}
.wrap-login-page .login-page .login .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.wrap-login-page .login-page .login .switch .slider.round {
    border-radius: 34px;
}

.wrap-login-page .login-page .login .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.wrap-login-page .login-page .login .switch .slider.round:before {
    border-radius: 50%;
}
.wrap-login-page .login-page .login .switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.wrap-login-page .login-page .login .login-guest .support .support__link a {
    color: #33508a;
}
.wrap-login-page .login-page ul.breadcrumb li a {
    color: #777;
    text-decoration:none;
}
.wrap-login-page .login-page label{
    font-weight:500;
}
.wrap-login-page .login-page .login .switch input:checked+.slider {
    background-color: var(--bs-green);
}
.wrap-login-page .login-page .login .switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
#forgot-pass .btn-primary, #change-pass .btn-primary {
    background-color: #ff9720;
    border-color: #ff9720;
}
#forgot-pass .modal-header, #change-pass .modal-header {
    background: #e74c3c;
    color: #fff;
    display: initial;
}
#forgot-pass .close, #change-pass .close {
    color: #000;
    position: absolute;
    text-decoration:none;
}
.customer-support {
    color: #454545;
}
.dashboard h1 {
    font-size: 26px;
}
.dashboard .btn-primary {
    background: #ff9720;
    border-color: #ff9720;
    margin-bottom:10px;
}
.dashboard .product-name a{
    color:#454545;
    text-decoration:none;
}
.dashboard h4{
    font-weight:normal;
    font-size:17px;
}
.dashboard .account-tabs .options .btn {
    font-size: 13px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    white-space: unset;
}
.dashboard .myAccountList{
    list-style:none;
    padding-left:0;
}
.dashboard .myAccountList .thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.dashboard .myAccountList .thumbnail .img-order {
    max-width: 100%;
    height: auto;
    max-height: 110px;
}
.dashboard .myAccountList li a {
    font-size: 14px;
    display: block;
    color: #454545;
    text-decoration: none;
}
.dashboard .myAccountList li a i {
    display: block;
    clear: both;
    font-size: 44px;
    margin-bottom: 10px;
}
.dashboard-box .breadcrumb {
    border: 1px solid #DDD;
    background: 0;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.dashboard-box .breadcrumb > li {
    display: inline-block;
}
.dashboard-box .breadcrumb > li a{
    color:#454545;
    text-decoration:none;
}
.dashboard-box .breadcrumb > li {
    display: inline-block;
}
.dashboard-box .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.dashboard-box .breadcrumb > .active {
    color: #777;
}
.customer-support .btn-primary {
    background-color: #ff9720;
    border-color: #ff9720;
}
.customer-support #list-order .item-detail img{
    max-width:100%;
}
.order-tracking h3 {
    font-size: 20px;
    line-height: 24px;
}
.order-tracking h4{
    font-size:17px;
}
.order-tracking .total-detail td {
    border-top: 1px solid #ddd;
    border-bottom:none;
}
.btn-action a{
    width:100%;
}

.btn-toolbar .btn {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    padding: 5px 10px !important;
}

.btn-toolbar .btn .fa {
    border-radius: 100px !important;
    line-height: 15px !important;
    font-size: 13px !important;
}
.faq-list.customer-support .css-ac-content h5 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
}
.content-customerservice h2 {
    font-size: 24px;
    font-weight: normal;
}
.dashboard .css-ac input[type="checkbox"], .dashboard .css-ac input[type="radio"] {
    display: none;
}
.css-ac input[type="checkbox"] + label, .css-ac input[type="radio"] + label {
    font-size: 18px;
    padding: 30px 0;
    font-weight:bold;
}
.faq-list.customer-support .css-ac-content i {
    display: inline-block;
    text-align: right;
    float: right;
    color: #4f81bd;
    cursor: pointer;
}
.content-customerservice{
    font-size:14px;
}
.feedback-message #UploadAttachment img {
    position: absolute;
    top: 10px;
    right: 20px;
}
.feedback-message #UploadAttachment {
    width: 70px;
    position:relative;
}
.feedback-message .ajax-upload-dragdrop {
    height: 50px;
    width: 87% !important;
    margin: 0 10px 20px 0;
    float: left;
}
.feedback-message .ajax-file-upload {
    height: 40px !important;
}
.feedback-message #UploadAttachment .upload-theme {
    height: 20px;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    float: right !important;
    width: 30px !important;
    margin-top: 10px;
}
.content-customerservice .block-title-2 {
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    padding-bottom:15px;
    margin-top:20px;
}
.content-customerservice .newcommentfirst{
    margin-left:15px;
}
.product-details .answer {
    margin-top: 10px;
    margin-bottom: 15px;
}
.content-customerservice .radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.content-customerservice .radio-inline label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.content-customerservice .radio-inline input{
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.content-customerservice .ol-theme{
    list-style:none;
}
.ol-theme .sub-list.indent {
    padding-left: 80px;
    margin-top: 20px
}
.content-customerservice .side-note.yellow {
    color: #fa9300;
    font-style: italic;
    margin: 10px 0;
    width: 50%;
}
.dashboard .btn-warning{
    color:#fff;
}
.content-customerservice .product-details ul li {
    list-style: none;
    margin-top:10px;
}
.report-messages .image-popup {
    padding: 0;
    margin: 5px 0;
    list-style: none;
}
.report-messages .image-popup li img {
    width: 100%;
    height: auto;
}
.report-messages .image-popup li {
    display: inline-block;
    width: 60px;
    height: auto;
}
.report-messages .image-popup li:not(:last-child) {
    margin-right: 2px;
}
.report-messages .image-popup {
    padding: 0;
    margin: 5px 0;
    list-style: none;
}
.css-ac ul {
    list-style: initial;
    padding: 0 40px;
}
.feedback-message input[type="file"] {
    float: right !important;
    width: 30px !important;
    height: 10px;
    margin-top: 10px;
}

.feedback-message #UploadAttachment img {
    position: absolute;
    top: 10px;
    right: 20px;
}

.feedback-message #UploadAttachment .upload-theme {
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    opacity: 0;
}

.feedback-message .image-popup {
    text-align: right;
}

    .feedback-message .image-popup img {
        margin: 0 5px;
    }

.feedback-message .ajax-file-upload {
    height: 40px !important;
}

.feedback-message .ajax-upload-dragdrop {
    height: 50px;
}

.feedback-message #UploadAttachment {
    width: 70px;
}

.attachment-preview .image-popup li {
    display: inline-block;
    position: relative;
}
.attachment-preview .image-popup li a {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.attachment-preview .image-popup li a img {
    width: 100%;
    height: auto;
}

.attachment-preview .image-popup li .delete {
    background-color: #000;
    color: #fff;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 11px;
    font-size: 10px;
    border-radius: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    z-index: 1000;
}

.attachment-preview .image-popup li .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 9px;
    text-align: center;
    background-color: #fff;
    opacity: 0.5;
    color: #000;
    padding: 8px 0;
    z-index: 998;
}
.attachment-preview .image-popup li .loading img {
    width: 50%;
    margin-bottom: 5px;
    height: auto;
}
.ol-theme {
    padding-left: 20px;
    margin: 15px 0;
}
@media (max-width: 375px) {
    .ol-theme {
        padding-left: 0;
    }
}
.ol-theme li {
    font-size: 14px;
    margin-bottom: 20px;
}
.ol-theme .sub-list {
    margin-top: 15px;
}
.ol-theme .sub-list.indent {
    padding-left: 80px;
}

@media (max-width: 375px) {
    .ol-theme .sub-list.indent {
        padding-left: 0;
    }
}

.ol-theme .sub-list .list-block {
    margin-bottom: 10px;
}

.checkbox-theme, .radio-theme {
    position: relative;
    padding-left: 20px;
}
.checkbox-theme label, .radio-theme label {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 0;
    background: transparent;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
}
.checkbox-theme input, .radio-theme input {
    visibility: hidden;
}
.checkbox-theme input[type=checkbox], .radio-theme input[type=checkbox], .checkbox-theme input[type=radio], .radio-theme input[type=radio] {
    visibility: hidden;
}
.checkbox-theme input[type=checkbox]:checked + label, .radio-theme input[type=checkbox]:checked + label, .checkbox-theme input[type=radio]:checked + label, .radio-theme input[type=radio]:checked + label {
    background: #fa9300;
    border: 1px solid #fa9300;
}
.checkbox-theme + .checkbox-inline, .radio-theme + .checkbox-inline, .checkbox-theme + .radio-inline, .radio-theme + .radio-inline {
    margin-left: 30px;
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.side-note {
    font-style: italic;
    margin: 10px 0;
    width: 50%;
}
.side-note.yellow {
    color: #fa9300;
}
.qty-inline {
    display: inline-block;
    margin-left: 15px;
    font-style: italic;
}
.qty-inline select {
    font-size: 12px;
    font-style: normal;
    padding: 0px 6px;
    border-color: #ddd;
    border-radius: 3px;
}
.qty-inline input {
    font-size: 12px;
    font-style: normal;
    padding: 2px 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    max-width: 45px;
}

.report-messages {
    padding-bottom: 15px;
    margin-top: 20px;
}
.report-messages .css-ac label {
    background-color: #f2f1f1;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700 !important;
}
.report-messages .css-ac label .message-count {
    color: #b70c0c;
}

.report-messages .css-ac label:after {
    top: 15px !important;
    right: 15px !important;
    font-size: 20px;
}
.report-messages .content {
    padding: 10px 10px 10px 70px;
    position: relative;
}
.report-messages .content .avatar {
    position: absolute;
    top: 10px;
    left: 0;
    width: 60px;
    height: auto;
}
.report-messages .content .user-details {
    padding: 0;
    color: #fa9300;
    margin-bottom: 5px;
}
.report-messages .content .report-details {
    padding: 0 0 0 20px;
}
.report-messages .content .question {
    font-weight: 700;
    margin-bottom: 5px;
}
.report-messages .content .question.inline {
    display: inline-block;
}
.report-messages .content .answer {
    margin-bottom: 5px;
}
.report-messages .content .answer.inline {
    display: inline-block;
}
.report-messages .content .report {
    border-bottom: 1px solid #ddd;
}
.report-messages .content .parts {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
}
.report-messages .content .parts thead td {
    background-color: #fafafa;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}
.report-messages .content .parts tbody td {
    padding: 10px;
}
.report-messages .content .parts tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ddd;
}
.report-messages .content .parts tbody .has-attachment:not(:last-child) td {
    border-bottom: 0;
}
.report-messages .content .reply {
    padding: 10px 10px 10px 56px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.report-messages .content .reply .avatar {
    width: 46px;
}
.report-messages .content .reply .message {
    word-break: break-all;
}
.report-messages .content .reply .message:not(:last-child) {
    margin-bottom: 5px;
}
.report-messages .content .write-reply {
    padding: 10px 0;
}
.report-messages .content .write-reply input[type="file"] {
    width: 21px;
    display: inline-block;
    vertical-align: top;
    height: 24px;
    margin-top: 10px;
}
.report-messages .content .write-reply input[type="file"]:before {
    border: 0;
    content: "\f030";
    font-family: FontAwesome;
    background-color: transparent;
    font-size: 20px;
    width: 30px;
    opacity: 0.5;
}
.report-messages .image-popup {
    padding: 0;
    margin: 5px 0;
    list-style: none;
}
.report-messages .image-popup li {
    display: inline-block;
    width: 60px;
    height: auto;
}
.report-messages .image-popup li img {
    width: 100%;
    height: auto;
}
.report-messages .image-popup li:not(:last-child) {
    margin-right: 2px;
}
.css-ac input[type="checkbox"], .css-ac input[type="radio"] {
    display: none;
}
.css-ac input[type="checkbox"]:checked + label:after, .css-ac input[type="radio"]:checked + label:after {
    content: '\f106';
}
.css-ac input[type="checkbox"]:checked ~ .css-ac-content, .css-ac input[type="radio"]:checked ~ .css-ac-content {
    height: auto;
}
.css-ac input[type="checkbox"] + label, .css-ac input[type="radio"] + label {
    cursor: pointer;
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 18px;
    padding: 30px 0;
}
.css-ac input[type="checkbox"] + label:after, .css-ac input[type="radio"] + label:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
}
.dashboard .css-ac .red {
    color: #b70c0c;
}
.dashboard .css-ac label {
    margin-bottom: 10px;
}
.dashboard .css-ac input[type="checkbox"], .dashboard .css-ac input[type="radio"] {
    display: none;
}
.dashboard .css-ac input[type="checkbox"]:checked + label:after, .dashboard .css-ac input[type="radio"]:checked + label:after {
    content: '\f105';
}
.dashboard .css-ac input[type="checkbox"] + label, .dashboard .css-ac input[type="radio"] + label {
    cursor: pointer;
    display: block;
    position: relative;
    font-weight: normal;
}
.dashboard .css-ac input[type="checkbox"] + label:after, .dashboard .css-ac input[type="radio"] + label:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
}
.dashboard .css-ac .css-ac-content {
    height: auto;
}
.your-account table tr td {
    border: none;
}
.modal.call-us .modal-dialog {
    width: 505px;
    max-width: 90%;
}
.modal.call-us .modal-content {
    text-align: center;
}
.modal.call-us .modal-content h3 {
    font-size: 20px;
    letter-spacing: -0.03em;
    margin: 0;
}
.modal.call-us .modal-content .number {
    font-size: 40px;
    font-weight: 700;
    color: #b70c0c;
    letter-spacing: -0.03em;
}
.modal.call-us .modal-content .btn {
    background-color: #f69320;
    color: #fff;
    border-radius: 3px !important;
    text-transform: uppercase;
    font-weight: 700;
}
.modal.call-us .modal-content .action {
    text-align: right;
}
.modal.call-us .row [class*=col] h4 {
    font-size: 16px;
    min-height: 48px;
    line-height: normal;
    font-weight: bold;
}
.forgot-pass .modal-title-site {
    font-size: 28px;
}
.forgot-pass .modal-body {
    overflow: hidden;
}
.forgot-pass .modal-body .pass-block {
    width: 100%;
    float: left;
}
.forgot-pass .modal-body .pass-block input {
    max-width: 100%;
}
@media (max-width: 767px) {
    .modal-title-site {
        line-height: 1.1;
        margin-bottom: 0;
        padding: 5px 0px;
    }
}
@media (max-width: 414px) {
    .dashboard.order-history .account-tabs .nav-tabs li a {
        padding: 10px 11px;
        letter-spacing: 0;
    }
}
@media (max-width: 360px) {
    .dashboard.order-history .account-tabs .nav-tabs li a {
        padding: 10px 5px;
        font-size: 13px;
    }
}
@media (max-width: 320px) {
    .dashboard.order-history .account-tabs .thumb {
        max-width: 100%;
    }
}
.dashboard.order-history .account-tabs .options .btn {
    font-size: 13px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    white-space: unset;
}
@media (max-width: 414px) {
    .dashboard.order-history .account-tabs .options .btn {
        padding: 8px 10px;
    }
}
@media (max-width: 320px) {
    .dashboard.order-history .account-tabs .options .btn {
        font-size: 11px;
        padding: 8px 5px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .dashboard.order-history .account-tabs .options .btn {
        font-size: 10px;
    }
}
.dashboard.order-history .account-tabs .tab-content .col-md-4 .form-group .row {
    padding-bottom: 15px;
}
.dashboard.order-history .account-tabs .tab-content .col-md-4 .form-group .row:last-child {
    padding-bottom: 0;
}

.dashboard.order-history .account-tabs .tab-content .col-md-4 .form-group .row img {
    max-width: 100%;
}

.dashboard.order-history .account-tabs .tab-content .p15 {
    padding-bottom: 15px;
}
.dashboard.order-history .account-tabs .tab-content .order-box {
    border: solid 1px #ccc;
    margin-bottom: 20px;
    padding: 15px;
    margin-top: 10px;
    line-height: 1.5;
}
.dashboard.your-account .table {
    margin-bottom: 0;
}
.dashboard.your-account .table td {
    word-break: break-word;
}
@media (max-width: 414px) {
    .dashboard.your-account .table a.btn-primary {
        margin-top: 35px;
    }
}
.delivery-instructions select {
    max-width: 100%;
}
@media (min-width: 992px) {
    #open-orders .options .col-md-6.col-xs-6 {
        padding-left: 0;
    }
}
#open-orders .options .col-md-6.col-xs-6 a.btn {
    padding: 8px 10px;
}
.faq-list.customer-support .css-ac {
    margin-top: 35px;
}
.faq-list.customer-support .css-ac.first {
    margin-top: 0;
}
.faq-list.customer-support .css-ac-content h5 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.faq-list.customer-support .css-ac-content span {
    display: inline-block;
}
.faq-list.customer-support .css-ac-content i {
    display: inline-block;
    text-align: right;
    float: right;
    color: #4f81bd;
    cursor: pointer;
}
.content-customerservice #frSubmitTicket #LstAttachment .delete {
    cursor: pointer;
    font-size: 16px;
}
.content-customerservice #frSubmitTicket .listpartdamage .attachment-preview a {
    height: auto;
}
.myAccountList li.box-image {
    display: inline-table;
}
.myAccountList li.box-image .thumbnail {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    border: none;
}
.ajax-upload-dragdrop {
    width: 87% !important;
    margin: 0 10px 20px 0;
    float: left;
}
.blockUI.blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    display: none;
}
.loading-order-history {
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 1011;
    width: 160px;
    height: 160px;
    display:none;
    background:#fff;
}
/*--End Customer Support*/

/*---Footer Pages---*/
#about-us a {
    color: #ff5f0a;
}
#about-us a{
    text-decoration:none;
}
#about-us .breadcrumb-cat .breadcrumb li:first-child {
    font-weight: bold !important;
    color: #333 !important;
}
#about-us .breadcrumb > .active {
    color: #777;
}
#about-us .breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
@media (min-width: 1024px) {
    #about-us > .row > div {
        max-height: 370px;
        overflow: hidden;
    }
}
#about-us > .row > div {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1400px) {
    #about-us > .row .factory-outlet img {
        height: 100%;
    }
}
@media (min-width: 1400px) {
    #about-us > .row {
        margin-bottom: 70px;
    }
}
#about-us > .row {
    display: flex;
    margin-bottom:40px;
    align-items: stretch;
}
#about-us > .row button {
    background-color: #33508A;
    color: white;
    width: 95px;
    line-height: 35px;
    padding: 0;
    border-radius: 0;
}
#about-us > .row .footer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background-color: transparent;
    text-align: center;
    padding: 0;
    border: 0;
}
#about-us > .row .footer p {
    font-size: 20px;
    color: white;
    font-weight: 700;
}
.footer ul.social {
    display: initial;
}
.footer ul.social span {
    background: #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 36px;
    line-height: 36px;
    margin: 0px 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    display: inline-block;
}
.footer ul.social span i {
    font-size: 16px;
    color: #EDEFF1 !important;
}
.small-parallax .parallax-section-overley {
    background: rgba(0, 0, 0, 0.5);
}
.small-parallax .parallax-content {
    padding: 50px 0;
    text-align:center;
}
.parallax-section-overley {
    height: 100%;
    background: rgba(0, 0, 0, .15);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .33);
}
.parallax-section-overley h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight:400;
}
.globalPadding {
    padding: 50px 0;
}
.section-block {
    margin-bottom: 30px;
}
.whr-item {
    margin-bottom: 15px;
}
#about-container{
    margin-bottom:120px;
}
#about-container h4 {
    font-size: 17px;
    font-weight: 400;
    color: #454545;
}
#about-container h3{
    padding-bottom:15px;
}
#about-container h3 a {
    font-size: 20px;
    line-height: 24px;
    color: #454545;
    text-decoration: none;
}
#about-container li {
    list-style: none;
    font-size: 14px;
}
#paymentMethods.loading::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    border-radius: .3rem;
    opacity: 0.5;
}
.accordion-button.arrow-none::after{
    content: unset;
}
.rte h2 {
    font-size: calc(1.3rem + .6vw);
    margin-bottom: 1rem;
}

.rte h3 {
    font-size: calc(1.275rem + .3vw);
}

.rte h4 {
    font-size: 1.25rem;
}

.rte h5 {
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .rte h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .rte h3 {
        font-size: 1.5rem;
    }

    .rte h4 {
        font-size: 1.25rem;
    }

    .rte h5 {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
/*h1 {
    font-size: 30px;
    line-height: 35px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
}*/
.help-page {
    font-size:14px;
    line-height:25px;
}
.help-page input {
    font-size: 14px;
    line-height: 25px;
}
.help-page a{
    color:#454545;
    font-size:14px;
}
.help-page a.btn-danger
{
    color:#FFF;
}

ul.menu1.list-unstyled li.active {
    background: #ae0c0f;
}

.help-menu .menu1 li {
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 10px 20px;
}
ul.menu1.list-unstyled li.active a {
    color: #fff;
}
.delivery-details .delivery-rate th {
    font-size: 12px;
}

.delivery-details .delivery-rate td, .delivery-details .delivery-rate th {
    padding: 15px 6px;
}
.delivery-details .delivery-rate th p {
    font-size: 10px;
}
.delivery-details .delivery-rate tbody tr:nth-child(odd) {
    background-color: #E1E1E1 !important;
}

.delivery-details .delivery-rate tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.delivery-details .delivery-rate td:nth-child(1), .delivery-details .delivery-rate th:nth-child(1) {
    text-align: center;
    font-weight: bold;
}
.delivery-details .delivery-rate tbody tr:nth-child(odd) td:not(:first-child) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.delivery-details .delivery-rate td:not(:first-child) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.delivery-details .delivery-rate td{
    font-size:14px;
    text-align:center;
}

.postcodechecker_top .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.postcodechecker_top  .glyphicon-search:before {
    content: "\e003";
}
.whitespace-bottom{
    margin-bottom:40px;
}
.help-page h2 {
    font-size: 24px;
    line-height: 28px;
}
.help-page h4 {
    font-size: 17px;
}
.help-page .media-content h6 {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
}
.strip-link {
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: initial;
    display: inline-block;
    width: 100%;
}
.strip-link ul li {
    width: calc(16.66666667%);
    float: left;
    background: #ff8c1e;
    list-style:none;
}
.strip-link ul li a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

#finance-container td, #finance-container th {
    padding: 10px;
}

#finance-container th {
    background-color: #ff003b;
    color: white;
}

#finance-container table {
    width: 100%;
    margin-bottom: 20px;
}

#terms-container .css-ac {
    padding: 10px;
    border: 1px solid #ececec;
}
#terms-container .css-ac label {
    background-color: #fafafa !important;
    font-size: 20px;
    font-weight:bold;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.faq-box .faq-box-title {
    padding: 10px;
    background: #f69320;
    color: #fff;
    text-align:center;
}
.help-page .css-ac label {
    font-weight: bold !important;
}
#contact-container .row .media {
    background: #f6f6f6;
}

#contact-container .customer-support .media {
    background: #f6f6f6;
    padding: 20px 10px;
    min-height: 245px;
}

.customer-support-seo .choose-contact {
    background: #f6f6f6;
    padding: 15px;
    margin-bottom: 20px;
}
.customer-support-seo .list-contact .item-contact {
    display: inline-table;
    border: 1px solid #DDD;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 100% !important;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 65px;
    border-radius: 3px;
    background: #fff;
}
.customer-support-seo .list-contact .item-contact .text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #454545;
}
#contact-container .customer-contact-img .customerhelp a {
    text-align: center;
    display: block;
    padding: 40px 20px;
    background: #ff3c3c;
    color: #FFF;
    font-size: 18px;
}

.customer-support-seo .form-contact .item textarea {
    width: 100%;
    background: #fff;
    padding: 5px;
}

#contact-container .table > thead:first-child > tr:first-child > th {
    border-bottom: 0;
    text-align: center;
}
#contact-container .w20 {
    width: 20%;
    font-weight: bold;
    padding: 20px;
}
#contact-container .w40 {
    width: 40%;
    text-align: center;
    padding: 20px;
}

#faq-container h5{
    font-size:14px;
}
#faq-container .css-ac a {
    text-decoration: underline;
    color: #4f81bd;
}
#faq-container .form-group {
    margin-bottom: 15px;
}
#faq-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/*--END Footer Pages--*/
.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(https://content.smgardensheds.com/content/images/jqueryui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
    border-radius: 4px;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style:none;
    font-size:14px;
    cursor:pointer;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper{
    padding:5px;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400;
    color: #333;
}
    .ui-menu .ui-menu-item .ui-state-active, .ui-menu .ui-menu-item .ui-state-focus {
        border: 1px solid #fbcb09;
        background: #fdf5ce url(https://content.smgardensheds.com/content/images/jqueryui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #c77405;
    }
.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(/content/images/jqueryui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
}
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-autocomplete {
    max-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1040;
}
.categoryFooter ul.pagination {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.categoryFooter ul.pagination li {
    margin-left: 5px;
    display:inline-block;
}
.categoryFooter ul.pagination li.active .current {
    float: none;
    background-color: #33508A !important;
    color: white;
    border: 1px solid #33508A !important;
    border-radius: 3px;
    font-size:11px;
}
.categoryFooter ul.pagination > li > a {
    padding: 8px 13px;
}
.categoryFooter ul.pagination li a {
    float: none;
    border: 1px solid #ddd !important;
    border-radius: 3px;
    color: #454545;
    font-size: 11px;
}
.categoryFooter ul.pagination > li > span {
    padding: 8px 13px;
}
.categoryFooter {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-box h1{
    font-size:24px;
}
#overview_21957 {
    background-color: #f6f4ec;
}

.view360 {
    max-width: 500px;
    max-height: 500px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
}
#countdown-bar {
    font-size: 16px;
    color: black;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #countdown-bar .countdown-dispactched{
        display: flex;
        align-items: center;
    }
    #countdown-bar .countdown-dispactched span {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        color: white;
        border-radius: 4px;
        width: 40px;
        height: 36px;
        font-weight: bold;
        font-size: 1.4rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        position: relative;
        overflow: hidden;
        margin: 0 5px;
    }
    #countdown-bar .countdown-dispactched span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgba(255,255,255,0.3);
        top: 50%;
        left: 0;
    }
.pulse-animation {
    animation: pulse 2s infinite;
    font-size: 2.5rem;
    font-weight: normal;
}
.ring-animation {
    animation: ring 0.5s infinite alternate ease-in-out;
    transform-origin: top center;
}

.carousel-caption {
    bottom: 4%;
    color: #f5cb27;
    left: auto;
    right: 26%;
    padding: 0;
}
#desktopSearchForm.show + .nav, #desktopSearchForm.collapsing + .nav {
    display: none;
}
@media(max-width: 991px) {
    .carousel-caption{
        right: 4%;
    }
        .carousel-caption img{
            width: 70px;
            height: 70px;
        }
        .pulse-animation {
            font-size: 1.5rem;
        }
}
/* mobile */
@media(min-width: 992px) {
    #navbarMenu .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(1rem) !important;
        transition: all .3s ease-in;
    }
    #navbarMenu .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        z-index: 9999;
        transform: scaleY(1) !important;
        opacity: 1;
        visibility: visible;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}