
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html {
    font-size: 62.5%;
}

body {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #1b1b1b;
}

a {
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
}

    a:hover, a:focus {
        color: #565656;
        outline: none;
        text-decoration: none;
    }

p {
    margin-bottom: 15px;
}

.single-category-list-item1 img{
    position:relative;
    width:100%;
    display:block;
    height:220px;
    object-fit:cover;
    border-bottom:1px solid rgba(0,0,0,.15);
    background-color:#fff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #222222;
}
div.fixeda {
            position: fixed;
            top: 50%;
            right: -32px;
            padding:0;
            margin:0;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            z-index: 999;
        }
            .sidebar-nav a {
            background: #ec7600;
            color: #000;
            font-size: 16px;
            font-weight: 400;
            padding: 4px 15px;
            border-radius: 4px 0 4px 0;
            font-family: 'Lemonada', cursive;
            
        }
            .sidebar-nav a:hover {
                background: #540076;
                color: #fff;
            }
.special-product-content .text-color1{
    font-family: 'Lemonada', cursive;
    font-size:17px;
    line-height:22px;
    margin-bottom:10px;
    margin-top:20px;
    color:#171717;
    text-align:center;
}
.text-color1-1 {
    color:#cb0751;
    font-size:21px;
}
.text-color1-2 {
    color: #cb0751;
    font-size:21px;
}
.text-color1-3 {
    font-size:28px;
}
.special-product-content .text-color2{
    font-family: 'Lemonada', cursive;
    font-size:18px;
    line-height:28px;
    font-weight:700;
    margin:40px 0;
    color:#c40062;
    font-style:italic;
    text-align:center;
}
.special-product-content .text-color3{
    font-family: 'Sriracha', cursive;
    font-size:28px;
    line-height:30px;
    margin-bottom:6px;
    color:#4f1671;
    text-align:center;
}

.special-product-content .text-color4{
    font-family: "Lato", sans-serif;
    font-size:24px;
    line-height:40px;
    font-weight:800;
    margin-bottom:15px;
    text-align:center;
    color:#d50000;
    font-style:italic;
}

.special-product-content .blink-text{
		color: #000;
		animation: blinkingText 2s infinite;
	}
	@keyframes blinkingText{
		0%		{ color: #10c018;}
		25%		{ color: #1056c0;}
		50%		{ color: #ef0a1a;}
		75%		{ color: #254878;}
		100%	{ color: #04a1d5;}
	}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

    ul.ht-list{margin:15px 0;}
.ht-list li{position:relative;padding-left:20px;margin-bottom:6px;}
.ht-list li:last-child{margin-bottom:0;}
.ht-list li:before{content:'*';font-family:FontAwesome;color:#0662b0;position:absolute;font-weight:300;font-size:14px;top:2px;left:0;}
.ht-list-brand li:before{color:#182141;}

strong {
    font-weight: 700;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

.text-white {
    color: #fff;
}

.search-form-sidebar form {
    position: relative;
}

    .search-form-sidebar form input[type='search'] {
        width: 100%;
        border: 2px solid #565656;
        padding: 15px 60px 15px 15px;
        outline: none;
        -webkit-transition: all 0.4s ease-out 0.2s;
        -moz-transition: all 0.4s ease-out 0.2s;
        -o-transition: all 0.4s ease-out 0.2s;
        transition: all 0.4s ease-out 0.2s;
    }

        .search-form-sidebar form input[type='search']:focus {
            border-color: #565656;
        }

    .search-form-sidebar form button {
        background-color: #565656;
        border: none;
        color: #fff;
        cursor: pointer;
        right: 0;
        position: absolute;
        text-align: center;
        top: 0;
        -webkit-transition: all 0.4s ease-out 0.2s;
        -moz-transition: all 0.4s ease-out 0.2s;
        -o-transition: all 0.4s ease-out 0.2s;
        transition: all 0.4s ease-out 0.2s;
        height: 100% !important;
        width: 60px;
    }
.btn-primary {
    color: #fff;
    background-color: #092475;
    border-color: #092475;
}
.btn-primary:hover {
    color: #092475;
    background-color: #fff200;
    border-color: #fff200;
}
.btn, button {
    border: none;
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    padding: 4px 15px;
    font-size: 1.4rem;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 6px;
    cursor: pointer;
}

    .btn:active, .btn:focus, button:active, button:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn i.fa, button i.fa {
        margin-right: 5px;
    }

    .btn.btn-small, button.btn-small {
        padding: 8px 20px;
    }

    .btn.btn-full, button.btn-full {
        width: 100%;
    }

    .btn.btn-round, button.btn-round {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 0;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }

        .btn.btn-round i.fa, button.btn-round i.fa {
            padding: 0;
            margin: 0;
        }

    .btn.btn-semi-round, button.btn-semi-round {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

    .btn.btn-brand, button.btn-brand {
        background-color: #092475;
        color: #fff;
        -webkit-transition: all 0.3s ease-out 0.2s;
        -moz-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s;
    }

        .btn.btn-brand:hover, button.btn-brand:hover {
            /*background-color: #491f75;*/
            background-color: #fff200;
            color:#092475 !important;
        }

    .btn.btn-transparent, button.btn-transparent {
        background-color: transparent;
        border: 1px solid #565656;
        color: #222222;
    }

        .btn.btn-transparent:hover, button.btn-transparent:hover {
            background-color: #565656;
            color: #fff;
        }

    .btn.btn-black, button.btn-black {
        background-color: #222222;
        color: #fff;
    }

        .btn.btn-black:hover, button.btn-black:hover {
            background-color: #565656;
        }

.btn-successs {
    color: #072f74;
    background-color: #fff200;
    border-color: #fff200;
}

  .btn-successs:hover {
    color: #072f74;
    background-color: #fff112;
    border-color: #fff112;
}

.pro-qty {
    border: 1px solid #c5c5c5;
    display: inline-block;
    position: relative;
    height: 40px;
    width: 115px;
}

    .pro-qty input {
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        padding: 0 30px;
        outline: none;
        width: 100%;
        border: none;
        height: 100%;
    }

    .pro-qty a {
        width: 30px;
        height: 100%;
        position: absolute;
        font-weight: normal;
        text-align: center;
        font-size: 2rem;
        line-height: 38px;
        color: #000;
    }

        .pro-qty a:hover {
            color: #565656;
        }

        .pro-qty a.inc {
            border-right: 1px solid #c5c5c5;
            top: 0;
            left: 0;
        }

        .pro-qty a.dec {
            top: 0;
            right: 0;
            border-left: 1px solid #c5c5c5;
            padding-left: 2px;
        }

.table-responsive::-webkit-scrollbar-thumb, .list::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: 0;
    background-color: #565656;
}

.table-responsive::-webkit-scrollbar, .list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
    height: 5px;
    background-color: rgba(189, 176, 147, 0.3);
}

.single-input-item {
    margin-top: 20px;
}

    .single-input-item label {
        color: #222222;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 1.4rem;
        line-height: 1.5;
    }

        .single-input-item label.required:after {
            content: '*';
            color: #e74c3c;
            font-size: 1.5rem;
            margin-left: 3px;
            margin-top: 5px;
        }

    .single-input-item input, .single-input-item textarea {
        background-color: #f7f7f7;
        border: 1px solid #c5c5c5;
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 15px 20px;
        outline: none;
        -webkit-transition: all 0.4s ease-out 0.2s;
        -moz-transition: all 0.4s ease-out 0.2s;
        -o-transition: all 0.4s ease-out 0.2s;
        transition: all 0.4s ease-out 0.2s;
        width: 100%;
    }

        .single-input-item input:active, .single-input-item input:focus, .single-input-item textarea:active, .single-input-item textarea:focus {
            border-color: #565656;
            background-color: #fff;
        }

    .single-input-item .forget-pwd {
        color: #565656;
        font-size: 1.4rem;
        line-height: 1.5;
    }

@media only screen and (max-width: 479px) {
    .single-input-item .forget-pwd {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    
 
}

.single-input-item .nice-select {
    width: 100%;
    padding: 15px 20px;
    background-color: #f4f5f7;
    border: 1px solid #c5c5c5;
}

    .single-input-item .nice-select .list {
        max-height: 200px;
        overflow: auto;
    }

.nice-select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: none;
    height: auto;
    text-transform: capitalize;
    line-height: inherit;
    padding: 8px 30px 8px 15px;

}

@media only screen and (max-width: 479px), only screen and (max-width: 575px) {
    .nice-select {
        
    }
}

.nice-select span.current {
    font-weight: 600;
    font-size: 1.3rem;
}

.nice-select .list {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

    .nice-select .list .option {
        line-height: 30px;
        min-height: 30px;
    }

.custom-checkbox label, .custom-checkbox .custom-control-label, .custom-radio label, .custom-radio .custom-control-label {
    color: #222222;
    font-size: 1.4rem;
    line-height: 1;
    padding-left: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 479px) {
    .custom-checkbox label, .custom-checkbox .custom-control-label, .custom-radio label, .custom-radio .custom-control-label {
        font-size: 1.3rem;
    }
}

.custom-checkbox label:before, .custom-checkbox .custom-control-label:before, .custom-radio label:before, .custom-radio .custom-control-label:before {
    background-color: transparent;
    border: 1px solid #acacac;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label:after, .custom-checkbox .custom-control-label:after, .custom-radio label:after, .custom-radio .custom-control-label:after {
    background-size: 10px 10px;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label a, .custom-checkbox .custom-control-label a, .custom-radio label a, .custom-radio .custom-control-label a {
    color: #222222;
    font-weight: 500;
}

    .custom-checkbox label a:hover, .custom-checkbox .custom-control-label a:hover, .custom-radio label a:hover, .custom-radio .custom-control-label a:hover {
        color: #565656;
    }

.custom-checkbox input, .custom-checkbox .custom-control-input, .custom-radio input, .custom-radio .custom-control-input {
    outline: none;
}

    .custom-checkbox input:focus ~ .custom-control-label:before, .custom-checkbox input:focus label:before, .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before, .custom-checkbox .custom-control-input:focus label:before, .custom-radio input:focus ~ .custom-control-label:before, .custom-radio input:focus label:before, .custom-radio .custom-control-input:focus ~ .custom-control-label:before, .custom-radio .custom-control-input:focus label:before {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .custom-checkbox input:checked ~ .custom-control-label:before, .custom-checkbox input:checked label:before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:checked label:before, .custom-radio input:checked ~ .custom-control-label:before, .custom-radio input:checked label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked label:before {
        background-color: #565656;
        border-color: #565656;
    }

.custom-radio label:before, .custom-radio .custom-control-label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.custom-radio label:after, .custom-radio .custom-control-label:after {
    background-position: 1px 1px;
    background-size: 9px 8px;
    left: -13px;
    top: 2px;
    height: 10px;
    width: 10px;
}

fieldset {
    margin-top: 30px;
}

    fieldset legend {
        border-bottom: 1px solid #c5c5c5;
        color: #000;
        font-size: 2.4rem;
        line-height: 1.5;
        padding-bottom: 10px;
        text-transform: capitalize;
    }

.slick-slider {
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
}

    .slick-slider:hover .slick-arrow {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: visible;
    }

    .slick-slider img {
        width: 100%;
    }

    .slick-slider .slick-slide > div > div {
        vertical-align: middle;
    }

    .slick-slider .slick-arrow {
        background-color: #fff;
        color: #565656;
        cursor: pointer;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 0;
        visibility: hidden;
        pointer-events: none;
        height: 45px;
        width: 45px;
        z-index: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.4s ease-out 0.2s;
        -moz-transition: all 0.4s ease-out 0.2s;
        -o-transition: all 0.4s ease-out 0.2s;
        transition: all 0.4s ease-out 0.2s;
        -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
        font-size: 1.6rem;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .slick-slider .slick-arrow.slick-next {
            left: auto;
            right: 0;
        }

        .slick-slider .slick-arrow:hover {
            background-color: #565656;
            color: #fff;
        }

        .slick-slider .slick-arrow * {
            margin: 0;
        }

    .slick-slider .slick-dots {
        margin-top: 35px;
        text-align: center;
    }

        .slick-slider .slick-dots li {
            border: 1px solid #565656;
            background-color: transparent;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer;
            display: inline-block;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            margin: 0 3px;
            height: 12px;
            width: 12px;
        }

            .slick-slider .slick-dots li:hover, .slick-slider .slick-dots li.slick-active {
                background-color: #565656;
            }

            .slick-slider .slick-dots li button {
                display: none;
            }

    .slick-slider.slick-vertical .slick-arrow {
        top: 5px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

        .slick-slider.slick-vertical .slick-arrow.slick-prev {
            top: auto;
            bottom: 10px;
        }

::-moz-selection {
    color: #fff;
    background: #565656;
}

::selection {
    color: #fff;
    background: #565656;
}

.container-fluid {
    padding: 0 30px;
}

@media only screen and (max-width: 575px) {
    .container-fluid {
        padding: 0 15px;
    }
}

.section-title-wrap {
    color: #666666;
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 20px;
}

    .section-title-wrap h2 {
        text-transform: uppercase;
        font-size: 1.8rem;
        color:#092475;
        line-height: 1.2;
        font-weight: 900;
        margin-top: -6px;
        margin-bottom: 10px;
    }

    .section-title-wrap p {
        margin-bottom: 0;
    }

    .section-title-wrap.style-two {
        position: relative;
        z-index: 1;
    }

        .section-title-wrap.style-two:before {
            background-color: #dfdfdf;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            height: 1px;
            width: 100%;
            z-index: -1;
        }

        .section-title-wrap.style-two h2 {
            background-color: #fff;
            font-size: 1.8rem;
            line-height: 1;
            display: inline-block;
            padding-right: 15px;
            margin-bottom: 0;
            letter-spacing: 1.4px;
        }

.tooltip {
    margin-right: 15px;
}

    .tooltip .tooltip-inner {
        font-size: 1.3rem;
        line-height: 1;
        text-shadow: none;
        padding: 8px 15px 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.modal {
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}

    .modal.show {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: visible;
        z-index: 9999;
        animation: slideInDown 0.4s forwards;
    }

    .modal .modal-dialog {
        max-width: 1000px;
    }

        .modal .modal-dialog .close {
            background-color: #565656;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 9;
            outline: none;
            height: 30px;
            width: 30px;
        }

            .modal .modal-dialog .close span {
                display: block;
                padding: 5px 8px;
            }

        .modal .modal-dialog .modal-body {
            padding: 30px 15px;
        }

/*========= Scroll to top =========*/
.scrolltotop {
    background-color: #a08d64;
    border: 2px solid #dddddd;
    -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.8rem;
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    right: 30px;
    z-index: 95;
}

    .scrolltotop.show {
        bottom: 40px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

    .scrolltotop:hover, .scrolltotop:active, .scrolltotop:focus {
        background-color: #565656;
        border-color: #565656;
        color: #fff;
    }

.page-pagination {
    margin-top: 70px;
}

    .page-pagination .pagination {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        margin: 0 -5px;
        margin-bottom: 1px;
    }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .page-pagination .pagination {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

.page-pagination .pagination li {
    margin: 0 5px;
}

    .page-pagination .pagination li a {
        background-color: #fff;
        color: #666666;
        outline: 1px solid #dfdfdf;
        display: block;
        padding: 12px 22px;
        font-weight: 700;
    }

@media only screen and (max-width: 767px) {
    .page-pagination .pagination li a {
        padding: 10px 15px;
    }
}

.page-pagination .pagination li a:hover, .page-pagination .pagination li a:focus, .page-pagination .pagination li a.current {
    background-color: #565656;
    outline-color: #565656;
    color: #fff;
}

.page-padding {
    padding: 50px 0;
}

.page-padding10 {
    padding: 10px 0;
}

.page-padding10-1 {
    padding: 30px 0 60px;
}

.page-padding20 {
    padding: 20px 0;
}

.page-padding30 {
    padding: 30px 0;
}

.page-padding40 {
    padding: 40px 0;
}

.page-padding50 {
    padding: 50px 0;
}
.gradient-aqua-dark {
    background-image: -webkit-linear-gradient(90deg, #1488CC, #232323);
    background-image: -moz- oldlinear-gradient(90deg, #1488CC, #232323);
    background-image: -o-linear-gradient(90deg, #1488CC, #232323);
    background-image: linear-gradient(90deg, #1488CC, #232323);
    background-repeat: repeat-x;
}

.gradient-aqua-marine {
    background-image: -webkit-linear-gradient(45deg, #1488CC, #2B32B2);
    background-image: -moz- oldlinear-gradient(45deg, #1488CC, #2B32B2);
    background-image: -o-linear-gradient(45deg, #1488CC, #2B32B2);
    background-image: linear-gradient(45deg, #1488CC, #2B32B2);
    background-repeat: repeat-x;
}

.btn.gradient-aqua-marine:active, .fc button.gradient-aqua-marine:active, .btn.gradient-aqua-marine.active, .fc button.gradient-aqua-marine.active {
    background-image: -webkit-linear-gradient(45deg, #1488CC, #2B32B2);
    background-image: -moz- oldlinear-gradient(45deg, #1488CC, #2B32B2);
    background-image: -o-linear-gradient(45deg, #1488CC, #2B32B2);
    background-image: linear-gradient(45deg, #1488CC, #2B32B2);
    background-repeat: repeat-x;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .page-padding {
        padding: 20px 0;
    }
}

.hero-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-roundeda {
    border-radius: 6px;
}

.bg-img-1 {
    background: url(/assets/img/1.jpg);
}
.bg-img-2 {
    background: url(/assets/img/bg-1-img.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
  
}


.mbt-5 {
    margin:2% 0;
}
/*========================
Start Header Area
==========================*/
.preheader-area {
    background-color: #f9f9f9;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 6px 0;
    border-bottom: 1px solid #dfdfdf;
}

    .preheader-area a {
        color: #092475;
        position: relative;
        margin-right: 2px;
        display: inline-block;
        padding-right: 10px;
        font-size:13px;
        font-weight:700;
    }

    .preheader-area a:hover {
        color: #f6aa02;
    }

        /*.preheader-area a:last-child {
    padding: 0;
    margin: 0;
}

.preheader-area a:last-child:before {
    display: none;
}*/

        .preheader-area a:before {
            background-color: rgba(255, 255, 255, 0.2);
            content: '';
            display: block;
            height: 15px;
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

@media only screen and (max-width: 479px) {
    .preheader-area a:before {
        display: none;
    }
}

.preheader-area a i.fa, .preheader-area a img {
    margin-right: 5px;
}

@media only screen and (max-width: 479px) {
    .preheader-area .preheader-left-wrap a {
        margin: 0;
        padding: 0;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preheader-area .preheader-left-wrap a {
        padding-right: 10px;
        margin-right: 6px;
        font-size: 1.2rem;
        line-height: 1;
    }
}

.preheader-area .preheader-right-wrap .nav li:last-child a {
    margin: 0;
    padding-right: 0;
}

    .preheader-area .preheader-right-wrap .nav li:last-child a:before {
        display: none;
    }

@media only screen and (max-width: 479px) {
    .preheader-area .preheader-right-wrap .nav li a {
        padding-right: 0;
        margin-right: 16px;
    }
}

.preheader-area .preheader-right-wrap .nav li a.arrow-toggle:after {
    margin-left: 5px;
}

.preheader-area .preheader-right-wrap .nav li .dropdown-nav {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    width: auto;
    white-space: nowrap;
}

    .preheader-area .preheader-right-wrap .nav li .dropdown-nav li {
        border-bottom: 1px solid #dfdfdf;
    }

        .preheader-area .preheader-right-wrap .nav li .dropdown-nav li:last-child {
            border-bottom: 0;
        }

        .preheader-area .preheader-right-wrap .nav li .dropdown-nav li a {
            color: #222222;
            display: block;
            padding: 10px 0;
        }

            .preheader-area .preheader-right-wrap .nav li .dropdown-nav li a:hover {
                color: #565656;
            }

.header-bottom-area {
    background-color: #092475;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
}

    .header-bottom-area.fixed {
        -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
        padding: 5px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

@media only screen and (max-width: 767px) {
    .header-bottom-area.fixed {
        padding: 15px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-bottom-area.fixed {
        padding: 25px 0 20px;
    }
}

.header-bottom-area.fixed .slicknav_menu .slicknav_nav {
    top: calc(100% + 10px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-bottom-area.fixed .slicknav_menu .slicknav_nav {
        top: calc(100% + 20px);
    }
}

.header-bottom-area .header-configure-area {
    position: relative;
}

    .header-bottom-area .header-configure-area button {
        padding: 0;
        background-color: transparent;
        font-size: 2.2rem;
        line-height: 1;
    }

        .header-bottom-area .header-configure-area button span {
            font-weight: 700;
            font-size: 1.3rem;
            vertical-align: middle;
        }

        .header-bottom-area .header-configure-area button:hover {
            color: #565656;
        }

.mini-cart-wrap {
    position: relative;
    margin-left: 2px;
}

    .mini-cart-wrap .minicart-content {
        background-color: #fff;
        border-top: 3px solid #565656;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        display: none;
        right: 0;
        top: calc(100% + 1px);
        padding: 20px 15px;
        position: absolute;
        width: 300px;
        z-index: 999;
    }

@media only screen and (max-width: 767px) {
    .mini-cart-wrap .minicart-content {
        max-height: 230px;
        overflow: auto;
    }
}

@media only screen and (max-width: 479px) {
    .mini-cart-wrap .minicart-content {
        width: 250px;
    }
}
.m-r-10 {
    margin-right:10px;
    }
textdesc {
        max-height: 350px;
        max-width: 1200px;
    }

    .header {
        background-color: #3d7b92;
        color: #ffffff;
        padding: 8px;
        text-align: left;
        text-decoration: none;
        font-weight: 600;
    }

    .process-step .btn:focus {
        outline: none;
    }

    .process {
        display: table;
        width: 100%;
        position: relative;
    }

    .process-row {
        display: table-row;
    }

    .process-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

    .process-row:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        z-order: 0;
    }

    .process-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }

        .process-step p {
            margin-top: 4px;
        }

    .btn-circle {
        width: 80px;
        height: 80px;
        text-align: center;
        font-size: 35px;
        border-radius: 10%;
    }
    .process-step p {
        font-weight: 600;
        color: #ff273f;
        font-size:15px;
    }

    .tap-hight {
        overflow: scroll;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 300px;
        margin-top:40px;
        margin-bottom:10px;
    }


    @media only screen and (min-device-width: 480px) {

        .process-step {
            display: inline-block;
            text-align: center;
            position: relative;
        }

            .process-step p {
                margin-top: 4px;
            }

        .btn-circle {
            width: 60px;
            height: 60px;
            text-align: center;
            font-size: 25px;
            border-radius: 10%;
        }

        .process-step p {
            font-weight: 600;
            color: #ff273f;
            font-size: 13px;
        }
    }


    .mini-cart-wrap .minicart-content .single-cart-item {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative;
    }

        .mini-cart-wrap .minicart-content .single-cart-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0 solid #dfdfdf;
        }

        .mini-cart-wrap .minicart-content .single-cart-item .product-thumb {
            width: 80px;
            margin-right: 15px;
        }

            .mini-cart-wrap .minicart-content .single-cart-item .product-thumb a {
                padding: 0 !important;
            }

        .mini-cart-wrap .minicart-content .single-cart-item .product-details {
            text-align: left;
        }

            .mini-cart-wrap .minicart-content .single-cart-item .product-details h2 {
                margin-bottom: 5px;
                line-height: 1;
            }

                .mini-cart-wrap .minicart-content .single-cart-item .product-details h2 a {
                    color: #000;
                    font-weight: 600;
                    font-size: 1.2rem;
                    line-height: 1.5;
                    text-transform: uppercase;
                }

                    .mini-cart-wrap .minicart-content .single-cart-item .product-details h2 a:hover {
                        color: #565656;
                    }

            .mini-cart-wrap .minicart-content .single-cart-item .product-details span {
                font-weight: 600;
                color: #222222;
                font-size: 14px;
                display: block;
            }

                .mini-cart-wrap .minicart-content .single-cart-item .product-details span.price {
                    color: #565656;
                }

            .mini-cart-wrap .minicart-content .single-cart-item .product-details .multiplication {
                margin: 0 7px;
                font-size: 12px;
            }

        .mini-cart-wrap .minicart-content .single-cart-item .remove-icon {
            font-size: 2rem;
            bottom: 20px;
            color: #e74c3c;
            right: 5px;
            position: absolute !important;
            padding: 0 !important;
        }

    .mini-cart-wrap .minicart-content .mini-cart-footer {
        margin-top: 20px;
    }

    @media only screen and (max-width: 575px) {
        .mini-cart-wrap .minicart-content .mini-cart-footer .btn.btn-small {
            padding: 8px 15px;
        }
    }

    .headerTwo .preheader-area {
        background-color: #fff;
        border-bottom: 1px solid #ebebeb;
    }

        .headerTwo .preheader-area a {
            color: #666666;
        }

            .headerTwo .preheader-area a:before {
                background-color: #e5e5e5;
            }

    .headerThree .preheader-area {
        background-color: #f9b61e;
        border-bottom: 1px solid #f9b61e;
    }

        .headerThree .preheader-area a {
            color: #fff;
        }

            .headerThree .preheader-area a:before {
                background-color: #fff;
            }

    .headerThree .dropdown-nav a:hover, .headerThree .mainmenu a:hover {
        color: #f9b61e !important;
    }

    .headerThree #header-bottom-area button:hover {
        color: #f9b61e;
    }

    .headerThree #header-bottom-area .mini-cart-wrap .minicart-content {
        border-top-color: #f9b61e;
    }

        .headerThree #header-bottom-area .mini-cart-wrap .minicart-content a:not(.btn):hover {
            color: #f9b61e;
        }

        .headerThree #header-bottom-area .mini-cart-wrap .minicart-content .btn {
            border-color: #f9b61e;
        }

            .headerThree #header-bottom-area .mini-cart-wrap .minicart-content .btn:hover {
                background-color: #f9b61e;
            }

        .headerThree #header-bottom-area .mini-cart-wrap .minicart-content .price {
            color: #f9b61e;
        }

    .headerFour .header-bottom-area {
        background-color: #222222;
        padding: 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .headerFour .header-bottom-area {
            padding: 15px 0;
        }
    }

    .headerFour .header-bottom-area #main-navbar > li > a {
        color: #fff;
    }

    .headerFour .header-bottom-area .header-configure-area button {
        color: #fff;
    }

    .headerFour .header-bottom-area .header-configure-area .minicart-content {
        top: calc(100% + 18px);
    }

    .headerFour .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
        background-color: #fff;
    }

    .headerFour .slicknav_menu .slicknav_nav {
        top: calc(100% + 15px);
        border-top: 1px solid #fff;
    }

    .dropdown-nav {
        background-color: #f4f5f7;
        pointer-events: none;
        position: absolute;
        visibility: hidden;
        top: 100%;
        left: 0;
        width: 200px;
        z-index: 999;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transform-origin: center top 0;
        -moz-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        transform-origin: center top 0;
        -webkit-transition: all 0.4s ease-out 0.2s;
        -moz-transition: all 0.4s ease-out 0.2s;
        -o-transition: all 0.4s ease-out 0.2s;
        transition: all 0.4s ease-out 0.2s;
    }

        .dropdown-nav .dropdown-nav {
            left: 100%;
        }

        .dropdown-nav.mega-menu-wrap {
            width: auto;
        }

    .dropdown-show {
        position: relative;
    }

        .dropdown-show:hover > .dropdown-nav {
            pointer-events: visible;
            visibility: visible;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none;
        }

    .arrow-toggle {
        position: relative;
    }

        .arrow-toggle:after {
            content: '\f110';
            font-size: 1rem;
            font-family: "FontAwesome";
            vertical-align: middle;
        }

    /*==================================
Start Navigation // Main Menu
====================================*/
    #main-navbar > li {
        display: inline-block;
        margin-right: 25px;
    }

        #main-navbar > li:last-child {
            margin-right: 0;
        }

        #main-navbar > li:hover > a {
            color: #565656;
        }

        #main-navbar > li > a {
            color: #222222;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.3rem;
            line-height: 1;
            display: block;
            padding: 25px 0;
        }

            #main-navbar > li > a.arrow-toggle:after {
                margin-left: 2px;
                display: inline-block;
                margin-top: -2px;
            }

        #main-navbar > li .dropdown-nav {
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
            padding: 10px 20px;
            width: 220px;
            text-align: left;
        }

            #main-navbar > li .dropdown-nav li {
                border-bottom: 1px solid #dfdfdf;
            }

                #main-navbar > li .dropdown-nav li:last-child {
                    border-bottom: 0 !important;
                }

                #main-navbar > li .dropdown-nav li a {
                    color: #777777;
                    padding: 8px 0;
                    display: block;
                }

                    #main-navbar > li .dropdown-nav li a:hover {
                        color: #565656;
                    }

    .mega-menu-wrap {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-wrap: no-wrap;
        -moz-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        width: auto !important;
        white-space: nowrap;
        padding: 10px 30px !important;
    }

        .mega-menu-wrap > .mega-menu-item {
            margin-right: 50px;
            border-bottom: 0 !important;
        }

            .mega-menu-wrap > .mega-menu-item:last-child {
                margin-right: 0;
            }

            .mega-menu-wrap > .mega-menu-item > .mega-item-title {
                color: #222222 !important;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 1.3rem;
                padding: 10px 0 0 !important;
            }

            .mega-menu-wrap > .mega-menu-item ul li:last-child {
                border-bottom: 0 !important;
            }

    .slicknav_menu {
        background-color: transparent;
        left: 0;
        padding: 0;
        top: 0;
        display: none;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .slicknav_menu {
            display: block;
        }
    }

    .slicknav_menu .slicknav_btn {
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: -4px 25px 0 0;
        padding: 0;
        left: 0;
        z-index: 97;
    }

        .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(1) {
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            top: 8px;
        }

        .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2) {
            display: none;
        }

        .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(3) {
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
            top: 8px;
        }

        .slicknav_menu .slicknav_btn .slicknav_icon {
            position: relative;
            height: 15px;
            width: 30px;
        }

            .slicknav_menu .slicknav_btn .slicknav_icon:before {
                display: none;
            }

            .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
                background-color: #222222;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                position: absolute;
                left: 0;
                top: 0;
                margin: 0;
                -webkit-transition: all 0.3s ease-out 0.2s;
                -moz-transition: all 0.3s ease-out 0.2s;
                -o-transition: all 0.3s ease-out 0.2s;
                transition: all 0.3s ease-out 0.2s;
                height: 2px;
                width: 100%;
            }

                .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar:nth-child(2) {
                    top: 50%;
                }

                .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar:nth-child(3) {
                    top: 100%;
                }

        .slicknav_menu .slicknav_btn .slicknav_menutxt {
            text-shadow: none;
            font-weight: 400;
            color: #222222;
        }

    .slicknav_menu .slicknav_nav {
        background-color: #222222;
        left: 0;
        position: absolute;
        padding: 0;
        top: calc(100% + 30px);
        width: 100%;
        max-height: 300px;
        overflow: auto;
        z-index: 97;
    }

        .slicknav_menu .slicknav_nav li a {
            border-bottom: 1px solid #dfdfdf;
            padding: 0 40px 0 20px;
            margin: 0;
            display: block;
            position: relative;
            line-height: 45px;
        }

            .slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
                background-color: transparent;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                color: #565656;
            }

            .slicknav_menu .slicknav_nav li a .slicknav_arrow {
                border-left: 1px solid #dfdfdf;
                margin-left: 0;
                font-size: 2.2rem;
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                text-align: center;
                width: 40px;
            }

        .slicknav_menu .slicknav_nav li .slicknav_row {
            border-bottom: 0;
            padding: 0;
        }

        .slicknav_menu .slicknav_nav li ul {
            margin: 0;
            background-color: #000;
        }

            .slicknav_menu .slicknav_nav li ul ul {
                background-color: #333333;
            }

    /*== End Navigation // Main Menu Area End ==*/
    /*=============================
Start Search box Wrapper
================================*/
    .modalSearchBox {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: all 1s ease 0.8s;
        -moz-transition: all 1s ease 0.8s;
        -o-transition: all 1s ease 0.8s;
        transition: all 1s ease 0.8s;
        -webkit-transform: translateY(600px);
        -moz-transform: translateY(600px);
        -ms-transform: translateY(600px);
        transform: translateY(600px);
    }

        .modalSearchBox .modal-content {
            border: none;
        }

    .mfp-bg.bTot-popup {
        background-color: rgba(160, 141, 100, 0.7);
        padding-bottom: 100%;
        border-radius: 100%;
        overflow: hidden;
        -webkit-animation: bTot-ripple .8s ease-out forwards;
        animation: bTot-ripple .8s ease-out forwards;
    }

    .mfp-slide-bottom.mfp-ready .modalSearchBox {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .mfp-slide-bottom.mfp-ready button.mfp-close {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: visible;
    }

    button.mfp-close {
        background-color: #918059;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 45px;
        height: 45px;
        right: 50px;
        top: 20px;
        -webkit-transition: all 1s ease 0.8s;
        -moz-transition: all 1s ease 0.8s;
        -o-transition: all 1s ease 0.8s;
        transition: all 1s ease 0.8s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none;
    }

    @media only screen and (max-width: 767px) {
        button.mfp-close {
            top: 10px;
            right: 15px;
        }
    }

    button.mfp-close img {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .search-box-wrapper form {
        position: relative;
    }

        .search-box-wrapper form input {
            background-color: #fff;
            outline: none;
            border: 1px solid #c5c5c5;
            padding: 20px;
            padding-right: 100px;
            font-size: 1.8rem;
            line-height: 1.5;
            width: 100%;
            height: 40px;
            margin-top: 10px;
        }

            .search-box-wrapper form input:active, .search-box-wrapper form input:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                outline: none;
                border: 3px solid #141419;
            }

        .search-box-wrapper form .btn-search {
            background-color: #141419;
            font-size: 2.2rem;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: calc(100% - 5px);
        }

    @-webkit-keyframes bTot-ripple {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: scale(0.04) translateY(300%);
            -moz-transform: scale(0.04) translateY(300%);
            -ms-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
        }

        40% {
            -webkit-transform: scale(0.04) translateY(0);
            -moz-transform: scale(0.04) translateY(0);
            -ms-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
            -o-transition: ease-out;
            transition: ease-out;
        }

        40% {
            -webkit-transform: scale(0.04) translateY(0);
            -moz-transform: scale(0.04) translateY(0);
            -ms-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
        }

        60% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-transform: scale(0.02) translateY(0px);
            -moz-transform: scale(0.02) translateY(0px);
            -ms-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
        }

        61% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-transform: scale(0.04) translateY(0px);
            -moz-transform: scale(0.04) translateY(0px);
            -ms-transform: scale(0.04) translateY(0px);
            transform: scale(0.04) translateY(0px);
        }

        99.9% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            height: 0;
            padding-bottom: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

        to {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-transform: scale(2) translateY(0px);
            -moz-transform: scale(2) translateY(0px);
            -ms-transform: scale(2) translateY(0px);
            transform: scale(2) translateY(0px);
            height: 100%;
            padding-bottom: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }
    }

    @keyframes bTot-ripple {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: scale(0.04) translateY(300%);
            -moz-transform: scale(0.04) translateY(300%);
            -ms-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
        }

        40% {
            -webkit-transform: scale(0.04) translateY(0);
            -moz-transform: scale(0.04) translateY(0);
            -ms-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
            -o-transition: ease-out;
            transition: ease-out;
        }

        40% {
            -webkit-transform: scale(0.04) translateY(0);
            -moz-transform: scale(0.04) translateY(0);
            -ms-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
        }

        60% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-transform: scale(0.02) translateY(0px);
            -moz-transform: scale(0.02) translateY(0px);
            -ms-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
        }

        61% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-transform: scale(0.04) translateY(0px);
            -moz-transform: scale(0.04) translateY(0px);
            -ms-transform: scale(0.04) translateY(0px);
            transform: scale(0.04) translateY(0px);
        }

        99.9% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            height: 0;
            padding-bottom: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

        to {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-transform: scale(2) translateY(0px);
            -moz-transform: scale(2) translateY(0px);
            -ms-transform: scale(2) translateY(0px);
            transform: scale(2) translateY(0px);
            height: 100%;
            padding-bottom: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }
    }

    /*===============================
Start Slider Area
================================*/
    .single-slide-wrap {
        background-image: url("../img/bg-1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        padding: 80px 0 60px;
        position: relative;
        z-index: 1;
    }

.single-slide-wrap-a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

        .single-slide-wrap.slideBg2 {
            background-image: url("../img/bg-2.jpg");
        }

        .single-slide-wrap.slideBg3 {
            background-image: url("../img/slider/home-two/home2-slider1.jpg");
        }

        .single-slide-wrap.slideBg4 {
            background-image: url("../img/slider/home-two/home2-slider2.jpg");
        }

        .single-slide-wrap.slideBg5 {
            background-image: url("../img/bgimage1.jpg");
        }

        .single-slide-wrap.slideBg6 {
            background-image: url("../img/slider/home-three/home3-slider2.jpg");
        }

        .single-slide-wrap.slideBg7 {
            background-image: url("../img/slider/home-four/home4-slider1.jpg");
        }

        .single-slide-wrap.slideBg8 {
            background-image: url("../img/slider/home-four/home4-slider2.jpg");
        }

    @media only screen and (max-width: 767px) {
        .single-slide-wrap {
            padding: 20px 0;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide-wrap {
            padding: 100px 0;
        }
    }

    /*.single-slide-wrap:after {
    background-color: rgba(255, 255, 255, 0.75);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}*/

    @media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide-wrap:after {
            display: none;
        }
    }

    .single-slide-wrap .slide-content-wrap h2 {
        font-size: 25px;
        font-weight: 900;
        line-height: 1.2;
        text-transform: uppercase;
        margin-top: -6px;
        color: #fff112;
    }

    @media only screen and (max-width: 767px) {
        .single-slide-wrap .slide-content-wrap h2 {
            font-size: 2.2rem;
        }
    }

    .single-slide-wrap .slide-content-wrap h3 {
        color: #ffffff;
        font-size: 2.2rem;
        line-height: 1.8;
        font-weight: 500;
        margin: 20px 0 38px;
        text-shadow: 2px 2px #000;
    }

        .single-slide-wrap .slide-content-wrap h3 span {
            font-weight: 600;
            font-size: 2.9rem;
        }

    @media only screen and (max-width: 767px) {
        .single-slide-wrap .slide-content-wrap h3 {
            font-size: 1.8rem;
            margin: 10px 0 18px;
        }
    }

    .single-slide-wrap .slide-content-wrap .btn {
        font-size: 1.2rem;
        font-weight: 500;
        text-transform: uppercase;
    }


    .slide-content-wrap .animated.two {
        animation-delay: 0.5s;
        font-size: 16px;
        font-weight: 900;
        margin: 10px 0 10px;
    }

    .slide-content-wrap .animated.three {
        animation-delay: 1s;
    }

    .sliderTwo .single-slide-wrap:after {
        display: block;
        background-color: rgba(34, 34, 34, 0.6);
    }

    .sliderTwo .single-slide-wrap .slide-content-wrap * {
        color: #fff;
    }

    .sliderTwo .single-slide-wrap .slide-content-wrap h2 {
        font-weight: 900;
        font-size: 3.8rem;
    }

    @media only screen and (max-width: 767px) {
        .sliderTwo .single-slide-wrap .slide-content-wrap h2 {
            font-size: 2rem;
            font-weight: 700;
        }
    }

    .sliderTwo .single-slide-wrap .slide-content-wrap h3 {
        color: #fff;
    }

    @media only screen and (max-width: 767px) {
        .sliderTwo .single-slide-wrap .slide-content-wrap h3 {
            font-size: 1.3rem;
            font-weight: 400;
        }
    }

    .sliderThree .single-slide-wrap .btn {
        border-color: #f9b61e;
    }

        .sliderThree .single-slide-wrap .btn:hover {
            background-color: #f9b61e;
        }

    .sliderThree .slick-slider .slick-arrow:hover {
        background-color: #f9b61e;
    }

    /*=================================
  Start Categories Gallery
====================================*/
    .categories-gallery-area {
        padding-top: 30px;
    }

        .categories-gallery-area .slick-slider .slick-list {
            margin: 0 -15px;
        }

            .categories-gallery-area .slick-slider .slick-list .slick-slide {
                margin: 0 15px;
            }

    .single-category-wrap:hover .category-thumbnail:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .single-category-wrap:hover .category-thumbnail .category-name {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .single-category-wrap:hover .category-thumbnail img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }

    .single-category-wrap .category-thumbnail {
        position: relative;
        overflow: hidden;
    }

        .single-category-wrap .category-thumbnail:after {
            background-color: rgba(0, 0, 0, 0.3);
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            visibility: hidden;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            pointer-events: none;
        }

        .single-category-wrap .category-thumbnail img {
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .single-category-wrap .category-thumbnail .category-name {
            position: absolute;
            bottom: 30px;
            right: 30px;
            z-index: 1;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all 0.3s ease-out 0.2s;
            -moz-transition: all 0.3s ease-out 0.2s;
            -o-transition: all 0.3s ease-out 0.2s;
            transition: all 0.3s ease-out 0.2s;
        }

            .single-category-wrap .category-thumbnail .category-name a {
                background-color: #fff;
                color: #222222;
                display: block;
                font-size: 1.6rem;
                line-height: 1;
                padding: 13px 20px;
            }

    .category-sale-message {
        margin-top: 30px;
        background-color: #f01700;
        color: #fff;
        padding: 18px 10px;
    }

        .category-sale-message h4, .category-sale-message a {
            color: #fff;
            font-size: 1.2rem;
            line-height: 1.5;
            letter-spacing: .1em;
            margin-bottom: 0;
        }

        .category-sale-message a {
            text-decoration: underline;
        }

            .category-sale-message a:hover {
                color: #565656;
            }

    /*========================
Start Products Style
==========================*/
    .products-area-wrapper,
    #products-area-wrapper {
        padding: 30px 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .products-area-wrapper,
        #products-area-wrapper {
            padding: 30px 0;
        }
    }

    .products-wrapper .products-carousel-wrap, .products-wrapper .feature-product-carousel {
        margin-top: 0px;
    }

        .products-wrapper .products-carousel-wrap.slick-slider .slick-list, .products-wrapper .feature-product-carousel.slick-slider .slick-list {
            margin: 0 -15px;
        }

            .products-wrapper .products-carousel-wrap.slick-slider .slick-list .slick-slide, .products-wrapper .feature-product-carousel.slick-slider .slick-list .slick-slide {
                margin: 0 15px;
            }

    .products-wrapper.color-layout-two .single-product-item a:not(.btn):hover {
        color: #f9b61e;
    }

    .products-wrapper.color-layout-two .single-product-item .btn-brand {
        background-color: #f9b61e;
    }

        .products-wrapper.color-layout-two .single-product-item .btn-brand:hover {
            background-color: #de9c06;
        }

    .products-wrapper.color-layout-two .slick-slider .slick-arrow:hover {
        background-color: #f9b61e;
    }

    .single-product-item {
        overflow: hidden;
        border: 1px solid #c5c5c5;
        margin-top: 10px;
        padding: 4px;
    }

        .single-product-item .product-thumbnail {
            position: relative;
            overflow: hidden;
            /*height:180px;*/
            background: #ffffff;
        }

            .single-product-item .product-thumbnail a img {
                -webkit-transition: all 0.3s ease-out 0.2s;
                -moz-transition: all 0.3s ease-out 0.2s;
                -o-transition: all 0.3s ease-out 0.2s;
                transition: all 0.3s ease-out 0.2s;
                position: relative;
                width: 100%;
                display: inline-block;
                height: 160px;
                object-fit: contain;
                border-bottom: 1px solid rgba(0,0,0,.15);
                background-color: #fff;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease
            }

                .single-product-item .product-thumbnail a img.secondary-thumb {
                    position: absolute;
                    left: 0;
                    top: 0;
                    opacity: 0;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                    filter: alpha(opacity=0);
                    visibility: hidden;
                    pointer-events: none;
                }

            .single-product-item .product-thumbnail .product-hvr-content .btn-wishlist {
                font-size: 2rem;
                color: #666666;
                position: absolute;
                right: -20px;
                top: 15px;
            }

                .single-product-item .product-thumbnail .product-hvr-content .btn-wishlist:hover {
                    color: #565656;
                }

            .single-product-item .product-thumbnail .product-hvr-content .btn-quickView {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                color: #fff;
                font-size: 1.4rem;
                -webkit-transition: all 0.3s ease-out 0.2s;
                -moz-transition: all 0.3s ease-out 0.2s;
                -o-transition: all 0.3s ease-out 0.2s;
                transition: all 0.3s ease-out 0.2s;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                -webkit-transform: translateY(100%);
                -moz-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
                visibility: hidden;
                pointer-events: none;
                line-height: 1.5;
            }

    .product-list-view .single-product-item .product-thumbnail .product-hvr-content .btn-quickView {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 8px 14px;
        text-transform: uppercase;
        width: 100%;
        color: #fff;
        font-size: .8rem;
        -webkit-transition: all 0.3s ease-out 0.2s;
        -moz-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        pointer-events: none;
        line-height: 1;
    }


    .single-product-item .product-details {
        margin-top: 3px;
    }

        .single-product-item .product-details .product-cat-name {
            color: #888;
            margin-bottom: 3px;
            display: block;
        }

            .single-product-item .product-details .product-cat-name:hover {
                color: #565656;
            }

    .product-list-view .single-product-item .product-details .product-name {
        font-size: 12px;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
        color: #ff0022;
    }

    .product-list-view .single-product-item .product-details .product-cat-name {
        color: #888;
        font-size: 12px;
        margin-bottom: 3px;
        display: block;
    }

        .product-list-view .single-product-item .product-details .product-cat-name:hover {
            color: #565656;
        }

    .single-product-item .product-details .product-name {
        font-size: 13px;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
        color: #ff0022;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .single-product-item .product-details .product-nam {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        margin: 6px 0;
        text-align: center;
    }

    .single-product-item .product-details .product-na {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        margin-bottom: 6px;
        text-align: center;
    }

    .single-product-item .product-details .product-name a {
        color: #222222;
    }

        .single-product-item .product-details .product-name a:hover {
            color: #565656;
        }

    .single-product-item .product-details .product-prices {
        color: #333333;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 700;
    }

        .single-product-item .product-details .product-prices del {
            color: #999;
            font-size: 1.3rem;
            font-weight: 400;
            margin-right: 10px;
        }

    .single-product-item .product-details .product-desc {
        margin-top: 15px;
        display: none;
        font-size: 1.5rem;
        line-height: 1.6;
        color: #666;
        margin-bottom: 0;
    }

    .single-product-item:hover .product-thumbnail a img.primary-thumb {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none;
    }

    .single-product-item:hover .product-thumbnail a img.secondary-thumb {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: visible;
    }

    .single-product-item:hover .product-thumbnail .product-hvr-content .btn-wishlist {
        right: 20px;
    }

    .single-product-item:hover .product-thumbnail .product-hvr-content .btn-quickView {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: visible;
    }

    .product-list-view [class^="col-"] {
        max-width: 20%;
        -webkit-box-flex: 0 0 20%;
        -moz-box-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    /*@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-list-view .single-product-item {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
}

.product-list-view .single-product-item .product-thumbnail {
    max-width: 270px;
    margin-right: 20px;
    -webkit-box-flex: 0 0 270px;
    -moz-box-flex: 0 0 270px;
    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
}*/

    @media only screen and (max-width: 767px) {
        .product-list-view .single-product-item .product-thumbnail {
            -webkit-box-flex: 0 0 100%;
            -moz-box-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-right: 0;
        }
    }

    .product-list-view .single-product-item .product-details .product-desc {
        display: block;
    }

    .product-list-view.small-list {
        margin-top: -30px;
    }

        .product-list-view.small-list .single-product-item {
            display: -webkit-box !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: flex !important;
            margin-top: 30px;
        }

            .product-list-view.small-list .single-product-item .product-thumbnail {
                max-width: 120px;
                -webkit-box-flex: 0 0 90px;
                -moz-box-flex: 0 0 90px;
                -webkit-flex: 0 0 90px;
                -ms-flex: 0 0 90px;
                flex: 0 0 90px;
                margin-right: 20px;
            }

            .product-list-view.small-list .single-product-item .product-details {
                margin-top: 10px;
            }

                .product-list-view.small-list .single-product-item .product-details .product-name {
                    font-size: 1.3rem;
                }

        .product-list-view.small-list .slick-slider .slick-arrow {
            background-color: #fff;
            top: -42px;
            left: auto;
            right: 0;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none;
            font-size: 2rem;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            pointer-events: visible;
            visibility: visible;
            height: 30px;
            width: auto;
        }

            .product-list-view.small-list .slick-slider .slick-arrow:hover {
                background-color: #fff;
                color: #565656;
            }

            .product-list-view.small-list .slick-slider .slick-arrow.slick-prev {
                right: 30px;
                border-right: 0;
                -webkit-border-radius: 4px 0 0 4px;
                -moz-border-radius: 4px 0 0 4px;
                border-radius: 4px 0 0 4px;
            }

            .product-list-view.small-list .slick-slider .slick-arrow.slick-next {
                border-left: 0;
                -webkit-border-radius: 0 4px 4px 0;
                -moz-border-radius: 0 4px 4px 0;
                border-radius: 0 4px 4px 0;
            }

    /*=================================
  Start Parallax Banner Area
====================================*/
    #parallax-banner-area {
        background-image: url("../img/bg-2.jpg");
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        color: #fff;
        position: relative;
        padding: 40px 0;
        z-index: 1;
    }

        #parallax-banner-area.layout-two {
            background-image: url("../img/home3-fullbanner.jpg");
        }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area {
            padding: 50px 0;
        }
    }

    #parallax-banner-area:after {
        background-color: rgba(34, 34, 34, 0.25);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    #parallax-banner-area .banner-content-wrap {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area .banner-content-wrap {
            font-size: 1.5rem;
            line-height: 1.5;
        }
    }

    #parallax-banner-area .banner-content-wrap h2 {
        font-size: 3.6rem;
        line-height: 1.2;
        text-transform: uppercase;
        color: #fff;
        margin-top: -8px;
        margin-bottom: 30px;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area .banner-content-wrap h2 {
            margin-bottom: 15px;
        }
    }

    #parallax-banner-area .banner-content-wrap .btn {
        text-transform: uppercase;
        border-color: #fff;
        color: #fff;
        font-weight: 700;
        margin-top: 34px;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area .banner-content-wrap .btn {
            margin-top: 20px;
        }
    }

    #parallax-banner-area .banner-content-wrap .btn:hover {
        border-color: #565656;
    }

    #parallax-banner-area.layout-two {
        padding: 120px 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area.layout-two {
            padding: 50px 0;
        }
    }

    #parallax-banner-area.layout-two a.btn:hover {
        background-color: #f9b61e;
    }



    #parallax-banner-area1 {
        background-image: url("../img/bg-3.jpg");
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        color: #fff;
        position: relative;
        padding: 40px 0;
        z-index: 1;
    }

        #parallax-banner-area1.layout-two {
            background-image: url("../img/home3-fullbanner.jpg");
        }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area1 {
            padding: 50px 0;
        }
    }

    #parallax-banner-area1:after {
        background-color: rgba(34, 34, 34, 0.25);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    #parallax-banner-area1 .banner-content-wrap {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area1 .banner-content-wrap {
            font-size: 1.5rem;
            line-height: 1.5;
        }
    }

    #parallax-banner-area1 .banner-content-wrap h2 {
        font-size: 3.6rem;
        line-height: 1.2;
        text-transform: uppercase;
        color: #fff;
        margin-top: -8px;
        margin-bottom: 30px;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area1 .banner-content-wrap h2 {
            margin-bottom: 15px;
        }
    }

    #parallax-banner-area1 .banner-content-wrap .btn {
        text-transform: uppercase;
        border-color: #fff;
        color: #fff;
        font-weight: 700;
        margin-top: 34px;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area1 .banner-content-wrap .btn {
            margin-top: 20px;
        }
    }

    #parallax-banner-area1 .banner-content-wrap .btn:hover {
        border-color: #565656;
    }

    #parallax-banner-area1.layout-two {
        padding: 120px 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #parallax-banner-area1.layout-two {
            padding: 50px 0;
        }
    }

    #parallax-banner-area1.layout-two a.btn:hover {
        background-color: #f9b61e;
    }

    /*================================
Start Testimonials Area
=================================*/
    #new-feature-pro-reviews {
        padding: 88px 0 90px;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #new-feature-pro-reviews {
            padding: 48px 0 50px;
        }
    }

    @media only screen and (max-width: 575px) {
        #feature-products-area {
            margin-top: 35px;
        }
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #testimonial-wrapper {
            margin-top: 35px;
        }
    }

    #testimonial-wrapper .color-layout-two .slick-dots li {
        border-color: #f9b61e;
    }

        #testimonial-wrapper .color-layout-two .slick-dots li:hover, #testimonial-wrapper .color-layout-two .slick-dots li.slick-active {
            background-color: #f9b61e;
        }

    .single-testimonial-item .testimonial-avatar {
        margin-bottom: 27px;
    }

        .single-testimonial-item .testimonial-avatar img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin: auto;
            height: 120px;
            width: 120px;
        }

    .single-testimonial-item .testimonial-quote {
        color: #666666;
        font-size: 1.5rem;
        line-height: 1.5;
    }

        .single-testimonial-item .testimonial-quote p {
            margin-bottom: 0;
        }

    .single-testimonial-item .testimonial-author {
        font-size: 1.5rem;
        color: #666666;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 26px;
    }

        .single-testimonial-item .testimonial-author .title {
            font-size: 90%;
            font-weight: 400;
            vertical-align: middle;
        }

    /*===============================
Start Instagram Feed Area
================================*/
    #instagram-feed-area {
        padding: 50px 0;
    }

        #instagram-feed-area.layout-two {
            background-color: #f7f7f7;
        }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #instagram-feed-area {
            padding: 50px 0;
        }
    }

    #instagram-feed-area .instagram-content-header {
        margin-bottom: 43px;
    }

        #instagram-feed-area .instagram-content-header h3 {
            font-size: 2rem;
            line-height: 1.2;
            margin-top: -3px;
            margin-bottom: 10px;
        }

        #instagram-feed-area .instagram-content-header em {
            color: #666666;
            font-size: 1.8rem;
            font-weight: 400;
        }

    #instagram-feed-area .instagram-carousel.slick-slider .slick-list {
        margin: 0 -5px;
    }

        #instagram-feed-area .instagram-carousel.slick-slider .slick-list .slick-slide {
            margin: 0 5px;
        }

    /*==============================
Start Brand Carousel Area
================================*/
    .brand-logo-area {
        background-color: #f7f7f7;
        padding: 45px 0;
    }

        .brand-logo-area.layout-two {
            background-color: #fff;
        }

        .brand-logo-area.color-layout-two .slick-slider .slick-arrow:hover {
            background-color: #f9b61e;
        }

        .brand-logo-area .brand-logo-carousel.slick-slider .slick-list {
            margin: 0 -15px;
        }

            .brand-logo-area .brand-logo-carousel.slick-slider .slick-list .slick-slide {
                margin: 0 15px;
            }

        .brand-logo-area .single-brand-item {
            text-align: center;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            cursor: pointer;
        }

            .brand-logo-area .single-brand-item img {
                position: relative;
                width: 100%;
                display: block;
                height: 220px;
                object-fit: cover;
                border-bottom: 1px solid rgba(0,0,0,.15);
                background-color: #fff;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }
    /*================================================
Start Categories Banner Area // index2.html
================================================*/
    .single-category-banner .cate-banner-thumb {
        position: relative;
    }

        .single-category-banner .cate-banner-thumb:before {
            background-color: rgba(0, 0, 0, 0.3);
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            pointer-events: none;
            height: 100%;
            width: 100%;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: all 0.3s ease-out 0.2s;
            -moz-transition: all 0.3s ease-out 0.2s;
            -o-transition: all 0.3s ease-out 0.2s;
            transition: all 0.3s ease-out 0.2s;
            visibility: hidden;
        }

    @media only screen and (max-width: 767px) {
        .single-category-banner .cate-banner-thumb:before {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            visibility: visible;
        }
    }

    .single-category-banner .cate-banner-thumb .banner-content {
        position: absolute;
        text-align: center;
        top: 50%;
        pointer-events: none;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
    }

        .single-category-banner .cate-banner-thumb .banner-content * {
            color: #fff;
            text-transform: uppercase;
        }

        .single-category-banner .cate-banner-thumb .banner-content h2 {
            font-size: 3.6rem;
            line-height: 1.2;
            position: relative;
            display: inline-block;
            padding-bottom: 20px;
            margin-bottom: 35px;
        }

    @media only screen and (max-width: 767px) {
        .single-category-banner .cate-banner-thumb .banner-content h2:after, .single-category-banner .cate-banner-thumb .banner-content h2:before {
            width: calc(100% + 0px) !important;
        }
    }

    .single-category-banner .cate-banner-thumb .banner-content h2:before {
        background-color: #fff;
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease-out 0.2s;
        -moz-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s;
        bottom: 0;
        height: 2px;
        width: calc(100% + 50px);
    }

    .single-category-banner .cate-banner-thumb .banner-content h2:after {
        background-color: #fff;
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease-out 0.2s;
        -moz-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s;
        bottom: 0;
        height: 2px;
        width: calc(100% + 50px);
    }

    .single-category-banner .cate-banner-thumb .banner-content h4 {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .single-category-banner .cate-banner-thumb:hover:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .single-category-banner .cate-banner-thumb:hover .banner-content h2:before {
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
    }

    @media only screen and (max-width: 767px) {
        .single-category-banner .cate-banner-thumb:hover .banner-content h2:before {
            -webkit-transform: translateX(-50%) rotate(0);
            -moz-transform: translateX(-50%) rotate(0);
            -ms-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
        }
    }

    .single-category-banner .cate-banner-thumb:hover .banner-content h2:after {
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
    }

    @media only screen and (max-width: 767px) {
        .single-category-banner .cate-banner-thumb:hover .banner-content h2:after {
            -webkit-transform: translateX(-50%) rotate(0);
            -moz-transform: translateX(-50%) rotate(0);
            -ms-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
        }
    }

    .single-category-banner.layout-two {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 100px 50px;
    }

    @media only screen and (max-width: 767px) {
        .single-category-banner.layout-two {
            padding: 30px;
        }
    }

    .single-category-banner.layout-two.running-shoes {
        background-image: url("../img/categories/home-two/home2-cate-3.jpg");
        margin-bottom: 30px;
    }

    .single-category-banner.layout-two.new-vans {
        background-image: url("../img/categories/home-two/home2-cate-2.jpg");
        margin-top: 30px;
    }

    .single-category-banner.layout-two h2 {
        font-size: 1.8rem;
        line-height: 1.2;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .single-category-banner.layout-two p {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .single-category-banner.layout-two a {
        color: #222222;
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1;
    }

        .single-category-banner.layout-two a:hover {
            color: #565656;
        }

    /*===============================
Start Product Categories Area
================================*/
    #products-category-wrapper {
        background-color: #f7f7f7;
        padding: 50px 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #products-category-wrapper {
            padding: 50px 0;
        }
    }

    #products-category-wrapper .product-categories-wrap {
        margin-top: -30px;
    }

        #products-category-wrapper .product-categories-wrap img {
            width: 100%;
        }

    .single-product-category {
        margin-top: 30px;
    }

        .single-product-category .product-category-thumb {
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

            .single-product-category .product-category-thumb:before {
                background-color: rgba(0, 0, 0, 0.3);
                content: '';
                position: absolute;
                height: 175px;
                left: 0;
                bottom: -65px;
                -webkit-transform: skewY(-16deg);
                -moz-transform: skewY(-16deg);
                -ms-transform: skewY(-16deg);
                transform: skewY(-16deg);
                width: 100%;
            }

            .single-product-category .product-category-thumb:after {
                background-color: rgba(0, 0, 0, 0.3);
                content: '';
                position: absolute;
                height: 175px;
                left: 0;
                bottom: -200px;
                -webkit-transform: skewY(-16deg);
                -moz-transform: skewY(-16deg);
                -ms-transform: skewY(-16deg);
                transform: skewY(-16deg);
                width: 100%;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                visibility: hidden;
                -webkit-transition: all 0.2s ease-out 0.2s;
                -moz-transition: all 0.2s ease-out 0.2s;
                -o-transition: all 0.2s ease-out 0.2s;
                transition: all 0.2s ease-out 0.2s;
                transition-delay: 0s;
                z-index: 1;
            }

            .single-product-category .product-category-thumb .product-category-text {
                position: absolute;
                width: 100%;
                text-align: center;
                bottom: 50px;
                z-index: 2;
            }

                .single-product-category .product-category-thumb .product-category-text h2 {
                    font-size: 2rem;
                    text-transform: uppercase;
                    font-weight: 900;
                    color: #fff;
                }

        .single-product-category:hover .product-category-thumb:after {
            bottom: -65px;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            visibility: visible;
        }

        .single-product-category:hover .product-category-thumb:before {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            visibility: hidden;
        }

    /*===============================
Start Product Banner area
================================*/
    .special-products-banner {
        padding: 40px 0;
    }

    .special-products-banner-1 {
        padding: 0px 0 40px;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .special-products-banner {
            padding-top: 50px;
        }

        .special-products-banner-1 {
            padding-top: 50px;
        }
    }

    .single-special-pro-banner {
        margin-bottom: 50px;
    }

    @media only screen and (max-width: 767px) {
        .single-special-pro-banner {
            margin-bottom: 30px;
        }
    }

    .single-special-pro-banner:last-child {
        margin-bottom: 10px;
    }

    @media only screen and (max-width: 767px) {
        .single-special-pro-banner .special-product-content {
            margin-top: 25px;
        }
    }

    .parallaxBg .single-special-pro-banner .special-product-content h4 {
        font-size: 20px;
        padding: 10px 0;
        color: #f9b61e;
    }

    .single-special-pro-banner .special-product-content h4 {
        color: #092475;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
    }

    .single-special-pro-banner .special-product-content h2 {
        font-size: 2.4rem;
        line-height: 1.2;
        font-weight: 900;
        text-transform: uppercase;
        margin-top: 25px;
    }

    @media only screen and (max-width: 767px) {
        .single-special-pro-banner .special-product-content h2 {
            margin-top: 15px;
        }
    }

    .single-special-pro-banner .special-product-content p {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .single-special-pro-banner .special-product-content li {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .single-special-pro-banner .special-product-content p {
            font-size: 1.8rem;
            line-height: 1.5;
        }
    }

    .single-special-pro-banner .special-product-content .btn {
        margin-top: 10px;
    }

        .single-special-pro-banner .special-product-content .btn:hover {
            background-color: #f9b61e;
        }

    /*===============================
Start Categories Listing
================================*/
    .categories-listing-area {
        background-color: #f7f7f7;
        padding: 20px 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .categories-listing-area {
            padding: 20px 0;
        }
    }

    .categories-listing-content {
        margin-top: -20px;
    }

        .categories-listing-content .single-category-list-item1 {
            background: #fff;
            border-top: 2px solid #f9b61e;
            border-left: 1px solid #c5c5c5;
            border-right: 1px solid #c5c5c5;
            border-bottom: 1px solid #c5c5c5;
            margin-top: 10px;
        }
        .categories-listing-content .single-category-list-item2 {
            background: #fff;
            border-top: 2px solid #f9b61e;
            padding: 10px;
            margin-top: 10px;
        }

        .categories-listing-content .single-category-list-item {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            border-top: 2px solid #f9b61e;
            padding: 10px;
            margin-top: 10px;
        }
            .categories-listing-content .single-category-list-item.bgOne {
                background-image: url("../img/category1.jpg");
            }
            .categories-listing-content .single-category-list-item.bgTwo {
                background-image: url("../img/category2.jpg");
            }

            .categories-listing-content .single-category-list-item.bgthree {
                background-image: url("../img/category3.jpg");
            }

            .categories-listing-content .single-category-list-item.bgfour {
                background-image: url("../img/category4.jpg");
            }

            .categories-listing-content .single-category-list-item h2 {
                font-size: 18px;
                line-height: 1;
                font-weight: 700;
                margin-bottom: 6px;
                color: #092475;
            }

    .category-list {
        margin-left: 15px;
    }

        .category-list li {
            margin-bottom: 12px;
            list-style-type: initial;
            color: #ffffff;
        }

            .category-list li:last-child {
                margin-bottom: 0;
            }

            .category-list li a {
                color: #ffffff;
                font-size: 1.6rem;
                line-height: 1;
            }

                .category-list li a:hover {
                    color: #f9b61e;
                }

    .category-list1 {
        margin-left: 15px;
    }

        .category-list1 li {
            margin-bottom: 12px;
            list-style-type: none;
            color: #ffffff;
        }

            .category-list1 li:last-child {
                margin-bottom: 0;
            }

            .category-list1 li a {
                color: #ffffff;
                font-size: 1.6rem;
                line-height: 1;
            }

                .category-list1 li a:hover {
                    color: #f9b61e;
                }

            .category-list1 li ul {
                padding-top: 10px;
            }

                .category-list1 li ul li {
                    margin-bottom: 12px;
                    padding-left: 30px;
                    list-style-type: none;
                    color: #ffffff;
                }

                    .category-list1 li ul li a {
                        color: #ffffff;
                    }

    .category-list2 {
        margin-left: 15px;
    }

        .category-list2 li {
            margin-bottom: 12px;
            list-style-type: none;
            color: #1b1b1b;
        }

            .category-list2 li:last-child {
                margin-bottom: 10px;
            }

            .category-list2 li a {
                color: #1b1b1b;
                font-size: 1.6rem;
                line-height: 1;
            }

                .category-list2 li a:hover {
                    color: #f9b61e;
                }

    .category-list3 {
        margin-left: 15px;
    }

        .category-list3 li {
            margin-bottom: 12px;
            list-style-type: initial;
            color: #1b1b1b;
        }

            .category-list3 li:last-child {
                margin-bottom: 0;
            }

            .category-list3 li a {
                color: #1b1b1b;
                font-size: 1.6rem;
                line-height: 1;
            }

                .category-list3 li a:hover {
                    color: #030303;
                }


    .category-list4 {
        margin-left: 15px;
    }

        .category-list4 li {
            margin-bottom: 12px;
            list-style-type: initial;
            color: #ffffff;
        }

            .category-list4 li:last-child {
                margin-bottom: 0;
            }

    .category-list4li a {
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 1;
    }

    .category-list4 li a:hover {
        color: #f9b61e;
    }


    /*===============================================
Start Category Banner area / index4.html
================================================*/
    .category-banner-wrapper {
        margin-top: 30px;
    }

        .category-banner-wrapper .single-cate-banner .category-banner-thumb {
            position: relative;
        }

            .category-banner-wrapper .single-cate-banner .category-banner-thumb img {
                width: 100%;
            }

            .category-banner-wrapper .single-cate-banner .category-banner-thumb .cate-banner-text {
                position: absolute;
                top: 30px;
                left: 30px;
            }

                .category-banner-wrapper .single-cate-banner .category-banner-thumb .cate-banner-text h2 {
                    font-size: 1.8rem;
                    line-height: 1.2;
                    margin-bottom: 10px;
                }

                    .category-banner-wrapper .single-cate-banner .category-banner-thumb .cate-banner-text h2 a {
                        color: #222222;
                    }

                        .category-banner-wrapper .single-cate-banner .category-banner-thumb .cate-banner-text h2 a:hover {
                            color: #565656;
                        }

                .category-banner-wrapper .single-cate-banner .category-banner-thumb .cate-banner-text .cate-banner-list {
                    color: #666666;
                }

    /*=================================================
Start Special Offers Product  / index4.html
====================================================*/
    .special-products-menu-area h2 {
        background-color: #565656;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.8rem;
        line-height: 1.2;
        font-weight: 900;
        margin-bottom: 0;
        padding: 16px 20px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-products-menu-area h2 {
            font-weight: 700;
            font-size: 1.5rem;
            padding: 15px;
        }
    }

    .special-products-menu-area .special-products-menu a {
        display: block;
        color: #222222;
        padding: 18px 0;
        border-bottom: 1px solid #dfdfdf;
        font-weight: 700;
    }

        .special-products-menu-area .special-products-menu a span {
            vertical-align: middle;
            margin-left: 15px;
        }

        .special-products-menu-area .special-products-menu a:hover, .special-products-menu-area .special-products-menu a.active {
            color: #565656;
        }

    #specialProducts .products-wrapper .special-product-carousel {
        margin-top: -40px;
    }

        #specialProducts .products-wrapper .special-product-carousel.slick-slider .slick-list {
            margin: 0 -15px;
        }

            #specialProducts .products-wrapper .special-product-carousel.slick-slider .slick-list .slick-slide {
                margin: 0 15px;
            }

    .tab-content {
        width: 100%;
    }

        .tab-content .tab-pane {
            display: block;
            height: 0;
            max-width: 100%;
            visibility: hidden;
            overflow: hidden;
            opacity: 0;
        }

            .tab-content .tab-pane.active {
                height: auto;
                visibility: visible;
                opacity: 1;
                overflow: visible;
            }

    /*===============================
Start Page Header
================================*/
    #page-header-wrapper {
        background-color: #092475;
        padding: 8px 0;
    }

    @media only screen and (max-width: 575px) {
        #page-header-wrapper [class*="col-"] {
            max-width: 100%;
            -webkit-box-flex: 100% 0 0;
            -moz-box-flex: 100% 0 0;
            -webkit-flex: 100% 0 0;
            -ms-flex: 100% 0 0;
            flex: 100% 0 0;
            text-align: center;
        }
    }

    #page-header-wrapper .page-title-wrap h1 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        margin: 0;
        color: #ffffff;
    }

    @media only screen and (max-width: 575px) {
        #page-header-wrapper .page-breadcrumb-wrap > .nav {
            margin-top: 10px;
            -webkit-justify-content: center !important;
            -moz-justify-content: center !important;
            -ms-justify-content: center !important;
            justify-content: center !important;
            -ms-flex-pack: center !important;
        }
    }

    #page-header-wrapper .page-breadcrumb-wrap li:last-child a:after {
        display: none;
    }

    #page-header-wrapper .page-breadcrumb-wrap li a {
        color: #092475;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1;
        font-weight: 700;
    }

        #page-header-wrapper .page-breadcrumb-wrap li a.current, #page-header-wrapper .page-breadcrumb-wrap li a:hover {
            color: #092475;
        }

        #page-header-wrapper .page-breadcrumb-wrap li a.current {
            pointer-events: none;
        }

        #page-header-wrapper .page-breadcrumb-wrap li a:after {
            content: "/";
            padding: 0 10px;
        }

    /*==============================
Start Sidebar Style
================================*/
    #sidebar-area-wrap {
        margin-top: 50px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
        #sidebar-area-wrap {
            margin-top: 0;
        }
    }

    .single-sidebar-wrap {
        margin-bottom: 70px;
    }

    @media only screen and (max-width: 767px) {
        .single-sidebar-wrap {
            margin-bottom: 50px;
        }
    }

    .single-sidebar-wrap:last-child {
        margin-bottom: 0;
    }

    .single-sidebar-wrap .sidebar-title {
        font-size: 1.6rem;
        line-height: 1.2;
        font-weight: 900;
        margin-top: -2px;
        margin-bottom: 36px;
        text-transform: uppercase;
    }

    @media only screen and (max-width: 767px) {
        .single-sidebar-wrap .sidebar-title {
            margin-bottom: 25px;
        }
    }

    .sidebar-list li {
        margin-bottom: 6px;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 5px;
    }

        .sidebar-list li:last-child {
            margin-bottom: 0;
        }

        .sidebar-list li a {
            color: #222222;
            -webkit-transition: all 0.2s ease-out 0.2s;
            -moz-transition: all 0.2s ease-out 0.2s;
            -o-transition: all 0.2s ease-out 0.2s;
            transition: all 0.2s ease-out 0.2s;
            display: block;
            /*text-transform: uppercase;*/
        }

            .sidebar-list li a span {
                float: right;
                width: 30px;
                text-align: center;
            }

            .sidebar-list li a:hover {
                color: #565656;
                padding-left: 4px;
            }

    .tags {
        margin-top: -3px;
    }

        .tags li {
            display: inline-block;
        }

            .tags li a {
                display: block;
                border: 1px solid #dfdfdf;
                padding: 10px 20px;
                margin: 5px 2px;
                color: #1b1b1b;
                font-weight: 500;
                font-size: 1.3rem;
                line-height: 1.5;
                text-transform: capitalize;
                -webkit-transition: all 0.3s ease-out 0.2s;
                -moz-transition: all 0.3s ease-out 0.2s;
                -o-transition: all 0.3s ease-out 0.2s;
                transition: all 0.3s ease-out 0.2s;
            }

                .tags li a:hover {
                    background-color: #565656;
                    border-color: #565656;
                    color: #fff;
                }

    .sidebar-search form {
        position: relative;
    }

        .sidebar-search form input[type='search'] {
            width: 100%;
            border: 2px solid #eeeeee;
            padding: 15px 60px 15px 15px;
            outline: none;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
        }

            .sidebar-search form input[type='search']:focus {
                border-color: #565656;
            }

        .sidebar-search form button {
            background-color: #565656;
            border: none;
            color: #fff;
            cursor: pointer;
            right: 0;
            position: absolute;
            text-align: center;
            top: 0;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            height: 100% !important;
            width: 60px;
        }

    .recent-post-sidebar .single-post-item {
        margin-bottom: 15px;
    }

        .recent-post-sidebar .single-post-item:last-child {
            margin-bottom: 0;
        }

        .recent-post-sidebar .single-post-item .post-thumb {
            -webkit-box-flex: 100px 0 0;
            -moz-box-flex: 100px 0 0;
            -webkit-flex: 100px 0 0;
            -ms-flex: 100px 0 0;
            flex: 100px 0 0;
        }

            .recent-post-sidebar .single-post-item .post-thumb img {
                border: 1px solid #cccccc;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                padding: 2px;
                height: 90px;
                width: 100px;
            }

        .recent-post-sidebar .single-post-item .product-details {
            margin-left: 15px;
        }

            .recent-post-sidebar .single-post-item .product-details h2 {
                font-size: 1.5rem;
                line-height: 1.3;
                font-weight: 400;
                text-transform: capitalize;
            }

                .recent-post-sidebar .single-post-item .product-details h2 a {
                    color: #222222;
                }

                    .recent-post-sidebar .single-post-item .product-details h2 a:hover {
                        color: #565656;
                    }

            .recent-post-sidebar .single-post-item .product-details .date {
                display: block;
                font-size: 1.3rem;
                line-height: 1;
                margin-top: 10px;
            }

            .recent-post-sidebar .single-post-item .product-details .btn-readmore {
                color: #666666;
                font-size: 1.3rem;
                font-weight: 500;
                margin-top: 10px;
                display: block;
            }

                .recent-post-sidebar .single-post-item .product-details .btn-readmore:hover {
                    color: #565656;
                }

                .recent-post-sidebar .single-post-item .product-details .btn-readmore i.fa {
                    margin-left: 3px;
                }

    #sidebar-area-wrap .products-wrapper.small-list {
        margin-top: 0;
    }

    /*=================================
  Start Footer Section
====================================*/
    #footer-area {
        background-color: #dfdfdf;
        color: #ffffff;
    }

    /*=================================
  Start Newsletter Area
====================================*/
    .newsletter-area-wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 92px 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .newsletter-area-wrapper {
            padding: 50px 0;
        }
    }

    .newsletter-area-wrapper .newsletter-content-wrap h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 2.4rem;
        line-height: 1.2;
        margin-top: -5px;
        margin-bottom: 21px;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .newsletter-area-wrapper .newsletter-content-wrap h2 {
            margin-bottom: 15px;
        }
    }

    .newsletter-area-wrapper .newsletter-content-wrap p {
        margin-bottom: 40px;
        color: #fff;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .newsletter-area-wrapper .newsletter-content-wrap p {
            margin-bottom: 25px;
        }
    }

    .newsletter-area-wrapper .newsletter-content-wrap .newsletter-form-wrap {
        position: relative;
    }

        .newsletter-area-wrapper .newsletter-content-wrap .newsletter-form-wrap form {
            position: relative;
        }

            .newsletter-area-wrapper .newsletter-content-wrap .newsletter-form-wrap form input {
                background-color: #000;
                border: none;
                color: #999999;
                display: block;
                font-style: italic;
                padding: 15px 45px 15px 15px;
                width: 100%;
            }

                .newsletter-area-wrapper .newsletter-content-wrap .newsletter-form-wrap form input:focus, .newsletter-area-wrapper .newsletter-content-wrap .newsletter-form-wrap form input:active {
                    border: none;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    outline: none;
                }

            .newsletter-area-wrapper .newsletter-content-wrap .newsletter-form-wrap form button.btn {
                background-color: transparent;
                color: #999999;
                font-size: 1.9rem;
                padding: 0;
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                width: 40px;
            }

        .newsletter-area-wrapper .newsletter-content-wrap .newsletter-form-wrap .mailchimp-alerts {
            margin-top: 15px;
            color: #fff;
            font-size: 1.7rem;
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            position: absolute;
            width: 100%;
        }

    /*=================================
  Start Footer Widget Area
====================================*/
    .footer-widget-wrapper {
        padding: 30px 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-widget-wrapper {
            padding: 50px 0;
        }
    }

    .footer-widget-wrapper .widget-content-wrap {
        margin-top: -40px;
    }

    .single-footer-widget-wrap {
        margin-top: 40px;
    }

        .single-footer-widget-wrap.footer-about a.footerLogo {
            display: inline-block;
            margin-bottom: 37px;
        }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget-wrap.footer-about a.footerLogo {
            margin-bottom: 20px;
        }
    }

    .single-footer-widget-wrap.footer-about address {
        margin-top: 35px;
        margin-bottom: 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget-wrap.footer-about address {
            margin-top: 20px;
        }
    }

    .single-footer-widget-wrap.footer-about address p:last-child {
        margin-bottom: 0;
    }

    .single-footer-widget-wrap.footer-about address p a {
        color: #fff;
        margin-left: 5px;
    }

    .single-footer-widget-wrap .widget-title {
        color: #97000c;
        font-size: 1.3rem;
        margin-top: -2px;
        margin-bottom: 48px;
        text-transform: uppercase;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget-wrap .widget-title {
            margin-bottom: 15px;
        }
    }

    .widget-list li {
        margin-bottom: 15px;
    }

        .widget-list li:last-child {
            margin-bottom: 0;
        }

        .widget-list li:hover a {
            color: #565656;
            padding-left: 10px;
        }

        .widget-list li a {
            color: #999999;
            -webkit-transition: all 0.2s ease-out 0.2s;
            -moz-transition: all 0.2s ease-out 0.2s;
            -o-transition: all 0.2s ease-out 0.2s;
            transition: all 0.2s ease-out 0.2s;
        }

    .tagsCloud {
        padding-top: 5px;
    }

        .tagsCloud a {
            background-color: #333;
            color: #999999;
            display: inline-block;
            margin: 0 2px 7px 0;
            padding: 8px 15px;
            text-transform: lowercase;
            -webkit-transition: all 0.3s ease-out 0.2s;
            -moz-transition: all 0.3s ease-out 0.2s;
            -o-transition: all 0.3s ease-out 0.2s;
            transition: all 0.3s ease-out 0.2s;
        }

            .tagsCloud a:hover {
                background-color: #565656;
                color: #fff;
            }

    /*=================================
  Start Footer Copyright Area
====================================*/
.footer-copyright-area {
    background-color: #092475;
    padding: 20px 0;
}

        .footer-copyright-area * {
            margin-bottom: 0;
        }

        .footer-copyright-area a {
            color: #fff;
        }

            .footer-copyright-area a:hover {
                color: #fff200;
            }

    /*============================
Start 404 Error Page
=============================*/
    #error-page-wrapper {
        height: 100vh;
    }

        #error-page-wrapper * {
            height: 100vh;
        }

        #error-page-wrapper [class*="col-"] {
            height: auto;
        }

            #error-page-wrapper [class*="col-"] * {
                height: auto;
            }

    .error-page-content-wrap {
        height: auto;
        font-size: 1.6rem;
        line-height: 1.5;
        /*  .btn {
      display: inline-block;
      padding: 20px 40px;

      @media only screen and (max-width: 767px) {
        padding: 15px 20px;
        @include font-size(13);
      }
    }*/
    }

        .error-page-content-wrap h2 {
            color: #565656;
            font-size: 12rem;
            text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            line-height: 1;
            font-weight: 900;
            animation: rubberBand 0.5s 0.5s forwards;
        }

    @media only screen and (max-width: 767px) {
        .error-page-content-wrap h2 {
            font-size: 5rem;
        }
    }

    .error-page-content-wrap h3 {
        font-size: 3.2rem;
        line-height: 1.5;
        color: #222222;
        margin-bottom: 12px;
    }

    @media only screen and (max-width: 767px) {
        .error-page-content-wrap h3 {
            font-size: 2rem;
            line-height: 1.5;
            margin-bottom: 5px;
        }
    }

    .error-page-content-wrap .search-form-sidebar {
        margin: 30px auto 40px;
    }

    @media only screen and (max-width: 767px) {
        .error-page-content-wrap .search-form-sidebar {
            margin: 0 auto 25px;
        }
    }

    /*===============================
Start Cart Page Wrapper
=================================*/
    .cart-table .table {
        margin: 0;
        white-space: nowrap;
    }

        .cart-table .table thead {
            background-color: #565656;
        }

            .cart-table .table thead tr th {
                border-color: #565656;
                border-bottom: 0 solid transparent;
                color: #fff;
                font-size: 1.5rem;
                line-height: 1.5;
                font-weight: 600;
                padding: 15px 20px;
                text-transform: uppercase;
            }

        .cart-table .table tbody tr td {
            border-color: #c5c5c5;
            vertical-align: middle;
            font-weight: 600;
            color: #222222;
        }

            .cart-table .table tbody tr td a {
                color: #222222;
            }

                .cart-table .table tbody tr td a:hover {
                    color: #565656;
                }

                .cart-table .table tbody tr td a.btn {
                    color: #fff;
                }

                    .cart-table .table tbody tr td a.btn:hover {
                        color: #fff;
                    }

        .cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price, .cart-table .table tr .pro-quantity, .cart-table .table tr .pro-subtotal, .cart-table .table tr .pro-remove {
            width: 140px;
        }

            .cart-table .table tr .pro-remove i.fa {
                font-size: 2.2rem;
                -webkit-transition: all 0.4s ease-out 0.2s;
                -moz-transition: all 0.4s ease-out 0.2s;
                -o-transition: all 0.4s ease-out 0.2s;
                transition: all 0.4s ease-out 0.2s;
            }

                .cart-table .table tr .pro-remove i.fa:hover {
                    color: #e74c3c;
                }

    .cart-update-option {
        border: 1px solid #c5c5c5;
        margin-top: 15px;
        padding: 15px 20px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
        .cart-update-option {
            margin-top: 0;
            border-top: 0 solid transparent;
        }
    }

    .cart-update-option .apply-coupon-wrapper {
        width: 55%;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .cart-update-option .apply-coupon-wrapper {
            width: auto;
        }
    }

    .cart-update-option .apply-coupon-wrapper form {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        white-space: nowrap;
    }

        .cart-update-option .apply-coupon-wrapper form input {
            border: 2px solid #c5c5c5;
            font-size: 1.6rem;
            line-height: 1.5;
            padding: 15px 25px;
            outline: none;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            margin-right: 15px;
            width: 100%;
        }

            .cart-update-option .apply-coupon-wrapper form input:focus, .cart-update-option .apply-coupon-wrapper form input:active {
                border-color: #565656;
            }

    .cart-update-option .btn-brand {
        padding: 18px 30px;
    }

    @media only screen and (max-width: 767px) {
        .cart-update-option .btn-brand {
            display: block;
            width: 100%;
            margin-top: 15px;
        }
    }

    .cart-calculator-wrapper {
        margin-top: 30px;
        background-color: #f7f7f7;
    }

        .cart-calculator-wrapper h3 {
            color: #000;
            font-size: 1.8rem;
            font-weight: 500;
            padding: 27px 15px 25px;
            margin-bottom: 0;
        }

        .cart-calculator-wrapper .cart-calculate-items {
            font-weight: 500;
        }

            .cart-calculator-wrapper .cart-calculate-items .table {
                margin-bottom: 0;
            }

                .cart-calculator-wrapper .cart-calculate-items .table tr td {
                    padding: 15px 20px;
                }

                    .cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
                        color: #000;
                        text-align: right;
                    }

                    .cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
                        color: #a08d64;
                        font-weight: 700;
                    }

    /*==================================
Start Checkout Page Wrapper
=====================================*/
    /* Checkout Login Coupon Accordion Start */
    .checkoutaccordion h3 {
        background-color: #f7f7f7;
        border-top: 3px solid #565656;
        color: #222222;
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 600;
        margin: 0 0 30px;
        padding: 15px 20px;
        position: relative;
        text-transform: uppercase;
    }

        .checkoutaccordion h3 span {
            color: #565656;
            cursor: pointer;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            margin-left: 10px;
        }

            .checkoutaccordion h3 span:hover {
                color: #000;
            }

    @media only screen and (max-width: 479px) {
        .checkoutaccordion h3 {
            font-size: 1.4rem;
            line-height: 1.5;
        }

        .product-list-view [class^="col-"] {
            max-width: 50%;
            -webkit-box-flex: 0 0 50%;
            -moz-box-flex: 0 0 50%;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }
    }

    .checkoutaccordion .card {
        border: none;
        padding: 0;
        -webkit-transition: all 0.4s ease-out 0.2s;
        -moz-transition: all 0.4s ease-out 0.2s;
        -o-transition: all 0.4s ease-out 0.2s;
        transition: all 0.4s ease-out 0.2s;
    }

        .checkoutaccordion .card .card-body {
            border: 1px solid #c5c5c5;
            font-size: 1.6rem;
            line-height: 1.5;
            padding: 20px;
            margin-bottom: 30px;
        }

    @media only screen and (max-width: 479px) {
        .checkoutaccordion .card .card-body {
            font-size: 1.4rem;
            line-height: 1.5;
            padding: 10px;
        }
    }

    .checkoutaccordion .card .card-body .cart-update-option {
        border: none;
        padding: 0;
    }

    .checkout-billing-details-wrap h2 {
        font-size: 2.6rem;
        line-height: 1.5;
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 15px;
        margin-bottom: 30px;
        margin-top: 15px;
    }

    @media only screen and (max-width: 575px) {
        .checkout-billing-details-wrap h2 {
            font-size: 2.2rem;
            line-height: 1.5;
            font-weight: 600;
        }
    }

    .checkout-billing-details-wrap .billing-form-wrap {
        margin-top: -20px;
    }

    .single-form-row {
        margin-top: 15px;
        display: none;
    }

        .single-form-row p {
            margin: 0;
            font-size: 1.5rem;
            line-height: 1.5;
        }

    .order-summary-details h2 {
        font-size: 2.6rem;
        line-height: 1.5;
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 15px;
        margin-bottom: 30px;
        margin-top: 15px;
    }

    @media only screen and (max-width: 575px) {
        .order-summary-details h2 {
            font-size: 2.2rem;
            line-height: 1.5;
            font-weight: 600;
        }
    }

    .order-summary-table {
        background-color: #f7f7f7;
        margin-top: 34px;
    }

        .order-summary-table .table, .order-summary-table table {
            color: #222222;
            margin-bottom: 0;
            font-size: 1.5rem;
            line-height: 1.5;
            white-space: nowrap;
        }

            .order-summary-table .table tr td, .order-summary-table .table tr th, .order-summary-table table tr td, .order-summary-table table tr th {
                vertical-align: middle;
                padding: 15px 10px;
                border-width: 1px;
            }

                .order-summary-table .table tr td a, .order-summary-table .table tr th a, .order-summary-table table tr td a, .order-summary-table table tr th a {
                    color: #000;
                }

        .order-summary-table .shipping-type {
            text-align: left;
        }

            .order-summary-table .shipping-type li {
                margin-bottom: 5px;
            }

                .order-summary-table .shipping-type li:last-child {
                    margin-bottom: 0;
                }

    .order-payment-method {
        background-color: #f7f7f7;
        padding: 40px 20px 30px;
    }

    .single-payment-method {
        margin-bottom: 20px;
    }

        .single-payment-method:last-child {
            margin-bottom: 0;
        }

        .single-payment-method:first-child .payment-method-details {
            display: block;
        }

        .single-payment-method label, .single-payment-method .custom-control-label {
            font-weight: 500;
        }

        .single-payment-method .paypal-card {
            max-width: 150px;
            height: 50px;
            margin-top: 10px;
            display: block;
        }

        .single-payment-method .payment-method-details {
            background-color: #c5c5c5;
            color: #222222;
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 1.5;
            padding: 10px;
            position: relative;
            margin-top: 20px;
            display: none;
        }

            .single-payment-method .payment-method-details:after {
                content: '';
                position: absolute;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #c5c5c5;
                bottom: 100%;
            }

            .single-payment-method .payment-method-details * {
                margin: 0;
            }

    .summary-footer-area .btn-brand {
        margin-top: 40px;
    }

    /*==============================
Start Compare Page Wrapper
=================================*/
    .compare-table .table tbody tr td {
        text-align: center;
        padding: 20px 20px;
        vertical-align: middle;
        border-color: #c5c5c5;
    }

        .compare-table .table tbody tr td.first-column {
            min-width: 175px;
            font-size: 1.6rem;
            line-height: 1.5;
            font-weight: 600;
            color: #222222;
            margin: 0;
        }

    @media only screen and (max-width: 767px) {
        .compare-table .table tbody tr td.first-column {
            min-width: 115px;
        }
    }

    .compare-table .table tbody tr td.product-image-title {
        min-width: 310px;
        vertical-align: bottom;
    }

    @media only screen and (max-width: 767px) {
        .compare-table .table tbody tr td.product-image-title {
            min-width: 220px;
        }
    }

    .compare-table .table tbody tr td.product-image-title .image {
        clear: both;
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }

        .compare-table .table tbody tr td.product-image-title .image img {
            max-width: 100%;
        }

    .compare-table .table tbody tr td.product-image-title .category {
        float: left;
        clear: both;
        color: #a08d64;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }

    .compare-table .table tbody tr td.product-image-title .title {
        float: left;
        clear: both;
        font-size: 1.6rem;
        line-height: 1.5;
        color: #222222;
        font-weight: 500;
    }

        .compare-table .table tbody tr td.product-image-title .title:hover {
            color: #565656;
        }

    .compare-table .table tbody tr td.pro-desc p {
        text-align: left;
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 400;
    }

    .compare-table .table tbody tr td.pro-remove button {
        border: none;
        background-color: transparent;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0.2s;
        -moz-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s;
    }

        .compare-table .table tbody tr td.pro-remove button:hover {
            color: #e74c3c;
        }

        .compare-table .table tbody tr td.pro-remove button i {
            font-size: 2rem;
            line-height: 1.5;
        }

    .compare-table .table tbody tr td.pro-ratting i {
        color: #fbbf00;
    }

    /*===============================
Start My Account Page Wrapper
==================================*/
    .myaccount-tab-menu {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .myaccount-tab-menu a {
            border: 1px solid #c5c5c5;
            border-bottom: none;
            color: #222222;
            font-weight: 600;
            font-size: 1.2rem;
            line-height: 1.5;
            display: block;
            padding: 10px 15px;
            text-transform: uppercase;
        }

            .myaccount-tab-menu a:last-child {
                border-bottom: 1px solid #c5c5c5;
            }

            .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
                background-color: #565656;
                border-color: #565656;
                color: #fff;
            }

            .myaccount-tab-menu a i.fa {
                font-size: 1.5rem;
                line-height: 1.5;
                text-align: center;
                width: 25px;
            }

    @media only screen and (max-width: 767px) {
        #myaccountContent {
            margin-top: 30px;
        }
    }

    .myaccount-content {
        border: 1px solid #eeeeee;
        padding: 30px;
    }

    @media only screen and (max-width: 575px) {
        .myaccount-content {
            padding: 20px 15px;
        }
    }

    .myaccount-content form {
        margin-top: -20px;
    }

    .myaccount-content h3 {
        font-size: 2.2rem;
        line-height: 1.5;
        border-bottom: 1px dashed #c5c5c5;
        padding-bottom: 10px;
        margin-bottom: 25px;
        font-weight: 400;
    }

    .myaccount-content .welcome a {
        color: #000;
    }

        .myaccount-content .welcome a:hover {
            color: #565656;
        }

    .myaccount-content .welcome strong {
        font-weight: 600;
        color: #565656;
    }

    .myaccount-table {
        white-space: nowrap;
        font-size: 1.5rem;
        line-height: 1.5;
    }

        .myaccount-table table th, .myaccount-table .table th {
            color: #222222;
            padding: 10px;
            background-color: #f7f7f7;
            border-color: #c5c5c5;
            border-bottom: 0;
        }

        .myaccount-table table td, .myaccount-table .table td {
            padding: 10px;
            vertical-align: middle;
            border-color: #c5c5c5;
        }

    .saved-message {
        background-color: #f4f5f7;
        border-top: 3px solid #565656;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 1.5;
        color: #222222;
        padding: 20px;
    }

    /*== My Account Page End ==*/
    /*==============================
Start Login & Register Page
=================================*/
    .login-reg-form-wrap {
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        padding: 23px 30px 30px;
    }

    @media only screen and (max-width: 575px) {
        .login-reg-form-wrap {
            padding: 23px 15px 30px;
        }
    }

    .login-reg-form-wrap.signup-form {
        margin-top: 30px;
    }

    @media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .login-reg-form-wrap.signup-form {
            margin-top: 0;
        }
    }

    .login-reg-form-wrap h2 {
        font-weight: 500;
        font-size: 2.6rem;
        line-height: 1.5;
        text-transform: capitalize;
        color: #222222;
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 15px;
        margin-bottom: 32px;
    }

    .login-reg-form-wrap h3 {
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 1.5;
        text-transform: capitalize;
        color: #222222;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .login-reg-form-wrap form .create-account {
        margin-top: 25px;
    }

    .login-reg-form-wrap form .single-input-item input {
        padding: 18px 20px;
    }

    .login-reg-form-wrap form .single-input-item .btn {
        padding: 15px 50px;
        margin-top: 10px;
    }

    /*== Login & Register End ==*/
    /*==============================
Start Single Product Wrapper
================================*/
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .single-product-page-content .product-details {
            margin-top: 30px;
        }
    }

    .single-product-page-content .product-details h2 {
        font-size: 2.8rem;
        line-height: 1.2;
        font-weight: 600;
        margin-top: -6px;
        margin-bottom: 11px;
    }

    @media only screen and (max-width: 479px) {
        .single-product-page-content .product-details h2 {
            font-size: 2.2rem;
            font-weight: 500;
        }
    }

    .single-product-page-content .product-details .pro-rating {
        font-size: 1.4rem;
        color: #fbbf00;
        margin-bottom: 5px;
    }

    .single-product-page-content .product-details .price-group .price {
        font-size: 2.8rem;
        font-weight: 500;
        color: #565656;
    }

    @media only screen and (max-width: 479px) {
        .single-product-page-content .product-details .price-group .price {
            font-size: 2.2rem;
        }
    }

    .single-product-page-content .product-details .price-group .price.sale-price {
        color: #929292;
        margin-left: 10px;
    }

    .single-product-page-content .product-details .product-info-stock-sku {
        font-weight: 600;
        margin: 5px 0 15px;
    }

        .single-product-page-content .product-details .product-info-stock-sku .product-sku-status {
            margin-left: 10px;
        }

    .single-product-page-content .product-details .product-desc {
        margin-bottom: 20px;
    }

    .single-product-page-content .product-details .product-quantity {
        margin: 30px 0;
    }

        .single-product-page-content .product-details .product-quantity .btn {
            padding: 11px 25px;
            margin-left: 30px;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 1.2rem;
        }

            .single-product-page-content .product-details .product-quantity .btn i.fa {
                font-size: 1.6rem;
            }

    @media only screen and (max-width: 575px) {
        .single-product-page-content .product-details .product-quantity .btn {
            margin-left: 0;
            margin-top: 30px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }
    }

    .single-product-page-content .product-details .product-btn-group {
        border-top: 1px solid #c5c5c5;
        padding-top: 30px;
    }

        .single-product-page-content .product-details .product-btn-group a {
            margin-right: 15px;
            font-size: 1.6rem;
        }

            .single-product-page-content .product-details .product-btn-group a:last-child {
                margin-right: 0;
            }

    .single-product-page-content .product-details .product-share-area {
        margin-top: 25px;
    }

        .single-product-page-content .product-details .product-share-area h3 {
            font-size: 1.6rem;
            line-height: 1.5;
            font-weight: 600;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        .single-product-page-content .product-details .product-share-area .share-btn {
            margin-top: 9px;
        }

            .single-product-page-content .product-details .product-share-area .share-btn a i.fa {
                border: 1px solid #c5c5c5;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                display: inline-block;
                color: #222222;
                font-size: 2rem;
                text-align: center;
                line-height: 35px;
                height: 35px;
                width: 35px;
                margin-right: 10px;
                -webkit-transition: all 0.4s ease-out 0.2s;
                -moz-transition: all 0.4s ease-out 0.2s;
                -o-transition: all 0.4s ease-out 0.2s;
                transition: all 0.4s ease-out 0.2s;
            }

                .single-product-page-content .product-details .product-share-area .share-btn a i.fa:hover {
                    color: #fff;
                }

                    .single-product-page-content .product-details .product-share-area .share-btn a i.fa:hover.fa-facebook {
                        background-color: #3B5999;
                        border-color: #3B5999;
                    }

                    .single-product-page-content .product-details .product-share-area .share-btn a i.fa:hover.fa-pinterest {
                        background-color: #CB2028;
                        border-color: #CB2028;
                    }

                    .single-product-page-content .product-details .product-share-area .share-btn a i.fa:hover.fa-reddit {
                        background-color: #FF4500;
                        border-color: #FF4500;
                    }

                    .single-product-page-content .product-details .product-share-area .share-btn a i.fa:hover.fa-twitter {
                        background-color: #1DA1F2;
                        border-color: #1DA1F2;
                    }

                    .single-product-page-content .product-details .product-share-area .share-btn a i.fa:hover.fa-youtube {
                        background-color: #CC332D;
                        border-color: #CC332D;
                    }

            .single-product-page-content .product-details .product-share-area .share-btn a i.fa-facebook {
                color: #3B5999;
            }

            .single-product-page-content .product-details .product-share-area .share-btn a i.fa-pinterest {
                color: #CB2028;
            }

            .single-product-page-content .product-details .product-share-area .share-btn a i.fa-reddit {
                color: #FF4500;
            }

            .single-product-page-content .product-details .product-share-area .share-btn a i.fa-twitter {
                color: #1DA1F2;
            }

            .single-product-page-content .product-details .product-share-area .share-btn a i.fa-youtube {
                color: #CC332D;
            }

    .single-product-page-content .product-thumbnail-wrap .slick-slider .slick-list .slick-slide {
        cursor: pointer;
    }

    .single-product-page-content .product-thumbnail-wrap .pro-img-nav-carousel.slick-slider .slick-list .slick-slide {
        margin: 0 5px;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }

        .single-product-page-content .product-thumbnail-wrap .pro-img-nav-carousel.slick-slider .slick-list .slick-slide.slick-current {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -ms-filter: grayscale(0);
            -o-filter: grayscale(0);
            filter: grayscale(0);
        }

    .single-product-page-content .product-thumbnail-wrap.gallery-style .product-gallery-image {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .single-product-page-content .product-thumbnail-wrap.gallery-style .product-gallery-image a {
            outline: 1px solid #c5c5c5;
            display: block;
            width: 33.33%;
            -webkit-box-flex: 33.33% 0 0;
            -moz-box-flex: 33.33% 0 0;
            -webkit-flex: 33.33% 0 0;
            -ms-flex: 33.33% 0 0;
            flex: 33.33% 0 0;
        }

            .single-product-page-content .product-thumbnail-wrap.gallery-style .product-gallery-image a img {
                width: 100%;
            }

    .single-product-page-content .product-thumbnail-wrap .product-thumbnail-carousel {
        margin-bottom: 30px;
    }

        .single-product-page-content .product-thumbnail-wrap .product-thumbnail-carousel .slick-list {
            margin: 0 -10px;
        }

            .single-product-page-content .product-thumbnail-wrap .product-thumbnail-carousel .slick-list .slick-slide {
                margin: 0 10px;
            }

    .single-product-page-content .product-thumbnail-wrap .product-thumb-sticky .single-image-item {
        margin-bottom: 15px;
    }

        .single-product-page-content .product-thumbnail-wrap .product-thumb-sticky .single-image-item:last-child {
            margin-bottom: 0;
        }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .single-product-page-content .product-thumbnail-wrap .product-thumb-sticky .single-image-item {
            width: 50%;
            -webkit-box-flex: 50% 0 0;
            -moz-box-flex: 50% 0 0;
            -webkit-flex: 50% 0 0;
            -ms-flex: 50% 0 0;
            flex: 50% 0 0;
            margin-bottom: 0;
            outline: 1px solid #c5c5c5;
        }
    }

    .shopping-option .shop-option-item {
        margin-bottom: 15px;
    }

        .shopping-option .shop-option-item:last-child {
            margin-bottom: 0;
        }

        .shopping-option .shop-option-item h4 {
            font-weight: 600;
            font-size: 1.6rem;
            margin-bottom: 8px;
        }

    .shopping-option .product-color li.color-item {
        background-color: #f4f5f7;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 15px;
        text-indent: -99999px;
        width: 35px;
        height: 35px;
        cursor: pointer;
    }

        .shopping-option .product-color li.color-item.red {
            background-color: #e74c3c;
        }

        .shopping-option .product-color li.color-item.green {
            background-color: #008000;
        }

        .shopping-option .product-color li.color-item.black {
            background-color: #000;
        }

        .shopping-option .product-color li.color-item.yellow {
            background-color: #fbbf00;
        }

    .product-full-info-reviews {
        margin-top: 30px;
    }

        .product-full-info-reviews nav.nav {
            background-color: #333333;
        }

            .product-full-info-reviews nav.nav a {
                color: #fff;
                padding: 10px 35px;
                text-transform: uppercase;
                font-size: 1.4rem;
                line-height: 1.5;
                font-weight: 700;
                text-align: center;
                width: 33.33%;
                border-right: 1px solid #f9b61e;
            }

                .product-full-info-reviews nav.nav a:last-child {
                    border-right: 0px solid #f9b61e;
                }

    @media only screen and (max-width: 575px) {
        .product-full-info-reviews nav.nav a {
            padding: 10px 15px;
        }
    }

    .product-full-info-reviews nav.nav a:hover, .product-full-info-reviews nav.nav a.active {
        background-color: #ff3948;
        color: #fff;
    }

    .product-full-info-reviews .tab-content {
        border: 1px solid #eaeaea;
        border-top: none;
        padding: 30px;
    }

    @media only screen and (max-width: 479px) {
        .product-full-info-reviews .tab-content {
            padding: 20px 15px;
        }
    }

    .product-full-info-reviews .tab-content ul {
        padding-left: 15px;
        line-height: 2;
    }

        .product-full-info-reviews .tab-content ul li {
            list-style: square;
        }

    /*-- Single Product Ratting --*/
    .product-ratting-wrap {
        overflow: hidden;
    }

    .pro-avg-ratting {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

        .pro-avg-ratting h4 {
            font-size: 1.8rem;
            margin: 0 0 7px;
        }

            .pro-avg-ratting h4 span {
                color: #000;
                font-size: 1.2rem;
            }

        .pro-avg-ratting > span {
            display: block;
        }

    .ratting-list {
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }

        .ratting-list .sin-list {
            margin-right: 30px;
        }

            .ratting-list .sin-list:last-child {
                margin-right: 0;
            }

            .ratting-list .sin-list i {
                color: #565656;
            }

            .ratting-list .sin-list span {
                color: #666666;
            }

    .sin-rattings {
        margin-bottom: 40px;
    }

        .sin-rattings:last-child {
            margin-bottom: 0;
        }

        .sin-rattings .ratting-author {
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }

            .sin-rattings .ratting-author h3 {
                float: left;
                font-size: 16px;
                font-weight: 700;
                margin: 0;
                line-height: 18px;
                margin-right: 15px;
            }

            .sin-rattings .ratting-author .ratting-star i, .sin-rattings .ratting-author .ratting-star span {
                color: #565656;
                font-size: 1.3rem;
                line-height: 1.5;
                float: left;
            }

            .sin-rattings .ratting-author .ratting-star span {
                margin-left: 5px;
            }

        .sin-rattings p {
            color: #1b1b1b;
            font-size: 14px;
            line-height: 24px;
        }

    /*-- Ratting Form Wrap --*/
    .ratting-form-wrapper {
        margin-top: 40px;
    }

        .ratting-form-wrapper h3 {
            font-size: 1.8rem;
            line-height: 1.5;
            margin: 0 0 20px;
            text-transform: uppercase;
        }

    /*-- Ratting Form --*/
    .ratting-form h5 {
        float: left;
        font-size: 14px;
        line-height: 18px;
        margin-right: 10px;
        font-weight: 600;
    }

    .ratting-form .ratting-star i {
        font-size: 14px;
        float: left;
        line-height: 18px;
        display: block;
        margin-right: 3px;
        cursor: pointer;
    }

        .ratting-form .ratting-star i:last-child {
            margin: 0;
        }

    .ratting-form label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        color: #222222;
    }

    .ratting-form input {
        width: 100%;
        background-color: transparent;
        border: 1px solid #dddddd;
        font-size: 13px;
        line-height: 24px;
        padding: 8px 15px;
        color: #666666;
        outline: none;
    }

        .ratting-form input:focus {
            border-color: #565656;
        }

        .ratting-form input[type="submit"] {
            width: auto;
            padding: 8px 30px;
            border: 2px solid #f7f7f7;
            text-transform: uppercase;
            color: #222222;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
            font-weight: 700;
            cursor: pointer;
        }

            .ratting-form input[type="submit"]:hover {
                border-color: #565656;
                background-color: #565656;
                color: #fff;
            }

    .ratting-form textarea {
        width: 100%;
        background-color: transparent;
        border: 1px solid #dddddd;
        font-size: 13px;
        line-height: 24px;
        padding: 8px 15px;
        color: #666666;
        height: 100px;
        outline: none;
        resize: none;
    }

        .ratting-form textarea:focus {
            border-color: #565656;
        }

    /*===============================
Start Blog Style Here
================================*/
    #blog-section-wrapper {
        background-color: #f3f3f3;
        padding: 30px 0;
    }

        #blog-section-wrapper .special-product-content {
            color: #ffffff;
        }

            #blog-section-wrapper .special-product-content h4 {
                font-size: 20px;
                padding: 10px 0;
                color: #f9b61e;
            }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        #blog-section-wrapper {
            padding: 50px 0;
        }
    }

    #blog-section-wrapper .blog-content-carousel.slick-slider .slick-list {
        margin: 0 -15px;
    }

        #blog-section-wrapper .blog-content-carousel.slick-slider .slick-list .slick-slide {
            margin: 0 15px;
        }

    .single-blog-wrap .blog-thumbnail {
        height: 225px;
        overflow: hidden;
    }

        .single-blog-wrap .blog-thumbnail iframe {
            border: none;
        }

    .single-blog-wrap .blog-details {
        background-color: #fff;
        font-size: 1.5rem;
        line-height: 24px;
        padding: 25px 25px 20px 25px;
        color: #666666;
    }

        .single-blog-wrap .blog-details h3 {
            font-size: 1.6rem;
            line-height: 1.2;
            text-transform: uppercase;
            margin-top: -2px;
            margin-bottom: 8px;
        }

            .single-blog-wrap .blog-details h3 a {
                color: #222222;
            }

                .single-blog-wrap .blog-details h3 a:hover {
                    color: #565656;
                }

        .single-blog-wrap .blog-details .blog-meta {
            margin-bottom: 10px;
        }

            .single-blog-wrap .blog-details .blog-meta a {
                color: #999999;
                font-style: italic;
                font-size: 1.4rem;
                line-height: 1;
            }

                .single-blog-wrap .blog-details .blog-meta a:hover {
                    color: #a08d64;
                }

                .single-blog-wrap .blog-details .blog-meta a:after {
                    content: '/';
                    margin: 0 8px 0 10px;
                }

                .single-blog-wrap .blog-details .blog-meta a:last-child:after {
                    display: none;
                }

        .single-blog-wrap .blog-details p {
            margin-bottom: 10px;
        }

        .single-blog-wrap .blog-details .btn-readmore {
            color: #333333;
            font-size: 1.5rem;
            line-height: 1;
        }

            .single-blog-wrap .blog-details .btn-readmore:hover {
                color: #565656;
            }

    .blog-page-content-wrap {
        margin-top: -30px;
    }

        .blog-page-content-wrap .single-blog-wrap {
            margin-top: 30px;
            -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

            .blog-page-content-wrap .single-blog-wrap .blog-details {
                background-color: #fefefe;
            }

    /*======================================
* Start Single Blog Page
=======================================*/
    .slider-thumbnail {
        max-height: 400px;
        overflow: hidden;
    }

    .post-meta {
        margin-top: 26px;
    }

        .post-meta h2 {
            font-size: 2.6rem;
            line-height: 1.2;
            margin-bottom: 16px;
        }

    @media only screen and (max-width: 575px) {
        .post-meta h2 {
            font-size: 2rem;
        }
    }

    @media only screen and (max-width: 767px) {
        .post-meta h2 {
            font-size: 2.4rem;
        }
    }

    .post-meta .post-info {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

        .post-meta .post-info a {
            color: #222222;
            font-weight: 500;
            font-size: 1.5rem;
            margin-right: 30px;
        }

            .post-meta .post-info a:hover {
                color: #565656;
            }

            .post-meta .post-info a i.fa {
                margin-right: 5px;
                font-size: 2.2rem;
                vertical-align: bottom;
            }

    .post-content {
        font-size: 1.6rem;
        line-height: 1.5;
    }

        .post-content p, .post-content blockquote, .post-content img {
            margin-bottom: 25px;
        }

        .post-content img {
            width: 100%;
        }

    .post-footer {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 15px 0;
        margin-top: 30px;
    }

        .post-footer .tags li:first-child a {
            margin-left: 0;
        }

        .post-footer .tags li a {
            font-size: 1.4rem;
            line-height: 1.5;
            padding: 10px;
            margin: 0 5px;
        }

    .post-share a {
        display: inline-block;
        border: 1px solid #565656;
        color: #565656;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 2rem;
        text-align: center;
        margin-left: 10px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }

        .post-share a:hover {
            background-color: #565656;
            border-color: #565656;
            color: #fff;
        }

    .blockquote, blockquote {
        background-color: #f7f7f7;
        padding: 20px;
        font-size: 1.6rem;
        line-height: 1.5;
        font-style: italic;
        font-weight: 400;
        position: relative;
        padding-left: 95px;
        border-left: 5px double #565656;
    }

        .blockquote p, blockquote p {
            margin-bottom: 0;
        }

        .blockquote:before, blockquote:before {
            content: '\f2cd';
            font-family: "FontAwesome";
            width: 50px;
            display: block;
            position: absolute;
            font-size: 50px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 20px;
        }

    /* Comment Area Start */
    .comments-preview-area {
        margin-top: 45px;
    }

        .comments-preview-area h2 {
            font-size: 2.4rem;
            line-height: 1.5;
            margin-bottom: 27px;
        }

    .single-comment {
        background-color: #f7f7f7;
        padding: 30px;
        margin-bottom: 30px;
    }

    @media only screen and (max-width: 575px) {
        .single-comment {
            padding: 15px;
        }
    }

    .single-comment:last-child {
        margin-bottom: 0;
    }

    .single-comment.reply {
        margin-left: 80px;
    }

    @media only screen and (max-width: 767px) {
        .single-comment.reply {
            margin-left: 0;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-comment.reply {
            margin-left: 30px;
        }
    }

    .single-comment .comment-author {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        height: 100px;
        width: 100px;
        -webkit-box-flex: 0 0 100px;
        -moz-box-flex: 0 0 100px;
        -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        margin-right: 20px;
    }

    .single-comment .comment-info .comment-info-top {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .single-comment .comment-info h3 {
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 0;
    }

    .single-comment .comment-info .btn-reply {
        color: #222222;
        border: 1px solid #565656;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        padding: 5px 15px;
    }

        .single-comment .comment-info .btn-reply:hover {
            background-color: #565656;
            color: #fff;
        }

        .single-comment .comment-info .btn-reply i.fa {
            margin-right: 5px;
        }

    .single-comment .comment-info .comment-date {
        color: #1b1b1b;
        font-weight: 500;
        font-size: 1.2rem;
        margin: 8px 0 12px;
        display: block;
    }

        .single-comment .comment-info .comment-date:hover {
            color: #565656;
        }

    .leave-comment-area {
        margin-top: 45px;
    }

        .leave-comment-area h2 {
            font-size: 2.4rem;
            line-height: 1.5;
            margin-bottom: 5px;
        }

    /*==============================
Start Shop Page Wrapper
================================*/
    .shop-page-content-wrap .products-settings-option {
        background-color: #f7f7f7;
        padding: 10px 15px;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 30px;
    }

        .shop-page-content-wrap .products-settings-option .show-items {
            font-size: 1.6rem;
        }

    .shop-page-content-wrap .products-wrapper {
        margin-top: -20px;
    }

    .product-view {
        margin-right: 20px;
    }

        .product-view li {
            background-color: #fff;
            font-size: 2rem;
            outline: 1px solid #c5c5c5;
            padding: 3px 10px;
            cursor: pointer;
            -webkit-transition: all 0.4s ease-out 0.2s;
            -moz-transition: all 0.4s ease-out 0.2s;
            -o-transition: all 0.4s ease-out 0.2s;
            transition: all 0.4s ease-out 0.2s;
        }

            .product-view li.current {
                color: #565656;
            }

            .product-view li .fa-bars {
                padding-top: 1px;
            }

    .product-sort_by label, .product-per-page label {
        font-weight: 600;
        font-size: 1.3rem;
        margin: 0;
        margin-right: 10px;
    }

    /*======================================
* Start About Page Wrapper
=======================================*/
    .about-text-wrap {
        font-size: 1.6rem;
        line-height: 1.7;
    }

        .about-text-wrap h2 {
            font-size: 4.8rem;
            line-height: 1.2;
            font-weight: 600;
            margin-bottom: 15px;
            margin-top: -6px;
        }

    @media only screen and (max-width: 575px) {
        .about-text-wrap h2 {
            font-size: 2.8rem;
        }
    }

    .about-text-wrap h2 span {
        display: block;
        font-weight: 400;
        font-size: 3rem;
        margin-bottom: 12px;
    }

    @media only screen and (max-width: 575px) {
        .about-text-wrap h2 span {
            font-size: 2.4rem;
        }
    }

    .about-image-wrap {
        position: relative;
        padding-left: 30px;
        padding-top: 30px;
        margin-bottom: 50px;
    }

    @media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-image-wrap {
            margin-bottom: 0;
        }
    }

    .about-image-wrap:after {
        border: 5px solid #565656;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% - 30px);
        width: calc(100% - 30px);
        z-index: -1;
    }

    /*==============================
Start Contact Page
================================*/
    #contact-page-wrapper {
        overflow: hidden;
    }

    .contact-method {
        font-size: 1.6rem;
        line-height: 1.5;
    }

        .contact-method h2 {
            font-weight: 600;
            font-size: 2.6rem;
            line-height: 1.5;
            color: #222222;
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 10px;
            margin-bottom: 30px;
            margin-top: -5px;
        }

        .contact-method p {
            margin-top: -5px;
        }

        .contact-method form {
            margin-top: -20px;
        }

    .contact-info-wrap {
        background-color: #f7f7f7;
        padding: 85px 50px 119px;
        position: relative;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-info-wrap {
            padding: 45px 20px;
        }
    }

    .contact-info-wrap:before {
        background-color: #f7f7f7;
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .contact-info-wrap:after {
        background-color: #f7f7f7;
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
        width: 100%;
    }

    @media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .contact-info-wrap:after {
            display: none;
        }
    }

    .contact-form-wrap {
        margin: 87px 0 0;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-form-wrap {
            margin: 30px 0 50px;
        }
    }

    .contact-form-wrap .alert {
        margin-top: 10px;
    }

    .contact-info-items {
        margin-top: 25px;
    }

        .contact-info-items .single-contact-info {
            margin-bottom: 25px;
        }

            .contact-info-items .single-contact-info:last-child {
                margin-bottom: 0;
            }

            .contact-info-items .single-contact-info h3 {
                font-weight: 400;
                font-size: 2.6rem;
                margin-bottom: 5px;
                position: relative;
                padding-left: 45px;
            }

                .contact-info-items .single-contact-info h3 i.fa {
                    font-weight: 400;
                    width: 50px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .contact-info-items .single-contact-info a {
                font-size: 1.6rem;
                line-height: 1.5;
                color: #666666;
            }

                .contact-info-items .single-contact-info a:hover {
                    color: #565656;
                }

    .map-area-wrapper {
        height: 500px;
        background-color: #f4f5f7;
    }

    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .map-area-wrapper {
            height: 350px;
        }
    }

    .map-area-wrapper #map_content {
        height: 100%;
    }

