.home_banner .slick-arrow, .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: rgb(24 165 210);
    color: white;
    border-radius: 50px;
    top: calc(50% - 20px);
    left: 15px;
    z-index: 9;
    overflow: hidden;
    outline: none;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.home_banner .slick-arrow.slick-next,.slick-arrow.slick-next {
    left: auto;
    right: 15px;
}
.home_banner img {
    width: 100%;
}
.slick-next:before {
    content: '\276F';
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.slick-prev:before {
    content: '\276E';
}
section.hom_prodsec {
    padding: 40px 0;
    position: relative;
}
.sec_head h2, .sec_head h1 {
    font-size: 28px;
    color: #061d3c;
    margin: 0;
}

.prdall_btn {
    text-align: right;
}

.prdall_btn a { 
    color: #1199ce;
    font-size: 14px;
    font-weight: 500;
}

.prod_box {
    background: #f1f3f6;
    padding: 15px;
    margin: 10px;
    border: 1px solid #f1f3f6;
    transition: 600ms all;
}
.prod_box:hover{
    background:#fff;
    border-color: #1199ce;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px -3px, rgba(0, 0, 0, 0.06) 0px 4px 6px -2px;
}
.prod_box .prod_img {
    background: #fff;
    padding: 10px;
    position: relative;
}

.prod_box .prod_img a {
    display: block;text-align: center;
}

.prod_box .prod_img a img {
    max-height: 250px;
    margin: 0 auto;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    height: 220px;
}

.prod_box .prod_img span {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    right: 10px;
    background: #000;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    top: 10px;
}
.prod_box .prod_img span.p_new.offcircle {
    width: auto;
    height: auto;
    padding: 0 3px;
    border-radius: 2px;
    line-height: initial;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #e54700;
    background: rgb(229 71 0 / 10%);
    font-weight: 500;
}
.prod_box .prod_text {
    padding-top: 15px;
}

.prod_box .prod_text .prod_heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prod_box .prod_text .prod_heading h3 {
    width: 70%;
    color: #100f0e;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.prod_box .prod_text .prod_heading p {
    width: 30%;
    text-align: right;
    color: #100f0e;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.prod_box .prod_text .prod_btns {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.prod_box .prod_text .prod_btns a {
    display: inline-block;
}

.prod_box .prod_text .prod_btns .shop_btn {
    background: #1199ce;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 5px 15px;
    border-radius: 50px;
    line-height: 20px;
}

.prod_box .prod_text .prod_btns .viewdetail_btn,.prod_box .prod_text .prod_btns .addcart_btn {
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    margin-left: 10px;
    box-shadow: rgb(99 99 99 / 30%) 0px 2px 8px 0px;
}

.prod_box .prod_text .prod_btns .viewdetail_btn svg,.prod_box .prod_text .prod_btns .addcart_btn svg {
    display: inline-block;
    vertical-align: middle;
}

.prod_box .prod_text .prod_btns .viewdetail_btn svg {
    fill: #13194a;
    stroke: #13194a;
    stroke-width: 0.5;
}

.prod_box .prod_text .prod_btns .addcart_btn {
    background: #fff;
    margin-left: auto;
}

.prod_box .prod_text .prod_btns .addcart_btn svg {
    fill: #1199ce;
    stroke: #1199ce;
    stroke-width: 0.5;
}
section.hom_prodsec .slick-prev,.flagship_slider .slick-prev{
    left: -40px;outline:0 !important;
}

section.hom_prodsec .slick-next,.flagship_slider .slick-next{
    right: -45px;outline:0 !important;
}
.prod_box:hover .prod_text .prod_btns .addcart_btn {
    background: #fc8955;
}

.prod_box:hover .prod_text .prod_btns .addcart_btn svg {
    fill: #fff !important;
    stroke: #fff;
}
.prod_box .prod_text a{transition: 600ms all;}
section.home_flagshippratner {
    background: #343e47;
    padding: 50px 0;
}

section.home_flagshippratner h2 {
    color: #fff;
}
.Flagship_sbox {
    margin: 10px;
    background: rgb(255 255 255 / 10%);
    padding: 30px 20px;
    text-align: center;
    border-radius: 30px;
}

.Flagship_sbox h3 {
    font-weight: 800;
    background: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(-86deg, #ffffff 5%, #8adeff 53%, #19a2d5 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #49525a;
    font-size: 50px;
    letter-spacing: 4px;
    margin: 0;
}

.Flagship_sbox p {
    margin: 15px 0;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    min-height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Flagship_sbox a {
    display: inline-block;
    color: #298efb;
    font-size: 18px;
}

.Flagship_sbox a img {
    display: inline-block;
    width: 25px;
    margin-left: 2px;
}
.new_product {
    border: 2px solid #e7edf2;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.new_product > div {
    width: 50%;
}

.new_product .new_product_txt {
    padding: 15px;
    padding-right: 30px;
}

.new_product .new_product_txt h3 {
    color: #061d3c;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.new_product .new_product_txt span {
    display: block;
    padding: 15px 0;
    color: #100f0e;
    font-size: 15px;
    font-weight: 500;
}

.new_product .new_product_txt p {
    font-size: 13.5px;
    color: rgb(6 29 60 / 60%);
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_product .new_product_txt a.shopnow {
    background: #1199ce;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 5px 15px;
    border-radius: 50px;
    line-height: 20px;
}

.new_product .new_product_txt a.addcart {
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: #fc8955;
    border-radius: 50px;
    margin-left: 10px;
    box-shadow: rgb(99 99 99 / 30%) 0px 2px 8px 0px;
}

.new_product .new_product_txt a.view_prod {
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: #fc8955;
    border-radius: 50px;
    margin-left: 10px;
    box-shadow: rgb(99 99 99 / 30%) 0px 2px 8px 0px;
}

.new_product .new_product_txt a {
    display: inline-block;
}

.new_product .new_product_txt a svg {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 0.5;
    display: inline-block;
    vertical-align: middle;
}

.new_product .new_product_img {
    background: #f1f3f6;
    padding: 10px;
    border-radius: 0 15px 15px 0;
    padding-left: 20px;
    position: relative;
}

.new_product .new_product_img img {
    mix-blend-mode: darken;
}
.new_product .new_product_img .orinto_shopee {
    position: absolute;
    background: #fff;
    border: 4px solid #1daad3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 75px;
    z-index: 1;
    text-align: center;
    top: calc(50% - 45px);
    left: -40px;
}

.new_product .new_product_img .orinto_shopee img {
    display: inline-block;
    width: 50px;
}
section.customer_reviews {
    padding: 40px 0 0;
    position: relative;
    background: #f1f3f6;
}
.testimonial_box {
    /* background: #fff; */
    margin: 0 5px 40px;
    padding: 20px;
    text-align: center;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; */
    transform: scale(0.9);
    transition: 600ms all;
    opacity: 0.5;
}

.testimonial_box img {margin: 0 auto;margin-bottom: 15px;}

.testimonial_box p {
    font-size: 15px;
    line-height: 24px;
    color: #343e47;
}

.testimonial_box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 2px;
}

.testimonial_box span {
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #6e7a85;
}

.testimonial_box.slick-current {
    box-shadow: rgb(0 0 0 / 15%) 0px 15px 25px, rgb(0 0 0 / 5%) 0px 5px 10px;
    background: #fff;
    transform: scale(1);
    opacity: 1;
}
.testimonial_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    right: 0;
    transform: scaleX(0.1);
    z-index: -1;
    transition: 600ms all;
    top: 0;
}

.testimonial_box.slick-current::before {
    transform: scaleX(1.1);
    box-shadow: none;
    background: #fff;
    opacity: 1;
}
section.home_about {
    padding: 40px 0;
}
.home_aboutcontent p {
    font-size: 15px;
    color: rgb(6 29 60 / 80%);
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 28px;
}

.home_aboutcontent p span {
    background: #f2f2f2;
    margin: 5px 5px 5px 0;
    display: inline-block;
    border-radius: 50px;
    padding: 0 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.home_aboutcontent p:last-child {
    margin: 0;
}

.gem_reate {
    text-align: right;
    /* background: #f2f2f2; */
}

.gem_reate a {
    display: block;
    max-width: 240px;
    margin: 10px auto;
    background: #1199ce;
    color: #fff;
    line-height: 18px;
    padding: 15px 0;
    border-radius: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    transition: 600ms all;
}

.gem_reate img {
    padding: 5px;
    background: #f2f3f7;
    height: 80px;
    margin-bottom: 15px;
}

.gem_reate a:hover {
    background: #fc8955;
}

.gem_reate h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}



/*Listing Page*/
.list_breadcrumb {
    font-size: 13px;
    letter-spacing: 0.2px;
    color: rgb(52 62 71 / 80%);
    font-weight: 400;
}

.list_breadcrumb a {
    color: #1199ce;
}

.product_shorting {
    text-align: right;
}

.product_shorting select {
    max-width: 85px;
    font-size: 12px;
    letter-spacing: 0.2px;
    border: 0;
    background: #ffffff;
    border-radius: 3px;
    height: 24px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    outline: none !important;
}

.product_filter {
    border: 2px solid #f1f3f6;
    border-radius: 8px;
}

.product_filter h3 {
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 2px solid #f1f3f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter_nav h4 {
    margin: 0;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    color: #343e47;
}

.filter_nav ul {
    margin: 0;
    padding: 0 15px;
}

.filter_nav ul li,.filter_nav ul li a {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: rgb(52 62 71 / 80%);
    letter-spacing: 0.2px;
}
.filter_nav ul li a.active{
    color: #fc8955;
}
.filter_nav ul li {
    margin: 0 0 10px 0;
}
.product_filter .filter_nav {
    border-bottom: 2px solid #f1f3f6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product_filter .filter_nav:last-child {
    border: 0;
    margin-bottom: 0;
}
.loadmore_product a {
    display: inline-block;
    margin: 10px auto 0;
    background: #343e47;
    color: #fff;
    line-height: 18px;
    padding: 12px 35px;
    border-radius: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
    transition: 600ms all;
}
/*cart popup*/
.cart_popup {
    position: fixed;
    width: 400px;
    background: #fff;
    height: calc(100% - 40px);
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 991;
    transition: 600ms all;
}
.cart_popproduct {
    max-height: 380px;
    overflow-x: auto;
}
.cart_popproduct .cart_popprod_list{padding:0 15px;}.cart_pophead{padding-left:15px;padding-right:15px;}
.cart_popup.active{transform: translate(0);}
.cart_popprod_list .cart_popprodimg {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
    border-top: 1px solid #f1f3f6;
    padding-top: 15px;
}

.cart_popprod_list .cart_popprodimg > a {
    width: 100px;
    height: 100px;
    display: block;
    background: #f1f3f6;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 15px;
}

.cart_popprodimg .cart_txtbox{
    width: calc(100% - 140px);
}
.cart_popprod_list .cart_popprodimg > a img {
    mix-blend-mode: multiply;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart_popprod_list .cart_txtbox p {
    color: #100f0e;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.cart_popprod_list .cart_txtbox span {
    text-align: left;
    color: #100f0e;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    display: block;
}

.cart_popprod_list .cart_txtbox small {
    color: #1199ce;
}
.cart_pophead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.cart_pophead h3 {
    color: #061d3c;
    font-size: 15px;
    margin: 0;
}
.billing-info .row{margin:0;}
.cart_popup .billing-info {
    position: absolute;
    bottom: 68px;
    left: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding-top: 7px;
    display: block;
    width:100%;
}
.cart_popup .billing-info .row {
    border-top: 1px solid #eee;
}
.cart_popup .billing-info .billing {
    margin: 6px 0;
    width: 100%;
    padding: 0 10px;
}
.cart_popup .billing-info .billing .label {
    float: left;
    font-weight: 500;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
}
.cart_popup .billing-info .billing .value {
    float: right;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    line-height: 24px;
}
.cart_popup .cart-btn a {
    color: #fff;
    text-transform: uppercase;
    width: 45%;
    padding: 10px 20px;
    margin: 0 5px;
    background: red;
    border: 0;
    font-size: 14px;
}
.cart_popup .cart-btn a.checkout {
    background: #1199ce;
}

.cart_popup .cart-btn a.btn-secondary {
    background: #343e47;
}
.cart_popup .billing-info .billing .value {
    float: right;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    line-height: 24px;
}
.cart_popup .cart-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
}
.cart_popupfade {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    top: 0;
    transition: 600ms all;
    transform: translateX(100%);
}

.cart_popupfade.active {
    transform: translateX(0%);
}

/*About us page css*/
.aboutvalues span {
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 5%);
    display: inline-block;
    background: #D1F4AE;
    padding: 13px 50px;
    min-width: 150px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    margin: 8px;
    color: #007E84;
}

    .aboutvalues span:first-child {
        margin-left: 0;
        background: #C8E2FB;
        color: #0096d1;
    }

    .aboutvalues span:last-child {
        background: #F4CEEC;
        color: #5E26AF;
    }

.homeflagform label {
    color: #b3dadc;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.homeflagform .form-control {
    border: 0;
    background: #eff1f5;
    color: #343e47;
    min-height: 40px;
}

.homeflagform .btn {
    min-width: 240px;
    margin: 0;
    background: #1199ce;
    color: #fff;
    line-height: 18px;
    padding: 10px 0;
    border-radius: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
    transition: 600ms all;
}
.loaderbox.innerloader {
    position: absolute;
    height: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #f9f9f9;
    animation-name: backgroundColorPalette;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    z-index: 9;
}

    .loaderbox.innerloader * {
        width: 100%;
    }

    .loaderbox.innerloader p {
        display: none;
    }

@keyframes backgroundColorPalette {
    0% {
        background: #f1f3f6;
    }

    25% {
        background: #f9f9f9;
    }

    50% {
        background: #fafafa;
    }

    75% {
        background: #f9f9f9;
    }

    100% {
        background: #f1f3f6;
    }
}
.loaderframe {
    position: relative;
    max-height: 380px;
    overflow: hidden;
    min-height:380px;
}
/*home page you tube video*/
.youtube_video iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
}

.gem_reate {
    text-align: center;
}

.youtube_video {
    border-radius: 15px;
    overflow: hidden;
    height: 280px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}