@charset "UTF-8";
/*== Edit by Plus Scss ==*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

@font-face {
    font-family: 'Calisto MT';
    src: url(../fonts/Calisto-MT_9070.eot);
    src: url(../fonts/Calisto-MT_9070.eot?#iefix) format("embedded-opentype"), url(../fonts/Calisto-MT_9070.woff2) format("woff2"), url(../fonts/Calisto-MT_9070.woff) format("woff"), url(../fonts/Calisto-MT_9070.ttf) format("truetype"), url(../fonts/Calisto-MT_9070.svg#Calisto-MT_9070) format("svg"), url(../fonts/Calisto-MT_9070.otf) format("otf");
}

@font-face {
    font-family: 'Geomanist';
    src: url(../fonts/Geomanist-Regular.eot);
    src: url(../fonts/Geomanist-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Geomanist-Regular.otf) format("otf"), url(../fonts/Geomanist-Regular.svg#Geomanist-Regular) format("svg"), url(../fonts/Geomanist-Regular.ttf) format("truetype"), url(../fonts/Geomanist-Regular.woff) format("woff"), url(../fonts/Geomanist-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url(../fonts/Helvetica-Neue-Italic.ttf) format("truetype")
}

/* @font-face { font-family: 'Lato';src: url(../fonts/Lato-Black.ttf) format("truetype")} */
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Lato light';
    src: url(../fonts/Lato-Light.ttf) format("truetype")
}

@font-face {
    font-family: 'Helvetica Neue regular';
    src: url(../fonts/HelveticaNeue.eot);
    src: url(../fonts/HelveticaNeue.ttf) format("truetype")
}

@font-face {
    font-family: 'Helvetica Neue bold';
    src: url(../Export_PLR_Bookstore/Export_PLR_Bookstore/Font/HelveticaNeue/helveticaneuebold.ttf) format("truetype")
}

@font-face {
    font-family: 'Helvetica Neue medium';
    src: url(../Export_PLR_Bookstore/Export_PLR_Bookstore/Font/HelveticaNeue/helveticaneuemedium.ttf) format("truetype")
}

@font-face {
    font-family: 'Amazon Ember';
    src: url(../Export_PLR_Bookstore/Export_PLR_Bookstore/Font/AmazonEmber/AmazonEmber-Md.ttf) format("truetype")
}

@font-face {
    font-family: 'Geomanist light';
    src: url(../Export_PLR_Bookstore/Export_PLR_Bookstore/Font/Geomanist/Geomanist-Regular.otf) format("truetype")
}

@font-face {
    font-family: 'Geomanist bold';
    src: url(../Export_PLR_Bookstore/Export_PLR_Bookstore/Font/Geomanist/Geomanist-Bold.ttf) format("truetype")
}


/*== Color ==*/
/*== End Color ==*/
/*  Document   : reset css Created on : 11-9-2019, 12:00:00 Author     : DTM Description: Code reset SASS Main */
html {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.form-control {
    padding: 0 10px !important;
}

select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #D7D7D7 !important;
}

input {
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #D7D7D7;
    outline: none;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

a, img {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none !important;
}

table {
    width: 100% !important;
}

.img_cover {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.img_scale_down {
    width: 100%;
    height: 100% !important;
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}

.img_circle {
    border-radius: 999px;
}

.float-xs-left {
    float: left !important;
}

/*=== Btn Width-full ===*/
.btn-w100 {
    width: 100%;
}

/*=== Misc tools ===*/
.clearfix {
    clear: both;
}

.no-margin {
    margin: 0px !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding {
    padding: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.no-top-space {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.no-border {
    border: none !important;
}

.no-border-right {
    border-right: none !important;
}

.no-border-left {
    border-left: none !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-60 {
    margin: 60px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.categories_item_title {
    text-align: center;
}

.block {
    display: block;
}

.categories_item_title h2 {
    font-family: Libre Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    position: relative;
}

.categories_item_title h2::after {
    position: absolute;
    content: '';
    width: 72px;
    height: 0px;
    left: 0;
    bottom: -8px;

    border: 2px solid #C45500;
}

/*=== Custom Mobile Col ==*/
@media only screen and (max-width: 480px) {
    .full-xs {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .nav-wrap {
        display: none;
    }

    .container {
        width: 960px;
        max-width: 100%;
    }

    .header_top_left .header_category .mega-menu-col {
        display: table-cell;
        width: 202px;
        padding: 0 15px;
    }

    .header_top_left .header_category .mega-menu-col:first-child {
        border-left: none;
    }
}

/*== Custom Container ==*/
@media (min-width: 1200px) {
    .nav-wrap {
        display: none;
    }

    .container {
        width: 1360px;
        max-width: 100%;
        padding: 0rem 2rem;
    }

    .dashboard_banner .container {
        padding-top: 40px;
    }

    .col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .header_top_left .header_category .mega-menu {
        border-radius: 5px;
        border-bottom: 4px solid #C45500;
        margin-top: 5px;
        /* width: 600px; */
        text-align: left;
        list-style: none;
        padding: 14px 0 10px;
        background-color: #fff;
        color: #082d47;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        /* min-width: 271px;         */
        z-index: 999;
        *width: 315px;
    }

    .header_top_left .header_category .mega-menu ul {
        /* min-width: 10em; */
        box-shadow: none;
        padding: 0;
        background: transparent;
        margin: 0;
        list-style: none;
    }

    .header_top_left .header_category .mega-menu-col {
        padding: 0px 4px;
    }

    .header_top_left .header_category li {
        white-space: nowrap;
        *white-space: normal;
        position: relative;
    }

    .header_top_left .header_category ul li.active > a i {
        color: #000;
    }

    .header_top_left .header_category ul a i {
        font-size: 31px;
        margin-right: 18px;
        padding: 3px;
        width: 40px;
        height: 40px;
    }

    .header_top_left .header_category ul a:hover i {
        background: #C45500;
        border-radius: 50%;
    }

    /* .header_top_left .header_category i[class] {
    margin-right: 7px;
    font-size: 14px;
  } */
}

@font-face {
    font-family: 'revicons';
    src: url("../font/revicons.eot?5510888");
    src: url("../font/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../font/revicons.woff?5510888") format("woff"), url("../font/revicons.ttf?5510888") format("truetype"), url("../font/revicons.svg?5510888#revicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none; /* fix buttons height, for twitter bootstrap */
    line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
    margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
    content: '\e802';
}

/* 'Ã®Â â€š' */
.revicon-pencil-1:before {
    content: '\e831';
}

/* 'Ã®Â Â±' */
.revicon-picture-1:before {
    content: '\e803';
}

/* 'Ã®Â Æ’' */
.revicon-cancel:before {
    content: '\e80a';
}

/* 'Ã®Â Å ' */
.revicon-info-circled:before {
    content: '\e80f';
}

/* 'Ã®Â ï¿½' */
.revicon-trash:before {
    content: '\e801';
}

/* 'Ã®Â ï¿½' */
.revicon-left-dir:before {
    content: '\e817';
}

/* 'Ã®Â â€”' */
.revicon-right-dir:before {
    content: '\e818';
}

/* 'Ã®Â Ëœ' */
.revicon-down-open:before {
    content: '\e83b';
}

/* 'Ã®Â Â»' */
.revicon-left-open:before {
    content: '\e819';
}

/* 'Ã®Â â„¢' */
.revicon-right-open:before {
    content: '\e81a';
}

/* 'Ã®Â Å¡' */
.revicon-angle-left:before {
    content: '\e820';
}

/* 'Ã®Â Â ' */
.revicon-angle-right:before {
    content: '\e81d';
}

/* 'Ã®Â ï¿½' */
.revicon-left-big:before {
    content: '\e81f';
}

/* 'Ã®Â Å¸' */
.revicon-right-big:before {
    content: '\e81e';
}

/* 'Ã®Â Å¾' */
.revicon-magic:before {
    content: '\e807';
}

/* 'Ã®Â â€¡' */
.revicon-picture:before {
    content: '\e800';
}

/* 'Ã®Â â‚¬' */
.revicon-export:before {
    content: '\e80b';
}

/* 'Ã®Â â€¹' */
.revicon-cog:before {
    content: '\e832';
}

/* 'Ã®Â Â²' */
.revicon-login:before {
    content: '\e833';
}

/* 'Ã®Â Â³' */
.revicon-logout:before {
    content: '\e834';
}

/* 'Ã®Â Â´' */
.revicon-video:before {
    content: '\e805';
}

/* 'Ã®Â â€¦' */
.revicon-arrow-combo:before {
    content: '\e827';
}

/* 'Ã®Â Â§' */
.revicon-left-open-1:before {
    content: '\e82a';
}

/* 'Ã®Â Âª' */
.revicon-right-open-1:before {
    content: '\e82b';
}

/* 'Ã®Â Â«' */
.revicon-left-open-mini:before {
    content: '\e822';
}

/* 'Ã®Â Â¢' */
.revicon-right-open-mini:before {
    content: '\e823';
}

/* 'Ã®Â Â£' */
.revicon-left-open-big:before {
    content: '\e824';
}

/* 'Ã®Â Â¤' */
.revicon-right-open-big:before {
    content: '\e825';
}

/* 'Ã®Â Â¥' */
.revicon-left:before {
    content: '\e836';
}

/* 'Ã®Â Â¶' */
.revicon-right:before {
    content: '\e826';
}

/* 'Ã®Â Â¦' */
.revicon-ccw:before {
    content: '\e808';
}

/* 'Ã®Â Ë†' */
.revicon-arrows-ccw:before {
    content: '\e806';
}

/* 'Ã®Â â€ ' */
.revicon-palette:before {
    content: '\e829';
}

/* 'Ã®Â Â©' */
.revicon-list-add:before {
    content: '\e80c';
}

/* 'Ã®Â Å’' */
.revicon-doc:before {
    content: '\e809';
}

/* 'Ã®Â â€°' */
.revicon-left-open-outline:before {
    content: '\e82e';
}

/* 'Ã®Â Â®' */
.revicon-left-open-2:before {
    content: '\e82c';
}

/* 'Ã®Â Â¬' */
.revicon-right-open-outline:before {
    content: '\e82f';
}

/* 'Ã®Â Â¯' */
.revicon-right-open-2:before {
    content: '\e82d';
}

/* 'Ã®Â Â­' */
.revicon-equalizer:before {
    content: '\e83a';
}

/* 'Ã®Â Âº' */
.revicon-layers-alt:before {
    content: '\e804';
}

/* 'Ã®Â â€ž' */
.revicon-popup:before {
    content: '\e828';
}

/* 'Ã®Â Â¨' */
/********************************* -	SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0px;
    left: 0px;
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-layer-inner-rotation {
    position: relative !important;
}

/*********************************************** -	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}

/****************************** -	WRAPPER STYLES		-
******************************/
.rev_slider_wrapper {
    position: relative;
}

.rev_slider_wrapper > ul {
    visibility: hidden;
}

.rev_slider {
    position: relative;
    overflow: visible;
}

.rev_slider img {
    max-width: none !important;
    -webkit-transition: none 0;
    transition: none 0;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border: none;
}

.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

.rev_slider > ul {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
    list-style-type: none;
    background-position: 0px 0px;
}

.rev_slider > ul > li {
    list-style: none !important;
    position: absolute;
    visibility: hidden;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
}

.rev_slider > ul > li:before {
    list-style: none !important;
    position: absolute;
    visibility: hidden;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
}

.tp-revslider-slidesli, .tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.tp-simpleresponsive > ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
}

.tp-simpleresponsive > ul > li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
}

.tp-simpleresponsive > ul > li:before {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
}

.tp-simpleresponsive > ul li {
    list-style: none;
    position: absolute !important;
    visibility: hidden;
}

.rev_slider .tp-caption, .rev_slider .caption {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
}

.tp-simpleresponsive img {
    max-width: none;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
    z-index: 1;
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}

.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
    max-width: none !important;
}

/****************************** -	WRAPPER STYLES END	-
******************************/
/****************************** -	IE8 HACKS	-
*******************************/
.noFilterClass {
    -webkit-filter: none !important;
    filter: none !important;
}

/****************************** -	IE8 HACKS ENDS	-
*******************************/
/******************************** -	FULLSCREEN VIDEO	-
*********************************/
.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption.fullscreenvideo iframe, .caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none;
}

.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.tp-caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
    display: none;
}

.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none;
}

.fullcoveredvideo video, .fullscreenvideo video {
    background: #000;
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.html5vid.videoisplaying .tp-poster {
    display: none;
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #FFF;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer;
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
}

.html5vid .tp-revstop {
    width: 15px;
    height: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none;
}

.html5vid.videoisplaying .tp-revstop {
    display: block;
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none;
}

.html5vid:hover .tp-video-play-button {
    display: block;
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important;
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, black), to(#323232));
    background-image: linear-gradient(bottom, black 13%, #323232 100%);
    background-image: -ms-linear-gradient(bottom, black 13%, #323232 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, black), color-stop(1, #323232));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-caption:hover .tp-video-controls {
    opacity: .9;
}

.tp-video-button {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #EEE;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    outline: none;
}

.tp-video-button:hover {
    cursor: pointer;
}

.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
    padding: 0px 5px;
    display: table-cell;
}

.tp-video-seek-bar-wrap {
    width: 80%;
}

.tp-video-vol-bar-wrap {
    width: 20%;
}

.tp-volume-bar, .tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

/******************************** -	FULLSCREEN VIDEO ENDS	-
*********************************/
/******************************** -	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.tp-dottedoverlay.twoxtwo {
    background: url(../../images/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../../images/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
    background: url(../../images/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../../images/gridtile_3x3_white.png);
}

/******************************** -	DOTTED OVERLAYS ENDS	-
*********************************/
/********************************************** -	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
}

.container .section_footer_link {
    padding-top: 87px;
    padding-left: 95px;
    float: left;
}

/****************************************************************
 -	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
    /*-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;*/
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption { /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
}

.tp-simpleresponsive .jb_top_brand-title {
    top: 142px !important;
}

.tp-simpleresponsive .brand-title {
    top: 215px !important;
}

.tp-simpleresponsive .jb_title2 {
    top: 320px !important;
}

.tp-simpleresponsive .jb-btn-1 {
    top: 411px !important;
}

.tp-simpleresponsive .randomrotate {
    top: 142px !important;
}

.tp-simpleresponsive .randomrotate_ad {
    top: 48px !important;
    left: 40px !important;
}

.tp-simpleresponsive .randomrotate_ad_img {
    top: 114px !important;
    left: 101px !important;
}

/************************************************ - SOME CAPTION MODIFICATION AT START  -
*************************************************/
/****************************** -	SHADOWS		-
******************************/
.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
    background: url(../../images/shadow1.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 30px;
    bottom: -30px;
}

.tp-bannershadow.tp-shadow2 {
    background: url(../../images/shadow2.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px;
}

.tp-bannershadow.tp-shadow3 {
    background: url(../../images/shadow3.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px;
}

/****************************** -	BUTTONS	-
*******************************/
.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(../../images/gradient/g30.png) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}

.tp-button.big {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url(../../images/gradient/g40.png) repeat-x top;
}

.purchase:hover {
    background-position: bottom, 15px 11px;
}

.tp-button:hover, .tp-button.big:hover {
    background-position: bottom, 15px 11px;
}

.tp-button.green, .tp-button:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
    box-shadow: 0px 3px 0px 0px #104d0b;
}

/*@media only screen and (min-width: 480px) and (max-width: 767px) { .tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	} a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 } }
 @media only screen and (min-width: 0px) and (max-width: 479px) { .tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important} a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 } }*/
/*	BUTTON COLORS	*/
.purchase.green, .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
    box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-button.blue, .tp-button:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
    box-shadow: 0px 3px 0px 0px #0f3e68;
}

.purchase.blue, .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
    box-shadow: 0px 3px 0px 0px #0f3e68;
}

.tp-button.red, .tp-button:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212;
}

.purchase.red, .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212;
}

.tp-button.orange, .tp-button:hover.orange {
    background-color: #ff7700;
    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
    box-shadow: 0px 3px 0px 0px #a34c00;
}

.purchase.orange, .purchase:hover.orange {
    background-color: #ff7700;
    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
    box-shadow: 0px 3px 0px 0px #a34c00;
}

.tp-button.darkgrey, .tp-button.grey {
    background-color: #555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222;
}

.tp-button:hover.darkgrey, .tp-button:hover.grey {
    background-color: #555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222;
}

.purchase.darkgrey, .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222;
}

.tp-button.lightgrey, .tp-button:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0px 3px 0px 0px #555;
    box-shadow: 0px 3px 0px 0px #555;
}

.purchase.lightgrey, .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0px 3px 0px 0px #555;
    box-shadow: 0px 3px 0px 0px #555;
}

/************************ -	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
    clear: both;
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../../images/boxed_bgtile.png);
    height: 40px;
    padding: 0px 10px;
    border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../../images/navigdots_bgtile.png);
    height: 35px;
    padding: 0px 10px;
    border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../images/bullet.png) no-repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
    margin-left: 3px;
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../images/bullets.png) no-repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0px;
}

.tp-bullets.simplebullets.square .bullet, .tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../images/bullets2.png) no-repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-bullets.simplebullets.square .bullet.last, .tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0px;
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../images/bullet_boxed.png) no-repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 10px;
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0px !important;
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../images/navigdots.png) no-repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px;
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0px !important;
}

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {
    background-position: bottom left;
}

.tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left;
}

/**	SQUARE BULLETS **/
/**	SQUARE BULLETS **/
/** navbar NAVIGATION VERSION **/
/** navbar NAVIGATION VERSION **/
/************************************* -	TP ARROWS 	-
**************************************/
.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(1000px);
    -webkit-transform-style: preserve-3d;
}

.tparrows .tp-arr-imgholder, .tparrows .tp-arr-titleholder {
    display: none;
}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/large_left.png) no-repeat top left;
    width: 40px;
    height: 40px;
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/large_right.png) no-repeat top left;
    width: 40px;
    height: 40px;
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/small_left.png) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/small_right.png) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/arrow_left.png) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/arrow_right.png) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/small_left_boxed.png) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px;
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/small_right_boxed.png) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px;
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/arrowleft.png) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/arrowright.png) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0px;
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/large_left.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    /* display: none; */
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../images/large_right.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    /* display: none; */
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: bottom left;
}

/**************************************************************************************************** -	TP THUMBS 	-
*****************************************************************************************************
 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)
 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)
 ****************************************************************************************************/
.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
    margin-top: -50px;
    vertical-align: top;
}

.tp-bullets.tp-thumbs img {
    vertical-align: top;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px; /* THE DIMENSION OF A SINGLE THUMB */
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

/************************************ -	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px; /*background:url(../../images/timer.png);*/
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0px;
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0px !important;
    height: 5px;
}

/***************************************** -	NAVIGATION FANCY EXAMPLES	-
*****************************************/
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
    width: 100px;
    height: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: transparent;
}

.tparrows.preview1:after {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "revicons";
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
    line-height: 100px;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.tp-rightarrow.preview1:after {
    content: '\e825';
}

.tp-leftarrow.preview1:after {
    content: '\e824';
}

.tparrows.preview1:hover:after {
    background: white;
    color: #aaa;
}

.tparrows.preview1 .tp-arr-imgholder {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tparrows.preview1 .tp-arr-iwrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tparrows.preview1:hover .tp-arr-imgholder {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .header_search input {
        height: 27.66px !important;
    }

    .header_search_btn {
        width: 38px !important;
        line-height: 31.66px !important;;
    }

    .tparrows.preview1 {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }

    .tparrows.preview1:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section_products #nav-tab button.active:after {
        top: 70px;
    }

    .header_search_btn {
        width: 38px;
        line-height: 31.66px;
    }

    .tparrows.preview1 {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .tparrows.preview1:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .tp-simpleresponsive .randomrotate {
        top: 40px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tp-simpleresponsive .randomrotate {
        top: 40px !important;
    }

    .tp-simpleresponsive .brand-title {
        top: 65px !important;
    }

    .tp-simpleresponsive .jb_title2 {
        top: 95px !important;
    }

    .section_products #nav-tab button.active:after {
        top: 70px !important;
    }

    section.section_Subscribe input {
        margin-bottom: 14px;
    }

    .container .section_footer_link {
        float: left;
        padding-top: 0px;
        padding-left: 0px;
    }

    .tp-simpleresponsive .jb-btn-1 {
        top: 121px !important;
    }

    .header_search_btn {
        width: 38px;
        line-height: 31.66px
    }

    .tparrows.preview1 {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .tparrows.preview1:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}

/* PREVIEW 1 BULLETS */
.tp-bullets.preview1 {
    height: 21px;
}

.tp-bullets.preview1 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.15) !important;
    /*-webkit-border-radius: 10px;
border-radius: 10px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tp-bullets.preview1 .bullet.last {
    margin-right: 0px;
}

.tp-bullets.preview1 .bullet:hover, .tp-bullets.preview1 .bullet.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #aaa !important;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid white !important;
}

/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
    min-width: 60px;
    min-height: 60px;
    background: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1.3s;
    -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
    transition: width 0.3s, background-color 0.3s, opacity 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    color: #aaa;
    font-size: 25px;
    margin-top: -12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 18px;
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 18px;
}

.tparrows.preview2 .tp-arr-titleholder {
    background-size: cover;
    background-position: center center;
    display: block;
    visibility: hidden;
    position: relative;
    top: 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    padding: 0px 10px;
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tparrows.preview2.hovered {
    width: 300px;
}

.tparrows.preview2:hover {
    background: #fff;
}

.tparrows.preview2:hover:after {
    color: #000;
}

.tparrows.preview2:hover .tp-arr-titleholder {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    position: absolute;
}

/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
    height: 17px;
}

.tp-bullets.preview2 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tp-bullets.preview2 .bullet.last {
    margin-right: 0px;
}

.tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: white !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid black !important;
}

.tp-arr-titleholder.alwayshidden {
    display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview2 {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 20px;
        margin-top: -12px;
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 11px;
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 11px;
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 35px;
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 35px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 14px;
        margin-top: -12px;
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px;
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px;
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 25px;
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 25px;
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 14px;
        margin-top: -12px;
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px;
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px;
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none;
    }

    .tparrows.preview2:hover {
        width: 30px !important;
        height: 30px !important;
    }
}

/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
    width: 70px;
    height: 70px;
    background: #fff;
    background: white;
    -webkit-transform-style: flat;
}

.tparrows.preview3:after {
    position: absolute;
    line-height: 70px;
    text-align: center;
    font-family: "revicons";
    color: #aaa;
    font-size: 30px;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 100;
    width: 70px;
    height: 70px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tparrows.preview3:hover:after {
    color: #000;
}

.tp-rightarrow.preview3:after {
    content: '\e825';
}

.tp-leftarrow.preview3:after {
    content: '\e824';
}

.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 0;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    display: table;
    min-height: 90px;
    top: -10px;
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.tparrows.preview3 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    display: table-cell;
    min-width: 90px;
    height: 90px;
    position: relative;
    top: 0px;
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
    right: 0px;
    padding-right: 70px;
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    left: 0px;
    direction: rtl;
    padding-left: 70px;
}

.tparrows.preview3 .tp-arr-titleholder {
    display: table-cell;
    padding: 30px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    clear: right;
    vertical-align: middle;
}

.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
    height: 17px;
}

.tp-bullets.preview3 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tp-bullets.preview3 .bullet.last {
    margin-right: 0px;
}

.tp-bullets.preview3 .bullet:hover, .tp-bullets.preview3 .bullet.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: white !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid black !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .tparrows.preview3:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px;
    }

    .tparrows.preview3 .tp-arr-imgholder {
        min-width: 70px;
        height: 70px;
    }

    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right: 50px;
    }

    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left: 50px;
    }

    .tparrows.preview3 .tp-arr-titleholder {
        padding: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .tparrows.preview3:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px;
    }
}

/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
    width: 30px;
    height: 110px;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}

.tparrows.preview4:after {
    position: absolute;
    line-height: 110px;
    text-align: center;
    font-family: "revicons";
    color: #fff;
    font-size: 20px;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 30px;
    height: 110px;
    background: #000;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-rightarrow.preview4:after {
    content: '\e825';
}

.tp-leftarrow.preview4:after {
    content: '\e824';
}

.tparrows.preview4 .tp-arr-allwrapper {
    visibility: hidden;
    width: 180px;
    position: absolute;
    z-index: 1;
    min-height: 120px;
    top: 0px;
    left: -150px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat;
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left: 0px;
}

.tparrows.preview4 .tp-arr-iwrapper {
    position: relative;
}

.tparrows.preview4 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: relative;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tparrows.preview4 .tp-arr-imgholder2 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left: -180px;
}

.tparrows.preview4 .tp-arr-titleholder {
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 10px;
    text-align: left;
    color: #fff;
    position: relative;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.75;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tparrows.preview4:after {
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.tp-leftarrow.preview4:after {
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

@media only screen and (min-width: 1680px) {
    .section_webcome {
        margin: 38px 0 0px !important;
        padding: 107px 0 61px !important;
        height: 418px;
    }

    .section_webcome .webcome {
        padding-bottom: 85px;
    }

    .section_webcome::before {
        background-size: 35% !important;
    }

    .dashboard_banner .container {
        padding-top: 40px;
    }

    .container {
        padding-bottom: 0px;
        padding-top: 4px;
    }

    .container {
        /* width: 95%; */
        max-width: 100%;
    }

    .container_detail {
        width: 80%;
        max-width: 100%;
        padding-bottom: 0px;
        padding-top: 4px;
    }

    #nav-home-tab {
        padding: 0 44px;
        margin-right: 74px;
    }

    .section_it_btn {
        padding-top: 20px;
    }

    .last_product {
        padding-top: 0px;
    }

    .section_banners {
        max-height: 540px;
        overflow: hidden;
    }

    .section_banners img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

    .section_feedback_it {
        padding: 0 100px !important;
    }

    .margin-bottom-30 {
        margin-bottom: 45px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .section_banners {
        max-height: 750px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 2880px) {
    .section_banners {
        max-height: 850px;
        overflow: hidden;
    }

    .section_webcome {
        margin: 49px 0 0px !important;
        padding: 107px 0 61px !important;
        height: 511px;
    }

    .section_webcome::before {
        background-size: 28% !important;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        overflow: hidden;
    }
}

@media screen and (max-width: 992px) {
    .top-nav {
        position: fixed;
        visibility: hidden;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .mobile-active .top-nav {
        visibility: visible;
        opacity: 1;
        background-color: #111;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1002;
    }

    .nav-justified > li > a {
        text-align: left;
    }

    .sf-menu {
        display: block;
        position: fixed;
        overflow: auto;
        background-color: #fff;
        border-top: 61px solid #FFA654;
        padding: 20px 10px 20px 20px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        text-align: left;
        font-size: 12px;
        line-height: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 0;
    }

    .sf-menu li {
        position: relative;
    }

    .top-nav .sf-menu a {
        color: #1c273b;
        z-index: 2;
        display: block;
        padding: 10px 10px;
    }

    .sf-menu ul {
        list-style: none;
        padding-left: 10px;
        margin-top: 0 !important;
    }

    .sf-menu ul li a {
        font-weight: 500;
        letter-spacing: 0.1em;
    }

    .sf-menu ul li a:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        background-color: #FFA654;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        position: relative;
        bottom: 3px;
    }

    .sf-arrows .sf-with-ul {
        padding-right: 3.5em;
    }

    .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        z-index: 1;
    }

    .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler-dropdown {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        z-index: 1;
    }

    .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
        font-family: "Font Awesome 5 Pro";
        content: '\f105';
        color: #1c273b;
    }

    .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler-dropdown:after {
        font-family: "Font Awesome 5 Pro";
        content: '\f0d7';
        color: #1c273b;
    }

    .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
        content: '\f107';
    }

    .logo_mobile img {
        width: 120px;
    }

    .toggle_menu {
        /* margin-left: -30px; */
        /* margin-top: -30px; */
        padding: 0 !important;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 1002;
        opacity: 0.95;
        position: relative;
    }

    .toggle_menu:hover span:before {
        top: -9px;
    }

    .toggle_menu:hover span:after {
        top: 9px;
    }

    .toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
        display: block;
        width: 30px;
        position: absolute;
        background-color: #000;
        content: '';
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        height: 2px;
    }

    .toggle_menu:before, .toggle_menu span {
        left: 15px;
        top: 50%;
    }

    .toggle_menu span:before {
        opacity: 1;
        top: -8px;
    }

    .toggle_menu span:after {
        opacity: 1;
        top: 8px;
    }

    .toggle_menu.mobile-active {
        background-color: #FFA654;
        border: none;
        left: auto;
        top: 0;
        right: 0;
        position: fixed;
        margin: 0;
        z-index: 3000;
    }

    .toggle_menu.mobile-active:before {
        background-color: #1c273b;
        transform: rotate(45deg);
    }

    .toggle_menu.mobile-active span {
        background-color: #1c273b;
        transform: rotate(-45deg);
    }

    .toggle_menu.mobile-active span:before, .toggle_menu.mobile-active span:after {
        opacity: 0;
    }

    .toggle_menu.active:before {
        transform: rotate(45deg);
    }

    .toggle_menu.active span {
        transform: rotate(-45deg);
    }

    .toggle_menu.active span:before, .toggle_menu.active span:after {
        opacity: 0;
    }

    .header_logo_mobile .row {
        align-items: center;
    }

    .header {
        height: auto;
    }

    .header_search input {
        height: 47.33px;
    }
}

@media only screen and (min-width: 768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    .tparrows.preview4:hover .tp-arr-titleholder {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
    height: 17px;
}

.tp-bullets.preview4 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tp-bullets.preview4 .bullet.last {
    margin-right: 0px;
}

.tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: white !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid black !important;
}

@media only screen and (max-width: 767px) {
    .tparrows.preview4 {
        width: 20px;
        height: 80px;
    }

    .header_category {
        display: none;
    }

    .header_top_left {
        display: inline;
    }

    #nav-tab {
        flex-wrap: inherit;
    }

    .section_webcome h1 {
        font-size: 25 !important;
    }

    .header_search {
        width: 100%;
    }

    .section_webcome {
        margin: 20px 0 0px !important;
        padding: 22px 0 50px !important;
    }

    .section_popular .section_popular_items .section_popular_items_img {
        height: 146px !important;
    }

    .section_webcome::before {
        background-size: 100% !important;
    }

    .tparrows.preview4:after {
        width: 20px;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
    }

    .tparrows.preview1 .tp-arr-allwrapper, .tparrows.preview2 .tp-arr-allwrapper, .tparrows.preview3 .tp-arr-allwrapper, .tparrows.preview4 .tp-arr-allwrapper {
        display: none !important;
    }

    .section_pirce .row .col-xl-20 {
        padding: 6px 4px !important;
    }
}

/*************************************** -	RESPONSIVE SETTINGS 	-
****************************************/
/*********************************************
 -	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../../images/coloredbg.png) repeat;
}

.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../../images/coloredbg.png) repeat;
}

.tp-caption.slidelink a span {
    background: url(../../images/coloredbg.png) repeat;
}

/****************************** -	LOADER FORMS	-
********************************/
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background: url(../../images/loader.gif) no-repeat center center;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
    background: url(../../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}

.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center;
}

.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes tp-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes tp-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes tp-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    left: 0px !important;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

/* .category_related_products_slide .owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; padding: 0px 100px;} */
/* .category_related_products_slide .owl-carousel .owl-wrapper, .owl-carousel .owl-item {width: 256px !important;} */

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.grabbing {
    cursor: url(/bookstore/templates/jb_bookstore/css/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=70);
    border-radius: 20px;
    background: #e5e5e5;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #3296dc;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3296dc;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center;
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.owl-item.loading {
    min-height: 150px;
    background: url(../../images/AjaxLoader.gif) no-repeat center center;
}

.tp-caption a {
    border-color: #164F77 !important;
    position: relative;
    margin: 0px !important;
    padding: 6px 12px !important;
    color: #ffffff;
    width: 100%;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-out 0s !important;
    transition: all 0.2s ease-out 0s !important;
    background: #164F77 !important;
}

.tp-caption a:hover {
    opacity: .8;
}

.header {
    width: 100%;
    position: relative;
    transition: all .3s ease;
    background-color: #ffffff;
}

.header_top {
    padding: 0px 0;
}

.header_right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_right > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_right > ul > li {
    position: relative;
}

.header_right > ul > li > a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding: 10px 20px;
    display: block;
}

.header_right > ul > li > a i {
    margin-right: 8px;
}

.header_right > ul > li.active > a, .header_right > ul > li:hover > a {
    font-weight: bold;
    color: #FFA654;
}

.header_right > ul > li .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -webkit-transition: opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;
    transition: opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 220px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

.header_right > ul > li .item_small li {
    position: relative;
    color: #323c42;
}

.header_right > ul > li .item_small li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 5px 20px 5px 10px;
    color: #323c42;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}

.header_right > ul > li .item_small li > a.caret-down:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #323c42 transparent transparent transparent;
    display: inline-block;
    top: 50%;
    left: 100%;
    margin-left: -15px;
    margin-top: -2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.header_right > ul > li .item_small li ul {
    display: none;
    left: 220px;
    top: 0px;
}

.header_right > ul > li .item_small li ul li {
    float: none;
    padding: 0 0;
}

.header_right > ul > li .item_small li ul li:hover > a {
    color: #ffb416;
}

.header_right > ul > li .item_small li:hover > ul {
    display: block;
    position: absolute;
    width: 250px;
    padding: 0;
    background-color: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
}

.header_right > ul > li .item_small li:last-child > a {
    border-bottom: 0;
}

.header_right > ul > li .item_small li:hover > a {
    color: #ffb416;
}

.header_right > ul > li .item_small li:hover > a.caret-down:before {
    border-color: #ffb416 transparent transparent transparent;
}

.header_right > ul > li:hover .item_small {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -webkit-transition: opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, -webkit-transform 0.5s ease;
    transition: opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, -webkit-transform 0.5s ease;
}

.header_top_left .header_category .mega-menu {
    min-width: 830px;
    padding: 18px 8px 24px;
    position: absolute;
}

.header_top_left .header_category .mega-menu .mega-menu-row {
    display: flex;
    flex-wrap: wrap;
}

.header_top_left .header_category .mega-menu ul.sub-menu.mega-menu-row li a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 2px solid transparent;
    padding: 3px 5px 4px;
    color: #000000;
}

.header_search {
    position: relative;
}

.header_search input {
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    height: 47.66px;
    outline: none;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding-right: 60px !important;
    min-width: 338px;
}

.header_search_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    text-align: center;
    line-height: 47.66px;
    cursor: pointer;
}

.header_search_btn:hover i {
    color: #FFBD59;
}

.header_search input:focus {
    border-color: #FFBD59;
}

.header_top_left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.header_top_left .header_category {
    margin-left: 30px;
    position: relative;
    padding: 15px 0;
}

.header_top_left .header_category .header_category_title {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
}

.header_top_left .header_category .header_category_title i {
    margin-right: 12px;
    margin-top: 5px;
}

.header_top_left .header_category .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -webkit-transition: opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;
    transition: opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end, -webkit-transform 0.5s ease;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 220px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

.header_top_left .header_category .item_small li {
    position: relative;
    color: #323c42;
}

.header_top_left .header_category .item_small li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 5px 20px 5px 10px;
    color: #323c42;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}

.header_top_left .header_category .item_small li > a.caret-down:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #323c42 transparent transparent transparent;
    display: inline-block;
    top: 50%;
    left: 100%;
    margin-left: -15px;
    margin-top: -2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.header_top_left .header_category .item_small li ul {
    display: none;
    left: 220px;
    top: 0px;
}

.header_top_left .header_category .item_small li ul li {
    float: none;
    padding: 0 0;
}

.header_top_left .header_category .item_small li ul li:hover > a {
    color: #ffb416;
}

.header_top_left .header_category .item_small li:hover > ul {
    display: block;
    position: absolute;
    width: 250px;
    padding: 0;
    background-color: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
}

.header_top_left .header_category .item_small li:last-child > a {
    border-bottom: 0;
}

.header_top_left .header_category .item_small li:hover > a {
    color: #ffb416;
}

.header_top_left .header_category .item_small li:hover > a.caret-down:before {
    border-color: #ffb416 transparent transparent transparent;
}

.header_top_left .header_category:hover .item_small {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -webkit-transition: opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, -webkit-transform 0.5s ease;
    transition: opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, -webkit-transform 0.5s ease;
}

.section_footer {
    background: #F2D5CF;
    padding: 43px 0 0 0;
}

.section_footer .section_footer_des {
    padding: 21px 0 16px;
}

.section_footer .section_footer_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.section_footer .section_footer_social ul li + li {
    margin-left: 15px;
}

.section_footer .section_footer_inp {
    position: relative;
}

.section_footer .section_footer_subcribe {
    position: relative;
}

.section_footer .section_footer_subcribe .section_footer_subcribe_btn {
    background: #C45500;
    border: 1px solid #C45500;
    border-radius: 6px;
    display: inline-block;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    padding: 0 25px;
    margin-top: 18px;
    cursor: pointer;
}

.section_footer .section_footer_subcribe .section_footer_subcribe_btn:hover {
    background: #fff;
    color: #C45500;
}

.section_footer .section_footer_subcribe h4 {
    font-family: "Geomanist";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    margin-bottom: 15px;
}

.section_footer .section_footer_subcribe input {
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    padding: 0 14px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    padding-right: 50px;
}

.section_footer .section_footer_subcribe button {
    background: #C45500;
    color: #fff;
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.section_footer .section_footer_title {
    font-family: "Geomanist";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 21px;
}

.section_footer .section_footer_links li {
    margin-bottom: 21px;
}

.section_footer .section_footer_links li a {
    font-family: "Geomanist";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    display: block;
}

.section_footer .section_footer_links li a:hover {
    color: #f86d02;
}

.section_footer .section_footer_payment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 42px;
}

.section_footer .section_footer_payment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_footer .section_footer_payment ul li {
    margin-left: 25px;
}

.section_footer .section_footer_payment ul li span {
    border: 1px solid #888B8F;
    width: 72px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section_footer .copyright {
    padding: 15px 0;
    background: #fff;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    height: 69px;
}

.section_footer .copyright span {
    display: block;
}

html {
    margin: 0px;
    height: 100%;
    width: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

.section_banner {
    position: relative;
}

.section_banner img {
    width: 100%;
}

.section_banner .slick-prev {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    top: 50% !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer;
    border: none;
    outline: none;
    background: #E5E5E5;
    border-radius: 2px;
    z-index: 99;
    left: 40px;
    line-height: 40px !important;
}

.section_banner .slick-prev:hover {
    background: #D2B480;
}

.section_banner .slick-prev:hover::before {
    color: #fff;
}

.section_banner .slick-next {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    top: 50% !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer;
    border: none;
    outline: none;
    background: #E5E5E5;
    border-radius: 2px;
    z-index: 99;
    display: inline-block !important;
    right: 40px;
    z-index: 99;
    line-height: 40px !important;
}

.section_banner .slick-next:hover {
    background: #D2B480;
}

.section_banner .slick-next:hover::before {
    color: #fff;
}

.section_banner .slick-prev:before {
    content: '\f104' !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #000;
}

.section_banner .slick-next:before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #000;
}

.section_banner .slick-prev.slick-disabled:before, .section_banner .slick-next.slick-disabled:before {
    opacity: .25;
}


.category_banner {
    position: relative;
    height: 100px;
    background: #F9F9F9;
}

.category_banner .category_title {
    display: flex;
    justify-content: center;
}

.category_banner .category_title h2 {
    font-family: Libre Baskerville;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: normal;
    color: #888B8F;
}


.section_webcome {
    margin: 79px 0 36px;
    text-align: center;
    position: relative;
    padding: 36px 0 121px;
}

.section_webcome::before {
    content: "";
    background-image: url(../../images/bg_webcome.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: 40%;
    background-position: center center;
}

.section_webcome h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 45px;
    color: #000;
    margin-bottom: 36px;
    font-family: "Libre Baskerville", serif;
}

.section_webcome p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    font-family: "Libre Baskerville", serif;
}

.section_popular {
    background: #FBECFB;
    padding: 59px 0;
}

.section_popular h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    color: #000;
    text-align: center;
    margin-bottom: 49px;
}

.section_popular .section_popular_items {
    background: #FFFFFF;
    border-radius: 24px;
    text-align: center;
}

.section_popular .section_popular_items .section_popular_items_img {
    height: 204px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.section_popular .section_popular_items .section_popular_items_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    /* margin: 0 auto; */
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.section_popular .section_popular_items .section_popular_items_title {
    min-height: 113px;
    padding: 22px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section_popular .section_popular_items h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    text-align: center;
    height: 70px;
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section_popular .section_popular_items h3 span {
    display: block;
}

.section_popular .section_popular_items:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.section_popular .section--popular_button {
    text-align: center;
    margin-top: 20px;
}

.section_popular .section--popular_button button {
    background: #164F77 !important;
    border-radius: 18px;
    border-color: #164F77 !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    height: 45px;
    padding: 0 36px;
}

.section_popular .section--popular_button button:hover {
    opacity: .8;
}

.section_why {
    padding: 60px 0;
}

.section_why .section_why_title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
}

.section_why .section_why_des {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #5A5A5A;
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.section_why .section_why_it {
    text-align: center;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px rgba(186, 192, 202, 0.6);
    box-shadow: 0px 0px 14px rgba(186, 192, 202, 0.6);
    border-radius: 24px;
    padding: 41px 18px 44px;
}

.section_why .section_why_content {
    margin-top: 57px;
}

.section_why .section_why_it .section_why_img {
    width: 80px;
    height: 80px;
    position: relative;
    margin: auto;
    margin-bottom: 25px;
}

.section_why .section_why_it .section_why_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.section_why .section_why_it:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.section_why .section_why_name {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    max-width: 268px;
    margin: auto;
    margin-bottom: 18px;
    line-height: 30px;
    height: 60px;
}

.section_why .section_why_dess {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #7A7A7A;
    min-height: 150px;
}

.section_products {
    position: relative;
    padding: 50px 0;
    background: #FBFBFB;
}

.section_products #nav-tab {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 48px;
}

.section_products #nav-tab button {
    background: #FBFBFB;
    border: unset;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #B6B6B6;
    font-family: "Calisto MT";
    position: relative;
    padding: 0 75px;
    margin-right: -14px;
    display: block !important;
}

.section_products #nav-tab button.active {
    color: #000;
}

.section_products #nav-tab button.active:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #FC0D1B;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 26px;
    top: 60px;
    margin: auto;
}

.section_products #nav-tab #nav-profile-tab.active:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #FC0D1B;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
}

.section_products_it .section_products_it_img {
    height: 220px;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px rgba(186, 192, 202, 0.6);
    box-shadow: 0px 0px 14px rgba(186, 192, 202, 0.6);
}

.section_products_it .section_products_it_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    max-width: 100%;
    max-height: 100%;
    padding: 15px;
}

.section_products_it:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.section_products_it_title {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    padding: 24px 0;
    font-family: "Calisto MT";
}

.section_products_it_title a {
    color: #4A4A4A;
}

.section_it_btn {
    position: relative;
    text-align: center;
}

.section_it_btn a {
    background: #164F77 !important;
    border-radius: 18px;
    border-color: #164F77 !important;
    font-family: 'Lato light';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    padding: 0 36px;
    display: inline-block;
    text-transform: uppercase;
}

.section_it_btn a:hover {
    opacity: .8;
}
.section_it_btn button {
    background: #164F77 !important;
    border-radius: 18px;
    border-color: #164F77 !important;
    font-family: 'Lato light';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    padding: 0 36px;
    display: inline-block;
    text-transform: uppercase;
}

.section_it_btn button:hover {
    opacity: .8;
}

.section_it_btn_category {
    position: relative;
    text-align: right;
}

.section_it_btn_category a {
    background: #0AC806 !important;
    border-radius: 6px;
    border-color: #0AC806 !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 13px 34px;
    display: inline-block;
    text-transform: uppercase;
}

.section_it_btn_category a:hover {
    opacity: .8;
}

.product_title h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 9px;
    color: #000000;
}

.product_description span {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    padding-bottom: 28px;
    position: relative;
    /* border-bottom: 1px solid #E5E5E5; */
}

.about-content p {
    /* font-family: Lato; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
}

.about-content h2 {
    /* font-family: Lato; */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 9px;
    color: #000000;
}

.product_description span::after {
    position: absolute;
    content: '';
    background-color: #E5E5E5;
    height: 1px;
    width: calc(100% - 22px);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.container_right_detail .share_detail {
    display: flex;
    margin-top: 28px;
}

.container_right_detail .share_detail .title {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.container_right_detail .share_detail .icon {
    color: #B1B1B1;
    margin-left: 31px;
}

.container_left .section_products_it_img {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding: 24px;
}

.add_favourite {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 12px 16px 69px;
}

.img_favourite {
    height: 63%;
    padding-top: 16px;
}

.box_title {
    font-family: Geomanist;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.box_file {
    font-family: Geomanist;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #FFFFFF;
}

.detail_cate_info_file {
    padding: 15px 20px;
}

.detail_cate_info_file_item, .detail_cate_info_file_left, .detail_cate_info_file_right {
    display: inline-block;
    float: left;
}

.detail_cate_info_file_item {
    width: 100%;
    padding: 10px 0px;
}

.detail_cate_info_file_right {
    float: right;
}

.category_related_products {
    margin-bottom: 57px;
}

.cate_related_content {
    margin-top: 75px;
    border-top: 1px solid #E5E5E5;
}

.category_related_products_title {
    position: absolute;
    left: 50%;
    padding: 5px 15px;
    transform: translate(-50%, -50%);
    background-color: white;
    font-family: 'Libre Baskervlle';
    font-size: 24px;
    font-weight: bold;
}

.category_related_products_title h2 {
    font-size: 24px;
}

.owl_category_related_products {
    margin-top: 70px;
    /* padding-left: 100px;
  padding-right: 100px; */
    /* padding: 0 100px; */
    padding: 0 0px;
}

.section_banners img {
    margin: auto;
    display: block;
}

.section_feedback_it .row {
    align-items: center;
}

.section_products_month {
    padding: 60px 0;
    background: #F5F5F5;
    position: relative;
}

.section_products_month_title {
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #000000;
    margin-bottom: 52px;
    font-family: "Calisto MT";
}

.section_products_month_it {
    position: relative;
}

.section_products_month_it .section_products_month_img {
    height: 235px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    width: 235px;
    margin: auto;
    margin-bottom: 27px;
}

.section_products_month_it .section_products_month_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.section_products_month_it .section_products_month_titles {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-family: 'Calisto MT';
}

.section_products_month_it .section_products_month_titles a {
    color: #4a4a4a;
}

.section_products_month_it:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.section_pirce {
    padding: 67px 0 117px;
}

.section_pirce .section_pirce_title {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    color: #000000;
    text-align: center;
}

.section_pirce .section_pirce_des {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #7A7A7A;
    text-align: center;
    margin-bottom: 47px;
}

.section_pirce_it {
    background: #FFFFFF;
    border: 1px solid #FFA654;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    height: 728px;
    position: relative;
    padding-bottom: 103px;
}

.section_pirce_head {
    background: #FFA654;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    color: #FFFFFF;
    border-top-right-radius: 16px;
    text-align: center;
    padding: 20px 0;
}

.section_pirce_vnd {
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    line-height: 33px;
    text-align: center;
    padding: 38px 40px;
    color: #FFA654;
}

.section_pirce_cont {
    position: relative;
}

.section_pirce_cont > ul > li {
    padding: 8px 20px 8px 47px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    position: relative;
}

.section_pirce_cont > ul > li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #3B8C16;
    position: absolute;
    left: 20px;
}

.section_pirce_cont > ul > li > ul > li {
    list-style: inside;
}

.section_pirce_cont > ul > li:nth-child(odd) {
    background: #F7F7F7;
}

.section_pirce_btn {
    text-align: center;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
}

.section_pirce_btn a {
    background: #FFA654;
    border-radius: 6px;
    color: #fff;
    padding: 12px 38px;
    line-height: 20px;
    display: inline-block;
}

.section_pirce_btn a:hover {
    opacity: .8;
}

.section_pirce .row {
    margin: 0 -4px;
}

.section_pirce .row .col-xl-20 {
    padding: 0 4px;
}

.section_pirce ul.row > li.col-xl-20:nth-child(2) .section_pirce_it {
    border-color: #0AC4C2;
}

.section_pirce ul.row > li.col-xl-20:nth-child(2) .section_pirce_head {
    background: #0AC4C2;
}

.section_pirce ul.row > li.col-xl-20:nth-child(2) .section_pirce_vnd {
    color: #0AC3C2;
}

.section_pirce ul.row > li.col-xl-20:nth-child(2) .section_pirce_btn a {
    background: #0AC4C2;
}

.section_pirce ul.row > li.col-xl-20:nth-child(3) .section_pirce_it {
    border-color: #4786FC;
}

.section_pirce ul.row > li.col-xl-20:nth-child(3) .section_pirce_head {
    background: #4786FC;
}

.section_pirce ul.row > li.col-xl-20:nth-child(3) .section_pirce_vnd {
    color: #4786FC;
}

.section_pirce ul.row > li.col-xl-20:nth-child(3) .section_pirce_btn a {
    background: #4786FC;
}

.section_pirce ul.row > li.col-xl-20:nth-child(4) .section_pirce_it {
    border-color: #7269EF;
}

.section_pirce ul.row > li.col-xl-20:nth-child(4) .section_pirce_head {
    background: #7269EF;
}

.section_pirce ul.row > li.col-xl-20:nth-child(4) .section_pirce_vnd {
    color: #7269EF;
}

.section_pirce ul.row > li.col-xl-20:nth-child(4) .section_pirce_btn a {
    background: #7269EF;
}

.section_pirce ul.row > li.col-xl-20:nth-child(5) .section_pirce_it {
    border-color: #F753A4;
}

.section_pirce ul.row > li.col-xl-20:nth-child(5) .section_pirce_head {
    background: #F753A4;
}

.section_pirce ul.row > li.col-xl-20:nth-child(5) .section_pirce_vnd {
    color: #F753A4;
}

.section_pirce ul.row > li.col-xl-20:nth-child(5) .section_pirce_btn a {
    background: #F753A4;
}

.section_Subscribe {
    position: relative;
    padding: 40px 0;
    background: #FCF9FC;
}

.section_Subscribe_title {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 9px;
}

.section_Subscribe_des {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    margin-bottom: 29px;
}

section.section_Subscribe input {
    background: #EFEFEF;
    height: 48px;
    width: 100%;
    border-radius: 6px;
    padding: 0 18px;
}

.form_group_btn {
    margin-top: 28px;
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

.form_group_btn button {
    background: #000000;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #000000;
    height: 48px;
    padding: 0 35px;
}

.form_group_btn button:hover {
    background: #fff;
    color: #000;
}

.section_Subscribe .section_Subscribe_cont {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section_news {
    padding: 76px 0 44px;
}

.section_news .section_news_title {
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    font-family: "Libre Baskerville", serif;
    padding-bottom: 53px;
}

.section_news .nav-tabs {
    border: none;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 44px;
    margin-bottom: 24px;
}

.section_news .nav-tabs button {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #289FC3;
    border: 1px solid transparent;
    border-radius: 22px;
}

.section_news .nav-tabs button.active, .section_news .nav-tabs button:hover {
    border-color: #FC0D1B;
    color: #FC0D1B;
    font-weight: 500;
}

.section_news_it {
    position: relative;
}

.section_news_it .section_news_titles .section_news_name {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #289FC3;
    font-family: 'Poppins';
    position: relative;
    padding-bottom: 32px;
    text-align: center;
}

.section_news_it .section_news_titles .section_news_name:after {
    border-color: #FC0D1B;
    color: #FC0D1B;
    font-weight: 500;
}

.section_news_it .section_news_img {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px rgba(186, 192, 202, 0.6);
    box-shadow: 0px 0px 14px rgba(186, 192, 202, 0.6);
    height: 220px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.section_news_it .section_news_img img {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    max-width: 100%;
    max-height: 100%;
}

.section_news_it .section_news_content {
    text-align: center;
}

.section_news_it .section_news_content .section_news_name {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    color: #4A4A4A;
    font-family: Calisto MT;
    position: relative;
    padding-bottom: 21px;
}

.section_news_it .section_news_content .section_news_name:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #FC0D1B;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.section_news_it .section_news_content .section_news_online {
    padding-top: 49px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #289FC3;
}

.section_news_it:hover .section_news_content .section_news_name:after {
    opacity: 1;
    visibility: visible;
}

.section_news_it:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.section_news_it .section_news_titles .section_news_name {
    border: 1px solid transparent;
    border-radius: 22px;
    display: inline-block;
    margin-bottom: 23px;
    padding: 5px 15px;
}

.section_news_it:hover .section_news_titles .section_news_name {
    border-color: #FC0D1B;
    color: #FC0D1B;
    font-weight: 500;
}

.section_news_it {
    text-align: center;
}

.category-container {
    padding-top: 33px;
    position: relative;
}

.container_right {
    border-left: 1px solid #e5e5e5;
    padding-left: 31px;
}

.container_right_detail {
    padding-left: 31px;
}

.container_right .container_right_detail .margin-bottom-30 {
    padding: 0;
    margin-bottom: 0px !important;
}

.section_category_it {
    position: relative;
}

.section_category_it .section_news_img {
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.section_category_it .section_news_img img {
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    max-width: 100%;
    max-height: 100%;
}

.section_category_it:hover .section_news_product_img img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.section_category_it .section_news_img .img_co {
    float: left;
    padding: 0;
}

.section_category_it .section_news_img .section_news_name {
    font-family: Amazon Ember;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #2578AC;
    /* transform: rotate(-0.19deg); */
    padding: 0px 13px;
}

.section_category_it.active:after .section_news_img .section_news_name {
    text-decoration-line: underline;
    color: #C45500;
}


.section_feedback_it {
    position: relative;
}

.section_feedback_it .section_feedback_img {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
}

.section_feedback_it .section_feedback_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section_feedback_cont {
    position: relative;
}

.section_feedback_cont h3 {
    font-family: Calisto MT;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
}

.section_feedback_it {
    padding: 0 30px;
}

.section_feedback_it .section_feedback_des {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #565B60;
}

.section_feedback_it .section_feedback_icon {
    margin-bottom: 15px;
}

.section_feedback_it .section_feedback_name {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #3A3A3A;
    margin-top: 29px;
    font-family: 'Poppins';
}

.section_feedback {
    padding: 55px 0;
    background: #FAFBFD;
}

.section_feedback .owl-theme .owl-controls .owl-prev {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    top: 50% !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer;
    border: none;
    outline: none;
    background: #E5E5E5;
    border-radius: 2px;
    z-index: 99;
    left: 0;
    line-height: 40px !important;
}

.section_feedback .owl-theme .owl-controls .owl-prev:hover {
    background: #D2B480;
}

.section_feedback .owl-theme .owl-controls .owl-prev:hover::before {
    color: #fff;
}

.section_feedback .owl-next {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    top: 50% !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer;
    border: none;
    outline: none;
    background: #d2b480;
    border-radius: 2px;
    z-index: 99;
    display: inline-block !important;
    right: 0;
    z-index: 99;
    line-height: 40px !important;
}

.section_feedback .owl-next:hover {
    background: #D2B480;
}

.section_feedback .owl-next:hover::before {
    color: #fff;
}

.section_feedback .owl-prev:before {
    content: '\f104' !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #000;
}

.section_feedback .owl-next:before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #ffff;
}

.section_feedback .owl-prev.owl-disabled:before, .section_feedback .owl-next.owl-disabled:before {
    opacity: .25;
}

.category_related_products_item {
    position: relative;
}

/*.category_related_products_item .section_feedback_img { width: 200px; height: 200px; position: relative; overflow: hidden; border-radius: 100%; margin: auto; }
.category_related_products_item .section_feedback_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } */

/* .section_feedback_cont { position: relative; }
.section_feedback_cont h3 { font-family: Calisto MT; font-style: normal; font-weight: normal; font-size: 40px; line-height: 60px; margin-bottom: 10px; } */

.category_related_products_item {
    padding: 0 12px;
}

/*.category_related_products_item .section_feedback_des { font-style: normal; font-weight: 300; font-size: 20px; line-height: 30px; color: #565B60; }
.category_related_products_item .section_feedback_icon { margin-bottom: 15px; }
.category_related_products_item .section_feedback_name { font-style: normal; font-weight: 500; font-size: 20px; line-height: 30px; color: #3A3A3A; margin-top: 29px; font-family: 'Poppins';}

.category_related_products { padding: 55px 0; background: #FAFBFD;} */
.category_related_products .owl-theme .owl-controls .owl-prev {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    top: 50% !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer;
    border: none;
    outline: none;
    background: #E5E5E5;
    border-radius: 2px;
    z-index: 99;
    left: 0;
    line-height: 40px !important;
}

.category_related_products .owl-theme .owl-controls .owl-prev:hover {
    background: #D2B480;
}

.category_related_products .owl-theme .owl-controls .owl-prev:hover::before {
    color: #fff;
}

.category_related_products .owl-next {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    top: 50% !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer;
    border: none;
    outline: none;
    background: #d2b480;
    border-radius: 2px;
    z-index: 99;
    display: inline-block !important;
    right: 0;
    z-index: 99;
    line-height: 40px !important;
}

.category_related_products .owl-next:hover {
    background: #D2B480;
}

.category_related_products .owl-next:hover::before {
    color: #fff;
}

.category_related_products .owl-prev:before {
    content: '\f104' !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #000;
}

.category_related_products .owl-next:before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #ffff;
}

.category_related_products .owl-prev.owl-disabled:before, .category_related_products .owl-next.owl-disabled:before {
    opacity: .25;
}

/*== Edit By DTM Reponsive ===*/

/*# sourceMappingURL=style.css.map */


/*=================================== Category ===================================*/
.container_left_title {
    display: inline-block;
    width: 100%;
}

.container_left_title .left_content {
    float: left;
    display: inline-block;
}

.container_left_title .left_content h3 {
    font-size: 16px;
    font-family: 'Geomanist bold';
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
}

.container_left_title .left_content h3 i {
    margin-right: 7px;
    font-size: 13px;
}

.container_left_title .right_content {
    float: right;
    display: inline-block;
    background-color: #E5E5E5;
    border-radius: 4px;
    width: 40px;
    height: 24px;
    text-align: center;
    justify-content: center;
}

.container_left .container_left_items {
    padding-left: 15px;
}

.container_left .container_left_items li {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.container_left .container_left_items li .left_item {
    display: inline;
}

.container_left .container_left_items li .left_item a {
    font-family: 'Geomanist light';
    font-size: 14px;
    line-height: 14px;
    color: #000;
    transition: 0.2s ease-in-out;
}

.container_left .container_left_items li .left_item.active a, .container_left .container_left_items li .left_item:hover a {
    text-decoration-line: underline !important;
}

.container_left .container_left_items li .right_item {
    display: inline;
    float: right;
    width: 33px;
    height: 18px;
    border-radius: 4px;
    background-color: #2578AC;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-family: 'Geomanist light';
    text-transform: uppercase;
    color: #F9F9F9;
    margin-top: 3px;
}

.category_title {
    justify-content: left !important;
    padding: 40px 0;
    padding-left: 22px;
}

.cate_detail {
    padding: 22px;
}

.cate_banner_detail {
    height: 140px;
}

.cate_banner_detail .category_title {
    padding-bottom: 20px;
}

.categories .container_right .section_news_img {
    height: auto !important;
    border: none;
}

.section_new_name_download img {
    padding: 0 !important;
}

.categories .container_right .design {
    border: 1px solid #e5e5e5;
    position: relative;
}

.categories .section_news_name {
    margin-bottom: 20px;
}

.cate_banner_detail .cate_detail_title {
    padding-top: 0px !important;
}

.cate_detail_title {
    font-family: Libre Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.section_news_img {
    /* height: 256px !important; */
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.section_news_img a {
    width: 100%;
    display: block;
}

.section_news_product_img {
    padding-top: 35px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
}

.section_category_it:hover img {
    transform: none !important;
}

.section_news_product_img img {
    /*width: 200px;*/
    padding: 0 !important;
    transition: none !important;
}

.section_news_product_img .description_product_image {
    position: absolute;
    content: '';
    /* width: 100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* height: 100%; */
    text-align: left;
    /* padding-top: 40px;
  padding-left: 24px; */
    width: 90%;
    box-sizing: border-box;
    display: none;
}

.section_news_product_img:hover img {
    opacity: 0.1;
}

.section_news_product_img:hover .description_product_image {
    display: block;
}

.section_news_product_img .description_product_image a {
    color: #3b3b3b;
    text-decoration-line: none;
}

.section_news_product_img .description_product_image p {
    line-height: 22px;
    font-size: 13px;
    font-weight: 100;
    font-family: 'Helvetica Neue medium';
    color: #696969;
}

.section_news_product_img .description_product_image .des {
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 350px;
}

.section_new_name_download {
    padding: 0px 13px;
    /* margin-top: 17px; */
    /* position: absolute;
    left: 13px;
    bottom: 20px; */
}

.section_new_name_download a {
    display: inline;
}

.section_news_name_title {
    padding-bottom: 1rem;
}

.section_news_name_title a {
    transition: none;
    color: #2578AC;
}

.section_news_name_title a:hover, .section_new_name_download a:hover {
    text-decoration-line: underline !important;
    color: #C45500;
}

.pagination_right {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.page-item:not(:first-child) .page-link {
    margin-left: 0px !important;
}
.pagination_right a {
    display: block;
    text-align: center;
    justify-content: center !important;
    margin: 0px 3px;
    background-color: #E5E5E5;
    font-size: 14px;
    color: #000;
    transition: 0.2s ease-in-out;
}

.pagination_right nav li.disabled {
    background-color: #F3F3F3;
    color: #888B8F;
}
.page-item.active .page-link {
    background-color: #FFD263;
    color: #000;
    border-color: #FFD263;
}
.pagination_right nav li.active, .pagination_right nav li:hover {
    background-color: #FFD263;
    color: #000;
}

.faq_banner {
    height: 300px;
    background-color: #FBF7F6;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 117px;
}

.faq_banner h2 {
    font-size: 60px;
    line-height: 81px;
    font-family: Cinzel;
    font-weight: normal;
    font-style: normal;
    padding: 109px 0px;
}

.wishlist_banner {
    height: 300px;
    background-color: #FBF7F6;
    box-sizing: border-box;
    justify-content: center;
}

.wishlist_banner h2 {
    font-size: 60px;
    line-height: 81px;
    font-family: Cinzel;
    font-weight: normal;
    font-style: normal;
    padding: 109px 0px;
}
.general_banner {
    height: 300px;
    background-color: #FBF7F6;
    box-sizing: border-box;
    justify-content: center;
}

.general_banner h2 {
    font-size: 60px;
    line-height: 81px;
    font-family: Cinzel;
    font-weight: normal;
    font-style: normal;
    padding: 109px 0px;
}

.about_banner {
    height: 300px;
    background-color: #fdefe2;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 33px;
}

.about_banner h2 {
    /* font-family: "Garamond" sans-serif; */
    font-size: 54px;
    line-height: 81px;
    /* font-family: Cinzel; */
    /* font-weight: normal; */
    /* font-style: normal; */
    padding: 109px 0px;
    text-align: center;
}

.container_right_detail .login_form_right_input {
    background: #F9F9F9;
    border-radius: 6px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    padding: 10px 20px;
}
.container_right_detail .login_form_right_input2 {
    background: #F9F9F9;
    border-radius: 6px;
    width: 100%;
    border: none;
    padding: 10px 20px;
}
.container_right_detail p {
    margin-bottom: 30px;
    font-family: Libre Baskerville;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: normal;
    color: #888B8F;
}
.container_right_detail label {
    float: right;
}
#login {
    padding: 5px 15px;
    background-color: #FF9A0C;
    color: #fff;
}
.faq_content {
    margin-bottom: 140px;
}

.wishlist_content {
    margin-bottom: 50px;
}

.wishlist_content p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
}
.wishlist_content h1 {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 19px;
    padding-bottom: 9px;
    color: #000000;
}

.wishlist_content strong {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 9px;
    color: #000000;
}
.faq_content_note_title {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: #9A4335;
}

.faq_content_title {
    font-family: Cinzel;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 51px;
    /* identical to box height */

    text-transform: uppercase;

    color: #222222;
}

.faq_content_bottom {
    margin-top: 50px;
}

.faq_content_bottom .plr-pub-wishlist-table thead th:not(.cart_totals thead th), .entry-content tr th:not(.cart_totals tr th){
    color: #98a0a9;
}

.faq_content_bottom .plr-pub-wishlist-table {
    border-radius: 10px;
    box-shadow: 0 5px 50px #0000001c;
    position: relative;
    table-layout: auto;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

.faq_content_bottom .plr-pub-wishlist-table tr th {
    border-top: 1px solid #eee;
    color: #555;
    font-weight: 700;
    padding: 9px 24px;
}
.faq_content_bottom .plr-pub-wishlist-table tr td {
    border-top: 1px solid #eee;
    padding: 25px 24px;
}

.faq_content_bottom .plr-pub-wishlist-table thead th {
    color: #00000063;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 25px;
}

.entry-content thead th, .entry-content tr th {
    border-top: 1px solid #eee;
}
.faq_content_bottom .plr-pub-wishlist-table .product-thumbnail{
    min-width: 100px;
    max-width: 100%;
    width: 100px;
}
.faq_content_bottom .plr-pub-wishlist-table .product-remove{
    width: 60px;
    text-align: center;
    padding: 1em 0.5em;
}
.faq_content_bottom .plr-pub-wishlist-table .product-remove a{
    font-size: 16px;
    color: #666;
    display: block;
    transition: .2s ease;
}
.faq_content_bottom .plr-pub-wishlist-bulk-actions {
    display: flex;
    justify-content: flex-end;
}
.faq_content_bottom .plr-pub-wishlist-social-buttons {
    text-align: right;
}
.faq_content_bottom .plr-pub-wishlist-social-buttons>span {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #00000078;
    margin-right: -5px;
}
.faq_content_bottom .plr-pub-wishlist-social-buttons ul {
    padding-bottom: 1em;
}
.faq_content_bottom .plr-pub-wishlist-social-buttons>ul {
    display: inline-block;
    vertical-align: middle;
}
.faq_content_bottom .plr-pub-wishlist-social-buttons li {
    float: left;
    margin: 9px 15px 0 0;
    border-radius: 100px;
    box-shadow: 0 5px 20px #0000001c;
    transition: .2s ease;
    list-style: none;
}
.faq_content_bottom .plr-pub-wishlist-social-buttons li a.social {
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    font-size: 20px;
    text-decoration: none;
    text-transform: none;
    transition: .2s ease;
}
.faq_content_bottom .plr-pub-wishlist-social-buttons li a.social i {
    line-height: 2em;
}
.faq_content_bottom .plr-pub-wishlist-social-buttons ul {
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
}

.faq_content_bottom_left {
    border-right: 1px solid #DEDEDE;
    padding-right: 40px;
}

.faq_content_bottom_right {
    padding-left: 40px;
}

.faq_content_bottom_item {
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
}

.faq_content_bottom_title h3 {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */


    color: #333333;
    padding: 25px 0;
}

.faq_content_bottom_title.active h3 {
    color: #9A4335;
}

.faq_content_bottom_title_right {
    text-align: right;
    line-height: 70px;
}

.faq_content_bottom_title_right i.active {
    transform: rotate(90deg);
    color: #9A4335;
}

.faq_content_bottom_content {
    font-family: Libre Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    display: none;
    letter-spacing: 0.3px;
    padding-bottom: 24px;
}

.faq_content_bottom_content.active {
    display: block;
}


/* contact us */
.contact_us_banner img {
    width: 100%;
    max-height: 840px;
    object-fit: cover;
    object-position: center;
}

.contact_us_form {
    padding-top: 43px;
    padding-bottom: 232px;
    position: relative;
}

.contact_us_form .background1 {
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #F9F9F9;
    z-index: -99;
}

.contact_us_form .background2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../../images/back2.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
}

.contact_us_form_main {
    z-index: 999;
}

.contact_us_form h2 {
    font-family: 'Helvetica Neue bold';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000000;
}

.contact_us_form p {
    font-family: 'Helvetica Neue medium';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #5D5F61;
}

.contact_us_form_input {
    margin-top: 80px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(69, 89, 113, 0.19);
}

.contact_us_form_left {
    background-color: #F4F3EC;
    padding: 34px;
    border-radius: 0px 0px 100px 0px;
}

.contact_us_form_input h2 {
    margin-top: 35px;
    margin-bottom: 40px;
    font-family: 'Helvetica Neue medium';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    text-transform: capitalize;

    color: #000000;
}

.contact_us_form_left_items {
    margin-bottom: 27px;
}

.contact_us_form_left_items .left_item {
    text-align: center;
}

.contact_us_form_left_items .left_item I {
    font-size: 26px;
}

.contact_us_form_left_items .right_item_title {
    font-family: 'Helvetica Neue medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.contact_us_form_left_items .right_item_content {
    font-family: 'Helvetica Neue medium';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    font-weight: normal;
}

.contact_us_form_right {
    padding: 85px 27px;
    text-align: center;
}

.contact_us_form_right input, .contact_us_form_right textarea {
    background: #F9F9F9;
    border-radius: 6px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    padding: 10px 20px;
}

.contact_us_form_right textarea {
    height: 115px;
}

.contact_us_form_right input.submit {
    width: 180px;
    background: #FF9A0C;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
}

/* .advanced_search */

.advanced_search {
    margin-bottom: 2rem;
}

.advanced_search_left {
    background-color: #CBA393;
    padding: 41px;
}

.advanced_search_left h3 {
    padding-top: 56px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    text-transform: uppercase;

    color: #FFFFFF;
}

.advanced_search_left h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    /* identical to box height */

    text-transform: uppercase;

    color: #FF9A0C;
}

.advanced_search_left h2.last {
    margin-left: -21px;
}

.advanced_search_left h2.last .small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
}

.advanced_search_left h2.last .white {
    color: #fff;
}

.advanced_search_right {
    padding: 30px;
    background-color: #F4F3EC;
}

.advanced_search_right_title {
    margin-top: 2px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */

    text-transform: uppercase;

    color: #000000;

}

.advanced_search_right_input {
    margin-top: 18px;
}

.advanced_search_right_input select, .advanced_search_right_input input {
    width: 100%;
    border: none;
    padding: 12px 14px;
    border: 1px solid #888B8F !important;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    -webkit-appearance: none;
    background-position-x: 96%;
    background-position-y: 20px;
    /* identical to box height */
    color: #6D737A;
}

.advanced_search_right_input select {
    background-image: url(../../images/arrow_search.png);
    background-repeat: no-repeat;
}

.advanced_search_right_input button {
    float: right;
    width: 220px;
    height: 48px;
    background: #FF9A0C;
    border: 1px solid #FF9A0C;
    box-sizing: border-box;

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
}

.advanced_search_right_input button i {
    margin-right: 2px;
}
.am-body {
    background: 0 0;
    padding: 20px;
}
a#menu-custom-link-member {
    background: #eb6653;
    color: #fff;
}
.am-body .am-body-content-wrapper {
    border: none;
    padding-bottom: 1em;
    margin-bottom: 50px;
    box-shadow: 0 0 5px #00000022;
    border-radius: 0;
    background: #fff
}

.am-body-content {
    min-height: 300px
}

.am-header-content-wrapper {
    padding: 0
}

.am-header-content-content {
    display: none
}

.am-header .am-header-content .am-header-content-logo {
    float: none;
    margin: 0
}

.am-header .am-header-content .am-header-logo-wrapper {
    text-align: left
}

.am-main {
    max-width: 1024px
}

.am-header-content img {
    width: auto
}

.am-footer-actions {
    display: none
}

.am-footer .am-footer-content-wrapper {
    color: #0d0d0d;
    font-size: .8rem
}

.am-footer a,.am-footer a:hover,.am-footer a:visited,.am-footer a:active {
    color: #0d0d0d
}

.am-user-identity-block {
    float: left
}

.am-page-login .am-header {
    display: block
}

.am-page-login .am-auth-form legend {
    background: #f9f9f9;
    padding-top: 1em
}

.am-page-login .am-auth-form div.am-row {
    background: #f9f9f9
}

.am-page-login .am-body-content-wrapper {
    background: unset;
    box-shadow: none
}

.am-auth-form form {
    border: none;
    overflow: hidden;
    box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #00000022
}

.am-auth-form form legend {
    border: none;
    background: #f9f9f9;
    padding: 1em 1em 1.5em
}

.am-auth-form div.am-row div.element,.am-auth-form div.am-row div.am-element-title {
    padding-right: 2em;
    padding-left: 2em
}

@media all and (min-width: 500px) {
    .am-auth-form div.am-row div.am-element-title {
        padding-right:.5em
    }

    .am-auth-form div.am-row div.am-element {
        padding-left: .5em
    }
}

.am-popup {
    border-color: #bfc3c7
}

.am-popup .am-popup-header {
    background: #f1f5f9;
    color: #0e0a06
}

.am-popup .am-popup-close-icon:after {
    color: #0e0a06
}

.am-fb-login-button-wrapper.am-fb-login-form-after:before,.am-fb-login-button-wrapper.am-fb-login-form-before:after {
    background: #f1f5f9
}

.am-popup .am-fb-login-button-wrapper.am-fb-login-form-after::before,.am-popup .am-fb-login-button-wrapper.am-fb-login-form-before::after {
    background: #fff
}

.am-signup-link {
    color: #0e0a06
}

.am-login-layout-with-sidebar {
    max-width: 800px;
    margin: 2em auto 0
}

.am-login-layout-with-sidebar .am-login-form-wrapper,.am-login-layout-with-sidebar .am-sendpass-form-wrapper {
    margin-top: 0
}

.am-signup-link {
    max-width: 450px;
    margin: 1em auto 0
}

@media all and (min-width: 800px) {
    .am-login-layout-with-sidebar .am-login-layout-with-sidebar_form {
        float:left;
        width: 65%
    }

    .am-login-layout-with-sidebar .am-login-layout-with-sidebar_sidebar {
        display: block;
        width: 35%;
        float: right;
        padding-left: 20px;
        box-sizing: border-box
    }

    .am-login-layout-with-sidebar .am-auth-form {
        margin: 0
    }

    .am-login-layout-with-sidebar .am-signup-link {
        margin: 1em 0 0
    }
}

.am-login-layout-with-sidebar .am-login-layout-with-sidebar_sidebar {
    border-radius: 3px;
    padding: 1em 2em;
    max-width: 450px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #00000022;
    background: #f9f9f9;
    color: #555
}

.am-login-layout-with-sidebar_clear {
    clear: both
}

@media all and (max-width: 799px) {
    .am-login-layout-with-sidebar .am-login-layout-with-sidebar_sidebar {
        margin:2em auto 0
    }
}
/* .category_related_products .section_news_img
{
  min-height: 400px !important;
  height: auto !important;
} */

@media (min-width: 1680px) {
    /* .container{
    width: 95%;
  } */
    .advanced_search .container {
        width: 76%;
    }

    .section_footer .container, .contact_us_form .container {
        width: 1390px;
    }
}
.dashboard_banner {
    height: 150px;
    background-color: #FBF7F6;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 50px;
}
.et_pb_widget {
    float: left;
    max-width: 100%;
    word-wrap: break-word;
    margin-bottom: 15%;
}
.et_pb_widget p {
    padding-bottom: 1em;
}
.et_pb_widget a {
    color: #f35b50 !important;
    transition: all 200ms ease-in-out;
}
.widget_block p, .widget_block a {
    color: #fff !important;
}
.upgrade-button {
    border: 1px solid #eee;
    padding: 5px 10px!important;
    float: left;
    text-align: left;
    margin: 20px 5px 20px 0!important;
    color: #111!important;
    font-size: 12px!important;
    width: auto!important;
    line-height: 18px;
    border-radius: 8px;
    font-weight: 500!important;
    text-align: center;
    transition: .3s ease;
    display: inline-block;
    background: #eee;
}
.upgrade-button.gold {
    background: #f35b50!important;
    color: #fff!important;
    border-color: #f35b50 !important;
    width: 100%!important;
    font-weight: 700!important;
    font-size: 14px!important;
    padding: 10px 14px!important;
}
.et_pb_widget_area ul {
    list-style: none!important;
    padding: 0!important;
    line-height: inherit!important;
}
.et_pb_widget_area ul.menu li {
    line-height: 37px;
}
.et_pb_widget ol li, .et_pb_widget ul li {
    margin-bottom: 0.5em;
}
.et_pb_widget li a {
    color: #666 !important;
}
.et_pb_widget ul.menu li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.dashboard_banner .nav-tabs {
     border-bottom: 0px solid #dee2e6;
}
.dashboard_banner .nav-tabs .nav-link {
    border: 1px solid #dadada;
    margin: 10px 5px;
    border-radius: 5px;
    background: #eee;
    height: 40px !important;
    color: #666 !important;
}

.dashboard_banner .nav-tabs .nav-link.active {
    color: black;
    background-color: #FBF7F6;
    border-color: #FBF7F6;
}
.fw-page-builder-content {
    padding: 33px 0px;
}
.category_main {
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    border-width: 1px;
    padding-top: 8px !important;
    padding-right: 0px !important;
    padding-bottom: 8px !important;
    padding-left: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    border: 1px solid #00000038;
}
.category_content {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
}
.cate_img {
    padding: 3px 8px;
    border-right: nonde;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.cate_img img {
    width: 95px;
    height: 60px;
    object-fit: contain;
}
.cate_title {
    text-align: center;
}

.cate_title a{
    color: #000000;
}
