@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

html {
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
    color: #333;
    overflow-x: hidden;
    line-height: normal
}

body.modal-open {
    margin-right: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #143250;
    font-family: "Open Sans", sans-serif
}

p {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px
}

a {
    color: #143250;
    text-decoration: none
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

a i {
    padding: 0 2px
}

img {
    max-width: 100%
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

input[type=button]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

.mybtn1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: #fff !important;
    background: #ffba00;
    border: 1px solid #ffba00;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-width-reduce {
    width: 150px !important;
}

.mybtn1 i {
    padding-left: 5px
}

.mybtn1:hover {
    background: 0 0;
    color: #ffba00 !important
}

.mybtn2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 20px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: #ffba00 !important;
    background: #fff;
    border: 1px solid #ffba00;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mybtn2:hover {
    background: #ffba00;
    color: #fff !important
}

.mfp-auto-cursor .mfp-content,
.mfp-bg,
.mfp-container,
.mfp-content,
.mfp-wrap {
    z-index: 99999999 !important
}

.remove-padding {
    padding: 0
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown-menu {
    border-radius: 0
}

.scrolldown a {
    position: absolute;
    width: 30px;
    height: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    z-index: 9
}

.scrolldown a::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.mix {
    display: none
}

.remove-col-padding {
    padding: 0
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, .1)
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem
}

.bottomtotop i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ffba00;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 50px;
    right: 15px;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .2);
    box-shadow: 0 0 21px rgba(0, 0, 0, .2);
    z-index: 80;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}

.br-10 {
    border-radius: 10px
}

.section-top {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: block;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between
}

.section-top .section-title {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #143250;
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

.main-title {
    font-size: 1.0rem;
    text-align: left
}

.section-top .section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #ffba00;
    left: 0;
    bottom: -3px;
    border-radius: 100px
}

.section-top .link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ffba00;
    border: 1px solid #ffba00;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    border-radius: 50px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}

.section-top .link:hover {
    background: 0 0;
    color: #ffba00
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f7f8fc;
    z-index: -9999
}

.has-icon {
    position: relative;
    display: block
}

.has-icon.textarea .the-icon {
    top: 25px
}

.has-icon .input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.has-icon .the-icon {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7c7c90
}

.input-field {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    color: #333;
    margin-bottom: 15px;
    border: 1px solid #000 !important
}

.input-field::-webkit-input-placeholder {
    color: #333
}

.input-field:-moz-placeholder {
    color: #333
}

.input-field::-moz-placeholder {
    color: #333
}

.input-field:-ms-input-placeholder {
    color: #333
}

.input-field.borderd {
    border: 2px solid rgba(0, 0, 0, .07)
}

.input-field.borderd:focus {
    border: 2px solid rgba(0, 0, 0, .3)
}

.input-field.textarea {
    min-height: 137px;
    padding: 15px 20px;
    resize: none
}

.input-field.error {
    border: 1px solid #ffba00
}

.input-field.error::-webkit-input-placeholder {
    color: #ffba00
}

.input-field.error:-moz-placeholder {
    color: #ffba00
}

.input-field.error::-moz-placeholder {
    color: #ffba00
}

.input-field.error:-ms-input-placeholder {
    color: #ffba00
}

.input-field.error:focus {
    border-color: #ffba00
}

.video-play-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 0;
    margin-left: 5px
}

.video-play-btn:hover {
    color: #fff
}

.email-success {
    display: block;
    width: 100%
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@-moz-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@-o-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@media only screen and (max-width:991px) {
    .row.reorder-xs {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl
    }

    .row.reorder-xs>[class*=col-] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        direction: ltr
    }
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.owl-carousel {
    z-index: 0 !important
}

.breadcrumb-area {
    padding: 22px 0;
    background: #f5f5f5
}

.breadcrumb-area .pages li {
    display: inline-block
}

.breadcrumb-area .pages li a {
    position: relative;
    margin-right: 17px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.breadcrumb-area .pages li a::after {
    position: absolute;
    content: "\ea98";
    font-family: IcoFont;
    top: 4px;
    right: -18px
}

.breadcrumb-area .pages li a:hover {
    color: #ffba00
}

.breadcrumb-area .pages li:last-child a::after {
    display: none
}

.top-header {
    background: #fff;
    padding: 3px 0 3px;
    border-bottom: 1px dashed rgba(255, 255, 255, .2)
}

.top-header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center
}

.top-header .content .left-content .list ul li {
    display: inline-block;
    margin-right: 10px
}

.top-header .content .left-content .list ul li a::after {
    position: absolute;
    content: "|";
    top: -2px;
    right: -15px
}

.top-header .content .left-content .list ul li a i {
    margin-right: 5px
}

.top-header .content .left-content .list ul li:last-child a::after {
    display: none
}

.logo-header {
    padding: 6px 0 6px
}

.logo-header .search-box {
    height: 50px;
    width: 100%;
    border: 1px dashed rgba(255, 255, 255, .2);
    border-radius: 0;
    position: relative
}

.logo-header .search-box .categori-container {
    position: absolute;
    height: 50px;
    width: 160px;
    z-index: 2
}

.logo-header .search-box .categori-container::before {
    position: absolute;
    content: "|";
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -3px;
    font-size: 14px;
    color: #fbfbfb
}

.logo-header .search-box .categori-container .categoris {
    padding-left: 10px;
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
    background: 0 0;
    border: none;
    font-size: 14px;
    line-height: 50px;
    padding-right: 10px;
    color: #333
}

.logo-header .search-box .categori-container .categoris option {
    background: #fff
}

.logo-header .search-box .categori-container .categoris option:hover {
    background: #ffba00
}

.logo-header .search-box .search-form {
    position: relative
}

.logo-header .search-box .search-form input {
    height: 50px;
    width: 100%;
    border-radius: 0 50px 50px 0;
    border: 0;
    background: 0 0;
    padding: 0 60px 0 22px;
    font-size: 14px;
    color: #333
}

.logo-header .search-box .search-form input::-webkit-placeholder {
    color: #888 !important
}

.logo-header .search-box .search-form input::-moz-placeholder {
    color: #888 !important
}

.logo-header .search-box .search-form input::-ms-placeholder {
    color: #888 !important
}

.logo-header .search-box .search-form input::-o-placeholder {
    color: #888 !important
}

.logo-header .search-box .search-form input::placeholder {
    color: #888 !important
}

.logo-header .search-box .search-form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1px;
    background: 0 0;
    border: none;
    margin-top: -1px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    height: 100%;
    background: #ffba00;
    width: 50px;
    color: #fff
}

.logo-header .helpful-links {
    text-align: right;
    position: relative
}

.logo-header .helpful-links ul li {
    display: inline-block;
    text-align: center;
    margin-right: 20px
}

.logo-header .helpful-links ul li a {
    display: block
}

.logo-header .helpful-links ul li[data-toggle=tooltip] {
    margin-top: 20px
}

.logo-header .helpful-links ul li:nth-child(4) {
    margin-right: 0
}

.logo-header .helpful-links ul li.my-dropdown .cart .icon {
    position: relative
}

.logo-header .helpful-links ul li.my-dropdown .cart .icon i {
    font-size: 19px;
    color: #143250;
    width: 30px;
    height: 30px;
    background: #f3f3f3;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px
}

.logo-header .helpful-links ul li.my-dropdown .cart .icon span {
    width: 20px;
    height: 20px;
    background: #ffba00;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    color: #fff
}

.logo-header .helpful-links ul li.wishlist .wish {
    position: relative
}

label {
    font-weight: 600;
    font-size: 13px
}

.logo-header .helpful-links ul li.wishlist .wish span {
    width: 20px;
    height: 20px;
    background: #ffba00;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    color: #fff
}

.logo-header .helpful-links ul li.compare .compare-product .icon {
    position: relative
}

.logo-header .helpful-links ul li.compare .compare-product .icon span {
    width: 20px;
    height: 20px;
    background: #ffba00;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    color: #fff
}

.logo-header .helpful-links ul li.my-dropdown .cart p {
    font-size: 12px;
    line-height: 22px;
    color: #143250;
    margin-top: 4px;
    margin-bottom: 0;
    color: #333
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu {
    width: 300px;
    position: absolute;
    top: 100%;
    right: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 25px rgba(0, 0, 0, .15);
    background: #fff;
    z-index: 9999;
    display: none
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu.show {
    display: block
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper {
    padding: 20px 25px 20px;
    max-height: 400px;
    overflow-y: auto
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    padding-bottom: 8px
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .item-no {
    font-size: 13px;
    font-weight: 600;
    color: #143250
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart {
    font-size: 12px;
    font-weight: 600;
    color: #143250
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart:hover {
    text-decoration: underline
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products {
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    padding: 15px 0 15px;
    margin-right: 0
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .product-title {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 600;
    color: #143250
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .cart-product-info {
    font-size: 12px
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container {
    margin-bottom: 0;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .15)
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    z-index: 2;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total span {
    font-size: 14px;
    font-weight: 600
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-action .mybtn1 {
    width: 100%;
    border-radius: 50px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ffba00
}

.logo-header .helpful-links ul li .wish i {
    font-size: 14px;
    color: #143250;
    width: 30px;
    height: 30px;
    background: #f3f3f3;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 32px
}

.logo-header .helpful-links ul li .wish p {
    font-size: 12px;
    line-height: 22px;
    color: #143250;
    margin-top: 4px;
    margin-bottom: 0;
    color: #333
}

.logo-header .helpful-links ul li .sign-log i {
    font-size: 18px;
    color: #143250;
    width: 30px;
    height: 30px;
    background: #f3f3f3;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 32px
}

.logo-header .helpful-links ul li .sign-log .links a {
    font-size: 12px;
    line-height: 22px;
    color: #143250;
    margin-bottom: 0;
    color: #fff
}

.logo-header .helpful-links ul li .sign-log .links span {
    font-size: 12px;
    line-height: 22px;
    color: #fff
}

.mainmenu-area {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.mainmenu-area .categories_menu {
    position: relative
}

.categories_menu_inner {
    border-left: 0;
    border-right: 0;
    display: block;
    position: relative
}

.mainmenu-area .categories_menu .categories_title h2 {
    padding: 12px 14px 12px
}

.second-div {
    display: none;
    cursor: pointer;
    border: 2px solid #fff;
    text-align: left !important;

}

.second-div i.arrow-down {

    float: right;
    padding: 9px;
    margin-right: 17px;
    color: #ffba00;
    text-align: center;
    font-size: 20px;
}

.mainmenu-area .categories_menu .categories_title .second-div .cart-quantity {
    top: 6px !important;
    right: 10px !important;
    font-size: 11px !important;
    padding: 3px 6px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .categories_menu {
        position: relative
    }
}

@media only screen and (max-width:767px) {
    .categories_menu {
        position: relative
    }
}

.categories_title {
    background: #002e5b;
    cursor: pointer
}

.categories_title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0
}

.categories_title h2 i {
    font-size: 20px;
    margin-right: 10px
}

.categories_menu_inner {
    padding: 0;
    width: 100%;
    top: 100%;
    z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .categories_menu_inner {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%
    }
}

@media only screen and (max-width:767px) {
    .categories_menu_inner {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%
    }
}

.categories_menu_inner>ul>li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #333
}

.categories_menu_inner>ul>li>ul.categories_mega_menu ul li a {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.categories_menu_inner>ul>li {
    line-height: 28px;
    padding: 4px 4px 0 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    border-left: 1px solid #ffffff30
}

.categories_menu_inner>ul>li:last-child {
    border-right: 1px solid #ffffff30
}

.categories_menu_inner>ul>li>ul.categories_mega_menu ul li a:hover {
    padding-left: 5px;
    color: #ffba00
}

.categories_menu_inner>ul>li a {
    color: #fff;
    line-height: 1;
    padding: 0 3px;
    font-weight: 400;
    font-size: 12px;
    min-height: 36px
}

.my-upon-header {
    background: #ffba00;
    height: 40px
}

.my-upon-header img {
    margin-left: 5px;
    margin-right: 5px;
    width: 40px
}

.service-frm-text {
    font-size: 14px;
    color: #002e5b;
    text-align: center;
    margin-bottom: 0
}

.categories_menu_inner>ul>li img {
    width: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 2px;
    margin-top: 0
}

.categories_menu_inner>ul>li {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    -webkit-box-flex: 1;
    flex: 1;
    border-left: 1px solid #ffffff1c
}

.dropright:hover .dropdown-menu,
.dropleft:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle {
    white-space: normal !important;
}

.btn {
    text-align: left !important;
}

/* .dropend:hover .dropdown-menu{
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    
} */
/* Styles for screens larger than 991px */

.mobile-visible-category a {
    margin-left: 15px;
}

.mobile-visible-category {
    background-color: #4A6F89;

}

.mobile-only-list {
    margin-left: 12px;
}

.mobile-only-list-data {
    background-color: #4A6F89;
}

.mobile-only-list-data a {
    margin-left: 15px;
}

.dropdown-menu {
    max-height: 240px;
    border-radius: 6px;
    background-color: #4A6F89;
    border: none;
    -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .15);
    z-index: 999;
    padding: 10px;
    overflow-y: auto;

}

.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    /* Width of the scrollbar */
}

.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #ffba00;
    /* Color of the scrollbar handle */
}

.dropdown-item:hover {
    background: none;
}


.categories_menu_inner>ul>li.dropdown_list:hover,
.categories_menu_inner>ul>li:hover {
    background: #4a6988
}

.categories_menu_inner>ul>li.dropdown_list:hover a,
.categories_menu_inner>ul>li:hover a {
    color: #ffba00
}

.categories_menu_inner>ul>li.dropdown_list:hover img,
.categories_menu_inner>ul>li:hover img {
    opacity: 1
}

.categories_menu_inner>ul>li .link-area {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0
}

.categories_menu_inner>ul>li>.link-area>a {
    text-align: right;
    visibility: hidden;
    display: none
}

.categories_menu_inner>ul>li>a i {
    padding-right: 10px
}

.categories_menu_inner>ul>li>ul.categories_mega_menu {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    top: 72px;
    background: #4a6988 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9;
    -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


@media only screen and (max-width:767px) {
    .categories_menu_inner>ul>li>ul.categories_mega_menu {
        left: 0;
        width: 100%;
        top: 100%
    }
}

@media only screen and (max-width:991px) {
    .categories_menu_inner>ul>li>ul.categories_mega_menu {
        left: 0;
        top: 72px;
        margin-left: 0;
        margin-right: 0;
        opacity: 1;
        visibility: visible;
        position: relative;
        display: none
    }

    .categories_menu_inner ul li ul.categories_mega_menu.open {
        top: 5px;
        display: block;
        box-shadow: none;
        border-top: 1px solid #fff
    }

    .categories_menu_inner>ul>li>ul.categories_mega_menu>li {
        display: inline-table
    }

    .categories_menu_inner>ul>li div.img {
        width: 40px;
        display: inline-flex
    }

    .categories_menu_inner>ul>li .link-area {
        width: calc(100% - 45px);
        padding-left: 10px;
        display: inline-flex
    }

    .remove-padding-right {
        padding-right: 15px !important
    }
}

.categories_menu_inner>ul>li>ul.categories_mega_menu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 20px;
    background: #4a6988
}

@media only screen and (max-width:767px) {
    .categories_menu_inner>ul>li>ul.categories_mega_menu>li {
        width: 100%
    }
}

.categories_menu_inner>ul>li>ul.categories_mega_menu>li>a {
    border-bottom: 1px solid #ffba00;
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #444
}

.categories_menu_inner>ul>li>ul.categories_mega_menu>li>a:hover {
    color: #ffba00
}

.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 {
    width: 200px;
    padding: 10px 15px 0
}

.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 li {
    width: 100%;
    padding: 0
}

.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 li:last-child a {
    border-bottom: 0
}

.categories_menu_inner ul li ul.categories_mega_menu.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    text-align: left;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    transition-delay: .6s
}

.categories_menu_inner ul li ul.categories_mega_menu.open a {
    color: #fff
}

.categorie_sub_menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    text-transform: capitalize;
    line-height: 32px;
    display: block
}

.categorie_sub_menu ul li a:hover {
    color: #ffba00
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mainmenu-area .categories_menu_inner {
        z-index: 99
    }
}

@media only screen and (max-width:767px) {
    .mainmenu-area .categories_menu_inner {
        z-index: 99
    }
}

nav .menu li a {
    display: flex;
    padding: 0 12px 0 12px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    align-items: center
}

nav .menu li {
    margin-bottom: 0;
    padding-bottom: 0
}

nav .menu li:first-child {
    border-left: 0
}

.top-header li a img {
    width: 26px;
    vertical-align: middle;
    align-items: center
}

.top-header li a {
    font-size: 13px
}

.top-header nav li:last-child a {
    color: #002e5b !important;
    font-size: 20px;
    font-weight: 800
}

nav .menu>li.dropdown li.dropdown>a::before {
    margin-left: 10px;
    content: '';
    border-top: solid 5px #6a6a6a;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    float: right;
    position: relative;
    top: 8px
}

nav .menu>li.dropdown>a::before {
    margin-left: 10px;
    content: '';
    border-top: solid 5px #6a6a6a;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    float: right;
    position: relative;
    top: 8px
}

nav .menu li.dropdown.open>a {
    color: #e74c3c
}

.sample-text {
    padding: 30px
}

nav .menu>li.dropdown>.dropdown-menu {
    margin: 0;
    border: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

nav button {
    background: 0 0;
    border: none;
    outline: 0
}

@media (max-width:991px) {

    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0
    }

    nav .nav-header {
        min-height: 52px
    }

    nav .nav-header .brand {
        margin: 0 auto 5px;
        float: none
    }

    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 8px;
        right: 15px;
        color: #ffba00
    }

    nav .menu li a {
        padding: 10px 10px
    }

    nav .menu li:last-child a {
        border-bottom: none
    }
}

.hero-area .hero-area-slider .intro-carousel .intro-content {
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.hero-area .hero-area-slider .intro-carousel .intro-content.slide-one {
    text-align: left
}

.hero-area .hero-area-slider .intro-carousel .intro-content.slide-two {
    text-align: center
}

.hero-area .hero-area-slider .intro-carousel .intro-content.slide-three {
    text-align: right
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-1 .subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #143250
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-1 .title {
    font-size: 36px;
    font-weight: 700;
    color: #ffba00
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-2 .text {
    font-size: 16px;
    font-weight: 600;
    color: #143250;
    max-width: 400px;
    display: inline-block
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a {
    margin-top: 15px;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #ffba00
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a:hover {
    background: #fff;
    color: #ffba00
}

.hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a i {
    font-size: 13px
}

.hero-area .hero-area-slider .owl-controls .owl-dots {
    display: block;
    position: absolute;
    text-align: center;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px
}

.hero-area .hero-area-slider .owl-controls .owl-dots .owl-dot {
    width: 25px;
    height: 6px;
    background: #fff;
    display: inline-block;
    border-radius: 0;
    transform: skewX(-30deg);
    margin: 0 3px 0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.hero-area .hero-area-slider .owl-controls .owl-dots .owl-dot.active {
    background: #fff;
    width: 50px
}

.info-area {
    background: #fff
}

.info-area .info-big-box {
    left: 0;
    padding: 10px 0 10px;
    position: relative;
    width: 100%
}

.info-area .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    min-height: 140px;
    margin: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    border-radius: 3px
}

.info-area .info-box .icon img {
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.info-area .info-box:hover .icon img {
    transform: scale(1.15)
}

.info-area .info-box .icon {
    line-height: 62px;
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    margin-right: 20px
}

.info-area .info-box .info .details {
    padding-top: 8px
}

.info-area .info-box .info .details .title {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

.info-area .info-box .info .details .text {
    font-size: 14px;
    margin-bottom: 0;
    color: #000
}

.info-area .info-box:hover {
    cursor: default;
    background: #f9f9f9
}

.trending {
    padding: 36px 0 0
}

.trending .ui-widget.ui-widget-content {
    margin: 0;
    padding: 0;
    border: 0
}

.trending .ui-tabs .ui-tabs-panel {
    padding: 0
}

.trending li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    color: #ffba00
}

.trending li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a i {
    opacity: 1;
    margin-left: 7px
}

.trending .owl-carousel .owl-controls .owl-nav .owl-next,
.trending .owl-carousel .owl-controls .owl-nav .owl-prev {
    font-size: 14px;
    position: absolute;
    top: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 24px;
    opacity: 1;
    background: #ffba00;
    border: 1px solid #ffba00;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.trending .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.trending .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: #fff !important;
    color: #ffba00
}

.trending .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 33px
}

.trending .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0
}

.phone-and-accessories .aside {
    height: 100%
}

.phone-and-accessories .aside .img {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/aside-img/accessories.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.categori-item {
    padding: 20px 0 20px
}

.categori-item .section-top {
    margin-bottom: 22px
}

.item {
    overflow: hidden;
    display: block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.item:hover {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.item .item-img {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.item .item-img img {
    width: 75%;
    height: 200px;
    object-fit: scale-down;
    display: block;
    margin: 15px auto;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.item:hover .item-img img {
    transform: scale(1.2);
}

.item:hover .remove-img-scale-on-item-img img {
    transform: none !important;
}

.item .item-img .sell-area {
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    display: block;
    z-index: 1
}

.item .item-img .sell-area .sale {
    min-height: 22px;
    max-height: 45px;
    height: auto;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    padding: 0 8px 0 15px;
    border-radius: 50px 0 0 50px;
    display: block;
    margin-top: 1px
}

.item .item-img .extra-list {
    position: absolute;
    /* top: 20px; */
    bottom: 50px;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.item .item-img .extra-list ul li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 7px;
    border: 1px solid #ffba00;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #ffba00;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.item .item-img .extra-list ul li span:hover {
    background: #ffba00;
    border-color: #ffba00;
    color: #fff
}

.item .info {
    position: relative;
    top: 0;
    text-align: center;
    padding: 5px 15px 2px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    background: rgba(255, 255, 255, .9)
}

.item .info .stars {
    display: block;
    text-align: center
}

.item .info .stars ul {
    display: inline-block
}

.item .info .stars ul li {
    display: inline-block
}

.item .info .stars ul li i {
    font-size: 12px;
    color: #ffba00
}

.item .info .price {
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 50px;
    background: #f7f7f7;
    padding: 5px;
    font-weight: 600
}

.item .info .name {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    color: #002e5b;
    margin-bottom: 10px
}

.item .info p.p_shortdesc {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #000
}

.item:hover .extra-list {
    left: 20px;
    opacity: 1
}

.item .item-cart-area {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 1px 15px 0
}

.item .add-to-cart-btn {
    font-size: 13px;
    font-weight: 600;
    background: #ffba00;
    color: #fff;
    border: 1px solid #ffba00;
    padding: 5px;
    width: 50%;
    float: left;
    text-align: center;
    border-radius: 50px;
    margin-top: 0;
    z-index: 9;
    margin: 1px auto;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}

.item-cart-area>span.add-to-cart-btn:last-child {
    width: 100%
}

.item .add-to-cart-btn:hover {
    background: 0 0;
    color: #ffba00
}

.item:hover .add-to-cart-btn {
    opacity: 1
}

.item:hover .info {
    top: -75px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}

.electronics-section {
    padding: 20px 0 30px
}

.electronics-section .aside {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7eaed;
    position: relative
}

.flash-deals {
    position: relative
}

.flash-deals .heading-title {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 22px
}

.flash-deals .flas-deal-slider {
    position: relative
}

.categori-item-area a.item,
.flash-deals .flas-deal-slider .item,
.trending-item-slider .item {
    text-align: center;
    margin-bottom: 15px;
    min-height: 475px
}

.flash-deals .flas-deal-slider .item .item-img {
    text-align: center;
    position: relative
}

.flash-deals .flas-deal-slider .item .item-img .discount {
    top: 0;
    position: absolute;
    z-index: 9;
    right: 0;
    font-size: 12px;
    padding: 1px 5px 1px 15px;
    border-radius: 50px 0 0 50px
}

.flash-deals .flas-deal-slider .item .item-img img {
    width: 75%;
    height: 200px;
    object-fit: scale-down;
    margin: 15px auto;
    display: inline-block
}

.flash-deals .flas-deal-slider .item .price .old-price {
    color: #143250;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    position: relative
}

.flash-deals .flas-deal-slider .item .price .old-price::after {
    position: absolute;
    content: " ";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: #143250
}

.flash-deals .flas-deal-slider .item .price .new-price {
    color: #ffba00;
    font-size: 20px;
    font-weight: 600
}

.flash-deals .flas-deal-slider .item .deal-counter {
    border: 1px solid #d0d6dc;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
    position: inherit;
    z-index: 100;
    margin-top: 10px
}

.flash-deals .flas-deal-slider .item .deal-counter span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #ffba00
}

.flash-deals .flas-deal-slider .item .deal-counter span:last-child {
    margin-right: 0
}

.flash-deals .flas-deal-slider .item .deal-counter span small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #143250
}

.flash-deals .owl-carousel .owl-controls .owl-nav .owl-next,
.flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev {
    font-size: 14px;
    position: absolute;
    top: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 24px;
    opacity: 1;
    background: #ffba00;
    border: 1px solid #ffba00;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.flash-deals .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: #fff !important;
    color: #ffba00
}

.flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 33px
}

.flash-deals .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0
}

.clothing-and-Apparel-Area .aside {
    height: 100%
}

.clothing-and-Apparel-Area .aside .img {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/aside-img/accessories.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.hot-and-new-item {
    padding-top: 20px;
    padding-bottom: 40px
}

.hot-and-new-item .categori .section-top {
    margin-bottom: 20px
}

.hot-and-new-item .categori .item-list {
    display: block;
    width: 100%
}

.hot-and-new-item .categori .item-list li .single-box {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hot-and-new-item .categori .item-list li .single-box .left-area {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    overflow: hidden
}

.hot-and-new-item .categori .item-list li .single-box .left-area img {
    width: 100%;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hot-and-new-item .categori .item-list li .single-box:hover .left-area img {
    transform: scale(1.15)
}

.hot-and-new-item .categori .item-list li .single-box .right-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hot-and-new-item .categori .item-list li .single-box .right-area .stars {
    display: block;
    text-align: left;
    line-height: 12px
}

.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul {
    display: inline-block;
    line-height: 12px
}

.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul li {
    line-height: 12px;
    display: inline-block
}

.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul li i {
    font-size: 12px;
    color: #ffba00
}

.hot-and-new-item .categori .item-list li .single-box .right-area .price {
    font-size: 16px;
    line-height: 26px;
    color: #143250;
    font-weight: 700;
    margin: 3px 0 3px
}

.hot-and-new-item .categori .item-list li .single-box .right-area .price del {
    font-size: 12px;
    opacity: .8
}

.hot-and-new-item .categori .item-list li .single-box .right-area .text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 0
}

.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next,
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev {
    font-size: 13px;
    position: absolute;
    top: -37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 19px;
    opacity: 1;
    background: #fff;
    border: 1px solid #ffba00;
    border-radius: 50%;
    color: #ffba00;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: #ffba00 !important;
    color: #fff
}

.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 26px
}

.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0
}

.banner-section {
    padding: 30px 0 30px
}

.banner-section img {
    width: 100%
}

.banner-section .left {
    margin: 0 5px
}

.banner-section .right {
    margin-left: 15px
}

.banner-effect {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.banner-effect::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.banner-effect:hover::after {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.banner-effect img {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.banner-effect:hover img {
    transform: scale(1.1)
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

.blog-area {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #f4f4f4
}

.blog-area .aside .slider-wrapper {
    background: #ffff;
    padding: 50px 60px 50px
}

.blog-area .aside .slider-wrapper .slide-item {
    text-align: center
}

.blog-area .aside .slider-wrapper .slide-item .top-area .left {
    display: inline-block
}

.blog-area .aside .slider-wrapper .slide-item .top-area .left img {
    height: auto;
    border: 2px solid #ffba00;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .18);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .18)
}

.blog-area .aside .slider-wrapper .slide-item .top-area .right {
    margin-top: 10px
}

.blog-area .aside .slider-wrapper .slide-item .top-area .right .content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.blog-area .aside .slider-wrapper .slide-item .top-area .right .content .name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.blog-area .aside .slider-wrapper .slide-item .top-area .right .content .dagenation {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0
}

.blog-area .aside .slider-wrapper .slide-item .review-text {
    position: relative;
    margin-top: 15px;
    padding: 20px 30px 20px
}

.blog-area .aside .slider-wrapper .slide-item .review-text::after {
    position: absolute;
    content: "\efcd";
    font-family: IcoFont;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #777
}

.blog-area .aside .slider-wrapper .slide-item .review-text::before {
    position: absolute;
    content: "\efce";
    font-family: IcoFont;
    bottom: 0;
    right: 0;
    font-size: 20px;
    color: #666
}

.blog-area .aside .slider-wrapper .slide-item .review-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.blog-area .aside .slider-wrapper .owl-controls .owl-dots {
    display: block;
    text-align: center;
    margin-top: -1px
}

.blog-area .aside .slider-wrapper .owl-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #c2c2c2;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px 0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.blog-area .aside .slider-wrapper .owl-controls .owl-dots .owl-dot.active {
    background: #ffba00;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-area .blog-box {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #e7eaed;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.blog-area .blog-box .blog-images {
    width: 240px;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden
}

.blog-area .blog-box .blog-images .img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.blog-area .blog-box .blog-images .img img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.blog-area .blog-box .blog-images .img .date {
    position: absolute;
    background: #ffba00;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
    text-align: center
}

.blog-area .blog-box .blog-images .img .date p {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 14px;
    font-size: 14px
}

.blog-area .blog-box .details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-area .blog-box .details .blog-title {
    font-size: 16px;
    font-weight: 600
}

.blog-area .blog-box .details .blog-text {
    font-size: 13px
}

.blog-area .blog-box .details .read-more-btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #ffba00;
    padding: 7px 20px;
    border: 1px solid #ffba00;
    border-radius: 50px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.blog-area .blog-box .details .read-more-btn:hover {
    background: 0 0;
    color: #ffba00
}

.blog-area .blog-box:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.blog-area .blog-box:hover .blog-images .img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.footer {
    overflow: hidden;
    position: relative;
    background: #002e5b;
    padding: 30px 0 0;
    color: #fff
}

.footer .footer-info-area .footer-logo {
    margin-bottom: 23px;
    display: block
}

.footer .footer-info-area .footer-logo .logo-link {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase
}

.footer .footer-info-area .footer-logo img {
    max-width: 180px
}

.footer .footer-info-area .text {
    margin-bottom: 24px
}

.footer .footer-info-area .text p {
    color: #fff;
    font-size: 14px
}

.footer .fotter-social-links ul {
    padding-left: 0;
    margin-left: 0
}

.footer .fotter-social-links ul li {
    display: inline-block
}

.footer .fotter-social-links ul li a {
    font-size: 14px;
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 0 3px;
    color: #fff;
    border: 1px solid #eee;
    background: 0 0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.footer .fotter-social-links ul li a:hover {
    background: #ffba00;
    border-color: #ffba00;
    color: #fff
}

.footer .copy-bg {
    background: #002e5b;
    margin-top: 20px;
    padding: 15px 15px 10px;
    border-top: 2px solid #ffba00
}

.footer .copy-bg .content {
    text-align: center
}

.footer .copy-bg .content .content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff
}

.footer .copy-bg .content .content a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #ffba00
}

.footer .footer-widget .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.footer .footer-widget ul {
    padding-left: 0;
    margin-bottom: 0
}

.footer .footer-widget ul li {
    list-style: none;
    color: #fff
}

.footer .footer-widget ul li a {
    color: #fff;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.footer .footer-widget ul li a:hover {
    color: #ffba00
}

.footer .link-list li a i,
.footer .link-list li i {
    color: #ffba00
}

.info-link-widget .title {
    margin-bottom: 11px
}

.info-link-widget .link-list li {
    padding: 2px 0;
    display: block
}

.info-link-widget .link-list li a {
    font-size: 14px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.info-link-widget .link-list li a:hover {
    color: #ffba00
}

.info-link-widget .link-list li i.fas {
    font-size: 12px;
    padding-right: 8px
}

.recent-post-widget .title {
    margin-bottom: 26px
}

.recent-post-widget .post-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.recent-post-widget .post-list li:last-child {
    border-bottom: 0
}

.recent-post-widget .post-list li .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.recent-post-widget .post-list li .post .post-img {
    margin-right: 15px
}

.recent-post-widget .post-list li .post .post-img img {
    width: 60px;
    height: 60px
}

.recent-post-widget .post-list li .post .post-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.recent-post-widget .post-list li .post .post-details .post-title {
    font-size: 14px;
    line-height: 20px;
    color: #f0f5ff;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.recent-post-widget .post-list li .post .post-details .date {
    font-size: 10px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0
}

.product-details-page {
    padding: 70px 0 40px
}

.product-details-page li.slick-slide {
    border: 1px solid red
}

.product-details-page li.slick-slide {
    border: 1px solid transparent
}

.product-details-page li.slick-slide:focus {
    outline: 0
}

.product-details-page .all-item {
    position: relative;
    cursor: pointer
}

.product-details-page .all-item li {
    margin: 0 0
}

.product-details-page .all-item .slidPrv4.slick-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background: #ffba00;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: .7;
    cursor: pointer
}

.product-details-page .all-item .slidPrv4.slick-arrow:hover {
    opacity: 1
}

.product-details-page .all-item .slidNext4.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background: #ffba00;
    text-align: center;
    width: 30px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    opacity: .7;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.product-details-page .all-item .slidNext4.slick-arrow:hover {
    opacity: 1
}

.product-details-page .all-item .slick-slide {
    border: 1px solid rgba(0, 0, 0, .2)
}

.product-details-page .one-item .item {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    text-align: center
}

.product-details-page .one-item .item img {
    display: inline-block !important
}

.product-details-page .one-item .slick-slide:focus {
    outline: 0
}

.product-details-page .one-item .slick-next:before,
.product-details-page .one-item .slick-prev:before {
    color: fff
}

.product-details-page .one-item li.slick-slide.slick-current.slick-active {
    border: 1px solid rgba(0, 0, 0, .5)
}

.product-details-page .right-area .product-info .product-name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 3px
}

.product-details-page .right-area .product-info .info-meta-1 ul li {
    display: inline-block;
    margin-right: 10px
}

.product-details-page .right-area .product-info .info-meta-1 ul li p {
    color: #143250;
    font-size: 14px;
    margin-bottom: 7px
}

.product-details-page .right-area .product-info .info-meta-1 ul li.product-id .idno {
    font-weight: 600;
    color: #000
}

.product-details-page .right-area .product-info .info-meta-1 ul li.product-isstook p {
    color: #1cba1c;
    font-weight: 600
}

.product-details-page .right-area .product-info .info-meta-1 ul li.product-outstook p {
    color: #e51e31;
    font-weight: 600
}

.product-details-page .right-area .product-info .info-meta-1 ul li .stars li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: -4px
}

.product-details-page .right-area .product-info .info-meta-1 ul li .stars li i {
    color: #ffba00;
    margin: 0;
    padding: 0
}

.product-details-page .right-area .product-info .info-meta-1 ul li:last-child {
    margin-right: 0
}

li.FreightDelivery {
    display: block !important
}

.FreightDelivery span img {
    margin-right: 5px
}

.FreightDelivery span {
    font-weight: 600;
    color: #da3714;
    font-size: 14px
}

div.FreightDelivery {
    text-align: right;
    margin-top: -32px;
    margin-bottom: 10px
}

div.FreightDelivery span img {
    margin-right: 0;
    width: 32px !important;
    display: inline-block !important
}

div.FreightDelivery span {
    font-weight: 700;
    color: #ff4000;
    font-size: 14px;
    background: #ffe425b8;
    margin-right: -15px;
    padding: 5px;
    position: relative
}

.fs-Delivery span {
    font-weight: 700;
    font-size: 14px;
    background: #ffe425b8;
    padding: 4px 8px;
}

.green-text {
    color: #1c6e2c !important;
}

div.FreightDelivery span:after {
    position: absolute;
    content: '';
    right: 0;
    top: 25px;
    border-right: 8px solid #00000000;
    border-bottom: 8px solid #00000000;
    border-left: 8px solid #e8b221;
    border-top: 8px solid #e8b221
}

.tooltips {
    position: relative;
    display: inline
}

.tooltips i {
    cursor: pointer;
    font-size: 15px
}

.FreightDeliveryContent {
    width: 300px;
    background-color: #f7f7f7;
    color: #da3714;
    text-align: left;
    font-style: italic;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    font-size: 14px;
    left: 100px;
    margin-left: -60px;
    display: none;
    transition: opacity .3s
}

.FreightDeliveryContent::after {
    content: "";
    position: absolute;
    top: 40%;
    left: -11px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #f7f7f7 transparent transparent
}

.tooltips:hover .FreightDeliveryContent {
    display: block
}

.product-details-page .right-area .product-info .contact-seller {
    padding: 9px 0 10px
}

.product-details-page .right-area .product-info .contact-seller .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #ffba00;
    display: inline-block;
    margin-right: 10px
}

.product-details-page .right-area .product-info .contact-seller .list {
    display: inline-block
}

.product-details-page .right-area .product-info .contact-seller .list li {
    display: inline-block;
    margin-right: 5px
}

.product-details-page .right-area .product-info .contact-seller .list li a {
    font-size: 13px;
    color: #ffba00;
    display: inline-block;
    border: 1px solid #b8c1ca;
    padding: 4px 9px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.product-details-page .right-area .product-info .contact-seller .list li a i {
    font-size: 12px
}

.product-details-page .right-area .product-info .contact-seller .list li a:hover {
    background: #ffba00;
    border-color: #ffba00;
    color: #fff
}

.product-details-page .right-area .product-info .contact-seller .list li:last-child {
    margin-right: 0
}

.product-details-page .right-area .product-info .info-meta-2 {
    margin-top: 8px
}

.product-details-page .right-area .product-info .info-meta-2 ul li p {
    font-size: 15px;
    margin-bottom: 0
}

.product-details-page .right-area .product-info .product-price {
    margin-bottom: 0
}

.product-details-page .right-area .product-info .product-price .title {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
    line-height: 1
}

.product-details-page .right-area .product-info .product-price .price {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    padding-right: 0;
    display: inline-block
}

.product-details-page .right-area .product-info .product-price .price small {
    font-size: 18px;
    font-weight: 600;
    color: rgba(20, 50, 80, .6)
}

.product-details-page .right-area .product-info .product-size {
    padding: 10px 0 0
}

.product-details-page .right-area .product-info .product-size .title {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px
}

.product-details-page .right-area .product-info .product-size .siz-list {
    display: inline-block
}

.product-details-page .right-area .product-info .product-size .siz-list li {
    display: inline-block
}

.product-details-page .right-area .product-info .product-size .siz-list li .box {
    height: 26px;
    padding: 0 8px;
    border: 1px solid #b8c1ca;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600
}

.product-details-page .right-area .product-info .product-size .siz-list li.active .box {
    border: 1px solid #ffba00
}

.product-details-page .right-area .product-info .mproduct-size {
    padding: 10px 0 0
}

.product-details-page .right-area .product-info .mproduct-size .title {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px
}

.product-details-page .right-area .product-info .mproduct-size .siz-list {
    display: inline-block
}

.product-details-page .right-area .product-info .mproduct-size .siz-list li {
    display: inline-block
}

.product-details-page .right-area .product-info .mproduct-size .siz-list li .box {
    height: 26px;
    padding: 0 8px;
    border: 1px solid #b8c1ca;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600
}

.product-details-page .right-area .product-info .mproduct-size .siz-list li.active .box {
    border: 1px solid #ffba00
}

.product-details-page .right-area .product-info .product-color {
    margin-top: 0;
    position: relative;
    margin-bottom: 4px
}

.product-details-page .right-area .product-info .product-color .title {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px
}

.product-details-page .right-area .product-info .product-color .color-list {
    display: inline-block;
    padding-left: 70px
}

.product-details-page .right-area .product-info .product-color .color-list li {
    display: inline-block;
    margin-right: 2px
}

.product-details-page .right-area .product-info .product-color .color-list li .box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.product-details-page .right-area .product-info .product-color .color-list li .box::after {
    position: absolute;
    content: "\eed8";
    font-family: IcoFont;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    opacity: 0
}

.product-details-page .right-area .product-info .product-color .color-list li.active .box::after {
    opacity: 1
}

.product-details-page .right-area .product-info .product-color .color-list li:last-child {
    margin-right: 0
}

.product-details-page .right-area .product-info .mproduct-color {
    margin-top: 4px;
    position: relative;
    margin-bottom: 4px
}

.product-details-page .right-area .product-info .mproduct-color .title {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px
}

.product-details-page .right-area .product-info .mproduct-color .color-list {
    display: inline-block;
    padding-left: 70px
}

.product-details-page .right-area .product-info .mproduct-color .color-list li {
    display: inline-block;
    margin-right: 2px
}

.product-details-page .right-area .product-info .mproduct-color .color-list li .box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.product-details-page .right-area .product-info .mproduct-color .color-list li .box::after {
    position: absolute;
    content: "\eed8";
    font-family: IcoFont;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    opacity: 0
}

.product-details-page .right-area .product-info .mproduct-color .color-list li.active .box::after {
    opacity: 1
}

.product-details-page .right-area .product-info .product-color .color-list li:last-child {
    margin-right: 0
}

.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next,
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 24px;
    opacity: 1;
    background: #ffba00;
    border: 1px solid #ffba00;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: #fff !important;
    color: #ffba00
}

.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0
}

.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0
}

.product-details-page .right-area .product-info .info-meta-3 {
    padding: 10px 0 12px
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li {
    margin-right: 7px
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty {
    display: block;
    margin-bottom: 5px
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li {
    margin-right: -4px;
    display: inline-block
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li:first-child {
    margin-left: 0
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-minus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-plus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-total,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtminus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtplus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(144, 144, 144, .4);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtminus:focus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtplus:focus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal:focus {
    outline: 0
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal {
    width: 40px
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li:last-child {
    margin-right: 0
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart {
    display: inline-block
}

.addtoCart-btn-class {
    background-color: #FFBA00;
    /* height: 2.2em;
    width: 8.2em; */
    padding: 7px 11px;
    border: 1px solid #ffba00;
    border-radius: 50px;
    margin-left: 16px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.addtoCart-btn-class:hover {

    background-color: #fff;

}

.addtoCart-btn-class a:hover {
    color: #002e5b;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a,
a.proDescipt {
    font-size: 14px;
    color: #002e5b;
    display: inline-block;
    border: 1px solid #ffba00 !important;
    background: #ffba00;
    padding: 2px 15px;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

a.proDescipt {
    border-radius: 0
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a i {
    font-size: 13px;
    margin-right: 4px
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a:hover,
a.proDescipt:hover {
    background: #fff;
    color: #002e5b
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite {
    display: inline-block
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare a,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border: 1px solid #ffba00;
    background: #ffba00;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare a:hover,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite a:hover {
    background: #fff;
    color: #ffba00
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li:last-child {
    margin-right: 0
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.customizeBtn a {
    background: #002e5b;
    color: #ffba00
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.customizeBtn a:hover {
    background: #fff;
    color: #002e5b
}

.product-details-page .right-area .product-info .social-links {
    margin-top: 4px
}

.product-details-page .right-area .product-info .social-links .title {
    display: inline-block;
    margin-right: 20px
}

.product-details-page .right-area .product-info .social-links .link-list {
    display: inline-block
}

.product-details-page .right-area .product-info .social-links .link-list li {
    display: inline-block
}

.product-details-page .right-area .product-info .social-links .link-list li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 0 2px;
    line-height: 35px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.product-details-page .right-area .product-info .social-links .link-list li a.facebook {
    background: #3b5999
}

.product-details-page .right-area .product-info .social-links .link-list li a.twitter {
    background: #55acee
}

.product-details-page .right-area .product-info .social-links .link-list li a.linkedin {
    background: #0077b5
}

.product-details-page .right-area .product-info .social-links .link-list li a.pinterest {
    background: #bd081c
}

.product-details-page .right-area .product-info .social-links .link-list li a:hover {
    color: #fff
}

.product-details-page #product-details-tab {
    margin-top: 40px;
    display: block;
    width: 100%;
    text-align: left
}

.product-details-page .tab-content-area table {
    width: 100%
}

.product-details-page .tab-content-area table tr {
    background: 0 0
}

.product-details-page .tab-content-area table tr td {
    padding: 10px
}

.style119,
.style15,
.style6,
.style87,
.style92 {
    padding: 10px;
    display: block;
    color: #002e5b;
    background: #ffba00
}

.product-details-page .tab-content-area h2 {
    font-size: 24px
}

.product-details-page .tab-content-area h3 {
    background: #ffba00;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: 700
}

.product-details-page .tab-content-area h3 strong {
    font-weight: 700
}

.product-details-page .tab-content-area h4 {
    font-size: 18px;
    font-weight: 600
}

.product-details-page .tab-content-area h5 {
    font-size: 16px;
    font-weight: 600
}

.product-details-page .tab-content-area h6 {
    font-size: 14px;
    font-weight: 600
}

.product-details-page .tab-content-area,
.product-details-page .tab-content-area div,
.product-details-page .tab-content-area div span,
.product-details-page .tab-content-area p,
.product-details-page .tab-content-area p span,
.product-details-page .tab-content-area span {
    text-align: left;
    font-size: 14px !important
}

.product-details-page .tab-content-area ul {
    padding-left: 24px
}

.product-details-page .tab-content-area iframe {
    width: 100% !important;
    height: auto !important
}

.product-details-page .tab-content-area iframe {
    min-height: 250px !important
}

.product-details-page .tab-content-area ul li {
    list-style: disc
}

.product-details-page #product-details-tab.ui-widget.ui-widget-content {
    border: 0
}

.product-details-page #product-details-tab .ui-widget.ui-widget-content {
    margin: 0;
    padding: 0;
    border: 0
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel {
    padding: 0;
    text-align: left;
    padding: 20px 20px 10px
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
    display: block
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel p {
    font-size: 16px;
    line-height: 26px
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .list li {
    display: block
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .list li p {
    margin-bottom: 0
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 14px;
    margin-left: 30px
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .stars {
    font-size: 12px;
    background: #ffba00;
    color: #fff;
    display: inline-block;
    padding: 1px 5px
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .stars i {
    font-size: 10px
}

.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .reting-and-review {
    display: inline-block;
    font-size: 14px;
    color: #143250;
    margin-left: 10px
}

.product-details-page #product-details-tab .top-menu-area {
    background: #fff;
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 0
}

.item .info p.p-sku,
.item .info p.p-sku span {
    font-size: 13px;
    margin-bottom: 5px;
    width: 100%;
    padding: 5px;
    font-weight: 500;
    color: #3a3a3a
}

span.free-shipping {
    background: #ea272b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 5px;
    line-height: 1.5;
    display: inline-block;
}

.shippings {
    color: #1cba1c;
    font-weight: 600;
    display: hidden;
    font-size: 13px;
    margin-right: 20px;
}

.shipping-img img {
    width: 64px;
    margin-bottom: 3px;
}

.product-details-page #product-details-tab .top-menu-area ul {
    border: 0;
    display: inline-block;
    background: 0 0;
    padding: 0;
    margin: 0
}

.product-details-page #product-details-tab .top-menu-area ul li {
    border: 0;
    background: 0 0;
    display: inline-block
}

.product-details-page #product-details-tab .top-menu-area ul li a {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #143250;
    display: block;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative
}

.product-details-page #product-details-tab .top-menu-area ul li a::after {
    position: absolute;
    content: " ";
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #143250
}

.product-details-page #product-details-tab .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0;
    background: #ff000f
}

.product-details-page #product-details-tab li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a::after {
    opacity: 1
}

.product-details-page #product-details-tab.ui-widget.ui-widget-content {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1)
}

.quick-view-modal .product-details-page .all-item .slidPrv4.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.quick-view-modal .product-details-page .all-item .slidNext4.slick-arrow {
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

#product-details-tab #replay-area .all-replay {
    margin-top: 18px;
    width: 100%
}

#product-details-tab #replay-area .all-replay li {
    margin-bottom: 30px;
    width: 100%
}

#product-details-tab #replay-area .all-replay li .single-review {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-bottom: 16px;
    margin-bottom: 20px
}

.quickview-modal .modal-content {
    min-height: 330px
}

#product-details-tab #replay-area .all-replay li .single-review .left-area {
    text-align: center;
    padding-right: 30px;
    margin-right: 30px;
    position: relative
}

#product-details-tab #replay-area .all-replay li .single-review .left-area::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 1px;
    background: rgba(0, 0, 0, .3);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#product-details-tab #replay-area .all-replay li .single-review .left-area img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffba00;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

#product-details-tab #replay-area .all-replay li .single-review .left-area .name {
    margin-top: 15px;
    font-size: 14px;
    color: #143250;
    font-weight: 600;
    margin-bottom: 0
}

#product-details-tab #replay-area .all-replay li .single-review .left-area .date {
    font-size: 12px;
    color: #143250;
    margin-bottom: 0
}

#product-details-tab #replay-area .all-replay li .single-review .right-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area {
    margin-left: 0
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area .stars {
    padding: 0;
    margin-bottom: 5px;
    display: inline-block
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area .stars li {
    display: inline-block;
    width: auto;
    font-size: 12px;
    margin-right: -2px;
    color: #fc9715;
    margin-bottom: 0
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .title {
    font-size: 16px;
    font-weight: 600;
    color: #143250;
    margin-top: 0
}

#product-details-tab #replay-area .all-replay li .single-review .right-area .review-body p {
    font-size: 16px;
    line-height: 26px
}

#product-details-tab #replay-area .review-area .star-area .star-list li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #bdbdbd;
    position: relative
}

#product-details-tab #replay-area .review-area .star-area .star-list li i {
    margin-right: -3px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

#product-details-tab #replay-area .review-area .star-area .star-list li::after {
    position: absolute;
    content: "||";
    top: 0;
    right: -18px
}

#product-details-tab #replay-area .review-area .star-area .star-list li:last-child::after {
    display: none
}

#product-details-tab #replay-area .review-area .star-area .star-list li.active i {
    color: #fece37
}

#product-details-tab #replay-area .review-area .star-area .star-list li:hover i {
    color: #fece37
}

#product-details-tab #replay-area .write-comment-area {
    padding-top: 30px
}

#product-details-tab #replay-area .write-comment-area input {
    width: 100%;
    height: 55px;
    background: #fff;
    color: #555;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px
}

#product-details-tab #replay-area .write-comment-area input::-webkit-input-placeholder {
    color: #555
}

#product-details-tab #replay-area .write-comment-area input:-moz-placeholder {
    color: #555
}

#product-details-tab #replay-area .write-comment-area input::-moz-placeholder {
    color: #555
}

#product-details-tab #replay-area .write-comment-area input:-ms-input-placeholder {
    color: #555
}

#product-details-tab #replay-area .write-comment-area textarea {
    width: 100%;
    height: 190px;
    background: #fff;
    color: #888;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none
}

#product-details-tab #replay-area .write-comment-area textarea::-webkit-input-placeholder {
    color: #888
}

#product-details-tab #replay-area .write-comment-area textarea:-moz-placeholder {
    color: #888
}

#product-details-tab #replay-area .write-comment-area textarea::-moz-placeholder {
    color: #888
}

#product-details-tab #replay-area .write-comment-area textarea:-ms-input-placeholder {
    color: #888
}

#product-details-tab #replay-area .write-comment-area .submit-btn {
    background: #ffba00;
    border: 0;
    color: #fff;
    padding: 14px 30px 11px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ffba00;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#product-details-tab #replay-area .write-comment-area .submit-btn:hover {
    background: 0 0;
    color: #ffba00
}

#product-details-tab #replay-area .write-comment-area .submit-btn:focus {
    outline: 0
}

#product-details-tab #replay-area #product-details-tab.ui-widget.ui-widget-content {
    background: #fff
}

#product-details-tab #comment-area .all-comment {
    margin-top: 18px;
    width: 100%
}

#product-details-tab #comment-area .all-comment li {
    margin-bottom: 30px;
    width: 100%
}

#product-details-tab #comment-area .all-comment li .single-comment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-bottom: 16px;
    margin-bottom: 20px
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area {
    text-align: center;
    padding-right: 30px;
    margin-right: 30px;
    position: relative
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 1px;
    background: rgba(0, 0, 0, .3);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffba00;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area .name {
    margin-top: 15px;
    font-size: 14px;
    color: #143250;
    font-weight: 600;
    margin-bottom: 0
}

#product-details-tab #comment-area .all-comment li .single-comment .left-area .date {
    font-size: 12px;
    color: #143250;
    margin-bottom: 0
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area {
    margin-left: 0
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars {
    padding: 0;
    margin-bottom: 5px;
    display: inline-block
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars li {
    display: inline-block;
    width: auto;
    font-size: 12px;
    margin-right: -2px;
    color: #fc9715;
    margin-bottom: 0
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .title {
    font-size: 16px;
    font-weight: 600;
    color: #143250;
    margin-top: 0
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .comment-body p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .comment-footer .links a {
    display: inline-block;
    font-size: 14px
}

#product-details-tab #comment-area .all-comment li .replay-review {
    margin-left: 100px
}

#product-details-tab #comment-area .all-comment li .replay-area {
    position: relative;
    padding-left: 127px;
    margin-bottom: 20px
}

#product-details-tab #comment-area .all-comment li .replay-area textarea {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, .3)
}

#product-details-tab #comment-area .all-comment li .replay-area button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #ffba00;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    margin-right: 10px
}

#product-details-tab #comment-area .all-comment li .replay-area .remove {
    width: 120px;
    height: 40px;
    border: 0;
    background: #143250;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-top: 0
}

#product-details-tab #comment-area .review-area .title {
    margin-bottom: 0
}

#product-details-tab #comment-area .write-comment-area {
    padding-top: 20px
}

#product-details-tab #comment-area .write-comment-area input {
    width: 100%;
    height: 55px;
    background: #fff;
    color: #555;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px
}

#product-details-tab #comment-area .write-comment-area input::-webkit-input-placeholder {
    color: #555
}

#product-details-tab #comment-area .write-comment-area input:-moz-placeholder {
    color: #555
}

#product-details-tab #comment-area .write-comment-area input::-moz-placeholder {
    color: #555
}

#product-details-tab #comment-area .write-comment-area input:-ms-input-placeholder {
    color: #555
}

#product-details-tab #comment-area .write-comment-area textarea {
    width: 100%;
    height: 190px;
    background: #fff;
    color: #888;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none
}

#product-details-tab #comment-area .write-comment-area textarea::-webkit-input-placeholder {
    color: #888
}

#product-details-tab #comment-area .write-comment-area textarea:-moz-placeholder {
    color: #888
}

#product-details-tab #comment-area .write-comment-area textarea::-moz-placeholder {
    color: #888
}

#product-details-tab #comment-area .write-comment-area textarea:-ms-input-placeholder {
    color: #888
}

#product-details-tab #comment-area .write-comment-area .submit-btn {
    background: #ffba00;
    border: 0;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #ffba00;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#product-details-tab #comment-area .write-comment-area .submit-btn:hover {
    background: 0 0;
    color: #ffba00
}

#product-details-tab #comment-area .write-comment-area .submit-btn:focus {
    outline: 0
}

#product-details-tab #comment-area #product-details-tab.ui-widget.ui-widget-content {
    background: #fff
}

.product-details-page .categori .section-top {
    margin-bottom: 20px
}

.product-details-page .categori .item-list {
    display: block;
    width: 100%
}

.product-details-page .categori .item-list li .single-box {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-details-page .categori .item-list li .single-box .left-area {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    overflow: hidden
}

.product-details-page .categori .item-list li .single-box .left-area img {
    width: 100%;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.product-details-page .categori .item-list li .single-box:hover .left-area img {
    transform: scale(1.15)
}

.product-details-page .categori .item-list li .single-box .right-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-details-page .categori .item-list li .single-box .right-area .stars {
    display: block;
    text-align: left;
    line-height: 12px
}

.product-details-page .categori .item-list li .single-box .right-area .stars ul {
    display: inline-block;
    line-height: 12px
}

.product-details-page .categori .item-list li .single-box .right-area .stars ul li {
    line-height: 12px;
    display: inline-block
}

.product-details-page .categori .item-list li .single-box .right-area .stars ul li i {
    font-size: 12px;
    color: #ffba00
}

.product-details-page .categori .item-list li .single-box .right-area .price {
    font-size: 16px;
    line-height: 26px;
    color: #143250;
    font-weight: 700;
    margin: 3px 0 3px
}

.item .info .price small {
    color: #ea272b;
    font-weight: 600;
    font-size: 100%
}

.product-details-page .categori .item-list li .single-box .right-area .price del {
    font-size: 12px;
    opacity: .8
}

.product-details-page .categori .item-list li .single-box .right-area .text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 0
}

.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next,
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev {
    font-size: 13px;
    position: absolute;
    top: -37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 19px;
    opacity: 1;
    background: #fff;
    border: 1px solid #ffba00;
    border-radius: 50%;
    color: #ffba00;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: #ffba00 !important;
    color: #fff
}

.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 25px
}

.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0
}

.mt-30 {
    margin-top: 30px
}

.seller-info {
    border: 1px dashed rgba(0, 0, 0, .3);
    text-align: center;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.seller-info .content {
    padding: 23px 30px 6px;
    text-align: center
}

.seller-info .content .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #ffba00
}

.seller-info .content .stor-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0
}

.seller-info .content .cuntry {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px
}

.seller-info .content .total-product {
    width: 100%;
    padding: 18px 0 18px
}

.seller-info .content .total-product p {
    margin-bottom: 0;
    font-size: 29px;
    line-height: 24px;
    font-weight: 700;
    color: #ffba00
}

.seller-info .content .total-product span {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600
}

.seller-info .content .time {
    margin-top: 5px;
    margin-bottom: 0
}

.seller-info .view-stor {
    background: #ffba00;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    width: 100%;
    border-radius: 50px;
    margin: 0 auto 5px;
    border: 1px solid #ffba00;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-weight: 600
}

.seller-info .view-stor:hover {
    background: #fff;
    color: #ffba00
}

.sliderText {
    margin-bottom: 30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0;
    font-weight: 700
}

.ui-slider-horizontal {
    height: 5px
}

.ui-slider-horizontal {
    margin-bottom: 15px
}

.ui-widget-header {
    background: #ffba00
}

.price-range-search {
    width: 70px;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    display: inline-block;
    height: 30px;
    margin-bottom: 20px;
    font-size: 16px
}

.price-range-field {
    width: 84px;
    background-color: none;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #000;
    height: 30px;
    text-align: center;
    font-size: 14px
}

.search-results-block {
    position: relative;
    display: block;
    clear: both
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -.6em
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: #ffba00;
    border-radius: 50%;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25)
}

.ui-slider .ui-slider-handle:focus {
    outline: 0
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0;
    background: #d2d2d2
}

.sub-categori {
    padding: 10px 0 70px
}

.sub-categori .left-area .filter-result-area {
    border: 1px solid rgba(0, 0, 0, .2)
}

.sub-categori .left-area .filter-result-area .header-area {
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 0 7px
}

.sub-categori .left-area .filter-result-area .header-area .title {
    font-size: 16px;
    font-weight: 400;
    display: inline-block
}

.sub-categori .left-area .filter-result-area .body-area {
    padding: 25px 25px 30px;
    display: block
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li {
    margin-bottom: 6px
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check {
    position: relative
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check label {
    font-size: 14px;
    color: #2a2a2a;
    font-family: "Open Sans", sans-serif;
    margin-left: 30px;
    cursor: pointer
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .25);
    cursor: pointer
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input:checked~.checkmark {
    background-color: transparent
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input:checked~.checkmark:after {
    display: block
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #242424;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block {
    text-align: center;
    margin-top: 34px
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block #slider-range {
    margin-bottom: 21px
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block .livecount {
    margin-bottom: 30px
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block .livecount span {
    font-size: 14px
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #ffba00;
    border: 0;
    border-radius: 50px;
    display: block;
    border: 1px solid #ffba00;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn:hover {
    background: 0 0;
    color: #ffba00
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn:focus {
    outline: 0
}

.sub-categori .left-area .design-area {
    border: 1px solid rgba(0, 0, 0, .2);
    margin-top: 30px
}

.sub-categori .left-area .design-area .header-area {
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 0 7px
}

.sub-categori .left-area .design-area .header-area .title {
    font-size: 18px;
    font-weight: 400;
    display: inline-block
}

.sub-categori .left-area .design-area .body-area {
    padding: 25px 30px 21px;
    display: block
}

.sub-categori .left-area .design-area .body-area .filter-list li {
    margin-bottom: 6px
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check {
    position: relative
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check label {
    font-size: 14px;
    color: #2a2a2a;
    font-family: "Open Sans", sans-serif;
    margin-left: 30px;
    cursor: pointer
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .25);
    cursor: pointer
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input:checked~.checkmark {
    background-color: transparent
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input:checked~.checkmark:after {
    display: block
}

.sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #242424;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sub-categori .left-area .tags-area {
    border: 1px solid rgba(0, 0, 0, .2);
    margin-top: 30px
}

.sub-categori .left-area .tags-area .header-area {
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 0 7px
}

.sub-categori .left-area .tags-area .header-area .title {
    font-size: 18px;
    font-weight: 400;
    display: inline-block
}

.sub-categori .left-area .tags-area .body-area {
    padding: 25px 25px 21px;
    display: block
}

.sub-categori .left-area .tags-area .body-area .taglist li {
    display: inline-block
}

.sub-categori .left-area .tags-area .body-area .taglist li a {
    display: inline-block;
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 14px rgba(0, 0, 0, .1);
    padding: 7px 17px;
    margin: 5px 3px;
    font-size: 13px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #143250;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.sub-categori .left-area .tags-area .body-area .taglist li a:hover {
    background: #ffba00;
    color: #fff
}

.sub-categori .left-area .all-categories-area {
    border: 1px solid rgba(0, 0, 0, .2);
    margin-top: 30px
}

.sub-categori .left-area .all-categories-area .header-area {
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 0 7px
}

.sub-categori .left-area .all-categories-area .header-area .title {
    font-size: 18px;
    font-weight: 400;
    display: inline-block
}

.sub-categori .left-area .all-categories-area .body-area {
    padding: 25px 28px 21px;
    display: block
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card {
    padding: 7px 0 0;
    border-radius: 0;
    border: 0;
    border-top: 1px dashed rgba(0, 0, 0, .5)
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background: #fff;
    cursor: pointer
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header .button {
    font-size: 14px;
    font-weight: 600
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header .button i {
    font-weight: 600
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body {
    background: #fff;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 10px
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body a {
    font-size: 14px;
    font-weight: 600
}

.sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body a i {
    font-weight: 600
}

.sub-categori .left-area .all-categories-area .body-area .cat-list li a {
    font-size: 14px;
    color: #143250;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.sub-categori .left-area .all-categories-area .body-area .cat-list li a i {
    font-weight: 600
}

.sub-categori .left-area .service-center {
    border: 1px solid rgba(0, 0, 0, .2);
    margin-top: 30px
}

.sub-categori .left-area .service-center .header-area {
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 0 7px
}

.sub-categori .left-area .service-center .header-area .title {
    font-size: 18px;
    font-weight: 400;
    display: inline-block
}

.sub-categori .left-area .service-center .body-area {
    padding: 25px 28px 21px;
    display: block
}

.sub-categori .left-area .service-center .body-area .list li {
    font-size: 15px;
    line-height: 30px
}

.sub-categori .left-area .service-center .body-area .list li a {
    color: #333
}

.sub-categori .left-area .service-center .body-area .list li i {
    font-size: 25px;
    color: #ffba00;
    margin-right: 7px
}

.sub-categori .left-area .service-center .footer-area {
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 28px 21px
}

.sub-categori .left-area .service-center .footer-area .title {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center
}

.sub-categori .left-area .service-center .footer-area .list li {
    display: inline-block;
    font-size: 14px;
    margin: 0 4px
}

.sub-categori .left-area .service-center .footer-area .list li a {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.sub-categori .left-area .service-center .footer-area .list li a:hover {
    color: #ffba00
}

.sub-categori .right-area .item-filter {
    display: flex;
    justify-content: space-between;
    text-align: right;
    margin-bottom: 3px
}

.sub-categori .right-area .item-filter .filter-list {
    display: inline-block
}

.sub-categori .right-area .item-filter .filter-list li {
    display: inline-block
}

.sub-categori .right-area .item-filter .filter-list li h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600
}

.sub-categori .right-area .item-filter .filter-list li select {
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0 15px
}

.sub-categori .right-area .item-filter .filter-list li.viewitem-no-area {
    margin-right: -13px
}

.sub-categori .right-area .pagination-area {
    margin-top: 30px
}

.sub-categori .right-area .pagination-area .pagination .page-item .page-link {
    border: none;
    text-align: center;
    text-align: center;
    color: #ffba00;
    font-size: 14px;
    margin: 0 4px 0;
    border-radius: 3px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    font-weight: 600;
    background: #fcfcfc;
    color: #143250;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.sub-categori .right-area .pagination-area .pagination .page-item .page-link.active,
.sub-categori .right-area .pagination-area .pagination .page-item .page-link:hover {
    background: #ffba00;
    color: #fff
}

.sub-categori .right-area .pagination-area .pagination .page-item .page-link:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: nonel
}

.sub-categori .right-area .pagination-area .pagination .page-item p {
    margin: 0 3px
}

.sub-categori .modal {
    background: 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 999999
}

.message-modal .modal .modal-dialog {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 600px;
    margin: 0;
    z-index: 999
}

.message-modal .modal .modal-dialog .modal-header {
    background: #ffba00;
    padding: 12px 30px !important;
    text-align: right
}

.message-modal .modal .modal-dialog .modal-header .modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block
}

.message-modal .modal .contact-form {
    margin-top: 12px;
    padding: 10px 10px 10px
}

.message-modal .modal .contact-form ul {
    padding-left: 0;
    margin-bottom: 0
}

.message-modal .modal .contact-form ul li {
    list-style: none
}

.message-modal .modal .contact-form ul li .input-field {
    margin-bottom: 20px !important;
    background: 0 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.message-modal .modal .contact-form ul li .input-field:focus {
    border: 0 !important;
    border-bottom: 1px solid #ffba00 !important
}

.message-modal .modal .contact-form ul li .input-field.textarea {
    margin-bottom: 35px !important
}

.message-modal .modal .contact-form .submit-btn {
    width: 100%;
    height: 50px;
    background: #ffba00;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.message-modal .modal .contact-form .submit-btn:hover {
    background: #333
}

.message-modal .modal-backdrop {
    background: 0 0 !important
}

.message-modal .modal-header .close {
    right: 27px;
    top: 26px;
    color: #000;
    border: 1px solid #fff;
    display: inline-block
}

.message-modal .modal-header .close span {
    color: #333
}

.message-modal .modal-header .close:hover span {
    color: #fff
}

.cartpage {
    padding: 70px 0 54px
}

.cartpage .left-area .table thead {
    border: 1px solid rgba(0, 0, 0, .22)
}

.cartpage .left-area .table thead tr th {
    font-size: 13px;
    color: #002e5b;
    border: 1px solid rgba(0, 0, 0, .22);
    background: #d8d8d8
}

.cartpage .left-area .table tfoot {
    border: 1px solid rgba(0, 0, 0, .22)
}

.cartpage .left-area .table tfoot tr th {
    font-size: 15px;
    color: #002e5b;
    border-top: 1px solid rgba(0, 0, 0, .22);
    border-bottom: 1px solid rgba(0, 0, 0, .22)
}

.cartpage .left-area .table tbody tr td {
    border: 1px solid rgba(0, 0, 0, .22);
    vertical-align: top;
    padding: 8px
}

#noCustomiseKit {
    display: block;
    font-size: 13px;
    font-weight: 400
}

.cartpage .left-area .table tfoot tr td {
    border: 1px solid rgba(0, 0, 0, .22);
    vertical-align: middle
}

.cartpage .left-area .table tbody tr td .item {
    box-shadow: none !important;
    border: 0 !important
}

.cartpage .left-area .table tbody tr td .item img {
    box-shadow: none;
    border: 0;
    width: 50px;
    height: 50px;
    object-fit: contain
}


.cartpage .left-area .table tbody tr td,
.cartpage .left-area .table tbody tr td p {
    font-size: 13px;
    color: #333;
    line-height: 1.2
}

.cartpage .left-area .table tbody tr td .kitIncludes .kitBox .kithead {
    font-size: 13px
}

.cartpage .left-area .table tbody tr td p a {
    font-size: 14px
}

.cartpage .left-area .table tbody tr td p a:hover {
    color: #ffba00
}

.cartpage .left-area .table tbody tr td.product-img {
    width: 80px;
    text-align: center
}

.cartpage .left-area .table tbody tr td.product-img p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 15px
}

.cartpage .left-area .table tbody tr td.size .item-size {
    margin-bottom: 10px
}

.cartpage .left-area .table tbody tr td.size .item-size select {
    width: 70px;
    height: 30px
}

.cartpage .left-area .table tbody tr td.size .item-color select {
    width: 70px;
    height: 30px
}

.cartpage .left-area .table tbody tr td.size .item-color select option {
    width: 70px;
    height: 30px;
    display: inline-block
}

.cartpage .left-area .table tbody tr td.size .item-color select option.red {
    background: red
}

.cartpage .left-area .table tbody tr td.size .item-color select option.blue {
    background: #00f
}

.cartpage .left-area .table tbody tr td.size .item-color select option.green {
    background: green
}

.cartpage .left-area .table tbody tr td.quantity .qty {
    display: inline-block;
    float: left;
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li {
    margin-right: -4px;
    display: inline-block
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li:first-child {
    margin-left: 0
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(144, 144, 144, .4);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1:focus,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1:focus,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal1:focus {
    outline: 0
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1:hover,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1:hover {
    background: #ffba00;
    color: #fff;
    border-color: #ffba00
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal {
    width: 40px
}

.cartpage .left-area .table tbody tr td.quantity .qty ul li:last-child {
    margin-right: 10px
}

.cartpage .left-area .table tbody tr td.unit-price p {
    margin-bottom: 0;
    font-size: 15px
}

.cartpage .left-area .table tbody tr td.total-price p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333
}

.cartpage .left-area .table tbody tr td .removecart.cart-remove {
    cursor: pointer;
    font-size: 20px;
    color: red
}

.cartpage .left-area .table tbody tr.addonTr {
    border-top: 2px solid #fff
}

.cartpage .left-area .table tbody tr.addonTr td {
    vertical-align: top;
    padding-top: 0
}

.cartpage .left-area .table tbody tr.addonTr p span.label {
    background: #ffba0052;
    padding: 1px 4px;
    border-radius: 4px;
    color: #002e5b
}

.cartpage .left-area .table tbody tr td .kitIncludes h2 {
    font-size: 13px;
    color: #002e5b;
    font-weight: 700
}

.cartpage .left-area .table tbody tr td .kitIncludes {
    padding: 5px 0 !important
}

.order-box {
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px 25px 40px
}

.order-box .title {
    font-size: 16px;
    font-weight: 700;
    color: #143250;
    line-height: 28px;
    margin-bottom: 15px
}

.order-box .order-list {
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.order-box .order-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-box .order-list li p {
    font-size: 14px;
    font-weight: 600
}

.order-box .order-list li p b {
    font-weight: 700
}

.order-box .total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    padding-top: 5px
}

.cupon-box {
    text-align: center;
    margin-bottom: 30px
}

.cupon-box #coupon-link {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-decoration: underline;
    cursor: pointer;
    color: #002e5b
}

.cupon-box #coupon-link:hover {
    color: #ffba00
}

.cupon-box #coupon-form {
    display: none
}

.cupon-box #coupon-form.show {
    display: block !important
}

.cupon-box #coupon-form input {
    width: 190px;
    height: 35px;
    background: #f3f8fc;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 10px;
    font-size: 14px
}

.cupon-box #coupon-form button {
    width: 80px;
    height: 35px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.cupon-box #coupon-form button:hover {
    background: #ffba00;
    color: #fff;
    border-color: #ffba00
}

.cupon-box #check-coupon-form {
    display: none
}

.cupon-box #check-coupon-form.show {
    display: block
}

.cupon-box #check-coupon-form input {
    width: 190px;
    height: 35px;
    background: #f3f8fc;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 10px;
    font-size: 14px
}

.cupon-box #check-coupon-form button {
    width: 80px;
    height: 35px;
    background: #ffba00;
    border: 1px solid #ffba00;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff;
}

.cupon-box #check-coupon-form button:hover {
    background: #fff;
    color: #ffba00;
    border-color: #ffba00
}

.order-box .order-btn {
    width: 190px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ffba00;
    display: block;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-radius: 50px
}

.order-box .order-btn:hover {
    background: #143250
}

.blogpagearea {
    padding: 70px 0 70px
}

.blogpagearea .blog-box {
    position: relative;
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blogpagearea .blog-box .blog-images {
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden
}

.blogpagearea .blog-box .blog-images .img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.blogpagearea .blog-box .blog-images .img img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.blogpagearea .blog-box .blog-images .img .date {
    position: absolute;
    background: #ffba00;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
    text-align: center
}

.blogpagearea .blog-box .blog-images .img .date p {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 14px;
    font-size: 14px
}

.blogpagearea .blog-box .details {
    padding: 5px 0 5px
}

.blogpagearea .blog-box .details .blog-title {
    font-size: 16px;
    font-weight: 600
}

.blogpagearea .blog-box .details .blog-text {
    font-size: 13px
}

.blogpagearea .blog-box .details .read-more-btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #ffba00;
    padding: 7px 20px;
    border: solid;
    border: 1px solid #ffba00;
    border-radius: 50px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.blogpagearea .blog-box .details .read-more-btn:hover {
    background: 0 0;
    color: #ffba00
}

.blogpagearea .blog-box:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.blogpagearea .blog-box:hover .blog-images .img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.blog-details {
    padding: 60px 0 60px
}

.blog-details .blog-content .content {
    border: 1px solid #e5e9f4;
    padding: 20px 30px 30px
}

.blog-details .blog-content .content .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600
}

.blog-details .blog-content .content .post-meta {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 12px
}

.blog-details .blog-content .content .post-meta li {
    list-style: none;
    display: inline-block
}

.blog-details .blog-content .content .post-meta li a {
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .blog-content .content .post-meta li a:hover {
    color: #ffba00
}

.blog-details .blog-content .content p {
    color: #2f3744;
    font-size: 16px
}

.blog-details .blog-content .content .heading {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 20px;
    display: inline-block
}

.blog-details .blog-content .content .img {
    margin: 30px 0 30px;
    display: block
}

.blog-details .blog-content .content blockquote {
    margin-top: 50px;
    background: #f3f6ff;
    border-left: 5px solid #ffba00;
    padding: 25px 30px 28px;
    font-size: 16px;
    color: #ffba00;
    font-weight: 600;
    display: block
}

.blog-details .blog-content .content blockquote p {
    margin-bottom: 0
}

.blog-details .blog-content .content .tag-social-link {
    background: #f3f6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 20px
}

.blog-details .blog-content .content .tag-social-link .tag .title {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-bottom: 0;
    line-height: inherit
}

.blog-details .blog-content .content .tag-social-link .tag a {
    color: #545558;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0
}

.blog-details .blog-content .content .tag-social-link .social-links {
    padding-left: 0;
    margin-bottom: 0
}

.blog-details .blog-content .content .tag-social-link .social-links li {
    display: inline-block
}

.blog-details .blog-content .content .tag-social-link .social-links li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    margin-left: 2px;
    background: #ffba00;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .blog-content .content .tag-social-link .social-links li a:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(90, 62, 241, .3);
    box-shadow: 0 10px 30px 0 rgba(90, 62, 241, .3)
}

.blog-details .comments {
    margin-top: 90px
}

.blog-details .comments .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #252a32;
    text-transform: uppercase;
    margin-bottom: 38px
}

.blog-details .comments .comment-box-area {
    padding-left: 0;
    margin-bottom: 0
}

.blog-details .comments .comment-box-area li {
    list-style: none;
    margin-bottom: 30px
}

.blog-details .comments .comment-box-area li .comment-box {
    position: relative
}

.blog-details .comments .comment-box-area li .comment-box .left {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.blog-details .comments .comment-box-area li .comment-box .left .img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #ffba00;
    overflow: hidden;
    margin-bottom: 19px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .3);
    box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .3)
}

.blog-details .comments .comment-box-area li .comment-box .left .img img {
    width: 100%;
    border-radius: 50%
}

.blog-details .comments .comment-box-area li .comment-box .left .replay {
    width: 55px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    background: #ffba00;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .comments .comment-box-area li .comment-box .left .replay:hover {
    background: #ffba00
}

.blog-details .comments .comment-box-area li .comment-box .right {
    margin-left: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.blog-details .comments .comment-box-area li .comment-box .right .name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    text-transform: uppercase
}

.blog-details .comments .comment-box-area li .comment-box .right .date {
    font-size: 14px;
    font-weight: 24px;
    color: #474747
}

.blog-details .comments .comment-box-area li .comment-box .right .text p {
    color: #505b6d;
    font-size: 14px;
    line-height: 26px
}

.blog-details .comments .comment-box-area li .replay-form {
    margin-left: 100px;
    padding: 58px 0 10px;
    position: relative
}

.blog-details .comments .comment-box-area li .replay-form .replay-form-close {
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .25);
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .comments .comment-box-area li .replay-form .replay-form-close:hover {
    background: #ffba00;
    border-color: #ffba00;
    color: #fff
}

.blog-details .comments .comment-box-area li .replay-form .input-field {
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .2);
    height: 60px;
    font-size: 14px
}

.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn {
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #ffba00;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn:hover {
    background: #ffba00
}

.blog-details .comments .comment-box-area li:last-child {
    margin-bottom: 0
}

.blog-details .comments .comment-box-area li:last-child .comment-box .right {
    border-bottom: 0
}

.blog-details .write-comment {
    margin-top: 55px
}

.blog-details .write-comment .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #252a32;
    text-transform: uppercase;
    margin-bottom: 38px
}

.blog-details .write-comment .input-field {
    height: 50px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    background: 0 0;
    margin-bottom: 30px
}

.blog-details .write-comment .submit-btn {
    width: 225px;
    height: 60px;
    background: #ffba00;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
    box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .write-comment .submit-btn:hover {
    background: #ffba00
}

.blog-details .blog-aside .serch-form {
    position: relative
}

.blog-details .blog-aside .serch-form input {
    width: 100%;
    height: 50px;
    border: 2px solid #f2f2f2;
    background: #f7f8fc;
    padding: 0 50px 0 20px
}

.blog-details .blog-aside .serch-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border: none;
    background: 0 0;
    cursor: pointer
}

.blog-details .blog-aside .serch-form button:focus {
    outline: 0
}

.blog-details .blog-aside .categori {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 22px;
    margin-top: 30px
}

.blog-details .blog-aside .categori .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #252a32;
    display: block;
    text-align: center;
    margin-bottom: 17px
}

.blog-details .blog-aside .categori .separator {
    background: #eee;
    width: 195px;
    height: 2px;
    display: block;
    margin: 0 auto
}

.blog-details .blog-aside .categori .categori-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 17px
}

.blog-details .blog-aside .categori .categori-list li {
    list-style: none;
    line-height: 36px
}

.blog-details .blog-aside .categori .categori-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .blog-aside .categori .categori-list li a.active,
.blog-details .blog-aside .categori .categori-list li a:hover {
    color: #ffba00;
    padding-left: 5px
}

.blog-details .blog-aside .recent-post-widget {
    border: 1px solid #e5e9f4;
    padding: 20px 30px 28px;
    margin-top: 30px
}

.blog-details .blog-aside .recent-post-widget .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #252a32;
    display: block;
    text-align: center;
    margin-bottom: 17px
}

.blog-details .blog-aside .recent-post-widget .separator {
    background: #eee;
    width: 195px;
    height: 2px;
    display: block;
    margin: 0 auto
}

.blog-details .blog-aside .recent-post-widget .post-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px
}

.blog-details .blog-aside .recent-post-widget .post-list li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.blog-details .blog-aside .recent-post-widget .post-list li .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-img {
    margin-right: 20px
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title {
    font-size: 14px;
    color: #2f3744;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title:hover {
    color: #ffba00
}

.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .date {
    color: #7b8698;
    font-size: 12px;
    margin-bottom: 0
}

.blog-details .blog-aside .recent-post-widget .post-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-details .blog-aside .archives {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 22px;
    margin-top: 30px
}

.blog-details .blog-aside .archives .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #252a32;
    display: block;
    text-align: center;
    margin-bottom: 17px
}

.blog-details .blog-aside .archives .separator {
    background: #eee;
    width: 195px;
    height: 2px;
    display: block;
    margin: 0 auto
}

.blog-details .blog-aside .archives .archives-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 17px
}

.blog-details .blog-aside .archives .archives-list li {
    list-style: none;
    line-height: 36px
}

.blog-details .blog-aside .archives .archives-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.blog-details .blog-aside .archives .archives-list li a:hover {
    color: #ffba00
}

.blog-details .blog-aside .tags {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 15px;
    margin-top: 30px
}

.blog-details .blog-aside .tags .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #252a32;
    display: block;
    text-align: center;
    margin-bottom: 17px
}

.blog-details .blog-aside .tags .separator {
    background: #eee;
    width: 195px;
    height: 2px;
    display: block;
    margin: 0 auto
}

.blog-details .blog-aside .tags .tags-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 29px
}

.blog-details .blog-aside .tags .tags-list li {
    list-style: none;
    display: inline-block
}

.blog-details .blog-aside .tags .tags-list li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 22px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50px;
    color: #505b6d;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-bottom: 15px;
    margin-right: 9px
}

.blog-details .blog-aside .tags .tags-list li a:hover {
    background: #ffba00;
    border-color: #ffba00;
    color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(245, 127, 23, .3);
    box-shadow: 0 10px 10px 0 rgba(245, 127, 23, .3)
}

.contact-us {
    padding: 20px 0 !important
}

.contact-us .contact-section-title .subtitle {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #143250;
    display: block;
    position: relative;
    margin-bottom: 20px !important
}

.contact-us .contact-section-title .subtitle::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background: #ffba00;
    left: 0;
    bottom: -12px;
    border-radius: 100px
}

.contact-us .contact-section-title .title {
    color: #ffba00;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 13px
}

.contact-us .contact-section-title .text {
    color: #777
}

.contact-us .left-area {
    background: #fff
}

.contact-us .left-area .contact-form {
    margin-top: 12px;
    padding: 30px 20px 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
    box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15)
}

.contact-us .left-area .contact-form ul {
    padding-left: 0;
    margin-bottom: 0
}

.contact-us .left-area .contact-form ul li {
    list-style: none
}

.contact-us .left-area .contact-form .form-input {
    position: relative;
    margin-bottom: 15px
}

.contact-us .left-area .contact-form .form-input input {
    width: 100%;
    height: 60px;
    background: #f3f8fc;
    padding: 0 30px 0 45px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    margin-bottom: 0
}

.contact-us .left-area .contact-form .form-input textarea {
    width: 100%;
    height: 150px;
    background: #f3f8fc;
    padding: 8px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    margin-bottom: 0
}

.contact-us .left-area .contact-form .form-input i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    color: #ffba00
}

.contact-us .left-area .contact-form ul li .input-field.textarea {
    margin-bottom: 35px
}

.contact-us .left-area .contact-form .captcha-area li img {
    max-width: 225px;
    display: inline-block
}

.contact-us .left-area .contact-form .captcha-area li i {
    display: inline-block;
    margin-left: 15px;
    font-size: 22px;
    color: #777
}

.contact-us .left-area .contact-form .captcha-area li .input-field {
    margin-bottom: 20px;
    background: 0 0;
    max-width: 225px;
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.contact-us .left-area .contact-form .captcha-area li .input-field:focus {
    border: 0 !important;
    border-bottom: 1px solid #ffba00 !important
}

.contact-us .left-area .contact-form .submit-btn {
    width: 213px;
    height: 50px;
    background: #ffba00;
    color: #fff;
    font-size: 16px;
    line-height: 47px;
    text-align: center;
    border: 1px solid #ffba00;
    border-radius: 50px;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.contact-us .left-area .contact-form .submit-btn:hover {
    background: 0 0;
    color: #ffba00
}

.contact-us .right-area .top-content {
    margin-bottom: 23px
}

.contact-us .right-area .top-content .title {
    font-size: 28px;
    line-height: 28px;
    color: #143250;
    font-weight: 600;
    margin-bottom: 10px
}

.contact-us .right-area .top-content .text {
    color: #000
}

.contact-us .right-area .contact-info {
    -webkit-box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
    box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
    border-bottom: 2px solid #ffba00 !important;
    padding: 10px;
    padding-top: 5px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /* text-align: left; */
    text-align: center;
    /* display: flex */
    display: block;
}

.contact-us .right-area .contact-info .left {
    align-self: center;
    /* margin-right: 15px */
    margin-bottom: 5px;
}

.sub-heading-in-contact h2 {
    width: 100px;
    color: #002e5b;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 600;
    border-bottom: 3px solid #ffba00;
}

.contact-us .right-area .contact-info .left .icon {
    width: 40px;
    height: 40px;
    background: #ffba00;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin: 0 auto
}

.contact-us .right-area .contact-info .content a {
    display: block;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 600;
    color: #004080
}

.contact-us .right-area .contact-info .content a:hover {
    color: #ffba00
}

.contact-us .right-area .contact-info .content p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #e8e8e8;
    padding: 7px 0
}

.contact-us .right-area .contact-info .content a {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #e8e8e8;
    /* padding: 7px 0 */
}

.right-area .contact-info:nth-child(2) p {
    border-top: 0 !important
}

.contact-us .right-area-content {
    -webkit-box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
    box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
    border-bottom: 2px solid #ffba00 !important;
    padding: 15px
}

.contact-us .right-area .contact-info .content h6 {
    font-weight: 600
}

.contact-us .right-area .contact-info:hover {
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.contact-us .right-area .contact-info:hover .icon {
    /* font-size: 32px; */
    font-size: 24px;
}

.contact-us .right-area .social-links .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #143250;
    margin-top: -5px;
    margin-bottom: 18px
}

.contact-us .right-area .social-links ul {
    padding-left: 0;
    margin-bottom: 0
}

.contact-us .right-area .social-links ul li {
    display: inline-block
}

.contact-us .right-area .social-links ul li a {
    font-size: 16px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 0 3px;
    color: #fff;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.login-signup {
    padding: 60px 0 60px
}

.login-area {
    padding: 30px 30px 39px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.login-area .header-area {
    text-align: center;
    margin-bottom: 40px
}

.login-area .header-area .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #ffba00
}

.login-area .header-area .text {
    font-size: 18px;
    color: #919191
}

.login-area .form-input {
    position: relative;
    margin-bottom: 15px
}

.login-area .form-input input {
    width: 100%;
    height: 50px;
    background: #f3f8fc;
    padding: 0 30px 0 45px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px
}

.login-area .form-input textarea {
    width: 100%;
    height: 100px;
    background: #f3f8fc;
    padding: 15px 25px 15px 25px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px
}

.login-area .form-input i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    color: #ffba00
}

.login-area .form-forgot-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px
}

.login-area .to-login-page {
    text-align: right
}

.login-area .submit-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #ffba00;
    border: 0;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.login-area .submit-btn:hover {
    background: #143250
}

.login-area .social-area {
    text-align: center;
    padding-top: 26px
}

.login-area .social-area .title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    color: #ffba00;
    position: relative
}

.login-area .social-area .title::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    margin-right: 7px
}

.login-area .social-area .title::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 7px
}

.login-area .social-area .text {
    font-size: 20px;
    font-weight: 300;
    color: #143250
}

.login-area .social-area .social-links {
    padding-left: 0
}

.login-area .social-area .social-links li {
    display: inline-block
}

.login-area .social-area .social-links li a i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.login-area .social-area .social-links li a i.fa-facebook-f {
    background: #0069f7
}

.login-area .social-area .social-links li a i.fa-twitter {
    background: #00c6f7
}

.login-area .social-area .social-links li a i.fa-google {
    background: #f3002d
}

.comment-log-reg-tabmenu .full-container {
    padding: 0 !important
}

.comment-log-reg-tabmenu .nav-tabs {
    border: 0;
    margin: 0;
    padding: 0
}

.comment-log-reg-tabmenu .nav-tabs .nav-link {
    border: 0;
    margin: 0;
    padding: 10px 0;
    width: 50%;
    text-align: center;
    background: #ffba00;
    border-radius: 0;
    color: #fff
}

.comment-log-reg-tabmenu .nav-tabs .nav-link.active {
    background: #14579a !important
}

.login-signup {
    padding: 60px 0 60px
}

.login-area {
    padding: 30px 30px 39px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.login-area .header-area {
    text-align: center;
    margin-bottom: 40px
}

.login-area .header-area .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #ffba00
}

.login-area .header-area .text {
    font-size: 18px;
    color: #919191
}

.login-area .form-input {
    position: relative;
    margin-bottom: 15px
}

.login-area .form-input input {
    width: 100%;
    height: 50px;
    background: #f3f8fc;
    padding: 0 30px 0 45px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px
}

.login-area .mregisterform .form-input input {
    padding: 0 10px 0 10px
}

.login-area .mregisterform .form-input select {
    padding: 0 10px 0 10px
}

.login-area .form-input i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    color: #ffba00
}

.login-area .form-forgot-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px
}

.login-area .to-login-page {
    text-align: right
}

.login-area .submit-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #ffba00;
    border: 0;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.login-area .submit-btn:hover {
    background: #143250
}

.login-area .social-area {
    text-align: center;
    padding-top: 26px
}

.login-area .social-area .title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    color: #ffba00;
    position: relative
}

.login-area .social-area .title::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    margin-right: 7px
}

.login-area .social-area .title::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 7px
}

.login-area .social-area .text {
    font-size: 20px;
    font-weight: 300;
    color: #143250
}

.login-area .social-area .social-links {
    padding-left: 0
}

.login-area .social-area .social-links li {
    display: inline-block
}

.login-area .social-area .social-links li a i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.login-area .social-area .social-links li a i.fa-facebook-f {
    background: #0069f7
}

.login-area .social-area .social-links li a i.fa-twitter {
    background: #00c6f7
}

.login-area .social-area .social-links li a i.fa-google-plus-g {
    background: #d1062c
}

.comment-log-reg-tabmenu .full-container {
    padding: 0 !important
}

.comment-log-reg-tabmenu .nav-tabs {
    border: 0;
    margin: 0;
    padding: 0
}

.comment-log-reg-tabmenu .nav-tabs .nav-link {
    border: 0;
    margin: 0;
    padding: 10px 0;
    width: 50%;
    text-align: center;
    background: #ffba00;
    border-radius: 0;
    color: #fff
}

.comment-log-reg-tabmenu .nav-tabs .nav-link.active {
    background: #143250
}

.login-signup {
    padding: 60px 0 60px
}

.login-area {
    padding: 30px 30px 39px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.login-area .header-area {
    text-align: center;
    margin-bottom: 10px
}

.login-area .header-area .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #ffba00
}

.login-area .header-area .text {
    font-size: 18px;
    color: #919191
}

.login-area .form-input {
    position: relative;
    margin-bottom: 15px
}

.login-area .form-input input {
    width: 100%;
    height: 50px;
    background: #f3f8fc;
    padding: 0 30px 0 45px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px
}

.form-input select {
    width: 100%;
    height: 50px;
    background: #f3f8fc;
    padding: 0 30px 0 45px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    border-radius: 0
}

.login-area .form-input i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    color: #ffba00
}

.login-area .form-forgot-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px
}

.login-area .to-login-page {
    text-align: right
}

.login-area .submit-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #ffba00;
    border: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.login-area .submit-btn:hover {
    background: #143250
}

.login-area .social-area {
    text-align: center;
    padding-top: 26px
}

.login-area .social-area .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #ffba00;
    position: relative
}

.login-area .social-area .title::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    margin-right: 7px
}

.login-area .social-area .title::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 7px
}

.login-area .social-area .text {
    font-size: 20px;
    font-weight: 300;
    color: #143250
}

.login-area .social-area .social-links {
    padding-left: 0
}

.login-area .social-area .social-links li {
    display: inline-block
}

.login-area .social-area .social-links li a i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.login-area .social-area .social-links li a i.fa-facebook-f {
    background: #0069f7
}

.login-area .social-area .social-links li a i.fa-twitter {
    background: #00c6f7
}

.login-area .social-area .social-links li a i.fa-google {
    background: #f3002d
}

.comment-log-reg-tabmenu .full-container {
    padding: 0 !important
}

.comment-log-reg-tabmenu .nav-tabs {
    border: 0;
    margin: 0;
    padding: 0
}

.comment-log-reg-tabmenu .nav-tabs .nav-link {
    border: 0;
    margin: 0;
    padding: 10px 0;
    width: 50%;
    text-align: center;
    background: #ffba00;
    border-radius: 0;
    color: #fff
}

.comment-log-reg-tabmenu .nav-tabs .nav-link.active {
    background: #143250
}

.faq-section {
    padding: 50px 0 70px
}

.ui-accordion .ui-accordion-header {
    padding: 10px;
    margin-top: 20px !important;
    background: #fff;
    color: #002e5b;
    font-weight: 600;
    border: 1px solid #e5e5e5 !important;
    font-size: 16px;
    line-height: 23px
}

.ui-accordion .ui-accordion-header:focus {
    outline: 0;
    border: 0
}

.ui-accordion .ui-accordion-header .ui-icon {
    display: none
}

.ui-accordion .ui-widget-content {
    border: 0;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05)
}

.vendor-banner {
    background: url(../images/Vendor-pages.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 66px 0 60px
}

.vendor-banner .title {
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    color: #fff
}

.vendor-banner .sub-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0
}

.vendor-top-header {
    margin-top: 50px
}

.vendor-top-header .content {
    padding: 25px 0 11px;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.vendor-top-header .content .single-box.mymedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vendor-top-header .content .single-box.mymedia .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.vendor-top-header .content .single-box .icon {
    font-size: 38px;
    color: #ffba00;
    margin-right: 10px
}

.vendor-top-header .content .single-box .info .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}

.vendor-top-header .content .single-box .info .text {
    font-size: 14px;
    margin-top: 7px
}

.about {
    padding: 60px 0 60px
}

.about .about-info .title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px
}

.about .about-info p {
    font-size: 14px
}

.about .about-info .readmore-link {
    text-align: center;
    margin-top: 22px
}

.compare-page {
    padding: 64px 0 70px
}

.compare-page .com-heading .title {
    font-size: 28px;
    font-weight: 600;
    color: #143250;
    margin-bottom: 30px
}

.compare-page-content-wrap {
    max-width: 1110px
}

.compare-page-content-wrap table.table {
    width: 1199px
}

.compare-page-content-wrap table.table tr td {
    min-width: 260px
}

.compare-page-content-wrap .first-column {
    font-size: 16px;
    font-weight: 600;
    color: #143250;
    vertical-align: middle
}

.compare-page-content-wrap .first-column.top {
    vertical-align: bottom
}

.compare-page-content-wrap .product-image-title {
    text-align: center
}

.compare-page-content-wrap .title {
    text-align: left;
    display: block;
    font-size: 14px;
    margin: 17px 0 8px
}

.compare-page-content-wrap .pro-desc p,
.compare-page-content-wrap .pro-price,
.compare-page-content-wrap .pro-ratting i,
.compare-page-content-wrap .pro-stock {
    font-size: 14px
}

.compare-page-content-wrap .pro-price {
    font-weight: 600
}

.compare-page-content-wrap .pro-ratting i {
    color: #ffba00
}

.compare-page-content-wrap .table-bordered td,
.compare-page-content-wrap .table-bordered th {
    border: 1px solid rgba(0, 0, 0, .2)
}

.compare-page-content-wrap .btn__bg {
    background: #ffba00;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 2px 0 2px;
    display: inline-block
}

.user-dashbord {
    padding: 70px 0 70px
}

.user-dashbord .user-profile-info-area {
    border: 1px solid rgba(0, 0, 0, .2)
}

.user-dashbord .user-profile-info-area .img {
    text-align: center;
    padding: 40px 30px 10px
}

.user-dashbord .user-profile-info-area .mail {
    font-size: 14px;
    color: #29293a
}

.user-dashbord .user-profile-info-area .name {
    color: #29293a;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0
}

.user-dashbord .user-profile-info-area .links {
    padding: 12px 30px 25px
}

.user-dashbord .user-profile-info-area .links li {
    border-bottom: 1px dashed rgba(0, 0, 0, .342)
}

.user-dashbord .user-profile-info-area .links li:last-child {
    border: 0
}

.user-dashbord .user-profile-info-area .links li.active a,
.user-dashbord .user-profile-info-area .links li:hover a {
    color: #ffba00;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.user-dashbord .user-profile-info-area .links li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px
}

.user-dashbord .user-profile-details .mycard {
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
    padding: 25px 40px 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    background: #ffba00;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffba00), to(#fac0a2));
    background-image: -webkit-linear-gradient(left, #ffba00, #fac0a2);
    background-image: -o-linear-gradient(left, #ffba00, #fac0a2);
    background-image: linear-gradient(to right, #ffba00, #fac0a2)
}

.user-dashbord .user-profile-details .mycard .left {
    position: inherit;
    z-index: 9
}

.user-dashbord .user-profile-details .mycard .left .title {
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 2px
}

.user-dashbord .user-profile-details .mycard .left .number {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    display: block;
    color: #fff;
    margin-bottom: 20px
}

.user-dashbord .user-profile-details .mycard .left .link {
    width: 80px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.user-dashbord .user-profile-details .mycard .left .link:hover {
    background: #000;
    color: #fff
}

.user-dashbord .user-profile-details .mycard .right .icon {
    font-size: 80px;
    color: #fff;
    position: inherit;
    z-index: 9
}

.user-dashbord .user-profile-details .mycard::after {
    position: absolute;
    content: " ";
    width: 268px;
    height: 500px;
    top: -100px;
    right: -100px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
    background: #143250
}

.user-dashbord .user-profile-details .account-info {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 20px 30px 30px
}

.user-dashbord .user-profile-details .account-info .header-area {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 12px
}

.user-dashbord .user-profile-details .account-info .header-area .title {
    font-size: 24px;
    font-weight: 600;
    color: #143250
}

.user-dashbord .user-profile-details .account-info .edit-info-area {
    margin-top: 15px
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header .title {
    font-size: 16px;
    font-weight: 600;
    color: #29293a
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header .edit-link {
    font-size: 14px
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field {
    margin-bottom: 20px;
    background: 0 0;
    border-radius: 0;
    border: 0 !important;
    padding: 0 0 !important;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field:focus {
    border: 0 !important;
    border-bottom: 1px solid #ffba00 !important
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field.textarea {
    margin-bottom: 20px
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .form-links {
    margin-top: 10px
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back {
    width: 120px;
    height: 50px;
    background: #143250;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    margin-right: 20px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back:hover {
    background: #ffba00
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50px;
    display: inline-block;
    color: #fff !important;
    background: #ffba00;
    border: 1px solid #ffba00;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn:hover {
    background: #143250
}

.user-dashbord .user-profile-details .account-info .main-info {
    margin-top: 15px
}

.user-dashbord .user-profile-details .account-info .main-info .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

.user-dashbord .user-profile-details .account-info .main-info .list li p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px
}

.user-profile-details .header-area .mybtn1 {
    width: auto;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin-left: 10px
}

.user-dashbord .user-profile-details .order-history {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 20px 30px 30px
}

.user-dashbord .user-profile-details .order-history .header-area {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 10px
}

.user-dashbord .user-profile-details .order-history .header-area .title {
    font-size: 24px;
    font-weight: 600;
    color: #143250
}

.user-dashbord .user-profile-details .order-history .table th {
    border-top: 0;
    font-size: 14px;
    font-weight: 600;
    color: #29293a
}

.user-dashbord .user-profile-details .order-history .table td {
    border-top: 0;
    font-size: 14px;
    font-weight: 400
}

.user-dashbord .user-profile-details .order-history .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.user-dashbord .user-profile-details .order-details {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 20px 30px 30px
}

.user-dashbord .user-profile-details .order-details .header-area {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 10px;
    margin-bottom: 20px
}

.user-dashbord .user-profile-details .order-details .header-area .title {
    font-size: 20px;
    font-weight: 600;
    color: #143250
}

.user-dashbord .user-profile-details .order-details .view-order-page .order-code {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.user-dashbord .user-profile-details .order-details .view-order-page .print-order a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50px;
    display: inline-block;
    color: #fff !important;
    background: #ffba00;
    border: 1px solid #ffba00;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.billing-add-area .row .col-md-6:nth-child(2),
.shipping-add-area .row .col-md-6:nth-child(2),
.view-order-page .table-responsive .table tbody tr td:last-child,
.view-order-page .table-responsive .table tbody tr td:nth-child(3) {
    text-align: right
}

.tempcart .view-order-page h4 {
    text-align: left !important
}

.view-order-page .table-responsive .table thead {
    background: #eee
}

.user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area h5,
.user-dashbord .user-profile-details .order-details .view-order-page .shipping-add-area h5,
.user-dashbord .user-profile-details .order-details .view-order-page .table-responsive h5 {
    font-size: 18px;
    font-weight: 600
}

.user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area {
    margin-bottom: 10px
}

.user-dashbord .user-profile-details .order-details .view-order-page address,
.user-dashbord .user-profile-details .order-details .view-order-page p {
    font-size: 14px
}

.user-dashbord .user-profile-details .order-details .view-order-page .veiw-details-table td {
    font-size: 14px
}

.user-dashbord .user-profile-details .order-details .back-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50px;
    display: inline-block;
    color: #fff !important;
    background: #ffba00;
    border: 1px solid #ffba00;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.upload-img {
    padding: 18px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.upload-img .img {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden
}

.upload-img .file-upload-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.upload-img .file-upload-area .upload-file {
    width: 150px !important;
    height: 40px;
    cursor: pointer;
    position: relative
}

.upload-img .file-upload-area .upload-file .upload {
    width: 150px !important;
    height: 40px;
    display: inline-block;
    opacity: 0;
    cursor: pointer
}

.upload-img .file-upload-area .upload-file span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px !important;
    height: 40px;
    background: #ffba00;
    z-index: -1;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    font-size: 14px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: 0 0;
    border: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fourzerofour {
    padding: 100px 0 100px;
    text-align: center
}

.fourzerofour .content {
    text-align: center
}

.fourzerofour .content .heading {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #28384f;
    margin: 40px 0 25px
}

.fourzerofour .content .text {
    max-width: 450px;
    display: block;
    margin: 0 auto
}

.fourzerofour .content .mybtn1 {
    margin-top: 28px;
    height: 50px;
    width: 180px;
    font-size: 16px;
    line-height: 50px
}

.thankyou {
    padding: 100px 0 100px
}

.thankyou .content {
    background: #143250;
    padding: 20px 30px 50px;
    text-align: center
}

.thankyou .content .icon {
    font-size: 90px;
    color: #ffba00
}

.thankyou .content .heading {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

.thankyou .content .text {
    color: #fff;
    margin-bottom: 0
}

.thankyou .content a.link {
    color: #fff;
    margin-top: 20px;
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.wish-list {
    margin-bottom: -30px
}

.wish-list .item-filter {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 30px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wish-list .item-filter p {
    margin-bottom: 0
}

.wish-list .item-filter .pagination-area {
    margin-top: 0
}

.wish-list-area {
    margin-top: 30px
}

.single-wish {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.single-wish .remove {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    width: 25px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #888;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.single-wish .remove:hover {
    color: #fff;
    background: #ffba00
}

.single-wish .left {
    margin-right: 20px;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.single-wish .left img {
    width: 100%
}

.single-wish .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.single-wish .right .title {
    font-weight: 600;
    font-size: 16px
}

.single-wish .right .stars li {
    display: inline-block
}

.single-wish .right .stars li i {
    font-size: 14px;
    color: #ffba00
}

.single-wish .right .price {
    font-size: 25px;
    font-weight: 700;
    color: #143250;
    margin-bottom: 10px;
    margin-top: 10px
}

.single-wish .right .price small {
    font-size: 16px;
    color: #8d8d8d
}

.single-wish .right .store-name {
    font-size: 14px
}

.single-wish .right .store-name i {
    color: #ffba00;
    margin-right: 2px
}

tfoot td.total-price p {
    font-size: 16px;
    font-weight: 700
}

ul.pm-list li {
    border: 1px solid #0000
}

ul.pm-list li.active {
    border: 1px solid #000
}

ul.pm-list li img {
    height: 75px;
    width: 120px
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    font-size: 14px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: 0 0;
    border: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

li#example_previous {
    margin-right: 55px
}

.dataTables_paginate .pagination li#example_previous {
    margin-right: 5px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus a {
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: unset
}

.allproduct.message-area .table .link {
    color: #fff;
    margin: 0 1px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    display: inline-block
}

.allproduct.message-area .table .link.view {
    background: #2d3274
}

.allproduct.message-area .table .link.remove {
    background: #d9534f
}

.support-ticket-wrapper .panel-body img {
    height: 60px;
    width: 60px;
    border-radius: 100%
}

.support-ticket-wrapper .panel-heading {
    font-size: 16px
}

.support-ticket-wrapper button {
    border: 0
}

.support-ticket-wrapper .panel-footer {
    background-color: #fff;
    padding: 20px 0 0
}

.support-ticket-wrapper table tr>td {
    width: 100%;
    border-top: none
}

.support-ticket-wrapper .panel {
    border-color: #ddd
}

.support-ticket-wrapper .panel,
.support-ticket-wrapper .panel-heading,
.support-ticket-wrapper button,
.support-ticket-wrapper textarea {
    border-radius: 0
}

.support-ticket-wrapper .ticket-date {
    font-size: 14px;
    color: #737373;
    margin-bottom: 0
}

.single-reply-area.user {
    background-color: #ddd;
    padding: 10px
}

.support-ticket-wrapper .panel-body img {
    height: 60px;
    width: 60px;
    border-radius: 100%
}

.support-ticket-wrapper .single-reply-area.user {
    padding: 20px 30px
}

.support-ticket-wrapper .single-reply-area.user .reply-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.support-ticket-wrapper .single-reply-area.user .reply-area .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.support-ticket-wrapper .single-reply-area.user .reply-area .right {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

.support-ticket-wrapper .single-reply-area.admin {
    padding: 20px 30px;
    background: #f3f3f3
}

.support-ticket-wrapper .single-reply-area.admin .reply-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.support-ticket-wrapper .single-reply-area.admin .reply-area .left {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.support-ticket-wrapper .single-reply-area.admin .reply-area .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.blog-area .blog-box .blog-images .img img {
    width: 240px;
    height: 160px
}

.blog-area .aside .slider-wrapper {
    background: #ffff;
    padding: 50px 60px 50px;
    height: 394px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.partners .item {
    border: none !important
}

.partners .section-top {
    text-align: center;
    width: 100%
}

.partners .section-top .section-title {
    display: inline-block
}

.partners .partner-slider {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dadada
}

.partners .partner-slider .item a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.partners .partner-slider .item-slide a img {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 3px
}

.partners .partner-slider .item a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.category-page {
    padding: 70px 0 70px
}

.category-page .bg-white {
    background: #fff;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 30px 30px 30px
}

.category-page .bg-white .sub-category-menu .category-name a {
    font-size: 20px;
    font-weight: 700;
    color: #ffba00;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    display: block
}

.category-page .bg-white .sub-category-menu .parent-category {
    display: flex;
    flex-wrap: wrap
}

.category-page .bg-white .sub-category-menu .parent-category>li {
    flex: 33.333%;
    max-width: 33.333%
}

.category-page .bg-white .sub-category-menu .parent-category li ul li {
    flex: 100%;
    max-width: 100%
}

.category-page .bg-white .sub-category-menu .parent-category .p-c-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    display: block
}

.category-page .bg-white .sub-category-menu .parent-category li ul li a i {
    font-size: 13px;
    color: #888;
    margin-right: 6px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.category-page .bg-white .sub-category-menu ul li ul li a {
    font-size: 14px;
    line-height: 25px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.category-page .bg-white .sub-category-menu ul li a {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.category-page .bg-white .sub-category-menu ul li a:hover {
    color: #ffba00
}

.category-page .bg-white .sub-category-menu ul li ul li a:hover,
.category-page .bg-white .sub-category-menu ul li ul li a:hover i {
    color: #ffba00
}

.category-page .bg-white .sub-category-menu ul li ul li a:hover {
    padding-left: 7px
}

.category-page .bg-white .sub-category-menu {
    margin-bottom: 47px
}

.category-page .bg-white .sub-category-menu:last-child {
    margin-bottom: 0
}

.category-page .bg-white .sub-category-menu .category-name {
    margin-bottom: 5px
}

.checkout {
    overflow: hidden
}

.checkout-area .checkout-process {
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.checkout-area .checkout-process ul {
    display: inline-block
}

.checkout-area .checkout-process li {
    display: inline-block;
    margin-right: 15px;
    text-align: left
}

.checkout-area .checkout-process li a {
    background: #e9ecef;
    padding: 0;
    margin: 0;
    line-height: 70px;
    padding-left: 35px;
    font-weight: 600;
    width: 200px;
    height: 70px;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkout-area .checkout-process li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-top: 35px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 35px solid transparent;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkout-area .checkout-process li a::before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    border-top: 35px solid transparent;
    border-left: 20px solid #e9ecef;
    border-bottom: 35px solid transparent;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkout-area .checkout-process li a:hover {
    background: #ffba00;
    color: #fff
}

.checkout-area .checkout-process li a:hover::before {
    border-left: 20px solid #ffba00
}

.checkout-area .checkout-process li a.active {
    background: #ffba00;
    color: #fff
}

.checkout-area .checkout-process li a.active::before {
    border-left: 20px solid #ffba00 !important
}

.checkout-area .checkout-process li a span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #666;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .25);
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .25);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkout-area .checkout-process li a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    opacity: .1;
    right: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkout-area .checkout-process li a.active i,
.checkout-area .checkout-process li a:hover i {
    opacity: .7;
    right: 0;
    font-size: 34px
}

.checkout-area .checkout-process li a.active span,
.checkout-area .checkout-process li a:hover span {
    background: #333
}

.checkout-area .tab-content {
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1)
}

.checkout-area .content-box .heading-area {
    background: #e9ecef;
    padding: 21px 20px 12px
}

.checkout-area .content-box .heading-area .title {
    font-size: 20px;
    font-weight: 600
}

.checkout-area .content-box .content {
    padding: 20px 20px 20px
}

.checkout-area .content-box .content .title {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.checkout-area .content-box .content label {
    font-size: 13px;
    font-weight: 600
}

.checkout-area .content-box .content label sup {
    color: red
}

.checkout-area .content-box .content .form-control {
    height: 45px;
    width: 100%;
    font-size: 14px;
    line-height: 30px
}

.form-control:focus {
    border-color: unset !important;
    outline: 0 !important;
    box-shadow: unset !important
}

.nice-select.open .list {
    max-height: 240px;
    overflow-y: auto;
    width: auto
}

.checkout-area .content-box .content.form-control {
    font-size: 14px !important;
    border: 1px solid rgba(0, 0, 0, .2)
}

.checkout-area .content-box .content .form-control::-webkit-input-placeholder {
    color: rgba(24, 42, 17, .5)
}

.checkout-area .content-box .content .form-control:-moz-placeholder {
    color: rgba(24, 42, 17, .5)
}

.checkout-area .content-box .content .form-control::-moz-placeholder {
    color: rgba(24, 42, 17, .5)
}

.checkout-area .content-box .content .form-control:-ms-input-placeholder {
    color: rgba(24, 42, 17, .5)
}

.checkout-area .content-box .content .set-account-pass {
    margin-top: 10px
}

.checkout-area .content-box .content .billing-address {
    margin-top: 25px
}

.checkout-area .content-box .content .ship-diff-addres-area {
    margin-top: 20px
}

.checkout-area .content-box .content .billing-address input,
.checkout-area .content-box .content .ship-diff-addres-area input {
    margin-bottom: 10px
}

.checkout-area .content-box .content .order-area .order-item {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 5px
}

.checkout-area .content-box .content .order-area .order-item .product-img img {
    width: 135px;
    height: 135px;
    margin-right: 20px;
    object-fit: contain
}

.checkout-area .content-box .content .order-area .order-item .product-content {
    flex: 1
}

.checkout-area .content-box .content .order-area .order-item .product-content .name {
    margin-bottom: 5px
}

.checkout-area .content-box .content .order-area .order-item .product-content .name a {
    font-size: 17px;
    line-height: 24px !important;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block
}

.checkout-area .content-box .content .order-area .order-item .product-content .quantity,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price,
.checkout-area .content-box .content .order-area .order-item .product-content .unit-price {
    display: flex
}

.checkout-area .content-box .content .order-area .order-item .product-content .quantity .label,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price .label,
.checkout-area .content-box .content .order-area .order-item .product-content .unit-price .label {
    font-weight: 700;
    font-size: 14px;
    margin-right: 7px;
    margin-bottom: 0;
    color: #666
}

.checkout-area .content-box .content .order-area .order-item .product-content .quantity .qttotal,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price p,
.checkout-area .content-box .content .order-area .order-item .product-content .unit-price p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #777
}

.checkout-area .content-box .content .order-area .order-item .product-content .color .item-color,
.checkout-area .content-box .content .order-area .order-item .product-content .color .item-color span {
    width: 30px;
    height: 20px;
    display: block;
    margin-bottom: 0
}

.checkout-area .content-box .content .billing-info-area .info-list li p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px
}

.checkout-area .content-box .content .billing-info-area .info-list li p i {
    position: absolute;
    left: 0;
    top: -1px;
    color: #ffba00;
    line-height: 30px;
    font-size: 14px
}

.checkout-area .content-box .content .payment-information {
    margin-top: 15px
}

.checkout-area .content-box .content .payment-information .nav a img {
    width: auto;
    height: 32px
}

.checkout-area .content-box .content .payment-information .nav a {
    padding: 10px 0 10px 35px;
    position: relative
}

.checkout-area .content-box .content .payment-information .nav a .icon {
    position: absolute;
    left: 5px;
    margin-top: 6px
}

.checkout-area .content-box .content .payment-information .nav a span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2)
}

.checkout-area .content-box .content .payment-information .nav a p small {
    display: block
}

.checkout-area .content-box .content .payment-information .nav a span::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffba00;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkout-area .content-box .content .payment-information .nav a.active span:after {
    width: 80%;
    height: 80%
}

.checkout-area .content-box .content .payment-information .nav a p {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -5px;
    left: 5px;
    font-weight: 600
}

.checkout-area .content-box .content .payment-information .tab-content {
    margin-top: 20px;
    box-shadow: unset;
    padding: 20px 20px 20px 20px
}

.checkout-area .content-box .content .payment-information .tab-content input {
    margin-bottom: 15px
}

.order-box .final-price {
    border-top: 1px solid rgba(0, 0, 0, .3);
    margin-top: 10px;
    padding-top: 5px;
    font-weight: 600;
    display: flex;
    justify-content: space-between
}

input[type=checkbox] {
    display: block;
    cursor: pointer;
    font-size: 14px !important;
    margin-top: 4px
}

input[type=radio] {
    cursor: pointer
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label:before {
    content: "\2714";
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .2em !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    margin-right: 10px
}

input[type=checkbox]+label:active:before {
    transform: scale(0)
}

input[type=checkbox]:checked+label:before {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1)
}

input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.checkout {
    padding: 70px 0 70px
}

.radio-design {
    display: block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 7px
}

.radio-design label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    top: -4px;
    left: 35px
}

.radio-design label small {
    display: block
}

.radio-design input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    height: 100%
}

.cupon-box #coupon-link img {
    width: 25px;
    margin-right: 5px
}

.radio-design .checkmark {
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    top: -2px
}

.radio-design .checkmark::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    background: #ffba00;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.radio-design input:checked~.checkmark::after {
    width: 80%;
    height: 80%
}

.tempcart {
    background: #e9ecef;
    padding: 70px 0 70px
}

.tempcart .content-box {
    background: #fff;
    padding: 50px 50px 50px;
    box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, .1)
}

#tempview {
    margin-left: 0 !important
}

.tempcart .view-order-page h5 {
    font-weight: 600;
    font-size: 16px
}

.tempcart .view-order-page h4 {
    font-weight: 600;
    font-size: 20x
}

.user-profile-details .allproduct .order-status {
    color: #fff;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding: 1px 15px
}

.user-profile-details .allproduct .order-status.pending {
    background: orange
}

.user-profile-details .allproduct .order-status.decline {
    background: red
}

.user-profile-details .allproduct .order-status.completed {
    background: green
}

.user-profile-details .allproduct .order-status.processing {
    background: #02abff
}

.user-profile-details .allproduct .order-status.on.delivery {
    background: #9b14dc
}

.user-profile-details .allproduct .view-order {
    background: #2d3274;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block
}

.process-steps-area {
    margin-bottom: 50px;
    display: block
}

.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

.user-dashbord .user-profile-details .order-details .header-area {
    display: block;
    margin-top: 80px
}

.process-steps li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative
}

.process-steps li .title {
    font-weight: 600;
    font-size: 13px;
    color: #777;
    margin-top: 8px
}

.process-steps li .icon {
    height: 30px;
    width: 30px;
    margin: auto;
    background: #efefef;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: relative
}

.process-steps li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #efefef;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px)
}

.process-steps li:first-child::after {
    display: none
}

.process-steps li.done .icon {
    color: transparent
}

.process-steps li.active .icon,
.process-steps li.active:after,
.process-steps li.done:after {
    color: #fff;
    background: #ffba00
}

.process-steps li.done .icon:before {
    position: absolute;
    content: "";
    left: 11px;
    top: 7px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.order-tracking-content .tracking-form {
    display: flex;
    margin-top: 100px;
    margin-bottom: 70px
}

.order-tracking-content .tracking-form input {
    flex: 1;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50px;
    padding: 0 20px;
    font-size: 14px
}

.order-tracking-content .tracking-form .mybtn1 {
    border: 1px solid #ffba00 !important;
    margin-left: 30px
}

.order-tracking-content .track-form {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px
}

.order-tracking-content .track-form input {
    flex: 1;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50px;
    padding: 0 20px;
    font-size: 14px
}

.order-tracking-content .track-form .mybtn1 {
    border: 1px solid #ffba00;
    margin-left: 30px
}

.tracking-steps-area {
    margin-bottom: 100px;
    display: block
}

.tracking-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: left
}

.tracking-steps li {
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    display: flex;
    padding-bottom: 50px
}

.tracking-steps li .icon {
    margin-right: 20px
}

.tracking-steps li .content {
    flex: 1
}

.tracking-steps li .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    background: #efefef;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: relative
}

.tracking-steps li:after {
    position: absolute;
    content: "";
    left: 15px;
    top: 30px;
    height: calc(100% - 30px);
    width: 3px;
    background: #efefef;
    z-index: 0
}

.tracking-steps li.done .icon {
    color: transparent
}

.tracking-steps li.active .icon,
.tracking-steps li.active:after,
.tracking-steps li.done:after {
    color: #fff;
    background: #ffba00
}

.tracking-steps li:last-child {
    padding-bottom: 0
}

.tracking-steps li:last-child::after {
    display: none
}

.tracking-steps li.done .icon:before {
    position: absolute;
    content: "";
    left: 11px;
    top: 7px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tracking-steps li .content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px
}

.tracking-steps li .content .date {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px
}

.tracking-steps li .content .date b {
    font-weight: 600
}

.tracking-steps li .content .details {
    font-size: 16px
}

.top-header .left-content .list ul {
    display: flex;
    flex-wrap: wrap
}

.nice-select .current,
.nice-select .list li {
    text-align: left !important
}

.top-header .left-content .list ul li .nice-select {
    float: unset;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    padding: 0 26px 0 5px;
    background: no-repeat;
    border: 0;
    color: #000
}

.top-header .left-content .list ul li .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block
}

.slider-buttom-category {
    padding-top: 24px
}

.slider-buttom-category .single-category {
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px;
    align-self: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .15);
    margin: 5px;
    min-height: 200px;
    max-height: 200px
}

.slider-buttom-category .single-category::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: #ffba00;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in
}

.slider-buttom-category .single-category:hover::before {
    width: 100%
}

.slider-buttom-category .single-category .right {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}

.slider-buttom-category .single-category .right img {
    width: 232px;
    min-height: 150px;
    max-height: 150px;
    object-fit: contain;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.slider-buttom-category .single-category .left {
    flex: 1
}

.slider-buttom-category .single-category .left .title {
    font-size: 14px;
    font-weight: 700;
    color: #002e5b;
    margin-bottom: 0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    margin-top: 5px
}

.slider-buttom-category .single-category .left .count {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 0;
    display: none
}

.slider-buttom-category .sc-common-padding {
    padding: 3px 3px !important
}

.slider-buttom-category .single-category:hover .right img {
    transform: scale(1.03)
}

.slider-buttom-category .single-category:hover {
    transform: translateY(0)
}

.hero-area-slider {
    position: relative;
    background: #002e5b
}

.slide-progress {
    width: 0%;
    max-width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0
}

.product-attributes .form-group .custom-control-label {
    font-size: 15px
}

.product-attributes .form-group .title {
    font-weight: 600;
    margin-bottom: 5px;
    display: block
}

#comment-area h3,
#replay-area h5 {
    font-size: 18px !important;
    font-weight: 600 !important
}

n.login-btn {
    padding: 5px 15px !important
}

.about-info ul {
    padding-left: 24px
}

.about-info ul li {
    list-style: disc;
    line-height: 1.5
}

.land {
    padding: 40px 0
}

.landing-item.item,
.landing-item.item:hover {
    overflow: visible
}

.landing-item.item:hover .item-img img {
    transform: scale(1)
}

.landing-item.item.item:hover .info {
    top: 0;
    position: inherit
}

a.morelink {
    text-decoration: none;
    outline: 0;
    font-size: 12px;
    color: #fff;
    display: inline;
    border: 1px solid #ffba00;
    background: #ffba00;
    padding: 2px 8px;
    font-weight: 600;
    border-radius: 50px
}

.comment.more {
    text-align: left;
    min-height: 95px;
    margin-bottom: 10px
}

.less_data,
.more_data {
    font-size: 14px;
    color: #000;
    line-height: 1.5
}

.morecontent span {
    display: none
}

a.morelink:hover {
    background: #fff;
    color: #002e5b
}

.landing-item .info a .name {
    font-size: 16px !important;
    display: inline-block
}

.landing-item .item-img a .name {
    font-size: 16px !important;
    display: inline-block;
    font-weight: 700;
    color: #002e5b;
}

/* for hover on item img */
/* Container for the hover effect */
.hover-border {
    text-decoration: none;
    color: inherit;
    /* Maintain text color */
}

.hover-border h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
}

.item-img .hover-border h2::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffba00;
    /* Border color */
    transition: width 0.3s ease-in-out;
}

.item-img:hover .hover-border h2::before {
    width: 100%;
}

/* end hover */
.landing-item .info a:hover .name {
    color: #ffba00
}

.accordion_container {
    position: relative
}

.accordion_head {
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 7px 11px;
    border: 1px solid #ffba00;
    border-radius: 50px;
    color: #002e5b;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative
}

.accordion_head.active,
.accordion_head:hover {
    border: 1px solid #ffba00;
    background: #ffba00;
    color: #fff
}

.accordion_body {
    z-index: 9;
    display: none;
    width: 100%;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 5px
}

.accordion_body ul li {
    margin-bottom: 1px
}

.accordion_body ul li a {
    padding: 5px;
    background: #002e5b;
    display: block;
    color: #fff;
    font-size: 14px
}

.accordion_body ul li a:hover {
    background: #ffba00
}

.plusminus {
    float: right;
    width: 10px;
    font-size: 16px
}

.model-view {
    text-decoration: underline;
    padding-left: 10px;
    font-size: 14px
}

.pay-view {
    padding-left: 0;
    cursor: pointer
}

.payment-icons ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.payment-icons ul>li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.payment-icons ul>li>.img-icon {
    padding: 3px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #fff;
    width: 50px;
    height: 30px
}

.payment-icons ul>li:nth-child(3)>.img-icon {
    background-color: #016fd0
}

.payment-icons ul>li:nth-child(6)>.img-icon {
    background-color: #b2fce4
}

.payment-icons ul>li>.img-icon>div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.payment-iconsTop ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.payment-iconsTop ul>li {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0;
    margin-bottom: 0
}

.payment-iconsTop ul>li>.img-icon {
    padding: 2px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #fff;
    width: 35px;
    height: 25px
}

.payment-iconsTop ul>li:nth-child(3)>.img-icon {
    background-color: #016fd0
}

.payment-iconsTop ul>li:nth-child(6)>.img-icon {
    background-color: #b2fce4
}

.payment-iconsTop ul>li>.img-icon>div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.payment-area-message p {
    color: #fff
}

ul.day-list li {
    font-size: 14px
}

.currentDay span {
    padding-left: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #ffba00
}

.currentDay {
    position: relative
}

.currentDay i {
    color: #ffba00;
    position: absolute;
    left: -20px;
    bottom: 0
}

.currentDay .bounce {
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation: bounce 3.6s ease infinite;
    transform-origin: 50% 50%
}

@keyframes bounce {
    0% {
        transform: translateX(0)
    }

    5.55556% {
        transform: translateX(0)
    }

    11.11111% {
        transform: translateX(0)
    }

    22.22222% {
        transform: translateX(-10px)
    }

    27.77778% {
        transform: translateX(0)
    }

    33.33333% {
        transform: translateX(-10px)
    }

    44.44444% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

button:focus {
    outline: 0 !important
}

.afterPay {
    color: #000
}

.afterpay-button {
    margin-top: 5px
}

.payMethod>a,
.payMethod>div {
    box-shadow: 0 0 21px #0000001a;
    display: block;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-radius: 10px
}

.payMethod .afterpay-btn {
    display: block;
    margin-top: 5px
}

.istDiv {
    max-width: 78%;
    flex: 0 0 78%
}

.hotPrice {
    max-width: 22%;
    flex: 0 0 22%;
    padding-left: 5px
}

.hotPrice img {
    padding-top: 50px
}

.price .saleTag {
    padding-left: 10px
}

.price .saleTag img {
    width: 49px
}

.ribbon {
    width: 150px;
    height: 31px;

    overflow: hidden;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ribbon::after,
.ribbon::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;

}

.ribbon-text {
    width: 111px;
    text-align: center;
    text-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
}

.ribbon-text p {
    font-size: 9.9px;
    line-height: 1.1;
    font-weight: 700;
    color: white;
    margin: 0;

    padding: 0 !important;
}

.ribbon {

    padding: 5px 0;
    font-weight: 600;
    color: #fff;
    background-color: #d00;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::after,
.ribbon-top-left::before {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left {
    left: -33px;
    top: 25px;
    transform: rotate(-45deg);
    text-align: center;
}


.trackOrder .modal-header {
    display: block
}

.trackOrder p {
    hyphens: inherit
}

.trackOrder .modal-header {
    display: block
}

.trackOrder .modal-header h5 {
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 3px
}

.trackOrder table {
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede
}

.trackOrder table tr td,
.trackOrder table tr th {
    padding: 5px 0
}

.trackOrder a {
    text-decoration: underline
}

.checkout-area .content-box .content label {
    font-size: 13px
}

.active-filter-category {
    color: #f3ba11
}

.express-btn {
    width: 100%;
    height: 35px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-top: 5;
}

.express-btn:hover {
    background: #ffba00;
    color: #fff;
    border-color: #ffba00;
}

.logoBtn {
    margin-top: 22px;
    text-align: right;
    padding-right: 30px
}

.logoBtn a {
    font-weight: 700;
    background: #ffba00;
    padding: 10px 10px;
    border-radius: 8px;
    transition: .3s ease;
}

.logoBtn a:first-child {
    background: #002e5b;
    color: #fff;
    font-weight: 400;
}

.logoBtn a:hover {
    color: #fff;
    box-shadow: 10px 10px 10px #00000021
}

.fixed-header {
    position: fixed !important;
    top: 40px;
    z-index: 999;
    width: 100%;
}

.demo-header {
    position: fixed !important;
    top: 40px;
    z-index: 999;
    width: 100%;
}

.sticky-header {
    position: relative !important;
}
.golden-colors {
    color: #ffba00 !important;
}
.ps-10px{
padding-left: 10px!important;
}