/* Minification failed. Returning unminified contents.
(12,4): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'make-row('
(13,12): run-time error CSS1035: Expected colon, found '{'
 */
/*Apico css*/
@charset "UTF-8";

a {
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.catalogue {
  .make-row();
  .col-0-0 {
    .make-xs-column(6);
    .make-md-column(2);
  }
  .col-0-1 {
    .make-xs-column(6);
    .make-md-column(2);
  }
  .col-0-2 {
    .make-xs-column(6);
    .make-md-column(2);
  }
  .col-0-3 {
    .make-xs-column(6);
    .make-md-column(2);
  }
  .col-0-4 {
    .make-xs-column(6);
    .make-md-column(2);
  }
  .col-0-5 {
    .make-xs-column(6);
    .make-md-column(2);
  }
}
/*#region Site Wrapper*/
.site-wrap {
    width: 100%;
    margin: 0px auto 0px auto;
}
/*#endregion*/

/*#region Generic Block Sections*/
#header,
#menu,
#news,
#footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #999999;
    width: 100%;
    height: 100px;
    font-size: 15px;
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
}
/*#endregion*/

/*#region Header*/
.headercustomtext {
    display: table;
    float: left;
    padding-top: 10px;
    font-size: 18px;
}

    .headercustomtext p {
        margin-bottom: 0;
        color: #05161c !important;
        font-family: 'HelveticaNeueLTStd-Bd';
    }

.header .delivery-information ul li a .fa {
    font-size: 24px;
}

.top-header {
    margin-bottom: 26px;
}

.header_phone i.fa-phone {
    padding: 3px 5px;
    border-radius: 50% !important;
    border: 3px solid #008AC9;
    color: #008AC9;
}

.commonsection, .commonsection2, .commonsection3 {
    display: none !important;
}

.navbar.navbar-default {
    border-bottom-color: #33b7bf !important;
    box-shadow: none;
    border: none;
}

    .navbar.navbar-default ul {
        display: flex;
        flex-wrap: wrap !important;
    }

        .navbar.navbar-default ul li a {
            font-size: 12px;
        }

ul.nav.navbar-nav.nav-primary > li {
    padding: 17px 6px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: transparent !important;
}

.btn.btn-sendQuote {
    width: auto;
}

#ModalProductQuote ::-webkit-input-placeholder {
    color: #08080866;
    opacity: 1;
}

#ModalProductQuote :-ms-input-placeholder {
    color: #08080866;
}

#ModalProductQuote ::-ms-input-placeholder {
    color: #08080866;
}

.social-media li a, .header-minicart .fa-shopping-cart:before, .fa.fa-shopping-cart, .fa.fa-shopping-cart:before {
    color: #f4e900 !important;
}

.footer-links ul li, .copyright-block .design-by p a:hover, .header .bottom-header .header-minicart a, .copyright-block .design-by p a:hover:after {
    color: #fff !important;
    border-color: #fff !important;
}

.header .delivery-information ul li a {
    color: #05161c;
    padding: 0;
}

.unclickablelink {
    display: inline-flex !important;
}

    .unclickablelink .glyphicon {
        font-weight: 1000;
        font-size: 24px !important;
    }

.logo a img {
    max-width: 250px;
    margin-top: -10px;
}

.header .top-links .link-right {
    margin-top: 5px;
}

    .header .top-links .top-links-left li a, .header .top-links .link-right .skip-account a {
        font-size: 13px;
    }

.header .delivery-information {
    padding: 10px 0px;
}

#bootstrap_v1-query {
    background: transparent;
    border: none;
}


.header .bottom-header .search-box button i {
    color: #1f1a1a !important;
}

.header .bottom-header .search-box {
    display: table;
    background-color: #E3E3E3;
    border-radius: 3px;
}
/*#endregion*/

/*#region Homepage slider*/
.main-slider-box .owl-theme .owl-nav {
    margin: 0 !important;
}

.main-slider-box .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 44%;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: rgba(0,0,0,.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.main-slider-box .slider-box .owl-prev {
    left: 0;
    opacity: 1;
    background-color: transparent !important;
    margin: 0 auto !important;
    background-position: center !important;
}

.main-slider-box .owl-nav .owl-next,
.main-slider-box .owl-nav .owl-prev {
    height: 33px !important;
}

.main-slider-box .slider-box .owl-next {
    right: 0;
    opacity: 1;
    background-color: transparent !important;
    margin: 0 auto !important;
    background-position: center !important;
}

.main-slider-box .owl-nav .owl-next {
    position: absolute !important;
    right: 0px;
    top: 44%;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: rgba(0,0,0,.5);
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.main-slider-box .slider-box .owl-next {
    right: 0;
    opacity: 1;
    background-color: transparent !important;
    margin: 0 auto !important;
    background-position: center !important;
}

.main-slider-box .owl-nav .owl-prev i:before,
.main-slider-box .owl-nav .owl-next i:before {
    font-size: 26px;
}

/*#endregion*/

/*#region Offer Section*/
#offer {
    width: 100%;
    margin: 35px auto 0px auto;
    display: flex;
    height: 80px;
    align-items: center;
    padding: 0px 60px 0px 60px;
    background-color: #158bc8;
}

    #offer .col-wrapper {
        width: 100%;
        max-width: 1160px;
        margin: 0px auto 0px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    #offer .col-3 {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    #offer h4 {
        margin: 0px;
        font-size: 35px;
        font-weight: 500;
        color: #ffe301;
        text-transform: none;
    }

    #offer a {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        height: 45px;
        line-height: 45px;
        padding: 0px 15px 0px 15px;
        color: #05161c;
        background-color: #ffe301;
        border-radius: 4px;
        text-decoration: none;
        width: 240px;
    }

        #offer a:hover {
            color: #158bc8;
        }
/*#endregion*/

/*#region Custom Section 1*/
#custom-1 {
    width: 100%;
    padding: 60px 60px 60px 60px;
    display: table;
}

#products #tab1 a.link, #products #tab2 a.link, #products #tab3 a.link {
    margin: 30px auto;
}

#custom-1 .cell-wrapper {
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0px auto;
}

    #custom-1 .cell-wrapper a {
        width: 31.5%;
        display: block;
    }

        #custom-1 .cell-wrapper a:hover {
            opacity: 0.8;
        }

    #custom-1 .cell-wrapper img {
        border: solid 1px #bfbfbf;
        width: 100%;
        max-width: 100%;
    }
/*#endregion*/

/*#region Added By Jay*/
.my-account .dashboard .button {
    color: white !important;
}

.header_phone i, .unclickablelink .glyphicon {
    font-size: 16px !important;
    border-width: 1px !important;
}

.unclickablelink .glyphicon {
    margin-top: 3px;
}

.extra-safe ul {
    display: table;
}

.your-order-block.onestepcheckout-summary .order-total td.qty {
    float: right;
    text-align: right;
}

.onestepcheckout-summary th.total {
    float: right;
}

.product-detail-page .share-this .social-media {
    margin-right: 100px;
    margin-left: unset;
}

.product_list_qty .input-group .glyphicon {
    margin-right: 0px;
}

.confirmation-page .share-this {
    margin: 10px 0px 0 0;
    padding: 15px 0px;
    margin-top: auto;
}

    .confirmation-page .share-this .social-media {
        margin-right: 55px;
        margin-top: 5px;
        float: unset;
        margin-left: 0px;
    }

.navbar .container .navbar-nav {
    float: unset;
}

.Thankyouorderheader {
    margin: 23px 0px 7px;
    display: inline-block;
    font-size: 20px;
}

.ThankyoupageContent {
    padding: 0;
    text-align: justify;
}

.your-order-block.onestepcheckout-summary th {
    padding: 0px 0px 0px 4px;
}
/*#endregion*/

/*#region Custom Section 2*/
#custom-2 {
    height: auto;
    width: 100%;
    padding: 60px 60px 90px 60px;
    background-color: #ededed;
}

    #custom-2 h3 {
        text-align: center;
        color: #158bc8;
        font-size: 35px;
        font-weight: 400;
        line-height: 42px;
        margin: 0px 0px 0px 0px;
        text-transform: uppercase;
    }

        #custom-2 h3 span {
            font-weight: 600;
            color: #05161c;
        }

    #custom-2 .cell-wrapper {
        width: 100%;
        max-width: 1160px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 70px auto 0px auto;
    }

        #custom-2 .cell-wrapper .left-col {
            padding: 0px 45px 0px 45px;
            width: 50%;
            border-left-style: dotted;
            border-right-style: dotted;
            border-image-source: url("../img/dots.svg");
            border-image-slice: 33% 33%;
            border-image-repeat: repeat;
            border-left-width: 5px;
            border-right-width: 5px;
            min-height: 190px;
            position: relative;
            border-top: none;
            border-bottom: none;
            border-top-width: 0px;
            border-bottom-width: 0px;
        }

        #custom-2 .cell-wrapper .right-col {
            padding: 0px 45px 0px 45px;
            width: 50%;
            border-right-style: dotted;
            border-image-source: url("../img/dots.svg");
            border-image-slice: 33% 33%;
            border-image-repeat: repeat;
            border-right-width: 5px;
            min-height: 190px;
            position: relative;
            border-top: none;
            border-bottom: none;
            border-left: none;
            border-top-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
        }

        #custom-2 .cell-wrapper h4 {
            color: #05161c;
            font-size: 21px;
            text-align: center;
            font-weight: 500;
            line-height: 42px;
            margin: 0px 0px 15px 0px;
            text-transform: uppercase;
        }

        #custom-2 .cell-wrapper p {
            color: #444444;
            font-size: 17px;
            text-align: center;
        }

        #custom-2 .cell-wrapper a {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            text-align: center;
            font-size: 15px;
            font-weight: 400;
            text-transform: uppercase;
            height: 45px;
            line-height: 45px;
            padding: 0px 15px 0px 15px;
            color: #ffe301;
            background-color: #158bc8;
            border-radius: 4px;
            text-decoration: none;
            width: 280px;
            margin: 30px auto 0px auto;
        }

            #custom-2 .cell-wrapper a:hover {
                opacity: 0.8;
            }

        #custom-2 .cell-wrapper .input-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        #custom-2 .cell-wrapper .input-group {
            margin: 30px auto 0px auto;
            width: 280px;
        }

        #custom-2 .cell-wrapper .form-control {
            border-color: #158bc8;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            color: #158bc8 !important;
            height: 45px;
            font-weight: 500;
        }

            #custom-2 .cell-wrapper .form-control::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #158bc8;
            }

            #custom-2 .cell-wrapper .form-control::-moz-placeholder {
                /* Firefox 19+ */
                color: #158bc8;
            }

            #custom-2 .cell-wrapper .form-control:-ms-input-placeholder {
                /* IE 10+ */
                color: #158bc8;
            }

            #custom-2 .cell-wrapper .form-control:-moz-placeholder {
                /* Firefox 18- */
                color: #158bc8;
            }

        #custom-2 .cell-wrapper .btn-default {
            background-image: none;
            background-color: #158bc8;
            border-color: #158bc8;
            color: #ffe301 !important;
            height: 45px;
            max-width: 70px;
        }
/*#endregion*/

/*#region Custom Section 3*/
#custom-3 {
    height: auto;
    width: 100%;
    padding: 60px 60px 60px 60px;
}

    #custom-3 .cell-wrapper {
        width: 100%;
        max-width: 1170px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0px auto 0px auto;
    }

        #custom-3 .cell-wrapper a {
            margin: 0px 0px 30px 0px;
            width: 8.3%;
            height: auto;
            display: block;
            pointer-events:none
        }

        #custom-3 .cell-wrapper img {
            /*width:100%;*/
            height: auto;
            max-height: 50px;
            transition-property: all;
            transition-duration: 300ms;
            transition-timing-function: ease;
            transition-delay: 0s;
        }

            #custom-3 .cell-wrapper img:hover {
                opacity: 0.8;
            }

    #custom-3 a.link, #tab1 a.link, #tab2 a.link, #tab3 a.link {
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        height: 45px;
        line-height: 42px;
        padding: 0px 15px 0px 15px;
        color: #158bc8;
        background-color: #ffffff;
        border: solid 2px #158bc8;
        border-radius: 4px;
        text-decoration: none;
        width: 200px;
        margin: 30px auto 0px auto;
    }

        #custom-3 a.link:hover {
            background-color: #158bc8;
            color: #ffe301;
        }
/*#endregion*/

/*#region Custom Section 4*/
#custom-4 {
    height: auto;
    width: 100%;
    padding: 30px 0 60px 0;
    background-color: #ededed;
}

.news-letterform {
    width: 535px;
    margin: auto;
    margin-right: auto;
    display: table;
    margin-top: 30px !important;
}

    .news-letterform .form-control {
        border: none !important;
        border-radius: unset !important;
    }

#custom-4 .news-letterform input.form-control {
    float: left;
    border-radius: 4px !important;
    text-align: center;
    width: 310px;
    border: 2px solid #008ac9 !important;
}

#custom-4 .news-letterform button {
    float: right;
}


#custom-4 h3 {
    text-align: center;
    color: #158bc8;
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

    #custom-4 h3 span {
        font-weight: 600;
        color: #05161c;
    }

#custom-4 .cell-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    #custom-4 .cell-wrapper .centre-col {
        width: 100%;
        border-image-source: url("../img/dots.svg");
        border-image-slice: 33% 33%;
        border-image-repeat: repeat;
        border-right-width: 5px;
        position: relative;
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }

    #custom-4 .cell-wrapper h4 {
        color: #05161c;
        font-size: 21px;
        text-align: center;
        font-weight: 500;
        margin: 0px 0px 15px 0px;
        text-transform: uppercase;
    }

    #custom-4 .cell-wrapper p {
        color: #444444;
        font-size: 17px;
        text-align: center;
    }

    #custom-4 .cell-wrapper a {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        height: 45px;
        line-height: 45px;
        padding: 0px 15px 0px 15px;
        color: #ffe301;
        background-color: #158bc8;
        border-radius: 4px;
        text-decoration: none;
        width: 280px;
        margin: 30px auto 0px auto;
    }

        #custom-4 .cell-wrapper a:hover {
            opacity: 0.8;
        }

    #custom-4 .cell-wrapper .input-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
    }

    #custom-4 .cell-wrapper .input-group {
        margin: 30px auto 0px auto;
        width: 50%;
    }

    #custom-4 .cell-wrapper .form-control {
        border-color: #158bc8;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #158bc8 !important;
        height: 45px;
        font-weight: 500;
    }

        #custom-4 .cell-wrapper .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #158bc8;
        }

        #custom-4 .cell-wrapper .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #158bc8;
        }

        #custom-4 .cell-wrapper .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #158bc8;
        }

        #custom-4 .cell-wrapper .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #158bc8;
        }

    #custom-4 .cell-wrapper .btn-default {
        background-image: none;
        background-color: #158bc8;
        border-color: #158bc8;
        color: #ffe301 !important;
        height: 45px;
    }
/*#endregion*/

/*#region Homepage tab*/

.owl-carousel .owl-nav div {
    background: #f0e900;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.tab-section {
    background-color: #EDEDED !important;
}

.accordiontabs li.active {
    color: #05161c !important;
}

.tab-section.description-details {
    background-color: transparent !important;
}

.tab-section .owl-carousel .owl-item img {
    min-width: inherit;
}

.tab-section .owl-carousel .owl-nav .owl-next:after,
.tab-section .owl-carousel .owl-nav .owl-prev:after {
    font-size: 30px;
}

/*----.tab-section .owl-carousel .owl-nav .owl-prev:after, .tab-section .owl-carousel .owl-nav .owl-next:after {
    margin-top: -10px !important;
}----*/

.tab-section .owl-carousel .owl-nav,
.recently-section .owl-carousel .owl-nav,
.upsell-section .owl-carousel .owl-nav {
    top: -30px;
}
/*#endregion*/

/*#region replace font shoping cart to eye*/
.btn-view-detail i.fa.fa-shopping-cart:before {
    content: "\f06e";
}
/*#endregion*/

/*#region Main menu scroll*/
.nav.navbar-nav.nav-primary li.has-children ul.submenu {
    max-height: 400px;
    overflow-y: auto;
}
    /* width */
    .nav.navbar-nav.nav-primary li.has-children ul.submenu::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .nav.navbar-nav.nav-primary li.has-children ul.submenu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .nav.navbar-nav.nav-primary li.has-children ul.submenu::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    }

        /* Handle on hover */
        .nav.navbar-nav.nav-primary li.has-children ul.submenu::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/*#endregion*/

/*#region Footer*/
.footer .top-footer, .card-band-footer, .copyright-block {
    background: transparent !important;
}

.footer {
    background-image: url(/All_Media/Apico_Images/footer-bg.jpg) !important;
    background-color: #1c9cca !important;
    background-size: auto 100%;
    background-position: center;
    border-radius: 0;
    margin-top: 20px;
}

    .footer .top-footer {
        padding-bottom: 9px;
    }


.card-band-footer {
    background: none;
}

.subscribe-btn button.btn {
    background: #f9e700 !important;
    color: #000 !important;
}

.footer .top-footer h3 {
    color: #fff !important;
}

.social-media li a {
    background: none !important;
    color: #f4e900 !important;
}

    .social-media li a i {
        font-size: 26px !important;
    }
/*#endregion*/

/*#region Added by Mihir*/
.nav.navbar-nav.nav-primary li.has-children ul.submenu li a img {
    max-width: 50px;
}

.recently-section .owl-carousel .owl-nav .owl-next:after,
.recently-section .owl-carousel .owl-nav .owl-prev:after,
.upsell-section .owl-carousel .owl-nav .owl-next:after,
.upsell-section .owl-carousel .owl-nav .owl-prev:after {
    margin-top: -10px;
}

.youMayAlsoLikeProducts .owl-carousel .owl-item img {
    min-width: inherit;
}

.product-thum .slick-slide img {
    width: auto;
}

.custom-toolbar .toolbar select, .select-default {
    padding: 0 25px 0 5px;
    color: #1f1a1a;
}

.product-img {
    border: none !important;
}

.product-detail-page .block-related::after {
    display: none;
}

.product-detail-page .block-related {
    border: 3px solid #008ac9;
}

    .product-detail-page .block-related h3 {
        color: #008ac9;
    }

.product-view h1 {
    text-transform: capitalize;
}

.product-detail-page a.btnMyFavourite {
    display: none;
}


/*#endregion*/

/*#region Megamenu Css*/
body {
    font-family: 'HelveticaNeueLTStd-Md';
}

ul {
    padding-left: 0;
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.nav_customLink {
    font-size: 12px;
    padding: 17px 14px !important;
    color: #008ac9;
}

.nav_custom {
    display: flex;
    align-items: center;
}

.megamenu_main {
    display: none;
    z-index: 999;
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 25px;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0, 0.15);
    left: 0;
    -webkit-box-shadow: 0 2px 10px gba(0,0,0, 0.15);
    box-shadow: 0 2px 10px rgba(0,0,0, 0.15);
}

.nav_customLi {
    position: static !important;
}

.nav_custom {
    position: relative;
}

.sub_menu {
    width: 20%;
    float: left;
    padding: 0 10px;
}

.submenuLink.submenuTitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #008ac9;
    margin-bottom: 10px !important;
    display: block;
}

.submenuLink {
    color: #333333;
    font-size: 12px;
}

.toggle_dropdownmobilemenu {
    position: absolute;
    right: 4px;
    top: 18px;
    font-size: 16px;
    color: #008ac9;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.nav_customLi:hover .nav_customLink {
    background-color: #bcbcbc !important;
    color: #fff;
}

    .nav_customLi:hover .nav_customLink span.toggle_dropdownmobilemenu {
        color: #fff;
    }

.nav_customLink:hover, .nav_customLink:focus {
    background: none !important;
}

.submenuLink {
    display: block;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    font-size: 12px;
}

    .submenuLink:after {
        position: absolute;
        content: "\f105";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        left: 0;
        transition: 300ms;
        -webkit-transition: 300ms;
        top: 5px;
        font-size: 12px;
    }

    .submenuLink:hover:after {
        left: 3px;
    }

.submenulinkTitle:after {
    display: none;
}

.submenulinkTitle {
    padding-left: 0px;
    font-size: 13px;
    padding-bottom: 10px;
    color: #008ac9;
    display: initial;
}

.submenu_title.submenuLi {
    padding-bottom: 10px;
    line-height: 1;
}

.main_menu {
    display: table;
    width: 100%;
    background-color: #fff;
}

.header_box.sticky {
    position: sticky;
    top: 0;
    width: 100%;
}

.nav_customLink {
    text-align: center;
}

.nav_custom a {
    text-transform: uppercase;
}

.submenuLink:hover, .submenuLink:focus {
    color: #008ac9;
}

.active-megamenu-with-menu .submenuLink .submenu-title-image {
    max-width: 100px;
    max-height: 24px;
}

.nothasthird_tire:after {
    display: none !important;
}

.active-megamenu-with-menu .submenuLi {
    min-height: 39px;
}

    .active-megamenu-with-menu .submenuLi .submenuLink {
        padding-bottom: 0;
    }

ul.megamenu_main {
    max-height: 400px;
    overflow-y: auto;
}

.custom--input-group [type="text"] {
    width: 210px;
}

#custom-2 .cell-wrapper {
    display: table;
}

    #custom-2 .cell-wrapper .input-wrapper {
        position: relative;
    }

.corporatepage .content-page img {
    height: auto;
}
/*#endregion*/

/*#region Custom Css*/
/* Price togle */
.price-toggle .toggle.btn {
    min-width: 59px !important;
    min-height: 25px !important;
    border-radius: 22px !important;
}

.price-toggle .btn .toggle-on, .price-toggle .btn .toggle-off {
    padding: 0 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    width: 90px !important;
}

.price-toggle .toggle-group .btn {
    padding-right: 20px !important;
    position: absolute;
    background: #fff !important;
    color: #7d7d7d !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    line-height: 1.6 !important;
    height: 100%;
}

    .price-toggle .toggle-group .btn:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #7d7d7d;
        border-radius: 50%;
        top: 6px;
        right: 44px;
    }

    .price-toggle .toggle-group .btn.toggle-off {
        z-index: 99;
        padding-right: 20px !important;
        padding-left: 0px !important;
    }

.price-toggle > .toggle {
    padding-left: 0;
    position: relative;
    border: 2px solid #7d7d7d !important;
}

.price-toggle .toggle-group .btn.toggle-off:after {
    right: inherit !important;
    left: 8px;
}

.price-toggle label.btn.btn-default.toggle-on {
    background: #7d7d7d !important;
    text-align: left;
    padding-left: 10px !important;
    color: #fff !important;
    z-index: 99 !important;
}

    .price-toggle label.btn.btn-default.toggle-on:after {
        background: #fff;
        z-index: 9 !important;
    }
/*#endregion*/

/*#region Media Css*/
.basket_header.highlight {
    background: #F4E900;
    color: #000;
    padding: 15px;
    border: 0;
    box-shadow: none;
    margin-bottom: 0px;
}

.BottomLinkBox a {
    color: #000;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    padding: 7px 0px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}

.BottomLinkBox {
    text-align: center;
    margin: 35px auto;
}

.DirtBoxText {
    font-size: 41px !important;
    text-align: center;
    margin: 50px 0px 30px 0px !important;
}

@media screen and (min-width: 767px) {
    .nav_customLi:hover .megamenu_main {
        display: block;
    }
}

@media screen and (max-width:1200px) and (min-width:800px) {
    .quantity.input-text, .productcode.input-text {
        width: 80px;
    }

    .quick-order-table .btnSearch {
        padding: 10px 11px;
        font-size: 17px;
    }

    .quick-order-table tr th {
        font-size: 14px;
    }

    .quick-order-table th {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .nav_custom {
        display: table;
    }

    .sub_menu {
        width: 33.33%;
    }

    #custom-1 {
        padding: 45px;
    }

        #custom-1 .services-links .row-2 {
            margin-top: 30px;
        }

        #custom-1 .row-1 .cell h3 {
            font-size: 24px;
            margin-top: 20px;
        }

        #custom-1 .row-2 .cell h4 {
            font-size: 17px;
            height: 50px;
            line-height: 50px;
        }

    .product-detail-page .meta-price .new-price {
        font-size: 18px;
    }

    #custom-2 {
        padding: 45px 45px 70px 45px;
    }

        #custom-2 .cell-wrapper {
            margin: 45px auto 0px auto;
        }

            #custom-2 .cell-wrapper .left-col {
                padding: 0px 30px 0px 30px;
                min-height: 180px;
            }

            #custom-2 .cell-wrapper .right-col {
                padding: 0px 30px 0px 30px;
                min-height: 180px;
            }

            #custom-2 .cell-wrapper h4 {
                font-size: 19px;
                line-height: 38px;
                margin: 0px 0px 15px 0px;
            }

            #custom-2 .cell-wrapper p {
                font-size: 16px;
            }

    #custom-4 {
        padding: 45px 45px 70px 45px;
    }

        #custom-4 .cell-wrapper {
            margin: 45px auto 0px auto;
        }

            #custom-4 .cell-wrapper .centre-col {
                min-height: 180px;
            }

            #custom-4 .cell-wrapper h4 {
                font-size: 19px;
                margin: 0px 0px 15px 0px;
            }

            #custom-4 .cell-wrapper p {
                font-size: 16px;
            }

    #offer {
        height: 70px;
        padding: 0px 45px 0px 45px;
    }

        #offer h4 {
            font-size: 26px;
        }

        #offer a {
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            width: 180px;
        }
}

@media screen and (max-width:1024px) {
    .delivery-information {
        float: right;
    }

    .div-download-order-template, .div-upload-order, .div-create-order {
        padding: 0px 7px;
    }

    .fast-order .btn {
        padding: 10px 7px;
    }

    .fast-order .btn-block span,
    .fast-order .btn-block a {
        font-size: 12px;
    }

    .fast-order .open_area .fas {
        margin-left: 0;
    }

    .header .top-links {
        flex-direction: column;
    }

    .link-right {
        margin-left: auto;
    }

    .header .top-links .top-links-left {
        justify-content: flex-start !important;
    }

    .link-right .skip-account {
        padding-right: 0px !important;
    }


    .products-grid .product-info .btn {
        line-height: 26px;
        padding: 10px 0px;
    }

    .onestepcheckout-column-right .input-block {
        padding: 30px 10px 10px;
    }

    .onestepcheckout-threecolumns .row {
        display: inline-block;
        float: left;
    }

    .onestepcheckout-threecolumns .onestepcheckout-column-left,
    .onestepcheckout-threecolumns .onestepcheckout-column-middle {
        width: 50%;
        float: left;
    }

    .onestepcheckout-threecolumns .onestepcheckout-column-right {
        float: left;
    }
}

@media screen and (max-width:992px) {
    .Thankyouorderheader {
        margin: 23px 0px 7px;
        display: inline-block;
    }

    .ThankyoupageContent {
        padding: 0;
        text-align: justify;
    }

    .product-detail-page .meta-price .new-price {
        font-size: 18px;
    }

    #custom-1 {
        padding: 30px;
    }

    #custom-2 h3 {
        font-size: 30px;
        line-height: 40px;
    }

    #custom-2 .cell-wrapper {
        margin: 45px auto 0px auto;
    }

        #custom-2 .cell-wrapper .left-col {
            padding: 0px 30px 45px 30px;
            width: 100%;
            height: auto;
            min-height: auto;
            border-left: none;
            border-right: none;
            border-top: none;
            border-left-width: 0px;
            border-right-width: 0px;
            border-top-width: 0px;
            border-bottom-style: dotted;
            border-image-source: url("../img/dots.svg");
            border-image-slice: 33% 33%;
            border-image-repeat: repeat;
            border-bottom-width: 5px;
        }

        #custom-2 .cell-wrapper .right-col {
            padding: 45px 30px 0px 30px;
            width: 100%;
            height: auto;
            min-height: auto;
            border: none;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: none;
            border-left-width: 0px;
            border-right-width: 0px;
            border-top-width: 0px;
            border-bottom-width: 0px;
        }

        #custom-2 .cell-wrapper h4 {
            font-size: 18px;
            line-height: 36px;
            margin: 0px 0px 10px 0px;
        }

        #custom-2 .cell-wrapper p {
            font-size: 15px;
        }

        #custom-2 .cell-wrapper a {
            position: relative;
        }

        #custom-2 .cell-wrapper .input-wrapper {
            position: relative;
        }

        #custom-2 .cell-wrapper .input-group {
            margin: 30px auto 0px auto;
            width: 280px;
        }

    #custom-3 {
        padding: 45px;
    }

        #custom-3 .cell-wrapper a {
            margin: 0px 2px 20px 2px;
            width: 11.5%;
        }

    #custom-4 h3 {
        font-size: 30px;
        line-height: 40px;
    }

    #custom-4 .cell-wrapper {
        margin: 45px auto 0px auto;
    }

        #custom-4 .cell-wrapper .centre-col {
            width: 100%;
            height: auto;
            min-height: auto;
            border: none;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: none;
            border-left-width: 0px;
            border-right-width: 0px;
            border-top-width: 0px;
            border-bottom-width: 0px;
        }

        #custom-4 .cell-wrapper h4 {
            font-size: 18px;
            margin: 0px 0px 10px 0px;
        }

        #custom-4 .cell-wrapper p {
            font-size: 15px;
        }

        #custom-4 .cell-wrapper a {
            position: relative;
        }

        #custom-4 .cell-wrapper .input-wrapper {
            position: relative;
        }


        #custom-4 .cell-wrapper .input-group {
            margin: 30px auto 0px auto;
            width: 50%;
        }

    #no-more-tables .ordersummary td {
        padding-left: 0%;
    }

    .footer {
        background-size: auto 100%;
        background-position: 60% 100% !important;
    }

        .footer .top-footer {
            padding-bottom: 30px !important;
        }

    .custom-toolbar .toolbar select, .select-default {
        margin-top: 5px;
    }

    #offer {
        height: 60px;
        padding: 20px 30px 20px 30px;
        margin-top: 20px;
    }

        #offer h4 {
            font-size: 20px;
        }

        #offer a {
            font-size: 16px;
            font-weight: 500;
            height: 38px;
            line-height: 38px;
            padding: 0px 15px 0px 15px;
            border-radius: 4px;
            width: 150px;
        }

    ul.nav.navbar-nav.nav-primary > li {
        padding: 8px 6px;
    }

    .header .top-links .top-links-left {
        justify-content: flex-start;
    }

    .header .top-links {
        flex-direction: column;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 768px) {

    .top-header .headercustomtext {
        font-size: 16px;
    }

    .header .bottom-header .search-box.active {
        bottom: 9px;
    }

    #custom-2 {
        padding: 30px 30px 45px 30px;
    }

        #custom-2 h3 {
            font-size: 26px;
            line-height: 32px;
        }

        #custom-2 .cell-wrapper {
            margin: 30px auto 0px auto;
        }

            #custom-2 .cell-wrapper h4 {
                font-size: 16px;
                line-height: 32px;
                margin: 0px 0px 10px 0px;
            }

            #custom-2 .cell-wrapper .left-col {
                padding: 0px 0px 30px 0px;
            }

            #custom-2 .cell-wrapper .right-col {
                padding: 20px 0px 0px 0px;
                width: 100%;
                height: auto;
                min-height: auto;
                border-right: none;
            }

    #custom-3 {
        padding: 30px;
    }

        #custom-3 .cell-wrapper a {
            margin: 0px 0px 15px 0px;
            width: 16%;
        }

    #custom-4 {
        padding: 30px 30px 45px 30px;
    }

        #custom-4 h3 {
            font-size: 26px;
            line-height: 32px;
        }

        #custom-4 .cell-wrapper {
            margin: 30px auto 0px auto;
        }

            #custom-4 .cell-wrapper h4 {
                font-size: 16px;
                margin: 0px 0px 10px 0px;
            }

            #custom-4 .cell-wrapper .centre-col {
                width: 100%;
                height: auto;
                min-height: auto;
                border-right: none;
            }

        #custom-4 .news-letterform {
            width: 90% !important;
        }

            #custom-4 .news-letterform input.form-control {
                width: 100% !important;
                float: none !important;
            }

            #custom-4 .news-letterform button {
                float: none !important;
                margin-left: auto;
                margin-right: auto;
                display: table;
                margin-top: 30px !important;
            }
}

@media screen and (max-width:767px) {
    .DirtBoxText {
        font-size: 30px !important;
        margin: 40px 0px 20px 0px !important;
    }

    .BottomLinkBox a {
        font-size: 20px;
        border: 0;
    }

        .BottomLinkBox a:hover {
            color: #008ac9 !important;
        }

    .img-box-shadow {
        padding: 5px;
        box-shadow: 0px 0px 7px 1px #ccc;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    /*megamenu css start*/
    .nav_customLink {
        text-align: left;
    }

    .nav_customLi:hover .nav_customLink, .nav_customLi:hover .nav_customLink span.toggle_dropdownmobilemenu {
        color: #008ac9;
        background: none !important;
    }

    .menu-open .main_menu {
        right: 0;
    }

    .menu-open .overlay {
        display: block;
    }

    .megamenu_main {
        padding: 10px;
    }

    .menu_box {
        display: table;
        color: #05161c;
        font-size: 44px;
        padding: 10px;
    }

    .main_menu {
        position: fixed;
        width: 250px;
        right: -100%;
        height: 100%;
        top: 0;
        overflow-y: scroll;
        transition: 800ms;
        -webkit-transition: 800ms;
        z-index: 999;
    }

    .toggle_dropdownmobilemenu, .submenu_title:after {
        font-size: 18px !important;
    }

    .main_menu.activemain_menu {
        right: 0;
    }

    .nav_customLi {
        float: none;
        width: 100%;
    }

    .submenuLink, .nav_customLink {
        font-size: 12px !important;
        padding: 7px 10px !important;
        display: block;
    }

    .submenu_title.submenuLi {
        padding-bottom: 0;
        line-height: inherit;
    }

    .toggle_dropdownmobilemenu {
        right: 20px;
        top: 6px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    .nav_custom {
        padding-top: 20px;
        height: 100%;
        display: block;
        overflow-y: scroll;
        margin: 0;
    }

    .open_menu {
        display: table !important;
        position: relative;
        z-index: 99999;
    }

    ul.sub_menu {
        width: 100%;
        float: none;
    }

    .submenuLink:after {
        display: none;
    }

    .third_tire {
        display: none;
    }

    ul.megamenu_main {
        position: inherit;
        box-shadow: 0 0;
        -webkit-box-shadow: 0 0;
    }

    .activesubmenulink .toggle_dropdownmobilemenu {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .submenu_title {
        position: relative;
    }

        .submenu_title:after {
            content: "\f105";
            font: normal normal normal 14px/1 "Font Awesome 5 Pro";
            position: absolute;
            font-size: 17px;
            right: 0;
            top: 2px;
            color: #428bca;
        }

    .activesubmenulink:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .overlay.active_overlay {
        display: block;
    }

    span.overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
    }

    .header_box.sticky {
        position: relative;
        top: inherit;
    }
    /*megamenu css end*/

    .ui-datepicker-calendar {
        background-color: #ffffff;
    }

    .confirmation-page .share-this h4 {
        display: block !important;
    }

    .logo {
        margin: 0 auto;
        width: inherit !important;
        display: table;
    }

    .footer {
        background-color: #1c9cca !important;
        padding: 30px 30px 30px 30px !important;
        background-size: auto 50% !important;
        background-position: 75% 100% !important;
        background-repeat: no-repeat !important;
    }

    .carouselowl-main .carouselowl-caption h2 {
        font-size: 13px;
        letter-spacing: 3px;
        margin-bottom: 5px;
    }

    .carouselowl-main .carouselowl-caption h3 {
        font-size: 45px;
        margin: 0px 0px 20px 0px;
    }

    .carouselowl-caption a {
        height: 35px;
        line-height: 35px;
        padding: 0px 10px 0px 10px;
        width: 170px;
        border-radius: 4px;
        font-size: 13px;
    }

    .skip-link, .skip-cart.skip-link .fa.fa-shopping-cart:before {
        color: #05161c !important;
    }

    .header-login.active {
        z-index: 10;
    }

    .header .delivery-information ul li a {
        font-size: 16px;
    }

    .header .delivery-information ul, .top-links .header .top-links .top-links-left {
        line-height: inherit;
    }

     .top-header .top-links .top-links-left.nav.navbar {
        top: -90px;
    }

    .header-cart-mobile.active, .header-login.active {
        top: 50px;
    }

    .header .bottom-header .search-box {
        display: none !important;
        border-radius: 0 !important;
    }

        .header .bottom-header .search-box.active {
            display: block !important;
        }

    .quick-order-page .btn {
        width: auto;
    }

    .products-grid.products-listing.carousel {
        margin-top: auto;
    }

    .owl-carousel .owl-nav div {
        height: 20px !important;
        width: 26px !important;
    }

    .tab-section .owl-carousel .owl-nav .owl-next {
        margin: 0 15px 0 0;
    }

    .upsell-section .owl-carousel .owl-nav {
        right: 0px;
    }

    .upsell-section .owl-stage-outer {
        margin-top: 25px;
    }

    ul.nav.navbar-nav.nav-primary > li {
        padding: 0;
    }

    .onestepcheckout-threecolumns .onestepcheckout-column-left, .onestepcheckout-threecolumns .onestepcheckout-column-middle {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:610px) {
    #custom-1 .cell-wrapper a {
        width: 100%;
    }

        #custom-1 .cell-wrapper a:nth-child(1), #custom-1 .cell-wrapper a:nth-child(2) {
            margin-bottom: 30px;
        }

    #custom-3 .cell-wrappera {
        width: 20%;
    }

    .footer {
        background-size: auto 40% !important;
        background-position: 72% 100% !important;
    }

    .carouselowl-caption {
        position: absolute;
        right: inherit;
        bottom: 0px;
        top: 15%;
        left: 0%;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .carouselowl-main .item img {
        height: 402px;
    }

    .carouselowl-main .carouselowl-caption {
        position: absolute;
        right: inherit;
        bottom: 0px;
        top: 15%;
        left: 0%;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }

        .carouselowl-main .carouselowl-caption h3 {
            font-size: 70px;
            margin: 0px 0px 60px 0px;
            display: table;
            width: 100%;
        }

    .carouselowl-caption a {
        height: 40px;
        line-height: 40px;
        padding: 0px 10px 0px 10px;
        width: 180px;
        border-radius: 6px;
        font-size: 14px;
        position: absolute;
        top: 160px;
        left: 50%;
        margin-left: -90px;
    }

    #offer {
        height: auto;
        padding: 15px 30px 15px 30px;
        margin-top: 15px;
    }

        #offer .col-3 {
            width: 100%;
            justify-content: center;
        }

        #offer h4 {
            font-size: 18px;
        }

        #offer a {
            font-size: 15px;
            font-weight: 500;
            height: 35px;
            line-height: 35px;
            padding: 0px 15px 0px 15px;
            border-radius: 4px;
            width: 130px;
        }
}

@media screen and (max-width:480px) {
    .header .delivery-information {
        float: left;
    }

    .main-slider-box .owl-nav .owl-next,
    .main-slider-box .owl-nav .owl-prev {
        top: 37%;
    }
}

@media screen and (max-width:420px) {
    .header .top-links .top-links-left {
        width: inherit !important;
        left: 2px;
    }

    #AddPostCode, #DeletePostCode {
        width: 70%;
        float: none !important;
    }

    .custom--input-group [type="text"] {
        width: 170px;
        font-size: 13px;
    }

    .custom--input-group {
        width: 240px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 380px) {
    #custom-1 {
        padding: 20px;
    }

        #custom-1 .cell-wrapper a:nth-child(1), #custom-1 .cell-wrapper a:nth-child(2) {
            margin-bottom: 20px;
        }

    #custom-2 {
        padding: 20px 20px 30px 20px;
    }

        #custom-2 .cell-wrapper {
            margin: 15px auto 0px auto;
        }

            #custom-2 .cell-wrapper a {
                margin: 20px auto 0px auto;
                position: relative;
                width: 100%;
            }

            #custom-2 .cell-wrapper .left-col {
                padding: 0px 0px 20px 0px;
            }

            #custom-2 .cell-wrapper .input-group {
                width: 100%;
                margin: 20px auto 0px auto;
            }

    #custom-3 {
        padding: 30px 20px 30px 20px;
    }

        #custom-3 .cell-wrapper a {
            width: 32%;
        }

        #custom-3 a.link {
            width: 100%;
        }

    #custom-4 {
        padding: 20px 20px 30px 20px;
    }

        #custom-4 .cell-wrapper {
            margin: 15px auto 0px auto;
        }

            #custom-4 .cell-wrapper a {
                margin: 20px auto 0px auto;
                position: relative;
                width: 100%;
            }

            #custom-4 .cell-wrapper .input-group {
                width: 100%;
                margin: 20px auto 0px auto;
            }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        height: 30px;
        width: 30px;
    }

    .footer {
        background-size: auto 30% !important;
        background-position: 75% 100% !important;
    }

        .footer .payment-icons {
            float: Left;
        }

    #offer {
        padding: 15px 20px 15px 20px;
    }

        #offer h4 {
            font-size: 16px;
        }

        #offer a {
            width: 100%;
        }
}

.nav_custom {
    flex-direction: row;
    justify-content: space-between;
}

a.nav_customLink {
    display: block;
    position: relative;
    padding: 17px 16px !important;
    word-break: break-word;
    max-width: 125px;
}

.toggle_dropdownmobilemenu {
    right: 5px;
    top: 14px;
}

.custom-toolbar .pagination {
    display: flex;
}

.listing-page-productbox {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative !important;
    align-items: flex-start;
    margin-bottom: 10px !important;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
}

.product-info-bottom {
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.product-img-box .slick-slide img {
    display: initial;
}

.cart-table.data-table td .product-name {
    max-width: 250px;
    margin-left: 7px;
}
/*#endregion*/

/*Added ruby designer*/
.top-header .logo {
    position: absolute;
}

#custom-2 .cell-wrapper .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#custom-2 .cell-wrapper .btn-default {
    border-radius: 0;
}

.header_phone i, .unclickablelink .glyphicon {
    font-size: 16px !important;
    border-width: 1px !important;
    height: 26px;
    width: 26px;
    line-height: 18px;
    padding: 3px 2px 4px 4px !important;
}

    .header_phone i.fa-phone {
        transform: rotate( 90deg );
    }

.search-dealors .page-header {
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
}

.input-group-addon.btnResellerSearch {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    display: flex;
    align-items: center;
}

#bootstrap_v1-query {
    background: #e3e3e3;
}

#btnProductQuickOrderSearch {
    width: auto;
}

#main_menu .nav_custom .nav_customLink i {
    font-weight: normal;
}

h2.forgot-password-heading {
    font-size: 36px;
}

.recentProducts .owl-carousel .owl-nav button {
    background-color: #f0e900;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    color: #000;
    line-height: 33px;
    clear: both;
}

.product-detail-page .page-header h1 {
    font-size: 36px;
    font-family: 'HelveticaNeueLTStd-Bd';
    line-height: 48px;
    color: #000;
}

.product-detail-page .meta-price .new-price.offer-price {
    color: #e12027;
    font-size: 36px;
    font-family: 'HelveticaNeueLTStd-Bd';
    line-height: 36px;
    display: block;
}

#FindAlternativeAdd {
    margin-top: 0;
    height: 45px;
    font-size: 17px;
    line-height: 34px;
}

.div-download-order-template {
    order: 3;
}

.div-upload-order {
    order: 2;
}

.div-create-order {
    order: 1;
}

.header .top-links .top-links-left li a {
    line-height: 18px;
}

#custom-2 .cell-wrapper .custom--input-group span.input-group-btn {
    width: inherit;
}

.has-feedback #ModelInput_PostCode {
    float: none;
}

.progress > .progress-type {
    padding: 12px 0;
}

.product-detail-page .page-header {
    display: block;
}

.checkout-cart-index #btnVoucherApply:hover,
.checkout-cart-index #btnVoucherApply:focus,
.checkout-cart-index #btnVoucherApply:active,
.cart-table.data-table .cart-footer-actions .btn:hover,
.cart-table.data-table .cart-footer-actions .btn:focus,
.cart-table.data-table .cart-footer-actions .btn:active,
.checkout-cart-index .btn-checkout:hover,
.checkout-cart-index .btn-checkout:focus,
.checkout-cart-index .btn-checkout:active,
.checkout-cart-index .save-order .btn:hover,
.checkout-cart-index .save-order .btn:focus,
.checkout-cart-index .save-order .btn:active,
.checkout-cart-index .cancel-order .btn:hover,
.checkout-cart-index .cancel-order .btn:focus,
.checkout-cart-index .cancel-order .btn:active {
    opacity: .9;
}

.share-this h4 {
    margin-bottom: 0;
}

.confirmation-page h2.order-number {
    font-size: 30px;
    color: #000 !important;
    font-family: "HelveticaNeueLTStd-Bd";
    margin-left: 2px;
    line-height: 27px;
}

.confirmation-page h2.title {
    font-size: 30px;
}

.onestepcheckout-summary th.name {
    width: auto;
}

.confirmation-page .order-no {
    margin-bottom: 20px;
}

.confirmation-page .order-information {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

#offer-groups .category-listing .product-item .actions {
    width: 100%;
}

.breadcrumb > .active {
    color: #777;
}

.row.new-product-content .thumb {
    padding: 0 10px 18px 10px;
}

#promotionalProducts a.disabled {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 1200px) {
    .nav_custom {
        display: flex;
        justify-content: flex-start;
    }

    a.nav_customLink {
        max-width: 100%;
    }

    #offer .col-3 {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        max-width: 30%;
        flex: 0 0 30%;
    }

    #offer .col-10 {
        width: 70%;
        max-width: 70%;
        flex: 0 0 70%;
        padding-right: 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1199px) {
    .product-detail-page .page-header h1 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 992px) {
    .product-detail-page .quantity-block .number-wrap a {
        width: 40px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .filter-boxrow {
        flex-direction: row-reverse;
    }

    .billto-address-box {
        margin-bottom: 20px;
    }
}

@media(max-width: 800px) {
    #OrderSummary_processing,
    #InvoiceSummary_processing {
        top: 48% !important;
    }
}

@media(max-width: 767px) {
    .form-group .col-md-12 {
        flex-direction: column;
        margin-bottom: 0;
    }

        .form-group .col-md-12 .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

    .nav_custom {
        display: block;
    }

    .top-header .logo {
        position: relative;
        justify-content: center;
        display: flex;
    }

    .top-header .top-links .top-links-left.nav.navbar {
        top: -90px;
    }

    .header .top-links {
        padding-left: 0;
    }

    .top-header .row {
        flex-direction: column;
    }

    .headercustomtext p {
        margin-right: 15px;
    }

    .top-header .row .col-sm-4, .top-header .row .col-sm-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .filter-boxrow {
        margin: 0;
    }

    .listing-page-productbox {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .tab-section .owl-carousel .owl-nav button,
    .recently-section .owl-carousel .owl-nav button {
        height: 20px;
        width: 20px;
    }

    .cart-table.data-table td .product-name {
        max-width: 100% !important;
    }

    #dashboardform .page-header h2 {
        font-size: 19px !important;
        line-height: 26px;
        margin-bottom: 0px !important;
        text-transform: capitalize !important;
    }

    .tab-section .owl-carousel .owl-nav,
    .recently-section .owl-carousel .owl-nav {
        right: 12px;
    }

    .product-detail-page .quantity-block .btn-addto-quotet {
        width: auto;
    }

    .product-img-box .product-thum.slick-initialized .slick-slide {
        width: auto !important;
    }

    #OrderSummary_processing,
    #InvoiceSummary_processing {
        top: 44% !important;
    }
}

@media(max-width: 640px) {
    #OrderSummary_processing,
    #InvoiceSummary_processing {
        top: 57% !important;
    }
}

@media(max-width: 576px) {

    .tab-section .owl-carousel .owl-nav .owl-next {
        margin: 5px 0 0 5px;
    }

    .header .main-header .top-header .logo {
        display: flex;
        justify-content: center;
    }

    #offer .col-3 {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        margin: 12px 0 0 0;
    }

    #offer .col-10 {
        max-width: 100%;
    }

    #offer h4 {
        font-size: 16px;
        text-align: center;
    }

    #offer .col-wrapper {
        display: flex;
        flex-direction: column;
    }

    #offer a {
        width: 100%;
        display: block;
    }

    .header_phone i, .unclickablelink .glyphicon {
        font-size: 16px !important;
        border-width: 1px !important;
        height: 25px;
        width: 25px;
        line-height: 16px;
    }

    a.nav_customLink {
        width: 100%;
    }

    .toggle_dropdownmobilemenu {
        right: 20px;
        top: 14px;
    }

    .tab-section .owl-carousel .owl-nav .owl-next {
        margin: 5px 0 0 15px;
    }

    .custom--input-group {
        display: flex;
    }

    .fa-phone:before {
        margin-left: -2px;
        line-height: 18px;
    }
}

/*Added by vivek*/
.tab-section .owl-carousel .owl-nav button {
    height: 27px;
    width: 27px;
    clear: both;
    line-height: 30px;
}

.recently-section .owl-carousel .owl-nav .owl-next:after, .recently-section .owl-carousel .owl-nav .owl-prev:after, .upsell-section .owl-carousel .owl-nav .owl-next:after {
    margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
    .tab-section .owl-carousel .owl-nav {
        width: 110px;
    }

        .tab-section .owl-carousel .owl-nav button {
            height: 33px;
            width: 33px;
            line-height: 33px;
        }

    .tab-section .owl-carousel .owl-nav, .recently-section .owl-carousel .owl-nav {
        right: -5px;
    }

        .recently-section .owl-carousel .owl-nav .owl-prev:after, .upsell-section .owl-carousel .owl-nav .owl-prev:after, .recently-section .owl-carousel .owl-nav .owl-next:after, .upsell-section .owl-carousel .owl-nav .owl-next:after,
        .tab-section .owl-carousel .owl-nav .owl-next:after, .tab-section .owl-carousel .owl-nav .owl-prev:after {
            font-size: 36px !important;
        }

    .recentProducts .tab-section .owl-carousel .owl-nav button, .recentProducts .recently-section .owl-carousel .owl-nav button {
        height: 33px;
        width: 33px;
    }

    .also-like-section .owl-carousel .owl-nav, .recently-section .owl-carousel .owl-nav, .upsell-section .owl-carousel .owl-nav {
        width: 110px;
    }

    .accordiontab_content .tab-carousel {
        margin-top: 55px;
    }
}

@media screen and (max-width:567px) {
    .tab-section .owl-carousel .owl-nav, .recently-section .owl-carousel .owl-nav {
        right: -10px;
    }

        .tab-section .owl-carousel .owl-nav .owl-prev, .recentProducts .owl-carousel .owl-nav .owl-prev {
            margin: 0 15px 0 0;
        }

    .tab-section .owl-carousel .owl-nav, .recently-section .owl-carousel .owl-nav, .upsell-section .owl-carousel .owl-nav {
        top: -40px;
    }
}

#submenu-text-transformation{
    text-transform: uppercase;
}



